body {
font-family: "museo",serif;
	color: #464647;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.leave {
			display:none;
		}
#contactform #FirstName, #contactform #email_from, #contactform #LastName, #contactform #Name, #contactform #FirstName, #contactform #Telephone, #contactform #Message {
	width: 80%;
	border: 1px solid #e4e4e3;
	padding: 10px 6px;
color:#818285;
font-size:0.9em;
margin:6px 0;
background:#edf3f2;
font-family: "museo",serif;
}
input[type=submit] {
    width: 100%;
    background-color: #86c1be;
    color: white;
    padding: 10px 12px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size:1em;
    width:160px;
}
/*################# WRAPPER #####################*/

.wrapper {
	margin:0px;
	padding:0px;
}
.banner-wrapper {
	max-width: 1280px;
	    margin: 0 auto;
}
.columns-wrapper {
	overflow: hidden;
	max-width: 1280px;
	margin:0 auto;
}
.columns-wrapper .content {
	padding:10px 10px;
	overflow: hidden;
}
.columns-wrapper-inner {
	overflow: hidden;
	max-width: 1280px;
	margin: -199px auto 0 auto;
}
.columns-wrapper-inner .content {
	padding:0px 10px 30px 10px;
	overflow: hidden;
}
/*################# MASTHEAD #####################*/
.masthead {
	overflow: hidden;
	padding: 10px;
}
.masthead .content {
	max-width: 1250px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	overflow: hidden;
}
.logo {
	float: left;
	width: 400px;
margin-right:10%;
margin-left:310px;
}
.address {
margin-top:69px;
	float: left;
	width: 100px;
}
.nfl-logo {
margin-top:13px;
	float: right;
	width: 120px;
}
.col-text {
padding:8px 18px 8px 12px;
min-height:210px;
font-size:0.9em;
line-height:1.5em;
}
.banner-title {
position:relative;
width:80%;
margin-left:10%;
margin-right:10%;
top:-250px;
left:20px;
color:white;
font-size:2.4em;

}
/*################# NAVIGATION #####################*/
.navigation {
	background: rgba(140,198,197,.8);
	width:100%;
position:absolute;
z-index:99999999999999;
}
.navigation .content {
	max-width: 1140px;
	margin: 0 auto;
}

/*################# CONTENT #####################*/
.main-content {
max-width:732px;
margin:0 auto;
}
.main-content .content {
	padding: 10px;
	font-size: 1em;
	line-height: 1.5em;
font-weight:300;
}

/*################# FOOTER #####################*/

.footer {
background:#464647;
	padding: 20px 0;
	clear: both;
	bottom: 0px;
margin-top:30px;
}
.footer .content {
	font-size: 0.9em;
	text-align: center;
	max-width: 1280px;
	margin: 0 auto;
color:white;
}
.section-text {
	height:45px;
	margin:-45px 0 0 0;
	position:absolute;
	z-index:99999999;
	overflow:hidden;
}
.section-text .content {
	padding:8px 20px;
	color:white;
	font-size:0.7em;
}
/*################# HEADINGS #####################*/

h1, h2, h3, h4 {
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	
	line-height: normal;
}
h1 {
	font-size: 1.6em;
color: #464647;
}
h2 {
	font-size: 1.2em;
color: #464647;
}
h3 {
	font-size: 1.2em;
color:#bfbcbb;
}
h4 {
	font-size: 1.1em;
}

/*################# LINKS #####################*/

.main-content a:link  {
	color: #bfbcbb;
	text-decoration: none;
}
.main-content a:visited {
	color: #bfbcbb;
	text-decoration: none;
}
.main-content a:hover {
	color: black;
	text-decoration: underline;
}
.col-text a:link {
	color: #bfbcbb;
	text-decoration: none;
}
.col-text a:visited {
	color: #bfbcbb;
	text-decoration: none;
}
.col-text a:hover  {
	color: black;
	text-decoration: underline;
}
.masthead a:link {
	color: darkred;
	text-decoration: underline;
}
.masthead a:visited {
	color: darkred;
	text-decoration: underline;
}
.masthead a:hover {
	color: black;
	text-decoration: none;
}
.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #ccc;
text-decoration: underline;
}
a:link, .section-text {
color: #fff;
	text-decoration: none;
}
a:visited, .section-text {
color: #fff;
	text-decoration: none;
}
a:hover, .section-text {
color: #fff;
	text-decoration: none;
}
.cta a:link {
    background-color: #81c0be;
    border: none;
    color: white;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    margin: 0 auto;
    cursor: pointer;
	width:100%;
}
.cta a:visited {
    color: white;
}
.cta a:hover {
    color: #f8be36;
}
/*################# NEWS #####################*/

.news {
	line-height: 1.35em;
	padding:12px;
	margin-bottom:20px;
	border: 1px solid #ccc;
	overflow:hidden;
}
.news img {
	width: 20%;
	border: 1px solid;
	border-color: #ccc;
	float: left;
	margin-right: 2em;
}
.imgBorder {
	border: 1px solid #bdbdbd;
	background-color: #eeeeee;
	padding: 9px;
}

/*################# BOXES #####################*/

.box-content img {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
.column-fourth:last-child {
	float: left;
	margin-right: 0;
}
.box-content a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.box-content {
	line-height: 1.35;
	padding:12px 12px 4px 12px;
	margin:6px;
	border: 1px solid;
	border-color: #ccc;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
}


/*################# GENERAL #####################*/

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin: 1.2em 0px;
}

/*####################################################################*/

/*                         Media Queries

/*####################################################################*/

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 861px) and (max-width: 1060px) {
body {
 padding-bottom: 0px;
}
.logo {
    float: left;
    width: 340px;
    margin-right: 10%;
    margin-left: 20%;
}
.banner-title {
position:relative;
width:80%;
margin-left:10%;
margin-right:10%;
top:-211px;
left:20px;
color:white;
font-size:2.4em;
z-index:99999999999999;
}
.footer {
 position: static;
 width: auto;
}
.content-wrapper, .columns-wrapper {
margin: 0px;
border: none;
}
.sidebar, .main-content, .column-fourth, .column-fourth:last-child {
 width: auto;
 float: none;
 position: static;
}
.main-content .content, .sidebar .content {
 padding: 20px 10px;
 border: none;
 height: auto !important;
 max-height: 888678px;
}
.column-third, .column-content-mid {
 float: none !important;
 width: auto !important;
}
.column-content, .column-content-mid {
 height: auto !important;
 max-height: 888678px;
 border: none !important;
 padding:6px !important;
 margin:6px !important;
}
.news-wrapper img {
	max-height:50%;
	width:100%;
}
h1 {
 font-size:1.4em;
}
}
@media only screen and (min-width: 721px) and (max-width: 860px) {
.logo {
    float: left;
    width: 340px;
    margin-right: 10%;
    margin-left: 10%;
}
.columns-wrapper-inner {
	overflow: hidden;
	max-width: 1280px;
	margin: -81px auto 0 auto;
}
.banner-title {
position:relative;
width:90%;
margin-left:5%;
margin-right:5%;
top:-159px;
left:20px;
color:white;
font-size:2em;
z-index:99999999999999;
}
}
@media only screen and (min-width: 666px) and (max-width: 720px) {
.logo {
    float: left;
    width: 400px;
    margin-right: 10px;
    margin-left: 10px;
}
.columns-wrapper-inner {
	overflow: hidden;
	max-width: 1280px;
	margin: -100px auto 0 auto;
}
.banner-title {
position:relative;
width:90%;
margin-left:5%;
margin-right:5%;
top:-145px;
left:20px;
color:white;
font-size:2em;
z-index:9999;
}
}
@media only screen and (min-width: 0px) and (max-width: 665px) {
.logo {
    float: left;
    width: 90%;
    margin-right: 10px;
    margin-left: 10px;
}
.columns-wrapper-inner {
	overflow: hidden;
	max-width: 1280px;
	margin: -45px auto 0 auto;
}
.banner-title {
position:relative;
width:90%;
margin-left:5%;
margin-right:5%;
top:-130px;
left:20px;
color:white;
font-size:1.8em;
z-index:9999;
}
.navigation {
	background: rgba(140,198,197,1.0);
	width:100%;
position:absolute;
z-index:99999999999;
}
}
@media only screen and (min-width: 0px) and (max-width: 580px) {
.banner-title {
position:relative;
width:90%;
margin-left:5%;
margin-right:5%;
top:-65px;
left:20px;
color:white;
font-size:1em;
z-index:9999;
}
}
/*
.nfl-logo {
margin-top:13px;
	float: right;
	width: 80px;
}
.address {
    margin-top: 13px;
    float: left;
    width: 100px;
}
*/
/* iPhone 5 320 */
@media only screen and (min-width: 0px) and (max-width: 330px) {
}
/* iPhone 6 375 */
@media only screen and (min-width: 331px) and (max-width: 380px) {
}
/* iPhone 6+ 414 */
@media only screen and (min-width: 381px) and (max-width: 420px) {

}