/* CSS Document */

/**   
#EFEFEF - Lightest Gray
#C8C8C8 - Extra Light Gray
#969696 - Light Gray
#646464 - Gray
#323232 - Dark Gray
#00FFFF - Orange
#00C8DC - Turqoise
#000 - Midnight

rgba(239, 239, 239, 1) - Lightest Gray
rgba(200, 200, 200, 1) - Extra Light Gray
rgba(150, 150, 150, 1) - Light Gray
rgba(100, 100, 100, 1) - Gray
rgba(50, 50, 50, 1) - Dark Gray
rgba(0, 255, 255, 1) - Orange
rgba(0, 255, 255, 1) - Turqoise
rgba(7, 30, 34, 1) - Midnight
**/

html{
	overflow-x: hidden;
}
body{
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 !important;
	overflow: visible !important;
}
[data-canvas]{
	box-shadow: 10px 0 10px -10px rgba(0,0,0,.3);
}
[data-canvas=container]{
	background-color: #FFF !important;
	padding-top: 60px !important;
}
main{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.cd-top{
	bottom: 10px;
	right: 10px;
	font-size: 36px;
	color: #00FFFF;
	transition: all .3s ease !important;
	z-index: 1000;
}
.cd-top:hover,
.cd-top:focus{
	color: #00FFFF;
}
img{
	border: 0px;
}
p{
	margin: 0 !important;
	padding: 0 !important;
}
a{
	transition: all 0.3s ease;	
}
a:hover,
a:focus{
	text-decoration: none !important;
}
.container{
	max-width: 1230px !important;
	position: relative;
}
.container.widish{
	max-width: 1430px !important;
}
.container.wide{
	max-width: 1630px !important;
}
.container.widest{
	max-width: 1830px !important;
}
.container.wide{
	max-width: 1630px !important;
}
.container.full{
	max-width: 100% !important;
	padding: 0 !important;
}
.nicescroll-cursors{
	box-shadow:0 0 8px rgba(0,0,0,.5);
}
.modal{
	z-index: 99999999 !important;
}
.remodal-wrapper {
    padding: 10px !important;
}
.remodal{
	max-width: 800px !important;
	text-align: left !important;
	padding: 20px !important;
}
.remodal.sm{
	max-width: 500px !important;
}
.remodal.full{
	max-width: 100% !important;
	min-width: 100% !important;
	min-height: calc(100vh - 20px) !important;
}
.remodal.full .content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.remodal-close{
	outline: none !important;
}
.remodal .remodal-close,
.remodal.sm .remodal-close,
.remodal.full .remodal-close{
	color: #00C8DC !important;
}
.remodal.video .remodal-close{
	position: absolute !important;
	width: auto !important;
	top: -35px !important;
	right: 0 !important;
	left: auto !important;
	color: #FFF !important;
}
.remodal .remodal-close:hover,
.remodal.sm .remodal-close:hover,
.remodal.full .remodal-close:hover{
	color: #00FFFF !important;
}
.remodal-close:before{
	content: "" !important;
}
.remodal-close-it{
    position: absolute;
	top: 0;
	right: 0;
}
.remodal-overlay{
    background: rgba(0, 0, 0, .9) !important;
}

/* Offcanvas Nav Styles */
#navMobile,
#navMobile .toggle,
#navMobile .toggle span,
#navMobile .toggle span .svg-inline--fa{
	height: 60px;
}
#navMobile{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #323232;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.15);
	z-index: 1001;
}
#navMobile .logo img{
	width: 125px;
}
#navMobile .toggle span{
	display: block;
	line-height: 60px;
	font-size: 50px;
	color: #FFF;
}
#sbNav{
	background-color: #323232 !important;
	width: 300px;
}
#sbNav .logo img{
	width: 180px;
}
#sbNav nav > div{
	border-top: 1px solid #333;
}
#sbNav nav > div:last-child{
	border-bottom: 1px solid #333;
}
#sbNav nav > div > a{
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: .75rem 1rem;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: none;
}
#sbNav nav > div > a span:nth-child(2){
	color: #00FFFF;
	position: relative;
	top: 1px;
}
#sbNav nav > .dropdown.show > a > span:nth-child(2){
	transform: rotate(-180deg);
	top: -5px;
}
#sbNav > nav > div > a:hover,
#sbNav > nav > div > a:focus,
#sbNav nav .dropdown.show > a,
#sbNav > nav > div > a:hover span,
#sbNav > nav > div > a:focus span,
#sbNav nav .dropdown.show a span{
	color: #FFF;
}
#sbNav > nav > div > a:hover,
#sbNav > nav > div > a:focus,
#sbNav nav .dropdown.show > a{
	background-color: #00C8DC;
}
#sbNav nav .dropdown .dropdown-toggle::after{
	content: none;
}
#sbNav nav .dropdown .dropdown-menu{
	position: relative !important;
	width: 100%;
	float: none;
	background-color: #EFEFEF;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	transform: none !important;
}
#sbNav nav .dropdown .dropdown-menu .dropdown-item{
	padding: .75rem 1rem;
	border-bottom: 1px solid #C8C8C8;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #00C8DC;
	letter-spacing: 1px;
}
#sbNav nav .dropdown .dropdown-menu .dropdown-item:last-child{
	border-bottom: none;
}
#sbNav nav .dropdown .dropdown-menu .dropdown-item:hover,
#sbNav nav .dropdown .dropdown-menu .dropdown-item:focus{
	background-color: #C8C8C8;
}
#sbNav .info a{
	color: #FFF;
}
#sbNav .info a:hover,
#sbNav .info a:focus{
	color: #00FFFF;
}
#sbNav .address > a > span:nth-child(2) > span{
	display: block;
}
#sbNav .address > a > span:nth-child(2) > span:nth-child(2){
	display: none;
}

/* End Offcanvas Nav Styles */
#topPage{
	background: url(../images/bg-main.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#topPage:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	opacity: .75;
}
#actionCalls .cta{
	position: relative;
	height: 100%;
}
#actionCalls .cta:before,
#actionCalls .cta:after{
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	opacity: .85;
}
#actionCalls .cta:before{
	top: 0;
	background-color: #000;
}
#actionCalls .cta:first-child{
	background: url(../images/cta1.jpg) no-repeat center;
	background-size: cover;
}
#actionCalls .cta:nth-child(2){
	background: url(../images/cta2.jpg) no-repeat center;
	background-size: cover;
}
#actionCalls .cta:nth-child(3){
	background: url(../images/cta3.jpg) no-repeat center;
	background-size: cover;
}
#actionCalls .cta:after{
	bottom: 0;
	height: 40px;
	background-color: #00C8DC;
}
#actionCalls .cta:before,
#actionCalls .cta .content{
	height: calc(100% - 40px);
}
#actionCalls .cta .content{
	margin-bottom: 40px;
}
#welcomeText .videoMain{
	height: 250px;
	position: relative;
}
#welcomeText .videoMain:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	opacity: .5;
}
#secTools{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: url(../images/bg-tools.jpg) no-repeat center;
	background-size: cover;
}
#secTools:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .85;
}

/* FOOTER CSS */
footer{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #323232;
	position: relative;
	z-index: 2;
}
footer .logo img{
	width: 250px;
}
footer .logos img{
	transform: all .3s ease;
}
footer .logos img:hover{
	opacity: .8;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
	.remodal.xl{
		max-width: 80% !important;
	}
	

}

/* Tablet (portrait) */
@media(min-width:768px){
	.cd-top {
		font-size: 44px;
	}
	.remodal.xl{
		max-width: 90% !important;
	}
	#actionCalls .cta{
		height: auto;
	}
	#actionCalls .cta:after{
		height: 30px;
	}
	#actionCalls .cta:before,
	#actionCalls .cta .content{
		height: calc(100% - 30px);
	}
	#actionCalls .cta .content{
		margin-bottom: 30px;
	}
	#welcomeText .videoMain{
		height: 350px;
	}
	
	/* FOOTER CSS */
	footer .logo img{
		width: 300px;
	}
	
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	body{
		font-size: 15px !important;
	}
	#actionCalls .cta:after{
		height: 40px;
	}
	#actionCalls .cta:before,
	#actionCalls .cta .content{
		height: calc(100% - 40px);
	}
	#actionCalls .cta .content{
		margin-bottom: 40px;
	}
	#welcomeText .videoMain{
		height: 100%;
	}
	#homeFAQ .bg{
		background: url(../images/bg-woman.png) no-repeat top right;
		background-size: contain;
		height: 100%;
	}
	
	/* FOOTER CSS */
	footer .logo{
		position: relative;
	}
	footer .logo:before{
		position: absolute;
		content: '';
		top: 0;
		left: -1000%;
		height: 100%;
		width: 1000%;
		background-color: #000;
	}
	footer .logo img{
		width: 200px;
	}
	footer .logos img{
		height: 45px;
	}
	
}

/* Desktop */
@media(min-width:1200px){
	.cd-top {
		right: 20px;
		font-size: 50px;
	}
	.remodal{
		max-width: 900px !important;
		padding: 30px !important;
	}
	.remodal.xl{
		max-width: 75% !important;
	}
	[data-canvas=container]{
		padding-top: 160px !important;
	}
	header,
	#navMain-sticky-wrapper{
		position: absolute;
	}
	header,
	#navMain-sticky-wrapper,
	#navMain{
		width: 100% !important;
		z-index: 1005 !important;
	}
	header,
	header .container{
		height: 60px;
	}
	header{
		top: 0;
		width: 100%;
		background-color: #323232;
		z-index: 1001 !important;
	}
	header,
	header a{
		color: #FFF;
	}
	header a:hover,
	header a:focus{
		color: #00FFFF;
	}
	#navMain,
	#navMain .container,
	#navMain .container nav,
	#navMain-sticky-wrapper.is-sticky .logo{
		height: 100px;
	}
	#navMain-sticky-wrapper{
		top: 60px;
	}
	#navMain{
		background-color: #000;
		position: relative;
	}
	#navMain:before,
	#navMain:after{
		display: none !important;
		position: absolute;
		content: '';
		left: 0;
		height: 1px;
		width: 100%;
		background-color: #FFF;
		z-index: 1;
	}
	#navMain:before{
		top: 0;
	}
	#navMain:after{
		bottom: 0;
	}
	#navMain .logo,
	#navMain .logo img{
		transition: all .2s linear;
	}
	#navMain .logo{
		margin-top: -60px;
		height: 160px;
		position: relative;
		z-index: 2;
	}
	#navMain-sticky-wrapper.is-sticky .logo{
		margin-top: 0;
		z-index: 0;
	}
	#navMain .logo img{
		width: 275px;
	}
	#navMain-sticky-wrapper.is-sticky .logo img{
		width: 225px;
	}
	#navMain nav > div > a,
	#navMain nav > div > a span{
		position: relative;
		z-index: 1;
	}
	#navMain nav > div > a{
		display: block;
		padding: 0 20px;
		line-height: 100px;
		font-family: 'Lato', sans-serif !important;
		font-size: 14px;
		color: #FFF;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	#navMain nav > div:last-child > a{
		padding: 0 0 0 20px;
	}
	#navMain nav > div:last-child > a:before{
		width: calc(100% + 20px);
	}
	#navMain nav > div > a:before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #00C8DC;
		border-top: 1px solid #00C8DC;
		border-bottom: 1px solid #00C8DC;
		opacity: 0;
		z-index: 0;
		transition: all .3s ease;
	}
	#navMain nav > div > a:hover:before,
	#navMain nav > .dropdown.show > a:before{
		opacity: 1;
	}
	#navMain nav > div > a:hover{
		background-color: #00C8DC;
	}
	#navMain nav > .dropdown > a > span:last-child{
		display: inline-block;
		position: relative;
	}
	#navMain nav > .dropdown > a > span:last-child{
		color: #00FFFF;
	}
	#navMain nav > .dropdown.show > a > span:last-child{
		transform: rotate(-180deg);
	}
	#navMain nav .dropdown-toggle::after{
		display: none !important;
	}
	#navMain nav > .dropdown .dropdown-menu{
		min-width: 250px;
		background-color: #EFEFEF;
		box-shadow: 2px 2px 6px rgba(0,0,0,.08);
		border: 0;
		border-radius: 0;
		margin: 0;
		padding: 1rem;
		cursor: default;
	}
	#navMain nav > .dropdown .dropdown-menu .dropdown-item,
	#navMain nav > .dropdown .dropdown-menu .dropdown-item span{
		position: relative;
	}
	#navMain nav > .dropdown .dropdown-menu .dropdown-item{
		padding: .5rem 0 !important;
		border-bottom: 1px solid #C8C8C8;
		font-family: 'Lato', sans-serif !important;
		font-size: 16px;
		color: #00C8DC;
		font-weight: 700;
		letter-spacing: 2px;
	}
	#navMain nav > .dropdown .dropdown-menu .dropdown-item:last-child{
		border-bottom: none;
	}
	#navMain nav > .dropdown .dropdown-menu .dropdown-item:hover,
	#navMain nav > .dropdown .dropdown-menu .dropdown-item:focus{
		background-color: transparent !important;
		color: #00FFFF;
	}
	#actionCalls .cta:after{
		height: 50px;
	}
	#actionCalls .cta:before,
	#actionCalls .cta .content{
		height: calc(100% - 50px);
	}
	#actionCalls .cta .content{
		margin-bottom: 50px;
	}
	
	/* FOOTER CSS */
	footer .logo img{
		width: 250px;
	}
	
}

@media(min-width:1400px){
	#navMain .logo img{
		width: 315px;
	}
	#navMain nav > div > a{
		padding: 0 25px;
		font-size: 16px;
		letter-spacing: 2px;
	}
	#navMain nav > div:last-child > a{
		padding: 0 0 0 25px;
	}
	#navMain nav > div:last-child > a:before{
		width: calc(100% + 25px);
	}
	
	/* FOOTER CSS */
	footer .logo img{
		width: 300px;
	}
	footer .logos img{
		height: 60px;
	}
	
}

@media(min-width:1600px){
	.remodal{
		max-width: 1050px !important;
	}
	.remodal.xl{
		max-width: 80% !important;
	}
	#navMain nav > div > a{
		padding: 0 30px;
	}
	#navMain nav > div:last-child > a{
		padding: 0 0 0 30px;
	}
	#navMain nav > div:last-child > a:before{
		width: calc(100% + 30px);
	}
	
}

@media(min-width:1800px){
	.remodal{
		max-width: 1200px !important;
	}	
	#navMain nav > div > a{
		padding: 0 35px;
	}
	#navMain nav > div:last-child > a{
		padding: 0 0 0 35px;
	}
	#navMain nav > div:last-child > a:before{
		width: calc(100% + 35px);
	}
	
}


/*************** Typography Styles ***************/

body{
	font-family: 'Lato', sans-serif !important;
	font-size: 14px !important;
	color: #646464 !important;
	font-weight: 400 !important;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0 !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}
.flex-1{
	flex: 1;
}
.text-block.sm .block{
	max-width: 600px;
}
.text-block.lg .block{
	max-width: 800px;
}
.text-block.xl .block{
	max-width: 1000px;
}
.lead{
	font-size: 16px !important;
}
.lead.lg,
.lead.xl{
	font-size: 20px !important;
}
.text-xs{
	font-size: 10px !important;
}
.text-sm{
	font-size: 12px !important;
}
.ls1{
	letter-spacing: 1px;
}
.ls2{
	letter-spacing: 2px;
}
.ls3{
	letter-spacing: 3px;
}
h1.main,
h1 .main,
.h1.main,
.h1 .main,
h2.main,
h2 .main,
.h2.main,
.h2 .main,
h3.main,
h3 .main,
.h3.main,
.h3 .main,
.dynamicModal h4{
	font-size: 26px !important;
}
h1.main.lg span,
h1 .main.lg span,
.h1.main.lg span,
.h1 .main.lg span{
	font-size: 115%;
}
h1.main.xl span,
h1 .main.xl span,
.h1.main.xl span,
.h1 .main.xl span{
	font-size: 130%;
}

/* Phone (landscape) */
@media (min-width: 576px){
	.flex-sm-1{
		flex: 1;
	}
	.ls-sm-1{
		letter-spacing: 1px;
	}
	.ls-sm-2{
		letter-spacing: 2px;
	}
	.ls-sm-3{
		letter-spacing: 3px;
	}
	.lead.xl{
		font-size: 24px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main,
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.dynamicModal h4{
		font-size: 30px !important;
	}
	h1.main.lg span,
	h1 .main.lg span,
	.h1.main.lg span,
	.h1 .main.lg span{
		font-size: 140%;
	}
	h1.main.xl span,
	h1 .main.xl span,
	.h1.main.xl span,
	.h1 .main.xl span{
		font-size: 160%;
	}
	

}

/* Tablet (portrait) */
@media(min-width:768px){
	.flex-md-1{
		flex: 1;
	}
	.ls-md-1{
		letter-spacing: 1px;
	}
	.ls-md-2{
		letter-spacing: 2px;
	}
	.ls-md-3{
		letter-spacing: 3px;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main,
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.dynamicModal h4{
		font-size: 32px !important;
	}
	h1.main.lg span,
	h1 .main.lg span,
	.h1.main.lg span,
	.h1 .main.lg span{
		font-size: 150%;
	}
	h1.main.xl span,
	h1 .main.xl span,
	.h1.main.xl span,
	.h1 .main.xl span{
		font-size: 170%;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	body{
		font-size: 15px !important;
	}
	.flex-lg-1{
		flex: 1;
	}
	.lead{
		font-size: 18px !important;
	}
	.lead.lg{
		font-size: 22px !important;
	}
	.lead.xl{
		font-size: 26px !important;
	}
	.ls-lg-1{
		letter-spacing: 1px;
	}
	.ls-lg-2{
		letter-spacing: 2px;
	}
	.ls-lg-3{
		letter-spacing: 3px;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main,
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.dynamicModal h4{
		font-size: 36px !important;
	}
	h1.main.lg span,
	h1 .main.lg span,
	.h1.main.lg span,
	.h1 .main.lg span{
		font-size: 160%;
	}
	h1.main.xl span,
	h1 .main.xl span,
	.h1.main.xl span,
	.h1 .main.xl span{
		font-size: 180%;
	}
	
}

/* Desktop */
@media(min-width:1200px){
	body{
		font-size: 16px !important;
	}
	.flex-xl-1{
		flex: 1;
	}
	.lead{
		font-size: 20px !important;
	}
	.lead.lg{
		font-size: 24px !important;
	}
	.lead.xl{
		font-size: 30px !important;
	}
	.text-xs{
		font-size: 12px !important;
	}
	.text-sm{
		font-size: 14px !important;
	}
	.card-columns.four{
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.ls-xl-1{
		letter-spacing: 1px;
	}
	.ls-xl-2{
		letter-spacing: 2px;
	}
	.ls-xl-3{
		letter-spacing: 3px;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main,
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.dynamicModal h4{
		font-size: 40px !important;
	}
	
}

@media(min-width:1400px){
	
	h1.main.lg span,
	h1 .main.lg span,
	.h1.main.lg span,
	.h1 .main.lg span{
		font-size: 170%;
	}
	h1.main.xl span,
	h1 .main.xl span,
	.h1.main.xl span,
	.h1 .main.xl span{
		font-size: 190%;
	}
	
}

@media(min-width:1600px){
	
	
}

@media(min-width:1800px){
	
	
}

.fLato{
	font-family: 'Lato', sans-serif !important;
}
.fCrimson{
	font-family: 'Lato', sans-serif !important;
}
.f200{
	font-weight: 200 !important;
}
.f300{
	font-weight: 300 !important;
}
.f400{
	font-weight: 400 !important;
}
.f500{
	font-weight: 500 !important;
}
.f600{
	font-weight: 600 !important;
}
.f700{
	font-weight: 700 !important;
}
.f800{
	font-weight: 800 !important;
}
.f900{
	font-weight: 900 !important;
}
.smlh{
	line-height: .8 !important;
}
.plh{
	line-height: 1 !important;
}
.mlh{
	line-height: 1.2 !important;
}
.slh{
	line-height: 1.4 !important;
}
.tlh{
	line-height: 1.6 !important;
}
.ls0{
	letter-spacing: 0;
}
.ls1{
	letter-spacing: 1px;
}
.ls2{
	letter-spacing: 2px;
}
.ls3{
	letter-spacing: 3px;
}
.text-black{
	color: #000 !important;
}
.text-white a,
a.text-white{
	color: #FFF !important;
}
.text-lightest-gray{
	color: #EFEFEF !important;
}
.text-lighter-gray{
	color: #C8C8C8 !important;
}
.text-light-gray{
	color: #969696 !important;
}
.text-gray,
.text-gray a,
a.text-gray{
	color: #646464 !important;
}
.text-dark-gray,
.text-dark-gray a,
a.text-dark-gray{
	color: #323232 !important;
}
.text-orange,
.text-orange a,
a.text-orange,
.text-turquoise.link.orange a:hover,
.text-turquoise.link.orange a:focus,
a.text-turquoise.link.orange:hover,
a.text-turquoise.link.orange:focus,
.text-gray.link.orange a:hover,
.text-gray.link.orange a:focus,
a.text-gray.link.orange:hover,
a.text-gray.link.orange:focus,
.text-dark-gray.link.orange a:hover,
.text-dark-gray.link.orange a:focus,
a.text-dark-gray.link.orange:hover,
a.text-dark-gray.link.orange:focus,
.text-lightest-gray.link.orange a:hover,
.text-lightest-gray.link.orange a:focus,
a.text-lightest-gray.link.orange:hover,
a.text-lightest-gray.link.orange:focus{
	color: #00FFFF !important;
}
.dynamicModal h4{
	color: #000 !important;
}
.text-turquoise,
.text-turquoise a,
a.text-turquoise,
.text-orange.link.turquoise a:hover,
.text-orange.link.turquoise a:focus,
a.text-orange.link.turquoise:hover,
a.text-orange.link.turquoise:focus,
.text-white.link.turquoise a:hover,
.text-white.link.turquoise a:focus,
a.text-white.link.turquoise:hover,
a.text-white.link.turquoise:focus{
	color: #00C8DC !important;
}
.text-midnight,
.text-midnight a,
a.text-midnight{
	color: #000 !important;
}
.text-shad{
	text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

/********************************************************** Helper Classes ******************************************************************/
hr{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.bord{
	height: 1px;
}
.bord.five{
	height: 5px;
}
.bord.min{
	width: 100px;
}
.bord.max{
	max-width: 350px;
}
.bord.w1200{
	max-width: 1200px;
}
.zIt{
	position: relative;
	z-index: 2;
}
.hrGray{
	border-color: #EFEFEF !important;
}
.modal-backdrop{
	opacity: .5 !important;
}
.modal-open{
	padding-right: 0 !important;
}
.jumbotron{
	margin-bottom: 0 !important;
}
.posRel{
	position: relative;
}
.pointer{
	cursor: pointer;
}
.hide{
	visibility: hidden;
}
input,
textarea,
select{
	border: 1px solid #EFEFEF !important;
	color: #00FFFF !important;
	font-weight: 700 !important;
	background-color: #FFF !important;
}
input:focus,
textarea:focus,
select:focus{
	border-color: transparent !important;
  	box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, .3) !important;
}
input[type="checkbox"] + span,
input[type="checkbox"] + label + span,
input[type="radio"] + label > span{
	cursor: pointer;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label + span,
input[type="radio"]:checked + label > span{
    color: #00FFFF !important;
}
label,
b,
strong{
	font-weight: 700 !important;
}
label{
	color: #000;
	text-transform: uppercase;
}
.asterisk,
label.error{
	color: #BF171A !important;		
}
label.error{
	position: absolute;
	font-size: 11px !important;
	margin: 0 !important;
}
#hiddenRecaptcha-error{
	top: 56px;
}
.input-group label.error{
	top: 34px;
	left: 0;
}
.input-group-lg label.error{
	top: 46px;
	left: 0;
}
.form-control::-moz-placeholder{
 	color: #EFEFEF !important;
	font-weight: 300 !important;
	font-style: italic !important;
}
.form-control:-ms-input-placeholder{
 	color: #EFEFEF !important;
	font-weight: 300 !important;
	font-style: italic !important;
}
.form-control::-webkit-input-placeholder{
  	color: #EFEFEF !important;
	font-weight: 300 !important;
	font-style: italic !important;
}
.btn,
.card,
.card-header,
.card-footer,
.alert,
.breadcrumb,
input,
textarea,
select,
.thumbnail,
.modal-content,
.card>.list-group:last-child .list-group-item:last-child,
.list-group-item,
.list-group-item:last-child{
	border-radius: 0 !important;
}
.btn{
	font-family: 'Lato', sans-serif;
	font-weight: 400 !important;
	font-style: italic !important;
	position: relative;
	transition: all .3s ease-in-out !important;
}
.btn:focus{
  	box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, .25) !important;
	outline: none !important;
}
.btn::before,
.btn::after,
.btn .btnContent::before, 
.btn .btnContent::after{
    content: "";
    position: absolute;
	background-color: #00C8DC;
    transition: all .1s linear;
}
.btn::before,
.btn::after{
  width: 0;
  height: 5px;
}
.btn .btnContent::before, 
.btn .btnContent::after{
  width: 5px;
  height: 0;
}
.btn:hover::before,
.btn:hover::after{
  width: calc(100% + 1px);
}
.btn:hover .btnContent::before,
.btn:hover .btnContent::after{
  height: calc(100% + 1px);
}
.btn::after,
.btn:hover .btnContent::before{
  transition-delay: .3s;
}
.btn .btnContent::after,
.btn:hover::before{
  transition-delay: .2s;
}
.btn::before,
.btn:hover .btnContent::after{
  transition-delay: .1s;
}
.btn .btnContent::before,
.btn:hover::after{
  transition-delay: 0s;
}
.btn::after{
  left: -3px;
  bottom: -3px;
}
.btn .btnContent::after{
  right: -3px;
  bottom: -3px
}
.btn::before{
  right: -3px;
  top: -3px;
}
.btn .btnContent::before{
  left: -3px;
  top: -3px;
}
.btnMain{
	border: 1px solid #00C8DC !important;
}
.btnMain .btnContent{
	color: #00C8DC !important;
}
.btnBlack{
	border: 1px solid #FFF !important;
	background-color: #000 !important;
	color: #FFF !important;
}
::selection{
	background: #00C8DC;
	color: #FFF;
}
::-moz-selection{
	background: #00C8DC;
	color: #FFF;
}
::-webkit-selection{
	background: #00C8DC;
	color: #FFF;
}
.googleCaptcha{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
	transform-origin: 0 0 !important;
	-webkit-transform-origin: 0 0 !important;
}
.grecaptcha-badge{
	z-index: 1999;
	visibility: hidden;
}
.slick-slide,
.slick-slide a,
.hamburger{
	outline: none !important;
}
.blueimp-gallery>.close,
.blueimp-gallery>.prev,
.blueimp-gallery>.next{
    color: #FFF !important;
}
.checkBox,
.radioItem{
	position: relative;
}
.checkBox label,
.radioItem label{
	cursor: pointer;
}
.checkBox label.error,
.radioItem label.error{
	top: 25px;
	left: 0;
}
.checkBox.top label.error,
.radioItem.top label.error{
	top: -15px;
}
.checkBox .fa-stack,
.radioItem .fa-stack,
.svg-inline--fa.fa-stack-1x{
	width: 32px;
}
.checkBox .fa-stack,
.radioItem .fa-stack{
	height: auto;
	color: #00FFFF;
}
.checkBox input[type="checkbox"],
.radioItem input[type="radio"],
.checkBox input[type="checkbox"] + label .fa-check-square,
.radioItem input[type="radio"] + label .fa-check-circle,
.checkBox input[type="checkbox"] + label + label .fa-check-square
.radioItem input[type="radio"] + label + label .fa-check-circle{
	display: none;
}
.checkBox input[type="checkbox"]:checked + label .fa-check-square,
.radioItem input[type="radio"]:checked + label .fa-check-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-check-square,
.radioItem input[type="radio"]:checked + label + label .fa-check-circle{
	display: inline-block;
	color: #00FFFF;
}
.checkBox input[type="checkbox"]:checked + label span:last-child,
.radioItem input[type="radio"]:checked + label span:last-child,
.checkBox input[type="checkbox"]:checked + label + label span:last-child,
.radioItem input[type="radio"]:checked + label + label span:last-child{
	display: inline-block;
	color: #00FFFF;
}
.checkBox input[type="checkbox"]:checked + label .fa-square,
.radioItem input[type="radio"]:checked + label .fa-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-square,
.radioItem input[type="radio"]:checked + label + label .fa-circle{
	display: none;
}
.gj-picker{
	z-index: 9999999999 !important;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
    background-color: #00FFFF !important;
    border-color: #00FFFF !important;
}
.gj-picker-bootstrap table tr td.today div{
    background-color: #00FFFF !important;
}
.bg-lightest-gray{
	background-color: #EFEFEF !important;
}
.bg-lighter-gray{
	background-color: #C8C8C8 !important;
}
.bg-light-gray{
	color: #969696 !important;
}
.bg-dark-gray{
	color: #323232 !important;
}
.bg-black{
	background-color: #000 !important;
}
.bg-turquoise{
	background-color: #00C8DC !important;
}
.bg-orange{
	background-color: #00C8DC !important;
}
.bg-midnight{
	background-color: #000 !important;
}
.pswp__bg{
	opacity: .9 !important;
}
.pswp__caption{
	background-color: #FFF !important;
}
.pswp__caption__center{
	max-width: 100% !important;
	text-align: center !important;
	font-size: 12px !important;
	color: #00FFFF !important;
	font-weight: 700;
}
@media(min-width:768px){
	.pswp__caption__center{
		padding: 15px !important;
		font-size: 14px !important;
	}
}
@media(min-width:992px){
	.pswp__caption__center{
		max-width: 90% !important;
		padding: 20px !important;
		font-size: 16px !important;
	}
}
@media(min-width:1200px){
	.pswp__caption__center{
		max-width: 85% !important;
		padding: 25px !important;
		font-size: 18px !important;
	}
}
@media(min-width:1600px){
	.pswp__caption__center{
		padding: 30px !important;
		font-size: 20px !important;
	}
}

body .uwy.userway_p1 .userway_buttons_wrapper {
    top: auto !important;
    bottom: 15px !important;
}

/**   
#EFEFEF - Lightest Gray
#C8C8C8 - Extra Light Gray
#969696 - Light Gray
#646464 - Gray
#323232 - Dark Gray
#00FFFF - Orange
#00C8DC - Turqoise
#000 - Midnight

rgba(239, 239, 239, 1) - Lightest Gray
rgba(200, 200, 200, 1) - Extra Light Gray
rgba(150, 150, 150, 1) - Light Gray
rgba(100, 100, 100, 1) - Gray
rgba(50, 50, 50, 1) - Dark Gray
rgba(0, 255, 255, 1) - Orange
rgba(0, 255, 255, 1) - Turqoise
rgba(7, 30, 34, 1) - Midnight
**/