@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,900);
* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	box-sizing:border-box;
}
body, html {
	margin: 0px;
	background-color:#F5F5F5;
	height:100%;
}


.top_wrap {
	height: 80px;
	width: 100%;
	background-color: #32383c;
}
.top_left {
	margin: 0 auto;
	width: 30%;
	height: auto;
	float:left;
}
.top_left img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding-top:8px;
	padding-left:0px;
	padding-bottom: 8px;
}
.top_right {
	margin: 0 auto;
	width: 70%;
	height: auto;
	float:left;
	padding-top:50px;
}
.top_right p {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.750em;
	font-weight: 700;
	text-align: right;
	color: #BCC445;
	padding-right: 60px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
	text-transform:uppercase;
}
.top_right p a:link, .top_right p a:visited {
	color: #fff200;
	text-decoration: none;
}
.top_right p a:hover {
	color: #222;
	text-decoration:none;
}


.nav_drop_wrap {
	height: auto;
	width: 100%;
}
.nav_drop_container {
	margin: 0 auto;
	width: 100%;
	height: 58px;
}
.nav_drop_container img {
	padding:4px;
}
 /* Dropdown Button */
.dropbtn {
    background-color: #32383c;
    padding: 20px;
    border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	color: #BCC445;
	letter-spacing: 2px;
	text-transform:uppercase;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	padding-right:0px;
	float:right;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #32383c;
    width: 260px;
    z-index: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform:uppercase;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #BCC445;
    padding: 20px;
    text-decoration: none;
    display: block;
	background-color: #32383c;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #00a8ef;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #00a8ef; cursor: pointer;} 

.bg-home {
	/* The image used */
	background-image: url(../imgs/images/bkgs/home-banner-1.jpg);
	opacity: 1.0;
	/* Full height */
	height: auto;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-home-2 {
  /* The image used */
  /* Full height */
  height: 50%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#FFF;
}

.header_wrap {
	height: auto;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.header_container {
	margin: 0 auto;
	width: auto;
	height: auto;
}
.header_container_top {
	margin: 0 auto;
	width: 75%;
	height: auto;
	padding: 40px;
	}
.header_container_top img {
	display: block;
	margin-left: auto;
  margin-right: auto;
  width: auto;
}
.header_container_top h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.750em;
	font-weight: 900;
	text-align: center;
	color: #BCC445;
	text-transform:none;
	line-height:1.2em;
	padding: 20px;
}
.header_container_top h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	text-transform:uppercase;
	padding-top: 20px;
}
.dot {
  height: 5px;
  width: 5px;
  background-color: #00a8ef;
  border-radius: 50%;
  display: inline-block;
  margin:10px;
}
.header_container_calls {
	margin: 0 auto;
	width: 95%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column_calls {
  float: left;
  width: 33.33%;
  min-height: 300px;
  background-color: #FFFFFF;
  padding: 40px;
  border-style: solid;
  border-color: #BCC445;
  border-width: 1px;
 }
.column_calls h2 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 2.500em;
	font-weight: 900;
	color: #00a8ef;
	text-align: center;
	letter-spacing: 2px;
	opacity: 1;
	padding:20px;
	line-height:0.8em;
}
.column_calls h2 a:link, .column_calls h2 a:visited {
	color: #00a8ef;
	text-decoration: none;
}
.column_calls h2 a:hover {
	color: #BCC445;
	opacity: 1;
}
.column_calls p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.250em;
	font-weight: 600;
	text-align: center;
	color: #222222;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 140%;
	letter-spacing: 1px;
}




.column_call_1 {
  float: left;
  width: 33.33%;
  height: 340px;
  background-image:url(../imgs/bkgs/three-row-1.jpg);
}
 .column_call_2 {
  float: left;
  width: 33.33%;
  height: 340px;
  background-image:url(../imgs/bkgs/three-row-3.jpg);
 }
 .column_call_3 {
  float: left;
  width: 33.33%;
  height: 340px;
  background-image:url(../imgs/bkgs/three-row-2.jpg);
 }
.column_three h2 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 2.250em;
	font-weight: 600;
	color: #1c2761;
	text-align: center;
	letter-spacing: 2px;
	opacity: 1;
	padding:80px;
	text-transform:uppercase;
}
.column_three h2 a:link, .column_three h2 a:visited {
	color: #fff200;
	text-decoration: none;
}
.column_three h2 a:hover {
	color: #2450a3;
	opacity: 1;
}





.column_two h2 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 1.500em;
	font-weight: 900;
	color: #1c2761;
	text-align: center;
	letter-spacing: 2px;
	opacity: 1;
	padding:40px;
}
.column_two ul {
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:10px;
	margin: 0px;
	line-height:20px;
}
.column_two li {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	color: #0C0101;
	font-weight: 400;
	padding-right: 0px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
.column_two li a:link, .column_two li a:visited {
	color: #333333;
	text-decoration: none;
}
.column_two li a:hover {
	color: #333;
	text-shadow: 2px 2px #FFF;
	text-decoration:underline;
}
.row_bkg_1 {
	background-image:url(../imgs/bkgs/home-content-bkg-1-x.jpg);
	  content: "";
  display: table;
  clear: both;
}
.row_bkg_2 {
	background-image:url(../imgs/bkgs/home-content-bkg-2-x.jpg);
	  content: "";
  display: table;
  clear: both;
}
.row_bkg_3 {
	background-image:url(../imgs/bkgs/home-content-bkg-3-x.jpg);
	  content: "";
  display: table;
  clear: both;
}
.row_bkg_4 {
	background-image:url(../imgs/bkgs/home-content-bkg-4-x.jpg);
	  content: "";
  display: table;
  clear: both;
}
.row_bkg_5 {
	background-image:url(../imgs/bkgs/home-content-bkg-5-x.jpg);
	  content: "";
  display: table;
  clear: both;
}
.column_content_home {
  float: left;
  width: 66.66%;
  height: auto;
  background-color: rgb(255,255,255,0.6);
  padding: 130px;
 }
 .column_content_home h1 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	font-weight: 900;
	color: #32383c;
	text-align: left;
	letter-spacing: 2px;
	opacity: 1;
	padding-bottom: 30px;
}
 .column_content_home h2 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: 900;
	color: #32383c;
	text-align: left;
	letter-spacing: 2px;
	opacity: 1;
	padding-bottom: 30px;
}
.column_content_home p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	text-align: left;
	color: #32383c;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 140%;
	letter-spacing: 1px;
}
.column_content_home p a:link, .column_content_home p a:visited {
	color: #231f20;
	text-decoration: none;
}
.column_content_home p a:hover {
	color: #fff200;
	text-decoration:none;
}
.column_content_home ul {
	padding-left: 80px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:10px;
	margin: 0px;
	line-height:20px;
}
.column_content_home li {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.250em;
	color: #2a2a2c;
	font-weight: 900;
	padding-right: 0px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
.column_content_home li a:link, .column_content_home li a:visited {
	color: #333333;
	text-decoration: none;
}
.column_content_home li a:hover {
	color: #333;
	text-shadow: 2px 2px #FFF;
	text-decoration:underline;
}
.column_img_home_one {
  float: left;
  width: 33.33%;
  height: auto;
  opacity: 1.0;
 }
 .column_img_home_one h2 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	font-weight: 900;
	color: #1c2761;
	text-align: left;
	letter-spacing: 2px;
	opacity: 1;
	padding:40px;
	text-transform:uppercase;
}
 .column_img_home_one ul {
	padding-left: 80px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:10px;
	margin: 0px;
	line-height:20px;
}
.column_img_home_one li {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	color: #0C0101;
	font-weight: 400;
	padding-right: 0px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
.column_img_home_one li a:link, .column_img_home_one li a:visited {
	color: #333333;
	text-decoration: none;
}
.column_img_home_one li a:hover {
	color: #333;
	text-shadow: 2px 2px #FFF;
	text-decoration:underline;
}
.column_img_home_one img {
  width: 100%;
  height: auto;
  opacity: 1.0;
  	display: block;
	margin-left: auto;
  margin-right: auto;
 }

.division {
	height: 50px;
	width: 100%;
	background-color: #21242b;
}
.division_blk {
	height: 60px;
	width: 100%;
	background-color: #21242b;
}
.shape_divider_top {
	height: 100px;
	width: 100%;
	background-image:url(../imgs/bkgs/shape-divider-2.jpg);
}

.shape_divider_bot {
	height: 100px;
	width: 100%;
	background-image:url(../imgs/bkgs/shape-divider-3.jpg);
}

.button_home_grn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #fff200;
	text-align: center;
	font-size: 1em;
	border-radius: 20px;
	background-color: #759dd2;
	border: solid;
	border-width:1px;
	padding: 14px;
	width:auto;
	transition: all 0.5s;
	cursor: pointer;
	margin-top: 8px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.button_home_grn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button_home_grn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button_home_grn:hover span {
  padding-right: 25px;
}
.button_home_grn:hover span:after {
  opacity: 1;
  right: 0;
  color: #fff200;
}

.column_tagline {
  float: left;
  width: 100%;
  height: auto;
  background-color: #21242b;
 }
.column_tagline h2 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	opacity: 1;
	padding-top:40px;
	padding-left:200px;
	padding-bottom:40px;
	padding-right:200px;
	text-transform:uppercase;
}
.column_tagline h2 a:link, .column_tagline h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.column_tagline h2 a:hover {
	color:#fff200;
	text-decoration:underline;
}



.footer_wrap {
	width: 100%;
	min-height: 500px;
	background-color:#2a2a2c;
}
.column_footer_left {
  float: left;
  width: 43.33%;
  height: auto;
  opacity: 1.0;
 }
 .column_footer_left img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top:40px;
  opacity: 1;
 }
 .column_footer_center {
  float: left;
  width: 23.33%;
  height: auto;
  opacity: 1.0;
 }
 .column_footer_right {
  float: left;
  width: 33.33%;
  height: auto;
  opacity: 1.0;
 }
  .column_footer_right img {
	  padding-top:80px;
 }
 .footer h2 {
  	font-family: 'Montserrat', sans-serif;
	font-size: 1.500em;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	letter-spacing: 2px;
	opacity: 1;
	padding-top:40px;
	text-transform:uppercase;
}
.footer h2 a:link, .footer h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer h2 a:hover {
	color:#fff200;
	text-decoration:underline;
}
.footer p {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	font-weight: 800;
	text-align: left;
	color: #FFF;
	padding-right: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 140%;
}
.footer p a:link, .footer p a:visited {
	color: #222;
	text-decoration: underline;
}
.footer p a:hover {
	color:#333;
	text-decoration:none;
}
 .footer ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 80px;
	padding-bottom:0px;
	margin: 0px;
	line-height:1.2;
}
.footer li {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.375em;
	color: #ffffff;
	font-weight: 400;
	padding-right: 0px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	list-style:none;
	text-transform:uppercase;
}
.footer li a:link, .footer li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer li a:hover {
	color: #fff200;
}
.footer img {
  width: 100%;
  height: auto;
  opacity: 1.0;
  	display: block;
	margin-left: auto;
  margin-right: auto;
 }

.column_bottom {
  float: left;
  width: 100%;
  height: auto;
  background-color:#21242b;
 }
.bottom p {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	font-weight: 400;
	text-align: center;
	color: #F5F5F5;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	line-height: 1.8;
}
.bottom p a:link, .bottom p a:visited {
	color: #F5F5F5;
	text-decoration: none;
}
.bottom p a:hover {
	color:#fff200;
	text-decoration:underline;
}



















.footer_container_left {
	margin: 0 auto;
	width: 490px;
	height: auto;
	float: left;
}
.footer_container_left img {
	padding-top:40px;
}
.footer_container_center {
	margin: 0 auto;
	width: 500px;
	height: auto;
	float: left;
}
.footer_container_right {
	margin: 0 auto;
	width: 300px;
	height: auto;
	float:right;
}
.footer_container h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.750em;
	font-weight: 800;
	color: #FFF;
	text-align: left;
	padding-right: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_container p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: 800;
	text-align: right;
	color: #FFF;
	padding-right: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 140%;
}
.footer_container p a:link, .footer_container p a:visited {
	color: #222;
	text-decoration: underline;
}
.footer_container p a:hover {
	color:#333;
	text-decoration:none;
}
.footer_container ul {
	margin: 0px;
	padding-top: 40px;
	padding-left: 0px;
}
.footer_container li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.250em;
	font-weight: 800;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: none;
}
.footer_container li a:link, .footer_container li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_container li a:hover {
	color: #B20000;
	text-decoration:none;
}
.footer_container h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	font-weight: 800;
	color: #B20000;
	text-align: right;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_container h4 a:link, .footer_container h4 a:visited {
	color: #B20000;
	text-decoration: none;
}
.footer_container h4 a:hover {
	color: #B20000;
	text-decoration:none;
}
.below_wrap {
	height: auto;
	width: 100%;
	background-color:#000;
}
.below_container {
	margin: 0 auto;
	width: 1300px;
	height: 120px;
}
.below_container_left {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	float: left;
}
.below_container_cent {
	margin: 0 auto;
	width: 75px;
	height: auto;
	float: left;
}
.below_container_right {
	margin: 0 auto;
	width: 125px;
	height: auto;
	float: left;
}
.below_container p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.750em;
	font-weight: 400;
	text-align: left;
	color: #FFF;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 140%;
}
.below_container p a:link, .below_container p a:visited {
	color: #FFF;
	text-decoration: none;
}
.below_container p a:hover {
	color: #B20000;
	text-decoration: none;
}



____________________________________________________








.header_container_center {
	margin: 0 auto;
	width: 500px;
	height: auto;
	float: left;
}
.header_container_right {
	margin: 0 auto;
	width: 300px;
	height: auto;
	float:right;
}
.header_container h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.500em;
	font-weight: 800;
	text-align: left;
	color: #FFF;
	padding-right: 0px;
	padding-top: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 120%;
	text-shadow: 2px 2px 8px #B20000;
}
.header_container h4 a:link, .header_container h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.header_container h4 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.header_container p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: 800;
	text-align: right;
	color: #FFF;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
}
.header_container p a:link, .header_container p a:visited {
	color: #222;
	text-decoration: underline;
}
.header_container p a:hover {
	color:#333;
	text-decoration:none;
}
.icon_padding {
	margin-top:50px;
}
.col-nav-phone-mobile {
	display:table-cell;
	padding-left:0px;
	padding-top: 10px;
	padding-right:0px;
	padding-bottom:0px;
	background-image:url(../imgs/bkgs/metal-bkg-alt.jpg);
}
.col-nav-phone-mobile h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.750em;
	font-weight: 800;
	text-align: left;
	color: #FFFFFF;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-shadow: 2px 2px 8px #B20000;
}
.col-nav-phone-mobile h2 a:link, .col-nav-phone-mobile h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.col-nav-phone-mobile h2 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.col-nav-img-mobile {
	display:table-cell;
	padding-left:0px;
	padding-top: 10px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:#1c2761;
}
.spacer_wrap {
	height: 60px;
	width: 100%;
	background-image: url(../imgs/bkgs/spacer-wrap-bkg.jpg);
}
.spacer_container {
	margin: 0 auto;
	width: 1200px;
	height: 60px;
}




.division_3 {
	height: 80px;
	width: 100%;
	background-color: #FFFFFF;
}

.button_home {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
  border-radius: 4px;
  background-color: #B20000;
  border: solid;
  border-width:1px;
  color: #FFFFFF;
  text-align: center;
  font-size: 1em;
  padding: 16px;
  width:auto;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 12px;
  text-shadow: 2px 2px #222;
}
.button_home span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button_home span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button_home:hover span {
  padding-right: 25px;
}
.button_home:hover span:after {
  opacity: 1;
  right: 0;
}

.content_wrap {
	height: auto;
	width: 100%;
	background-color:#FFFFFF;
}
.content_container {
	margin: 0 auto;
	width: 1300px;
	height: 360px;
	display:table;
}
.content_container_left {
	margin: 0 auto;
	width: 800px;
	height: auto;
	float: left;
}
.content_container_right {
	margin: 0 auto;
	width: 500px;
	height: 320px;
	float: right;
}
.content_container h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 800;
	color: #222;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-shadow: 2px 2px 8px #999;
}
.content_container h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 800;
	color: #245A8D;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.content_container p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	text-align: left;
	color: #0F0F1E;
	padding-right: 120px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
}
.content_container p a:link, .content_container p a:visited {
	color: #B20000;
	font-weight: 800;
	text-decoration: none;
}
.content_container p a:hover {
	color:#222;
	text-decoration:none;
}
.sec_content_wrap {
	height: auto;
	width: 100%;
	background-color:#FFFFFF;
	display:table;
}
.sec_content_container {
	margin: 0 auto;
	width: 1300px;
	height: auto;
}
.sec_content_container_left {
	margin: 0 auto;
	width: 300px;
	height: auto;
	float: left;
}
.sec_content_container_right {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	float: right;
}
.keith_part_wrap {
	height: auto;
	width: 100%;
	background-color:#FFFFFF;
}
.keith_part_container {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	display:table;
}
.column_keithparts {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #FFFFFF;
  height: auto;
  border: 1px solid #222;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  position: relative;
  width: 100%;
  margin-bottom:20px;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.container:hover .image {
  opacity: 0.5;
}
.text-block-sec {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
}
.text-block-sec h2 {
  	font-family: 'Open Sans', sans-serif;
	font-size: 1.750em;
	font-weight: 400;
	color: #222;
	text-align: center;
}
.text-block-sec h2 a:link, .text-block-sec h2 a:visited {
	color: #222;
	text-decoration: none;
}
.text-block-sec h2 a:hover {
	color: #B20000;
	text-decoration:none;
	text-shadow: none;
}
.sec_content_container h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 800;
	color: #222;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-shadow: 2px 2px 8px #999;
}
.sec_content_container h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.500em;
	font-weight: 400;
	color: #419639;
	text-align: left;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left:20px;
}
.sec_content_container h5 a:link, .sec_content_container h5 a:visited {
	color: #419639;
	text-decoration: none;
}
.sec_content_container h5 a:hover {
	color:#222;
	text-decoration:underline;
}
.sec_content_container h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.500em;
	font-weight: 400;
	color: #B20000;
	text-align: left;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left:20px;
}
.sec_content_container h6 a:link, .sec_content_container h6 a:visited {
	color: #B20000;
	text-decoration: none;
}
.sec_content_container h6 a:hover {
	color:#222;
	text-decoration:underline;
}
.sec_content_container h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	font-weight: 800;
	color: #222;
	text-align: left;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow: 2px 2px 8px #999;
}
.sec_content_container h3 a:link, .sec_content_container h3 a:visited {
	color: #222;
	font-weight: 800;
	text-decoration: none;
}
.sec_content_container h3 a:hover {
	color:#222;
	text-decoration:none;
}
.sec_content_container p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	color: #0F0F1E;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
}
.sec_content_container p a:link, .sec_content_container p a:visited {
	color: #B20000;
	font-weight: 800;
	text-decoration: none;
}
.sec_content_container p a:hover {
	color:#222;
	text-decoration:none;
}
.sec_content_container img {
	padding-top:10px;
	padding-bottom:10px;
}
.sec_content_container ul {
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:10px;
	margin: 0px;
	line-height:20px;
	list-style-type:disc;
}
.sec_content_container li {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #777;
	text-shadow: 2px 2px #FFF;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 10px;
}
.sec_content_container li a:link, .sec_content_container li a:visited {
	color: #333333;
	text-decoration: none;
}
.sec_content_container li a:hover {
	color: #333;
	text-shadow: 2px 2px #FFF;
	text-decoration:underline;
}
.sec_content_container h4 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	color: #222222;
	padding-right: 0px;
	text-transform: none;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin: 0px;
}
.sec_content_container_left h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.250em;
	font-weight: 800;
	color: #B20000;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-shadow: 2px 2px 8px #999;
}
.sec_content_container_left ul {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.sec_content_container_left li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 800;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	list-style-type: none;
}
.sec_content_container_left li a:link, .sec_content_container_left li a:visited {
	color: #333;
	text-decoration: none;
}
.sec_content_container_left li a:hover {
	color: #B20000;
	text-decoration:none;
}
.iframe_container {
	position:relative;
	height: 0;
	overflow:hidden;
	margin-top: 20px;
	overflow:scroll;
  	-webkit-overflow-scrolling: touch;
}
/* 16x9 Aspect Ratio */
.iframe_container-16x9 {
  padding-bottom: 56.25%;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
}
 
/* 4x3 Aspect Ratio */
.iframe_container-4x3 {
  padding-bottom: 75%;
}
 
.iframe_container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
}
.tp_link_btn {
	height: auto;
	width: 100%;
}

.cartoon_wrap {
	height: auto;
	width: 100%;
	background-color:#FFFFFF;
}
.cartoon_container {
	margin: 0 auto;
	width: 1300px;
	height: 160px;
}
