body {height:100% !important;color:var(--color);font-family: 'Work Sans', sans-serif;font-size:var(--font-size);line-height:1.8;background:#fff}
a {transition:all 0.2s ease-in-out;color:var(--blue);font-weight:600}
.container{width:100%;max-width:calc(1648px + var(--glutter)*2);margin:auto;padding:0 var(--glutter)}

/* TOOLS: */
.source-serif {font-family: 'Source Serif Pro', serif;font-weight:600}
.title45 {padding-bottom:30px;font-size:45px;line-height:60px}
.title72 {font-size:72px;line-height:84px}
.title45 strong ,
.title72 strong{font-weight:600}
.button {border:2px solid transparent;border-bottom-right-radius:25px;border-top-left-radius:25px;position:relative;text-decoration:none;font-size:20px;text-align:center;font-weight:600;background-color:var(--blue);padding-right:27px;width:307px;height:80px;line-height:76px;color:#fff;display:inline-block;cursor:pointer;transition:all 0.2s ease-in-out;}
.button.revert {border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:0;border-top-left-radius:0}
.button.large {width:451px}
.button.medium {width:350px}
.button.small {    width: 220px;
    height: 50px;
    line-height: 46px;
    font-size: 16px;}
.button:after {position:absolute;right:25px;width:12px;height:22px;content:'';background:url(../images/arrow.svg) no-repeat;background-size:contain;top:50%;transform: translate(0,-50%);}
.button:hover,
.button.green:hover,
.button.yellow:hover,
.button.mediumblue:hover,
.button.orange:hover,
.button.pink:hover {background-color:var(--cyan)}
.button.green {background-color:var(--green)}
.button.yellow {background-color:var(--yellow)}
.button.mediumblue {background-color:var(--mediumblue)}
.button.orange {background-color:var(--orange)}
.button.pink {background-color:var(--pink)}
.button.cyan {border:2px solid var(--cyan);background-color:var(--cyan)}
.button.cyan:hover {border-color:var(--white);color:var(--blue);background-color:var(--white)}
.button.cyan:hover:after {background-image:url(../images/arrow-blue.svg)}
.button.border7 {border-radius: 7px;}
#content {overflow:hidden}
#content p {padding-bottom:70px}
.invalid .wpcf7-response-output {display:none}
strong {font-weight:700}

/* Popup */
.popup-active {overflow:hidden}
.popup {display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;background-color:rgba(0, 0, 0, 0.7);opacity:0;visibility:hidden;transition:all 0.2s ease-in-out;}
.popup-active .popup {opacity:1;visibility:visible;}
.popup .inner {max-height: calc(100% - 30px);overflow:auto;padding:80px 80px 30px 80px;background:#fff;max-width:867px;width:100%;margin:30px 15px;}
.popup .desc {max-width:670px;}
.popup .close {cursor:pointer;padding:15px;top:15px;right:15px;font-size:20px;font-weight:600;}
@media only screen and (max-width:600px){
	.popup .inner {padding:50px 34px;}
	.popup .bottom img {max-width:150px}
}

/* Header */
.btns {
    display: flex;
}
header .button.twoline {vertical-align: -10px;padding-top:12px;line-height:20px}
#menu-main-menu {height:100%;padding:0 60px}
#menu-main-menu > li {height:100%;position:relative}
#menu-main-menu > li > a {padding: 0 5px 24px;height:100%;display:flex;justify-content:center;align-items:center;}
#menu-main-menu > li:hover > a,
#menu-main-menu .sub-menu a:hover {color:var(--cyan)}
#menu-main-menu .sub-menu a:hover {border-color:var(--cyan)}
#menu-main-menu .sub-menu {opacity:0;visibility:hidden;transition:all 0.1s ease-in-out;padding-left:40px;text-align:left;width:358px;height:356px;position:absolute;left:-40px;background:var(--blue);padding-top:var(--bottombar-height)}
#menu-main-menu .menu-col-3 .sub-menu{width:963px}
#menu-main-menu > li:hover .sub-menu {opacity:1;visibility:visible}
#menu-main-menu .sub-menu a{color:#fff;border-bottom:5px solid #fff;display:block;max-width:252px;width:100%;padding:14px 0 7px 0;margin-bottom:20px}
/*#menu-main-menu .sub-menu:before {z-index:3;position:absolute;width:10000px;height:var(--bottombar-height);background:yellow;content:'';top:0;left:-5000px}*/
#menu-main-menu .sub-menu:after {z-index:2;position:absolute;width:101%;height:var(--bottombar-height);content:'';top:0;left:-0.5%;box-shadow: 0px 7px 6px -4px rgba(0,0,0,0.3);}
#menu-main-menu .menu-col-3 .sub-menu {padding-bottom:50px;display:flex;flex-wrap:wrap;flex-direction:column}
#menu-main-menu .menu-col-3 .sub-menu li{width:calc(33.3333333% - 23px)}
#menu-main-menu .menu-col-3 .sub-menu li:nth-child(6) {padding-bottom:100px}
#menu-main-menu .menu-col-3 .sub-menu li:nth-child(7) {transform: translateY(-100px);}
.menu a {line-height:1.3;text-decoration:none;display:block;position:relative;font-size:20px}
.menu .current-menu-item a {color:var(--cyan)}
header nav .menu-main-menu-container {height:100%;width:100%}
header nav {height:100%}
#topbar a {padding:5px;font-size:12px}
#topbar a:hover {color:var(--cyan)}
#topbar .inner{max-width:calc(1048px + 11px)}
#bottombar {padding:8px 0;font-size:20px;font-weight:600}
#bottombar a {text-decoration:none;color:#fff}
#mobilenav {display:none}
.logo .mobile{display:none}
header {width:100%;background:#fff;z-index:999;position:relative;box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);}
header .logo {padding:20px 0 35px 0}
header .hright {
    flex: 1 1 auto;
}
header .nav {width:calc(100% - 540px)}
header .button {width:210px;height:68px;line-height:64px; font-size: 14px;margin-right: 8px}
header .btns .button:last-child {margin-right:0}
header .btns a {margin-bottom:24px}
header .ic-phone {right:16px;top:55px;width:26px;height:26px;background:url(../images/call.svg)}
header .search-item{  transition: all 0.2s ease-in-out;    color: var(--blue);    font-weight: 600;  line-height: 1.3;    text-decoration: none;    display: block;    position: relative;cursor:pointer;padding: 5px 20px 5px 5px;  font-size: 12px;background:url(../images/search-icon.svg) no-repeat right;background-size:15px}
header .search-item:hover { color: var(--cyan); }

#searchbar { display:none;box-shadow: 0 3px 6px rgb(0 0 0 / 16%);z-index:99;position:fixed;padding:20px 0;background:#fff;top:0;left:0;width:100%;}
#searchbar .search-field {border: none;
    outline: none;
    background: var(--lightgray) !important;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%) !important;
    font-size: 20px;height:60px;line-height:60px;
	color: #555;
	padding:6px 50px 6px 10px;
	width:100%;
}
#searchbar .submit {cursor:pointer;border-top-right-radius:8px;border-bottom-right-radius:8px;position:absolute;right:0;top:0;border:0px;height:60px;width:50px;display:block;background:#ccc url(../images/search-icon.svg) no-repeat center;}
#searchbar .inner {width:calc(100% - 60px)}
#close-search {cursor:pointer;display:block;width:40px;height:60px;position:absolute;top:0;right:-60px;background:url(../images/close-icon.svg) no-repeat center;background-size:30px;}
.mobilesearch {cursor:pointer;position:absolute;left:0;top:17px;height:60px;width:60px;display:none;background:url(../images/search-icon.svg) no-repeat center;}
#results .post{margin-bottom:80px;}

#results .post-content{
    max-width: 1182px;
}
#results .post-content p{padding-bottom:10px}

#filterbar .page-nav {
	margin-bottom: 70px;
	padding-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #eee;
}

#filterbar .page-nav a {
	padding: 5px 20px;
	border-radius: 1000px;
	background: #eee;
	text-decoration: none;
	min-width:140px;
	text-align:center;
}

#filterbar .page-nav a:hover {
	background: #ddd;
}

#filterbar .page-nav a.current {
	background: var(--cyan);
	color: #fff;
}

#filterbar .page-nav a:not(:last-child) {
	margin-right: 20px;
}

@media only screen and (max-width:600px){
	#filterbar .page-nav a {min-width:auto; }
	#filterbar .page-nav {margin-bottom:30px;padding-bottom:30px;}
	#filterbar h4.page-title {padding-bottom:10px}
	#results .post {
		margin-bottom: 50px;
	}
}

.hright {display:flex}
.hamburger,.ic-phone {display:none}
.hamburger .icon {display:block;position:relative;width:24px;height:4px;background:var(--blue);border-radius:4px}
.hamburger .icon:before {position:absolute;top:-8px;left:0;content:'';display:block;height:4px;width:100%;background:var(--blue);border-radius:4px}
.hamburger .icon:after {position:absolute;bottom:-8px;left:0;content:'';display:block;height:4px;width:100%;background:var(--blue);border-radius:4px}
.menuactive .hamburger {z-index:999}
.menuactive .hamburger .icon{ margin-left:6px;margin-top:12px; background:none;   width:60px;    height:60px;		transform:scale(0.5);}
.menuactive .hamburger .icon:before,.menuactive .hamburger:not(.bottom) .icon:after{  content:'';  bottom:auto;  position:absolute;    width:40px;    height:7px;     border-radius:2px;    top:16px;   }
.menuactive .hamburger .icon:before{    transform:rotate(45deg);  }
.menuactive .hamburger .icon:after{    transform:rotate(-45deg);   }
.hamburger { width: 60px;		height: 60px;cursor: pointer;-webkit-tap-highlight-color: transparent;position:absolute;top:0;right:0}
@keyframes top {0% {top: -240px;}
	100% {		top: 0;}
}
.sticky {padding-top:220px}
.sticky #pageheader {background:#fff;animation: top 0.5s;position: fixed;	top: 0;	left: 0;	width: 100%;}
/* .sticky header #topbar {display:none} */


/* Accordion mobile */
.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordionjs .acc_section {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.accordionjs .acc_section .acc_head {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  border-bottom:5px solid #fff;
  color:#fff;
  font-weight:600;
  padding-top:15px;

}
.accordionjs .acc_section.no-arrow span {display: none;}
.accordionjs .acc_section .acc_head span {width:5px;height:10px;background-image:url(../images/arrow.svg);top:22px;transform:rotate(90deg);right:5px;background-size:100%;background-repeat:no-repeat}
.accordionjs .acc_section.acc_active .acc_head span {transform:rotate(270deg)}
.accordionjs .acc_section.active .acc_head span {background-image:url(../images/arrow-cyan.svg)}
.accordionjs .acc_section .acc_head a {display:inline-block;padding-bottom:4px;font-weight:600 !important}
.accordionjs .acc_section .acc_content {
  padding:5px 0 10px 0;

}
.accordionjs .acc_section.item-1 .acc_content ul { display:flex; justify-content:space-between; flex-wrap:wrap}
.accordionjs .acc_section .acc_content li {display:block;}
.accordionjs .acc_section .acc_content li:nth-child(odd) {width:50%}
.accordionjs .acc_section .acc_content li:nth-child(even) {width:40%}
.accordionjs .acc_section .acc_content a {display:inline-block;margin-bottom:3px}
.accordionjs .active .acc_head > a, .accordionjs .acc_content li a.active {color:var(--cyan) !important}
.accordionjs .active .acc_head {border-color:var(--cyan)}
.accordionjs .acc_section.acc_active > .acc_content {
  display: block !important;
}


#content .accordionjs .acc_section .acc_content li:nth-child(odd),
#content .accordionjs .acc_section .acc_content li:nth-child(even) {width:100%}
#content .accordionjs .acc_section .acc_head {font-size:30px;font-weight:700;color:var(--color);padding-bottom:10px}
#content .accord {padding-left:0;padding-top:5px;border-top:5px solid #ccc}
#content .accord .acc_content {padding-left:30px}
#content .accord .acc_content li {    padding-bottom: 25px;list-style:disc;display: list-item;}
#content .accord .acc_content ul {    padding-left: 30px;list-style:disc}
#content .accordionjs .acc_section .acc_head span {top:22px;transform:none !important;width:47px;height:47px;background-image: url(../images/icon-plus.svg);background-size:100%}
#content .accordionjs .acc_section.acc_active .acc_head span {background-image: url(../images/icon-minus.svg)}
#content .accordionjs .acc_section .acc_head {padding-top:25px;padding-right: 50px;}

/* Breadcrumbs */
.breadcrumbs {font-size:20px}
.breadcrumbs a {font-weight:400;text-decoration:none;color:var(--color)}
.breadcrumbs a:hover {color:var(--cyan)}
.breadcrumbs .breadcrumbs__current {color:var(--blue)}

/* Content with Blue background */
.bluebg .breadcrumbs {color:var(--white)}
.bluebg .breadcrumbs a {color:var(--color)}
.bluebg .breadcrumbs a:hover  {color:var(--cyan)}
.bluebg .breadcrumbs .breadcrumbs__current {color:var(--white)}
.bluebg h1 {color:var(--white)}
.bluebg .rightseal {top:55px;right:-260px}

.page-template-thank-you #content strong {color:var(--cyan);}
.page-template-thank-you #content .inner {max-width:1092px;}
.page-template-thank-you #content .aftertitle {max-width:1018px;}
.page-template-thank-you #content .aftertitle h3{font-weight:700;font-size:30px}
.page-template-thank-you #content .aftertitle strong {color:#fff}
.page-template-thank-you #content .aftertitle a {color:var(--cyan)}
.page-template-thank-you #content .aftertitle p:last-child {padding-bottom:0}
.page-template-thank-you #content .btmbtn .button {width:100%;max-width:392px;margin-top:50px;}
/* Footer */
footer .ftext {border-bottom:5px solid var(--cyan);font-size:15px;line-height:25px}
footer .ftext a {color:#fff;text-decoration:none;font-weight:400}
footer .ftext p {padding-bottom:30px}
footer a {color:#fff;text-decoration:none}
footer .accordionjs .acc_section .acc_content li {width:100% !important}
footer .footermenu > div {width:calc(16.666666666% - 29px)}
footer .footermenu .button {border:0;height:55px;line-height:55px;max-width:245px;width:100%;}
.ftop .button:hover {background: var(--blue)}
footer .acc_content a {font-weight:400}
footer .acc_head a:hover, footer .acc_content a:hover {color:var(--cyan)}
footer .acc_head {transition:all 0.2s linear}
footer .acc_head.hover {border-color:var(--cyan) !important}
footer .socials {max-width:245px}
footer .addr {font-size:20px}
footer .addr br {display:none}
footer .addr i {font-style:normal}
footer .addr a {font-weight:400}
footer .addr a:hover {color:var(--cyan)}
footer .addrs {display:none}
footer .addrs i {font-style:normal;display:none}
footer .logos.below-600 {display:none}
.fbottom {font-size:14px;line-height:20px}
.fbottom .inner {max-width:1220px}
footer.v2 .socials {max-width: 274px;}
footer.v2 .socials a {margin:0 4px;}
/* swiper */
.swiper-button-next, .swiper-button-prev {top:45%}
.swiper-wrapper .video a {position:relative;display:block}
.swiper-wrapper .video .img {border-radius:30px;overflow:hidden;position:relative}
.swiper-wrapper .video .img:after {content:'';position:absolute;width:60px;height:60px;background:url(../images/play-button.svg) no-repeat; left: 50%;    top: 50%;    transform: translate(-50%,-50%);}
.swiper-wrapper .video a:hover .img:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.3);}
.swiper-wrapper .video a:hover .img:after {background:url(../images/play-button-cyan.svg) no-repeat;}
.swiper-wrapper .video .img img {width:100%;display:block}

#videos .swiper-container {max-width:1300px;margin:50px auto}
#videos h4, #videos a {color:var(--color);font-weight:400;font-size:18px;line-height:24px;text-decoration:none}
#videos h4 {padding-top:35px}
#videos .btm a{padding:10px 50px 10px 0;background:url(../images/play-button-2.svg) no-repeat right center}

/* Default content */
.defcont .inner {padding-bottom:100px;max-width:1007px}
.defcont h3:not(.title45) {line-height:1.3;padding-bottom:10px;font-size:30px}
.defcont .contentblock {margin-bottom:50px}
.defcont .contentblock:before,
.with-topline:before {content:'';width:82px;height:6px;background:var(--gray);display:block;margin-bottom:25px}
.defcont small {display:block;font-size:15px;line-height:20px}
.defcont {position:relative}
.defcont:after {content:'';top:126px;right:-258px;width:709px;height:711px;position:absolute;background:url(../images/decor-defcont-right.svg);background-size:100%}
.defcont ol {list-style: decimal;}
.defcont ul,
.defcont ol {margin-left:26px;padding-bottom:70px}
.defcont ul li {list-style:disc}
.defcont h3:not(.title45) + p + ul {margin-top:-70px}

.bluebg {background:var(--blue)}


.single-post .post-content .alignright,
.single-post .post-content .alignleft {display:block;margin:10px auto;}
.single-post .post-content img {width:auto !important;max-width:600px !important}
header .logo {
    flex: 0 0 200px;
}
.header .hright {
    flex: 1 1 auto;
}
@media only screen and (min-width:1400px){
	footer .footermenu a {font-size:20px}
}

@media only screen and (min-width:768px){
	footer .footermenu .acc_head a {line-height:26px;font-size:20px;width:100%}
	footer .footermenu .acc_head span {display:none}
	footer .footermenu .acc_head {padding-top:0 !important;margin-top:30px}
	footer .subm-visible .acc_content{display:block !important}
	footer .acc_content a {margin:0;line-height:28px;display:block !important;}
}

@media only screen and (max-width:1600px){

	header .button { width: 200px;		height: 50px;		line-height: 46px;		font-size:12px	}
	header .button.twoline {padding-top:3px;}
	#menu-main-menu > li > a {font-size:16px}
	#menu-main-menu {padding:0 30px}
	header .nav {    width: calc(100% - 460px);}
	#menu-main-menu .sub-menu a {font-size:16px}
	footer .footermenu .acc_head a,
	footer .footermenu a	{font-size:18px}
	.title45 {font-size:38px;line-height:45px}
	.title72 {font-size:60px;line-height:72px}
	.defcont .inner{ max-width: 60%}
}

@media only screen and (max-width:1520px){
	footer .logos img {height:5vw}

}

@media only screen and (max-width:1440px){
	#menu-main-menu {padding: 0 30px}
	.title45 {font-size:34px;line-height:42px}
	.title72 {font-size:55px;line-height:65px}
}

@media only screen and (max-width:1400px){
	
	
	#bottombar {font-size:16px}
	:root {--bottombar-height: 45px;}
	body {font-size:20px;line-height:32px}
	.sticky {padding-top:208px}
	footer .footermenu {flex-wrap:wrap}
	footer .footermenu > div {width:calc(33.33333333% - 29px)}
	#content p {    padding-bottom: 40px}
	#menu-main-menu .menu-col-3 .sub-menu {width:760px}
	.breadcrumbs {font-size:18px}
	#content .accordionjs .acc_section .acc_head {font-size:24px}
	.page-template-thank-you #content .aftertitle h3 {font-size:24px}
	.defcont h3:not(.title45) {font-size:24px}

	.defcont ul,
	.defcont ol {margin-left:18px;padding-bottom:40px}
	.defcont h3:not(.title45) + p + ul {margin-top:-40px}
}

@media only screen and (max-width:1312px){
	#menu-main-menu > li > a {font-size:14px}
}

@media only screen and (max-width:1300px){
	.error404 .inner br{display:none}
}

@media only screen and (max-width:1280px){
	header .button { width: 190px;	font-size:13px	}
	header .button.twoline {padding-top:3px;}
	header .logo {  padding:10px 0 20px 0;  width: 200px}
	header .btns a {margin-bottom:14px}
	#menu-main-menu > li > a {padding-bottom:10px}
	
	header .nav {    width: calc(100% - 400px)}
	.sticky {padding-top:154px}
	.title45 {font-size:32px;line-height:40px}
	.title72 {font-size:50px;line-height:60px}
	.defcont:after {right:-183px;width:500px;height:502px}
}

@media only screen and (min-width:1231px){
	.menu {display:flex;align-items:center;justify-content:space-between}
}

@media only screen and (max-width:1230px){
	header .logo {   width: 160px}
	.logo .desktop{display:none}
	.logo .mobile{display:block}
	.hamburger {display:flex}
	.ic-phone {display:block}
	.mobilesearch {display:block}
	header .hright {  display:none;  width: calc(100% - 160px)}
	#menu-main-menu > li > a,
	#menu-main-menu .sub-menu a,
	#topbar {display:none}
	#menu-main-menu > li > a {padding-bottom:5px}
	header .btns a {margin-bottom:10px}
	#menu-main-menu {    padding: 0 15px}
	header  .btns {display:none}
	.sticky {padding-top:132px}

	nav {margin-left:0 !important}
	header .inn {align-items:center;justify-content:center}
	header .nav {z-index:999;transition: all 0.3s ease;height:100vh;padding:0;position:absolute;top:0;left:-100%;overflow:hidden;background:#2B2E34;	width:100%}
	header .nav .navlogo {width:200px;margin:20px auto}
	header nav .menu {flex-direction:column}
	header nav ul.sub-menu {padding:15px 0;border-bottom:1px solid #555}
	header nav .menu li {text-align:center;margin:0;position:relative}
	header nav .menu li a {color:#fff !important;display:block;padding:20px 35px;font-size:16px !important}
	header nav .menu li.level-0 > a {border-bottom:1px solid #555;}
	header nav .menu li.level-0:first-child > a {border-top:1px solid #555;}
	header nav .menu li.level-1 a {font-size:14px;padding:10px 30px}
	header nav .menu li.current-menu-item  a{color:#A2A2A2 !important}
	#bottombar {font-size:12px;padding:5px 0}
	.nav li .toggle {cursor:pointer;width:100px;height:52px;display:block;position:absolute;right:0;top:0}
	.nav li .toggle i {margin-top:17px;margin-left:70px;display: block;    width: 12px;    height: 12px;    border-top: 1px solid #fff;    border-right: 1px solid #fff;    border-width: 1px;    transform: rotate(135deg);}
	.nav li .toggle.active i{transform:rotate(-45deg);margin-top:24px}
	.menuactive .nav {left:0;overflow:auto;}
	.menuactive {overflow:hidden}
	.menuactive {    -ms-overflow-style: none;     overflow: -moz-scrollbars-none;  	}
	.menuactive::-webkit-scrollbar {		display: none;	}
	.menuactive header {z-index:99999}
	nav ul.sub-menu .separator {margin-top:4px}
	nav ul.sub-menu .separator a:before{position:absolute;top:-2px;left:60px;height:1px;background:#727272;display:block;content:'';width:calc(100% - 120px)}
	.hamburger {display:flex}
	.hamburger.bottom {width:85px;display:flex;margin:auto}
	.hamburger.bottom .icon {margin-top:0}
	.hamburger.bottom b {padding-left:18px}
    header .logo {padding:10px 0}
	header .menu li {width:100%;text-align:left;padding:0}
	header .menu li a:after {display:none}
	header .menu a {display:block}
	header .menu a:before {display:none}
	.sticky #pageheader {z-index:999}
	#mobilenav {display:block;overflow:hidden;height:0;transition:height 0.4s ease-in-out;margin-top:-1px}
	#mobilenav .inner {padding-bottom:30px;overflow:auto;height:100%}
	#mobilenav .top {padding:10px 0;box-shadow: inset 0px 27px 20px -32px rgba(0,0,0,0.75);}
	#mobilenav .top li.last {display:none}
	#mobilenav .top a {padding:5px 0;}
	#mobilenav .main a {text-decoration:none;color:#fff}
	#mobilenav li a {font-size:12px;font-weight:400}
	.menuactive #mobilenav {opacity:1;visibility:visible;height:calc(var(--vh, 1vh) * 100 - 136px)}
	#mobilenav .main .button {font-size:11px;border-radius:0;border-top-left-radius:15px;border-bottom-right-radius:15px;width:167px;height:45px}
	#mobilenav .main .button.twoline {margin-top:20px;padding-top:8px;line-height:15px}
	#mobilenav .main .button:not(.green) {background-color:var(--cyan)}
}

@media only screen and (max-width:1140px){


}

@media only screen and (min-width:1024px){
	#content, .bluebg {min-height:800px}
}

@media only screen and (max-width:1024px){
	.bluebg .rightseal {width:80%;right:-25%}
}
@media only screen and (min-width:992px){
	footer.v2 .button{    width: 220px;    height: 55px;    line-height: 51px;}
}

@media only screen and (max-width:991px){
	.sticky {padding-top:145px}
	body {font-size:16px;line-height:24px}
	.title45 {font-size:30px;line-height:40px}
	.title72 {font-size:40px;line-height:50px}
	.button {border:1px solid transparent;border-bottom-right-radius:13px;border-top-left-radius:13px;padding-right:15px;font-size:11px;width:167px;height:44px;line-height:42px}
	.button.large {width:215px}
	.button.medium {width:200px}
	.button:after {right:15px;width:6px;height:12px;}



	footer .fbottom .flex {flex-direction:column;align-items:center}
	footer .fbottom .flex p {padding-top:25px}



	.breadcrumbs {font-size:16px}

	#content .accordionjs .acc_section .acc_head {font-size:20px}
	.page-template-thank-you #content .aftertitle h3 {font-size:20px}
	#content .accordionjs .acc_section.acc_active .acc_head span,
	#content .accordionjs .acc_section .acc_head span	{width:35px;height:35px}
	.defcont h3:not(.title45) {font-size:20px}
	.defcont .contentblock {margin-bottom:0}
	.defcont:after {right:-110px;width:300px;height:301px}
	.defcont .inner {max-width:70%}

	.page-template-thank-you #content .aftertitle br {display:none}

	.page-template-thank-you #content .btmbtn .button {max-width:237px}
}

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

}

@media only screen and (max-width:768px){
	footer .footermenu .acc_head a,
	footer .footermenu a	{font-size:16px}
	footer .addr {font-size:16px;padding-bottom:10px}
	footer .flogo {margin-top:50px}
	footer .flogo img {max-width:183px}
	footer .fbottom {margin-top:50px;padding-top:0;background:var(--blue)}
	footer .fbottom .flex {padding-top:0;text-align:center;justify-content:center;}
	.swiper-button-next, .swiper-button-prev {    top: 35%}
	#videos h4, #videos a {font-size:16px;line-height:24px}
	#videos h4 {    padding-top: 15px}
	#videos .btm a  {  max-width:320px;margin:0 auto;display:block;  padding: 10px 0px 44px 0;background-position:center bottom}
	#content .accordionjs .acc_section .acc_head {padding-right:40px}
	#content .accordionjs .acc_section .acc_head span {top:20px}
	.defcont:after {display:none}
	.defcont .inner {max-width:100%}
	.bluebg {padding-bottom:50px}

}
@media only screen and (max-width:600px){
	body {font-size:12px;line-height:20px}
	.title45 {font-size:20px;line-height:30px;padding-bottom:15px}
	.title72 {font-size:30px;line-height:45px}
	footer .footermenu > div {width:100%}
	footer .accordionjs .acc_section .acc_head {border:0 !important}
	footer .accordionjs .acc_section .acc_content {padding-top:0}
	footer .accordionjs .acc_section .acc_content a {margin-bottom:10px}
	footer .acc_head {padding-bottom:15px}
	footer .flogo {order:1}
	footer .footermenu {order:2}
	footer .flogo {border-bottom:1px solid var(--cyan)}
	footer .addr {display:none}
	footer .socials {margin-top:15px;margin-bottom:15px}
	footer .socials img {width:23px}
	footer .flogo {margin-top:0}
	footer.v2 .button{  margin-bottom:30px;}
	.hide-600 {display:none}
	footer .addrs {line-height:28px;padding-top:25px;display:block;font-size:16px}
	footer .addrs a {font-size:16px !important;font-weight:400}
	footer .addrs a:hover {color:var(--cyan)}
	footer .addrs ul {padding-bottom:20px}
	footer .accordionjs .acc_section {border-bottom:1px solid var(--cyan)}
	footer .logos.below-600 {display:block}
	footer .logos.below-600 .flex {justify-content:center;flex-wrap:wrap}
	footer .logos.below-600 img {	padding:10px;	height: 16vw;	}
	.swiper-wrapper .video .img:after {background:url(../images/play-button-cyan.svg) no-repeat;}
	#videos {padding:50px 0}
	#videos {padding-bottom:0}
	#videos:not(.mobileready) .swiper-pagination {display:none}
	#videos:not(.mobileready) .swiper-wrapper {flex-wrap:wrap}
	#videos:not(.mobileready) .swiper-wrapper .swiper-slide {width:100%}
	#videos:not(.mobileready) .swiper-button-next, #videos:not(.mobileready) .swiper-button-prev {display:none}
	#videos:not(.mobileready) h4 {display:none}
	#videos:not(.mobileready) .swiper-wrapper {max-width:242px;margin:0 auto}
	#videos h3 {text-align:center}
	#videos:not(.mobileready) .swiper-container {margin:auto}
	#videos:not(.mobileready) .swiper-slide {margin-bottom:30px}
	.defcont h3:not(.title45) {font-size:16px}
	.defcont small {font-size:10px;line-height:14px}
	.defcont .inner {padding-bottom:30px}
}

@media only screen and (max-width:480px){
	#content p {padding-bottom:20px}
	#bottombar  {padding:3px 0;font-size:10px}
	.sticky {padding-top:136px}
	.breadcrumbs {font-size:12px}
	footer .footermenu .acc_head a,
	footer .footermenu a,footer .addrs, footer .addrs a 	{font-size:12px !important}
	footer .acc_head {padding-top:10px !important;padding-bottom:10px}
	footer .accordionjs .acc_section .acc_head span {top:15px}
	footer .accordionjs li a br {display:none}
	footer {padding-top:30px !important}
	footer .fbottom {font-size:10px;margin-top:30px}
	footer .fbottom .flex {max-width:238px;margin:0 auto}
	footer .fbottom .flex p {padding-top:15px}
	#content .accordionjs .acc_section .acc_head {font-size:18px}
	.page-template-thank-you #content .aftertitle h3 {font-size:18px}
	#content .accordionjs .acc_section .acc_head span {top:20px}
	#content .accord .acc_content {padding-left:0}
	#content .accord {border-width:4px}
	#tuition h3 {font-size:18px}
	.defcont .contentblock:before,
	.with-topline:before {width: 50px;		height: 4px;margin-bottom:20px}

	.defcont ul,
	.defcont ol {margin-left:15px;padding-bottom:20px}
	.defcont h3:not(.title45) + p + ul {margin-top:-20px}

	#searchbar .search-field {font-size:16px;}
	#searchbar {padding:15px 0;}
	#searchbar .inner {		width: calc(100% - 42px);	}
}



@media only screen and (max-width:380px){
	#mobilenav li a {font-size:10px}
}

#form_newslettersubscribea6f58d0646 .frm_fields_container {display: block;}
#content #form_newslettersubscribea6f58d0646 p {padding-bottom: 0;}
#form_newslettersubscribea6f58d0646 label {font-size: 20px;}
#form_newslettersubscribea6f58d0646 h3 {padding-bottom: 20px;}
#form_newslettersubscribea6f58d0646 #frm_field_42_container {max-width: 674px;margin: 0 auto;margin-bottom: 29px;border-bottom-right-radius: 25px;border-top-left-radius: 25px;text-align: left;}
#form_newslettersubscribea6f58d0646 .frm_final_submit {font-size: 20px;}
#form_newslettersubscribea6f58d0646 input[type="email"] {width: 100%;padding: 14px 26px 15px 26px;border: none;outline: none;font-size: 25px;display: block;background-color: #F2F2F2;border-radius: 8px;box-shadow: 0 3px 6px rgba(0, 0, 0, .16);margin: 0 auto;color: #5A5A5A;}
@media screen and (max-width: 1600px ) {
	#form_newslettersubscribea6f58d0646 .frm_final_submit {font-size: 16px;}
}
@media screen and (max-width: 1280px ) {
	#form_newslettersubscribea6f58d0646 .frm_final_submit {font-size: 13px;}
}
@media screen and (max-width: 991px ) {
	#form_newslettersubscribea6f58d0646 .frm_final_submit {font-size: 11px;}
  #form_newslettersubscribea6f58d0646 input[type="email"] {padding: 11px 26px 11px 26px;font-size: 20px;}
}
@media screen and (max-width: 600px ) {
  #form_newslettersubscribea6f58d0646 label {font-size: 14px;}
  #form_newslettersubscribea6f58d0646 input[type="email"] {font-size: 14px;padding: 10px 26px 10px 26px;}
}


#hero.decorhero .breadcrumbs .breadcrumbs__current {color: #fff;}
#hero.decorhero #hero-background {height: 490px;}
#hero.decorhero h1 {margin-top: 20px;margin-bottom: 16px;}
#hero.decorhero .text-container {max-width: 1088px;padding: 69px 183px 0 76px;--imageradius: 100px;}
#hero.decorhero .container {margin-top: -164px;}
#hero.decorhero .decor {--imageradius: 25%;}
#hero.decorhero .d1 {width: 182px;height: 182px;bottom: calc(100% + 35px);left: calc(100% + 27px);}
#hero.decorhero .d2 {width: 262px;height: 262px;top: 0;left: calc(100% + 27px);}
@media only screen and (max-width: 1400px){
  #hero.decorhero .text-container {padding: 69px 183px 30px 76px;}
}
@media screen and (max-width: 991px ) {
  #hero.decorhero {margin-bottom: 40px;}
  #hero.decorhero .top-text {margin-bottom: 0;}
  #hero.decorhero .d1, #hero.decorhero .d2 {left: calc(100% + 17px);}
  #hero.decorhero .d1 {bottom: calc(100% + 25px);}
  #hero.decorhero #hero-background {height: 50vw;}
  #hero.decorhero .container {margin-top: -16.5vw;}
  #hero.decorhero .text-container {padding: 69px 50px 30px 50px;}
}
@media screen and (max-width: 600px ) {
  #hero.decorhero .text-container {padding: 40px 32px 0 32px;--imageradius: 50px;}
}
@media screen and (max-width: 480px ) {
  #hero.decorhero .text-container {padding: 40px 32px 20px 32px;}
}

.header-lp2 {box-shadow: none;}
.header-lp2 .inner {display: flex;align-items: center;}
.header-lp2 img {margin-right: 73px;}
.header-lp2 .rightblock {display: inline-block;}
.header-lp2 .button {box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);margin-top: 41px;height: 60px;line-height: 59px;font-size: 20px;padding: 0 0 0 31px;width: 268px;}
.header-lp2 .button::after {background-image: url('../images/icon-phone.svg');right: unset;width: 24px;height: 26px;left: 41px;}
footer.lp2 {padding: 27px 0;}
footer.lp2 p {color: var(--blue);}
footer.lp2 .addr {display: block !important;}
footer.lp2 img {display: block;}
footer.lp2 .socials {margin: 0 0 auto 0;}
@media screen and (max-width: 991px ) {
	.header-lp2 .button {
		font-size: 11px;
    width: 167px;
    height: 44px;
    line-height: 43px;
		padding: 0 0 0 13px;
	}
	.header-lp2 .button::after {
		width: 12px;
    height: 12px;
		padding-left: 15px;
		left: 25px;
		transform: translate(0,-57%);
	}
}
@media screen and (max-width: 600px ) {
	footer.lp2 .container > .flex {
		justify-content: center;
		gap: 10px 50px;
	}
}

/*css for forms*/
#form {
  margin-bottom: 90px;
}

#form .text {
  max-width: 780px;
}

#form .text p {
  font-size: 25px;
  line-height: 1.8em;
}

#form .right .inner {
  margin-left: auto;
  max-width: 674px;
}

/* Labels */
.with_frm_style .frm_primary_label {
  font-size: 20px;
  color: #5A5A5A;
}

/* Generic */
#form form .text15 {
  font-size: 15px;
}

#form form .frm_required {
  color: var(--cyan);
}

.frm_error_style {display:none !important}

#form form textarea,
#form .with_frm_style input[type=text],
#form .with_frm_style input[type=email],
#form .with_frm_style input[type=tel],
.with_frm_style select,
.with_frm_style select:focus {
  border: none;
  outline: none;
  background: var(--lightgray) !important;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16) !important;
  font-size: 20px;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 35px;
}

.with_frm_style select option {
  text-align: left
}

#form .frm_form_fields .f-cyan.text15 {
  margin-top: -15px
}

#form .frm_primary_label {
  padding-bottom: 5px
}

.with_frm_style textarea {
  resize: none;
}

/* Checkbox */
.with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
  box-shadow: inset 10px 10px #fff;
  transform: scale(1.5) translate(-50%, -50%);
}

.with_frm_style .frm_checkbox input[type=checkbox]::before {
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: left top;
}

.with_frm_style .frm_checkbox input[type=checkbox],
.with_frm_style .frm_checkbox input[type=checkbox]:focus {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--lightgray) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16) !important;
  border: none;
  outline: none;
}

.with_frm_style .vertical_radio .frm_checkbox label {
  font-size: 20px;
  color: #5A5A5A;
}

.with_frm_style .frm_checkbox input[type=checkbox]:checked {
  background: var(--blue) !important;
}

/* Phone */
.frm_style_formidable-style.with_frm_style .form-field.phone {
  margin-bottom: 20px;
}

/* Select */
.with_frm_style select {
  cursor: pointer;
  text-align: center;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 60px;
  font-weight: 20px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(https://www.aiam.edu/wp-content/themes/aiam/images/down-arrow-3.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px top 22px !important;
  padding: 0 14px;
  border: none;
  outline: none;
  background-color: var(--lightgray) !important;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%) !important;
  font-size: 20px;
  height: 50px;
  line-height: 1;
  line-height: 2.6;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: -7px 0 0 0;
  padding: 20px 0 30px 0;
  list-style: none;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.select-options li {
  margin: 0;
  padding: 6px 14px;
  font-size: 20px;
  transition: all 0.15s ease-in;
  line-height: 1.2;
  color: var(--color);
}

.select-options li:hover {
  background: #dfdfdf
}

.select-styled[rel="hide"] {
  display: none;
}

.select-options li[rel=""] {
  display:none;
}

.request-form-wrapper{
  background: #0b2e57;
  padding: 30px 40px;
  border-radius: 8px
}
html .request-form-wrapper h3.frm_form_title,
html .request-form-wrapper .with_frm_style .frm_primary_label{
  color:#FFF;
}
html .frm_style_formidable-style.with_frm_style .form-field{
    margin-bottom: 10px;
}
html .with_frm_style input[type=text],
html .with_frm_style input[type=password],
html .with_frm_style input[type=email],
html .with_frm_style input[type=number],
html .with_frm_style input[type=url],
html .with_frm_style input[type=tel],
html .with_frm_style input[type=file],
html .with_frm_style input[type=search],
html .with_frm_style select,
html .with_frm_style .frm-card-element.StripeElement{
  height: 50px;
}
html .with_frm_style legend+h3,
html .with_frm_style h3.frm_form_title{
    margin-bottom: 10px;
}
html #content p {
    margin-top: 0px;
    padding-bottom: 50px;
}
html #hero .flex>.text{
  width: 70%;
  padding-right: 50px;
}
html #hero .flex>.image{
  margin-top: 0;
}

html #hero .title72{
    padding-top: 150px;
}

html #content .accordionjs .acc_section .acc_head{
  font-size: 27px;
  font-weight: 400;
}
html #content .faq .accordionjs .acc_section .acc_head{
  font-size: 26px;
  font-weight: 600;
  color: #737373;
}
html #cost .flex{
  margin: 60px 0 28px;
}
html section{
  margin: 0 0 60px;
}
html section.accordion{
  margin: 0;
}
html #cost {
  margin: 0 0 60px;
}
html #content .accord .acc_content li{
  padding-bottom: 0px;
}
html .f-cyan{
  padding-bottom: 0;
}

html #content #hero .frm_form_field p{
    padding-bottom: 0px;
}

.request-form-wrapper h2{
  color: #FFF;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
}

html .frm_style_formidable-style.with_frm_style .frm_submit button{
  width: 100%;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
html .disclaim a{
  color:#FFFFFF;
}

@media screen and (max-width: 1600px) {
  .select {height:50px;line-height:50px;}
  .select-styled {background-position: right 15px top 22px !important;}
}

@media screen and (max-width: 1200px) {
  .select-options li,
  .select-styled {font-size:18px}
}

@media screen and (max-width: 600px) {
  .select-options li,
  .select-styled {font-size:16px}
  .select {height:40px;line-height:40px;}
  .select-styled {background-position: right 15px top 18px !important;background-size:15px}
}

@media screen and (max-width: 480px) {
  .select-options li,
  .select-styled {font-size:14px}
}

/* Html */
#form .frm_html_container p {
  padding-bottom: 0;
}

@media screen and (max-width: 1600px) {

  .with_frm_style input[type=text],
  .with_frm_style input[type=password],
  .with_frm_style input[type=email],
  .with_frm_style input[type=number],
  .with_frm_style input[type=url],
  .with_frm_style input[type=tel],
  .with_frm_style input[type=file],
  .with_frm_style input[type=search],
  .with_frm_style select,
  .with_frm_style .frm-card-element.StripeElement {
    height: 50px;
  }

  .with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
    transform: scale(1.2) translate(-50%, -50%);
  }

  .with_frm_style .frm_checkbox input[type=checkbox],
  .with_frm_style .frm_checkbox input[type=checkbox]:focus {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1200px) {

  .with_frm_style .frm_primary_label,
  .with_frm_style .vertical_radio .frm_checkbox label,
  #form form textarea,
  #form .with_frm_style input[type=text],
  #form .with_frm_style input[type=email],
  #form .with_frm_style input[type=tel],
  .with_frm_style select,
  .with_frm_style select:focus {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #form .flex {
    flex-direction: column;
  }

  #form .col-6 {
    width: 100%;
  }

  #form .right .inner,
  #form .text {
    max-width: unset;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  html #hero .title72{
    padding-top: 20px;
  }
  html #content #hero p {
      padding-bottom: 20px;
  }
  .request-form-wrapper{
    margin-top: 10px;
    padding: 20px;
  }
  html #hero .flex>.image{
    left: -24px;
    width: calc(100% + 45px)!important;
  }

  html #content #hero .frm_form_field p{
    padding-bottom: 10px;
  }
  #form {
    margin-bottom: 50px;
  }

  #form .flex {
    padding-top: 25px;
  }

  #form .text p {
    font-size: 20px;
  }

  #form br {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .with_frm_style input[type=text],
  .with_frm_style input[type=password],
  .with_frm_style input[type=email],
  .with_frm_style input[type=number],
  .with_frm_style input[type=url],
  .with_frm_style input[type=tel],
  .with_frm_style input[type=file],
  .with_frm_style input[type=search],
  .with_frm_style select,
  .with_frm_style .frm-card-element.StripeElement {
    height: 40px;
  }

  .with_frm_style .frm_checkbox input[type=checkbox],
  .with_frm_style .frm_checkbox input[type=checkbox]:focus {
    position: relative;
    left: -20px;
    margin-right: -16px;
  }

  .with_frm_style .vertical_radio .frm_checkbox label {
    padding-left: 41px;
  }

  .with_frm_style .frm_primary_label,
  .with_frm_style .vertical_radio .frm_checkbox label,
  #form form textarea,
  #form .with_frm_style input[type=text],
  #form .with_frm_style input[type=email],
  #form .with_frm_style input[type=tel],
  .with_frm_style select,
  .with_frm_style select:focus {
    font-size: 16px;
  }
  form form .text15 {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  #form .text p {
    font-size: 16px;
    line-height: 24px;
  }

  .with_frm_style .frm_primary_label,
  .with_frm_style .vertical_radio .frm_checkbox label,
  #form form textarea,
  #form .with_frm_style input[type=text],
  #form .with_frm_style input[type=email],
  #form .with_frm_style input[type=tel],
  .with_frm_style select,
  .with_frm_style select:focus {
    font-size: 14px;
  }
}
