/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== 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; }


/* Jeff Hack */

.floatR {
		float: right;
		margin-left: 15px;
		margin-bottom: 10px;
		max-width: 200px;
		font-size: 10px;
	}


/* =============================================================================
   Grid System
   ========================================================================== */
.container{ padding-left: 20px; padding-right: 20px; }
.row{ width: 100%; max-width: 960px; min-width: 960px; margin: 0 auto; overflow: hidden; }

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}
.row .onecol{ width: 4.85%; }
.row .twocol{ width: 13.45%; }
.row .threecol{ width: 22.05%; }
.row .fourcol{ width: 30.75%; }
.row .fivecol{ width: 39.45%; }
.row .sixcol{ width: 48%; }
.row .sevencol{ width: 56.75%; }
.row .eightcol{ width: 65.4%; }
.row .ninecol{ width: 74.05%; }
.row .tencol{ width: 82.7%; }
.row .elevencol{ width: 91.35%; }
.row .twelvecol{ width: 100%; float: left; }

.last{ margin-right: 0px; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
*{ margin: 0; }
html { font-size: 100%; height: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background-color: #697372; }
body { margin: 0; font-size: 14px; height: 100%; min-height: 768px; line-height: 1.231; }

body, button, input, select, textarea { font-family: "Times New Roman", serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #1e5472; color: #fff; text-shadow: none; }
::selection { background: #1e5472; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a{ color: #321c09; text-decoration: none; border-bottom: 1px dotted #bc701f; }
p a{ color: #bc701f; border: none; }
.figure a{ color: #bc701f; border: none; }
a:hover { color: #bc701f; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
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; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

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, monospace; _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: 0; padding: 0 0 10px 0; }
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/e 
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; height: auto; }
object, embed { max-width: 100%; }

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures & Tables
   ========================================================================== */

figure { margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

article{}
  article li{ list-style: none; padding: 5px 0 5px 20px; background: url( images/li.png ) no-repeat 0px 8px; }
    article .books li{ list-style: none; padding: 5px 0 5px 20px; background: url( images/li_book.png ) no-repeat 0px 5px; }
  article .columns li{ width: 20%; margin-right: 3%; float: left; }
  article .columns-three li{ width: 28%; margin-right: 3%; float: left; }

.display-rounded{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.display-dropshadow{ box-shadow:0 0px 7px #333; -webkit-box-shadow:0 0px 7px #333; -moz-box-shadow:0 0px 7px #333; }
.display-dropshadow-light{ box-shadow:0 0px 5px #666; -webkit-box-shadow:0 0px 5px #666; -moz-box-shadow:0 0px 5px #666; }

.figure{ margin-bottom: 10px; color: #666; font-size: 11px; }
  .figure.right{ margin-right: 0px; margin-left: 10px; }
  .figure img{ border: #666 1px solid; padding: 1px; margin-bottom: 5px; }

h1, h2, h3, h4{ font-family: "warnock-pro", Georgia, serif; font-weight: 300; }
  h1{ color: #bc701f; margin: 0 0 .5em 0; font-size: 2.5em; }
  h2{ color: #6b6358; margin: 1em 0 .5em 0; font-size: 1.5em;  clear: both; }
  h3{ color: #6b6358; margin: .5em 0 .25em 0; }
  h4{ color: #6b6358; margin: 1em 0 .25em 0; font-size: .85em; font-weight: bold; }

footer{ background-color: #353f3e; padding: 20px; color: #ddd8ce; font-size: .95em; }
  footer h2{ color: #ddd8ce; margin: 0; font-size: 1em;  clear: both; }
  footer p{ font-size: .75em;  }
  footer p.last{ margin-top: 10px; }


header{ padding: 20px 0px; height: 70px; overflow: visible !important; }
  header #logo{ background: url( images/sprite.png ); display: block; height: 84px; width: 300px; border: none; margin-left: -25px; }
  header nav ul{ padding: 15px 0; margin-right: -20px; }
  header nav li{ float: right; padding: 0; margin: 0; }
  header nav a{ background: url( images/sprite.png ); display: block; height: 49px; border: none; }
  header nav a.selected{ cursor: default; }
  header nav a.about{ background-position: 0px -81px; width: 116px; }
    header nav a.about:hover{ background-position: 0px -131px; }
    header nav a.about.selected{ background-position: 0px -181px; }
  header nav a.explore{ background-position: -115px -81px; width: 97px; }
    header nav a.explore:hover{ background-position: -115px -131px; }
    header nav a.explore.selected{ background-position: -115px -181px; }
  header nav a.tour{ background-position: -212px -81px; width: 97px; }
    header nav a.tour:hover{ background-position: -212px -131px; }
    header nav a.tour.selected{ background-position: -212px -181px; }
  header nav a.education{ background-position: -309px -81px; width: 97px; }
    header nav a.education:hover{ background-position: -309px -131px; }
    header nav a.education.selected{ background-position: -309px -181px; }
  header nav a.links{ background-position: -406px -81px; width: 97px; }
    header nav a.links:hover{ background-position: -406px -131px; }
    header nav a.links.selected{ background-position: -406px -181px; }
  header nav a.support{ background-position: -505px -81px; width: 97px; }
    header nav a.support:hover{ background-position: -505px -131px; }
    header nav a.support.selected{ background-position: -505px -181px; }
  header nav a.contact{ background-position: -602px -81px; width: 105px; }
    header nav a.contact:hover{ background-position: -602px -131px; }
    header nav a.contact.selected{ background-position: -602px -181px; }

    header #logo-description{ display: none; position: absolute; }
        header #logo-description ul{ padding-bottom: 0 !important; }
        header #logo-description li{ list-style: none; padding: 3px 0 3px 20px; background: url( images/li.png ) no-repeat 0px 8px; }
        header #logo-description .background{
            background-color: #f6f3ee; padding: 10px; width: 400px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
            box-shadow:0 0px 5px #666; -webkit-box-shadow:0 0px 5px #666; -moz-box-shadow:0 0px 5px #666;
        }
        .arrow-up{ width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #f6f3ee; margin-left: 7px; margin-top: 5px; }
        .ie .arrow-up{ border: 0; margin: 0; }
        
    #header-wrapper{ position: absolute; width: 100%; top: 0; left: 0; z-index: 4; } /* was 2 */

#home-overview{ margin-top: 25px; color: #38332d; font-size: 22px; }
  #home-overview p{ font-size: 20px; width: 700px; }
  #home-overview-text ul{ list-style: none; }
    #home-overview-text li{ float: left; background: #786e5f; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 10px; padding: 2px 9px 2px 3px; }
  #home-overview .social{ background: #786e5f; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 10px; padding: 2px 0px 2px 0px; }
  #home-overview-text a, #home-overview-text .label{ font-size: 12px; letter-spacing: 1px; border: none; height: 24px; display: block; line-height: 28px; text-transform: uppercase; font-weight: bold; color: #f0eee9; }
    #home-overview-text a.explore{ background: url( images/icon-arrow.png ) no-repeat; padding-left: 30px; cursor: pointer; }
      #home-overview-text a:hover.explore{ color: #e7ae5b; background-position: 0px -25px; }
    #home-overview-text a.tour{ background: url( images/icon-video.png ) no-repeat; padding-left: 36px; cursor: pointer; }
      #home-overview-text a:hover.tour{ color: #e7ae5b; background-position: 0px -25px; }
  #home-overview-text .explore{  }
  #home-overview-text .label{ margin-left: 10px; float: left; }
  #home-overview-text .icon-social{ float: left !important; margin-right: 0; }
  
  #home-scrim{ width: 100%; height: 100%; position: fixed; background-color: #000; top: 0; left: 0; opacity: .75; display: none; cursor: pointer; z-index: 10; }
  
  #home-video{ position: fixed; display: none; width: 720px; height: 500px; z-index: 12;} /* no z-index before */
 
#home-overview-wrapper{ position: absolute; width: 100%; top: 100px; left: 0; z-index: 3; }

#map{ display: block; width: 100%; height: 400px; margin-bottom: 20px; border: #666666 1px solid; }

.icon-audio{ margin-left: 10px; }

.icon-social{ width: 24px; height: 24px; display: block; background: url( images/sprite.png ); float: right; border: none; }
    .icon-social.facebook{ background-position: -352px 0px; }
        .icon-social.facebook:hover{ background-position: -352px -25px; }
    .icon-social.facebook-light{ background-position: -299px 0px; }
        .icon-social.facebook-light:hover{ background-position: -299px -25px; }
    .icon-social.twitter{ background-position: -375px 0px; }
        .icon-social.twitter:hover{ background-position: -375px -25px; }
    .icon-social.twitter-light{ background-position: -324px 0px; }
        .icon-social.twitter-light:hover{ background-position: -324px -25px; }

nav.breadcrumbs a{ color: #6b6358; border: none; font-size: 0.9em; font-weight: bold; } /* !!! Edited by Jeff */
  nav.breadcrumbs{ color: #999; }
  
nav.explore{ display: block; width: 100%; clear: both; }
  nav.explore a{ display: block; height: 27px; border: none; padding-top: 5px; color: #6b6358; }
  nav.explore a.back{ float: left; padding-left: 33px; background: url( images/icon_back.png ) no-repeat; }
  nav.explore a.forward{ float: right; padding-right: 33px; background: url( images/icon_forward.png ) no-repeat right top; }

#nav-explore-tab{
  background-color: #b0691d; color: #fff; text-transform: uppercase; letter-spacing: .25em; font-size: .75em;
  width: 250px; text-align: center; display: block; padding: 10px 10px; font-weight: bold;
  -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px;
}
    .ie #nav-explore-tab{ letter-spacing: 0; }

#nav-explore-wrapper{ position: absolute; display: block; width: 100%; height: 100%; min-height: 768px; top: 0; left: 0; z-index: 0; }

#nav-explore{ position: absolute; left: 0; bottom: -201px; width: 100%; text-align: center; z-index: 1; }
  #nav-explore .row{ overflow: visible; }
  #nav-explore .figure{ font-size: 13px; }
    #nav-explore .figure img{ border: none; padding: 0; }
  #nav-explore nav{ background: url( images/background-tile.png ) #353f3e repeat; width: 100%; padding: 20px 0 10px 0; }


/*
.stickyfooter-wrapper{ min-height: 100%; height: 100%; margin: 0 auto -30px; }
  footer{ height: 30px; }
  #main{ height: 100%; margin-bottom: -70px; }
*/

p{ font-size: 1.1em; line-height: 1.5em; margin-bottom: .5em; }
  p.leadin{ font-size: 1.25em; color: #38332d; }
  
table.sponsor{}
  table.sponsor td{ padding: 5px 10px; color: #6b6358; }
  table.sponsor td:first-child{ color: #bc701f; padding: 5px 10px 5px 0px; width: 50px; }
  table.sponsor td:nth-child(2){ width: 150px; color: #333; }
  
table.sponsor-house{}
  table.sponsor-house td{ padding: 5px 10px; color: #6b6358; }
  table.sponsor-house td:first-child{ color: #333; padding: 5px 10px 5px 0px; width: 50px; }
  
#video{ width: 720px; height: 480px; position: absolute; z-index: 1; }
  #video-buffer{ width: 720px; height: 480px; display: block; z-index: 0; }
  
.wrapper{ background: url( images/background-tile.png ) #353f3e repeat; padding: 20px 20px 20px 20px; }
.wrapper-wave{ background: url( images/background-tile-waves.png ) repeat; padding: 0 20px; height: 28px; }

.drop-none{ margin-top: 0; }

.expand{ margin-bottom: 20px; }
.expand-none{ margin-bottom: 0; }

.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-small{ font-size: .85em; }
.left{ float: left; }
.right{ float: right; }


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.clear{ clear: both; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.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; }


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !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; }
}


/*
Custom styles added on 12-5-17 by Noah Holohan-Kantor. More work available at www.noahkantor.com
*/

.dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #7a7164;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 3px;
    webkit-border-radius: 3px;
    width: 80%;
    right: -12px;

}

.dropdown-content a {
    color: black;
    padding: 12px 6px;
    text-decoration: none;
    display: block;
    background-image: url("");
    background-color: #7a7164;
    text-align: center;
    max-height: 12px;
    color: #FFFFFF;
    font-size: 14px
    bottom: 12px;

/*    max-width: 85px; */
}

.dropdown-content a:hover {background-color: #84735b}

.dropdown-content a:active {background-color: #ba8d48}

.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 3px;
}

#meta{
  position: absolute;
  left: 49%;
}

.homebar{
  width: 86.05%;
}

/* #### Mobile Phones #### */
@media screen and (max-device-width: 900px){
  #meta{
  position: static;
}
}