/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

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

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

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

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's re-usable styles
   ========================================================================== */
.close {
    cursor:pointer;
    position:absolute;
    top:8px;
    right:8px;
    display:block;
    width:16px;
    height:16px;
    padding:3px;
    border-radius:20px;
    background:url(../../../images/creatives/records/close.png) no-repeat 3px 3px;
    outline: none;
}
.close:hover {
    background-color:#fff;
    -moz-box-shadow:0 0 1px #000;
    -webkit-box-shadow:0 0 1px #000;
    box-shadow:0 0 1px #000;
}
.socialBtn {
    display:inline-block;
    position:relative;
}
#horizontalShare .socialBtn {
    min-width:95px;
    padding: 0 10px;
}
.socialLink {
    font-size:12px;
    display:inline-block;
    text-align:center;
    padding:1px 6px;
    background:#eee;
    border:1px solid #ddd;
    color:#333;
    text-decoration:none;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:15px 0 0 -2px;
    position:relative;
    top:-6px;
    font-family: Arial. Helvetica, sans-serif;
    line-height: 1.4em;
}
.socialLink:hover {
    background:#ddd;
    border:1px solid #ccc;
    color:#000;
}
#horizontalShare .socialLink {
    margin:0 10px 0 15px;
    top:-4px;
}
#horizontalShare {
    text-align:center;
}
    #facebookH {
        top:-3px;
        padding-right:10px;
    }
        .fb_iframe_widget span {
            vertical-align:text-top !important;
        }
    #twitterH, #googleplusH, #linkedinH {
        top:2px;
    }
    #stumbleuponH {
        top:1px;
    }
#socialFloater {
    display:none;
    position:fixed;
    top:35px;
    left:35px;
    width:50px;
}
    #socialFloater .fb-like {
        margin-left:2px;
        padding-bottom:10px;
    }
    #socialFloater .twitter-share-button {
        margin-left:-3px;
        padding-bottom:7px;
    }
    #socialFloater #linkedin {
        left: -5px;
        padding-top: 3px;
    }
    #socialFloater #stumbleupon {
        padding-top: 3px;
    }
#embed {
    width: 100%;
    height:190px;
    left: 0;
    bottom:-200px;
    background:#f8f8f8;
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    border-top:5px solid #555;
    position:fixed;
    text-align:center;
}
    #embed h5 {
        margin:15px;
        font-weight:bold;
        font-size:22px;
        color:#333;
    }
    #embed textarea {
        width:90%;
        border:1px #999 solid;
        color:#111;
        font-size:11px;
        font-family:monospace;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        padding:5px;
        height:90px;
    }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Myriad W08 Semibold', Helvetica, Helvetica Neue, Arial;
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    border: 15px #ddd solid;
}
.wrapper {
    width: 90%;
    margin: 0 5%;
}
    #mainHeader {
        font-size: 0.7em;
        line-height: 2em;
        text-align: center;
    }
        #iPod {
            margin: 1em auto 0;
            display: block;
            max-width: 100%;
            height: auto;
        }
        #mainHeader small {
            margin-top: -12px;
            display: block;
        }        
        .arrow {
            display: block;
            width: 80px;
            height: 80px;
            background-repeat: no-repeat;
            background-position:  center 60%;
            -webkit-transition:linear all 0.3s;
            -moz-transition:linear all 0.3s;
            -o-transition:linear all 0.3s;
            -ms-transition:linear all 0.3s;
            transition:linear all 0.3s;
            opacity: 0.7;
        }
        .arrow:hover {
            opacity: 1;
        }
        #upArrow {
            right: -150px;
            background-image: url(../../../images/creatives/records/upArrow.png);
            position: fixed;
            bottom: -80px;
            opacity: 0;
        }
        #upArrow.visible {
            bottom: 80px;
            opacity: 0.7;            
        }
        #upArrow:hover {
            bottom: 90px;
            opacity: 1;            
        }
        #downArrow {
            margin: -30px auto 0;
            background-image: url(../../../images/creatives/records/downArrow.png);
            position: relative;
        }
        #downArrow:hover {
            top: 10px;
        }
    #content {
        min-height: 1000px;
    }
        .recordStack {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
    #mainFooter {
        text-align: center;
        padding:0 0 60px;
    }
        #mainFooter h3 {
            font-size: 3em;
            line-height: 1.5em;
        }
        #mainFooter p {
            font-size: 1.5em;
        }        
        #bears {
            margin: 60px 0 20px;
            width: 450px;
            max-width: 100%;
            height: auto;
            padding: 5px;
            background: #fff;
            box-shadow: 0 1px 5px #ccc;
            border-radius: 3px;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
            box-sizing:border-box;
        }
        #logo {
            width: 100%;
            max-width: 300px;
            display: block;
            margin: 50px auto 30px;
        }
        #logo img {
            width: 100%;
            height: auto;
        }
        #logo:hover {
            background-position: 0 -39px;
        }        
                #mainFooter .cta {
            margin: 2em;
            line-height: 1.8em;
            font-size: 1em;
            text-transform: uppercase;
        }
        .cta a {
            color: black;
            display: inline-block;
            margin: 0 1em;
            text-transform: uppercase;
            text-decoration: none;
        }
        .cta a:hover {
            color: #E30F10;
        }
        .cta a span {
            text-decoration: underline;
        }
        i.icon {
            display: inline-block;
            width: 1.2em;
            height: 1em;
            margin-right: 0.5em;
            background-position: center;
            background-repeat: no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
            vertical-align: middle;
        }
        .no-svg i.icon {
            display: none;
        }
        .icon-star {
            background-image: url('../../../images/icons/star.svg');
        }
        .icon-heart {
            background-image: url('../../../images/icons/heart.svg');
        }
        .icon-shield {
            background-image: url('../../../images/icons/shield.svg');
        }
        #horizontalShare {
            padding-top: 2em;
        }







/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Heights */
@media only screen and (min-height:400px) and (min-width: 480px) {
    #mainHeader {
        padding: 15px 0 0;
        font-size: 1em;
    }
    body { overflow: hidden; }
}
@media only screen and (min-height: 600px) and (min-width: 480px) {
    #mainHeader {
        padding: 30px 0 5px;
        font-size: 1.5em;
    }
}
@media only screen and (min-height: 700px) and (min-width: 700px) {
    #mainHeader {
        font-size: 1.8em;
        padding: 50px 0 10px;
    }
        #iPod {
        }
        #downArrow {
            margin: 0 auto;
        }
}
@media only screen and (min-height: 880px) and (min-width: 900px) {
    #mainHeader {
        font-size: 2em;
        padding: 100px 0 10px;
    }
}

/* Widths */
@media only screen and (min-width: 490px) {
    #iPod {
        max-width: 420px;
    }
}
@media only screen and (min-width: 768px) {
    .wrapper {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
    }
    #socialFloater {
        display: block;
    }
    #embed {
        width:600px;
        left:50%;
        margin-left:-300px;
    }
        #embed textarea {
            width:450px;
        }
    #upArrow {
        right: 50px;
    }
}
@media only screen and (min-width: 1140px) {
    .wrapper {
        width: 70%;
    }
}







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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.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;
    }
}
