body {
	background-color: #222;
	background-image: url(/img/bg.png);
	background-attachment: fixed;
	background-size: cover;
}

h1 {
	font-family: 'Idlewild A', 'Idlewild B';
	font-weight: 700;
	font-size: 1.7em;
	line-height: 1.1;
	color: #000;
	margin: 0 0 .5em 0;
	}

h2 {
	font-family: 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 800;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	color: #000;
	text-transform: uppercase;
}

h3 {
	font-family: 'Idlewild A', 'Idlewild B';
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000;
	margin: 0 0 1em 0;
}

h3.supportlevel {
	font-family: 'Vitesse SSm A', 'Vitesse SSm B';
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 0;
	}

h4 {
	font-family: 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 700;
	font-style: normal;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
}

h4.supportlevel {
	font-size: 1em;
    color: #fff;
    margin-top: 0;
	}

h5 {
	font-family: 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	margin-top: 0;
	color: #000;
}

p, li {
	font-family: 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.4;
	color: #000;
}

a, a:visited {
	color: inherit;
	text-decoration: underline;
}

.footer p, .footer a {
	font-size: .9em;
	line-height: 1.1;
	color: #999;
}

th {
	font-family: 'Idlewild A', 'Idlewild B';
	font-weight: 700;
	font-style: normal;
	font-size: .7em;
	line-height: 1.1;
	color: #000;
}

td {
	font-family: 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.1;
	color: #000;
}

table, td, th {
	border: 1px solid black;
}

#map-canvas {
	width: 100%;
	height: 400px;
}

.kicker, .button, .button a {
	font-family: 'Vitesse SSm A', 'Vitesse SSm B';
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	padding: .25em .5em;
	background-color: #666;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: inline-block;
}

.button {
	background-color: #f00;
}

.button:hover {
	background-color: #666;
}

.footer {
	background-color: black;
}

.content {
	padding: 1.5em 2em;
}

#menubar {
	display: none;
}

#nomenubar {
	display: block;
}

.season h4, .season p {
	color: #fff;
}

.playwright {
	width: 250px;
	margin: 0 auto;
	display: block;
}

p.intro {
	font-size: 1.2em;
	line-height: 1.5em;
}

p.benefitsbottom {
	text-align: center;
	color: #fff;
	margin-top: 1em;
}

.becomeamember {
	font-family: 'Idlewild A', 'Idlewild B';
	font-weight: 800;
	font-style: normal;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	padding: .5em;
	margin-top: 1em;
	letter-spacing: .1em;
	color: #fff;
	background-color: #C43624;
}

.becomeamember:hover  {
	background-color: #000;
}

p a, p a:hover, p a:visited {
	color: inherit;
	text-decoration: underline;
}

.banner-sm {
	width: 100%;
	height: 80px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	padding: 5px;
}

.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#jetmenu {
	z-index: 2000;
}

.homebox p {
	font-size: 1.3em;
}

#stickyheader {
	padding: 10px 0;
	background-color: black;
	background-color: rgba(0,0,0,0.7);
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

@media only screen and (min-width: 768px) {
	
	#stickyheader {
	z-index: 1000;
}

.navbar-fixed-bottom, .navbar-fixed-top {
	display: none;
}
	
	#toplogo-internal, #toplogo-home {
		width: 250px;
	}
	
	h1 {
		font-size: 2.5em;
		line-height: 1.1em;
		}
	
	h2 {
		font-size: 1.25em;
		line-height: 1.2em;
	}
	
	h3 {
		font-size: 1.5em;
		line-height: 1.2em;
	}
	
	.smallpadding {
		padding-right: 0;
	}
	
	.footer-small-logo {
		width: 200px;
	}

	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	p.benefitsbottom {
		padding: 0 8em;
	}
	
	.banner-lg {
		display: none;
		width: 100%;
		background-color: #000;
		background-color: rgba(0,0,0,0.7);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 500;
		padding: 15px;
	}

	#menubar {
		display: block;
	}

	#nomenubar {
		display: none;
	}

	.cftmonogram {
		width: 100px;
		position: absolute;
		left: -10px;
		top: 0;
		z-index: 1000;
		
	}
	
	/* dropdown menu */

#dropdown {
	background: none;
	position: relative;
	z-index: 2000;
}

#dropdown ul li {
	font-family: 'Idlewild A', 'Idlewild B';
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	   -moz-transition: padding .05s linear;
	    -ms-transition: padding .05s linear;
	     -o-transition: padding .05s linear;
	        transition: padding .05s linear;
}

#dropdown>ul>li {
	font-size: .8em;
}


#dropdown ul li.drop {
	position: relative;
}
#dropdown ul > li {
	display: inline-block;
}
#dropdown ul li a {
	padding: 0 15px 0 0;
	color: #aaa;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	-webkit-transition: all .1s ease-out;
	   -moz-transition: all .1s ease-out;
	    -ms-transition: all .1s ease-out;
	     -o-transition: all .1s ease-out;
	        transition: all .1s ease-out;
}

li.drop a:hover { color: #eee; }

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 160px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -90px; /* half of width */
	top: -1000px;
}
.dropOut {
	width: 160px;
	background: white;
	float: left;
	position: relative;
	top: -40px;
	margin-top: 0px;
	opacity: 0;
	-webkit-transition: all .1s ease-out;
	   -moz-transition: all .1s ease-out;
	    -ms-transition: all .1s ease-out;
	     -o-transition: all .1s ease-out;
	        transition: all .1s ease-out;
}

.dropOut ul {
	float: left;
	padding: 10px 0;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 160px;
	padding: 12px 15px 10px 15px;
	margin: 0px 10px 0 0;
	color: #777;
	-webkit-transition: background .1s ease-out;
	   -moz-transition: background .1s ease-out;
	    -ms-transition: background .1s ease-out;
	     -o-transition: background .1s ease-out;
	        transition: background .1s ease-out;
}

.dropOut ul li a {
		color: #000;
		line-height: 12px !important;
}

.dropOut li.light {
	font-family: 'Vitesse SSm A', 'Vitesse SSm B' !important;
	text-transform: none !important;
	font-weight: 400 !important;
}

.dropOut ul li:hover {
	background: #ccc;
	color: #666;
}

li.light > a { color: #444 !important; }
li.light:hover > a { color: #fff !important; }
#dropdown > ul > li:hover > a { color: #fff !important; }
#dropdown ul li:hover .dropdownContain { top: 65px; }
#dropdown ul li:hover .underline { border-bottom-color: #aaa; }
#dropdown ul li:hover .dropOut { opacity: 1; margin-top: 8px; }

#dropdown ul li a:hover {
	color: #fff;
}

#jetmenu {
	display: none;
}


}

@media only screen and (min-width: 960px) {


	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}

#toplogo-internal, #toplogo-home {
	display: none;
}


.container, .container-home-large {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 100%;
}

.container-home-large {
	display: block;
	background-color: #918f74;
}

#container-home-small {
	display: none;
}

	.cftmonogram {
		width: 150px;
		left: -20px;
	}
	
	#dropdown>ul>li {
	font-size: 1em;
}



}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

