@charset "UTF-8";
html{
	font-size: 62.5%;
}
html *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
 input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;}
*:focus ,textarea,input,
textarea:focus, input:focus{
    outline: none;
     border-radius: 0;
}
input::placeholder{ 
	color: #808080;
	opacity: 1;
}
textarea::placeholder{ 
	color: #808080;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
body{
        background: #fff;
        color: #808080;
	font-size: 1.8rem;
	font-family: 'Archivo';
	font-weight: normal;
}
.wrapper{
	max-width: 1670px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.form-basic input[type="text"],
.form-basic input[type="tel"],
.form-basic input[type="email"],
.form-basic textarea{
	display: block;
	width: 100%;
	background: #fff;
	border-radius: .5rem;
	border: solid 1px #ddd;
	font-size: 1.8rem;
	font-family: 'Archivo';
	font-weight: 400;
	height: 6rem;
	padding: 0 2rem;
}
.form-basic textarea{
	min-height: 10rem;
	padding:  2rem;
	resize: vertical;
}
.form-basic .error input[type="text"],
.form-basic .error input[type="tel"],
.form-basic .error input[type="email"],
.form-basic .error textarea{
	background: #ffe6de;
	border-color: #de501f;
}
.form-basic .error span{
	display: block;
	color: #de501f;
	font-size: 1.4rem;
	margin-top: 1rem;
}
.form-basic form > * {
	display: block;
	margin-top: 2rem;
}
.form-basic form > .rowflex{
	display: flex;
	margin: 2rem -1rem 0;
}
.form-basic form > .rowflex:first-child,
.form-basic form > *:first-child{
	margin-top: 0;
}
.form-basic form > .rowflex > *{
	padding: 0 1rem
}
.the-title{
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 5rem;
	padding-bottom: 3rem;
	font-size: 3.6rem;
	border-bottom: 1px solid #ec5623;
}
.format-text{
	line-height: 180%;
}
.format-text > *{
	margin-top: 3.5rem;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text h1 + *,
.format-text h2 + *,
.format-text h3 + *,
.format-text h4 + *,
.format-text h5 + *,
.format-text h6 + *{
	margin-top: 2.5rem;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text em,
.format-text i{
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	color: #333;
	font-weight: 500;
	line-height: 140%;
}
.format-text h1{
	font-size: 2.8rem;
}
.format-text h2{
	font-size: 2.4rem;
}
.format-text h3{
	font-size: 1.8rem;
}
.format-text h4{
	font-size: 1.6rem;
}
.format-text h5{
	font-size:1.4rem;
}
.format-text h6{
	font-size: 1.2rem;
}
.format-text a{
	color: #ec5623;
}
.format-text a:hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 2rem;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 1.7rem;
}
.format-text ul li:first-child,
.format-text ol li:last-child{
	padding-bottom: 0;
}
.format-text ol{
	counter-reset: item;
	padding-left: 0.1rem;
}
.format-text ol ol{
	padding-top: 1.5rem;
}
.format-text ol li{
	list-style-type: none;
	counter-increment: item;
	position: relative;
	padding-left: 2rem;
}
.format-text ol li:before{
	display: inline-block;
	padding: 0;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
	position: absolute;
	left: 0;
	top: 0;
}
.format-text ol ol li:before{
	content: counter(item, lower-alpha) ".";
}
.home .is-sticky .btn-hollow,
.button{
	font-size: 1.8rem;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 2.5rem;
	line-height: 6rem;
	height: 6rem;
	text-align: center;
	cursor: pointer;
	border: none;
	letter-spacing: normal;
	outline: none !important;
	font-weight: 500;
	color: #fff;
	background: #ec5623;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home .is-sticky .btn-hollow:hover,
.button:hover{
	background: #12203e;
	color: #fff;
}
.button.btn-hollow{
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.button.btn-hollow:hover{
	color: #12203e;
	background: #fff;
}
.button.btn-white{
	background: #fff;
	color: #12203e;
}
.button.btn-white:hover{
	background: #12203e;
	color: #fff;
}
.btn-hide{
	display: none !important;
}
.widget-title{
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 4.5rem;
}
.section-title{
	text-align: center;
	margin-bottom: 5rem;
}
.section-title h2{
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 130%;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 1.7rem;
}
.section-title p{
	display: inline-block;
	position: relative;
	color: #333;
}
.section-title p:before,
.section-title p:after{
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 10rem;
	content: '';
	background: #ec5623;
	position: relative;
	
}
.section-title p:before{
	margin-right: 2.5rem;
	top: -2px;
}
.section-title p:after{
	margin-left: 2.5rem;
	top: -1px;
}
.accord-item {
	position: relative;
	background: #fff;
	padding: 3rem 7rem;
}
.accord-item .acc-head{
	cursor: pointer;
	position: relative;
	color: #333;
	font-size: 2.4rem;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	line-height: 140%;
	padding-right: 40px;
}
.expanded.collapsed.accord-item .acc-head{
	cursor: default;
}
.accord-item .acc-head:before{
	position: absolute;
	right: 0;
	top: 14px;
	display: block;
	width: 18px;
	height: 2px;
	background: #ec5623;
	content: '';	
}
.accord-item .acc-head:after{
	position: absolute;
	right: 8px;
	top: 6px;
	display: block;
	height: 19px;
	width: 2px;
	background: #ec5623;
	content: '';
}
.accord-item.expanded .acc-head:after{
	display: none;
}
.accord-item .acc-body{
	display: none;
	border-top: 1px solid #ddd;
	padding-top: 3rem;
	margin-top: 2rem;
}
.accord-item  .txt{
	line-height: 140%;
}
.accord-item.expanded{
	padding-top: 5rem;
	padding-bottom: 4rem;
}
.accord-item.active .acc-body{
	display: block;
}
.centered{
	text-align: center;
}
.iframe-holder{
        position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        z-index: 1;
}
.iframe-holder > *{
        position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.generic-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.85);
	z-index: 9999;
	text-align: center;
	padding: 0 30px;
	opacity: 0;
	visibility: hidden;
	transition:all 0.2s ease-in;
	overflow-y: scroll;
}
body.open-webinar,
body.open-inquiry,
body.open-partnership{
	height: 100vh;
	overflow: hidden;
}
.open-webinar .popup-webinar,
.open-inquiry .popup-inquiry,
.open-partnership .popup-partnership{
	opacity: 1;
	visibility: visible;
}
.generic-popup .layer{
	background: #fff;
	margin: 10rem 0 5rem;
	border: 1px solid #78797a;
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 6rem 11rem 5rem;
	width: 100%;
	max-width: 870px;
}
.generic-popup .layer.fetching:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(255,255,255,.6);
	content: '';
}
.generic-popup.popup-webinar .layer{
	max-width: 1160px;
}
.generic-popup .button{
	text-transform: none;
	padding: 0 4.5rem;
	margin-top: 1rem;
}
.generic-popup .button + small{
	display: block;
	font-size: 1.4rem;
	margin-top: 2rem;
}
.generic-popup .hentry{
	text-align: center;
	margin-bottom: 4rem;
}
.generic-popup h2{
	font-size: 3.6rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
}
.generic-popup .txt{
	line-height: 140%;
	max-width: 560px;
	margin: 0 auto;
}
.generic-popup .txt + .txt{
	color: #1c7929;
}
.generic-popup .cls{
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 14px;
	height: 14px;
	display: block;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -324px;
}

#top{
	border-bottom: 1px solid #ddd;
	padding: 3.9rem 0;
	background: #fff;
	z-index: 999 !important;
}
#top .logo{
	float: left;
	position: relative;
	top: 0.5rem;
}
#top .util{
	float: right;
	text-align: right;
}
#top .util > *{
	display: inline-block;
	vertical-align: middle;
}
#top .mainmenu li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 3.5rem;
}
#top .mainmenu li:first-child{
	margin: 0;
}
#top .call a,
#top .mainmenu a{
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
}
#top .call a:hover,
#top .mainmenu a:hover{
	color: #ef724d;
}
#top .call{
	margin: 0 3rem;
	padding: 1rem 4rem;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;

}
/** INNER PAGE **/
.inner-page{
	padding: 7.5rem 0 24rem;
}
.inner-page .pusher{
	max-width: 1155px;
	margin: 0 auto;
}
/** FOOTER **/
#bottom{
	background: #12203e;
	color: #b9bdc3;
	font-size: 1.5rem;
}
.footer-cta{
	position: relative;
	top: -14rem ;
	margin-bottom: -8rem;
}
.footer-cta .holder{
	position: relative;
	color: #fff;
	padding: 9rem 0;
}
.footer-cta .pusher{
	position: relative;
	max-width: 1155px;
	margin: 0 auto;
	z-index: 2;
}
.footer-cta .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footer-cta p{
	float: left;
	font-weight: 500;
	font-size: 3.6rem;
	max-width: 75rem;
	line-height: 160%;
}
.footer-cta a{
	float: right;
	position: relative;
	top: 3.5rem;
}
.footer-widget .liner{
	display: block;
	padding-top: 4rem;
	border-bottom: 1px solid #1e3057;
}
.footer-widget .txt{
	line-height: 160%;
}
.footer-widget .txt > *{
	margin-top: 2.5rem;
}
.footer-widget .txt > *:first-child{
	margin: 0;
}
.footer-widget .txt img{
	vertical-align: top;
}
.widget-social{
	padding: 0 5rem 0 10rem;
	position: relative;
}
.widget-social:before,
.widget-social:after{
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 90%;
	content: '';
	background: #1e3057;
}
.widget-social:before{
	left: 4.5rem;
}
.widget-social:after{
	right: 5rem;
}
.widget-contact a,
.widget-social a{
	display: block;
	position: relative;
	color: #b9bdc3;
	font-size: 1.6rem;
	margin-top: 1.2rem;
}
.widget-contact a:hover,
.widget-social a:hover{
	color: #fff;
}
.widget-contact a:before,
.widget-social a:before{
	display: inline-block;
	position: relative;
	content: '';
	background: url(../img/sprite.png);
	width: 40px;
	height: 40px;
	background-position: 0 0;
	vertical-align: middle;
	margin-right: 2.5rem;
}
.widget-social a.fb:before{
	background-position: 0 0;
}
.widget-social a.tw:before{
	background-position: 0 -40px;
}
.widget-social a.ig:before{
	background-position: 0 -80px;
}
.widget-social a.in:before{
	background-position: 0 -120px;
}
.widget-social a:first-child{
	margin: 0;
}
.widget-contact .txt{
	margin-bottom: 2.5rem;
}
.widget-contact a{
	margin-top: 1.5rem;
}
.widget-contact a:first-child{
	margin: 0;
}
.widget-contact a:before{
	margin-right: 1.5rem;
}
.widget-contact a.wa:before{
	width: 20px;
	height: 20px;
	background-position: 0 -160px;
}
.widget-contact a.fx:before{
	width: 18px;
	height: 18px;
	background-position: 0 -180px;
	margin-right: 1.7rem;
}
.widget-contact a.ml:before{
	width: 19px;
	height: 13px;
	background-position: 0 -198px;
	margin-right: 1.6rem;
}
.tribute{
	padding: 4rem 0 4.5rem;
}
.tribute p{
	float: right;
}
.tribute p:first-child{
	float: left;
}
.tribute p a{
	color: #b9bdc3;
	text-decoration: underline;
}
#top .trigger-close,
#top .trigger-menu{
	display: none;
}
/** HOMEPAGE **/
.home #top-sticky-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.home #top{
	background: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.home .is-sticky #top{
	border-bottom: 1px solid #ddd;
}
.home .is-sticky #top{
	background: #fff;
}
.home #top .logo img{
	-webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
}
.home .is-sticky #top .logo img{
	-webkit-filter: none;
        filter: none;
}
@media (min-width: 992px) {
	.home #top .call a,
	.home #top .mainmenu a{
		color: #fff;
	}
	.home #top .call a:hover,
	.home #top .mainmenu a:hover{
		text-decoration: underline;
	}
	.home  .is-sticky #top .call a,
	.home .is-sticky #top .mainmenu a{
		color: #333;
	}
	.home .is-sticky #top .call a:hover,
	.home .is-sticky #top .mainmenu a:hover{
		text-decoration: none;
		color: #ef724d;
	}	
}
.inner-home .hero{
	position: relative;
}
.inner-home .hero .item .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}
.inner-home .hero .caption{
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	height: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
}
.inner-home .hero .caption:before{
	display: block;
	position: absolute;
	left: 10%;
	top: 0;
	width: 811px;
	height: 100%;
	content: '';
	background-image: url(../img/hero-bg.png);
	background-repeat: no-repeat;
	background-position:  center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.inner-home .hero .holder{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
	color: #fff;
}
.inner-home .hero h2{
	font-size: 6rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 120%;
	margin-bottom:  2rem;
}
.inner-home .hero p{
	margin-bottom: 5rem;
}
.inner-home .hero .button{
	margin-left: 1.5rem;	
}
.inner-home .hero .button:first-child{
	margin: 0;
	position: relative;
	top: -1px;
}
.inner-home .hero .button > *{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.inner-home .hero .button i{
	width: 23px;
	height: 23px;
	line-height: 23px;
	border-radius: 50% ;
	color: #ec5623;
	background: #fff;
	text-align: center;
	font-size: 1rem;
	padding-left: 3px;
	margin-right: 1.5rem;
}
.inner-home .hero .button:hover i{
	color: #fff;
	background: #12203e;
}
.inner-home .hero .counter{
	position: absolute;
	left: 0;
	bottom: 10rem;
	width: 100%;
	z-index: 2;
	font-weight: 500;
}
.inner-home .hero .counter .holder{
	position: relative;
}
.inner-home .hero .counter .holder:after{
	display: inline-block;
	width: 47rem;
	background: #fff;
	opacity: .1;
	content: '';
	height: 1px;
	vertical-align: middle;
	margin-left: 2rem;
}
.inner-home .hero .counter .holder > *{
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}
.inner-home .hero .counter .holder b{
	width: 14px;
	height: 26px;
	background: url(../img/slash.png) no-repeat;
	margin: 0 1.2rem 0 .8rem;
	position: relative;
	top: -1px;
}
.inner-home .advan{
	padding: 9rem 0;
}
.inner-home .advan img{
	vertical-align: top;
}
.inner-home .advan .layer{
	border: 1px solid #ddd;
	padding: 6rem;
}
.inner-home .advan h3{
	margin: 3rem 0;
	color: #333;
	font-size: 2.4rem;
	font-weight: 500;
}
.inner-home .advan .txt{
	line-height: 140%;
}
.inner-home .cta{
	position: relative;
	background: #12203e;
	padding: 10rem 0;
}
.inner-home .cta .bg{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 332px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.inner-home .cta .pusher{
	max-width: 61.5vw;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.inner-home .cta h3{
	float: left;
	color: #fff;
	font-weight: 500;
	font-size: 3.6rem;
	text-transform: uppercase;
	position: relative;
	top: 10px;
}
.inner-home .cta a{
	float: right;
}
.inner-home .suites{
	padding: 9rem 0 0;
	background: #f6f8f9;
}
.inner-home .suites img{
	vertical-align: top;
	width: 100%;
}
.inner-home .suites .rowflex{
	align-items: center;
}
.inner-home .suites figure{
	max-width: 37%;
	position: relative;
	bottom: -7rem;
}
.inner-home .suites .caption{
	max-width: 47%;
	padding-left: 10rem;
	position: relative;
}
.inner-home .suites h2{
	font-size: 3.6rem;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 130%;
	margin-bottom: 1.5rem;
}
.inner-home .suites .txt{
	line-height: 140%;
	margin: 0 0 4rem;
}
.inner-home .suites ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.inner-home .suites ul li{
	flex: calc(50% - 3rem);
	max-width: calc(50% - 3rem);
	margin: 0 1.5rem;
	background: #fff;
	margin-bottom: 1rem;
	position: relative;
	font-size: 1.6rem;
}
.inner-home .suites ul li:before{
	display: inline-block;
	vertical-align: middle;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	content: '\f00c';
	background: #ec5623;
	color: #fff;
	font-family:'FontAwesome';
	margin-right: 1.5rem;
}
.inner-home .costs{
	padding: 16rem 0 10rem;
}
.inner-home .costs .pusher{
	max-width: 61.5vw;
	margin: 0 auto;
}
.inner-home .costs table{
	width: 100%;
}
.inner-home .costs tbody td,
.inner-home .costs th{
	background: #12203e;
	color: #fff;
	font-weight: 500;
	font-size: 2.4rem;
	padding: 3rem;
	width: 25%;
	text-align: center;
}
.inner-home .costs th:last-child{
	font-size: 2.6rem;
}
.inner-home .costs tbody td:first-child,
.inner-home .costs th:first-child{
	text-align: left;
	width: 75%;
}
.inner-home .costs tbody tr:nth-child(even) td{
	background: #f6f8f9;
}
.inner-home .costs tbody td{
	background: #fff;
	color: #808080;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 1.8rem 3rem;
}
.inner-home .costs tbody td:first-child{
	border: none;
	border-right: 3rem solid #fff;
	font-weight: 400;
}
.inner-home .costs tbody td i{
	color: #ec5623;
}
.inner-home .costs tfoot td{
	padding: 3rem 0  0;
	color: #333;
	font-size: 1.4rem;
	text-align: center;
}
.inner-home .faq{
	padding: 9rem 0;
	background: #f6f8f9;
}
.inner-home .faq .pusher{
	max-width: 61.5vw;
	margin: 0 auto;
}
.inner-home .faq .accord-item{
	margin-bottom: 1rem;
}
.inner-home .testi{
	position: relative;
	padding: 10rem 0 8rem;
	color: #fff;
	text-align: center;
}
.inner-home .testi .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.inner-home .testi .wrapper{
	position: relative;
	z-index: 2;
}
.inner-home .testi .pusher{
	max-width: 61.5vw;
	margin: 0 auto;
	position: relative;
}
.inner-home .testi h2{
	font-size: 3.6rem;
	font-weight: 500;
	margin-bottom: 3.5rem;
	text-transform: uppercase;
}
.inner-home .testi .txt{
	line-height: 160%;
	margin-bottom: 3.5rem;
	position: relative;
}
.inner-home .testi .txt:before,
.inner-home .testi .txt:after{
	display: block;
	position: absolute;
	bottom: 0;
	width: calc(50% - 6.15rem);
	content: '';
	background: #fff;
	height: 1px;
}
.inner-home .testi .txt:before{
	left: 5rem;
}
.inner-home .testi .txt:after{
	right: 5rem;
}
.inner-home .testi .txt span{
	display: block;
	position: relative;
	margin: 4.5rem auto 0;
	width: 23px;
	height: 13px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -311px;
	bottom: -12px;
}
.inner-home .testi img{
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}
.inner-home .testi .author span,
.inner-home .testi .author strong{
	display: block;
	line-height: 100%;
}
.inner-home .testi .author strong{
	font-weight: 500;
	margin: 3rem 0 1.3rem;
}
.inner-home .testi small{
	display: block;
	text-align: right;
	margin-top: 1.5rem;
	font-size: 1.6rem;
	opacity: .17;
	padding-right: 10rem;
	font-weight: 400;
}
.inner-home .testi .slidenav{
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 4rem;
}
.inner-home .testi .slidenav a{
	display: block;
	width: 26px;
	height: 50px;
	background: url(../img/sprite.png) no-repeat;
}
.inner-home .testi .slidenav a.prev{
	float: left;
	background-position: 0 -211px;
}
.inner-home .testi .slidenav a.next{
	float: right;
	background-position: 0 -261px;
}
.inner-home .resource{
	padding: 9.5rem 0 24rem;
}
.inner-home .resource .rowflex{
	border-top: 1px solid #ddd;
}
.inner-home .resource img{
	max-width: 100%;
	vertical-align: top;
}
.inner-home .resource .item{
	flex: 25%;
	max-width: 25%;
	text-align: center;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-left: none;
	border-top: none;
	padding: 3rem 1rem;
	position: relative;
	min-height: 23rem;
}
.inner-home .resource .item:first-child,
.inner-home .resource .item:nth-child(4n+1){
	border-left: 1px solid #ddd;
}
.inner-home .resource .item > *{
	flex: 1;
}
.inner-home .resource .item .caption{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(24,43,85,.97);
	z-index: 2;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition:all 0.2s ease-in;
}
.inner-home .resource .item:hover .caption{
	opacity: 1;
	visibility: visible;
}
.inner-home .resource .item .caption span{
	flex: 1;
	text-align: center;
	font-size: 2rem;
	color: #fff;
}
/*.popup-webinar.success .before-submit,*/
/*.popup-webinar .after-submit{*/
/*	display: none;*/
/*}*/
/*.popup-webinar.success .after-submit{*/
/*	display: block;*/
/*}*/

.generic-popup .after-submit{
    display: none !important;
}
.generic-popup.form-success .before-submit{
    display: none !important;
}
.generic-popup.form-success .after-submit{
    display: block !important;
}


























#costs ._map{
        text-align: center;
}
#costs ._map img{
        max-width: 100%;
        height: auto;
}
#costs ._list{
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        gap:20px;
}
#costs ._list ._item{
        flex: 0 0 calc((100% - 60px) / 4);
        padding: 25px;
        border:1px solid #dddddd;
        border-left: 5px solid #12203e;
        display: flex;
        justify-content: center;
        align-items: center;
}
#costs ._list ._item ._num{
        height: 50px;
        width: 50px;
        background: #ec5623;
        color: white;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
}
#costs ._list ._item ._title{
        font-size: 20px;
        color: #333333;
        margin-bottom: 5px;
        font-weight: 500;
}
#costs ._list ._item ._note{
        font-size: 16px;
        color: #808080;
}































/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){

}
@media (max-width: 1729px) {
	.wrapper{
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	html{
		font-size: 53%;
	}
	.inner-home .suites .caption{
		max-width: 63%;
	}
	.inner-home .suites ul li{
		margin-left: 1.4rem;
		margin-right: 1.4rem;
	}
}
@media (max-width: 1299px) {
	#top .logo{
		max-width: 160px;
	}
	html{
		font-size: 45%;
	}
	#top .mainmenu li{
		margin-left: 15px;
	}
	#top .mainmenu li:first-child{
		margin: 0;
	}
	#top .call{
		margin: 0 15px;
		padding: 5px 10px;
	}
	.inner-home .hero .holder,
	.footer-cta .pusher,
	.wrapper{
		padding-left: 30px;
		padding-right: 30px;
	}
	.inner-home .faq .pusher,
	.inner-home .costs .pusher,
	.inner-home .cta .pusher{
		max-width: 80vw;
	}
	.inner-home .suites figure{
		bottom: auto;
	}
	.inner-home .costs,
	.inner-home .suites{
		padding: 9rem 0;

















        }
        
        #costs ._list ._item ._note{
                font-size: 14px;
        }

}
@media (max-width: 1060px) {
        #costs ._list ._item{
                flex: 0 0 calc((100% - 40px) / 3);



























	}
}

@media (max-width: 991px) {
	#top .trigger-menu{
		display: block;
		float: right;
		color: #333;
		font-size: 3.5rem;
		position: relative;
		top: 0.4rem;
	}
	.home #top .trigger-menu{
		color: #fff;
	}
	.home .is-sticky #top .trigger-menu{
		color: #333;
	}
	#top .util{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		z-index: 999;
		padding-top: 10rem;
		font-size: 2rem;
		opacity: 0;
		visibility: hidden;
		transition:all 0.2s ease-in;
	}
	body.open-menu {
		height: 100vh;
		overflow: hidden;	
	}
	body.open-menu #top .util{
		visibility: visible;
		opacity: 1;
	}
	#top .util > *,
	#top .mainmenu li{
		display: block;
		margin: 2.5rem 0 0;
		text-align: center;
	}
	#top .util > *:first-child,
	#top .mainmenu li:first-child{
		margin: 0;
	}
	#top .trigger-close{
		position: absolute;
		display: block;
		top: 30px;
		right: 30px;
		color: #000;
		font-size: 3.5rem;
	}
	.footer-cta{
		text-align: center;
	}
	.footer-cta p{
		float: none;
		display: block;
		max-width: none;
		font-size: 2.5rem;
	}
	.footer-cta a{
		display: inline-block;
		float: none;
		top: auto;
		margin-top: 3rem;
	}
	.footer-cta .holder{
		padding: 5rem 0;
	}
	.footer-widget .widget:first-child{
		margin-bottom: 5rem;
	}
	.widget-social{
		padding-left: 15px;
		margin-bottom: 5rem;
	}
	.widget-social:after,
	.widget-social:before{
		display: none;
	}
	.home .inquire .btn-hollow,
	.home .is-sticky .btn-hollow{
		border: none;
		color: #fff;
		background: #ec5623;
	}
	.inner-home .hero {
		height: 100vh;
		overflow: hidden;
	}
	.inner-home .hero .slick-carousel{
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}
	.inner-home .hero .slick-carousel .item,
	.inner-home .hero .slick-carousel  .slick-track,
	.inner-home .hero .slick-carousel .slick-list{
		height: 100vh;
	}
	.inner-home .hero .slick-carousel .item{
		position: relative;
		width: 100vw;
	}
	.inner-home .hero .item .bg{
		display: block;
	}
	.inner-home .hero h2{
		font-size: 3rem
	}
	.inner-home .hero img,
	.inner-home .hero .counter .holder:after,
	.inner-home .hero .caption:before{
		display: none;
	}
	.inner-home .hero .counter{
		bottom: 50px;
	}
	.inner-home .advan .layer{
		padding: 3rem;
	}
	.inner-home .cta a,
	.inner-home .cta h3{
		float: none;
	}
	.inner-home .cta h3{
		top: auto;
		margin: 0 0 3rem;
		font-size: 3rem;
	}
	.inner-home .cta{
		padding: 5rem 0;
		overflow: hidden;
	}
	.inner-home .suites .rowflex{
		display: block;
		max-width: 80vw;
		margin: 0 auto;
	}
	.inner-home .suites .caption,
	.inner-home .suites figure{
		max-width: none;
		padding: 0;
		width: 100%;
		margin: 0;
	}
	.inner-home .suites figure{
		margin-bottom: 3rem;
	}
	.accord-item.expanded,
	.accord-item{
		padding: 3rem;
	}
	.accord-item .acc-head:after{
		top: 2px;
	}
	.accord-item .acc-head:before{
		top: 10px;
	}
	.generic-popup .layer{
		padding: 4rem;
		padding-top: 45px;
	}
	.inner-home .hero .holder{
		text-align: center;
	}
	.inner-home .hero h2{
		font-size: 7.5vw;
	}
	.inner-home .hero p{
		font-size: 4.5vw;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.widget-title{
		margin-bottom: 2rem;
	}
	#bottom{
		font-size: 1.8rem;
	}
	.tribute p:first-child,
	.tribute p{
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	.tribute p:first-child{
		margin: 0;
	}
	.inner-page{
		padding: 5rem 0 20rem;
	}
	.the-title{
		margin-bottom: 3rem;
		padding-bottom: 2rem;
		font-size: 3rem;
	}
	.inner-home .advan .item{
		margin-top: 3rem;
	}
	.inner-home .advan .item:first-child{
		margin: 0;
	}
	.generic-popup h2,
	.inner-home .testi h2,
	.inner-home .suites h2,
	.section-title h2{
		font-size: 3rem;
	}
	.section-title p{
		padding: 0 7rem;
		position: relative;
		line-height: 140%;
	}
	.section-title p:before,
	.section-title p:after{
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 5rem;
	}
	.section-title p:before{
		left: 0;
	}
	.section-title p:after{
		right: 0;
	}
	.inner-home .faq .pusher,
	.inner-home .costs .pusher,
	.inner-home .suites .rowflex,
	.inner-home .cta .pusher{
		max-width: none;
	}
	.inner-home .suites ul{
		display: block;
		margin: 0;
	}
	.inner-home .suites ul li{
		padding: 0;
		margin: 0 0 2rem;
		max-width: none;
	}
	.inner-home .costs tbody td, .inner-home .costs th{
		width: 35%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		line-height: 160%;
	}
	.inner-home .costs tbody td:first-child, .inner-home .costs th:first-child{
		width: 65%;
	}
	.accord-item .acc-head,
	.inner-home .costs th{
		font-size: 2rem;
	}
	.inner-home .costs th:last-child{
		font-size: 2.3rem;
	}
	.inner-home .costs tbody td:first-child{
		border-right: 1rem solid #fff;
	}
	.inner-home .testi small{
		padding: 0;
		text-align: center;
		margin: 0;
		position: relative;
		bottom: -4rem;
	}
	.inner-home .resource .item{
		flex: 50%;
		max-width: 50%;
		padding: 3rem;
		min-height: 200px;
	}
	.inner-home .resource .item:first-child,
	.inner-home .resource .item:nth-child(2n+1) {
		border-left: 1px solid #ddd;
	}
	.form-basic form > .rowflex > *{
		padding: 0;
		margin-top: 2rem;
	}
	.form-basic form > .rowflex > *:first-child,
	.form-basic form > .rowflex{
		display: block;
		margin: 0;
	}

























        #costs ._list ._item{
                flex: 0 0 calc((100% - 20px) / 2);
        }
        
        #costs ._list ._item ._title{
                font-size: 18px;
        }
        #costs ._list ._item ._num{
                margin-right: 15px;
        }




































	
}
/* Custom mobile */
@media (max-width: 480px) {
	.generic-popup .layer,
	.generic-popup,
	.inner-home .hero .holder,
	.footer-cta .pusher,
	.wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	#top .trigger-close{
		right: 15px;
	}
	.inner-home .cta .bg{
		right: -50%;
	}
	.inner-home .cta h3,
	.generic-popup h2, .inner-home .testi h2, .inner-home .suites h2, .section-title h2{
		font-size: 2.5rem;
































        }
        #costs ._list ._item{
                flex: 0 0 100%;
























	}
}

@media (max-width: 360px) {
	
}
@media (min-width: 1230px) {

}

#responsive{
	display:block;
	width:30px;
	height: 30px;
	position: fixed;
	bottom:30px;
	left: 30px;
	z-index: 9999;
}
/** RESPONSIVE VIEWER **/
@media (max-width: 1299px) {  #responsive{background: blueViolet !important;}}
@media (max-width: 991px) {  #responsive{background: red !important;}}
@media (max-width: 768px) {  #responsive{background: blue !important;}}
@media (max-width: 480px) {  #responsive{background: cyan !important;}}
@media (max-width: 360px) {  #responsive{background: green !important;}}