@charset "UTF-8";
/* CSS Document */

/* THEME SPECIFIC CUSTOMIZATIONS ------------------------------------------------------------------------ */
h4.card-title:before { display:none; }

cf-homepage {
    background-color: rgba(255,255,255,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg-cf-homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: top right!important;
    box-shadow: inset 0 0 0 rgb(0 0 0);
}

/* IMG RESPONSIVE ------------------------------------------------------------------------ */
.img-responsive	{	display:block; width:100%; height:auto;	}




/* DESKTOP ------------------------------------------------------------------------ */ 
@media only screen and (min-device-width: 992px){
	.displayonlyonmobile 	{	display:none!important;		}
	.displayonlyondesktop 	{	}
}

/* MOBILE */
@media only screen and (max-device-width: 991px){
	.displayonlyonmobile 	{	}
	.displayonlyondesktop 	{	display:none!important;		}
	.hpemailmobile { font-size: 18px!important; }
	.row3 { margin-left:10px!important; margin-right: 10px!important;}
}




/* FONTS ------------------------------------------------------------------------ */
.font-1, h1, h2, .custom-header-hp { 
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 800;		
}

.font-2, h3, h4, h5, h6 { 
	font-family: 'Open Sans', sans-serif!important;
}

p, li { 
	font-family: 'Open Sans', sans-serif!important;
	font-weight:500;
	letter-spacing: -0.02em;  
}

ul.dropdown-menu {	margin-left:0!important;	}

.custom-header1 {	font-style: italic; font-weight:400!important; font-size:20px!important; line-height:1!important; margin-bottom: 2px!important;	}

.custom-header2 {	font-size:28px!important; line-height:1!important; margin-bottom: 2px!important; padding-bottom:10px;	}

.financingservices { padding-top: 20px; padding-bottom:20px;}

.financingservices h4.custom-header4 { font-size: 22px!important;  margin-bottom: 2px!important;	}

.financingservices ol li,  .financingservices ul li { font-size: 14px!important;  line-height:1!important; padding:2px 0!important; margin-bottom: 2px!important;	}

.financingservices p { font-size: 14px!important;  line-height:1.2!important; padding-top:5px; margin-bottom: 2px!important;	}




/* BUTTONS ------------------------------------------------------------------------ */
.btn, .btn-primary {	background-color:#434343!important;	color:white!important;	text-shadow:0 0 0!important; box-shadow:0 0 0!important;	border:0!important;	}
.btn:hover, .btn-primary:hover {	background-color:#121212!important;	 color:white!important; text-shadow:0 0 0!important; box-shadow:0 0 0!important;	border:0!important;	}
.myButton {
	box-shadow: -3px 4px 0px 0px #949494;
	background:linear-gradient(to bottom, #8DA7B9 5%, #8DB3CE 100%);
	background-color:#8DA7B9!important;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
}
.myButton:hover {
	background:linear-gradient(to bottom, #8DB3CE 5%, #8DA7B9 100%);
	background-color:#8DB3CE!important;
	color:#8DA7B9;
	text-decoration:none;


}
.myButton:active {
	position:relative;
	top:1px;
}



/* CUSTOM COLORS ------------------------------------------------------------------------ */
.color-1, .custom-header1, .custom-header4 			{ color: #252525!important;		}
.color-2, .custom-header2, h3, h2, h1, h3, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .custom-header3			{ color: #2E3C51!important;}
.color-3			{ color: #5A5D62!important;}
.color-4,ul.checklist2 li:before, ul.checklist li:before			{ color: #8DA7B9!important;}
.color-5 			{ color: #F2F5F5!important;}
.color-dark  		{ color: #333333!important;}
.color-white 		{ color: #FFFFFF!important;}
/*.color-spot		{ color: #XXXXXX!important;}*/

.bkg-color-1 		{ background-color: #252525!important;}
.bkg-color-2 		{ background-color: #2E3C51!important;}
.bkg-color-3		{ background-color: #5A5D62!important;}
.bkg-color-4 		{ background-color: #8DA7B9!important;}
.bkg-color-5 		{ background-color: #F2F5F5!important;}
.bkg-color-dark  	{ background-color: #333333!important;}
.bkg-color-white 	{ background-color: #FFFFFF!important;}
/*.bkg-color-spot	{ background-color: #XXXXXX!important;}*/
