/*--------------------------------------------------------------------
1.0 Reset - normalize.css v3.0.2 | MIT License | git.io/normalize
--------------------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700; color:#fff;}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*--------------------------------------------------------------------
2.0 Clearings
--------------------------------------------------------------------*/
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

/*--------------------------------------------------------------------
3.0 Grid
--------------------------------------------------------------------*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-size:16px;line-height:1.6875; font-family: 'ProximaNovaRegular';}
.grid{margin:0 auto;max-width:1040px;width:100%}
img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}
.wfull{width:100%;max-width:100%}
.w320{max-width:320px}
.w640{max-width:640px}
.w940{max-width:940px}
.w960{max-width:960px}
.row{width:100%;}
.row .row{width:auto;margin:0 -20px}
.c1{width:8.33%}
.c2{width:16.66%}
.c3{width:25%}
.c4{width:33.33%}
.c5{width:41.66%}
.c6{width:50%}
.c7{width:58.33%}
.c8{width:66.66%}
.c9{width:75%}
.c10{width:83.33%}
.c11{width:91.66%}
.c12{width:100%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;padding-left:20px;padding-right:20px;position:relative}
.s1{margin-left:8.33%}
.s2{margin-left:16.66%}
.s3{margin-left:25%}
.s4{margin-left:33.33%}
.s5{margin-left:41.66%}
.s6{margin-left:50%}
.s7{margin-left:58.33%}
.s8{margin-left:66.66%}
.s9{margin-left:75%}
.s10{margin-left:83.33%}
.s11{margin-left:91.66%}
.end{float:right!important}

.smallsidepadding{padding-left:10px !important;padding-right:10px !important}
.h1, .h2, .h3, .h4, .h5{
  font-family:'ProximaNovaBold';
}
/*--------------------------------------------------------------------
4.0 Fonts
--------------------------------------------------------------------*/
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/ProximaNovaBold.eot');
    src: url('fonts/ProximaNovaBold.eot') format('embedded-opentype'),
         url('fonts/ProximaNovaBold.woff2') format('woff2'),
         url('fonts/ProximaNovaBold.woff') format('woff'),
         url('fonts/ProximaNovaBold.ttf') format('truetype'),
         url('fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}
@font-face {
    font-family: 'ProximaNovaLight';
    src: url('fonts/ProximaNovaLight.eot');
    src: url('fonts/ProximaNovaLight.eot') format('embedded-opentype'),
         url('fonts/ProximaNovaLight.woff2') format('woff2'),
         url('fonts/ProximaNovaLight.woff') format('woff'),
         url('fonts/ProximaNovaLight.ttf') format('truetype'),
         url('fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/ProximaNovaRegular.eot');
    src: url('fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('fonts/ProximaNovaRegular.woff2') format('woff2'),
         url('fonts/ProximaNovaRegular.woff') format('woff'),
         url('fonts/ProximaNovaRegular.ttf') format('truetype'),
         url('fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}

/*--------------------------------------------------------------------
5.0 Elements
--------------------------------------------------------------------*/

/**
 *	Header
 */
body{
	/*padding-top: 74px;*/
	visibility: hidden;
	opacity: 0;
}
header{
	background: #000;
	padding: 0;
	border-bottom: 4px solid #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
header .grid {
	max-width: 100%;
}
.logo{
	max-width: 152px;
	display: block;
	float: left;
	margin: 10px 0 0
}
.menu{
	margin: 48px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
.menu li{
	float: left;
	margin-left: 25px;
}
.menu li:first-of-type{
	margin-left: 0;
}
.menu a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: 'ProximaNovaBold';
	font-size: 18px;
	line-height: 20px;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
.menu a.centerkey_nav{
	color: #b64b9f;
}
.menu a:hover{
	color: #53c0fe;
}

.menu .quickie-pass{
	display: none
}
.menu .quickie-pass a{
	margin-top: -10px;
	margin-left: -10px;
}
.menu .quickie-pass a img{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.menu .quickie-pass a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mobile-helper{
	display: block;
}
.mobile-menu{
	float: right;
	cursor: pointer;
	display: none;
}
.mobile-menu ul{
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	width: 28px;
}
.mobile-menu li{
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-top: 5px;
}
.mobile-menu li:first-of-type{
	margin-top: 0;
}
/**
 *	Slider
 */
.slider-wrap {
	position: relative;
	z-index: 1;
  padding-top:120px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background:#3ea3dd;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff
}
.bxslider{
	margin: 0;
	padding: 0;
	list-style: none;
}
.bxslider .grid{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.bx-wrapper img.wrui-bg{
	position: absolute;
	z-index: 1;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    top:0;
    left:0;
	  margin: 0;
    background-color:#000;
    border-bottom:1px solid gray;
}
.bx-wrapper .bx-pager{
	bottom: 10px;
}
.bxslider li{
	position: relative;
}
.bxslider li img{
    width: 100%;
}
.bx-wrapper .bx-viewport{
    border: none;
	left: 0;
	background: none;
	box-shadow: none;
}
.bx-wrapper img.wrui-logo {
	position: absolute;
	/*max-width: 310px;*/
	width: 35%;
	/*display: none;*/
	opacity: 0;
}
.wrui-logo.top-left{
	margin-top: 50px;
}
.wrui-logo.bottom-left{
	margin-bottom: 50px;
}
.bx-wrapper img.wrui-logo.top-left{
	top: 20%;
	left: 6%;
}
.bx-wrapper #slide4  img.wrui-logo.top-left{
	top: 34%;
	right: 6%;
  left: auto;
}
.bx-wrapper img.wrui-logo.bottom-left{
	bottom: 8%;
	left: 3%;
}
.bx-controls-direction{
    height: 0;
    overflow: hidden;
    width: 0;
    position: relative;
}
.slider1-emoj{
	max-width: 20% !important;
    bottom: 1%;
    position: absolute;
    right: 3%;
}
.slider2-emoj{
    max-width: 20% !important;
    bottom: 1%;
    position: absolute;
    right: 3%;
}
.slider3-emoj{
	max-width: 20% !important;
    bottom: 1%;
    position: absolute;
    right: 3%;
}
.slider4-emoj{
	max-width: 20% !important;
    bottom: 1%;
    position: absolute;
    right: 6%;
}
.img-emoj{
	margin-bottom: 50px;
	opacity: 0;
}
/*SLIDER NEXT PREV*/
.svg-wrap{
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}
nav.nav-thumbflip a {
	position: absolute;
	bottom: 50%;
	margin-bottom: -50px;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	z-index: 2;
}
nav.nav-thumbflip a:hover{
	z-index: 1;
}
nav.nav-thumbflip a.prev {
	left: 0;
}

nav.nav-thumbflip a.next {
	right: 0;
}

nav.nav-thumbflip a svg {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.nav-thumbflip a {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.nav-thumbflip a.prev {
	-webkit-perspective-origin: 100% 50%;
	perspective-origin: 100% 50%;
}

.nav-thumbflip a.next {
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.nav-thumbflip .icon-wrap {
	display: block;
	width: 45px;
	height: 100px;
	background-color: #5fcaf4;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.nav-thumbflip svg.icon {
	position: relative;
	top: 50%;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #fff;
}

.nav-thumbflip img {
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    height: 100px;
    width: auto;
    max-width: none;
    min-width: 0;
}

.nav-thumbflip a.prev img {
	left: 100%;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.nav-thumbflip a.next img {
	right: 100%;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.nav-thumbflip a:hover .icon-wrap {
	background-color: #fff;
}

.nav-thumbflip a:hover svg.icon {
	fill: #c1b8ab;
}

.nav-thumbflip a:hover img {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
/**
 *	Dividers
 */
.divider-arrow-wrap{
	position: relative;
	z-index: 2;
	top: -32px;
	height: 0;
	width: 100%;
	clear: both;
}
.arrows-content {
	max-width: 10%;
	display: inline;
	position: relative;
}
.divider-arrow-right .arrows-content{
	float: right;
}
.divider-arrow-left .arrows-content{
	float: left;
}
.divider1{
	/*background: #57afe1 url('images/bg-divider1.png') no-repeat top right;*/
	background: #000 ;
	background-size: cover;
	color: #fff;
	padding: 50px 0;
	position: relative;
  text-align: center;
}
.divider1 h2{
	font-family: 'ProximaNovaRegular';
	font-weight: normal;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.015em;
	text-align: center;
	margin: 0;
	opacity: 0;
	position: relative;
	top: 100px;
}
.divider2{
	background: #074568;
	color: #fff;
	padding: 50px 0;
	position: relative;
}
.divider2 h3{
	font-family: 'ProximaNovaRegular';
	font-weight: normal;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.015em;
	margin: 0;
	opacity: 0;
	position: relative;
	top: 100px;
}
.divider1-wrap,
.divider2-wrap{
	overflow: hidden;
	background: #5fcaf4;
	clear: both;
	width: 100%;
}


/**
 *	Tabs
 */
#tabs-wrap {
	background: #6db9e5;
	color: #fff;
	/*padding: 50px 0;*/
	position: relative;
	z-index: 1;
}
.etabs{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#tab-container-inner{
    margin-left: -13px;
}
#tab-container-inner .etabs{
	text-align: center;
  background-color:#06aadd;

}
#tab-container-inner .etabs .tab {
	display: table-cell;
  vertical-align: middle;
  width:300px;
  padding-left: 26px;
}
.etabs .tab {
	display: inline-block;
}
.pepe_prep_wrap a, .etabs a{
	display: block;
	color: #6db9e5;
	text-decoration: none;
	font-size: 24px;
	line-height: 50px;
	padding: 0 10px;
	font-family: 'ProximaNovaRegular';
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.etabs .active a,.pepe_prep_wrap .active a{
	color: #e6f0f4;
	background: #3a95d2;
	border-radius: 6px;
}
.pepe_prep_wrap a{
	display: inline-block !important;
}
.pepe_prep_wrap a:hover{
	color: #074568;
}
.tab-container h5{
	font-family: 'ProximaNovaRegular';
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 40px;
	color: #000;
}
.tab-container #resources,
.tab-container #testing,
.tab-container #pep{
	visibility: visible;
}
.tab-container h5.coc-bottom{
	font-family: 'ProximaNovaRegular';
	font-size: 20px;
	line-height: 26px;
	margin: 40px 0;
	font-weight: bold;
}
.tabs-accordion{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
}
.tabs-accordion td{
  /*border-top: 1px solid #02293f;*/
  padding: 0px 15px;
  vertical-align: middle;
  width: 66%;
  padding-right: 15%;
}
.tabs-accordion td.tabs-icon{
  width: 33%;
  vertical-align: top;
  padding-right: 20px;
}
.tabs-accordion td.tabs-icon img{
  float:right;
  width: 75px;
}
.tabs-accordion td.tabs-icon img{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
.tabs-accordion td.tabs-icon img.icon-car{
	margin-top: 15px;
  width:115px
}
.tabs-accordion td.tabs-icon.caric {
    padding-right: 0px;
}
.tabs-accordion tr.active td.tabs-icon img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	   padding-top: 20px;
}
.tabs-accordion .tabs-accordion-content{
	display: none;
}
.tabs-accordion h3{
	cursor: pointer;
	color: #000;
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.015em;
	margin: 15px 0;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
.tabs-accordion-content p,.tabs-accordion-content ul{
	color: #000;
	font-family: 'ProximaNovaRegular';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.015em;
	margin: 0 0 15px;
}
.tabs-accordion-content  h4{
	color: #000;
	font-size: 18px;
	margin: 0;
}
.tabs-accordion-content a{
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
.tabs-accordion-content:before,.tabs-accordion-content:after{content:'';display:table}
.tabs-accordion-content:after{clear:both}
.tabs-accordion-content{zoom:1}

.tabs-accordion h3:hover,.tabs-accordion .active h3,.etabs a:hover{
	color: #000;
}

.resources-list a{
	cursor: pointer;
	color: #fff;
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
    letter-spacing: 0.015em;
    margin: 15px 0;
    background: #3a95d2;
    margin-right: 30px;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    display: block;
    white-space: nowrap;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}
.resources-list a:hover{
	background-color: #074568;
}
.resources-list p{
	color: #000;
  font-size: 16px;
}
/**
 *	Footer
 */
footer{
	background: #000;
	color: #fff;
	padding: 25px 0 10px;
	border-top: 4px solid #3ea3dd;
}
footer h3{
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.015em;
	margin: 0;
}
footer p{
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.015em;
	margin: 0;
}
footer .c4{
	margin-bottom: 15px;
}
.footer-social{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-social li{
	float: left;
	margin-left: 2px;
	margin-bottom: 5px;
}
.footer-social li:first-of-type{
	margin-left: 0;
}
.footer-social a{
	display: block;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 100%;
	position: relative;
}
.footer-social a img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.footer-social a.email img{max-width: 24px;}
.footer-social a.facebook img{max-width: 10px;}
.footer-social a.twitter img{max-width: 18px;}
.footer-social a.youtube img{max-width: 28px;}
.footer-social a.instagram img{max-width: 18px;}
.footer-social a.tumblr img{max-width: 12px;}

.popup-overlay-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	background-color: rgba(5,56,85,0);
	visibility: hidden;
}
.popup-overlay-wrap a{
	text-decoration: none;
}
.popup-overlay-wrap .pow-content{
	height: 100%;
    opacity: 0;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.popup-overlay-wrap.show{
	background-color: rgba(5,56,85,.75);
	visibility: visible;
}
.popup-overlay-wrap.show .pow-content{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.popup-overlay-wrap img{
	max-width: 80%;
	max-height: 80%;
	height: auto;
	width: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.popup-overlay-wrap .pow-remove{
	color: #ffd900;
	font-size: 26px;
	cursor: pointer;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;


}
#centerkey_content{
    background: #d8efff;
    color: #074263;
    padding: 50px 20px;
    position: relative;
    z-index: 1;
	display: none;
}
.centerkey_content_top img{
	float: left
}
.centerkey_content_top_content h2{
	font-family: 'ProximaNovaRegular';
    font-size: 38px;
    margin-bottom: 0;
    font-weight: normal;
    color: #4b92d1;
    line-height: 1;
}
.centerkey_content_top_content{
	padding-left: 280px;
    border-bottom: 1px solid #426478;
    padding-bottom: 0px;
}
.centerkey_content_bottom h3{
	color: #3a95d2;
    font-size: 24px;
    font-family: 'ProximaNovaBold';
    line-height: 1;
    margin-bottom: 0;
}
.centerkey_content_bottom table{
	width: 100%;
}
.centerkey_content_bottom td{
	width: 50%;
}
.centerkey_content_bottom small{
	font-size: 12px;
	display: block;
	margin-top: 0px;
}
.centerkey_content_bottom strong{
    font-family: 'ProximaNovaBold';
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}
.centerkey_content_bottom span{
	display: block;
	margin-top: 8px;
}
.centerkey_content_bottom p{
    line-height: 1.5;
}


.book-apt {
  width: 300px;
  height: 60px;
  position: fixed;
  /*bottom: -60px;*/
  right: 5%;
  background: #fff;
  z-index: 1000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 116px;
}

.book-apt a{
  /*display: block;*/
  text-decoration: none;
  color: #3ea3dd;
  font-family: 'ProximaNovaBold';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  cursor: pointer;
}
ul#focal-tabs{
    /*border:1px solid ;*/
    margin: 0px;
}
ul#focal-tabs .tab{
    padding:0px ;
}

ul#focal-tabs .tab a {
    border-radius: 0px;
    height: 100px;
    text-decoration: none;
    color: #000;
    font-family: 'ProximaNovaBold';
    font-size: 24px;
    cursor: pointer;
    padding-top: 4%;
    padding-left: 0;
    padding-right: 0;

}
.blue-light{
  background-color:#6edcff;
}
.blue-mild{
  background-color:#34c6f5;
}
.blue-strong{
  background-color:#06aadd;
}
ul#focal-tabs .blue-light.active{
  background-color:#6edcff;
}
ul#focal-tabs .blue-mild.active{
  background-color:#34c6f5;
}
ul#focal-tabs .blue-strong.active{
  background-color:#06aadd;
}
.shim-sides{
  padding-left: 4%;
  padding-right: 4%;
}
.minbox{
  min-height: 175px;
  display: table;
  width: 100%;
}
.minbox h5{
  display:table-cell;
  vertical-align: middle;
}
#tab-container-inner .etabs .tab a.active {
    border: 2px solid #fff;
    background: none;
    color:#fff;
    font-weight: bold;
    text-align: center;
}
#tab-container-inner .etabs .tab a {
  color:#074568;
}

table.tabs-accordion {
    background: #34c6f5;
}
.tabs-accordion tr.active {
    background: #6edcff;
}
.contact-form{
  background:#fff;
}
.book-apt-btn{
  position: relative;
  height: 100px;
}
.book-apt-btn a{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 275px;*/
  line-height: 35px;
  font-weight: bold;
  font-size: 20px;
}
#what_prep{
  padding-right:0px;
  padding-left:0px;
}
.contact-form{
  font-size:16px;
}
.book-apt-border{
  height: 4px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  margin-top:-4px;
}
.socialicons li{
  float:left;
  padding-right:0px;
}
.socialicons li a{

background-color:#34c6f5;
}
.c3.socialicons {
    padding-right: 0px;
}

.bx-wrapper #slide4 img.wrui-logo.top-left{
  top: 22%;
  right: 6%;
  left: auto;
}
/*--------------------------------------------------------------------
6.0 Media Query
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Media query for min-width 961 Screens
--------------------------------------------------------------------*/
@media only screen and (min-width:1401px){
  /**
  *	Header
  */
  body{
    /*padding-top: 120px;*/
  }
  .header-wrap .c10{
    padding-right: 35px;
  }
  .header-wrap .c2{
    padding-left: 25px;
  }
  .header-wrap{
    height: 120px;
  }

  /*
  *Slider
  */
  .wrui-logo.top-left.headliner {
    position: absolute;
    top: 70%;
    left: 6%;
    font-size: 2em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;
  }

  #slide2 .wrui-logo.top-left.headliner {
    position: absolute;
    top: 67%;
    left: 6%;
    font-size: 2em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;
  }

  #slide3 .wrui-logo.top-left.headliner {
    position: absolute;
    top:  67%;
    left: 6%;
    font-size: 2em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;
  }

  #slide4 .wrui-logo.top-left.headliner {
    position: absolute;
    top: 67%;
    left: auto;
    right: 6%;
    font-size: 2em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;
  }
}
/*--------------------------------------------------------------------
Media query for min-width 767 Screens
--------------------------------------------------------------------*/
@media (min-width:1401px) {
  .bx-wrapper img.wrui-bg {
    width: auto;
    height: auto;
    max-width: 1400px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .bx-wrapper .bx-pager{
    display: none;
  }
}
@media(max-width:1400px){
  .nav-thumbflip{
    display: none;
  }
}
/*--------------------------------------------------------------------
Media query for 960 Screens - sets nested grids to 100%
--------------------------------------------------------------------*/
@media only screen and (max-width:960px){
  .row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12{width:100%}
}
@media (min-width: 1401px){
  .bxslider li{
    height: 700px;
  }
  .mobile-helper {
    display: block !important;
  }
}


/*--------------------------------------------------------------------
Media query for iPad and tablets
--------------------------------------------------------------------*/
@media handheld, only screen and (max-width: 1400px), only screen and (max-device-width: 1400px){
  .bx-wrapper img.wrui-logo{
    width: 25%!important;
  }
  /*.slider2-emoj {
    bottom: 36%;
    right: 8%;
  }
  */
  /*.slider3-emoj {
    bottom: 28%;
    right: 52%;
  }*/
  /*.slider1-emoj {
    bottom: 28%;
    right: 45%;
  }*/
  .bx-wrapper img.wrui-bg {
    position: relative;
  }

  .bxslider .grid {
    position: absolute;
    top: 0;
    margin-left: 50%!important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*max-width: 100%;*/
  }
  .wrui-logo.top-left.headliner {
    position: absolute;
    top: 67%;
    left: 6%;
    font-size: 1.3em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;

  }

  .bx-wrapper img.wrui-logo.top-left{
    top:13%;
    left: 6%;
  }
  #slide2 .wrui-logo.top-left.headliner {
    position: absolute;
    top:59%;
    left: 6%;
    font-size: 1.3em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;
  }

  #slide3 .wrui-logo.top-left.headliner {
    position: absolute;
    top: 58%;
    left: 5%;
    font-size: 1.3em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;
  }

  #slide4 .wrui-logo.top-left.headliner {
    position: absolute;
    top:59%;
    left: auto;
    right: 7%;
    font-size: 1.3em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;
  }

  .bx-wrapper #slide4 img.wrui-logo.top-left{
    top: 18%;
    right: 6%;
    left: auto;
  }
  .resources-row td{
    display: block;
  }
  .resources-list a{
    display: inline-block;
    margin-bottom: 0;
  }

  /*
  body{font-size:90%}
  */
  .c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{width:100%;margin-right:0;margin-left:0}
  #focal-tabs .c4{
    width:33%;
  }
  ul#focal-tabs .tab a{
    text-align:center;
    /*font-size:16px;*/
  }
  .mobile-menu{
    display: block;
  }
  .mobile-helper{
    display: none;
  }
  .menu{
    width: 100%;
    margin: 20px 0 0;
  }
  .menu li{
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
  .divider1{
    padding: 40px 0;
  }
  .divider1 h2{
    font-size: 20px;
    line-height: 24px;
  }
  .divider1 h2 br{
    display: none;
  }
  .divider2{
    padding: 40px 0;
  }
  .divider2 h3{
    font-size: 16px;
    line-height: 22px;
  }

  .etabs .tab{
    width: 100%;
    /*margin-bottom: 5px;*/
  }
  .etabs a{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  .tab-container h5,
  .tabs-accordion p{
    font-size: 14px;
    line-height: 18px;
  }
  .tabs-accordion h3{
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
  }
  .tab-container h5{
    margin: 0 0 30px;
  }
  .quickie-pass{
    display: none;
  }
  .logo{
    width: 96px;
    margin: 10px 0
  }
  .slider-wrap{
    padding-top: 138px;
  }
  .book-apt {
    width: 300px;
    height: 60px;
    position: fixed;
    /*bottom: -60px;*/
    right: 5%;
    background: #fff;
    z-index: 1000;
    border-radius: 0 0 5px 5px;
    margin-top:78px;
  }
}

@media only screen and (max-width:650px){
  .centerkey_content_top img{
    margin: 0;
    float: none;
  }
  ul#focal-tabs .tab a{
    text-align:center;
    font-size:16px;
  }
  div#calculatoranc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .resources-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .centerkey_content_top_content{
    padding: 0;
  }
  .centerkey_content_bottom td{
    display: block;
    text-align: center;
    width: 100%
  }
  .centerkey_content_bottom h3{
    text-align: center;
  }
  .wrui-logo.top-left.headliner {
    position: absolute;
    top: 70%;
    left: 6%;
    font-size: 1em;
    line-height: 1;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-shadow: 2px 2px #000000;

  }
  .bx-wrapper img.wrui-logo.top-left{
  	top: 40%;
  	left: 6%;
  }
  .bx-wrapper #slide4 img.wrui-logo.top-left{
    top: 22%;
    right: 6%;
    left:auto;
  }
  /*#calculator{
  padding-left:4%;
  padding-right:4%;
  }*/
  #slide2 .wrui-logo.top-left.headliner ,#slide3 .wrui-logo.top-left.headliner,#slide4 .wrui-logo.top-left.headliner{display: none}
}

@media only screen and (max-width:500px){
  ul#focal-tabs .tab a{
    text-align:center;
    font-size:14px;
    line-height: 20px;
    height:80px;
  }
  .wrui-logo.top-left.headliner {
    position: absolute;
    top: 70%;
    left: 6%;
    font-size: 0.5em;
    line-height: 1;
    color: #fff;
    font-family:'ProximaNovaBold';
    text-shadow: 2px 2px #000000;
    display:none;
  }
  .slider-wrap{
    padding-top: 104px;
  }
  .book-apt a{
    /*display: block;*/
    text-decoration: none;
    color: #3ea3dd;
    font-family: 'ProximaNovaBold';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
  .book-apt{
    width: 220px;
    height: 26px;
    position: fixed;
    /* bottom: -60px; */
    right: 5%;
    background: #fff;
    z-index: 1000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 78.08px;
  }
}
strong{
  color:#fff;
}
.prepcalculator {
  padding-top: 30px;
}
a {
  color: #fff;
  text-decoration: underline;
}
.tabs-icon img {
  padding-bottom: 15px;
}
#slide4 h1 {
  text-align: right;
}
td.tabs-icon.botleic img {
  padding: 3.15%;
}
.contact-form {
  color: #000;
  padding-left:10px;
  padding-right:10px;
}
.interested {
  margin-top: 30px;
}

/* Covid stuff */
#covid19 {
  background: #6db9e5;
	color: #fff;
	/*padding: 50px 0;*/
	position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 20px 0;
}
@media only screen and (min-width:961px){
  #covid19 {
    margin-top: 120px;
  }
}