/*
Theme Name: Student Launch Pad
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	height: 100%;
	overflow-x: hidden
}

	
body {
	background: #fff;
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/*new code added August 2014 by Jewel Clark. This code is in conjunction with an opt in page: 10 Tips To Writing Your Best College Application Essay*/

.grayemphtext {
	font-size: 21px;
	font-weight: bold;
	color: #8a8a8a;
	margin-bottom: 15px;
	font-style: italic;
	text-align: center;
}

/*end new code*/
/* @group type */
@font-face {
    font-family: 'KaushanScriptRegular';
    src: url('font/KaushanScript-Regular-webfont.eot');
    src: url('font/KaushanScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/KaushanScript-Regular-webfont.woff') format('woff'),
         url('font/KaushanScript-Regular-webfont.ttf') format('truetype'),
         url('font/KaushanScript-Regular-webfont.svg#KaushanScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#weeks blockquote {
	font-family: 'KaushanScriptRegular';
	font-style: italic;
	background: transparent;
	font-size: 24px;
	padding: 0;
}
.menu,
.site-info,
.button,
button {
	font-family: Verdana, Geneva, sans-serif;
}
/* @end type */

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {

}
h1,
a h1,
h2,
.entry-title,
blockquote strong {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #f04e23;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #f04e23;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 3px;
}
h1,
a h1,
h1 a,
.entry-title {
	font-stretch: condensed;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #e5d9d9;
   	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
}
h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
h4,
.above {
	font-size: 21px;
	font-weight: bold;
	color: #8a8a8a;
	margin-bottom: 15px;
}
h5 {
	background: #f9a719;
background: -moz-linear-gradient(top, #f79820 0%, #fce526 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #f79820), color-stop(100%, #fce526));
background: -webkit-linear-gradient(top, #f79820 0%, #fce526 100%);
background: -o-linear-gradient(top, #f79820 0%, #fce526 100%);
background: -ms-linear-gradient(top, #f79820 0%, #fce526 100%);
background: linear-gradient(to bottom, #f79820 0%, #fce526 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79820', endColorstr='#fce526', GradientType=0 );
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 30px;
	padding: 11px;
	margin: 30px 0 30px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {	
margin-bottom: 1.5em;
}
.home p {
	margin-bottom: 0;
}
ul, ol {
	margin: 0 0 1.5em 1.6em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li {
	padding-bottom: 2px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 18px 13px 0;
	padding: 16px 20px 12px;
	background: #fff4c0;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	max-width: 550px;
}
blockquote strong {
	font-size: 26px;
	line-height: 28px;
	float: left;
	display: block;
	margin: -5px 5px 7px 0;
}
blockquote p,
.one_half blockquote p  {
	margin: 0 0 18px;
	line-height: 23px;
}
blockquote p:last-child {
	margin-bottom: 5px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
.button,
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
.button,
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
a.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #ffd303 url(img/button-bg.jpg) repeat-x 0 0;
	color: #000;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	/* -webkit-appearance: button;  Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-decoration: none;
	border: none;
	margin: 0 5px 5px 0;
}
a.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f7961e none;
	text-decoration: none;
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
	width: 100%;
}
#user_login {
	width: auto;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #f04e23;
	text-decoration: none;
	outline: none;
}
a:visited {

}
a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: underline;
}

/* Alignment */
.attachment-thumbnail,
.alignleft {
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text,
h2.site-description {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* @group layout*/
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -135px; /* the bottom margin is the negative value of the footer's height */
}
.home #page {
	background: #eceded url(img/page-home-bg.jpg) repeat-x 0 0;
}
#masthead,
#main,
.site-info,
#above-content {
	width: 920px;
	margin: 0 auto;
	padding-left: 60px;
	position: relative;
	clear: both;
}
.home #masthead,
.home #main {
	width: 780px;
}
.page #primary {
	float: none;
	margin: 0 0 0 0;
	width: 100%;
	background: transparent url(img/primary-bg.png) repeat-x 0 0;
}
.page #content {
	margin: 0 0 0 0;
}

#primary {
	float: left;
	margin: 0 -30% 0 0;
	width: 100%;
	background: transparent url(img/primary-bg.png) repeat-x 0 0;
}
#content {
	margin: 0 30% 0 0;
	padding: 60px 10px; 0 10px;
}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 29%;
	padding-top: 38px;
}
#tertiary { /* Sidebar 2 */
	clear: right;
}
.site-footer {
	clear: both;
	width: 100%;
}

/* @end layout */

/* @group header */
#masthead {
	height: 150px;
}
h1.site-title {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 301px;
	height: 178px;
	left: -18px;
	top: 45px;
	text-shadow: none;
	
}
h1.site-title a {
	display: block;
	text-shadow: none;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	background: transparent url(img/student-launch-pad-logo.png) no-repeat 0 0;
}
/* =Menu
----------------------------------------------- */
.menu-secondary-menu-container {
	padding: 32px 0 0 0;
}
ul#menu-secondary-menu {
	margin:0;
	padding: 0;
	list-style: none;
}
ul#menu-secondary-menu li {
	float: right;
	padding: 0;
	margin: 0 10px;
	position: relative;
}
ul#menu-secondary-menu li a {
	display: block;
	padding: 0 5px;
	border-bottom: 3px solid white;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
ul#menu-secondary-menu li a:hover,
ul#menu-secondary-menu li.current_page_item a,
ul#menu-secondary-menu li.current-menu-item a {
	border-bottom: 3px solid #000;
}
ul#menu-secondary-menu li.rss a,
ul#menu-secondary-menu li.twitter a,
ul#menu-secondary-menu li.facebook a {
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image:  url(img/social.png);
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 5px;
}
ul#menu-secondary-menu li.rss a:hover,
ul#menu-secondary-menu li.twitter a:hover,
ul#menu-secondary-menu li.facebook a:hover { 
	border-bottom: none;
}
ul#menu-secondary-menu li.rss {
	margin: 0 0 0 15px;
}
ul#menu-secondary-menu li.rss a {
	background-position: left top;
}
ul#menu-secondary-menu li.rss a:hover {
	
}
ul#menu-secondary-menu li.twitter {
	margin: 0 5px;
}
ul#menu-secondary-menu li.twitter a {
	background-position: left -18px;
}
ul#menu-secondary-menu li.twitter a:hover {
	
}
ul#menu-secondary-menu li.facebook {
	margin: 0 0 0 5px;
}
ul#menu-secondary-menu li.facebook a {
	background-position: left -36px;
}
ul#menu-secondary-menu li.facebook a:hover {
	
}
ul.main li ul,
ul#menu-secondary-menu li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		top: 0;
		left: 100%;
		list-style: none;
}
ul.menu li:hover > ul,
ul#menu-secondary-menu li:hover > ul {
		border: 0;
		display: block;
		left: -12px;
		top: 23px;
}
ul.main li ul li a,
ul#menu-secondary-menu li ul li a {
		background: #fff;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
}
ul.main li ul li a:hover,
ul#menu-secondary-menu li ul li a:hover {
		background: #e3e3e3;
		color: #444;
}
		
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: absolute;
	right: 0;
	bottom: 2px;
}
.main-navigation li {
	float: right;
	position: relative;
}
.main-navigation a {
	color: #818285;
    display: block;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	background: #ffd303 url(img/button-bg.jpg) repeat-x 0 0;
	color: #000;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

/* @end header */
/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 80px;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.one_half p,
.one_half ul {
	margin-right: 40px;
}
.one_half.last_column {
	margin-top: 0px;
}
.one_half.last_column p {
	margin-right: 0px;
}
#weeks .one_half {
	margin-bottom: 30px;
}
.above {
	display: block;
	margin: -40px 0 0 0;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* @group social */
.learndash .shareaholic-canvas {
	display: none;
}
/* @end social */

/* @group Widgets */

.widget {
	margin: 0 0 1.5em;
}
#secondary .widget {
	margin: 0 0 40px;
	padding: 0 60px 15px 0;
}
#secondary h1.widget-title {
	font-size: 20px;
	line-height: 24px;	
	margin-bottom: 15px;
}
#secondary li {
	padding: 5px 0;
}
/* Search widget */
#searchsubmit {
	display: none;
}

#subscribe-blog {
	display: block;
	clear: both;
}
#subscribe-blog p {
	margin-bottom: 5px;
}
#subscribe-blog p:last-child {
	text-align: right;
}
#subscribe-blog input[type="submit"] {
	
}
/* @end widgets */

/* @group extras */
#main:before,
#above-content:before  {
	width: 300px;
	height: 134px;
	position: absolute;
	content: "";
	bottom: 50px;
	left: -300px;
	background: transparent url(img/flame-bg.png) no-repeat left 0;
}
#main:after,
#above-content:after {
	width: 300px;
	height: 134px;
	position: absolute;
	content: "";
	bottom: 50px;
	right: -300px;
	background: transparent url(img/flame-bg.png) no-repeat right 0;
}
.home #main:before {
	content: "";
	background: transparent url(img/flame-bg-white.png) no-repeat left 0;
}
.home #main:after{
	content: "";
	background: transparent url(img/flame-bg-white.png) no-repeat right 0;
}
#above-content {
	padding: 30px 0 34px 30px;
}

#above-content img {
	margin-bottom: 24px;
}
#above-content .video-js {
	margin: 0 auto;
	border: 1px solid #827e7d;
}
#above-content .video-js img {
	margin-bottom: 0;
}
#above-content .video-js:after {
	content: '';
	background: transparent url(img/video-shadow.png) no-repeat center top;
	height: 27px;
	width: 100%;
	position: absolute;
	bottom: -27px;
	display: block;
}
#above-content:before,
#above-content:after {
	bottom: 25%;
}
#colophon:before {
	background: transparent url(img/colophon-bg.png) no-repeat center top;
	content: "";
	left: 0;
	right: 0;
	height: 50px;
	position: absolute;
	top: 0;
	pointer-events:	none;
	z-index: 1;
}

/* @end extras */

/* @group home */
.home .royalSlider.default,
.home .royalSlider.rs-default-template {
    background: url("img/slider-shadow.png") no-repeat scroll center bottom transparent;
    padding-bottom: 63px;
}
.home .video-js {
	background: #fff;
	margin-bottom: 63px;
	position: relative;
}
.home .video-js:after {
	content: "";
	background: url("img/slider-shadow.png") no-repeat scroll center bottom transparent;
	height: 63px;
	width: 780px;
	position: absolute;
	bottom: -63px;
	left: 0;
}

#sidebar-home {
	margin-top: -26px;
	float: right;
}
#sidebar-home .widget {
	width: 220px;
	float: left;
	background: transparent url(img/home-widget-bg.png) repeat-x 0 0;
	margin-right: 4px;
	padding: 34px 18px;
	color: #949292;
	min-height: 140px;
}
#sidebar-home .widget a {
	text-decoration: none;
}
#sidebar-home .widget a p {
	color: #949292;
	text-decoration: none;
}
#sidebar-home .widget a:hover p {
	color: #949292;
	text-decoration: underline;
}

/* @end home */

/* @group bios */
#post-61 .one_half h3 {
	margin: -18px 0 20px;
}
/* @end bios */

/* @group video */
.video-js
.ui-accordion .video-js {
	margin: 20px auto 30px;	
}
.vjs-poster {
	z-index: -1;
}
.vjs-default-skin .vjs-big-play-button {
    box-shadow: 1px 2px 8px #000000 !important;
    -webkit-box-shadow:1px 2px 8px #000000 !important;
    -moz-box-shadow:1px 2px 8px #000000 !important;
    opacity: 0.85 !important;
    z-index: 0 !important;
}

.vjs-default-skin div.vjs-big-play-button span {

}
.vjs-default-skin .vjs-big-play-button:before {
    font-size: 48px;
    top: 18px;
}
.home .vjs-default-skin .vjs-big-play-button {
	
}
.home .vjs-poster {
	z-index: 5;
}


#weeks .video-js {
	height: 415px;
}
.vjs-loading-spinner div {
	display:none !important;
}
.vjs-default-skin .vjs-big-play-button:before {
    left: 3px;
    line-height: 43px;
}
/* @end video */

/* @group gravity forms */
.columns-two {
	width: 80%;
}
.gform_wrapper .columns-two ul li.gfield {
    clear: none;
    float: left;
    width: 47%;
}
.gform_wrapper .columns-two .top_label input.medium,
.gform_wrapper .columns-two .top_label select.medium {
    width: 75%;
}
/* @end gravity forms */

/* @group tabs */
ul.GTTabs {
	font-weight: bold;
    text-transform: uppercase;
}
ul.GTTabs li a, 
.entry-content ul.GTTabs li a {
    padding-top: 0.45em !important; 
}
.GTTabs_divs {
	position: relative;
}
/* @end tabs */

/* @group entry-content menu */
.entry-content ul.menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #F04E23;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: normal;
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0.2em 1em 0.2em 30px;
    text-align: left;
    width: auto;
}
.entry-content .menu li{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    margin: 1em 0 0;
    padding: 0;
}
.entry-content .menu li a {
    border: 1px solid #F04E23;
    color: #000000;
    cursor: pointer;
    outline: medium none;
    padding: 0.45em 0.4em 0.2em;
    text-decoration: none;
}
.entry-content .menu li.current-menu-item a {
	background: none repeat scroll 0 0 #F04E23;
    color: #FFFFFF;
    text-decoration: none;
}
/* @end entry-content menu */


/* @group footer */
.push {
	height: 135px;
}
.site-footer {
	background: #faa817 url(img/footer-bg.png) repeat-x 0 0;
	height: 135px;
	text-align: center;
	position: relative;
}
.site-info,
.site-info a {
	color: #ffd204;
	font-size: 10px;
}
.menu-footer-top-menu-container {
	padding: 18px 0 0 0;
}
#colophon ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	*width: 500px;
}
#menu-footer-top-menu {
	font-size: 15px;
}
#menu-footer-bottom-menu {
	font-size: 11px;
}
#colophon ul.menu li {
	display: inline-block;
	*display:block;
	*float: left;
}
#colophon ul.menu li a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	color: #fff;
}
/* @end footer */

/* @group iframe */
.page-template-page-iframe-php {
	background-color: #222222;
}
.page-template-page-iframe-php .hentry {
	margin: 0 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	color: #fff;
}
.page-template-page-iframe-php .entry-title {
    text-shadow: 2px 2px 0 #000;
    text-transform: uppercase;
    margin: 20px 0 0 20px;
}
.page-template-page-iframe-php .entry-content {
    margin: 0.2em 0 0 20px;
}
.page-template-page-iframe-php a {
	text-decoration: none;
	color: #fff;
}
.page-template-page-iframe-php a:hover {
	color: #f04e23;
	text-decoration: none;
}
.page-template-page-iframe-php iframe {
	z-index: 1;
	margin-top: 100px;
}
/* @end iframe */

/* @group random buttons */
a.sign-up-now {
	display: block;
	width: 401px;
	height: 87px;
	margin: 0 auto;
	background: transparent url(img/sign-up-now.png) no-repeat center top;
	text-indent: -9999px;
}
a.sign-up-now:hover {
	background-position: center bottom;
}
a.sign-up-now.top {
	margin: -62px auto 35px;
}
a.more-details {
	display: block;
	width: 359px;
	height: 36px;
	margin: 0 auto;
	background: transparent url(img/more-info.png) no-repeat center top;
	text-indent: -9999px;
}
a.more-details:hover {
	background-position: center -104px;
}
a.have-questions {
	display: block;
	max-width: 359px;
	height: 68px;
	margin: 0 auto;
	background: transparent url(img/more-info.png) no-repeat center -36px;
	text-indent: -9999px;
}
a.have-questions:hover {
	background-position: center -140px;
}
/* @end random buttoms */

.clear,
br {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	border: none;	
	background-color: transparent;
	background-image: none;
	float: none;
	display: block;
}
#wpstats {
	overflow: hidden;
	height: 0;
	width: 0;
	position: absolute;
}
/* @group Responsive Structure  */

@media (max-width: 800px) {
	h1.site-title {
	    left: 0;
	}
	#main:before,
	#main:after {
		content: "";
		display: none;
	}
	body,
	#page,
	#colophon {
		min-width: 800px;
}
}
/* @end Responsive Structure  */