@font-face {
    font-family: 'helvetica_black';
    src: url('/fonts/helvetica_black.eot');
    src: url('/fonts/helvetica_black.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helvetica_black.woff') format('woff'),
         url('/fonts/helvetica_black.ttf') format('truetype'),
         url('/fonts/helvetica_black.svg#helvetica_black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sans_serif';
    src: url('/fonts/sans_serif.eot');
    src: url('/fonts/sans_serif.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sans_serif.woff') format('woff'),
         url('/fonts/sans_serif.ttf') format('truetype'),
         url('/fonts/sans_serif.svg#sans_serif') format('svg');
    font-weight: normal;
    font-style: normal;
}








body {
    font: 15px/22px "sans_serif", Arial, Helvetica, Helvetica Neue, sans-serif;
	background-color: #FFF;
	color: #333;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.cf:before,.cf:after,.row:before,.row:after {
	content: "";
	display: table;
}

.cf:after,.row:after {
	clear: both;
}

.cf,.row {
	zoom: 1;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
h1, h2, h3 {
	font-family: 'helvetica_black', Arial, sans-serif;
	font-weight: normal;
	color: #000;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
strong {
	color: #000;
}
a {
	color: #3c4e71;
}
img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}









/*--------------------------------------------
	FORMS
----------------------------------------------*/
.consent_text {
	overflow: auto;
	width: 95%;
	height: 200px;
	border: 1px solid black;
	margin: 10px;
	padding: 0 0 0 2%;
}
	
input[type="text"], 
input[type="password"], 
textarea, 
select {
	background-color: #CCC;
    border: 3px solid #999999;
    border-radius: 6px 6px 6px 6px;
	padding: 5px 7px 6px 7px;
	width: 98%;
}
select {
	width: 100%;
}
input[type=submit], button[type=submit], input[type=reset], button[type=reset] {
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #b79e14;
	border:1px solid #c7800c;
	border-top:1px solid #c7800c;
	border-left:1px solid #c7800c;
	font-family: 'helvetica_black', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 6px 15px 6px 15px;
	border-radius: 6px;
	text-transform: uppercase;
	width: 100%;
}
input[type=submit]:hover, button[type=submit]:hover, input[type=reset]:hover, button[type=reset]:hover {
	background-color: #5084a1;
	border: 1px solid #5084a1;
	color: #FFFFFF;
	transition: background 0.2s ease 0s;
}


label {
	font-weight: bold;
}
	.radio_group label {
		font-weight: normal;
	}
		
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.mobile { display: block; }
.desktop { display: none; }
.mobile_inline { display: inline; }
.desktop_inline { display: none; }


h2.no_margin { margin: 0; }


.wrapper {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}






/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


.main_content {
	background-color: #FFF;
}


img.logo {
	float: right;
}

	
/* Navigation All
--------------------------------------------- */
.menu_container,.anchor-link {
	display: none;
}

.menu_container {
	width: 100%;
	background-color: #3a3a3a;
}

.anchor-link {
	padding: 13px 0 10px 40px;
	margin: 5px 0 0 9px;
	font-size: 13px;
	color: #b79e14;
	float: left;
	font-family: "helvetica_black";
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/mobile_menu.png) no-repeat 0 7px;
}

.anchor-link:hover {
	color: #fff;
}

.nav {
	width: 100%;
	background-color: #000;
	border: 0;
	padding: 0;
}

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-align: left;
}

.nav ul li {
	display: block;
	text-align: left;
}

.nav ul li a {
	display: block;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f0af18;
	font-family: "helvetica_black", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.nav ul li a:hover {
	background-color: transparent;
}
.nav ul li a img {
	position: relative;
	top: -3px;
	left: 4px;
}
.main_content,.nav {
	transition: .2s margin ease;
	display: block;
	position: relative;
}
.main_content img {
	width: 100%;
	height: auto;
}

.quote_wrapper {
	font-family: "Garamond", "Times New Roman", serif;
	color: #999;
}
	.quote {
		font-size: 48px;
		line-height: normal;
		margin-bottom: 0;
		padding-bottom: 0;
	}
		.quote:before {
			content:open-quote;
		}
		.quote:after {
			content:close-quote;
		}
	.author {
		font-size: 30px;
		font-style: italic;
		margin-top: 0;
		padding-top: 0;
	}


	
	
.panel .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.panel .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	

	
h2.result {
	background-color: #777;
	color: #FFF;
	font-size: 14px;
	padding: 4px;
}
	
	
	
/*--------------------------------------------
	FOOTER 
----------------------------------------------*/
.footer_wrapper {
	margin-top: 25px;
	border-top: 11px solid #666;
	background-color: #000;
}

ul#footer_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	ul#footer_nav li {
		margin-top: 1px;
		display: block;
		padding: 0;
	}
		ul#footer_nav li a {
			display: block;
			position: relative;
			padding: 6px 24px 6px 0px;
			font-size: 16px;
			text-decoration: none;
			color: #3c4e71;
		}

	.footer_wrapper p.copyright {
		color: #686868;
		font-size: 12px;
	}









	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


@media only screen and (min-width: 680px) {

	body {
		background-color: #000;
	}
	
	.mobile { display: none; }
	.desktop { display: block; }
	.mobile_inline { display: none; }
	.desktop_inline { display: inline; }

	
	.header-container {
		background-color: #000;
		background-image: url(/images/bg_header.png);
		background-repeat: repeat-x;
	}
		.header {
			height: 150px;
		}

	.wrapper {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	


	img.logo {
		float: left;
		margin-top: 26px;
	}

	.content-container {
		background-color: #FFF;
		padding-top: 25px;
		padding-bottom: 25px;
	}



	/*--------------------------------------------
		FORMS
	----------------------------------------------*/
	
	input[type="text"], input[type="password"] {
		width: 48%;
	}
	
	select {
		width: auto;
	}	
	
	textarea {
		
	}
	
	input[type=submit], button[type=submit], input[type=reset], button[type=reset] {
		margin-right: auto;
		margin-left: auto;
		width: 30%;
	}
	
	

	/*--------------------------------------------
		HOMEPAGE & CONTENT
	----------------------------------------------*/
	.home_image {
		float: left;
		margin: 0 10px 10px 0;
	}
	.text_side {
		float: right;
		width: 800px;
	}
	
	.main_content img {
		width: auto;
		height: auto;
	}
	

	
		.panel.video {
			width: 544px;
			float: right;
			margin-top: 0px;
			margin-right: 55px;
			margin-bottom: 0px;
		}
		.panel.video.small {
			width: 144px;
			float: left;
			margin-top: 0px;
			margin-right: 25px;
			margin-bottom: 0px;
			margin-left: 0px;
		}
	
	
	
		
	/*--------------------------------------------
		FOOTER
	----------------------------------------------*/
	.footer-container {
		padding-top: 20px;
		background-color: #000;
		border-top: 10px solid #666;
	}
	.footer_wrapper .footer {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_nav_wrapper {
		display: block;
		width: 100%;
		height: 30px;
	}
	ul#footer_nav {
		display: block;
	}
		ul#footer_nav li {
			float: left;
		}
			ul#footer_nav li a {
				color: #b79e14;
			}
			ul#footer_nav li a:hover {
				color: #FFF;
			}
	p.copyright {
		color: #686868;
	}
	
		
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





