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



/* BRAND STYLE START */

.cc-ford3-clr a {color: #046DB4 !important;}

.cc-ford3-bg {background: #046DB4 !important;}

.cc-ford3 h2:after {content: ""; display: block; width: 40px; height: 5px; background: #046DB4 !important; margin: 20px 0px;}

.cc-ford3 h4:after {content: ""; display: block; width: 40px; height: 5px; background: #046DB4 !important; margin: 20px auto;}
 
.cc-ford3-focus:focus{border: 2px dotted #046DB4;}





.cc-maincta2 {
  color: white !important;
	background-color: #00944B !important;
	text-transform: none !important;
}
.cc-maincta2:focus {
  border: 2px dotted #262626;
}
.cc-subcta2 {
  background-color: #112645 !important;
  color: white !important;
	text-transform: none !important;
}




.video-wrap {
	width: 50%;
	min-width: 280px;
	margin: 40px auto;
}
	
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}