/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'Geogrotesque', 'Helvetica', arial, serif; color: #ff6600
}

html {
    font-size: 1em;
    line-height: 1.4;
}

a { 
    text-decoration: underline; text-decoration-style: dotted;  -webkit-transition: color 0.2s; transition: color 0.2s; color: #666;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #cc3300;
    text-shadow: none;
}

::selection {
    background: #cc3300;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    background: #ccc;
    width: 75%;
    margin: 5px;
    padding: 10px;
    border: 0;
    font-weight: 100;
}

button {
    margin-right: 100px;
    background: #cc3300;
    color: #fff;
    font-weight: 100;
    border: 0;
    padding: 10px 15px;

}

button a {
    color: #fff;
    text-decoration: none;
}

body { font-family: 'Geogrotesque', 'Helvetica', arial, serif; color: #666; }

h2 { text-transform: uppercase; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #ff6600;
    padding: 0.2em 0;
}


/* ==========================================================================
   Navigation styles
   ========================================================================== */

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff 100% 100%; 
    z-index: 10000;
    overflow: hidden;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100000;
}

/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

.ie9 .overlay nav { top: 25%; }

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    border-top: 1px solid #ff6600;
    border-bottom: 1px solid #ff6600;
    width: 280px;
    padding: 22px 0;
    margin: 30px 0;
    overflow: hidden;
}

.overlay ul li {
    display: inline-block;
    width: 100px;
    text-align: left;
    line-height: 1.5;
    overflow: hidden;
}

.overlay ul li:nth-child(2), 
.overlay ul li:nth-child(4), 
.overlay ul li:last-child  { 
    text-align: right; width: 170px; 
}

.overlay ul li a {
    font-weight: 300;
    display: block;
    color: #555;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    padding-bottom: 4px;
    overflow: hidden;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #ff6600;
}

.social { 
    margin: 0 auto; width: 280px; 
}

.social i { 
    border: 1px solid #ff6600; 
    margin: 8px 12px; 
    padding: 5px; 
    width:25px; 
    height:25px; 
    border-radius: 50%; 
    text-align: center; 
    color: #ff6600; -webkit-transition: background 0.5s; 
    transition: background 0.5s;
}

.social i:hover { 
    color: #fff; 
    background: #ff6600; 
}

/* Effects */
.overlay-hugeinc {
    opacity: 0;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    height: 100%;
    visibility: visible;
    overflow: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    overflow: hidden;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    overflow: hidden;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

.fixed {
    position: fixed; 
    top: 0; 
    height: 90px; 
    z-index: 1000;
}

.explore { 
    position: fixed; 
    z-index: 1002; 
    text-align: right; 
    top: 24px; 
    color: #666 !important; 
    margin-left: 810px !important; 
    width: 75px !important; 
    margin: 0 auto; 
}

.navbar {
    width: 100%;
    height: 90px;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.navbar ul { 
    width: 1000px; 
    margin: 0 auto; 
    padding: 0; 
}

.navbar ul li {
    display: inline-block;
    padding: 25px 0 0;
}

.navbar ul li a {
    color: #ff6600;
}

 
/* ==========================================================================
   ========================================================================== */ 



/* Global Logo */
.logo { padding-top:50px;}
.logo img { width: 300px; opacity: 1; visibility: visible;}
header { width: 1000px; margin: 0 auto; font-weight: 300; color: #fff; }
header p,
header a { color: #ff6600; width: 126px; text-decoration: none; line-height: 2; margin-top: 5px; margin-left: 4px;}
header a:hover { cursor: pointer; }
header .dark { width: 126px; text-align: right; text-decoration: none; line-height: 2; margin-top: 5px; }
header .dark a { color: #ff6600; }
header a:hover.dark { border-bottom: 1px dotted #ff6600; }
header .dark span { color: #ff6600; }


/* ==========================================================================
   Home CSS
   ========================================================================== */ 


.hero { height: 550px; padding: 0; margin: 0; width: 100%; position: relative; margin: 0 auto; }
.noHero { height: 300px; width: 1000px; padding: 0; margin: 0; width: 100%; position: relative; margin: 0 auto; }
.headline { height: 100%; padding: 0; margin: 0; width: 100%; position: relative; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.3); box-shadow: 0 0 30px rgba(0,0,0,0.5);}
.story, .index { padding: 0; margin: 0; width: 100%; position: relative; margin: 0 auto; }
.bracket-top { width: 720px; height: 60px; border-left: 1px solid #ffcc99; border-top: 1px solid #ff6600; }
.bracket-btm { width: 720px; height: 60px; border-right: 1px solid #ffcc99; border-bottom: 1px solid #ff6600; }
.footer { width: 100% }
.title { color: #ff6600; }

#first { background: url(../img/colorfuleye.jpg) no-repeat center top; background-size: cover;}
#third { background: #f2f2f2; }
#fourth { background: #ff9933; }
#footer { background: #ff6600; }

/* Hero */
#first .logo { padding-top:50px; }
#first article { width: 1000px; margin: 0 auto; font-weight: 300; color: #fff; }
#first article p,
#first article a { color: #fff; width: 126px; text-align: right; text-decoration: none; line-height: 2; margin-top: 5px; }
#first article a:hover { border-bottom: 1px dotted #fff; cursor: pointer; }

/* Headline */
#second { padding: 70px 0;}
#second article { width: 720px; margin: 0 auto; }
#second article h2 { width: 540px; font-size: 2em; font-weight:100; margin: 25px 0; line-height: 1.6em; letter-spacing: 0; padding: 0 60px; margin: 0 auto; text-align: center;}
#second article p { margin-bottom: 25px; color: #666; margin: 0 auto; }
#second article a { color: #666;}
#second .may14, .june14 { font-size: 3.5em; text-align: center; }
#second .author { text-align: right; text-transform: uppercase; font-size: 17px; font-weight: 300; margin-bottom: 0; margin-right: 70px; color:#aaa;}

/* Story */
#third { padding: 70px 0;}
#third article { width: 1000px; margin: 0 auto; }
#third .mainStory { width: 720px; margin: 0 auto; padding-bottom: 20px; font-size: 20px; font-weight: 300; letter-spacing: 1px; color: #666;}
#third article a { font-size: 20px; font-weight: 300; padding: 0; letter-spacing: 1px; margin: 0 auto; text-decoration: none; color: #666; }
#third article a:hover { border-bottom: 1px dotted #777; }
#third .author { text-align: right; text-transform: uppercase; font-size: 17px; font-weight: 300; margin-bottom: 0; }
#third .supportStory { border-top: 1px solid #d5d5d5; margin: 10px 0 0 0; padding: 50px 0 0; font-size: 20px; font-weight: 300; letter-spacing: 1px; color: #666;}
#third .supportStory-noborder { margin: 10px 0 0 0; padding: 50px 0 0; font-size: 20px; font-weight: 300; letter-spacing: 1px; color: #666;}
#third .supportStory ul { display: block; padding: 0; margin: 0 }
#third .supportStory ul li { display: inline-block; width: 251px; list-style: none; font-weight: 300; font-size: 18px; letter-spacing: 1px; padding: 0 50px 5px 10px; vertical-align: top;}
#third .supportStory ul a { font-size: 18px; }

#third .supportStory ul li:second-child { padding-left: 10px; vertical-align: top; }

/* Feature themes */
#fourth { padding: 70px 0; }
#fourth .index { margin-top: -70px; margin-bottom: -70px; padding:70px 0; opacity: .6; -webkit-transition: opacity .5s; transition: opacity .5s; }
#fourth .index-1 {  background: url(../img/index-1.jpg) no-repeat center center fixed; background-size: cover; margin-top: -70px; margin-bottom: -70px; padding: 70px 0; opacity:1 }
#fourth .index-2 {  background: url(../img/index-2.jpg) no-repeat center center fixed; background-size: cover; margin-top: -70px; margin-bottom: -70px; padding: 70px 0; opacity:1;}
#fourth .index-3 {  background: url(../img/index-3.jpg) no-repeat center top fixed; background-size: cover; margin-top: -70px; margin-bottom: -70px; padding: 70px 0; opacity:1;}
#fourth .index-4 {  background: url(../img/index-4.jpg) no-repeat center top fixed; background-size: cover; margin-top: -70px; margin-bottom: -70px; padding: 70px 0; opacity:1;}
#fourth article {  width: 1000px; margin: 0 auto; line-height: 1.5em; color: #fff; font-weight: 300; font-size: 18px; }
#fourth h1 { font-size: 2.3em; font-weight: 300; letter-spacing: 2px }
#fourth h3 { font-size: 1.6em; letter-spacing: 1px; text-transform: uppercase; text-align: left; font-weight: 300 }
#fourth .shell { width: 1000px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#fourth ul { display: block; text-decoration: none; margin: 0px; padding: 0px; }
#fourth ul li { width: 458px; padding: 70px 0; display: inline-block; vertical-align: top;}
#fourth ul li:nth-child(2) { margin-left: 76px; vertical-align: top;}
#fourth article a { font-size: 18px; color: #fff; text-decoration: none }
#fourth article a:hover { color: #fff; border-bottom: 1px dotted #fff; padding:0; }
.ie9 #fourth article a:hover { border-bottom: none; }
#fourth .indexLeft { width: 90px; float: left; }
#fourth .indexRight { width: 368px; float: left; }
.ie9 #fourth .indexLeft { float: none; }
.ie9 #fourth .indexRight { float: none }
#fourth .number { font-size: 2.1em; width: 25px; padding: 15px; border: 1px solid #fff; border-radius: 50%; text-align: center; margin-top: 30px }
#fourth .author { text-transform: uppercase; margin-top: -18px; padding-bottom: 25px }
#fourth .allFeatures { width: 1000px; text-align: right; padding-top: 10px; opacity: 1; }
.fade { color: #999!important; }

/* Footer */
#footer { padding: 70px 0;}
#footer article { padding: 0; margin: 0; width: 1000px; height: 70px; position: relative; margin: 0 auto; color: #fff; font-size: 14px; font-weight: 300 }
#footer .left { float: left; width: 24% }
#footer .right { float: right; text-align: right; width: 75% }
#footer .right ul { display: block; text-decoration: none; text-transform: uppercase; padding: 0; margin: 0 }
#footer .right ul li { display: inline-block; border-right: 1px solid #fff; padding: 0 10px }
#footer .right ul li:last-child { border-right: none; padding-right: 0 }
#footer .right ul li a:hover { text-decoration: dotted underline; }
#footer i { border: 1px solid #ccc; margin-right:15px; padding: 5px; width:15px; height:15px; border-radius: 50%; text-align: center;}
#footer a { color: #fff; text-decoration: none }
#footer a:hover { color: #ffcc99; border-bottom: 1px dotted #ffcc99; }
#footer a:hover.noDots { border-bottom: none; } 
#footer .copyright { font-size: 11px; padding-top: 10px; }
#footer ul.tier2 { margin-top: 24px }


 /* ==========================================================================
   Web, Print, Other CSS
   ========================================================================== */ 

.feature { padding: 0; margin: 0; width: 100%; position: relative; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.3); }
.title { background: transparent; }
.imagery { height: 350px }
.right-height { height: 536px; }
.blue { color: #ff6600; }

/* Title */
#feature-title { color: #fff; background: transparent; margin-top: -218px; left: 0; right: 0; margin-right: auto; margin-left: auto; position: absolute; z-index: 1; }
#feature-title article { width: 1000px; margin: 0 auto; color: #fff; }
#feature-title article h2 { font-size: 4.5em; letter-spacing: 1px; text-decoration: uppercase; margin: 0 auto; padding: 0; margin-top: 175px; float: left; color: #ff6600;}

/* Story */
#feature-story { padding: 70px 0; }
#feature-story article { width: 1000px; overflow:auto; margin: 0 auto;  overflow-y: hidden;}
#feature-story .left { width: 375px; float: left; }
#feature-story .right { width: 525px; float: right; }
#feature-story article h2 { font-size: 1.5em; font-weight:400; line-height: 1.6em; letter-spacing: 1px; margin-top: 0; height:772px; }
#feature-story .may14 { height: 1107px }
#feature-story article h3 { font-family: 'Pacifico', cursive; font-size: 1.5em; line-height: 1.3em; letter-spacing: 1px; margin-bottom:0; }
#feature-story article h4 { font-family: 'Pacifico', cursive; font-size: 1.5em;  line-height: 1.3em; letter-spacing: 1px; margin-top:100%; }
#feature-story article h5 { font-size: 1.3em; font-weight:400; line-height: 1.6em; letter-spacing: 1px; margin-top: 0; text-transform: uppercase;}
#feature-story article p { font-size: 1.2em; color: #ff6600; margin: 0 auto; font-weight: 300; line-height: 1.5; letter-spacing: 1px; }
#feature-story article a { color: #ff6600; }
.noBorder { border: none !important; margin: 0 !important; padding: 0 !important; }

#feature-imagery-1, #feature-imagery-2 { width: 100% }

sub { font-size: .5em; }


/* Article */
#support-imagery-1 article, 
#support-imagery-2 article, 
#support-imagery-3 article, 
#support-imagery-4 article, 
#support-imagery-5 article,
#support-imagery-6 article,
#support-imagery-7 article { margin: 0 auto; width: 1000px; }

#support-imagery-1 .right, 
#support-imagery-2 .right, 
#support-imagery-3 .right, 
#support-imagery-4 .right, 
#support-imagery-5 .right,
#support-imagery-6 .right,
#support-imagery-7 .right { width: 525px; float: right; }

#support-imagery-1 article h2, 
#support-imagery-2 article h2, 
#support-imagery-3 article h2, 
#support-imagery-4 article h2, 
#support-imagery-5 article h2,
#support-imagery-6 article h2,
#support-imagery-7 article h2 { font-family: 'Pacifico', cursive; font-size: 1.5em; line-height: 1.3em; letter-spacing: 1px; margin-bottom:0; padding-top:45px; padding-left: 62px; text-transform: none; display:  none;}

#support-web { background: url(../img/bridge.jpg) no-repeat 50% 5%; background-size: cover;} 
#support-print { background: url(../img/beach.jpg) no-repeat 50% 5%; background-size: cover;} 
#support-other { background: url(../img/beach.jpg) no-repeat 50% 5%; background-size: cover;}
#support-reviews { background: url(../img/microphone.jpg) no-repeat 50% 5%; background-size: cover;} 
#support article { width: 1000px; overflow:auto; margin: 0 auto;  overflow-y: hidden; padding: 70px 0; }
#support .left { width: 375px; float: left; }
#support .right { width: 525px; float: right; }
#support article h2 { font-size: 1.5em; font-weight:400; line-height: 1.6em; letter-spacing: 1px; margin-top: 0; }
#support article h3 { font-style: italic; font-size: 1.3em; line-height: 1.3em; letter-spacing: 1px; margin-bottom:0; }
#support article h4 { font-style: italic; font-size: 1.5em;  line-height: 1.3em; letter-spacing: 1px; margin-top:100%; }
#support article p { font-size: 1.2em; color: #ff6600; margin: 0 auto; font-weight: 300; line-height: 1.5; letter-spacing: 1px;}
#support article a { color: #ff6600; }
.mainArticle { border-right: 1px solid #d9d9d9; }
#video { width: 1000px; margin: 0 auto; }
#gallery { width: 1000px; margin: 0 auto; margin-bottom: 70px; }
#gallery ul li { padding: 0; margin: 0; }
.bx-caption { display: none; }
.bx-viewport { max-height: 400px; }
.bx-wrapper { max-height: 570px; }


#conversations { margin: 0 auto; }
#conversations article { width: 1000px; overflow:auto; margin: 0 auto;  overflow-y: hidden; padding: 70px 0; }
#conversations .left { width: 375px; float: left; }
#conversations .left p { font-size: 1.5em; font-family:'Pacifico', 'Lucinda', 'Brush Script MT', cursive;}
#conversations .right { width: 525px; float: right; }
#conversations .right p { color: #666666; font-style: italic;}
#conversations article h2 { font-size: 1.8em; font-weight:400; line-height: 1.6em; letter-spacing: 2px; margin-top: 0; }
#conversations article h3 { font-size: 2em; font-weight:300; line-height: 1.5em; letter-spacing: 1px; margin-bottom: 0; margin-top: 0; font-family: 'Pacifico',  'Lucinda', 'Brush Script MT', cursive; }
#conversations article h4 { font-style: italic; font-size: 1.5em;  line-height: 1.3em; letter-spacing: 1px; margin-top:100%; }
#conversations article p { font-size: 1.2em; color: #ff6600; margin: 0 auto; font-weight: 300; line-height: 1.5; letter-spacing: 1px; }
#conversations article a { color: #ff6600; }
.q { font-weight: 600; }

#third .conversation-title { font-size: 2em; margin-top: 0; font-family: 'Pacifico', cursive;}


span.special-font { font-weight: 100; font-size: 2.2em; margin-left: 1px; letter-spacing: 1px;}

#web-work .right {margin-left: 50%; vertical-align: top; }


/* ==========================================================================
    Contact CSS
   ========================================================================== */ 

/* Title */
#contact-form h2 { border-bottom: 1px solid #d5d5d5; width: 88%; }
  
/* Form */
#about-feature-story { margin-top: 70px; display: inline-block; position: absolute; max-width: 38%; font-weight: 100; font-size: 18px;}
#about .left { width: 50%; float: left; }
#about .right { width: 50%; float: right; }
#about article { width: 1000px; overflow: auto; margin: 0 auto; overflow-y: hidden; padding: 70px 0; font-weight: 300; font-size: 1.2em;}

#contact-form { margin: 0 0; display: inline-block; position: relative; max-width: 50%; }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * 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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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