.widget-title {
	color: #00988D;
}

.card-1-1 {
	border-bottom: 6px solid #50DED3;
}

.card-1-2 {
	border-bottom: 6px solid #00A2E0;
}

.card-1-3 {
	border-bottom: 6px solid #06C7B9;
}

.card-1-4 {
	border-bottom: 6px solid #00988D;
}

.anchor-teal {
	color: #00988D;
	text-decoration: underline;
}

.users.selected, .users.selected a {
	background-color:#00484d !important;
	color:#fff !important;
	transition: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.users a {
	transition: none;
}

.btn-secondary-orange .gb-button {
	background-color:transparent !important;
	border:2px solid #F7A200;
	color:#F7A200;
}

.btn-secondary-orange .gb-button:hover {
	background-color:#F7A200 !important;
	border:2px solid #F7A200;
	color:#fff !important;
}

.btn-secondary-teal .gb-button {
	background-color:transparent !important;
	border:2px solid #00A2E0;
	color:#00A2E0;
}

.btn-secondary-teal .gb-button:hover {
	background-color:#00A2E0 !important;
	border:2px solid #00A2E0;
	color:#fff !important;
}

.btn-secondary-white .gb-button {
	background-color:transparent !important;
	border:2px solid #ffffff;
	color:#ffffff;
	font-weight:500;
}

.btn-secondary-white .gb-button:hover {
	background-color:#ffffff !important;
	border:2px solid #ffffff;
	color:#00A2E0 !important;
}

.btn-secondary-white.dark-teal-back .gb-button:hover {
	color:#00484d !important;
}

.btn-primary-orange .gb-button {
	background-color:#F7A200;
	border:2px solid #F7A200;
}

.btn-primary .gb-button {
	background-color:#00988D;
	border:2px solid #00988D;
}

.page-template-blocks #menu-header-menu a:hover, .page-template-blocks #menu-polish-header-menu a:hover, .page-template-blocks #menu-italian-header-menu a:hover {
	color:#2Bd3C6;
}

/*.page-template-blocks #menu-header-actions a:hover {
	color:#2Bd3C6;
}*/

.scrollHeader #menu-header-actions a,.scrollHeader #menu-polish-header-actions a,.scrollHeader #menu-italian-header-actions a {
	background-color:#fff;
}

.scrollHeader #menu-header-actions a:hover, .scrollHeader #menu-polish-header-actions a:hover, .scrollHeader #menu-italian-header-actions a:hover {
	color:#fff;
}

.page-template-blocks_dark_hero #menu-header-actions a, .page-template-blocks_dark_hero #menu-polish-header-actions a, .page-template-blocks_dark_hero #menu-italian-header-actions a {
	color:#fff;
	background-color: #2Bd3C6;
	border-color: #fff;
}

.page-template-blocks_dark_hero #menu-header-actions a:hover,.page-template-blocks_dark_hero #menu-polish-header-actions a:hover,.page-template-blocks_dark_hero #menu-italian-header-actions a:hover {
	color:#2Bd3C6;
	background-color: #fff;
}

.page-template-inverse #menu-header-actions a:hover,.page-template-inverse #menu-polish-header-actions a:hover,.page-template-inverse #menu-italian-header-actions a:hover {
	color:#2Bd3C6;
	background-color: #fff;
}

.page-template-inverse #menu-header-menu a:hover, .page-template-inverse #menu-polish-header-menu a:hover, .page-template-inverse #menu-italian-header-menu a:hover {
	color:#42495b;
}

.divider, .section-divider {
	background-color: #00A2E0;
}

.divider-white, .section-divider-white {
	background-color: #FFFFFF !important;
}

.articles .entry-footer a {
	color:#00988D;
}

.hover-box:hover {
	background-color: #00A2E0;
	color: #fff;
}

.case-study-box {
	background-color:#EDEDED;
}

.box-anchor {
	text-decoration:none;
	color:#000;
	transition:none;
}

.tags {
	color: #00A2E0;
	font-weight: 500;
	font-size: 18px;
}

.hover-box:hover a {
	color:#fff;
}

.hover-box:hover .divider {
	background-color:#fff;
}

#mtsnb-1944 {
	display: none;
}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: relative;
		top: 0;
		z-index: 9999;
		width:100%;
	}
}