/*
==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: 'myriad-pro', sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #1c314a; color: #fff; text-shadow: none; }
::selection { background: #1c314a; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #27425f; }
a:hover { color: #000; text-decoration: none; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }


ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Stephen Emlund
   ========================================================================== */

header {    
    background: #1c314a;
    background:-webkit-linear-gradient(#1c314a, #27425f);
    background:-o-linear-gradient(#1c314a, #27425f);
    background:linear-gradient(#1c314a, #27425f);
    height: 47px;
    border-bottom: 6px solid #fff;
    text-align: center;
    padding: 18px 0 0 0  
    
}

.main {
    width: 960px;
    margin: 0 auto;
}

.subheader {
    width: 100%; 
    height: 216px;
    background: url('../images/header-bg.jpg') no-repeat center #f2d7ad;
    text-align: center;
}

.subheader-inner {
    width: 960px; 
    margin: 0 auto;
    font-family: "myriad-pro-condensed", sans-serif;
    text-transform: uppercase;
    color: #1c324a;
    text-shadow: 0 0 20px #fff;
    padding: 14px 0 19px 0;
}

.subheader-inner h1, .subheader-inner h2 {
    margin: 0;
    padding: 0;
}

.subheader-inner h1 {
    font-size: 2.5em;
    line-height: .9em;
    font-weight: 900;
}

.subheader-inner h2 {
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 400;
}

a.button {
    background: #1c314a;
    border-radius: 12px;
    color: #fff;
    font-family: "myriad-pro-condensed", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.3em;
    padding: 10px 20px;
}

a.button:hover {
    background: #3c5775;
    background:-webkit-linear-gradient(#3c5775, #1c314a);
    background:-o-linear-gradient(#3c5775, #1c314a);
    background:linear-gradient(#3c5775, #1c314a);
}

a.button-highlight {
	background: #ea890b;
}

a.button-highlight:hover {
	background: #ea890b;
    background:-webkit-linear-gradient(#f7ab48, #ea890b);
    background:-o-linear-gradient(#f7ab48, #ea890b);
    background:linear-gradient(#f7ab48, #ea890b);
}

section.intro {
    width: 727px;
    color: #1c314a;   
    text-align: center;
    margin: 50px auto 30px;
    font-size: 1.2em;
}

section.intro strong {
	font-family: "myriad-pro", sans-seirf;
    font-size: 1.3em;
    line-height: 1em;
}

hr { 
    display: block; 
    height: 1px; 
    width: 147px;
    border: 0; 
    border-top: 1px solid #ccc; 
    margin: 1.3em auto; padding: 0; 
}

.before-after {
    width: 100%;
    text-align: center
}

.section-heading {
    width: 100%; 
    background: url('../images/schedule-bg.jpg') no-repeat center #e6e1a1;
	text-align: center;
	font-family: "myriad-pro-condensed", sans-serif;
	color: #233d5a;
	margin: 8px 0 0;
    padding: 15px 0 20px;
}

.section-heading h2 {
    font-size: 3.4em;
	font-weight: 600;
	line-height: 1em;
    margin: 0;
    padding: 0;
}

.section-heading h3 {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 0 0 0;	
}

.section-heading h4 {
	margin: 10px 0;
}


.schedule {
    text-align: center;
    width: 750px;
    margin: 0 auto 55px auto;
}

.schedule h2 {
	margin: 60px 0 0 0;
	padding: 0;
	font-family: "myriad-pro", sans-serif;	
	font-weight: 700;
	color: #233d5a;
}


.schedule p {
    width: 730px;
    margin: 15px auto;
    color: #1c314a;
    font-size: 1.2em
}

.note {
	background: #e9ebee;
	padding: 15px 30px;
	margin: 30px 0;	
}

.schedule .note p {
	width: inherit;	
}

footer {
    text-align: center;
    font-family: "myriad-pro", sans-serif;
    font-weight: 300; 
    font-size: 1.2em;
}

footer .final-note {
	background: #e9ebee;
	padding: 20px 0;
}

footer .final-note p {
	margin: 0;
	padding: 0;
}

footer .final-note p:nth-of-type(1) {
	margin: 0 0 20px 0;
}

footer .footer-links {
	background: url('../images/footer-bg.jpg') no-repeat center #1c314a;
	padding: 47px 0;
	font-family: "myriad-pro-condensed", sans-serif;
    font-weight: 600; 
	font-size: 1.2em;
}

footer .footer-links a:nth-of-type(1) {
    border-right: 1px solid #91a3b4;
    padding: 0 6px 0 0;
    margin: 0 5px 0 0;
}

footer .footer-links a {
    color: #fff;
    text-decoration: none;
}

footer .footer-links a:hover {
    color: #e8e8e8;
    text-decoration: none;
}


.footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 25px 0;
}



/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}
