html, body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body{
	padding:0;
	margin:0;
    font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
}
.company-rating, .company-rating:hover, .company-rating:active {
    text-decoration: none;
}
.icon {
	-webkit-font-smoothing: none;
}
/* General UI elements */
.mobile-menu-toggle {
    display: none;
}
#mobile-nav-container {
    right: 0;
    top: 0;
    z-index: 10;
    position: fixed;
    transform: translateX(100%);
    padding-top: 86px;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    overflow-y: auto;
}
#mobile-navigation {
    /*transition: transform .25s ease-in-out;*/
}
#menu-mobile a {
    display: block;
    padding: 10px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    color: #222;
    font-weight: 600;
}
#menu-mobile a:first-child, #menu-mobile a + a {
    border-top: 0;
}
#menu-mobile ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
#menu-mobile .sub-menu a {
    background-color: #F1F5F8;
    font-weight: normal;
    border-top: 0;
    border-bottom: 0;
}
@media screen and (max-width: 850px) {
    .show-mobile-nav #mobile-nav-container {
        transform: translateX(0);
    }
    .show-mobile-nav header {
        position: fixed;
        top: 0;
        z-index: 11;
    }
    body.show-mobile-nav {
        padding-top: 86px;
    }
}
#mobile-navigation .contact {
    margin-top: 20px;
    text-align: left;
}
.button, .button:visited, .button:focus {
	display: inline-block;
	padding:15px;
	font-family:roboto, sans-serif;
	font-size:16px;
	color:#2E2E2E;
	background-color: #FFF;
	border: 1px solid #0892D7;
	border-radius:3px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-decoration:none;
	white-space: nowrap;
}
.button:hover, .button:active {
	color: #0892D7;
	background-color: #FFF;
	text-decoration:none;
}
.button.callout, .button.callout:visited {
	background-color: #fd8c18;
	color: #efefef;
	border: 0;
	border-bottom: 3px solid #f17900;
}
.button.callout:hover, .button.callout:active {
	background-color: #f17900;
	color: #FFF;
	border-bottom-color: #ca6b0e;
}
.backscreen {
	opacity: .8;
	background-color: #000;
	display: none;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.backscreen.active {
	display: block;
	z-index: 1;
}
/* Header section */
header{
	background:#fff;
	padding:0 1.5%;
	border-bottom:1px solid #E0E0E0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    position: relative;
}
nav#menu {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	text-align: center;
}
header .profile {
	padding-left: 25px;
	font-family: roboto;
	font-size: 16px;
	color: #343434;
	border-left: 1px solid #cecece;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left:25px;
	cursor: pointer;
}
header .profile img {
	margin-right: 10px;
}
header .profile .icon {
	margin-bottom: 0;
}
header .contact {
	font-family: roboto, sans-serif;
	font-size: 16px;
	color: #343434;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: right;
}
header .contact .phone, header .contact .chat {
	margin: 3px 0;
	display: block;
	color: inherit;
}
.chat.online .icon-chat-bubble {
    display: none;
}
.chat.online:before {
	content: '';
	background-color: #86cd33;
	display: inline-block;
	font-size: 8px;
	height: 1em;
	width: 1em;
	border-radius: .5em;
	margin-right: 5px;
	line-height: 1;
}
header {
	z-index: 10;
	border-top: 5px solid #18388b;
}
header:after {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	top: -6px;
	left: 0px;
	border: 3px solid #269dd8;
}
.profile-avatar {
	font-size: 80px;
	height: 1em;
	width: 1em;
	border-radius: .5em;
}
header .profile-avatar {
	font-size: 50px;
}
.profile-dropdown {
	position: absolute;
	min-width: 340px;
	top: 81px;
	right: 1.5%;
	margin-right: 4px;
	background-color: #FFF;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	display: none;
}
.profile-dropdown.active {
	display: block;
}
.profile-dropdown .title {
	background-color: #44afc1;
	color: #FFF;
	padding: 20px 30px;
	padding-right: 70px;
	font-size: 20px;
	position: relative;
}
.profile-dropdown .title .profile-edit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	background-color: #59becf;
	height: 100%;
	width: 68px;
	text-align: center;
	line-height: 68px;
	font-size: 15px;
	color: #FFF;
}
.profile-dropdown .links {
	padding: 20px 30px;
	list-style: none;
	font-size: 16px;
	margin-bottom: 0;
}
.profile-dropdown .links li {
	padding-top: 4px;
}
.profile-dropdown .links li:first-child {
	padding-top: 0;
}
.profile-dropdown .links a {
	display: inline-block;
	padding: 2px 0;
	color: #2c2c2c;
}
.profile-dropdown .links a:hover, .profile-dropdown .links a:active {
	/*color: #2c2c2c;
	*/
	text-decoration: none;
}
.profile-dropdown .bottom {
	width: 100%;
	height: 78px;
    background: #eaeaea url('/images/let-us-shop@1x.png') right -1px bottom -1px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .profile-dropdown .bottom {
        background-image: url('/images/let-us-shop@2x.png');
        background-size: 140px 75px;
    }
}
.profile-dropdown .bottom .button {
	margin-top: 20px;
	margin-left: 30px;
	padding: 7px 10px;
	font-weight: 500;
}
.profile-dropdown .profile-links {
	background-color: #f7f7f7;
	padding: 8px;
	text-align: center;
}
.profile-dropdown .profile-links a, .profile-dropdown .profile-links a:active {
	padding: 7px;
	display: inline-block;
	width: 50%;
	border-right: 1px solid #c2c2c2;
	color: #44afc1;
	font-size: 14px;
	text-decoration: none;
}
.profile-dropdown .profile-links a:last-child {
	border-right: none;
}
.dropdown-page {
	display: none;
}
.dropdown-page.active {
	display: block;
}
header .profile-list {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	font-size: 16px;
}
header .profile-list a {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	clear: both;
	height: 56px;
	display: block;
	color: inherit;
}
header .profile-list a:last-child {
	border-bottom: none;
}
header .profile-list .profile-avatar, header .profile-list .icon {
	font-size: 35px;
	margin-right: 10px;
	line-height: 1;
	float: left;
}
header .profile-list .icon:before {
	margin: 0;
}
.profile-title {
	display: inline-block;
	line-height: 35px;
	float: left;
}
nav#menu a {
	display: inline-block;
	padding: 5px;
	margin: 0 10px;
	text-decoration: none;
	font-size: 16px;
	color: #292929;
	font-family: roboto, sans-serif;
}
nav#menu > div {
	position: relative;
	display: inline-block;
}
nav#menu > div:hover .sub-menu {
	display: block;
}
nav#menu .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
    padding-top:25px;
	background-color: #FFF;
    margin-left: 3px;
    z-index: 1;
}
nav#menu .sub-menu ul {
    border-top: 3px solid #0b54a1;
    padding: 5px 0;
    padding-top: 10px;
    margin-bottom: 0;
    list-style: none;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
}
nav#menu .sub-menu a,nav#menu .sub-menu a:visited {
	margin: 0;
	padding: 3px 10px;
	white-space: nowrap;
	display: block;
}
nav#menu .sub-menu a:hover,nav#menu .sub-menu a:active {
	background-color: #0c54a2;
	color: #FFF;
}
nav#menu .sub-menu li {
    padding-bottom:5px;
}
.rating-stars .icon {
    color: #F5A623;
    margin: -2px;
}
/* Featherlight general */
.featherlight .featherlight-close-icon {
    top: 15px;
    right: 25px;
    color: #FFF;
    background-color: #2f94ca;
    border-radius: 1em;
    font-size: 30px;
    height: 1.3em;
    width: 1.3em;
    transition: all 0.3s;
}
.featherlight .featherlight-close-icon:hover{
    background-color:#163793;
}
.featherlight .featherlight-close-icon:after {
    content: '\e80c';
    font-family: "fontello";
}
.featherlight-loading .featherlight-content {
    height: 600px;
    width: 820px;
    max-height: 100%;
    max-width: 100%;
}
.featherlight-iframe .featherlight-content {
    overflow-y: auto!important;
}
.featherlight .featherlight-content, .featherlight .featherlight-content iframe {
    -webkit-transition: width .5s, height .5s; /* For Safari 3.1 to 6.0 */
    transition: width .5s, height .5s;
}
.featherlight.featherlight-comparison-chart .featherlight-content {
    width: 90%;
    height: 90%;
    max-width: 1300px;
    padding: 0;
    border-bottom: 0;
    overflow-y: hidden;
    background: #FFF url(/images/loading.gif) center center no-repeat;
}
.featherlight.featherlight-comparison-chart iframe {
    width: 100%;
    height: 100%;
}
.featherlight-target {
    display: none;
}
.featherlight .featherlight-target {
    display: inherit;
}
.with-featherlight .featherlight {
    background:rgba(0,0,0,.8);
}
.featherlight .featherlight-content, .featherlight .featherlight-content iframe {
    -webkit-transition: width .5s, height .5s; /* For Safari 3.1 to 6.0 */
    transition: width .5s, height .5s;
    border-bottom: 0;
}
.featherlight-loading .featherlight-content {
    background-image: url(/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    width: 820px;
    max-height: 100%;
    max-width: 100%;
}
.featherlight.tb-default .featherlight-iframe .featherlight-content {
    overflow-y: auto!important;
}
.featherlight.tb-default .featherlight-close-icon {
    top: 15px;
    right: 25px;
    color: #FFF;
    background-color: #2f94ca;
    border-radius: 1em;
    font-size: 30px;
    height: 1.3em;
    width: 1.3em;
    transition: all 0.3s;
}
.featherlight.tb-default .featherlight-close-icon:hover {
    background-color:#163793;
}
.featherlight.tb-default .featherlight-close-icon:after {
    content: '\e80c';
    font-family: "fontello";
}
.featherlight.tb-default .featherlight-content, .featherlight .featherlight-content iframe {
    max-width: 100%;
}
html.with-featherlight.tb-default {
    padding-right: 17px;
}
.featherlight.tb-default .featherlight-content {
    padding: 0;
    overflow-y: hidden;
}
.featherlight.tb-default .featherlight-inner {
    padding: 0;
    overflow-y: auto;
    max-height: 95vh;
}
.featherlight.tb-default .featherlight-inner.product-feature-featherlight {
    padding: 25px;
}
.featherlight.tb-default .featherlight-content:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2e97d0
}
/* Profile Featherlight */
.featherlight-target {
    display:none
}
.featherlight .featherlight-target{
    display:block
}
.featherlight.profile-edit .featherlight-content {
	background-color: #f1f5f8;
	border-radius: 5px;
	width: 800px;
    padding: 25px;
}
.featherlight.profile-edit .featherlight-inner {
}
.featherlight.profile-edit .title {
	font-size: 26px;
	margin: 10px;
}
.featherlight.profile-edit label {
	color: inherit;
    cursor: pointer;
}
.featherlight.profile-edit .profile-edit-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.featherlight.profile-edit #profile-edit-form-container {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
}
.featherlight.profile-edit #profile-edit-form-container, .featherlight.profile-edit .profile-edit-form-note {
	margin: 10px 10px 0;
}
.featherlight.profile-edit .profile-edit-form-note{
	background-color: #FFF;
	border-radius: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
	margin-bottom: 20px;
}
.profile-edit .form-note-header{
	background-color: #44afc1;
	color: #FFF;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
	padding: 8px;
}
.profile-edit .form-note-header .title {
	font-size: 18px;
	line-height: 40px;
	padding-left: 50px;
	margin-bottom: 0;
	margin-top: 0;
}
.question-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	color: #44afc1;
	background-color: #FFF;
	font-weight: bold;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
.profile-edit .form-note-body {
	padding: 20px;
}
#profile-edit-form-container select,.profile-edit-form-container select, #profile-edit-form-container input[type=text], #profile-edit-form-container input[type=tel] {
	background-color: #fff;
	width:250px;
	padding:10px;
	border:1px solid #979797;
	border-radius: 5px;
	color:#181818;
	font-family:roboto;
	font-size:17px;
}
#profile-edit-form-container select,.profile-edit-form-container select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background: #fff url(/images/dropdown@1x.png) no-repeat right 10px center;
	padding-right: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
	#profile-edit-form-container select,.profile-edit-form-container select {
		background-image: url(/images/dropdown@2x.png);
		background-size: 9px 13px;
	}
}
#profile-edit-form-container select:focus,.profile-edit-form-container select:focus, #profile-edit-form-container input[type=text]:focus, #profile-edit-form-container input[type=tel]:focus {
	outline: none;
	border: 1px solid #41a7b8;
}
#profile-edit-form-container .dob-selects {
    width: 250px;
}
#profile-edit-form-container .dob-selects select {
    margin-right: 2%;
}
#profile-edit-form-container .dob-selects [name=dob_day] {
    width: 22%;
}
#profile-edit-form-container .dob-selects [name=dob_month] {
    width: 45%;
}
#profile-edit-form-container .dob-selects [name=dob_year] {
    width: 29%;
    margin-right: 0;
}
#profile-edit-form-container .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.featherlight.profile-edit .profile-edit-footer {
	background-color: #FFF;
	padding-top: 20px;
}
.featherlight.profile-edit .profile-edit-footer > * {
	margin: 0 10px;
}
.featherlight.profile-edit .profile-edit-footer .btn {
	padding: 10px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,e7e7e7+100 */
	background: #f3f3f3;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#e7e7e7 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3),to(#e7e7e7));
	background: -o-linear-gradient(top, #f3f3f3 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%,#e7e7e7 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e7e7e7',GradientType=0 );
	/* IE6-9 */
	border: 1px solid #c8c8c8;
}
.featherlight.profile-edit .profile-edit-footer .btn.btn-submit {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5911d+0,e57e05+100 */
	background: #f5911d;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5911d 0%,#e57e05 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5911d),to(#e57e05));
	background: -o-linear-gradient(top, #f5911d 0%,#e57e05 100%);
	background: linear-gradient(to bottom, #f5911d 0%,#e57e05 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5911d', endColorstr='#e57e05',GradientType=0 );
	/* IE6-9 */
	border: 1px solid #d37200;
	color: #FFF;
}
.featherlight.profile-edit .featherlight-content:before {
	content: none;
}
.featherlight.profile-edit .featherlight-close-icon {
	display: none;
}
/* temp: reset original styles */
.icon {
	width: inherit;
	display: initial;
	margin-bottom: inherit;
}
#profile-edit-form-container .form-row label,
#profile-edit-form-container .form-row div {
	font-size: 17px;
	font-family: roboto, sans-serif;
    font-weight: normal;
}
#profile-edit-form input[type=checkbox],#profile-edit-form2 input[type=checkbox] {
    font-size: 18px;
    height: 1em;
    width: 1em;
    margin-top: 1px;
    vertical-align: text-top;
}
#profile-edit-form .profile-edit-footer .btn,#profile-edit-form2 .profile-edit-footer .btn {
	font-size: 19px;
	font-weight: 600;
}
#profile-edit-form .profile-edit-footer,#profile-edit-form2 .profile-edit-footer{
	background-color:#f1f5f8;
}
#profile-edit-form .form-note-body,#profile-edit-form2 .form-note-body {
	font-size: 17px;
    font-family: roboto, sans-serif;
}
#profile-edit .title {
    font-family: roboto, sans-serif;
	font-weight: 500;
}
.error-container {
    text-align: center;
}
.tippy-tooltip.inline-theme {
    padding: 1em;
    line-height: 1.4;
}
.sticky-parent {
    flex-grow: 1;
    will-change: min-height;
}
.sticky-js {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.sticky.fixed {
    top: 0;
    position: fixed;
}
.sticky.bottom {
    position: absolute;
    bottom: 0;
}
/* hamburger spinning menu icon */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    /*transition-property: opacity, filter;*/
    /*transition-duration: 0.15s;*/
    /*transition-timing-function: linear;*/
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    /*transition-duration: 0.22s;*/
    /*transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);*/
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #17358f;
    border-radius: 4px;
    position: absolute;
    /*transition-property: transform;*/
    /*transition-duration: 0.15s;*/
    /*transition-timing-function: ease;*/
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
    /*transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;*/
}
.hamburger-inner::after {
    bottom: -10px;
    /*transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);*/
}
.show-mobile-nav .hamburger .hamburger-inner {
    transform: rotate(225deg);
    /*transition-delay: 0.12s;*/
    /*transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);*/
}
.show-mobile-nav .hamburger .hamburger-inner::before {
    top: 0;
    opacity: 0;
    /*transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;*/
}
.show-mobile-nav .hamburger .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    /*transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);*/
}
footer .link-column {
    float: left;
    width: 25% !important;
}
@media screen and (max-width: 850px){
    footer .link-column {
        width: 50% !important;
    }
}
@media screen and (max-width: 500px){
    footer .link-column {
        width: 100% !important;
    }
}
/* From business-frontpage */
footer {
    margin: 50px 0;
}
footer h3 {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 400;
}
footer ul {
    padding-left: 0;
}
footer ul li {
    list-style-type: none;
    padding: 5px 0;
}
footer ul li a {
    color: #333;
}
.partners {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: -50px;
    clear: both;
}
.partners ul {
    text-align: center;
}
.partners ul li {
    display: inline-block;
    vertical-align: middle;
}
.partners ul li img {
    height: auto;
    max-width: 220px;
}
.copy-write {
    background: #f5f5f5;
    padding: 10px 0;
    color: #607996;
    font-size: 12px;
}
.pageFooter p {
    font-size: 13px;
    line-height: 1.7em;
    font-family: roboto, sans-serif;
    font-weight: 400;
}
/* toggle switch */
input.toggle-switch {
    display: none;
}
input.toggle-switch + label {
    cursor: pointer;
    text-indent: -9999px;
    font-size: 1.3em;
    width: 2em;
    height: 1em;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0;
}
input.toggle-switch + label:after {
    content: '';
    position: absolute;
    top: .05em;
    left: .05em;
    width: .9em;
    height: .9em;
    background: #fff;
    border-radius: .9em;
    transition: 0.3s;
}
input.toggle-switch:checked + label {
    background: #bada55;
}
input.toggle-switch:checked + label:after {
    transform: translateX(-100%);
    left: 100%;
    margin-left: -.05em
}
/* loading state buttons */
.with-disable {
    position: relative;
}
.with-disable:after {
    content: '';
    display: none;
    position: absolute;
    background: #AAA url("/images/gray-spinner.gif") center center no-repeat;
    background-origin: content-box;
    background-size: contain;
    padding: 2%;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.with-disable[disabled]:after {
    display: block;
}
@media only screen and (max-width: 1024px){
    .featherlight .featherlight-content {
        max-height: 80%;
    }
}
a.brochure-button {
	display: inline-block;
	background: #0a5fa9;
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
}
a.brochure-button:hover {
	background: #3a8ed6;
	text-decoration: none;
}

#disclaimer{
	font-family: Lato, sans-serif;
	text-align: center;
	max-width: 920px;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}