/* CSS Document */

/**   
#007DB6 - blue
#09AFFF - light blue
#003766 - dark blue
**/

html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	color: #000 !important;
	padding: 0 !important;
	overflow: visible !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	position: relative;
}
[data-canvas=container]{
	background-color: #FFF !important;
	padding-top: 100px !important;
	min-height: inherit !important;
	height: auto !important;
    -webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
#navMain-sticky-wrapper{
    display: none;
}
.cd-top{
	bottom: 10px;
	right: 10px;
	font-size: 36px;
	z-index: 1000;
}
.cd-top i{
	color: #007DB6;
	transition:all 0.3s ease;
}
.cd-top i:hover{
	color: #09AFFF;
}
img{
	border: 0px;
}
p{
	margin: 0 !important;
	padding: 0 !important;
}
a{
	transition: all 0.3s ease;	
}
a:hover,
a:focus{
	text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Montserrat-Bold', sans-serif !important;
	font-weight: inherit !important;
}
.modal{
	z-index: 99999999 !important;
}
.container,
.container-smooth{
	max-width: 1230px !important;
}
.container{
	position: relative;
}
.container.widish{
	max-width: 1430px !important;
}
.container.wide{
	max-width: 1630px !important;
}
.container.widest{
	max-width: 1830px !important;
}
.container-fluid{
	padding: 0 !important;
}
.remodal{
	max-width: 800px !important;
	text-align: left !important;
	padding: 20px !important;
}
.remodal.sm{
	max-width: 400px !important;
}
.remodal.clear{
	background: none !important;
	padding: 0 !important;
}
.remodal h2{
	margin-bottom: 15px !important;
	font-size: 22px;
	color: #007DB6;
}
.remodal-close{
	top: 3px !important;
	right: 3px !important;
	left: auto !important;
	font-size: 20px;
}
.remodal.clear .remodal-close{
	top: -40px !important;
	right: 0 !important;
}
.remodal-close:hover{
	color: #09AFFF !important;
}
.remodal-close:before{
	content: "" !important;
}
.skipNav{
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	background-color: red;
	text-align: left;
	overflow: hidden;
	z-index: 9999;
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 14px;
	padding: 5px 10px;
}
a.skipNav:active, 
a.skipNav:focus, 
a.skipNav:hover{
	left: 0; 
	top: 0;
	width: auto; 
	height: auto; 
	overflow: visible;
	color: #FFF;
}
#main-content{
	margin-top: 100px;
}
/* Offcanvas Nav Styles */

#mobileFDIC {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	z-index: 1001;
}
#mobileFDIC img {
	width: 365px;
}

#navMobile,
#navMobile .toggle,
#navMobile .logo{
	height: 60px;
}
#navMobile{
	position: fixed;
	top: 40px;
	width: 100%;
	background-color: #FFF;
	padding: 0 10px;
	box-shadow: 0 8px 8px -8px rgba(0,0,0,.5);
	z-index: 1001;
}
#navMobile .toggle,
#navMobile .logo{
	display: table;
}
#navMobile .toggle > div,
#navMobile .logo > div{
	display: table-cell;
	vertical-align: middle;
}
#navMobile .logo{
	float: left;
}
#navMobile .logo img{
	width: 120px;
}
#navMobile .toggle{
	float: right;
	cursor: pointer;
}
#navMobile .toggle i{
	font-size: 44px;
	color: #007DB6;	
}
#sbNav{
	background: rgb(0,125,182);
	background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(0,125,182,1) 100%);
	background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
	background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#007DB6',GradientType=0 );
	box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.5);	
	width: 300px;
}
#sbNav .logo{
	padding: 30px 0;
	text-align: center;
}
#sbNav .logo img{
	width: 200px;
}
#sbNav nav>div{
	border-top: 1px solid #09AFFF;
}
#sbNav nav>div:last-child{
	border-bottom: 1px solid #09AFFF;
}
#sbNav nav>div>a,
#sbNav nav .dropdown>a,
#sbNav nav button{
	display: block;
	padding: 10px 15px;
	font-family: 'Montserrat-Semi-Bold', sans-serif;
	font-size: 17px;
	color: #FFF;
	text-transform: uppercase;
}
#sbNav nav button{
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
}
#sbNav nav>div>a:hover,
#sbNav nav>div>a:focus,
#sbNav nav .dropdown>a:hover,
#sbNav nav .dropdown>a:focus,
#sbNav nav>.dropdown.open>a{
	background-color: #09AFFF;
	color: #FFF;
	box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.5);
}
#sbNav nav .dropdown>a i{
	float: right;
	position: relative;
	top: 3px;
	color: #FFF;
	transition: all .3s ease;
}
#sbNav nav .dropdown>a:hover i,
#sbNav nav .dropdown>a:focus i,
#sbNav nav .dropdown.open>a i{
	color: #FFF;
}
#sbNav nav .dropdown .dropdown-menu{
	position: relative;
	width: 100%;
	border: none;
	border-radius: 0;
	float: none;
	margin: 0;
	top: 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.5);
}
#sbNav nav .dropdown .dropdown-menu .link{
	border-bottom: 1px solid #EEE;
}
#sbNav nav .dropdown .dropdown-menu .link:last-child{
	border-bottom: none;
}
#sbNav nav .dropdown .dropdown-menu .link a,
#sbNav nav .dropdown .dropdown-menu button{
	display: block;
	padding: 10px 15px;
	font-family: 'Montserrat-Semi-Bold', sans-serif;
	font-size: 14px;
	color: #007DB6;
	text-transform :uppercase;
}
#sbNav nav .dropdown .dropdown-menu button{
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	transition: all .3s ease;
	outline: none;
}
#sbNav nav .dropdown .dropdown-menu .link a:hover,
#sbNav nav .dropdown .dropdown-menu .link a:focus,
#sbNav nav .dropdown .dropdown-menu button:hover,
#sbNav nav .dropdown .dropdown-menu button:focus{
	background-color: #EEE;
	color: #007DB6;
	box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.5);
}
#sbNav .info,
#sbNav .bankingLogin,
#sbNav .search{
	padding: 30px 15px;
}
#sbNav .bankingLogin{
	padding: 0 15px 30px;
}
#sbNav .bankingLogin h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px !important;
}
.bankingLogin h3{
	font-family: 'Montserrat-Bold', sans-serif !important;
	color: #FFF;
}
.bankingLogin input,
#sbNav .search input{
	border: none !important;
	box-shadow: none !important;
}
.bankingLogin > div > .login .input-group .btn,
#sbNav .search .input-group .btn{
	border-left: 1px solid #DDD !important;
}
#sbNav .search .input-group .btn{
	border-top: 1px solid #FFF !important;
	border-bottom: 1px solid #FFF !important;
}
#sbNav .social{
	padding: 0 15px 30px;
}
#sbNav .social span{
	background-color: #FFF;
}
#sbNav .social span a{
	color: #007DB6;
}
.social{
	line-height: 1;
}
.social span{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
}
.social span a{
	display: inline-block;
	font-size: 22px;
}
.social span a i{
	position: relative;
	top: 1px;
}
.findatm{
	display: inline-block;
}
#sbNav .findatm{
	margin-left: 20px;
}
#sbNav .findatm img{
	width: 80px;
}
/* End Offcanvas Nav Styles */
#rotator,
#rotator .image{
	position: relative;
	overflow: hidden;
	width: 100%;
}
#rotator .image .slide{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
#rotator .image .slide img{
	width: 100%;
	height: auto;
}
#actionCalls{
	padding: 90px 0 45px;
	background-color: #003766;
}
#actionCalls .cta{
	margin: 0 auto 90px;
}
#actionCalls .cta.one{
	margin: 0 auto;
}
#actionCalls .cta a{
	display: block;
	padding: 62px 25px 35px;
	width: 280px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
	color: #003766;
	position: relative;
}
#actionCalls .cta h3{
	font-size: 20px;
	line-height: 1;
}
#actionCalls .cta .icon{
	height: 82px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: -45px;
	left: 0;
}
#actionCalls .cta.one .icon{
	background: url(../images/icon-cta1.png) no-repeat center;
	background-size: contain;
}
#actionCalls .cta.two .icon{
	background: url(../images/icon-cta2.png) no-repeat center;
	background-size: contain;
}
#actionCalls .cta.three .icon{
	background: url(../images/icon-cta3.png) no-repeat center;
	background-size: contain;
}
#actionCalls .cta.four .icon{
	background: url(../images/icon-cta4.png) no-repeat center;
	background-size: contain;
}
#actionCalls .cta .border{
	margin: 15px auto;
	width: 60%;
	height: 2px;
	background-color: #007DB6;
}
#actionCalls .cta .txt{
	padding: 0 5px;
}
#homeText{
	padding: 45px 0;
}
#homeText .content{
	padding: 0 15px;
	text-align: center;
}
#homeText .content .icon{
	background: url(../images/icon-people.jpg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 80px;
}
#homeText .content h1{
	font-size: 25px;
	color: #003766;
	line-height: 1;
}
#homeText .content h1 > div:first-child,
#homeText .content h1 > div:last-child{
	height: 2px;
	width: 250px;
	background-color: #007DB6;
	margin: 0 auto;
}
#homeText .content h1 > div:nth-child(2){
	margin: 10px 0;
}
#homeText .content .txt{
	margin-top: 20px;
	font-family: 'Montserrat-Semi-Bold', sans-serif;
	font-size: 16px;
	line-height: 1.8;
}
#homeCTAs{
	padding: 98px 0 45px;
}
#homeCTAs .cta{
	margin-bottom: 98px;
}
#homeCTAs .cta:nth-child(3){
	margin-bottom: 0;
}
#homeCTAs .cta a{
	display: block;
	width: 280px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.85);
	padding: 67px 15px 30px;
	position: relative;
	text-align: center;
	color: #000;
}
#homeCTAs .cta .icon{
	position: absolute;
	top: -54px;
	left: 0;
	width: 100%;
	height: 100px;
}
#homeCTAs .cta.one .icon{
	background: url(../images/icon-ctab1.png) no-repeat center;
	background-size: contain;
}
#homeCTAs .cta.two .icon{
	background: url(../images/icon-ctab2.png) no-repeat center;
	background-size: contain;
}
#homeCTAs .cta.three .icon{
	background: url(../images/icon-ctab3.png) no-repeat center;
	background-size: contain;
}
#homeCTAs .cta h3{
	font-size: 20px;
	line-height: 1;
	color: #003766;
}
#homeCTAs .cta .txt{
	margin: 15px 0 20px;
}
#homeCTAs .cta .btn{
	padding: 10px 30px !important;
	font-size: 20px;
}
#homeOB{
	padding: 45px 0;
}
#homeOB .content{
	padding: 0 15px;
	text-align: center;
}
#homeOB .content .button .btn{
	padding: 7px 0 0 !important;
	height: 140px;
	width: 140px;
	margin: 0 auto;
	border-radius: 140px !important;
	display: table;
	font-family: 'Montserrat-Bold', sans-serif !important;
	font-size: 28px;
	line-height: 1.1;
}
#homeOB .content .button .btn > div{
	display: table-cell;
	vertical-align: middle;
}
#homeOB .content .txt{
	margin-top: 25px;
}
#homeOB .content .txt h2{
	font-size: 30px;
	color: #003766;
	line-height: 1;
}
#homeOB .content .txt > div{
	margin-top: 10px;
	font-family: 'Montserrat-Semi-Bold', sans-serif;
	line-height: 1.8;
}
#locationsSec{
	padding: 45px 0;
	background: url(../images/bg-locations.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
#locationsSec h2{
	font-size: 22px;
	color: #FFF;
	text-align: center;
}
#locationsSec .carousel{
	margin-top: 30px;
}
#locationsSec .carousel .slides .slick-list{
	overflow: visible;
}
#locationsSec .carousel .slides .item a{
	display: block;
	width: 280px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 20px;
	height: 372px;
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 14px;
	color: #000;
}
#locationsSec .carousel .slides .item a .title{
	font-family: 'Montserrat-Semi-Bold', sans-serif;
	font-size: 20px;
	color: #003766;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	display: table;
	height: 36px;
	width: 100%;
}
#locationsSec .carousel .slides .item a .title > div{
	display: table-cell;
	vertical-align: middle;
}
#locationsSec .carousel .slides .item a .border{
	margin: 10px auto 18px;
	width: 60%;
	height: 2px;
	background-color: #007DB6;
}
#locationsSec .carousel .slides .item a .info > div:first-child{
	margin-bottom: 15px;
}
#locationsSec .carousel .slides .item a .info > div > div{
	float: left;
}
#locationsSec .carousel .slides .item a .info > div > div:first-child,
#locationsSec .carousel .slides .item a .info span{
	width: 36px;
}
#locationsSec .carousel .slides .item a .info > div > div:nth-child(2),
#locationsSec .carousel .slides .item a .info span{
	height: 36px;
}
#locationsSec .carousel .slides .item a .info > div > div:nth-child(2){
	display: table;
	width: 204px;
	line-height: 1.1;
}
#locationsSec .carousel .slides .item a .info > div > div:nth-child(2) > div{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 2px;
}
#locationsSec .carousel .slides .item a .info > div > div:last-child{
	float: none;
}
#locationsSec .carousel .slides .item a .info > div:last-child span{
	margin-right: 7px;
}
#locationsSec .carousel .slides .item a .info span{
	display: inline-block;
	line-height: 36px;
	border-radius: 36px;
	padding-top: 1px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background: rgb(0,125,182);
	background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(0,125,182,1) 100%);
	background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
	background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#007DB6',GradientType=0 );
}
#locationsSec .carousel .slides .item a .image{
	margin-top: 15px;
	height: 160px;
}
.wellLocate{
	width: 300px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
    background: rgba(255,255,255,.9);
	box-shadow: 1px 2px 5px rgba(0,0,0,.2);
}
#locationForm h1,
#locationForm h1 i{
	color: #007DB6 !important;
}
#locationForm h1{
	text-transform: uppercase;
	text-align: center;
}
#locationForm h1 > div:first-child{
	font-size: 29px;
	line-height: .5;
	margin-bottom: 5px;
}
#locationForm h1 > div:nth-child(2){
	font-size: 18px;
	line-height: 1;
}
#locationForm h1 i{
	position: relative;
	top: -1px;
}
#locationForm .input-group{
	margin-top: 10px;
}
#locationForm .input-group .btn{
	font-size: 16px;
}

/* FOOTER CSS */
footer{
	background-color: #003766;
	padding: 45px 0;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}
footer .logo img{
	width: 250px;
}
footer nav.main,
footer .social{
	margin: 30px 0;
}
footer nav.main span,
footer nav span a:hover,
footer nav span a:focus{
	color: #FFF;
}
footer nav.sub span,
footer nav span a{
	color: #FFF;
}
footer nav span{
	margin: 0 2px;
	font-size: 12px;
}
footer nav.main span{
	font-family: 'Montserrat-Semi-Bold', sans-serif;
}
footer nav.sub{
	margin: 30px 0 0;
}
footer .social span{
	display: inline-block;
	margin-right: 12px;
	background: rgb(0,125,182);
	background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(0,125,182,1) 100%);
	background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
	background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#007DB6',GradientType=0 );
	transition: all .2s linear;
	cursor: pointer;
}
footer .social span a{
	color: #FFF;
}
footer .social span:last-child{
	margin-right: 0;
}
footer .logos span{
	display: inline-block;
}
footer .logos span{
	margin-right: 15px;
}
footer .logos span:last-child{
	margin-right: 0;
}
footer .logos span img{
	height: 40px;
}
footer .built,
footer .built a{
	color: #FFF;
}
footer .built{
	margin-top: 30px;
	font-family: 'Montserrat-Medium', sans-serif;
	font-size: 9px;
	line-height: 1;
}
footer .built > span:nth-child(2){
	margin: 0 1px;
}
footer .built a:hover,
footer .built a:focus{
	color: #FF9900;
	text-decoration: none;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Tablet (portrait) */
@media(min-width:768px){
	.cd-top {
		font-size: 44px;
	}
	.remodal h2{
		font-size: 26px;
	}
	#actionCalls{
		padding: 0 0 45px;
		background-color: transparent;
		position: relative;
		z-index: 999;
	}
	#actionCalls .cta,
	#actionCalls .cta.one{
		margin: 0;
	}
	#actionCalls .cta{
		float: left;
		width: 25%;
		margin: 0;
	}
	#actionCalls .cta a{
		padding: 40px 0 0;
		width: 100%;
	}
	#actionCalls .cta h3{
		font-size: 14px;
	}
	#actionCalls .cta .icon{
		height: 55px;
		top: -30px;
	}
	#actionCalls .cta .border{
		margin: 10px auto;
		width: 50%;
	}
	#actionCalls .cta .txt{
		padding: 0 20px;
		font-size: 12px;
	}
	#swoosh{
		background: url(../images/swoosh.jpg) no-repeat center;
		background-size: contain;
		width: 100%;
		height: 70px;
	}
	#homeText{
		padding: 45px 0 55px
	}
	#homeText .content{
		padding: 0;
		width: 80%;
		margin: 0 auto;
	}
	#homeText .content h1 > div:first-child,
	#homeText .content h1 > div:last-child{
		width: 300px;
	}
	#homeText .content h1 > div:nth-child(2){
		margin: 12px 0;
	}
	#homeText .content .txt{
		font-size: 14px;
	}
	#homeCTAs{
		padding: 97px 0 55px;
	}
	#homeCTAs .cta{
		float: left;
		width: 33.333333%;
		margin-bottom: 0;
	}
	#homeCTAs .cta a{
		width: 230px;
		padding: 56px 15px 30px;
	}
	#homeCTAs .cta .icon{
		top: -43px;
		height: 80px;
	}
	#homeCTAs .cta h3{
		display: table;
		width: 100%;
		height: 36px;
		font-size: 18px;
	}
	#homeCTAs .cta h3 > div{
		display: table-cell;
		vertical-align: middle;
	}
	#homeCTAs .cta .txt{
		font-size: 12px;
	}
	#homeCTAs .cta .btn{
		font-size: 18px;
	}
	#homeOB{
		padding: 55px 0;
	}
	#homeOB .content{
		padding: 0;
		width: 600px;
		margin: 0 auto;
		text-align: left;
	}
	#homeOB .content .button,
	#homeOB .content .txt{
		float: left;
	}
	#homeOB .content .button .btn{
		margin: 0;
	}
	#homeOB .content .txt{
		width: 460px;
		padding: 5px 0 0 25px;
		margin-top: 0;
	}
	#homeOB .content .txt h2{
		font-size: 24px;
	}
	#homeOB .content .txt > div{
		margin-top: 5px;
	}
	#locationsSec{
		padding: 55px 0;
	}
	#locationsSec h2{
		font-size: 26px;
	}
	#locationsSec .carousel{
		margin-top: 0;
	}
	#locationsSec .carousel .controls{
		margin: 15px 0 42px;
		text-align: center;
	}
	#locationsSec .carousel .controls i{
		margin: 0 10px;
		font-size: 40px;
		color: #FFF;
	}
	#locationsSec .carousel .slides .item a{
		width: 200px;
		padding: 10px;
		height: 270px;
		font-size: 11px;
	}
	#locationsSec .carousel .slides .item a .title{
		font-size: 14px;
		height: 30px;
	}
	#locationsSec .carousel .slides .item a .border{
		margin: 7px auto 13px;
	}
	#locationsSec .carousel .slides .item a .info > div:first-child{
		margin-bottom: 7px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:first-child,
	#locationsSec .carousel .slides .item a .info span{
		width: 30px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2),
	#locationsSec .carousel .slides .item a .info span{
		height: 30px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2){
		width: 150px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2) > div{
		padding-left: 5px;
	}
	#locationsSec .carousel .slides .item a .info > div:last-child span{
		margin-right: 2px;
	}
	#locationsSec .carousel .slides .item a .info span{
		line-height: 30px;
		border-radius: 30px;
		font-size: 14px;
	}
	#locationsSec .carousel .slides .item a .image{
		margin-top: 10px;
		height: 120px;
	}
	#locationsSec .carousel .slides .item.slick-center a{
		transform: scale(1.13);
	}
	.wellLocate{
		width: 350px;
		padding: 20px;
	}
	.wellLocate #locationForm h1 > div:first-child{
		font-size: 34px;
	}
	.wellLocate #locationForm h1 > div:nth-child(2){
		font-size: 21px;
	}
	.wellLocate .alert{
		margin: 20px -20px -20px;
	}
	
	/* FOOTER CSS */
	/*[data-canvas=container]{
		padding-bottom: 450px !important;
	}*/
	footer nav{
		line-height: 1;
	}
	footer .logos span:first-child{
		display: inline-block;
		margin-bottom: 0;
	}
	footer .logos span:first-child,
	footer .logos span:nth-child(2){
		margin-right: 15px;
	}
	footer .logos span:first-child img{
		width: 196px;
		height: 70px;
	}
	footer .logos span:nth-child(2) img{
		width: 70px;
		height: 70px;
	}
	footer .logos span:last-child img{
		width: 87px;
		height: 70px;
	}
	footer .built{
		font-size: 11px;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	body{
		font-size: 15px !important;
	}
	.remodal h2{
		font-size: 30px;
	}
	#actionCalls{
		padding: 0 0 55px;
	}
	#actionCalls .cta a{
		padding: 56px 0 0;
	}
	#actionCalls .cta h3{
		font-size: 18px;
	}
	#actionCalls .cta .icon{
		height: 70px;
		top: -38px;
	}
	#actionCalls .cta .border{
		margin: 12px auto;
		width: 45%;
	}
	#actionCalls .cta .txt{
		padding: 0 30px;
		font-size: 13px;
	}
	#swoosh{
		height: 80px;
	}
	#homeText{
		padding: 55px 0 65px;
	}
	#homeText .content{
		width: 70%;
	}
	#homeText .content .icon{
		height: 90px;
	}
	#homeText .content h1{
		font-size: 28px;
	}
	#homeText .content h1 > div:first-child,
	#homeText .content h1 > div:last-child{
		width: 340px;
	}
	#homeText .content h1 > div:nth-child(2){
		margin: 15px 0;
	}
	#homeText .content .txt{
		font-size: 16px;
	}
	#homeCTAs{
		padding: 123px 0 65px;
	}
	#homeCTAs .cta a{
		width: 280px;
		padding: 77px 25px 40px;
	}
	#homeCTAs .cta .icon{
		top: -59px;
		height: 110px;
	}
	#homeCTAs .cta h3{
		height: 40px;
		font-size: 20px;
	}
	#homeCTAs .cta .txt{
		font-size: 13px;
	}
	#homeCTAs .cta .btn{
		padding: 10px 35px !important;
		font-size: 20px;
	}
	#homeOB{
		padding: 65px 0;
	}
	#homeOB .content{
		width: 700px;
	}
	#homeOB .content .button .btn{
		padding: 7px 0 0 !important;
		height: 150px;
		width: 150px;
		border-radius: 150px !important;
		font-size: 30px;
	}
	#homeOB .content .txt{
		width: 550px;
		padding: 7px 0 0 30px;
		font-size: 16px;
	}
	#homeOB .content .txt h2{
		font-size: 28px;
	}
	#homeOB .content .txt > div{
		margin-top: 7px;
	}
	#locationsSec{
		padding: 65px 0;
	}
	#locationsSec h2{
		font-size: 28px;
	}
	#locationsSec .carousel .controls{
		margin: 17px 0 46px;
	}
	#locationsSec .carousel .controls i{
		margin: 0 12px;
		font-size: 46px;
	}
	#locationsSec .carousel .slides .item a{
		width: 260px;
		padding: 15px;
		height: 340px;
		font-size: 13px;
	}
	#locationsSec .carousel .slides .item a .title{
		font-size: 18px;
		height: 40px;
	}
	#locationsSec .carousel .slides .item a .border{
		margin: 9px auto 15px;
	}
	#locationsSec .carousel .slides .item a .info > div:first-child{
		margin-bottom: 10px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:first-child,
	#locationsSec .carousel .slides .item a .info span{
		width: 34px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2),
	#locationsSec .carousel .slides .item a .info span{
		height: 34px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2){
		width: 150px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2) > div{
		padding-left: 5px;
	}
	#locationsSec .carousel .slides .item a .info > div:last-child span{
		margin-right: 2px;
	}
	#locationsSec .carousel .slides .item a .info span{
		line-height: 34px;
		border-radius: 34px;
		font-size: 16px;
	}
	#locationsSec .carousel .slides .item a .image{
		margin-top: 15px;
		height: 150px;
	}
	.wellLocate{
		width: 400px;
		padding: 25px;
	}
	.wellLocate #locationForm h1 > div:first-child{
		font-size: 38px;
	}
	.wellLocate #locationForm h1 > div:nth-child(2){
		font-size: 24px;
	}
	.wellLocate .alert{
		margin: 25px -25px -25px;
	}
	
	/* FOOTER CSS */
	/*[data-canvas=container]{
		padding-bottom: 471px !important;
	}*/
	footer{
		padding: 55px 0;
	}
	footer nav span{
		margin: 0 3px;
		font-size: 13px;
	}
	
}

/* Desktop */
@media(min-width:1200px){
	body{
		font-size: 16px !important;
	}
	[data-canvas=container]{
		padding-top: 222px !important;
	}
	.cd-top {
		right: 20px;
		font-size: 50px;
	}
	.remodal{
		padding: 30px !important;
	}
	.remodal h2{
		font-size: 36px;
	}
	.social span a,
	.search span{
		display: inline-block;
		font-size: 22px;
	}
	.social span a i,
	.search span i{
		position: relative;
		top: 1px;
		color: #FFF;
	}
	.social span,
	.search span{
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		text-align: center;
		background: rgb(0,125,182);
		background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(0,125,182,1) 100%);
		background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
		background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#007DB6',GradientType=0 );
		transition: all .2s linear;
		cursor: pointer;
	}
	.social span:hover,
	.search span:hover{
		transform: rotate(360deg);
	}
	.social span a{
		color: #FFF;
	}
    #navMain-sticky-wrapper{
        display: block;
    }
	header,
	#navMain-sticky-wrapper{
		position: absolute;
		width: 100% !important;
	}
	#navMain-sticky-wrapper.is-sticky #navMain{
		box-shadow: 0 0 10px rgba(0,0,0,.3);
	}
	header,
	#navMain{
		background-color: #FFF;
	}
	header,
	header .logo{
		height: 154px;
	}
	header{
		top: 0;
		width: 100%;
		z-index: 1002 !important;
	}
	header .fdic {
		position: absolute;
		top: 6px;
		left: 15px;
	}
	header .fdic img {
		width: 390px;
	}
	header .logo,
	header .info{
		float: left;
	}
	header .logo,
	header .info .bankingLogin{
		display: table;
	}
	header .logo > div,
	header .info .bankingLogin > div{
		display: table-cell;
	}
	header .logo > div{
		vertical-align: bottom;
	}
	header .logo{
		width: 33%;
	}
	header .logo img{
		width: 275px;
	}
	header .info{
		width: 67%;
		text-align: right;
	}
	header .info nav,
	header .info .social,
	header .info .search,
	header .info nav > div,
	#navMain nav > div,
	header .info .bankingLogin > div > h3,
	header .info .bankingLogin > div > div{
		display: inline-block;
	}
	header .info .social{
		margin-left: 15px;
	}
	header .info .search{
		margin-left: 5px;
	}
	header .info nav > div{
		margin-left: 30px;
	}
	header .info nav > div:first-child{
		margin-left: 0;
	}
	header .info nav > div i,
	#navMain nav > div i{
		display: none;
	}
	header .info nav,
	header .info nav > div > a,
	header .info .social,
	header .info .search{
		line-height: 60px;
	}
	header .info nav > div,
	#navMain nav > div{
		cursor: pointer;
	}
	header .info nav > div > a,
	#navMain nav > div > a{
		color: #007DB6;
	}
	header .info nav > div > a{
		display: block;
		font-size: 16px;
	}	
	header .info nav button{
		background-color: transparent;
		border: none;
		width: 100%;
		padding: 0;
		color: #007DB6;
		transition: all .3s ease;
		outline: none;
	}
	header .info nav > div > a:hover,
	header .info nav > div > a:focus,
	header .info nav .dropdown:hover .dropdown-toggle,
	header .info nav .dropdown:focus .dropdown-toggle,
	#navMain nav > div > a:hover,
	#navMain nav > div > a:focus,
	#navMain nav .dropdown:hover .dropdown-toggle,
	#navMain nav .dropdown:focus .dropdown-toggle,
	header .info nav button:hover,
	header .info nav button:focus{
		color: #09AFFF;
	}
	header nav .dropdown .dropdown-menu,
	#navMain nav .dropdown .dropdown-menu{
		display: block;
		visibility: hidden;
		transition: none;
		opacity: 0;
		margin: 0;
		border-radius: 0;
		border: none;
		float: none;
		padding: 0;
		background: rgb(0,125,182);
		background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(0,125,182,1) 100%);
		background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
		background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#007DB6',GradientType=0 );
		box-shadow: 1px 2px 10px rgba(0,0,0,.5);
	}
	header nav .dropdown .dropdown-menu{
		min-width: 250px;
	}
	#navMain nav .dropdown .dropdown-menu{
		min-width: 280px;
	}
	header nav .dropdown:hover .dropdown-menu,
	#navMain nav .dropdown:hover .dropdown-menu{
		opacity: 1;
		visibility: visible;
	}
	header nav .dropdown .dropdown-menu .link,
	#navMain nav .dropdown .dropdown-menu .link{
		border-bottom: 1px solid #09AFFF;
	}
	header nav .dropdown .dropdown-menu .link:last-child,
	#navMain nav .dropdown .dropdown-menu .link:last-child{
		border-bottom: none;
	}
	header nav .dropdown .dropdown-menu a,
	#navMain nav .dropdown .dropdown-menu a,
	#navMain nav .dropdown .dropdown-menu button{
		display: block;
		width: 100%;
		padding: 10px 15px;
		font-family: 'Montserrat-Medium', sans-serif;
		font-size: 14px;
		color: #FFF;
		text-transform: uppercase;
		line-height: 1.2;
	}
	#navMain nav .dropdown .dropdown-menu button{
		background-color: transparent;
		border: none;
		width: 100%;
		text-align: left;
		transition: all .3s ease;
		outline: none;
	}
	header nav .dropdown .dropdown-menu a:hover,	
	header nav .dropdown .dropdown-menu a:focus,
	#navMain nav .dropdown .dropdown-menu a:hover,	
	#navMain nav .dropdown .dropdown-menu a:focus,
	#navMain nav .dropdown .dropdown-menu button:hover,
	#navMain nav .dropdown .dropdown-menu button:focus{
		background-color: #09AFFF;
	}
	header .info .bankingLogin,
	header .info .bankingLogin .bg{
		background: url(../images/bg-ob.jpg) repeat-x;
	}
	header .info .bankingLogin{
		width: 100%;
		height: 94px;
		position: relative;
		padding-top: 5px;
		box-shadow: inset 10px 0 15px -10px rgba(0,0,0,.5);
	}
	header .info .bankingLogin > div{
		vertical-align: middle;
	}
	header .info .bankingLogin > div > h3{
		position: relative;
		top: -15px;
		font-size: 26px;
	}
	header .info .bankingLogin > div > .login{
		width: 410px;
		margin-left: 57px;
	}
	header .info .bankingLogin .bg{
		position: absolute;
		top: 0;
		right: -1000%;
		width: 1000%;
		height: 100%; 
	}
	header .findatm{
		margin-left: 30px;
	}
	header .findatm img{
		height: 41px;
		position: relative;
		top: -4px;
	}
	#navMain-sticky-wrapper{
		top: 154px;
		z-index: 1001 !important;
	}
	#navMain{
		height: 68px;
		border-bottom: 2px solid #007DB6;
	}
	#navMain nav,
	#navMain nav > div,
	#navMain nav > div a{
		line-height: 68px;
	}
	#navMain nav{
		text-align: center;
	}
	#navMain nav > div{
		margin-right: 57px;
	}
	#navMain nav > div:last-child{
		margin-right: 0;
	}
	#navMain nav > div > a{
		font-family: 'Montserrat-Semi-Bold', sans-serif;
		font-size: 17px;
		display: block;
	}
	#rotator{
		max-height: 550px;
		min-height: 350px;
	}
	#rotator .image .slide img{
		min-height: 350px;	
	}
	#actionCalls{
		padding: 0 0 65px;
	}
	#actionCalls .cta{
		width: 250px;
		margin-right: 66.666666px;
	}
	#actionCalls .cta a{
		padding: 62px 0 0;
	}
	#actionCalls .cta a:hover,
	#actionCalls .cta a:focus{
		color: #09AFFF;
	}
	#actionCalls .cta h3{
		font-size: 22px;
	}
	#actionCalls .cta .icon{
		height: 82px;
		top: -45px;
		transition: all .3s ease;
	}
	#actionCalls .cta a:hover .icon,
	#actionCalls .cta a:focus .icon{
		transform: scale(1.08);
	}
	#actionCalls .cta .border{
		margin: 15px auto;
		width: 50%;
		transition: all .3s ease;
	}
	#actionCalls .cta a:hover .border,
	#actionCalls .cta a:focus .border{
		background-color: #09AFFF;
	}
	#actionCalls .cta .txt{
		padding: 0 20px;
		font-size: 14px;
	}
	#swoosh{
		height: 100px;
	}
	#homeText{
		padding: 55px 0 75px;
	}
	#homeText .content{
		width: 850px;
	}
	#homeText .content .icon{
		height: 100px;
	}
	#homeText .content h1{
		font-size: 32px;
	}
	#homeText .content h1 > div:first-child,
	#homeText .content h1 > div:last-child{
		width: 370px;
	}
	#homeText .content h1 > div:nth-child(2){
		margin: 17px 0;
	}
	#homeText .content .txt{
		margin-top: 25px;
		font-size: 18px;
	}
	#homeCTAs{
		padding: 145px 0 75px;
	}
	#homeCTAs .cta a{
		width: 320px;
		padding: 90px 30px 45px;
	}
	#homeCTAs .cta a:hover,
	#homeCTAs .cta a:focus{
		background-color: rgba(255,255,255,1);
	}
	#homeCTAs .cta .icon{
		top: -70px;
		height: 130px;
		transition: all .3s ease;
	}
	#homeCTAs .cta a:hover .icon,
	#homeCTAs .cta a:focus .icon{
		transform: scale(1.06);
	}
	#homeCTAs .cta h3{
		height: 44px;
		font-size: 22px;
		transition: all .3s ease;
	}
	#homeCTAs .cta a:hover h3,
	#homeCTAs .cta a:focus h3{
		color: #09AFFF;
	}
	#homeCTAs .cta .txt{
		margin: 20px 0 25px;
		font-size: 14px;
	}
	#homeCTAs .cta .btn{
		padding: 12px 40px !important;
	}
	#homeCTAs .cta a:hover .btn:before,
	#homeCTAs .cta a:focus .btn:before{
		opacity: 1;
	}
	#homeOB{
		padding: 75px 0;
	}
	#homeOB .content{
		width: 800px;
	}
	#homeOB .content .button .btn,
	#homeOB .content .button .btn:before{
		border-radius: 160px !important;
	}
	#homeOB .content .button .btn{
		padding: 7px 0 0 !important;
		height: 160px;
		width: 160px;
		font-size: 32px;
	}
	#homeOB .content .button .btn:hover,
	#homeOB .content .button .btn:focus{
		transform: scale(1.08);
	}
	#homeOB .content .txt{
		width: 640px;
		padding: 7px 0 0 40px;
		font-size: 18px;
	}
	#homeOB .content .txt h2{
		font-size: 32px;
	}
	#locationsSec{
		padding: 75px 0;
	}
	#locationsSec h2{
		font-size: 32px;
	}
	#locationsSec .carousel .controls{
		margin: 20px 0 62px;
	}
	#locationsSec .carousel .controls i{
		margin: 0 12px;
		font-size: 50px;
		transition: all .3s ease;
		cursor: pointer;
	}
	#locationsSec .carousel .controls i:hover,
	#locationsSec .carousel .controls i:focus{
		color: #09AFFF;
	}
	#locationsSec .carousel .slides .item a{
		width: 310px;
		padding: 20px;
		height: 404px;
		font-size: 15px;
	}
	#locationsSec .carousel .slides .item a:hover,
	#locationsSec .carousel .slides .item a:focus{
		background-color: #09AFFF;
	}
	#locationsSec .carousel .slides .item a:hover,
	#locationsSec .carousel .slides .item a:focus,
	#locationsSec .carousel .slides .item a:hover .title,
	#locationsSec .carousel .slides .item a:focus .title{
		color: #FFF;
	}
	#locationsSec .carousel .slides .item a .title{
		font-size: 22px;
		transition: all .3s ease;
		height: 44px;
	}
	#locationsSec .carousel .slides .item a .border{
		margin: 10px auto 18px;
	}
	#locationsSec .carousel .slides .item a .info > div:first-child{
		margin-bottom: 12px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:first-child,
	#locationsSec .carousel .slides .item a .info span{
		width: 38px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2),
	#locationsSec .carousel .slides .item a .info span{
		height: 38px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2){
		width: 232px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2) > div{
		padding-left: 10px;
	}
	#locationsSec .carousel .slides .item a .info > div:last-child span{
		margin-right: 7px;
	}
	#locationsSec .carousel .slides .item a .info span{
		line-height: 38px;
		border-radius: 38px;
		font-size: 18px;
	}
	#locationsSec .carousel .slides .item a .image{
		margin-top: 20px;
		height: 180px;
	}
	#locationsSec .carousel .slides .item.slick-center a{
		transform: scale(1.15);
	}
	.wellLocate{
		margin: 110px auto 0;
		width: 425px;
		padding: 30px;
	}
	.wellLocate .alert{
		margin: 30px -30px -30px;
	}
	.wellLocate #locationForm h1 > div:first-child{
		font-size: 40px;
	}
	.wellLocate #locationForm h1 > div:nth-child(2){
		font-size: 25px;
	}
	
	/* FOOTER CSS */
	/*[data-canvas=container]{
		padding-bottom: 554px !important;
	}*/
	footer{
		padding: 65px 0;
	}
	footer .logo img{
		width: 350px;
	}
	footer nav.main,
	footer .social{
		margin: 35px 0;
	}
	footer nav.sub{
		margin: 35px 0 0;
	}
	footer nav span{
		margin: 0 5px;
		font-size: 14px;
	}
	footer .logos span:first-child,
	footer .logos span:nth-child(2){
		margin-right: 20px;
	}
	footer .built{
		margin-top: 35px;
	}
	footer .built > span:nth-child(2){
		margin: 0 3px;
	}
	
	.btnMain:before{
		content: "";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		opacity: 0;
		background: rgb(9,175,255) !important;
		background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(9,175,255,1) 100%) !important;
		background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(9,175,255,1) 100%) !important;
		background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(9,175,255,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#09AFFF',GradientType=0 ) !important;
		transition: all .2s ease;
	}
	.btnMain:hover:before,
	.btnMain:focus:before{
		opacity: 1;
	}
	.btnMain span{
		z-index: 3;
	}
	
}

@media (min-width: 1400px) {
	#swoosh{
		height: 110px;
	}
	#navMain nav > div{
		margin-right: 65px;
	}
	#homeCTAs{
		padding: 163px 0 85px;
	}
	#homeCTAs .cta a{
		width: 350px;
		padding: 100px 30px 45px;
	}
	#homeCTAs .cta .icon{
		top: -78px;
		height: 145px;
	}
	#homeCTAs .cta h3{
		height: 48px;
		font-size: 24px;
	}
	#homeCTAs .cta .txt{
		margin: 20px 0 28px;
		font-size: 15px;
	}
	#homeCTAs .cta .btn{
		padding: 12px 50px !important;
		font-size: 22px;
	}
	#homeOB{
		padding: 85px 0;
	}
	#locationsSec{
		padding: 85px 0;
	}
	#locationsSec .carousel .controls{
		margin: 20px 0 58px;
	}
	#locationsSec .carousel .slides .item a{
		width: 230px;
		padding: 15px;
		height: 340px;
		font-size: 13px;
	}
	#locationsSec .carousel .slides .item a .title{
		font-size: 18px;
		height: 40px;
	}
	#locationsSec .carousel .slides .item a .border{
		margin: 9px auto 16px;
	}
	#locationsSec .carousel .slides .item a .info > div:first-child{
		margin-bottom: 10px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:first-child,
	#locationsSec .carousel .slides .item a .info span{
		width: 34px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2),
	#locationsSec .carousel .slides .item a .info span{
		height: 34px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2){
		width: 166px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2) > div{
		padding-left: 7px;
	}
	#locationsSec .carousel .slides .item a .info > div:last-child span{
		margin-right: 4px;
	}
	#locationsSec .carousel .slides .item a .info span{
		line-height: 34px;
		border-radius: 34px;
		font-size: 16px;
	}
	#locationsSec .carousel .slides .item a .image{
		margin-top: 15px;
		height: 150px;
	}
}

@media (min-width: 1650px) {
	#swoosh{
		height: 130px;
	}
	#homeText{
		padding: 75px 0 95px;
	}
	#homeText .content{
		width: 900px;
	}
	#homeText .content h1{
		font-size: 34px;
	}
	#homeCTAs{
		padding: 180px 0 95px;
	}
	#homeCTAs .cta a{
		width: 400px;
		padding: 120px 40px 50px;
	}
	#homeCTAs .cta .icon{
		top: -86px;
		height: 160px;
	}
	#homeCTAs .cta h3{
		height: 52px;
		font-size: 26px;
	}
	#homeCTAs .cta .txt{
		margin: 20px 0 32px;
		font-size: 16px;
	}
	#homeCTAs .cta .btn{
		padding: 12px 55px !important;
		font-size: 24px;
	}
	#homeOB{
		padding: 95px 0;
	}
	#homeOB .content{
		width: 900px;
	}
	#homeOB .content .button .btn,
	#homeOB .content .button .btn:before{
		border-radius: 170px !important;
	}
	#homeOB .content .button .btn{
		height: 170px;
		width: 170px;
		font-size: 34px;
	}
	#homeOB .content .txt{
		width: 730px;
		padding: 10px 0 0 50px;
	}
	#homeOB .content .txt h2{
		font-size: 34px;
	}
	#locationsSec{
		padding: 95px 0;
	}
	#locationsSec h2{
		font-size: 34px;
	}
	#locationsSec .carousel .controls{
		margin: 25px 0 62px;
	}
	#locationsSec .carousel .controls i{
		margin: 0 15px;
		font-size: 56px;
	}
	#locationsSec .carousel .slides .item a{
		width: 270px;
		padding: 20px;
		height: 383px;
		font-size: 14px;
	}
	#locationsSec .carousel .slides .item a .title{
		font-size: 20px;
		height: 42px;
	}
	#locationsSec .carousel .slides .item a .border{
		margin: 10px auto 18px;
	}
	#locationsSec .carousel .slides .item a .info > div:first-child{
		margin-bottom: 12px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:first-child,
	#locationsSec .carousel .slides .item a .info span{
		width: 36px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2),
	#locationsSec .carousel .slides .item a .info span{
		height: 36px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2){
		width: 166px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2) > div{
		padding-left: 10px;
	}
	#locationsSec .carousel .slides .item a .info > div:last-child span{
		margin-right: 7px;
	}
	#locationsSec .carousel .slides .item a .info span{
		line-height: 36px;
		border-radius: 36px;
		font-size: 18px;
	}
	#locationsSec .carousel .slides .item a .image{
		margin-top: 20px;
		height: 165px;
	}
}

@media (min-width: 1900px) {
	#swoosh{
		height: 150px;
	}
	#homeText{
		padding: 75px 0 105px;
	}
	#homeText .content{
		width: 1000px;
	}
	#homeText .content h1{
		font-size: 36px;
	}
	#homeCTAs{
		padding: 190px 0 105px;
	}
	#homeOB{
		padding: 105px 0;
	}
	#homeOB .content{
		width: 950px;
	}
	#homeOB .content .button .btn,
	#homeOB .content .button .btn:before{
		border-radius: 200px !important;
	}
	#homeOB .content .button .btn{
		height: 200px;
		width: 200px;
		font-size: 36px;
	}
	#homeOB .content .txt{
		width: 750px;
		padding: 12px 0 0 60px;
	}
	#homeOB .content .txt h2{
		font-size: 36px;
	}
	#locationsSec{
		padding: 105px 0;
	}
	#locationsSec h2{
		font-size: 36px;
	}
	#locationsSec .carousel .controls{
		margin: 30px 0 75px;
	}
	#locationsSec .carousel .controls i{
		margin: 0 17px;
		font-size: 62px;
	}
	#locationsSec .carousel .slides .item a{
		width: 310px;
		padding: 25px;
		height: 430px;
		font-size: 16px;
	}
	#locationsSec .carousel .slides .item a .title{
		font-size: 24px;
		height: 50px;
	}
	#locationsSec .carousel .slides .item a .border{
		margin: 12px auto 20px;
	}
	#locationsSec .carousel .slides .item a .info > div:first-child{
		margin-bottom: 15px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:first-child,
	#locationsSec .carousel .slides .item a .info span{
		width: 40px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2),
	#locationsSec .carousel .slides .item a .info span{
		height: 40px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2){
		width: 220px;
	}
	#locationsSec .carousel .slides .item a .info > div > div:nth-child(2) > div{
		padding-left: 12px;
	}
	#locationsSec .carousel .slides .item a .info > div:last-child span{
		margin-right: 9px;
	}
	#locationsSec .carousel .slides .item a .info span{
		line-height: 40px;
		border-radius: 40px;
		font-size: 20px;
	}
	#locationsSec .carousel .slides .item a .image{
		margin-top: 20px;
		height: 180px;
	}
}

@media (min-width: 2250px) {
	#swoosh{
		height: 170px;
	}
}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

/*************** Typography Styles ***************/

.flex-1{
	flex: 1;
}
.text-block.xs .block{
	max-width: 400px;
}
.text-block.sm .block{
	max-width: 600px;
}
.text-block.md .block{
	max-width: 700px;
}
.text-block.lg .block{
	max-width: 800px;
}
.text-block.xl .block{
	max-width: 1000px;
}
.lead{
	font-size: 16px !important;
}
.lead-set,
.lead.lg{
	font-size: 20px !important;
}
.lead.lg-set,
.lead.xl{
	font-size: 24px !important;
}
.lead.xl-set{
	font-size: 30px !important;
}
.text-xs{
	font-size: 10px !important;
}
.text-xs-set,
.text-sm,
.text-grow{
	font-size: 12px !important;
}
.text-sm-set{
	font-size: 14px !important;
}
.ls0{
	letter-spacing: 0 !important;
}
.ls1{
	letter-spacing: 1px !important;
}
.ls2{
	letter-spacing: 2px !important;
}
.ls3{
	letter-spacing: 3px !important;
}
.ls4{
	letter-spacing: 4px !important;
}
.ls5{
	letter-spacing: 5px !important;
}
.ls6{
	letter-spacing: 6px !important;
}
.ls7{
	letter-spacing: 7px !important;
}
.ls8{
	letter-spacing: 8px !important;
}
.ls9{
	letter-spacing: 9px !important;
}
.ls10{
	letter-spacing: 10px !important;
}
h1.main,
h1 .main,
.h1.main,
.h1 .main,
h2.main,
h2 .main,
.h2.main,
.h2 .main{
	font-size: 30px;
}
h1.main-set,
h1 .main-set,
.h1.main-set,
.h1 .main-set{
	font-size: 50px;
}
h1.main.xlish-set,
h1 .main.xlish-set,
.h1.main.xlish-set,
.h1 .main.xlish-set{
	font-size: 60px;
}
h1.main.xl-set,
h1 .main.xl-set,
.h1.main.xl-set,
.h1 .main.xl-set{
	font-size: 80px;
}
h1.main.xlish,
h1 .main.xlish,
.h1.main.xlish,
.h1 .main.xlish,
h2.main.xlish,
h2 .main.xlish,
.h2.main.xlish,
.h2 .main.xlish{
	font-size: 36px;
}
h1.main.xl,
h1 .main.xl,
.h1.main.xl,
.h1 .main.xl,
h2.main.xl,
h2 .main.xl,
.h2.main.xl,
.h2 .main.xl,
h3.main-set,
h3 .main-set,
.h3.main-set,
.h3 .main-set{
	font-size: 40px;
}
h1.main.xler,
h1 .main.xler,
.h1.main.xler,
.h1 .main.xler{
	font-size: 60px;
}
h1.main.xlest,
h1 .main.xlest,
.h1.main.xlest,
.h1 .main.xlest{
	font-size: 80px;
}
h3.main,
h3 .main,
.h3.main,
.h3 .main{
	font-size: 22px;
}
.bord-all{
	border: 1px solid !important;
}
.bord-top{
	border-top: 1px solid !important;
}
.bord-right{
	border-right: 1px solid !important;
}
.bord-bottom{
	border-bottom: 1px solid !important;
}
.bord-left{
	border-left: 1px solid !important;
}
.card-columns{
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
}
.w-100-auto{
    width: 100% !important;
}
a.text-underline,
.text-underline a,
a:hover.text-underline,
.text-underline a:hover{
    text-decoration: underline !important;
}

/* Phone (landscape) */
@media (min-width: 576px){
	
    .flex-sm-1{
		flex: 1;
	}
	.ls-sm-0{
		letter-spacing: 0 !important;
	}
	.ls-sm-1{
		letter-spacing: 1px !important;
	}
	.ls-sm-2{
		letter-spacing: 2px !important;
	}
	.ls-sm-3{
		letter-spacing: 3px !important;
	}
	.ls-sm-4{
		letter-spacing: 4px !important;
	}
	.ls-sm-5{
		letter-spacing: 5px !important;
	}
	.ls-sm-6{
		letter-spacing: 6px !important;
	}
	.ls-sm-7{
		letter-spacing: 7px !important;
	}
	.ls-sm-8{
		letter-spacing: 8px !important;
	}
	.ls-sm-9{
		letter-spacing: 9px !important;
	}
	.ls-sm-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 34px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 40px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 54px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 70px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 100px;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 26px;
	}
	.bord-sm-all{
		border: 1px solid !important;
	}
	.bord-sm-top{
		border-top: 1px solid !important;
	}
	.bord-sm-right{
		border-right: 1px solid !important;
	}
	.bord-sm-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-sm-left{
		border-left: 1px solid !important;
	}
    .card-columns{
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
        column-count: 3 !important;
    }
    .w-100-auto{
        width: auto !important;
    }

}

/* Tablet (portrait) */
@media(min-width:768px){
    
	.flex-md-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 26px;
	}
	.ls-md-0{
		letter-spacing: 0 !important;
	}
	.ls-md-1{
		letter-spacing: 1px !important;
	}
	.ls-md-2{
		letter-spacing: 2px !important;
	}
	.ls-md-3{
		letter-spacing: 3px !important;
	}
	.ls-md-4{
		letter-spacing: 4px !important;
	}
	.ls-md-5{
		letter-spacing: 5px !important;
	}
	.ls-md-6{
		letter-spacing: 6px !important;
	}
	.ls-md-7{
		letter-spacing: 7px !important;
	}
	.ls-md-8{
		letter-spacing: 8px !important;
	}
	.ls-md-9{
		letter-spacing: 9px !important;
	}
	.ls-md-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 38px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 46px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 64px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 80px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 110px;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 30px;
	}
	.bord-md-all{
		border: 1px solid !important;
	}
	.bord-md-top{
		border-top: 1px solid !important;
	}
	.bord-md-right{
		border-right: 1px solid !important;
	}
	.bord-md-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-md-left{
		border-left: 1px solid !important;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
    
	.flex-lg-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 30px;
	}
	.lead{
		font-size: 18px !important;
	}
	.lead.lg{
		font-size: 22px !important;
	}
	.lead.xl{
		font-size: 26px !important;
	}
    .text-grow{
        font-size: 14px !important;
    }
	.ls-lg-0{
		letter-spacing: 0 !important;
	}
	.ls-lg-1{
		letter-spacing: 1px !important;
	}
	.ls-lg-2{
		letter-spacing: 2px !important;
	}
	.ls-lg-3{
		letter-spacing: 3px !important;
	}
	.ls-lg-4{
		letter-spacing: 4px !important;
	}
	.ls-lg-5{
		letter-spacing: 5px !important;
	}
	.ls-lg-6{
		letter-spacing: 6px !important;
	}
	.ls-lg-7{
		letter-spacing: 7px !important;
	}
	.ls-lg-8{
		letter-spacing: 8px !important;
	}
	.ls-lg-9{
		letter-spacing: 9px !important;
	}
	.ls-lg-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 44px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 54px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 72px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 90px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 130px;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 36px;
	}
	.bord-lg-all{
		border: 1px solid !important;
	}
	.bord-lg-top{
		border-top: 1px solid !important;
	}
	.bord-lg-right{
		border-right: 1px solid !important;
	}
	.bord-lg-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-lg-left{
		border-left: 1px solid !important;
	}
	
}

/* Desktop */
@media(min-width:1200px){
    
	.flex-xl-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 36px;
	}
	.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;
	}
    .text-grow{
        font-size: 16px !important;
    }
	.card-columns{
		-webkit-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.card-columns.four{
		-webkit-column-count: 4 !important;
		-moz-column-count: 4 !important;
		column-count: 4 !important;
	}
	.ls-xl-0{
		letter-spacing: 0 !important;
	}
	.ls-xl-1{
		letter-spacing: 1px !important;
	}
	.ls-xl-2{
		letter-spacing: 2px !important;
	}
	.ls-xl-3{
		letter-spacing: 3px !important;
	}
	.ls-xl-4{
		letter-spacing: 4px !important;
	}
	.ls-xl-5{
		letter-spacing: 5px !important;
	}
	.ls-xl-6{
		letter-spacing: 6px !important;
	}
	.ls-xl-7{
		letter-spacing: 7px !important;
	}
	.ls-xl-8{
		letter-spacing: 8px !important;
	}
	.ls-xl-9{
		letter-spacing: 9px !important;
	}
	.ls-xl-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 50px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 60px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 80px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 100px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 150px;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 40px;
	}
	.bord-xl-all{
		border: 1px solid !important;
	}
	.bord-xl-top{
		border-top: 1px solid !important;
	}
	.bord-xl-right{
		border-right: 1px solid !important;
	}
	.bord-xl-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-xl-left{
		border-left: 1px solid !important;
	}
	
}

@media(min-width:1400px){
	
	.ls-xxl-0{
		letter-spacing: 0 !important;
	}
	.ls-xxl-1{
		letter-spacing: 1px !important;
	}
	.ls-xxl-2{
		letter-spacing: 2px !important;
	}
	.ls-xxl-3{
		letter-spacing: 3px !important;
	}
	.ls-xxl-4{
		letter-spacing: 4px !important;
	}
	.ls-xxl-5{
		letter-spacing: 5px !important;
	}
	.ls-xxl-6{
		letter-spacing: 6px !important;
	}
	.ls-xxl-7{
		letter-spacing: 7px !important;
	}
	.ls-xxl-8{
		letter-spacing: 8px !important;
	}
	.ls-xxl-9{
		letter-spacing: 9px !important;
	}
	.ls-xxl-10{
		letter-spacing: 10px !important;
	}	
    
	.bord-xxl-all{
		border: 1px solid !important;
	}
	.bord-xxl-top{
		border-top: 1px solid !important;
	}
	.bord-xxl-right{
		border-right: 1px solid !important;
	}
	.bord-xxl-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-xxl-left{
		border-left: 1px solid !important;
	}
	
}

@media(min-width:1600px){
	
	
}

@media(min-width:1800px){
	
	
}

.f300{
	font-family: 'Montserrat-Light', sans-serif;
}
.f300i{
	font-family: 'Montserrat-Light-Italic', sans-serif;
}
.f400{
	font-family: 'Montserrat', sans-serif;
}
.f400i{
	font-family: 'Montserrat-Italic', sans-serif;
}
.f500{
	font-family: 'Montserrat-Medium', sans-serif;
}
.f500i{
	font-family: 'Montserrat-Medium-Italic', sans-serif;
}
.f600{
	font-family: 'Montserrat-Semi-Bold', sans-serif;
}
.f600i{
	font-family: 'Montserrat-Semi-Bold-Italic', sans-serif;
}
.f700{
	font-family: 'Montserrat-Bold', sans-serif;
}
.f700i{
	font-family: 'Montserrat-Bold-Italic', sans-serif;
}
.f800{
	font-family: 'Montserrat-Extra-Bold', sans-serif;
}
.f800i{
	font-family: 'Montserrat-Extra-Bold-Italic', sans-serif;
}
.f900{
	font-family: 'Montserrat-Black', sans-serif;
}
.f900i{
	font-family: 'Montserrat-Black-Italic', sans-serif;
}
.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;
}
.stlh{
	line-height: 2 !important;
}

.text-primary-color,
.text-primary-color.link a,
a.text-primary.link,
a .text-primary.link,
.text-secondary-color.link.primary.hover a:hover,
.text-secondary-color.link.primary.hover a:focus,
a.text-secondary-color.link.primary.hover:hover,
a.text-secondary-color.link.primary.hover:focus,
a:hover .text-secondary-color.link.primary.hover,
a:focus .text-secondary-color.link.primary.hover,
.text-black.link.primary.hover a:hover,
.text-black.link.primary.hover a:focus,
a.text-black.link.primary.hover:hover,
a.text-black.link.primary.hover:focus,
a:hover .text-black.link.primary.hover,
a:focus .text-black.link.primary.hover,
.text-light-gray.link.primary.hover a:hover,
.text-light-gray.link.primary.hover a:focus,
a.text-light-gray.link.primary.hover:hover,
a.text-light-gray.link.primary.hover:focus,
a:hover .text-light-gray.link.primary.hover,
a:focus .text-light-gray.link.primary.hover{
	color: var(--primary-color) !important;
}
.text-primary-color.link.hover a:hover,
.text-primary-color.link.hover a:focus,
a.text-primary.link.hover:hover,
a.text-primary.link.hover:focus,
a:hover .text-primary.link.hover,
a:focus .text-primary.link.hover{
	color: var(--primary-color-hover) !important;
}
.text-secondary-color,
.text-secondary-color.link a,
a.text-secondary-color.link,
a .text-secondary-color.link,
.text-primary-color.link.secondary.hover a:hover,
.text-primary-color.link.secondary.hover a:focus,
a.text-primary-color.link.secondary.hover:hover,
a.text-primary-color.link.secondary.hover:focus,
a:hover .text-primary-color.link.secondary.hover,
a:focus .text-primary-color.link.secondary.hover,
.text-black.link.secondary.hover a:hover,
.text-black.link.secondary.hover a:focus,
a.text-black.link.secondary.hover:hover,
a.text-black.link.secondary.hover:focus,
a:hover .text-black.link.secondary.hover,
a:focus .text-black.link.secondary.hover,
.text-light-gray.link.secondary.hover a:hover,
.text-light-gray.link.secondary.hover a:focus,
a.text-light-gray.link.secondary.hover:hover,
a.text-light-gray.link.secondary.hover:focus,
a:hover .text-light-gray.link.secondary.hover,
a:focus .text-light-gray.link.secondary.hover{
	color: var(--secondary-color) !important;
}
.text-secondary-color.link.hover a:hover,
.text-secondary-color.link.hover a:focus,
a.text-secondary-color.link.hover:hover,
a.text-secondary-color.link.hover:focus,
a:hover .text-secondary-color.link.hover,
a:focus .text-secondary-color.link.hover{
	color: var(--secondary-color-hover) !important;
}
.text-black,
.text-black.link a,
a.text-black.link{
	color: var(--black-color) !important;
}
.text-light-gray,
.text-light-gray.link a,
a.text-light-gray.link{
	color: var(--light-gray-color) !important;
}

.text-primary-color,
.text-primary-color.link a,
a.text-primary-color.link,
a .text-primary-color.link,
.text-secondary-color.link.primary a:hover,
.text-secondary-color.link.primary a:focus,
a.text-secondary-color.link.primary:hover,
a.text-secondary-color.link.primary:focus,
a .text-secondary-color.link.primary:hover,
a .text-secondary-color.link.primary a:focus,
.text-secondary-color-hover.link.primary a:hover,
.text-secondary-color-hover.link.primary a:focus,
a.text-secondary-color-hover.link.primary:hover,
a.text-secondary-color-hover.link.primary:focus,
a .text-secondary-color-hover.link.primary:hover,
a .text-secondary-color-hover.link.primary a:focus,
.text-extra-light-gray-color.link.primary a:hover,
.text-extra-light-gray-color.link.primary a:focus,
a.text-extra-light-gray-color.link.primary:hover,
a.text-extra-light-gray-color.link.primary:focus,
a .text-extra-light-gray-color.link.primary:hover,
a .text-extra-light-gray-color.link.primary a:focus,
.text-white.link.primary a:hover,
.text-white.link.primary a:focus,
a.text-white.link.primary:hover,
a.text-white.link.primary:focus,
a .text-white.link.primary:hover,
a .text-white.link.primary:focus,
.text-black-color.link.primary a:hover,
.text-black-color.link.primary a:focus,
a.text-black-color.link.primary:hover,
a.text-black-color.link.primary:focus,
a .text-black-color.link.primary:hover,
a .text-black-color.link.primary:focus,
.text-light-gray-color.link.primary a:hover,
.text-light-gray-color.link.primary a:focus,
a.text-light-gray-color.link.primary:hover,
a.text-light-gray-color.link.primary:focus,
a .text-light-gray-color.link.primary:hover,
a .text-light-gray-color.link.primary:focus,
.text-gray-color.link.primary a:hover,
.text-gray-color.link.primary a:focus,
a.text-gray-color.link.primary:hover,
a.text-gray-color.link.primary:focus,
a .text-gray-color.link.primary:hover,
a .text-gray-color.link.primary:focus,
.text-dark-gray-color.link.primary a:hover,
.text-dark-gray-color.link.primary a:focus,
a.text-dark-gray-color.link.primary:hover,
a.text-dark-gray-color.link.primary:focus,
a .text-dark-gray-color.link.primary:hover,
a .text-dark-gray-color.link.primary:focus,
.text-alternate-color.link.primary a:hover,
.text-alternate-color.link.primary a:focus,
a.text-alternate-color.link.primary:hover,
a.text-alternate-color.link.primary:focus,
a .text-alternate-color.link.primary:hover,
a .text-alternate-color.link.primary:focus,
.text-primary-color-hover.link.primary a:hover,
.text-primary-color-hover.link.primary a:focus,
a.text-primary-color-hover.link.primary:hover,
a.text-primary-color-hover.link.primary:focus,
a .text-primary-color-hover.link.primary:hover,
a .text-primary-color-hover.link.primary a:focus{
	color: var(--primary-color) !important;
}
.text-primary-color-hover,
.text-primary-color-hover.link a,
a.text-primary-color-hover.link,
a .text-primary-color-hover.link,
.text-primary-color.link.hover a:hover,
.text-primary-color.link.hover a:focus,
a.text-primary-color.link.hover:hover,
a.text-primary-color.link.hover:focus,
a .text-primary-color.link.hover:hover,
a .text-primary-color.link.hover a:focus,
.text-gray-color.link.primary-hover a:hover,
.text-gray-color.link.primary-hover a:focus,
a.text-gray-color.link.primary-hover:hover,
a.text-gray-color.link.primary-hover:focus,
a .text-gray-color.link.primary-hover:hover,
a .text-gray-color.link.primary-hover:focus{
	color: var(--primary-color-hover) !important;
}
.text-secondary-color,
.text-secondary-color.link a,
a.text-secondary-color.link,
a .text-secondary-color.link,
.text-primary-color.link.secondary a:hover,
.text-primary-color.link.secondary a:focus,
a.text-primary-color.link.secondary:hover,
a.text-primary-color.link.secondary:focus,
a .text-primary-color.link.secondary:hover,
a .text-primary-color.link.secondary a:focus,
.text-white.link.secondary a:hover,
.text-white.link.secondary a:focus,
a.text-white.link.secondary:hover,
a.text-white.link.secondary:focus,
a .text-white.link.secondary:hover,
a .text-white.link.secondary:focus,
.text-dark-gray-color.link.secondary a:hover,
.text-dark-gray-color.link.secondary a:focus,
a.text-dark-gray-color.link.secondary:hover,
a.text-dark-gray-color.link.secondary:focus,
a .text-dark-gray-color.link.secondary:hover,
a .text-dark-gray-color.link.secondary:focus,
.text-gray-color.link.secondary a:hover,
.text-gray-color.link.secondary a:focus,
a.text-gray-color.link.secondary:hover,
a.text-gray-color.link.secondary:focus,
a .text-gray-color.link.secondary:hover,
a .text-gray-color.link.secondary:focus,
.text-light-gray-color.link.secondary a:hover,
.text-light-gray-color.link.secondary a:focus,
a.text-light-gray-color.link.secondary:hover,
a.text-light-gray-color.link.secondary:focus,
a .text-light-gray-color.link.secondary:hover,
a .text-light-gray-color.link.secondary:focus,
.text-black-color.link.secondary a:hover,
.text-black-color.link.secondary a:focus,
a.text-black-color.link.secondary:hover,
a.text-black-color.link.secondary:focus,
a .text-black-color.link.secondary:hover,
a .text-black-color.link.secondary:focus,
.text-secondary-color-hover.link.secondary a:hover,
.text-secondary-color-hover.link.secondary a:focus,
a.text-secondary-color-hover.link.secondary:hover,
a.text-secondary-color-hover.link.secondary:focus,
a .text-secondary-color-hover.link.secondary:hover,
a .text-secondary-color-hover.link.secondary a:focus,
.text-primary-color-hover.link.secondary a:hover,
.text-primary-color-hover.link.secondary a:focus,
a.text-primary-color-hover.link.secondary:hover,
a.text-primary-color-hover.link.secondary:focus,
a .text-primary-color-hover.link.secondary:hover,
a .text-primary-color-hover.link.secondary a:focus,
.text-alternate-three-color.link.secondary a:hover,
.text-alternate-three-color.link.secondary a:focus,
a.text-alternate-three-color.link.secondary:hover,
a.text-alternate-three-color.link.secondary:focus,
a .text-alternate-three-color.link.secondary:hover,
a .text-alternate-three-color.link.secondary:focus{
	color: var(--secondary-color) !important;
}
.text-secondary-color-hover,
.text-secondary-color-hover.link a,
a.text-secondary-color-hover.link,
a .text-secondary-color-hover.link,
.text-secondary-color.link.hover a:hover,
.text-secondary-color.link.hover a:focus,
a.text-secondary-color.link.hover:hover,
a.text-secondary-color.link.hover:focus,
a .text-secondary-color.link.hover:hover,
a .text-secondary-color.link.hover a:focus,
.text-white.link.secondary-hover a:hover,
.text-white.link.secondary-hover a:focus,
a.text-white.link.secondary-hover:hover,
a.text-white.link.secondary-hover:focus,
a .text-white.link.secondary-hover:hover,
a .text-white.link.secondary-hover:focus,
.text-gray-color.link.secondary-hover a:hover,
.text-gray-color.link.secondary-hover a:focus,
a.text-gray-color.link.secondary-hover:hover,
a.text-gray-color.link.secondary-hover:focus,
a .text-gray-color.link.secondary-hover:hover,
a .text-gray-color.link.secondary-hover:focus,
.text-alternate-three-color.link.secondary-hover a:hover,
.text-alternate-three-color.link.secondary-hover a:focus,
a.text-alternate-three-color.link.secondary-hover:hover,
a.text-alternate-three-color.link.secondary-hover:focus,
a .text-alternate-three-color.link.secondary-hover:hover,
a .text-alternate-three-color.link.secondary-hover:focus,
.text-primary-color.link.secondary-hover a:hover,
.text-primary-color.link.secondary-hover a:focus,
a.text-primary-color.link.secondary-hover:hover,
a.text-primary-color.link.secondary-hover:focus,
a .text-primary-color.link.secondary-hover:hover,
a .text-primary-color.link.secondary-hover a:focus{
	color: var(--secondary-color-hover) !important;
}
.text-alternate-color,
.text-alternate-color.link a,
a.text-alternate-color.link,
a .text-alternate-color.link,
.text-gray-color.link.alternate a:hover,
.text-gray-color.link.alternate a:focus,
a.text-gray-color.link.alternate:hover,
a.text-gray-color.link.alternate:focus,
a .text-gray-color.link.alternate:hover,
a .text-gray-color.link.alternate:focus,
.text-white.link.alternate a:hover,
.text-white.link.alternate a:focus,
a.text-white.link.alternate:hover,
a.text-white.link.alternate:focus,
a .text-white.link.alternate:hover,
a .text-white.link.alternate:focus,
.text-secondary-color-hover.link.alternate a:hover,
.text-secondary-color-hover.link.alternate a:focus,
a.text-secondary-color-hover.link.alternate:hover,
a.text-secondary-color-hover.link.alternate:focus,
a .text-secondary-color-hover.link.alternate:hover,
a .text-secondary-color-hover.link.alternate a:focus{
	color: var(--alternate-color) !important;
}
.text-alternate-two-color,
.text-alternate-two-color.link a,
a.text-alternate-two-color.link,
a .text-alternate-two-color.link,
.text-primary-color.link.alternate-two a:hover,
.text-primary-color.link.alternate-two a:focus,
a.text-primary-color.link.alternate-two:hover,
a.text-primary-color.link.alternate-two:focus,
a .text-primary-color.link.alternate-two:hover,
a .text-primary-color.link.alternate-two a:focus,
.text-secondary-color-hover.link.alternate-two a:hover,
.text-secondary-color-hover.link.alternate-two a:focus,
a.text-secondary-color-hover.link.alternate-two:hover,
a.text-secondary-color-hover.link.alternate-two:focus,
a .text-secondary-color-hover.link.alternate-two:hover,
a .text-secondary-color-hover.link.alternate-two a:focus{
	color: var(--alternate-two-color) !important;
}
.text-alternate-three-color,
.text-alternate-three-color.link a,
a.text-alternate-three-color.link,
a .text-alternate-three-color.link,
.text-primary-color.link.alternate-three a:hover,
.text-primary-color.link.alternate-three a:focus,
a.text-primary-color.link.alternate-three:hover,
a.text-primary-color.link.alternate-three:focus,
a .text-primary-color.link.alternate-three:hover,
a .text-primary-color.link.alternate-three a:focus,
.text-secondary-color-hover.link.alternate-three a:hover,
.text-secondary-color-hover.link.alternate-three a:focus,
a.text-secondary-color-hover.link.alternate-three:hover,
a.text-secondary-color-hover.link.alternate-three:focus,
a .text-secondary-color-hover.link.alternate-three:hover,
a .text-secondary-color-hover.link.alternate-three a:focus{
	color: var(--alternate-three-color) !important;
}
.text-lightest-gray-color{
	color: var(--lightest-gray-color) !important;
}
.text-extra-light-gray-color,
a.text-extra-light-gray-color.link,
a .text-extra-light-gray-color.link,
.text-extra-light-gray-color.link a,
.text-white.link.extra-light-gray a:hover,
.text-white.link.extra-light-gray a:focus,
a.text-white.link.extra-light-gray:hover,
a.text-white.link.extra-light-gray:focus,
a .text-white.link.extra-light-gray:hover,
a .text-white.link.extra-light-gray:focus{
	color: var(--extra-light-gray-color) !important;
}
.text-light-gray-color,
a.text-light-gray-color.link,
a .text-light-gray-color.link,
.text-light-gray-color.link a,
.text-black-color.link.light-gray a:hover,
.text-black-color.link.light-gray a:focus,
a.text-black-color.link.light-gray:hover,
a.text-black-color.link.light-gray:focus,
a .text-black-color.link.light-gray:hover,
a .text-black-color.link.light-gray:focus{
	color: var(--light-gray-color) !important;
}
.text-gray-color,
a.text-gray-color.link,
a .text-gray-color.link,
.text-gray-color.link a{
	color: var(--gray-color) !important;
}
.text-dark-gray-color,
a.text-dark-gray-color.link,
a .text-dark-gray-color.link,
.text-dark-gray-color.link a,
.text-white.link.dark-gray a:hover,
.text-white.link.dark-gray a:focus,
a.text-white.link.dark-gray:hover,
a.text-white.link.dark-gray:focus,
a .text-white.link.dark-gray:hover,
a .text-white.link.dark-gray:focus{
	color: var(--dark-gray-color) !important;
}
.text-black-color,
a.text-black-color.link,
a .text-black-color.link,
.text-black-color.link a{
	color: var(--black-color) !important;
}
.text-white.link a,
a.text-white.link,
a .text-white.link,
.text-white.link a,
.text-primary-color.link.white a:hover,
.text-primary-color.link.white a:focus,
a.text-primary-color.link.white:hover,
a.text-primary-color.link.white:focus,
a .text-primary-color.link.white:hover,
a .text-primary-color.link.white:focus,
a:hover .text-primary-color.link.white,
a:focus .text-primary-color.link.white,
.text-secondary-color.link.white a:hover,
.text-secondary-color.link.white a:focus,
a.text-secondary-color.link.white:hover,
a.text-secondary-color.link.white:focus,
a .text-secondary-color.link.white:hover,
a .text-secondary-color.link.white a:focus,
.text-secondary-color-hover.link.white a:hover,
.text-secondary-color-hover.link.white a:focus,
a.text-secondary-color-hover.link.white:hover,
a.text-secondary-color-hover.link.white:focus,
a .text-secondary-color-hover.link.white:hover,
a .text-secondary-color-hover.link.white a:focus,
.text-extra-light-gray-color.link.white a:hover,
.text-extra-light-gray-color.link.white a:focus,
a.text-extra-light-gray-color.link.white:hover,
a.text-extra-light-gray-color.link.white:focus,
a .text-extra-light-gray-color.link.white:hover,
a .text-extra-light-gray-color.link.white:focus,
.text-lightest-gray-color.link.white a:hover,
.text-lightest-gray-color.link.white a:focus,
a.text-lightest-gray-color.link.white:hover,
a.text-lightest-gray-color.link.white:focus,
a .text-lightest-gray-color.link.white:hover,
a .text-lightest-gray-color.link.white:focus,
.text-gray-color.link.white a:hover,
.text-gray-color.link.white a:focus,
a.text-gray-color.link.white:hover,
a.text-gray-color.link.white:focus,
a .text-gray-color.link.white:hover,
a .text-gray-color.link.white:focus,
a:hover .text-gray-color.link.white,
a:focus .text-gray-color.link.white,
.text-black-color.link.white a:hover,
.text-black-color.link.white a:focus,
a.text-black-color.link.white:hover,
a.text-black-color.link.white:focus,
a .text-black-color.link.white:hover,
a .text-black-color.link.white:focus,
a:hover .text-black-color.link.white,
a:focus .text-black-color.link.white,
.text-primary-color-hover.link.white a:hover,
.text-primary-color-hover.link.white a:focus,
a.text-primary-color-hover.link.white:hover,
a.text-primary-color-hover.link.white:focus,
a .text-primary-color-hover.link.white:hover,
a .text-primary-color-hover.link.white a:focus,
.text-alternate-color.link.white a:hover,
.text-alternate-color.link.white a:focus,
a.text-alternate-color.link.white:hover,
a.text-alternate-color.link.white:focus,
a .text-alternate-color.link.white:hover,
a .text-alternate-color.link.white:focus,
a:hover .text-alternate-color.link.white,
a:focus .text-alternate-color.link.white,
.text-alternate-two-color.link.white a:hover,
.text-alternate-two-color.link.white a:focus,
a.text-alternate-two-color.link.white:hover,
a.text-alternate-two-color.link.white:focus,
a .text-alternate-two-color.link.white:hover,
a .text-alternate-two-color.link.white:focus,
a:hover .text-alternate-two-color.link.white,
a:focus .text-alternate-two-color.link.white,
.text-dark-gray-color.link.white a:hover,
.text-dark-gray-color.link.white a:focus,
a.text-dark-gray-color.link.white:hover,
a.text-dark-gray-color.link.white:focus,
a .text-dark-gray-color.link.white:hover,
a .text-dark-gray-color.link.white:focus{
	color: var(--white) !important;
}

.text-shad{
	text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

.bg-primary-color{
	background-color: var(--primary-color) !important;
}
.bg-primary-color-hover{
	background-color: var(--primary-color-hover) !important;
}
.bg-secondary-color{
	background-color: var(--secondary-color) !important;
}
.bg-secondary-color-hover{
	background-color: var(--secondary-color-hover) !important;
}
.bg-alternate-color{
	background-color: var(--alternate-color) !important;
}
.bg-alternate-two-color{
	background-color: var(--alternate-two-color) !important;
}
.bg-alternate-three-color{
	background-color: var(--alternate-three-color) !important;
}
.bg-lightest-gray-color{
	background-color: var(--lightest-gray-color) !important;
}
.bg-extra-light-gray-color{
	background-color: var(--extra-light-gray-color) !important;
}
.bg-light-gray-color{
	background-color: var(--light-gray-color) !important;
}
.bg-gray-color{
	background-color: var(--gray-color) !important;
}
.bg-dark-gray-color{
	background-color: var(--dark-gray-color) !important;
}
.bg-black-color{
	background-color: var(--black-color) !important;
}

.bg-gradient-primary{
    background: rgb(0,125,182);
    background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(0,125,182,1) 100%);
    background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
    background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#007DB6',GradientType=0 );
}

.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
.overlay{
    position: relative;
}
.overlay:after{
    position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.overlay.black:after{
	background-color: var(--black-color) !important;
}
.overlay.primary:after{
	background-color: var(--primary-color) !important;
}
.overlay.primary-hover:after{
	background-color: var(--primary-color-hover) !important;
}
.overlay.secondary:after{
	background-color: var(--secondary-color) !important;
}
.overlay.secondary-hover:after{
	background-color: var(--secondary-color-hover) !important;
}
.overlay.white:after{
	background-color: var(--white) !important;
}
.overlay.gradient-primary:after{
    background: rgb(0,125,182);
    background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(0,125,182,1) 100%);
    background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
    background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#007DB6',GradientType=0 );
}
.overlay.op25:after{
	opacity: .25;
}
.overlay.op50:after{
	opacity: .5;
}
.overlay.op75:after{
	opacity: .75;
}
.overlay.op80:after{
	opacity: .8;
}
.overlay.op85:after{
	opacity: .85;
}
.overlay.op90:after{
	opacity: .9;
}
.bord-primary-color{
	border-color: var(--primary-color) !important;
}
.bord-primary-color-hover{
	border-color: var(--primary-color-hover) !important;
}
.bord-secondary-color{
	border-color: var(--secondary-color) !important;
}
.bord-secondary-color-hover{
	border-color: var(--secondary-color-hover) !important;
}
.bord-alternate-color{
	border-color: var(--alternate-color) !important;
}
.bord-alternate-two-color{
	border-color: var(--alternate-two-color) !important;
}
.bord-alternate-three-color{
	border-color: var(--alternate-three-color) !important;
}
.bord-lightest-gray-color{
	border-color: var(--lightest-gray-color) !important;
}
.bord-extra-light-gray-color{
	border-color: var(--extra-light-gray-color) !important;
}
.bord-light-gray-color{
	border-color: var(--light-gray-color) !important;
}
.bord-gray-color{
	border-color: var(--gray-color) !important;
}
.bord-dark-gray-color{
	border-color: var(--dark-gray-color) !important;
}
.bord-black-color{
	border-color: var(--black-color) !important;
}
.bord-white{
	border-color: var(--white) !important;
}
.bord {
	height: 1px;
}
.bord.min {
	width: 200px;
}
.box-shad {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

:root{
	--primary-color: #007DB6;
	--primary-color-hover: #09AFFF;
	--secondary-color: #003766;
	--secondary-color-hover: #007DB6;
    --lightest-gray-color: #EFEFEF;
	--extra-light-gray-color: #C8C8C8;
	--light-gray-color: #999999;
	--gray-color: #646464;
	--dark-gray-color: #323232;
	--black-color: #000000;
	--white: #FFFFFF;
}

/********************************************************** Helper Classes ******************************************************************/
.b5{
	margin-bottom: 5px !important;
}
.b10{
	margin-bottom: 10px !important;
}
.b15{
	margin-bottom: 15px !important;
}
.b20{
	margin-bottom: 20px !important;
}
.b25{
	margin-bottom: 25px !important;
}
.b30{
	margin-bottom: 30px !important;
}
.b45{
	margin-bottom: 45px !important;
}
.lastRight{
	margin-right: 0 !important;
}
.hrGray{
	border-color: #DDD !important;
}
.modal-backdrop{
	opacity: .5 !important;
}
.modal-open{
	padding-right: 0 !important;
}
.jumbotron{
	margin-bottom: 0 !important;
}
.posRel{
	position: relative;
}
b,
strong,
th{
	font-family: 'Montserrat-Bold', sans-serif !important;
}
input,
textarea,
select{
	border: 1px solid #DDD !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #007DB6 !important;
	background-color: #FFF !important;
}
input[type="checkbox"] + span,
input[type="checkbox"] + label + span,
input[type="radio"]+ span{
	cursor: pointer;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label + span,
input[type="radio"]:checked + span{
    color: #007DB6 !important;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group{
	margin-left: 0 !important; 
}
label{
	font-family: 'Montserrat-Bold', sans-serif !important;
	font-weight: inherit !important;
}
.asterisk,
label.error,
.red{
	color: #BF171A !important;		
}
label.error{
	position: absolute;
	font-family: 'Montserrat-Medium', sans-serif !important;
	font-size: 11px !important;
	margin: 0 !important;
}
.input-group label.error{
	top: 34px;
	left: 0;
}
.input-group-lg label.error{
	top: 46px;
	left: 0;
}
.radio-inline label.error{
	top: 18px;
}
#hiddenRecaptcha-error{
	top: 56px;
}
.form-control::-moz-placeholder{
 	color: #DDD !important;
}
.form-control:-ms-input-placeholder{
 	color: #DDD !important;
}
.form-control::-webkit-input-placeholder{
  	color: #DDD !important;
}
.inline{
	display: inline-block;
}
.btn,
.panel,
.panel-heading,
.panel-body,
.well,
.alert,
.breadcrumb,
input,
textarea,
select,
.thumbnail,
.modal-content,
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child,
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{
	border-radius: 0 !important;
}
.btn,
.btn span{
	position: relative;
}
.btn{
	font-family: 'Montserrat-Medium', sans-serif !important;
	border: none !important;
	z-index: 1;
	transition: all 0.3s ease;
}
.btn:focus{
	outline: none !important;
}
.btnMain{
	color: #FFF !important;
	background: rgb(0,125,182) !important;
	background: -moz-linear-gradient(top, rgba(9,175,255,1) 0%, rgba(0,125,182,1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(9,175,255,1) 0%,rgba(0,125,182,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09AFFF', endColorstr='#007DB6',GradientType=0 ) !important;
}
.btnWhite{
	color: #007DB6 !important;
	background-color: #FFF !important;
}
.btnWhite:hover,
.btnWhite.active,
.btnWhite:focus{
	background-color: #DDD !important;	
}
.btnBlack{
	color: #FFF !important;
	background-color: #000 !important;
}
.btnBlack:hover,
.btnBlack.active,
.btnBlack:focus{
	background-color: #333 !important;	
}
.btnBlue{
	color: #FFF !important;
	background-color: #003766 !important;
}
.btnBlue:hover,
.btnBlue.active,
.btnBlue:focus{
	background-color: #007DB6 !important;	
}
.pointer{
	cursor: pointer;
}
::selection{
	background: #007DB6;
	color: #FFF;
}
::-moz-selection{
	background: #007DB6;
	color: #FFF;
}
::-webkit-selection{
	background: #007DB6;
	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{
	outline: none !important;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group{
	margin-left: 0 !important; 
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover{
	background-color: #007DB6 !important;
}
.bootstrap-datetimepicker-widget table td span.active{
	background-color: #007DB6 !important;
}
.bootstrap-datetimepicker-widget table td.today:before{
	border-bottom-color: #007DB6 !important;
}
.bootstrap-datetimepicker-widget a{
	color: #007DB6 !important;
}
.input-group-addon{
    color: #FFF !important;
    background-color: #007DB6 !important;
    border: 1px solid #007DB6 !important;
    border-radius: 0 !important;
	cursor: pointer;
}
.hideIt{
	display: none;
}
img.hide{
	visibility: hidden;
}
.blue{
	color: #007DB6 !important;
}
.promo{
	padding: 6px 12px;
	height: 32px;
	width: 150px;
	position: relative;
	top: 3px;
}
.text-white{
	color: #FFF !important;
}
.checkBox,
.radioItem{
	margin-bottom: 10px;
	position: relative;
}
.checkBox label,
.radioItem label{
	cursor: pointer;
	margin-bottom: 0 !important;
}
.checkBox label.error,
.radioItem label.error{
	top: 25px;
	left: 0;
}
.checkBox.top label.error,
.radioItem.top label.error{
	top: -15px;
}
.checkBox label span:last-child,
.radioItem label span:last-child{
	position: relative;
	top: -3px;
}
.checkBox .bt-stack,
.radioItem .bt-stack{
	font-size: 26px !important;
	color: #007DB6;
	width: auto;
	margin-right: 3px;
}
.checkBox input[type="checkbox"],
.radioItem input[type="radio"]{
    display: none;
}
.checkBox input[type="checkbox"] + label .bt-checkbox-checked,
.radioItem input[type="radio"] + label .bt-radio-checked,
.checkBox input[type="checkbox"] + label + label .bt-checkbox-checked,
.radioItem input[type="radio"] + label + label .bt-radio-checked{
	display: none;
}
.checkBox input[type="checkbox"]:checked + label .bt-checkbox-checked,
.checkBox input[type="checkbox"]:checked + label span:last-child,
.radioItem input[type="radio"]:checked + label .bt-radio-checked,
.radioItem input[type="radio"]:checked + label span:last-child,
.checkBox input[type="checkbox"]:checked + label + label .bt-checkbox-checked,
.checkBox input[type="checkbox"]:checked + label + label span:last-child,
.radioItem input[type="radio"]:checked + label + label .bt-radio-checked,
.radioItem input[type="radio"]:checked + label + label span:last-child{
	display: inline;
	color: #007DB6;
}
.checkBox input[type="checkbox"]:checked + label .bt-checkbox-unchecked,
.radioItem input[type="radio"]:checked + label .bt-radio-unchecked,
.checkBox input[type="checkbox"]:checked + label + label .bt-checkbox-unchecked,
.radioItem input[type="radio"]:checked + label + label .bt-radio-unchecked{
	display: none;
}
.togglem,
.togPerson{
	padding: 0 !important;
}
.toggle > span,
.togPerson > span > span{
	padding: 8px 20px;
	display: inline-block;
}
.togPerson > span > span:nth-child(2),
.togPerson > span.click > span:first-child{
	display: none;
}
.togPerson > span.click > span:nth-child(2){
	display: inline-block;
}
.togPerson > span.click > span{
	background-color: #BF171A;
}
.radioItem .toggle > span,
.checkBox .toggle > span{
	padding: 0;
}
.zIt{
    position: relative;
    z-index: 3 !important;
}

/**   
#007DB6 - blue
#09AFFF - light blue
#003766 - dark blue
**/