/* CSS Document */

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;
	background: url("../images/bg-main.jpg") no-repeat fixed center;
	background-size: cover;
}
[data-canvas=container]{
	background-color: transparent !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: var(--primary-color);
	transition: all .3s ease !important;
	z-index: 1000;
}
.cd-top:hover,
.cd-top:focus{
	color: var(--primary-color-hover);
}
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.full{
	max-width: 100% !important;
	padding: 0 !important;
}
.modal{
	z-index: 99999999 !important;
}
.remodal{
	max-width: 1200px !important;
	text-align: left !important;
}
.remodal.sm{
	max-width: 500px !important;
}
.remodal.xl{
	max-width: 95% !important;
}
.remodal-close{
	top: 3px !important;
	right: 3px !important;
	left: auto !important;
	font-size: 30px;
	outline: none !important;
}
.remodal-close:hover{
	color: var(--secondary-color) !important;
}
.remodal-close:before{
	content: "" !important;
}
.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%;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.15);
	z-index: 1005;
}
#navMobile .logo img{
	width: 100px;
}
#navMobile .toggle{
	width: 44px;
    transform: translateY(2px);
}
#navMobile .toggle span{
	display: block;
	line-height: 60px;
	font-size: 50px;
}
#sbNav{
	width: 100%;
	height: 100%;
	z-index: 1004;
}
#sbNav .content{
	padding-top: 60px;
}
#sbNav .logo img{
	width: 180px;
}
#sbNav nav > div{
	border-top: 1px solid var(--extra-light-gray-color);
}
#sbNav nav > div:last-child{
	border-bottom: 1px solid var(--extra-light-gray-color);
}
#sbNav nav > div:nth-child(even){
	display: none;
}
#sbNav nav > div > a{
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: .75rem 1rem;
	font-family: var(--secondary-font);
	font-size: 16px;
	color: var(--primary-color);
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: none;
}
#sbNav nav > div > a span:nth-child(2){
	color: var(--secondary-color);
}
#sbNav nav > .dropdown.show > a > span:nth-child(2){
	transform: rotate(-180deg);
	position: relative;
	top: -2px;
}
#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: var(--white);
}
#sbNav > nav > div > a:hover,
#sbNav > nav > div > a:focus,
#sbNav nav .dropdown.show > a{
	background-color: var(--secondary-color);
}
#sbNav nav .dropdown .dropdown-toggle::after{
	content: none;
}
#sbNav nav .dropdown .dropdown-menu{
	position: relative !important;
	width: 100%;
	float: none;
	background-color: var(--white);
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	transform: none !important;
}
#sbNav nav .dropdown .dropdown-menu .dropdown-item{
	padding: 1rem;
	border-bottom: 1px solid var(--lightest-gray-color);
	font-family: var(--secondary-font);
	font-size: 14px;
	color: var(--dark-gray-color);
	letter-spacing: 2px;
}
#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: var(--secondary-color);
	color: var(--white);
}
/* End Offcanvas Nav Styles */
#action-calls a{
	position: relative;
	transition: all .2s linear;
}
#action-calls a:hover{
	transform: translateY(-10px);
}
#action-calls a:after,
#video-home .video:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
}
#action-calls a:after{
	opacity: .25;
	transition: all .3s ease;
}
#action-calls a:hover:after{
	opacity: .7;
}
#video-home .video{
	height: 325px;
	background: url("../images/bg-video.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}
#video-home .video:after{
	opacity: .6;
	border-radius: 30px;
}
#video-home .video .icon{
	height: 150px;
	width: 150px;
	border-radius: 150px;
}
#home-gallery .carousel .item a{
	height: 225px;
}
.card.main .image{
	height: 250px;
	background: url(../images/placeholder.jpg) no-repeat center center;
}

/* FOOTER CSS */
footer{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}
footer img{
	height: 70px;
}


/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
	.remodal.xl{
		max-width: 80% !important;
	}
	#sbNav{
		max-width: 400px;
		right: 0;
		box-shadow: -2px 0px 2px 2px rgba(0,0,0,.05);
	}
	#action-calls a{
		height: 300px;
	}
	#video-home .video{
		height: 350px;
	}
	
	/* FOOTER CSS */
	footer img{
		height: 75px;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
	.cd-top {
		font-size: 44px;
	}
	.remodal.xl{
		max-width: 90% !important;
	}
	#video-home .video{
		height: 400px;
	}
	#home-gallery .carousel .item a{
		height: 275px;
	}
	.card.main .image{
		height: 200px;
	}
	
	/* FOOTER CSS */
	footer img{
		height: 85px;
	}

}

/* Tablet (landscape) */
@media(min-width:992px){
	#action-calls a{
		height: 350px;
	}
	#video-home .video{
		height: 500px;
	}
	#home-gallery .carousel .item a{
		height: 250px;
	}
	.card.main .image{
		height: 275px;
	}
	
	/* FOOTER CSS */
	footer img{
		height: 75px;
	}
	
	
}

/* Desktop */
@media(min-width:1200px){
	.cd-top {
		right: 20px;
		font-size: 50px;
	}
	.remodal.xl{
		max-width: 100% !important;
	}
	[data-canvas=container]{
		padding-top: 120px !important;
	}
	header{
		position: fixed;
		top: 0;
		height: 120px;
		width: 100%;
		z-index: 1001 !important;
	}
	header .top,
	header .top .container{
		height: 50px;
	}
	header .top{
		position: relative;
		z-index: 1;
	}
	header .top nav > div{
		margin-right: 1.75rem;
	}
	header .top nav > div:last-child{
		margin-right: 0;
	}
	header .top nav > div:nth-child(even){
		display: none;
	}
	header .top .logo{
		border-radius: 0 0 30px 30px;
	}
	header .top .logo img{
		width: 200px;
	}
	header .bottom,
	header .bottom .container{
		height: 70px;
	}
	header .bottom nav > div:nth-child(even){
		color: var(--secondary-color);
	}
	header .bottom nav > div > a{
		display: block;
		line-height: 70px;
		font-family: var(--secondary-font);
		color: var(--white);
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	header .bottom nav > div > a:hover,
	header .bottom nav > .dropdown.show > a{
		color: var(--secondary-color) !important;
	}
	header .bottom nav > .dropdown > a > span:last-child,
	header .bottom nav .dropdown-toggle::after{
		display: none;
	}
	header .bottom nav > .dropdown .dropdown-menu{
		min-width: 250px;
		background-color: var(--lightest-gray-color);
		box-shadow: 3px 3px 6px rgba(0,0,0,.1);
		border: 0;
		border-radius: 0;
		margin: 0;
		padding: 1rem;
		cursor: default;
	}
	header .bottom nav > .dropdown .dropdown-menu .dropdown-item{
		padding: .75rem 0 !important;
		border-bottom: 1px solid var(--extra-light-gray-color);
		font-family: var(--secondary-font);
		font-size: 14px;
		color: var(--gray-color) !important;
		letter-spacing: 2px;
	}
	header .bottom nav > .dropdown .dropdown-menu .dropdown-item:last-child{
		border-bottom: none;
	}
	header .bottom nav > .dropdown .dropdown-menu .dropdown-item:hover,
	header .bottom nav > .dropdown .dropdown-menu .dropdown-item:focus{
		background-color: transparent !important;
		color: var(--secondary-color) !important;
	}
	header .bottom .container > div{
		min-width: 248px;
		max-width: 248px;
		height: 70px;
	}
    
    header .button{
        position: absolute;
        bottom: -42px;
        right: 15px;
        min-width: inherit !important;
        max-width: inherit !important;
        height: auto !important;
    }
    
	#action-calls a{
		height: 375px;
	}
	#video-home .video{
		height: 600px;
	}
	#home-gallery .carousel .slides{
		min-width: 94%;
		max-width: 94%;
	}
	#home-gallery .carousel .control{
		min-width: 3%;
		max-width: 3%;
	}
	#home-gallery .carousel .item a{
		height: 300px;
	}
	.card.main .image{
		height: 250px;
	}
	
	
	/* FOOTER CSS */
	footer img{
		height: 100px;
	}
	
}

@media(min-width:1400px){
	.remodal.xl{
		max-width: 1400px !important;
	}
	#home-gallery .carousel .item a{
		height: 350px;
	}

}

@media(min-width:1600px){
	#home-gallery .carousel .slides{
		min-width: 96%;
		max-width: 96%;
	}
	#home-gallery .carousel .control{
		min-width: 2%;
		max-width: 2%;
	}
	#home-gallery .carousel .item a{
		height: 335px;
	}
	
}

@media(min-width:1800px){
	#home-gallery .carousel .item a{
		height: 375px;
	}
	
}


/*************** Typography Styles ***************/

body{
	font-family: var(--primary-font) !important;
	font-size: 16px !important;
	color: var(--body-color) !important;
	font-weight: 400 !important;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0 !important;
	font-family: var(--secondary-font) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}
.flex-1{
	flex: 1;
}
.remodal h2,
.remodal h3{
	font-size: 22px;
	color: var(--primary-color);
}
.text-block.xs .block{
	max-width: 400px;
}
.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-set,
.lead.lg{
	font-size: 20px !important;
}
.lead-set.lg,
.lead.xl{
	font-size: 24px !important;
}
.text-xs{
	font-size: 10px !important;
}
.text-sm,
.text-xs-set{
	font-size: 12px !important;
}
.text-sm-set{
	font-size: 14px !important;
}
.ls0{
	letter-spacing: 0;
}
.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{
	font-size: 28px;
}
h1.main.xl,
h1 .main.xl,
.h1.main.xl,
.h1 .main.xl,
h1.main .xl,
h1 .main .xl,
.h1.main .xl,
.h1 .main .xl,
h2.main.xl,
h2 .main.xl,
.h2.main.xl,
.h2 .main.xl,
h2.main .xl,
h2 .main .xl,
.h2.main .xl,
.h2 .main .xl{
	font-size: 40px;
}
h3.main,
h3 .main,
.h3.main,
.h3 .main{
	font-size: 22px;
}
h3.main-set,
h3 .main-set,
.h3.main-set,
.h3 .main-set{
	font-size: 40px;
}
.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;
}

/* 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;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 34px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h1.main .xl,
	h1 .main .xl,
	.h1.main .xl,
	.h1 .main .xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl,
	h2.main .xl,
	h2 .main .xl,
	.h2.main .xl,
	.h2 .main .xl{
		font-size: 54px;
	}
	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;
	}

}

/* 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;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 38px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h1.main .xl,
	h1 .main .xl,
	.h1.main .xl,
	.h1 .main .xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl,
	h2.main .xl,
	h2 .main .xl,
	.h2.main .xl,
	.h2 .main .xl{
		font-size: 64px;
	}
	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;
	}
	.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;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 44px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h1.main .xl,
	h1 .main .xl,
	.h1.main .xl,
	.h1 .main .xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl,
	h2.main .xl,
	h2 .main .xl,
	.h2.main .xl,
	.h2 .main .xl{
		font-size: 72px;
	}
	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;
	}
	.card-columns{
		-webkit-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.card-columns.four{
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.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;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 50px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h1.main .xl,
	h1 .main .xl,
	.h1.main .xl,
	.h1 .main .xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl,
	h2.main .xl,
	h2 .main .xl,
	.h2.main .xl,
	.h2 .main .xl{
		font-size: 80px;
	}
	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){
	
	
}

@media(min-width:1600px){
	
	
}

@media(min-width:1800px){
	
	
}

.font-primary{
	font-family: var(--primary-font) !important;
}
.font-secondary{
	font-family: var(--secondary-font) !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;
}
.ls1{
	letter-spacing: 1px;
}
.ls2{
	letter-spacing: 2px;
}
.ls3{
	letter-spacing: 3px;
}
.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{
	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{
	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{
	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{
	color: var(--secondary-color-hover) !important;
}
.text-alternate-color,
.text-alternate-color.link a,
a.text-alternate-color.link,
a .text-alternate-color.link{
	color: var(--alternate-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{
	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,
.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{
	color: var(--white) !important;
}
.text-shad{
	text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}
.main-link{
	transition: none;
	border-bottom: 5px solid var(--secondary-color);
}
.main-link > div{
	transition: all .2s linear;
}
.main-link:hover > div:nth-child(2){
	transform: translateX(6px);
}

/********************************************************** Helper Classes ******************************************************************/
hr{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.bord{
	height: 1px;
}
.bord.min{
	width: 100px;
}
.bord.w1000{
	max-width: 1000px;
}
.bord.w1200{
	max-width: 1200px;
}
.bord-primary-color{
	border-color: var(--primary-color) !important;
}
.bord-secondary-color{
	border-color: var(--secondary-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;
}
.box-shad{
	box-shadow: 2px 4px 6px rgba(0,0,0,.15);
}
.zIt{
	position: relative;
	z-index: 2;
}
.hrGray{
	border-color: var(--lightest-gray-color) !important;
}
.modal-backdrop{
	opacity: .5 !important;
}
.modal-open{
	padding-right: 0 !important;
}
.remodal-overlay{
	z-index: 999999 !important;
}
.remodal-wrapper{
	z-index: 9999999 !important;
}
.jumbotron{
	margin-bottom: 0 !important;
}
.posRel{
	position: relative;
}
.pointer{
	cursor: pointer;
}
.hide{
	visibility: hidden;
}
input,
textarea,
select{
	border: 1px solid var(--extra-light-gray-color) !important;
	color: var(--gray-color) !important;
	background-color: var(--white) !important;
}
input.error,
textarea.error,
select.error{
	border: 1px solid #721c24 !important;
	color: var(--white) !important;
	background-color: #f8d7da !important;
}
input:focus,
textarea:focus,
select:focus{
	border-color: transparent !important;
  	box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), .3) !important;
}
input.error:focus,
textarea.error:focus,
select.error:focus{
	border: 1px solid #721c24 !important;
  	box-shadow: none !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: var(--primary-color) !important;
}
label,
b,
strong{
	font-weight: 700 !important;
}
.asterisk,
label.error{
	color: #721c24 !important;		
}
label.error{
	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: var(--extra-light-gray-color) !important;
	font-style: italic;
	font-weight: 300;
}
.form-control:-ms-input-placeholder{
 	color: var(--extra-light-gray-color) !important;
	font-style: italic;
	font-weight: 300;
}
.form-control::-webkit-input-placeholder{
 	color: var(--extra-light-gray-color) !important;
	font-style: italic;
	font-weight: 300;
}
.btn,
.bord-rad,
.card,
.card-header,
.card-footer,
.alert,
.breadcrumb,
input,
textarea,
select,
.thumbnail,
.modal-content{
	border-radius: 30px !important;
}
.list-group-item-action:hover,
.list-group-item-action:focus{
	background-color: var(--lightest-gray-color) !important;
}
.btn{
	font-family: var(--secondary-font);
	font-weight: 700 !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: all 0.3s ease !important;
}
.btn:focus{
	outline: none !important;
}
.btnMain{
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: var(--white) !important;
}
.btnMain:hover,
.btnMain.active,
.btnMain:focus{
	background-color: var(--primary-color-hover) !important;
	border-color: var(--primary-color-hover) !important;
}
.btnMain:focus{
  	box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), .25) !important;
}
.btnSecondary{
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
	color: var(--white) !important;
}
.btnSecondary:hover,
.btnSecondary.active,
.btnSecondary:focus{
	background-color: var(--secondary-color-hover) !important;
	border-color: var(--secondary-color-hover) !important;
}
.btnSecondary:focus{
  	box-shadow: 0 0 0 0.2rem rgba(var(--secondary-color-rgba), .25) !important;
}
::selection{
	background: var(--primary-color);
	color: var(--white);
}
::-moz-selection{
	background: var(--primary-color);
	color: var(--white);
}
::-webkit-selection{
	background: var(--primary-color);
	color: var(--white);
}
.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;
}
.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: var(--dark-gray-color);
}
.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: var(--primary-color);
}
.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: var(--primary-color);
}
.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-datepicker [role=right-icon]{
	display: none !important;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.gj-picker-bootstrap table tr td.today div{
    color: var(--secondary-color) !important;
}
.bg-primary-color{
	background-color: var(--primary-color) !important;
}
.bg-secondary-color{
	background-color: var(--secondary-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;
}

:root{
    --body-color: #323232;
	--primary-color: #00285D;
	--primary-color-hover: #0075CF;
	--primary-color-rgba: 0, 40, 93;
	--primary-color-rgba-hover: 0, 117, 207;
	--secondary-color: #DEAB35;
	--secondary-color-hover: #E7BF65;
	--secondary-color-rgba: 222, 171, 53;
	--secondary-color-rgba-hover: 231, 191, 101;
	--lightest-gray-color: #EFEFEF;
	--extra-light-gray-color: #C8C8C8;
	--light-gray-color: #969696;
	--gray-color: #646464;
	--dark-gray-color: #323232;
	--black-color: #151515;
	--primary-font: 'Open-Sans', sans-serif;
	--secondary-font: 'Vollkorn', serif;
}
