/*
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?s6493g");
	src: url("../fonts/icomoon.eot?s6493g#iefix") format("embedded-opentype"), 
        url("../fonts/icomoon.ttf?s6493g") format("truetype"), 
        url("../fonts/icomoon.woff?s6493g") format("woff"), 
        url("../fonts/icomoon.svg?s6493g#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
*/
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?s6493g");
	src: url("../fonts/icomoon.eot?s6493g#iefix") format("embedded-opentype"), 
        url("../fonts/icomoon.ttf?s6493g") format("truetype"), 
        url("../fonts/icomoon.woff?s6493g") format("woff"), 
        url("../fonts/icomoon.svg?s6493g#icomoon") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
      /*line-height: 1;*/ /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
.icon-chat:before {
	content: "\e90a";
}

.icon-location:before {
	content: "\e90b";
}

.icon-menu:before {
	content: "\e900";
}

.icon-search:before {
	content: "\e901";
}

.icon-user:before {
	content: "\e90c";
}

.icon-user1:before {
	content: "\e902";
}

.icon-angle-right:before {
	content: "\e903";
}

.icon-angle-down:before {
	content: "\e904";
}

.icon-cart:before {
	content: "\e905";
}

.icon-profile:before {
	content: "\e906";
}

.icon-strava:before {
	content: "\e907";
}

.icon-tiktok:before {
	content: "\e908";
}

.icon-facebook:before {
	content: "\e909";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-youtube:before {
	content: "\ea9d";
}

.icon-pinterest:before {
	content: "\ead1";
}
*/

/* content blocks stuff */

@media (min-width: 767px) {
    .content-blocks-wrapper h2 {
        font-weight: bold;
    }
    .content-blocks-wrapper .odd-row h2 {
        text-align: left;
    }
    .content-blocks-wrapper .odd-row p {
        text-align: left;
    }
    .content-blocks-wrapper .even-row h2 {
        text-align: left;
    }
    .content-blocks-wrapper .even-row p {
        text-align: left;
    }
    .content-blocks-wrapper img {
        width: 43%;
        max-width: 43%;
    }
    .content-blocks-wrapper .odd-row img {
        float: right;
        margin-right: 0px;
        margin-left: 60px;
    }
    .content-blocks-wrapper .even-row img {
        float: left;
        margin-right: 60px;
        margin-left: 0px;
    }
    .content-block-outer {
        max-width: 1100px;
        margin: 0 auto;
    }
    .content-blocks-wrapper {
        background: #fff;
    }
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
	cursor: pointer;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
	cursor: pointer;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid transparent;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
	min-width: 200px;
	font-family: "futura-round", sans-serif !important;
	line-height: 1;
	margin: 2px 0;
	padding: 8px 0;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	min-width: 200px;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: pointer;
	display: block;
	padding: 9px;
	color: #656565;
	height: 1%;
	font-size: 16px;
}

.jcf-list .jcf-option img {
	width: 20px;
	height: 13px;
	margin-right: 10px;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: transparent !important;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-LightOblique.eot");
	src: url("../fonts/FuturaRound-LightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-LightOblique.woff2") format("woff2"), url("../fonts/FuturaRound-LightOblique.woff") format("woff"), url("../fonts/FuturaRound-LightOblique.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-Light.eot");
	src: url("../fonts/FuturaRound-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-Light.woff2") format("woff2"), url("../fonts/FuturaRound-Light.woff") format("woff"), url("../fonts/FuturaRound-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-Book.eot");
	src: url("../fonts/FuturaRound-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-Book.woff2") format("woff2"), url("../fonts/FuturaRound-Book.woff") format("woff"), url("../fonts/FuturaRound-Book.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-BookOblique.eot");
	src: url("../fonts/FuturaRound-BookOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-BookOblique.woff2") format("woff2"), url("../fonts/FuturaRound-BookOblique.woff") format("woff"), url("../fonts/FuturaRound-BookOblique.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-MediumOblique.eot");
	src: url("../fonts/FuturaRound-MediumOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-MediumOblique.woff2") format("woff2"), url("../fonts/FuturaRound-MediumOblique.woff") format("woff"), url("../fonts/FuturaRound-MediumOblique.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-Medium.eot");
	src: url("../fonts/FuturaRound-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-Medium.woff2") format("woff2"), url("../fonts/FuturaRound-Medium.woff") format("woff"), url("../fonts/FuturaRound-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-DemiOblique.eot");
	src: url("../fonts/FuturaRound-DemiOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-DemiOblique.woff2") format("woff2"), url("../fonts/FuturaRound-DemiOblique.woff") format("woff"), url("../fonts/FuturaRound-DemiOblique.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-Demi.eot");
	src: url("../fonts/FuturaRound-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-Demi.woff2") format("woff2"), url("../fonts/FuturaRound-Demi.woff") format("woff"), url("../fonts/FuturaRound-Demi.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-BoldOblique.eot");
	src: url("../fonts/FuturaRound-BoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-BoldOblique.woff2") format("woff2"), url("../fonts/FuturaRound-BoldOblique.woff") format("woff"), url("../fonts/FuturaRound-BoldOblique.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "futura-round";
	src: url("../fonts/FuturaRound-Bold.eot");
	src: url("../fonts/FuturaRound-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaRound-Bold.woff2") format("woff2"), url("../fonts/FuturaRound-Bold.woff") format("woff"), url("../fonts/FuturaRound-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.ho-header {
	position: relative;
	background: #0077b8;
	font-family: "futura-round", sans-serif;
	padding: 12px 0;
}

.ho-header .list-unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ho-header .ho-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 26px;
	max-width: none;
}

.ho-header .ho-logo {
	margin-top: 2px;
	max-width: 91px;
}

.ho-header svg {
	width: 100%;
}

.ho-search-opener {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.ho-menu-opener {
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	margin-right: 18px;
}

.ho-nav-drop {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

.ho-search-form input[type="search"] {
	font-family: "futura-round", sans-serif;
	width: 100%;
	padding: 5px 40px;
	border: 0;
	-webkit-appearance: none;
	background: #ced4da;
	font-size: 14px;
	color: #494845;
	height: 70px;
	text-transform: capitalize;
}

.ho-search-form input[type="search"]::-webkit-input-placeholder {
	color: rgba(73, 72, 69, .8);
	opacity: 1;
}

.ho-search-form input[type="search"]:-ms-input-placeholder {
	color: rgba(73, 72, 69, .8);
	opacity: 1;
}

.ho-search-form input[type="search"]::placeholder {
	color: rgba(73, 72, 69, .8);
	opacity: 1;
}

.ho-search-form input[type="search"]:focus {
	outline: 0;
}

.ho-search-form button {
	position: absolute;
	top: -14px;
	bottom: 0;
	left: 0;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	border: 0;
	background: transparent;
	border-radius: 0 4px 4px 0;
	color: #494845;
	font-weight: 400;
}

.ho-icon-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ho-icon-list a {
	text-decoration: none;
	color: #fff;
	font-size: 25px;
}

.ho-icon-list li:first-child {
	margin-left: 0;
}

#ho-nav {
	padding: 0 0 0 32px;
}

.ho-navigation {
	margin: 0 0 45px !important;
	padding-bottom: 12px !important;
	background: #fff;
}

.ho-navigation a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	position: relative;
	display: block;
	text-decoration: none;
	background: #fff;
	color: #2a2a38;
	font-weight: 600;
	padding: 13px 32px;
	font-size: 24px;
}

.ho-navigation a:before {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	left: 0;
	background: #fff;
	height: 4px;
	width: calc(100% - 16px);
	border-radius: 2px;
	margin: 0 auto;
	display: none;
	opacity: 0;
	visibility: visible;
}

.ho-navigation li:hover a {
	background: #ebebeb;
}

.ho-info-list {
	margin: 0 0 38px !important;
}

.ho-info-list a {
	text-decoration: none;
	font-size: 14px;
	color: #2a2a38;
	font-weight: 300;
}

.ho-info-list [class^="icon-"] {
	display: inline-block;
	min-width: 14px;
	margin-right: 13px;
	text-align: center;
}

.ho-info-list li {
	padding: 0 32px;
	margin: 0 0 12px;
}

.ho-lang-info {
	margin: 0 0 30px !important;
}

.ho-lang-info a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 32px;
	font-size: 14px;
	color: #2a2a38;
	font-weight: 300;
}

.ho-lang-info a img {
	outline: 1px solid #000;
}

.ho-lang-info a .text {
	margin-left: 12px;
	letter-spacing: .8px;
}

.ho-nav-active {
	overflow: hidden;
}

.ho-nav-active .ho-nav-drop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ho-search-active {
	overflow: hidden;
}

.ho-search-active .ho-search-form {
	-webkit-transition: z-index .3s ease-in-out;
	transition: z-index .3s ease-in-out;
	z-index: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.resize-active .ho-nav-drop,
.resize-active .ho-search-form,
.resize-active .ho-navigation a {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	padding: 0;
	margin: 0;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ho-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 12px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.ho-footer {
	font-family: "futura-round", sans-serif;
}

.ho-footer .ho-container {
	max-width: none;
}

.ho-footer .list-unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ho-foot-top {
	padding: 20px 0 50px;
	background: #2a2a38;
}

.foot-row .ho-foot-social-holder {
	margin: 0 0 30px;
}

.ho-accordion {
	list-style: none;
	position: relative;
	margin: 0 0 45px;
	padding: 0 0 25px;
}

.ho-accordion a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #fff;
        font-weight: 400;
}

.ho-accordion a:hover {
	color: #0077b8;
}

.ho-accordion .ho-opener {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 18px;
	padding: 8px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 25px;
}

.ho-accordion .ho-slide {
	font-size: 14px;
	padding-top: 12px;
}

.ho-accordion .ho-slide li {
	margin: 0 0 12px;
}

.ho-accordion .ho-slide li:last-child {
	margin: 0;
}

.ho-accordion > li {
	position: relative;
	padding: 25px 0;
}

.ho-accordion > li > a {
	font-size: 17.5px;
	font-weight: 500;
}

.ho-accordion > li > a:hover {
	color: #fff;
}

.ho-accordion > li.active .ho-opener {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ho-accordion:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
}

.ho-social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.ho-social-networks a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #fff;
	font-size: 28px;
}

.ho-social-networks a:hover {
	color: #0077b8;
}

.ho-social-networks li {
	margin: 0 15px 8px 0;
}

.ho-social-networks li:last-child {
	margin: 0;
}

.ho-foot-logo {
	display: inline-block;
	max-width: 200px;
}

.ho-foot-logo svg {
	width: 100%;
}

.ho-privacy-list {
	list-style: none;
	padding: 0 100px 0 0;
	margin: 0;
	font-size: 12px;
}

.ho-privacy-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #2a2a38;
}

.ho-privacy-list a:hover {
	color: #0077b8;
}

.ho-privacy-list li {
	position: relative;
	margin: 0 0 12px 0;
}

.ho-privacy-list li:before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: -15px;
	width: 1px;
	background: #494845;
	display: none;
}

.ho-privacy-list li:first-child {
	display: none;
}

.ho-privacy-list li:first-child a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
}

.ho-privacy-list li:first-child a:before {
	content: ">";
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ho-privacy-list li:first-child img {
	width: 15px;
	outline: 1px solid #000;
	margin-right: 10px;
}

.ho-privacy-list li:last-child:before {
	display: none;
}

.ho-privacy-holder {
	position: relative;
	padding: 30px 0 10px;
}

.ho-privacy-holder .ho-accessibility-logo {
	display: inline-block;
	position: absolute;
	right: 11px;
	bottom: 16px;
	max-width: 75px;
}

.ho-privacy-holder img {
	width: 100%;
}

.ho-foot-feature .ho-bar {
	display: inline-block;
	padding: 0 6px;
}

.ho-foot-feature img {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}

.ho-foot-feature .text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

.ho-foot-feature .text:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
	display: none;
}

.ho-foot-feature a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.select-lang-form {
	padding: 40px 0 0;
}

.select-lang-form .jcf-select {
	width: 100%;
	background: #fff;
	margin: 0 0 5px;
	border: 0;
	height: auto;
	min-width: 0;
	padding: 6px 12px;
	border-radius: 4px;
}

.select-lang-form .jcf-select-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px 0 0;
}

.select-lang-form .jcf-select-text > span {
	font-size: 14px;
	line-height: 1.5;
}

.select-lang-form .jcf-select-text img {
	width: 20px;
	height: 13px;
	margin-right: 10px;
	border: 1px solid #000;
}

.select-lang-form .jcf-select-opener {
	background: transparent;
}

.select-lang-form .jcf-select-opener:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #494845;
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select-lang-form .jcf-list-content,
.select-lang-form .jcf-list .jcf-option {
	font-family: "proxima_nova", sans-serif !important;
}

.select-lang-form .jcf-list-content img,
.select-lang-form .jcf-list .jcf-option img {
	width: 20px !important;
	height: 13px !important;
	margin-right: 10px;
	border: 1px solid #000;
}

.select-lang-form .jcf-list .jcf-option {
	font-family: "proxima_nova", sans-serif !important;
}

.ho-select-form {
	max-width: 290px;
	margin: 0 auto;
}

.ho-select-form .jcf-select {
	width: 100%;
}

@media not all and (min-resolution: .001dpcm) {
}

@media (min-width: 520px) {
	.ho-select-form {
		max-width: 580px;
	}

	.ho-select-form .select-lang-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -5px;
	}

	.ho-select-form .select-col {
		width: 50%;
		padding: 0 5px;
	}
}

@media (min-width: 768px) {
	.ho-header {
		padding: 0;
	}

	.ho-header .hide-on-desktop {
		display: none;
	}

	.ho-nav-drop {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.ho-search-form {
		position: relative;
		max-width: 160px;
		-ms-flex-preferred-size: 160px;
		flex-basis: 160px;
	}

	.ho-search-form input[type="search"] {
		padding: 5px 30px 5px 12px;
		height: 40px;
		color: #fff;
		background: transparent;
		border: 1px solid #fff;
		border-radius: 4px;
		padding-left: 12px;
		font-weight: 600;
		font-size: 16px;
	}

	.ho-search-form input[type="search"]::-webkit-input-placeholder {
		color: white;
	}

	.ho-search-form input[type="search"]:-ms-input-placeholder {
		color: white;
	}

	.ho-search-form input[type="search"]::placeholder {
		color: white;
	}

	.ho-search-form button {
		font-size: 14px;
		left: auto;
		right: 0;
		cursor: pointer;
		color: #fff;
	}

	.ho-icon-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 20px !important;
	}

	.ho-icon-list a {
		font-size: 18px;
	}

	.ho-icon-list li {
		margin: 3px 0 3px 18px;
	}

	#ho-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0 12px 0 20px;
	}

	.ho-search-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.ho-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: transparent;
		margin: 0 !important;
		padding-bottom: 0 !important;
	}

	.ho-navigation a {
		display: inline-block;
		padding: 29px 13px;
		font-weight: 500;
		color: #fff;
		background: transparent;
		font-size: 16px;
	}

	.ho-navigation a:before {
		display: block;
	}

	.ho-navigation li:hover a {
		background: transparent;
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	.ho-navigation li:hover a:before {
		opacity: 1;
		visibility: visible;
	}

	.ho-info-list {
		margin: 0 !important;
	}

	.ho-footer .hide-on-desktop {
		display: none;
	}

	.ho-foot-top {
		padding: 50px 0;
	}

	.foot-row .ho-foot-social-holder {
		margin: 0 0 40px;
	}

	.foot-row .ho-accordion {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.ho-accordion {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0 10px;
	}

	.ho-accordion a:hover {
		text-decoration: underline;
		color: #fff;
	}

	.ho-accordion .ho-opener {
		display: none;
	}

	.ho-accordion .ho-slide {
		padding-top: 14px;
	}

	.ho-accordion .ho-slide li {
		margin: 0 0 18px;
	}

	.ho-accordion > li {
		width: 25%;
		padding: 0 15px 0 0;
		margin: 0 0 45px;
	}

	.ho-accordion > li > a {
		pointer-events: none;
	}

	.ho-social-networks {
		margin: 0 0 32px;
	}

	.ho-privacy-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ho-privacy-list a:hover {
		color: #2a2a38;
		text-decoration: underline;
	}

	.ho-privacy-list li {
		margin: 0 30px 12px 0;
	}

	.ho-privacy-list li:before {
		display: block;
	}

	.ho-privacy-list li:first-child {
		display: block;
	}

	.ho-privacy-holder {
		padding: 18px 0 8px;
	}

	.ho-privacy-holder .ho-accessibility-logo {
		right: 30px;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.ho-foot-feature a:hover .text:before {
		display: block;
	}
}

@media (min-width: 1024px) {
	.ho-header .ho-container {
		padding: 0 80px;
	}

	.ho-header .ho-logo {
		max-width: 98px;
	}

	.ho-search-form {
		max-width: 225px;
		-ms-flex-preferred-size: 225px;
		flex-basis: 225px;
	}

	.ho-search-form input[type="search"] {
		padding: 5px 40px 5px 12px;
	}

	.ho-search-form button {
		font-size: 19px;
	}

	.ho-icon-list {
		margin-left: 30px !important;
	}

	.ho-icon-list a {
		font-size: 22px;
	}

	.ho-icon-list li {
		margin: 3px 0 3px 30px;
	}

	.ho-navigation a {
		padding: 29px 18px;
	}

	.ho-footer .ho-container {
		padding: 0 80px;
	}

	.ho-foot-top {
		padding: 50px 0 81px;
	}

	.foot-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.foot-row .ho-foot-social-holder {
		width: 26%;
		margin: 0;
	}

	.ho-accordion {
		padding: 0;
	}

	.ho-accordion:before {
		display: none;
	}

	.ho-privacy-holder .ho-accessibility-logo {
		right: 50px;
	}
}

@media (min-width: 1200px) {
	.ho-footer .ho-container {
		padding: 0 110px;
	}
}

@media (max-width: 767px) {
	.ho-header .hide-on-mobile {
		display: none;
	}

	.ho-nav-drop {
		-webkit-transition: -webkit-transform .5s cubic-bezier(.3, .86, .36, .95);
		transition: -webkit-transform .5s cubic-bezier(.3, .86, .36, .95);
		transition: transform .5s cubic-bezier(.3, .86, .36, .95);
		transition: transform .5s cubic-bezier(.3, .86, .36, .95), -webkit-transform .5s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		max-width: 320px;
		height: calc(100vh - 60px);
		overflow-y: auto;
		background: red;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		box-shadow: none;
		background: #ebebeb;
                z-index: 400;
	}

	.ho-search-form {
		-webkit-transition: z-index .3s ease-in-out;
		transition: z-index .3s ease-in-out;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		z-index: -1;
		-webkit-transition: opacity .5s cubic-bezier(0, 1, .5, 1), -webkit-transform .5s cubic-bezier(0, 1, .5, 1);
		transition: opacity .5s cubic-bezier(0, 1, .5, 1), -webkit-transform .5s cubic-bezier(0, 1, .5, 1);
		transition: opacity .5s cubic-bezier(0, 1, .5, 1), transform .5s cubic-bezier(0, 1, .5, 1);
		transition: opacity .5s cubic-bezier(0, 1, .5, 1), transform .5s cubic-bezier(0, 1, .5, 1), -webkit-transform .5s cubic-bezier(0, 1, .5, 1);
	}

	.ho-search-form button {
		pointer-events: none;
	}

	.ho-nav-active {
		background: rgba(42, 42, 56, .8);
	}

	.ho-nav-active .ho-nav-drop {
		box-shadow: 8px 0 8px -8px #000;
	}

	.ho-search-active {
		background: rgba(42, 42, 56, .8);
	}

	.ho-footer .hide-on-mobile {
		display: none;
	}
}

.hosted-domain-location-index { display: none; }