a {
	color: #085CF0;
}

header {
	width: 100% !important;
}

.jquery-modal.blocker {
	z-index: 99999;
}

.yellow-text,
.yellow-text a {
	color: #F3FF66 !important;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.elementor-msie .elementor-widget-image .elementor-image > a,
.elementor-msie .elementor-widget-image .elementor-image figure > a {
	display: block;
}

.elementor-element > .elementor-container::after {
	display: block;
}

button i {
	color: #ffb200;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	background-color: #005596;
	border: 0;
	border-radius: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	letter-spacing: 1px;
	padding: 0 20px;
	text-transform: uppercase;
}
button:active, button:focus, button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
	background-color: #ffb200;
	color: #000;
}
button:active i, button:focus i, button:hover i,
input[type=button]:active i,
input[type=button]:focus i,
input[type=button]:hover i,
input[type=reset]:active i,
input[type=reset]:focus i,
input[type=reset]:hover i,
input[type=submit]:active i,
input[type=submit]:focus i,
input[type=submit]:hover i {
	color: #000;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
select {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #3e4646;
	font-size: 16px;
	height: 40px;
	line-height: 20px;
}
input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
textarea[disabled],
select[disabled] {
	background-color: #F4F4F4;
	color: #ccc;
}
input[type=date]:active, input[type=date]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=week]:active,
input[type=week]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	border-color: #ffb200;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.gfield_error input[type=date],
.gfield_error input[type=datetime-local],
.gfield_error input[type=email],
.gfield_error input[type=month],
.gfield_error input[type=number],
.gfield_error input[type=password],
.gfield_error input[type=search],
.gfield_error input[type=tel],
.gfield_error input[type=text],
.gfield_error input[type=time],
.gfield_error input[type=url],
.gfield_error input[type=week],
.gfield_error textarea,
.gfield_error select {
	border-color: #FF5000;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
	color: #3e4646;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-transform: none;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
	color: #ffb200;
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 10px;
	text-rendering: auto;
}

input[type=radio].hide-radio:not(.cf-no-hide) {
	display: none !important;
}

input[type=checkbox] + label::before {
	content: "\f131";
}
input[type=checkbox]:checked + label::before {
	content: "\f132";
}

input[type=radio] + label::before {
	content: "\f43d";
}
input[type=radio]:checked + label::before {
	content: "\f43e";
}

label {
	color: #84898C;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
}

textarea {
	height: auto;
}

.facetwp-facet .fs-arrow {
	border-top-color: #ffb200;
}
.facetwp-facet .fs-dropdown {
	font-size: 14px;
}
.facetwp-facet .fs-label,
.facetwp-facet .fs-option-label {
	color: #3e4646;
}
.facetwp-facet .fs-label {
	font-style: italic;
}
.facetwp-facet .fs-label-wrap {
	font-size: 14px;
	height: 40px;
}
.facetwp-facet .fs-label-wrap .fs-label {
	line-height: 40px;
	padding: 0 30px 0 10px;
}

.gfield {
	margin-bottom: 10px;
}
.gfield ul {
	list-style: none;
	padding: 0;
}

.gfield_description {
	color: #3e4646;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}
.gfield_error .gfield_description {
	color: #FF5000;
}

.gform_fields {
	list-style: none;
	padding: 0;
}

.gform_validation_container {
	display: none;
}

.gsection_title {
	font-size: 20px;
	font-weight: bold;
}

.validation_error {
	color: #FF5000;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.select2.select2-container .select2-selection {
	border-color: #ddd;
	border-radius: 2px;
	height: 40px;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
	color: #3e4646;
	font-size: 14px;
	line-height: 38px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
	height: 40px;
}
.select2.select2-container .select2-selection .select2-selection__arrow b {
	border-top-color: #ffb200;
}

.select2-container .select2-results__option {
	font-size: 14px;
}

form.waiting {
	cursor: wait;
	position: relative;
}
form.waiting::after {
	background: rgba(0, 0, 0, 0.2);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cf-contact-form-submit {
	height: auto !important;
	padding-bottom: 10px;
	padding-top: 10px;
}

.cf-arrow-top-right a {
	display: block;
	padding-right: 30px;
	position: relative;
}

.cf-arrow-top-right a:after {
	color: #FFB200;
	content: "\f054";
	display: block;
	font: normal normal normal 14px/1 "Material Design Icons";
	position: absolute;
	right: 0;
	top: 0;
}

.cf-featured-image figure.wp-caption {
	display: inline-block;
	position: relative;
}
.cf-featured-image figure.wp-caption figcaption {
	border-radius: 10px;
	bottom: 15px;
	left: 25px;
	padding: 0 10px;
	position: absolute;
	width: auto;
}

.highlight-icon i {
	color: #ffb200;
}

ul.cf_label_cat {
	font-size: 15px;
	list-style: none;
	padding-left: 0;
}
ul.cf_label_cat li {
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.cf_label_cat li a {
	color: #000;
}

.cf-brand-modal,
.cf-brands-tiles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.cf-brand-modal .logo-container,
.cf-brands-tiles .logo-container {
	margin-bottom: 15px;
}
.cf-brand-modal img,
.cf-brands-tiles img {
	display: block;
	margin: 0 auto;
}
.cf-brand-modal .title,
.cf-brands-tiles .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.cf-brand-modal .info,
.cf-brands-tiles .info {
	color: #3e4646;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}

.cf-brand-modal.modal {
	text-align: center;
}
.cf-brand-modal.modal img {
	height: auto;
	max-width: 100%;
}
.cf-brand-modal.modal .info {
	margin-bottom: 15px;
}
.cf-brand-modal.modal .link-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 30px;
	width: 100%;
}
.cf-brand-modal.modal .link-container a + a:before {
	content: " | ";
	display: inline-block;
	margin: 0 10px;
}

.cf-brands-tiles .tile {
	cursor: pointer;
	padding: 30px 25px;
	text-align: center;
	width: 25%;
}
.cf-brands-tiles img {
	max-height: 120px;
	width: auto;
}
.cf-brands-tiles .logo-container {
	-ms-flex-align: center;
	    align-items: center;
	background: transparent url("../assets/img/brand-hexagon.svg") no-repeat center center;
	display: -ms-flexbox;
	display: flex;
	height: 160px;
}
.cf-brands-tiles .description,
.cf-brands-tiles .link-container {
	display: none;
}

@media screen and (max-width: 1025px) {
	.cf-brands-tiles .tile {
		padding: 20px 15px;
		width: 33%;
	}
}
@media screen and (max-width: 768px) {
	.cf-brands-tiles .tile {
		padding: 15px 10px;
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.cf-brands-tiles .tile {
		padding: 25px 10px;
		width: 100%;
	}
}
#global-presence-map {
	width: 100%;
}
#global-presence-map .bounding-box {
	cursor: pointer;
	pointer-events: visible;
	position: relative;
	visibility: visible;
	z-index: 10;
}
#global-presence-map .bounding-box.active, #global-presence-map .bounding-box.selected {
	fill: #ffb200;
}
body:not(.elementor-msie) #global-presence-map.global-presence-map-world {
	height: 100%;
}
#global-presence-map.global-presence-map-europe {
	height: 70vh;
}

.global-presence-map-tooltip {
	background-color: #005596;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
	z-index: 5;
}
.global-presence-map-tooltip.global-presence-map-tooltip-europe {
	transform: translateY(-2vh);
}
.global-presence-map-tooltip.global-presence-map-tooltip-croatia {
	transform: translate(1vh, -5vh);
}
.global-presence-map-tooltip.global-presence-map-tooltip-norway {
	transform: translate(-5vh, 0);
}
.global-presence-map-tooltip:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #005596;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: 99%;
	width: 0;
}

#global-presence-filters .facetwp-facet {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#global-presence-map,
.global-presence-map-tooltip {
		display: none;
	}
}
.elementor-location-header {
	transition: all ease 0.5s;
}

.global-header .global-site-logo {
	max-width: 165px;
}
.global-header .global-site-logo-container {
	max-width: 110px;
}
@media screen and (min-width: 1025px) {
	.global-header .global-site-logo-container {
		max-width: 165px;
	}
}
.global-header .global-nav-container {
	width: calc(100% - 110px) !important;
}
@media screen and (min-width: 1025px) {
	.global-header .global-nav-container {
		width: 100% !important;
	}
}
.global-header .elementor-nav-menu--main .elementor-nav-menu a {
	transition: none;
}
.global-header .global-main-nav .elementor-item {
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-direction: column;
	    flex-direction: column;
}
.global-header .global-main-nav .elementor-item span {
	color: rgba(255, 255, 255, 0.7);
	display: none;
	font-size: 12px;
	font-weight: normal;
}
@media screen and (min-width: 1100px) {
	.global-header .global-main-nav .elementor-item span {
		display: block;
		font-size: 11px;
	}
}
@media screen and (min-width: 1220px) {
	.global-header .global-main-nav .elementor-item span {
		font-size: 13px;
	}
}
@media screen and (min-width: 1025px) {
	.global-header .global-main-nav .elementor-item.has-submenu > .sub-arrow {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.global-header .global-main-nav .elementor-nav-menu > .menu-item:not(:last-child) {
		margin-right: 15px;
	}
}
@media screen and (min-width: 1200px) {
	.global-header .global-main-nav .elementor-nav-menu > .menu-item:not(:last-child) {
		margin-right: 30px;
	}
}
.global-header .global-main-nav .elementor-sub-item .sub-arrow i,
.global-header .global-main-nav .elementor-item .sub-arrow i {
	font-size: 20px;
	transform: none;
}
.global-header .global-main-nav .elementor-sub-item .sub-arrow i:before,
.global-header .global-main-nav .elementor-item .sub-arrow i:before {
	content: "\f35f";
	font-family: "Material Design Icons";
}
@media screen and (max-width: 1140px) {
	.global-header .global-main-nav .elementor-sub-item .sub-arrow i,
.global-header .global-main-nav .elementor-item .sub-arrow i {
		margin-right: 8px;
	}
}
.global-header .global-main-nav .elementor-nav-menu--dropdown .sub-menu {
	border: none !important;
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item,
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item {
	-ms-flex-direction: row;
	    flex-direction: row;
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item.highlighted,
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item.highlighted {
	color: #F3FF66 !important;
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item.highlighted .sub-arrow i:before,
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item.highlighted .sub-arrow i:before {
	content: "\f374";
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item span,
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item span {
	display: none;
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item .sub-arrow,
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item .sub-arrow {
	display: inline-block;
	font-size: 20px;
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item .sub-arrow i:before,
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item .sub-arrow i:before {
	content: "\f415";
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .mobileSecondaryNav {
	margin-bottom: 5px;
	margin-top: 5px;
}
.global-header .global-main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container .mobileSecondaryNav .elementor-item {
	border-bottom: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}
.global-header .global-secondary-nav .menu-item.js-open-search {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 15px;
}
.global-header .global-search-form .elementor-search-form__toggle {
	display: none;
}
.global-header .js-open-search .elementor-item {
	display: block;
}
.global-header .js-open-search .elementor-item .fa {
	color: #F3FF66;
	margin-left: 5px;
}
@media screen and (min-width: 1025px) {
	.global-header.elementor-sticky--effects {
		padding: 25px 30px !important;
	}
}
.global-header.elementor-sticky--effects .global-site-logo-container {
	max-width: 110px;
}
@media screen and (min-width: 1025px) {
	.global-header.elementor-sticky--effects .global-site-logo-container {
		margin-right: 30px;
	}
}
@media screen and (min-width: 1300px) {
	.global-header.elementor-sticky--effects .global-site-logo-container {
		margin-right: 90px;
	}
}
.global-header.elementor-sticky--effects .global-site-logo img {
	width: auto;
	height: 30px;
}
.global-header.elementor-sticky--effects .global-nav-container > .elementor-column-wrap > .elementor-widget-wrap {
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
	.global-header.elementor-sticky--effects .global-nav-container > .elementor-column-wrap > .elementor-widget-wrap {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}
.global-header.elementor-sticky--effects .global-nav-container .global-secondary-nav-container {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	margin-bottom: 0;
	-ms-flex-order: 2;
	    order: 2;
	width: auto;
}
.global-header.elementor-sticky--effects .global-main-nav {
	-ms-flex-order: 1;
	    order: 1;
}
@media screen and (min-width: 1025px) {
	.global-header.elementor-sticky--effects .global-main-nav {
		width: auto;
	}
}
.global-header.elementor-sticky--effects .global-main-nav .elementor-item span {
	display: none;
}
.global-header.elementor-sticky--effects .global-main-nav .menu-item:not(:last-child) {
	width: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
	.global-header.elementor-sticky--effects .global-main-nav li {
		font-size: 14px;
	}
	.global-header.elementor-sticky--effects .global-secondary-nav li {
		font-size: 13px;
	}
	.global-header.elementor-sticky--effects .menu-item.js-open-search {
		border-left: 0;
		padding-left: 0;
	}
	.global-header.elementor-sticky--effects .menu-item.js-open-search i {
		display: none;
	}
}

.elementor-msie .elementor-menu-toggle {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.global-copyright a:hover, .global-copyright a:focus, .global-copyright a:active,
.global-footer a:hover,
.global-footer a:focus,
.global-footer a:active {
	text-decoration: underline;
}

.elementor-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	list-style: none;
	margin-top: 50px;
	padding: 0;
	width: 100%;
}
.elementor-pagination .page-numbers {
	border: 1px solid #005596;
	border-radius: 30px;
	color: #005596;
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}
.elementor-pagination .page-numbers:last-child {
	margin-right: 0;
}
.elementor-pagination .page-numbers.navigation, .elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
	background-color: #005596;
	color: #ffb200;
}
.elementor-pagination .page-numbers:active, .elementor-pagination .page-numbers:focus, .elementor-pagination .page-numbers:hover {
	background-color: #005596;
	color: #ffffff;
}
.elementor-pagination .page-numbers.current {
	background-color: #ffb200;
	border-color: #ffb200;
	color: #ffffff;
}
.elementor-pagination .page-numbers.dots {
	background: none;
	border: none;
	color: #84898C;
	cursor: none;
}
.elementor-pagination .page-numbers.dots:active, .elementor-pagination .page-numbers.dots:focus, .elementor-pagination .page-numbers.dots:hover {
	color: #84898C;
}

.cf_accordion_search_filters {
	counter-reset: section;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item {
	margin-bottom: -2px;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-title {
	background: #fff !important;
	border: 2px solid #085CF0;
	color: #085CF0 !important;
	font-size: 20px;
	font-weight: bold;
	-ms-flex-pack: left;
	    justify-content: left;
	min-height: 60px;
	padding-left: 90px;
	position: relative;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-title::before {
	-ms-flex-align: center;
	    align-items: center;
	background: #e6f0fa;
	border: 2px solid #085CF0;
	bottom: -2px;
	color: #085CF0;
	content: counter(section);
	counter-increment: section;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-ms-flex-pack: center;
	    justify-content: center;
	left: -2px;
	position: absolute;
	top: -2px;
	transition: all 0.3s ease;
	width: 60px;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-title:hover, .cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-title.pp-accordion-tab-active {
	background: #e6f0fa !important;
	color: #000 !important;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-title:hover::before, .cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-title.pp-accordion-tab-active::before {
	background: #085CF0;
	color: #fff;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content {
	border: 2px solid #085CF0;
	margin-top: -2px;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content p:empty {
	display: none;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 0;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-radio {
	background: url("../../assets/img/ic-radio-button-unchecked.svg") 0 50% no-repeat;
	background-color: #f4f4f4;
	background-position: 10px 10px;
	border-radius: 5px;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 30px;
	margin: 15px;
	padding: 20px;
	text-align: center;
	width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
	.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-radio {
		width: calc(33.3333% - 30px);
	}
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-radio.checked {
	background: url("../../assets/img/ic-radio-button-checked.svg") 0 50% no-repeat;
	background-color: #085CF0;
	background-position: 10px 10px;
	color: #fff;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-radio .facet_description {
	color: #333;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-checkbox {
	-ms-flex-align: center;
	    align-items: center;
	background: url("../../assets/img/ic-checkbox-button-unchecked.svg") 0 50% no-repeat;
	background-color: #f4f4f4;
	background-position: 15px 13px;
	border-radius: 5px;
	color: #333;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 30px;
	margin: 15px;
	padding: 10px;
	width: calc(33.3333% - 30px);
}
@media screen and (min-width: 768px) {
	.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-checkbox {
		width: calc(33.3333% - 30px);
	}
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-checkbox.checked {
	background: url("../../assets/img/ic-checkbox-button-checked.svg") 0 50% no-repeat;
	background-color: #085CF0;
	background-position: 10px 10px;
	color: #fff;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-checkbox .facet_icon {
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.cf_accordion_search_filters .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content .facetwp-facet .facetwp-checkbox .facet_description {
	font-family: "Proxima Nova";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
}

.cf_accordion_search_filters .cf-selected-icon {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}
.cf_accordion_search_filters .cf-selected-icon img {
	width: 35px;
}
.cf_accordion_search_filters .cf-selected-icon span {
	margin-right: 10px;
}

.cf-locations-title {
	color: #000;
	font-family: "Proxima Nova";
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.cf-brand-modal,
.cf-locations-tiles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.cf-brand-modal .logo-container,
.cf-locations-tiles .logo-container {
	margin: 16px;
}
.cf-brand-modal img,
.cf-locations-tiles img {
	display: block;
	margin: 0 auto;
}
.cf-brand-modal .title,
.cf-locations-tiles .title {
	color: #000;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
}
.cf-brand-modal .info,
.cf-locations-tiles .info {
	color: #3e4646;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.cf-brand-modal .description,
.cf-locations-tiles .description {
	color: #333;
	font-family: "Proxima Nova";
	font-size: 16px;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
}

.cf-brand-modal.modal {
	text-align: center;
}
.cf-brand-modal.modal img {
	height: auto;
	max-width: 100%;
}
.cf-brand-modal.modal .info {
	margin-bottom: 15px;
}
.cf-brand-modal.modal .link-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 30px;
	width: 100%;
}
.cf-brand-modal.modal .link-container a + a::before {
	content: " | ";
	display: inline-block;
	margin: 0 10px;
}

.cf-locations-tiles .tile, .cf-locations-brand-location .tile {
	background-color: #fff;
	border: 1px solid #F2F6FB;
	border-radius: 10px;
	box-shadow: 0 20px 20px -20px rgba(0, 85, 150, 0.2);
	cursor: pointer;
	margin: 0 5px 20px;
	padding: 30px 25px;
	text-align: center;
	width: calc(33% - 10px);
}
.cf-locations-tiles .tile:hover, .cf-locations-brand-location .tile:hover {
	border: 1px solid #085CF0;
}
.cf-locations-tiles .tile .link-container, .cf-locations-brand-location .tile .link-container {
	margin-top: 40px;
}
.cf-locations-tiles .tile .link-container a, .cf-locations-brand-location .tile .link-container a {
	background-color: #085CF0;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 700;
}
.cf-locations-tiles .tile .link-container a .fa-search, .cf-locations-brand-location .tile .link-container a .fa-search {
	margin-left: 10px;
}
.cf-locations-tiles img, .cf-locations-brand-location img {
	max-height: 120px;
	width: auto;
}
.cf-locations-tiles .logo-container, .cf-locations-brand-location .logo-container {
	-ms-flex-align: center;
	    align-items: center;
	background: transparent url("../assets/img/brand-hexagon.svg") no-repeat center center;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
}

.cf-locations-brand-location .tile {
	background-color: #fff;
	border: 1px solid #F2F6FB;
	border-radius: 10px;
	box-shadow: 0 20px 20px -20px rgba(0, 85, 150, 0.2);
	cursor: pointer;
	margin: 0 0px 10px;
	padding: 10px 10px;
	text-align: center;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}
.cf-locations-brand-location .tile .logo-container {
	width: 85%;
}
.cf-locations-brand-location .tile i.fas {
	font-size: 25px;
}

@media screen and (max-width: 1025px) {
	.cf-locations-tiles .tile {
		padding: 20px 15px;
		width: calc(33% - 10px);
	}
}
@media screen and (max-width: 768px) {
	.cf-locations-tiles .tile {
		padding: 15px 10px;
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 480px) {
	.cf-locations-tiles .tile {
		padding: 25px 10px;
		width: calc(100% - 10px);
	}
}
.cf-locations-tiles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 75%;
	float: left;
}

.cf-locations-title {
	width: 100%;
}

.cf-locations-title.no-b-margin {
	margin-bottom: 0px;
}

.cf-locations-brand-location {
	width: 25%;
	float: left;
	padding-left: 10px;
}
/*# sourceMappingURL=styles.css.map */
