/* CSS Document */

/**   
#003A8C - blue
#0053C4 - light blue
#86B039 - green
#CDD65D - light green
#323232 - black
#EFEFEF - light gray

rgba(0, 58, 140, 1) - blue
rgba(0, 83, 196, 1) - light blue
rgba(134, 176, 57, 1) - green
rgba(205, 214, 93, 1) - light green
rgba(50, 50, 50, 1) - black
rgba(239, 239, 239, 1) - light gray
**/

html{
	overflow-x: hidden;
}
body{
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 !important;
	overflow: visible !important;
}
[data-canvas]{
	box-shadow: 10px 0 10px -10px rgba(0,0,0,.3);
}
[data-canvas=container]{
	background-color: transparent !important;
	padding-top: 60px !important;
}
#fanBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../images/bg-fan.jpg) no-repeat center;
	background-size: contain;
}
main{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.cd-top{
	bottom: 10px;
	right: 10px;
	font-size: 36px;
	color: #86B039;
	transition: all .3s ease !important;
	z-index: 1000;
}
.cd-top:hover,
.cd-top:focus{
	color: #CDD65D;
}
img{
	border: 0px;
}
p{
	margin: 0 !important;
	padding: 0 !important;
}
a{
	transition: all 0.3s ease;	
}
a:hover,
a:focus{
	text-decoration: none !important;
}
.container{
	max-width: 1230px !important;
	position: relative;
}
.container.widish{
	max-width: 1430px !important;
}
.container.wide{
	max-width: 1630px !important;
}
.container.widest{
	max-width: 1830px !important;
}
.container.wide{
	max-width: 1630px !important;
}
.container.full{
	max-width: 100% !important;
	padding: 0 !important;
}
.modal{
	z-index: 99999999 !important;
}
.remodal{
	max-width: 800px !important;
	text-align: left !important;
	padding: 20px !important;
}
.remodal.sm{
	max-width: 500px !important;
}
.remodal.xl{
	max-width: 95% !important;
	padding: 0 !important;
	background-color: transparent !important;
}
.remodal-close{
	top: 3px !important;
	right: 3px !important;
	left: auto !important;
	font-size: 30px;
	outline: none !important;
}
.remodal.xl .remodal-close{
	top: -40px !important;
	right: -8px !important;
}
.remodal-close:hover{
	color: #86B039 !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%;
	background: url(../images/bg-grate.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.15);
	z-index: 1001;
}
#navMobile .logo img{
	width: 160px;
}
#navMobile .toggle span{
	display: block;
	line-height: 60px;
	font-size: 50px;
	color: #003A8C;
}
#sbNav{
	background-color: #003A8C !important;
	width: 300px;
}
#sbNav .logo img{
	width: 215px;
}
#sbNav nav a{
	display: block;
	border-bottom: 1px solid #0053C4;
	padding: .75rem 1rem;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#sbNav nav a:hover,
#sbNav nav a:focus{	
	background-color: #0053C4;
	color: #FFF;
}
#sbNav nav a:first-child{
	border-top: 1px solid #0053C4;
}
#sbNav .info,
#sbNav .info a{
	color: #FFF;
}
#sbNav .info .phone a,
#sbNav .info .address,
#sbNav .info .social a{
	display: flex;
	align-content: center;
}
#sbNav .info > div > span,
#sbNav .info > div > a > span{
	align-self: center;
}
#sbNav .info > div > span:nth-child(2),
#sbNav .info > div > a > span:nth-child(2){
	margin-left: .3rem;
	font-size: 14px;
}
#sbNav .info .phone{
	font-weight: 700;
}
#sbNav .info .phone a > span:nth-child(2){
	font-size: 20px;
}
#sbNav .info .address > span:nth-child(2){
	align-self: center;
}
#sbNav .info .address > span:nth-child(2) > span{
	display: block;
}
#sbNav .info .address > span:nth-child(2) > span:nth-child(2){
	display: none;
}

/* End Offcanvas Nav Styles */
#rotator{
	height: 150px !important;
}
#actionCalls a{
	display: block;
	position: relative;
}
#actionCalls a .bordIt{
	background: url(../images/bg-border.png) no-repeat center;
	background-size: contain;
	height: 30px;
}
#actionCalls a .h1.main{
	letter-spacing: 4px;
}
#actionCalls a > div{
	height: 175px;
	border: 2px solid #FFF;
	border-radius: 15px;
}
#actionCalls a:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	transition: all .3s ease;
}
#actionCalls a:hover:before,
#actionCalls a:focus:before{
	opacity: .93;
}
#actionCalls > a:first-child{
	background: url(../images/cta1.jpg) no-repeat center;
	background-size: cover;
}
#actionCalls > a:nth-child(2){
	background: url(../images/cta2.jpg) no-repeat center;
	background-size: cover;
}
#actionCalls > a:nth-child(3){
	background: url(../images/cta3.jpg) no-repeat center;
	background-size: cover;
}
#actionCalls > a:first-child:before,
#actionCalls > a:nth-child(3):before{
	background-color: #003A8C;
}
#actionCalls > a:nth-child(2):before{
	background-color: #86B039;
}
#mainText .ctas > a .icon{
	height: 100px;
	width: 100px;
	min-width: 100px;
	transition: all .2s linear
}
#mainText .ctas > a:hover .icon{
	transform: scale(1.05);
}
#mainText .ctas > a:first-child .icon{
	background: url(../images/icon1.png) no-repeat center;
	background-size: contain;
}
#mainText .ctas > a:nth-child(2) .icon{
	background: url(../images/icon2.png) no-repeat center;
	background-size: contain;
}
#mainText .ctas > a:nth-child(3) .icon{
	background: url(../images/icon3.png) no-repeat center;
	background-size: contain;
}
#mainText .ctas > a:nth-child(4) .icon{
	background: url(../images/icon4.png) no-repeat center;
	background-size: contain;
}
#newSystem{
	background: url(../images/bg-new-system.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#newSystem:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #86B039;
	opacity: .7;
}
#homeTestimonials .controls span{
	color: #003A8C;
	transition: all .3s ease;
}
#homeTestimonials .controls span:hover{
	color: #86B039;
}

/* FOOTER CSS */
footer{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}
footer,
footer a{
	color: #FFF;
}
footer a:hover,
footer a:focus{
	color: #86B039;
}
footer .logo img{
	width: 250px;
}
footer nav a{
	margin: 0 7px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
footer .content .phone a,
footer .content .address,
footer .content .social a{
	display: flex;
	justify-content: center;
	align-content: center;
}
footer .content > div > span,
footer .content > div > a > span{
	align-self: center;
}
footer .content > div > span:nth-child(2),
footer .content > div > a > span:nth-child(2){
	margin-left: .3rem;
	font-size: 12px;
}
footer .content .phone{
	font-weight: 700;
}
footer .content .phone a > span:nth-child(2){
	font-size: 20px;
}
footer .info{
	font-size: 9px;
}
footer .info a{
	cursor: pointer;
}
footer .info .built a:hover,
footer .info .built a:focus{
	color: #FF9900;
}


/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){
	.remodal.xl{
		max-width: 80% !important;
	}
	#rotator{
		height: 250px !important;
	}
	#actionCalls a .bordIt{
		height: 25px;
	}
	#actionCalls a .h1.main{
		letter-spacing: 2px;
	}
	#mainText .ctas > a .icon{
		height: 125px;
		width: 125px;
		min-width: 125px;
	}
	
	/* FOOTER CSS */
	footer .logo img{
		width: 275px;
	}
	footer nav a{
		margin: 0 10px;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
	.cd-top {
		font-size: 44px;
	}
	.remodal.xl{
		max-width: 90% !important;
	}
	#rotator{
		height: 325px !important;
	}
	#actionCalls a .bordIt{
		height: 30px;
	}
	#actionCalls a > div{
		height: 185px;
	}
	
	/* FOOTER CSS */
	footer .logo img{
		width: 300px;
	}
	footer nav a{
		margin: 0 15px;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	body{
		font-size: 15px !important;
	}
	#rotator{
		height: 450px !important;
	}
	#actionCalls a .bordIt{
		height: 35px;
	}
	#actionCalls a .h1.main{
		letter-spacing: 3px;
	}
	#actionCalls a > div{
		height: 200px;
	}
	
	/* FOOTER CSS */
	footer .logo img{
		width: 340px;
	}
	footer nav a{
		margin: 0 17px;
		font-size: 14px;
	}
	
}

/* Desktop */
@media(min-width:1200px){
	.cd-top {
		right: 20px;
		font-size: 50px;
	}
	.remodal{
		max-width: 900px !important;
		padding: 30px !important;
	}
	.remodal.xl{
		max-width: 75% !important;
	}
	[data-canvas=container]{
		padding-top: 200px !important;
	}
	header,
	#navMain-sticky-wrapper{
		position: absolute;
	}
	header,
	#navMain-sticky-wrapper,
	#navMain{
		width: 100% !important;
		z-index: 1001 !important;
	}
	header,
	header .container{
		height: 150px;
	}
	header{
		top: 0;
		background: url(../images/bg-grate.jpg) no-repeat center;
		background-size: cover;
	}
	header .logo img{
		width: 375px;
	}
	header .phone a{
		text-align: center;
	}
	header .phone a > span{
		display: block;
	}
	header .phone a > span:first-child{
		color: #86B039;
	}
	header .phone a > span:nth-child(2){
		font-size: 24px;
		color: #323232;
		font-weight: 700;
	}
	header .slogan{
		font-weight: 700;
		line-height: 1;
	}
	header .slogan > div:first-child{
		font-size: 30px;
		color: #003A8C;
		font-style: italic;
		letter-spacing: 0;
	}
	header .slogan > div:nth-child(2){
		font-family: 'Oswald', sans-serif;
		font-size: 48px;
		color: #86B039;
		letter-spacing: 5px;
	}
	#navMain,
	#navMain .container,
	#navMain .container nav{
		height: 50px;
	}
	#navMain-sticky-wrapper{
		top: 150px;
	}
	#navMain nav a{
		margin: 0 30px;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		color: #FFF;
		font-weight: 700;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	#navMain nav a:hover,
	#navMain nav a:focus{
		color: #86B039;
	}
	#rotator{
		height: 500px !important;
	}
	#actionCalls a .h1.main{
		letter-spacing: 4px;
	}
	#actionCalls a > div{
		height: 225px;
		border: 3px solid #FFF;
	}
	#mainText .ctas > a .icon{
		height: 150px;
		width: 150px;
		min-width: 150px;
	}
	
	/* FOOTER CSS */
	footer .logo img{
		width: 375px;
	}
	footer nav a{
		margin: 0 22px;
		font-size: 16px;
		letter-spacing: 2px;
	}
	footer .content > div > span:nth-child(2),
	footer .content > div > a > span:nth-child(2){
		font-size: 14px;
	}
	footer .info{
		font-size: 11px;
	}
	
}

@media(min-width:1400px){
	#rotator{
		height: 550px !important;
	}
	#actionCalls a .bordIt{
		height: 40px;
	}
	#actionCalls a > div{
		height: 250px;
	}
	

}

@media(min-width:1600px){
	.remodal{
		max-width: 1050px !important;
	}
	.remodal.xl{
		max-width: 80% !important;
	}
	#rotator{
		height: 575px !important;
	}
	#actionCalls a .h1.main{
		letter-spacing: 5px;
	}
	#actionCalls a > div{
		height: 285px;
	}
	
}

@media(min-width:1800px){
	.remodal{
		max-width: 1200px !important;
	}	
	#rotator{
		height: 600px !important;
	}
	#actionCalls a > div{
		height: 310px;
	}
	
}


/*************** Typography Styles ***************/

body{
	font-family: 'Open-Sans', sans-serif !important;
	font-size: 14px !important;
	color: #323232 !important;
	font-weight: 400 !important;
	letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0 !important;
	font-family: 'Oswald', sans-serif !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}
.flex-1{
	flex: 1;
}
.remodal h2,
.remodal h3{
	font-size: 22px;
	color: #86B039;
}
.text-block.sm .block{
	max-width: 600px;
}
.text-block.lg .block{
	max-width: 800px;
}
.text-block.xl .block{
	max-width: 1000px;
}
.lead{
	font-size: 16px !important;
}
.lead.lg{
	font-size: 20px !important;
}
.text-xs{
	font-size: 10px !important;
}
.text-sm{
	font-size: 12px !important;
}
h1.main,
h1 .main,
.h1.main,
.h1 .main,
h2.main,
h2 .main,
.h2.main,
.h2 .main{
	font-size: 28px !important;
}
h3.main,
h3 .main,
.h3.main,
.h3 .main,
.lead.xl{
	font-size: 18px !important;
}

/* Phone (landscape) */
@media (min-width: 576px){
	.flex-sm-1{
		flex: 1;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.lead.xl{
		font-size: 22px !important;
	}
	

}

/* Tablet (portrait) */
@media(min-width:768px){
	.flex-md-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 26px;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 32px !important;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.lead.xl{
		font-size: 24px !important;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	body{
		font-size: 15px !important;
	}
	.flex-lg-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 30px;
	}
	.lead{
		font-size: 18px !important;
	}
	.lead.lg{
		font-size: 22px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 36px !important;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.lead.xl{
		font-size: 26px !important;
	}
	
}

/* Desktop */
@media(min-width:1200px){
	body{
		font-size: 16px !important;
	}
	.flex-xl-1{
		flex: 1;
	}
	.remodal h2,
	.remodal h3{
		font-size: 36px;
	}
	.lead{
		font-size: 20px !important;
	}
	.lead.lg{
		font-size: 24px !important;
	}
	.text-xs{
		font-size: 12px !important;
	}
	.text-sm{
		font-size: 14px !important;
	}
	.card-columns.four{
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 42px !important;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.lead.xl{
		font-size: 28px !important;
	}
	
}

@media(min-width:1400px){
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 44px !important;
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main,
	.lead.xl{
		font-size: 30px !important;
	}
	
	
}

@media(min-width:1600px){
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 46px !important;
	}
	
}

@media(min-width:1800px){
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 50px !important;
	}
	
}

.fOpen{
	font-family: 'Open-Sans', sans-serif !important;
}
.fOswald{
	font-family: 'Oswald', sans-serif !important;
}
.f200{
	font-weight: 200 !important;
}
.f300{
	font-weight: 300 !important;
}
.f400{
	font-weight: 400 !important;
}
.f500{
	font-weight: 500 !important;
}
.f600{
	font-weight: 600 !important;
}
.f700{
	font-weight: 700 !important;
}
.f800{
	font-weight: 800 !important;
}
.f900{
	font-weight: 900 !important;
}
.smlh{
	line-height: .8 !important;
}
.plh{
	line-height: 1 !important;
}
.mlh{
	line-height: 1.2 !important;
}
.slh{
	line-height: 1.4 !important;
}
.tlh{
	line-height: 1.6 !important;
}
.ls1{
	letter-spacing: 1px;
}
.ls2{
	letter-spacing: 2px;
}
.ls3{
	letter-spacing: 3px;
}
a .link{
	transition: all .3s ease;
}
.text-blue,
a.text-blue.link,
a .text-blue.link,
a:hover.text-green.link,
a:focus.text-green.link,
a:hover .text-green.link,
a:focus .text-green.link{
	color: #003A8C !important;
}
.text-green,
a.text-green.link,
a .text-green.link,
a:hover.text-blue.link,
a:focus.text-blue.link,
a:hover .text-blue.link,
a:focus .text-blue.link{
	color: #86B039 !important;
}
label,
b,
strong{
	font-weight: 700 !important;
}
.text-shad{
	text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

/********************************************************** Helper Classes ******************************************************************/
hr{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.bord{
	border: 3px dashed;
}
.bord.short{
	border: 2px dashed;
}
.bord.min{
	width: 200px;
}
.bord.w1200{
	max-width: 1200px;
}
.bord.white{
	border-color: #FFF;
}
.bord.blue{
	border-color: #003A8C;
}
.bord.green{
	border-color: #86B039;
}
.zIt{
	position: relative;
	z-index: 2;
}
.hrGray{
	border-color: #EFEFEF !important;
}
.modal-backdrop{
	opacity: .5 !important;
}
.modal-open{
	padding-right: 0 !important;
}
.jumbotron{
	margin-bottom: 0 !important;
}
.posRel{
	position: relative;
}
.pointer{
	cursor: pointer;
}
input,
textarea,
select{
	border: 1px solid #EFEFEF !important;
	border-radius: 15px !important;
	color: #003A8C !important;
	background-color: #FFF !important;
}
input:focus,
textarea:focus,
select:focus{
	border-color: transparent !important;
  	box-shadow: 0 0 0 0.2rem rgba(0, 58, 140, .3) !important;
}
input[type="checkbox"] + span,
input[type="checkbox"] + label + span,
input[type="radio"] + label > span{
	cursor: pointer;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label + span,
input[type="radio"]:checked + label > span{
    color: #86B039 !important;
}
label,
b,
strong{
	font-weight: 700 !important;
}
.asterisk,
label.error{
	color: #BF171A !important;		
}
label{
	text-transform: uppercase;
}
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: #323232 !important;
	font-style: italic !important;
}
.form-control:-ms-input-placeholder{
 	color: #323232 !important;
	font-style: italic !important;
}
.form-control::-webkit-input-placeholder{
  	color: #323232 !important;
	font-style: italic !important;
}
.btn{
	font-family: 'Oswald', sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 15px !important;
	transition: all 0.3s ease !important;
}
.btn:focus{
	outline: none !important;
}
.btnMain{
	background-color: #003A8C !important;
	border-color: #003A8C !important;
	color: #FFF !important;
}
.btnMain:hover,
.btnMain.active,
.btnMain:focus{
	background-color: #0053C4 !important;
	border-color: #0053C4 !important;
}
.btnMain:focus{
  	box-shadow: 0 0 0 0.2rem rgba(0, 58, 140, .25) !important;
}
.btnGreen{
	background-color: #86B039 !important;
	border-color: #86B039 !important;
	color: #FFF !important;
}
.btnGreen:hover,
.btnGreen.active,
.btnGreen:focus{
	background-color: #CDD65D !important;
	border-color: #CDD65D !important;
}
.btnGreen:focus{
  	box-shadow: 0 0 0 0.2rem rgba(134, 176, 57, .25) !important;
}
::selection{
	background: #003A8C;
	color: #FFF;
}
::-moz-selection{
	background: #003A8C;
	color: #FFF;
}
::-webkit-selection{
	background: #003A8C;
	color: #FFF;
}
.googleCaptcha{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
	transform-origin: 0 0 !important;
	-webkit-transform-origin: 0 0 !important;
}
.grecaptcha-badge{
	z-index: 1999;
	visibility: hidden;
}
.slick-slide,
.slick-slide a,
.hamburger{
	outline: none !important;
}
.blueimp-gallery>.close,
.blueimp-gallery>.prev,
.blueimp-gallery>.next{
    color: #FFF !important;
}
.checkBox,
.radioItem{
	position: relative;
}
.checkBox label,
.radioItem label{
	cursor: pointer;
}
.checkBox label.error,
.radioItem label.error{
	top: 25px;
	left: 0;
}
.checkBox.top label.error,
.radioItem.top label.error{
	top: -15px;
}
.checkBox .fa-stack,
.radioItem .fa-stack,
.svg-inline--fa.fa-stack-1x{
	width: 32px;
}
.checkBox .fa-stack,
.radioItem .fa-stack{
	height: auto;
	color: #003A8C;
}
.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: #003A8C;
}
.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: #003A8C;
}
.checkBox input[type="checkbox"]:checked + label .fa-square,
.radioItem input[type="radio"]:checked + label .fa-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-square,
.radioItem input[type="radio"]:checked + label + label .fa-circle{
	display: none;
}
.gj-picker{
	z-index: 9999999999 !important;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
    background-color: #003A8C !important;
    border-color: #003A8C !important;
}
.gj-picker-bootstrap table tr td.today div{
    color: #003A8C !important;
}
.bg-lg{
	background-color: #EFEFEF !important;
}
.bg-blue{
	background-color: #003A8C !important;
}
.bg-green{
	background-color: #86B039 !important;
}
.pswp__bg{
	opacity: .9 !important;
}
.pswp__caption{
	background-color: #FFF !important;
}
.pswp__caption__center{
	max-width: 100% !important;
	text-align: center !important;
	font-size: 12px !important;
	color: #003A8C !important;
	font-weight: 700;
}
@media(min-width:768px){
	.pswp__caption__center{
		padding: 15px !important;
		font-size: 14px !important;
	}
}
@media(min-width:992px){
	.pswp__caption__center{
		max-width: 90% !important;
		padding: 20px !important;
		font-size: 16px !important;
	}
}
@media(min-width:1200px){
	.pswp__caption__center{
		max-width: 85% !important;
		padding: 25px !important;
		font-size: 18px !important;
	}
}
@media(min-width:1600px){
	.pswp__caption__center{
		padding: 30px !important;
		font-size: 20px !important;
	}
}

/**   
#003A8C - blue
#0053C4 - light blue
#86B039 - green
#CDD65D - light green
#323232 - black
#EFEFEF - light gray

rgba(0, 58, 140, 1) - blue
rgba(0, 83, 196, 1) - light blue
rgba(134, 176, 57, 1) - green
rgba(205, 214, 93, 1) - light green
rgba(50, 50, 50, 1) - black
rgba(239, 239, 239, 1) - light gray
**/