/*
Theme Name: Steve Shaw
Theme URI: http://www.steveshawservices.com
Description: Steve Shaw
Author: Webedelic
Author URI: http://www.webedelic.com
Description: Steve Shaw
Version: 1.0
Tags: Steve Shaw
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css?family=Advent+Pro:400,600|Barlow:400,700');


html, body {
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	color: #4d4d4e;
	font-weight: 300;
	height: 100%;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 36px;
	font-family: 'Advent Pro', sans-serif;
	color: #f05a28;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #f05a28; text-decoration: none; }
a:visited {color: #f05a28; text-decoration: none; }
a:hover {color: #6d6e71; text-decoration: none; }
a:active {color: #f05a28; }





.topbg {
	background-color: #040707;
	width: 100%;
	height: 26px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	color: #eceded;
	font-weight: 400;
	text-align: right;
	
}

.topbg a:link {color: #f05a28; text-decoration: none; font-weight: 600;  }
.topbg a:visited {color: #f05a28; text-decoration: none; font-weight: 600; }
.topbg a:hover {color: #eceded; text-decoration: none; font-weight: 600;  }
.topbg a:active {color: #f05a28; text-decoration: none; font-weight: 600; } 




.logofloat {
	width: 322px;
	height: 86px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}


.logofloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.logofloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.navtop {
	width: 778px;
	height: auto;
	padding-top:70px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	float: right;
}


.navtop a:link {color: #000000; text-decoration: none;padding-bottom:10px; }
.navtop a:visited {color: #000000; text-decoration: none;padding-bottom:10px; }
.navtop a:hover {color: #f05a28; text-decoration: none;padding-bottom:10px;  }
.navtop a:active {color: #000000; text-decoration: none;padding-bottom:10px; } 


.navtop ul {
    list-style-type: none;
    margin: 0;
} 

.navtop ul li {
    display: inline;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:13px;
	padding-top:10px;
}


.navtop ul ul a {
	width: 200px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	display: block;
	margin-left:-20px;
	font-size: 16px;
	margin-top: 0px;
	z-index: 999;
	
}

.navtop ul li{
	position: relative;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:0px;
	float: right;
}
.navtop ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	background:#f05a28;
	opacity: .9;
	text-align: left;
	padding-bottom:0px;
	z-index: 999;
}

.navtop ul li:hover > ul{
	position: absolute;
	color: #000000;
	top: 100%;
	opacity: .9;
}

.navtop ul ul a:link {color: #000000; text-decoration: none; }
.navtop ul ul a:visited {color: #000000; text-decoration: none; }
.navtop ul ul a:hover {color: #6d6e71; text-decoration: none; }
.navtop ul ul a:active {color: #000000; text-decoration: none; } 





.socfloat {
	padding-top:2px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	float: left;
}


.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.imageright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
}


.imageleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
}




.headerimage {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
    background-position: center;
	width: 100%;
	height: 440px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.bodyfull {
	width: 1180px;
	height: auto;
	padding-top:130px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

.bodyinsidefull {
	width: 1180px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}

.blacktext {
	padding-top:0px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #040707;
	
}



.midbg {
	background-color: #eceded;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	color: #eceded;
	font-weight: 400;
	text-align: center;
	
}







.midbuttons {
	width: 150px;
	height: 26px;
    background-color: #f05a28;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:2px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	border: 0px solid #ffffff;
	text-transform: uppercase;
	margin-left: auto;
    margin-right: auto;
}


.midbuttons a:link {color: #ffffff; text-decoration: none; }
.midbuttons a:visited {color: #ffffff; text-decoration: none; }
.midbuttons a:hover {color: #6d6e71; text-decoration: none;  }
.midbuttons a:active {color: #ffffff; text-decoration: none; } 



.midicons {
	width: 50px;
	height: 60px;
	padding-top:0px;
	padding-bottom:12px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}


.midbgcolumns {
	width: 275px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:10px;
	padding-left:10px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	float: left;
	
}


.midbgcolumns img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.midbgcolumns img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.achievebgcolumns {
	width: 215px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:10px;
	padding-left:10px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	float: left;
	
}



.bottombg {
	background-color: #040707;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	
}


.bottombg a:link {color: #ffffff; text-decoration: none;padding-bottom:20px; }
.bottombg a:visited {color: #ffffff; text-decoration: none;padding-bottom:20px; }
.bottombg a:hover {color: #f05a28; text-decoration: none;padding-bottom:20px;  }
.bottombg a:active {color: #ffffff; text-decoration: none;padding-bottom:20px; } 


.bottombg ul {
    list-style-type: none;
    margin: 0;
    
	margin-left:-40px;
} 

.bottombg ul li {
    display: inline;
	padding-right:15px;
	padding-left:0px;
	padding-bottom:13px;
	padding-top:10px;
}

.bottomsmalltext {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 12px;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	
}







.headerinsideimage {
	background-image: url(images/headerimage.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 260px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}





.footercontactcolumn1 {
	width: 20px;
	height: auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #ffffff;
	float: left;
}

.footercontactcolumn2 {
	width: 120px;
	height: auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
}

.footerfullright {
	width: 150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: right;
}


.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -100px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 100px; 
}


.tocenter {
	width: 1180px;
	margin-left: auto;
    margin-right: auto;
}




.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





input[type=text]    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=email]    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

select    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #e7e8e8;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
}

textarea    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #e7e8e8;
border-style: solid;
width: 70%;
height: 150px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

input[type=submit] {
margin-right: 40px;
margin-top: 10px;
background:#f05a28; 
height: 40px;
border-width: 0;
border-color: #115a83;
color: #ffffff;
border-style: solid;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
width: 30%;
    cursor:pointer;
}





.textindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}






@media screen and (max-width:1120px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }







.topbg {
	background-color: #040707;
	width: 100%;
	height: 26px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	color: #eceded;
	font-weight: 400;
	text-align: right;
	
}

.topbg a:link {color: #f05a28; text-decoration: none; font-weight: 600;  }
.topbg a:visited {color: #f05a28; text-decoration: none; font-weight: 600; }
.topbg a:hover {color: #eceded; text-decoration: none; font-weight: 600;  }
.topbg a:active {color: #f05a28; text-decoration: none; font-weight: 600; } 




.logofloat {
	width: 222px;
	height: 86px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}


.logofloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.logofloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.navtop {
	max-width: 578px;
	height: auto;
	padding-top:70px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	float: right;
}


.navtop a:link {color: #000000; text-decoration: none;padding-bottom:10px; }
.navtop a:visited {color: #000000; text-decoration: none;padding-bottom:10px; }
.navtop a:hover {color: #f05a28; text-decoration: none;padding-bottom:10px;  }
.navtop a:active {color: #000000; text-decoration: none;padding-bottom:10px; } 


.navtop ul {
    list-style-type: none;
    margin: 0;
} 

.navtop ul li {
    display: inline;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:13px;
	padding-top:10px;
}


.navtop ul ul a {
	width: 200px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	display: block;
	margin-left:-20px;
	font-size: 16px;
	margin-top: 0px;
	z-index: 999;
	
}

.navtop ul li{
	position: relative;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:0px;
	float: right;
}
.navtop ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	background:#f05a28;
	opacity: .9;
	text-align: left;
	padding-bottom:0px;
	z-index: 999;
}

.navtop ul li:hover > ul{
	position: absolute;
	color: #000000;
	top: 100%;
	opacity: .9;
}

.navtop ul ul a:link {color: #000000; text-decoration: none; }
.navtop ul ul a:visited {color: #000000; text-decoration: none; }
.navtop ul ul a:hover {color: #6d6e71; text-decoration: none; }
.navtop ul ul a:active {color: #000000; text-decoration: none; } 





.socfloat {
	padding-top:2px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	float: left;
}


.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.imageright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
}


.imageleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
}




.headerimage {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
    background-position: center;
	width: 100%;
	height: 440px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.bodyfull {
	max-width: 1000px;
	height: auto;
	padding-top:130px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

.bodyinsidefull {
	max-width: 1000px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}

.blacktext {
	padding-top:0px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #040707;
	
}



.midbg {
	background-color: #eceded;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	color: #eceded;
	font-weight: 400;
	text-align: center;
	
}







.midbuttons {
	width: 150px;
	height: 26px;
    background-color: #f05a28;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:2px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	border: 0px solid #ffffff;
	text-transform: uppercase;
	margin-left: auto;
    margin-right: auto;
}


.midbuttons a:link {color: #ffffff; text-decoration: none; }
.midbuttons a:visited {color: #ffffff; text-decoration: none; }
.midbuttons a:hover {color: #6d6e71; text-decoration: none;  }
.midbuttons a:active {color: #ffffff; text-decoration: none; } 



.midicons {
	width: 50px;
	height: 60px;
	padding-top:0px;
	padding-bottom:12px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}


.midbgcolumns {
	width: 225px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:10px;
	padding-left:10px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	float: left;
	
}


.midbgcolumns img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.midbgcolumns img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.achievebgcolumns {
	width: 155px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:10px;
	padding-left:10px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	float: left;
	
}



.bottombg {
	background-color: #040707;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	
}


.bottombg a:link {color: #ffffff; text-decoration: none;padding-bottom:20px; }
.bottombg a:visited {color: #ffffff; text-decoration: none;padding-bottom:20px; }
.bottombg a:hover {color: #f05a28; text-decoration: none;padding-bottom:20px;  }
.bottombg a:active {color: #ffffff; text-decoration: none;padding-bottom:20px; } 


.bottombg ul {
    list-style-type: none;
    margin: 0;
    
	margin-left:-40px;
} 

.bottombg ul li {
    display: inline;
	padding-right:15px;
	padding-left:0px;
	padding-bottom:13px;
	padding-top:10px;
}

.bottomsmalltext {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 12px;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	
}







.headerinsideimage {
	background-image: url(images/headerimage.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 260px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}





.footercontactcolumn1 {
	width: 20px;
	height: auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #ffffff;
	float: left;
}

.footercontactcolumn2 {
	width: 120px;
	height: auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
}

.footerfullright {
	width: 150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: right;
}


.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -100px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 100px; 
}


.tocenter {
	max-width: 1000px;
	margin-left: auto;
    margin-right: auto;
}




.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





input[type=text]    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=email]    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

select    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #e7e8e8;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
}

textarea    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #e7e8e8;
border-style: solid;
width: 70%;
height: 150px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

input[type=submit] {
margin-right: 40px;
margin-top: 10px;
background:#f05a28; 
height: 40px;
border-width: 0;
border-color: #115a83;
color: #ffffff;
border-style: solid;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
width: 30%;
    cursor:pointer;
}





.textindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



























@media screen and (max-width:940px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }







.topbg {
	background-color: #040707;
	width: 100%;
	height: 26px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	color: #eceded;
	font-weight: 400;
	text-align: right;
	
}

.topbg a:link {color: #f05a28; text-decoration: none; font-weight: 600;  }
.topbg a:visited {color: #f05a28; text-decoration: none; font-weight: 600; }
.topbg a:hover {color: #eceded; text-decoration: none; font-weight: 600;  }
.topbg a:active {color: #f05a28; text-decoration: none; font-weight: 600; } 




.logofloat {
	width: 250px;
	height: 86px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}


.logofloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.logofloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.navtop {
	max-width: 650px;
	height: auto;
	padding-top:70px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	float: right;
}


.navtop a:link {color: #000000; text-decoration: none;padding-bottom:10px; }
.navtop a:visited {color: #000000; text-decoration: none;padding-bottom:10px; }
.navtop a:hover {color: #f05a28; text-decoration: none;padding-bottom:10px;  }
.navtop a:active {color: #000000; text-decoration: none;padding-bottom:10px; } 


.navtop ul {
    list-style-type: none;
    margin: 0;
} 

.navtop ul li {
    display: inline;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:13px;
	padding-top:10px;
}


.navtop ul ul a {
	width: 170px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	display: block;
	margin-left:-20px;
	font-size: 16px;
	margin-top: 0px;
	z-index: 999;
	
}

.navtop ul li{
	position: relative;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:0px;
	float: right;
}
.navtop ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	background:#f05a28;
	opacity: .9;
	text-align: left;
	padding-bottom:0px;
	z-index: 999;
}

.navtop ul li:hover > ul{
	position: absolute;
	color: #000000;
	top: 100%;
	opacity: .9;
}

.navtop ul ul a:link {color: #000000; text-decoration: none; }
.navtop ul ul a:visited {color: #000000; text-decoration: none; }
.navtop ul ul a:hover {color: #6d6e71; text-decoration: none; }
.navtop ul ul a:active {color: #000000; text-decoration: none; } 





.socfloat {
	padding-top:2px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	float: left;
}


.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.imageright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
}


.imageleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
}




.headerimage {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
    background-position: center;
	width: 100%;
	height: 440px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.bodyfull {
	max-width: 940px;
	height: auto;
	padding-top:130px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

.bodyinsidefull {
	max-width: 940px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}

.blacktext {
	padding-top:0px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #040707;
	
}



.midbg {
	background-color: #eceded;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	color: #eceded;
	font-weight: 400;
	text-align: center;
	
}







.midbuttons {
	width: 150px;
	height: 26px;
    background-color: #f05a28;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:2px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	border: 0px solid #ffffff;
	text-transform: uppercase;
	margin-left: auto;
    margin-right: auto;
}


.midbuttons a:link {color: #ffffff; text-decoration: none; }
.midbuttons a:visited {color: #ffffff; text-decoration: none; }
.midbuttons a:hover {color: #6d6e71; text-decoration: none;  }
.midbuttons a:active {color: #ffffff; text-decoration: none; } 



.midicons {
	width: 50px;
	height: 60px;
	padding-top:0px;
	padding-bottom:12px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}


.midbgcolumns {
	width: 185px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:10px;
	padding-left:10px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	float: left;
	
}


.midbgcolumns img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.midbgcolumns img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}


.achievebgcolumns {
	width: 135px;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:10px;
	padding-left:10px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	float: left;
	
}



.bottombg {
	background-color: #040707;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	
}


.bottombg a:link {color: #ffffff; text-decoration: none;padding-bottom:20px; }
.bottombg a:visited {color: #ffffff; text-decoration: none;padding-bottom:20px; }
.bottombg a:hover {color: #f05a28; text-decoration: none;padding-bottom:20px;  }
.bottombg a:active {color: #ffffff; text-decoration: none;padding-bottom:20px; } 


.bottombg ul {
    list-style-type: none;
    margin: 0;
    
	margin-left:-40px;
} 

.bottombg ul li {
    display: inline;
	padding-right:15px;
	padding-left:0px;
	padding-bottom:13px;
	padding-top:10px;
}

.bottomsmalltext {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 12px;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	
}







.headerinsideimage {
	background-image: url(images/headerimage.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 260px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}





.footercontactcolumn1 {
	width: 20px;
	height: auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #ffffff;
	float: left;
}

.footercontactcolumn2 {
	width: 120px;
	height: auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
}

.footerfullright {
	width: 150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: right;
}


.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -100px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 100px; 
}


.tocenter {
	max-width: 940px;
	margin-left: auto;
    margin-right: auto;
}




.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





input[type=text]    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=email]    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

select    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #e7e8e8;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
}

textarea    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #e7e8e8;
border-style: solid;
width: 70%;
height: 150px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

input[type=submit] {
margin-right: 40px;
margin-top: 10px;
background:#f05a28; 
height: 40px;
border-width: 0;
border-color: #115a83;
color: #ffffff;
border-style: solid;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
width: 30%;
    cursor:pointer;
}





.textindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}














@media screen and (max-width:900px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }





.tocenter {
	max-width: 850px;
	margin-left: auto;
    margin-right: auto;
}



































@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }








.textindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:8px;
	padding-left:8px;
	
}














.topbg {
	background-color: #040707;
	width: 100%;
	height: 26px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	color: #eceded;
	font-weight: 400;
	text-align: right;
	
}

.topbg a:link {color: #f05a28; text-decoration: none; font-weight: 600;  }
.topbg a:visited {color: #f05a28; text-decoration: none; font-weight: 600; }
.topbg a:hover {color: #eceded; text-decoration: none; font-weight: 600;  }
.topbg a:active {color: #f05a28; text-decoration: none; font-weight: 600; } 




.logofloat {
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}


.navtop {
	display: none;
}



.imageright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
}


.imageleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
}




.headerimage {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
    background-position: center;
	width: 100%;
	height: 150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.bodyfull {
	width: 100%;
	max-width: 1180px;
	height: auto;
	padding-top:40px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

.bodyinsidefull {
	width: 100%;
	max-width: 1180px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6d6e71;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}







.midbgcolumns {
	width: 100%;
	max-width: 375px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	
}


.achievebgcolumns {
	width: 100%;
	max-width: 120px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #6d6e71;
	text-align: center;
	float: left;
	
}



.bottombg {
	background-color: #040707;
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	
}


.bottombg a:link {color: #ffffff; text-decoration: none;padding-bottom:20px; display: none; }
.bottombg a:visited {color: #ffffff; text-decoration: none;padding-bottom:20px; display: none; }
.bottombg a:hover {color: #f05a28; text-decoration: none;padding-bottom:20px; display: none;  }
.bottombg a:active {color: #ffffff; text-decoration: none;padding-bottom:20px; display: none; } 


.bottombg ul {
    list-style-type: none;
    margin: 0;
    
	margin-left:-40px;
} 

.bottombg ul li {
    display: inline;
	padding-right:15px;
	padding-left:0px;
	padding-bottom:13px;
	padding-top:10px;
}

.bottomsmalltext {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 12px;
	font-family: 'Barlow', sans-serif;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	
}







.headerinsideimage {
	background-image: url(images/headerimage.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}





.footercontactcolumn1 {
	width: 20px;
	height: auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #ffffff;
	float: left;
}

.footercontactcolumn2 {
	width: 120px;
	height: auto;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
}




.footercontactcolumn2 a:link {color: #ffffff; text-decoration: none;padding-bottom:20px; display: block; }
.footercontactcolumn2 a:visited {color: #ffffff; text-decoration: none;padding-bottom:20px; display: block; }
.footercontactcolumn2 a:hover {color: #f05a28; text-decoration: none;padding-bottom:20px; display: block;  }
.footercontactcolumn2 a:active {color: #ffffff; text-decoration: none;padding-bottom:20px; display: block; } 

.footerfullright {
	width: 100%;
	max-width: 350px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
}


.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -100px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 100px; 
}


.tocenter {
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
    margin-right: auto;
}




.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





input[type=text]    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}


input[type=email]    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #d7d5d5;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

select    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #e7e8e8;
border-style: solid;
width: 70%;
height: 28px;
margin: 8px 8px 0px 0px;
}

textarea    {
color: #040707;
font: 11px Verdana;
background-color: #e7e8e8;
border-width: 0;
border-color: #e7e8e8;
border-style: solid;
width: 70%;
height: 150px;
margin: 8px 8px 0px 0px;
padding-left:6px;
}

input[type=submit] {
margin-right: 40px;
margin-top: 10px;
background:#f05a28; 
height: 40px;
border-width: 0;
border-color: #115a83;
color: #ffffff;
border-style: solid;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
width: 30%;
    cursor:pointer;
}
