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

html {
    font-size: 62.5%;
    line-height: 1.0;
}

body {
    font-size: 1.4rem;
}

/*
 * 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: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    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;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

img {
    height: auto;
    width: auto;
}

/* == RESPONSIVE HOOKS == */
@media (min-width: 990px) {
    body:after {
        content: 'desktop_large';
        display: none;
    }
}

@media (max-width: 989px) {
    body:after {
        content: 'desktop_medium';
        display: none;
    }
}

@media (max-width: 479px) {
    body:after {
        content: 'mobile';
        display: none;
    }
}

/* == UTILITY STYLES == */
h1 {
    font-size: 7rem;
    line-height: 7rem;
    margin: 0;
    font-family: 'amnh-sans', sans-serif;
    font-weight: 600;
    font-style: normal;
}

h2 {
    font-size: 5.6rem;
    line-height: 6.3rem;
    margin: 0;
    font-family: 'amnh-sans', sans-serif;
    font-weight: 500;
    font-style: normal;
}

h3 {
    font-size: 3rem;
    line-height: 4.2rem;
    margin: 0;
    font-family: 'amnh-serif', serif;
    font-weight: 500;
    font-style: normal;
}

h4 {
    font-size: 2.2rem;
    line-height: 3.5rem;
    margin: 0;
    font-family: 'amnh-sans', sans-serif;
    font-weight: 700;
    font-style: normal;
}

h5 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin: 0;
    font-family: 'amnh-serif', serif;
    font-weight: 500;
    font-style: normal;
}

body {
    font-size: 2.2rem;
    line-height: 3.5rem;
    color: #2e2f31;
    background-color: #fff;
    margin: 0;
    font-family: 'amnh-serif', serif;
    font-weight: 500;
    font-style: normal;
}

.secondary-color {
    color: #e1e1e1;
}

hr {
    color: #e1e1e1;
}

body a {
    text-decoration: underline;
    font-family: 'amnh-serif', serif;
    font-weight: 700;
    font-style: normal;
}

body a,
body a:hover,
body a:focus {
    color: #0F6ED2;
}

/*AC_ADD*/
body a:hover,
body a:focus {
    text-decoration: underline !important;
}

@media (max-width: 479px) {
    h1 {
        font-size: 3.9rem;
        line-height: 3.9rem;
    }

    h2 {
        font-size: 3.2rem;
        line-height: 3.5rem;
    }

    h3 {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    h4 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    h5 {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    body {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    body a {
        text-decoration: underline;
    }

    .annual-report-footer-link {
        height: 40px;
        display: table !important;
        line-height: 14px
    }

    .annual-report-footer-link a {
        display: table-cell;
        vertical-align: middle;
    }

    .annual-report-footer-wrapper.affix {
        z-index: 999 !important;
    }

}

.annual-report-caption-header h2 {
    margin: 10px 0 !important;
}

article.view-full {
    overflow: hidden;
    float: left;
    clear: both;
    width: 100%;
}

.touch article.full-super_article {
    width: 100vw;
}

/* == General Embed and Section Styles == */
.fullwidth {
    width: 100vw;
    clear: both;
}

.two-column {
    width: 100vw;
    clear: both;
}

.two-column .content-view-embed {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
}

.sa-inline {
    width: 100vw;
    clear: both;
}

.sa-inline .content-view-embed {
    max-width: 702px;
    margin: 0 auto;
}

@media (max-width: 990px) {
    .two-column .content-view-embed {
        padding: 0 16px;
    }

    .one-column-container {
        padding: 0 16px;
    }
}

@media (max-width: 702px) {
    .sa-inline .content-view-embed {
        padding: 0 16px;
    }
}

.attribute-body h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ezxmltag-embed > div {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* LANDSCAPE ALTERATIONS */

@media only screen and (min-device-width: 320px) and (max-device-width: 630px) and (orientation: landscape) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .view-full.full-super_article h1,
    .view-full.full-super_article h2,
    .view-full.full-super_article h3,
    .view-full.full-super_article h4,
    .view-full.full-super_article h5,
    .view-full.full-super_article h6 {
        margin: 10px 20px;
        max-width: 682px;
    }

    .view-full.full-super_article ul,
    .view-full.full-super_article ol {
        margin: 10px 20px;
        max-width: 702px;
    }

    .view-full.full-super_article .paragraph-wrapper > p {
        max-width: 702px;
        margin: 10px 20px;
    }

    .view-full.full-super_article .view-embed.embed-file {
        max-width: 702px;
        margin: 10px 20px;
    }

    .view-full.full-super_article .ezxmltag-embed > a {
        max-width: 702px;
        margin: 10px 20px;
        display: block;
    }

    .full-super_article .view-embed.embed-file {
        margin: 0 20px;
    }

    body:after {
        content: 'mobile';
        display: none;
    }

    h1 {
        font-size: 3.9rem;
        line-height: 3.9rem;
    }

    h2 {
        font-size: 3.2rem;
        line-height: 3.5rem;
    }

    h3 {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    h4 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    h5 {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    body {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    body a {
        text-decoration: underline;
    }

    header #pageTitle {
        width: 100%;
    }

    header #pageTitle h1 {
        padding: 20px;
        text-align: center;
    }

    .full-timeline header #pageTitle h1 {
        text-align: center;
    }

    header #pageTitle {
        margin-top: -90px !important;
    }
}

@media (max-width: 702px) {
    header #pageTitle {
        width: 100%;
    }

    header #pageTitle h1 {
        padding: 20px;
        text-align: center;
    }

    .full-timeline header #pageTitle h1 {
        text-align: center;
    }
}

@media (min-width: 480px) {

    .view-full h1,
    .view-full h2,
    .view-full h3,
    .view-full h4,
    .view-full h5,
    .view-full h6 {
        margin: 10px auto;
        max-width: 702px;
    }

    .view-full ul,
    .view-full ol {
        margin: 10px auto;
        max-width: 702px;
    }
}

/* == HEADER == */

.header a.sr-logo:focus,
.header.header-mobile a.sr-logo:focus,
.header-mobile button:focus {
    display: inline-block;
    outline: 2px outset #666666 !important;
    outline-offset: -2px;
    width: auto;
    height: auto;
}

.header a.sr-logo,
.header.header-mobile a.sr-logo {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
}

/* == HEADER MOBILE == */

@media (max-width: 479px) {
    .header-mobile {
        height: 44px;
        padding: 16px 0 18px 0;
        width: 100vw;
        z-index: 10;
        position: fixed;
    }

    .header-mobile a.sr-logo {
        margin-top: -10px;
    }

    .header-mobile .logo-wrapper,
    .header-mobile .page-title-wrapper {
        position: relative;
        min-height: 1px;
        padding: 0 16px 0 16px;
        float: left;
        font-size: 1.4rem;
        line-height: 1.1rem;
    }

    .header.header-mobile.affix {
        height: 40px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header-.header-mobile.affix {
        transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header-mobile .page-title-wrapper {
        width: 205px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 16px;
        line-height: 1.2rem;
        padding-top: 2px;
        bottom: 2px;
        position: relative;
    }

    .header.header-mobile .sa-icon-AMNH_Logo_Vertical {
        background-image: url(../images/amnh-logo-white%EF%B9%962023.svg);
        margin-left: 8px;
        width: 139px;
        height: 30px;
        text-decoration: none;
        color: white;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
    }

    .header.header-mobile.affix .sa-icon-Logo-Icon-No-Text {
        font-size: 3.6rem;
        line-height: .8rem;
        margin-left: 8px;
        display: inline-block;
        width: 40px;
        float: left;
        margin-top: 8px;
    }

    .header.header-mobile.affix.light .sa-icon-Logo-Icon-No-Text,
    .header.header-mobile.affix.transparent-dark .sa-icon-Logo-Icon-No-Text {
        color: #333;
    }

    .header.header-mobile a {
        text-decoration: none;
        color: white;
    }

    .header.header-mobile.affix-top .page-title-wrapper {
        display: none;
    }

    .header.header-mobile.light .sa-icon-AMNH_Logo_Vertical,
    .header.header-mobile.transparent-dark .sa-icon-AMNH_Logo_Vertical {
        background-image: url(../images/amnh-logo-black%EF%B9%962023.svg);
    }

    .header.header-mobile .mobile-nav-btn {
        font-size: 2.5rem;
        line-height: 1rem;
        margin: 0;
        border: 0;
        outline: 0;
        text-align: center;
        float: left;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
    }

    .header.header-mobile.light .mobile-nav-btn {
        color: #333333;
    }

    .header.header-mobile.light.affix {
        border-bottom: 1px solid #c3c6c8;
    }

    .header.header-mobile.transparent .check-trigger {
        color: white;
    }

    .header.header-mobile.transparent-dark .check-trigger {
        color: #333333;
    }

    .header.header-mobile.transparent.affix {
        background-color: #131313;
        -webkit-transition: background-color .5s ease-in;
        transition: background-color .5s;
        color: white;
    }

    .header.header-mobile.transparent-dark.affix {
        background-color: #fff;
        -webkit-transition: background-color .5s ease-in;
        transition: background-color .5s;
        color: #333;
    }

    .header.header-mobile.dark.affix .check-trigger,
    .header.header-mobile.blue .check-trigger,
    .header.header-mobile.dark .check-trigger,
    .header.header-mobile.transparent.affix .check-trigger {
        color: white;
    }

    .header.header-mobile .check-trigger {
        font-size: 3rem;
        line-height: 1em;
        position: relative;
        top: -1rem;
    }

    .header.header-mobile.affix .check-trigger {
        line-height: 1em;
    }

    header #pageTitle.three-lines {
        margin-top: 0;
        text-align: center;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 630px) and (orientation: landscape) {
    .header-mobile {
        height: 44px;
        padding: 16px 0 18px 0;
        width: 100vw;
        z-index: 10;
        position: fixed;
    }

    .header-mobile .logo-wrapper,
    .header-mobile .page-title-wrapper {
        position: relative;
        min-height: 1px;
        padding: 0 16px 0 16px;
        float: left;
        font-size: 1.4rem;
        line-height: 1.1rem;
    }

    .header.header-mobile.affix {
        height: 40px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header-.header-mobile.affix {
        transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header-mobile .page-title-wrapper {
        width: 205px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 16px;
        line-height: 1.2rem;
        padding-top: 2px;
        bottom: 2px;
        position: relative;
        padding-left: 8px;
    }

    .header.header-mobile .sa-icon-AMNH_Logo_Vertical {
        background-image: url(../images/amnh-logo-white%EF%B9%962023.svg);
        margin-left: 8px;
        margin-top: -8px;
        width: 139px;
        height: 30px;
        text-decoration: none;
        color: white;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
    }

    .header.header-mobile.affix .sa-icon-Logo-Icon-No-Text {
        font-size: 3.6rem;
        line-height: .8rem;
        margin-left: 8px;
        display: inline-block;
        width: 40px;
        float: left;
        margin-top: 0;
    }

    .header.header-mobile.light .sa-icon-AMNH_Logo_Vertical,
    .header.header-mobile.transparent-dark .sa-icon-AMNH_Logo_Vertical {
        background-image: url(../images/amnh-logo-black%EF%B9%962023.svg);
    }

    .header.header-mobile.affix.light .sa-icon-Logo-Icon-No-Text {
        color: #333;
        font-size: 3.6rem;
        line-height: .8rem;
        margin-left: 8px;
        display: inline-block;
        width: 40px;
        float: left;
    }

    .header.header-mobile.affix.light .sa-icon-Logo-Icon-No-Text {
        color: #333;
    }

    .header.header-mobile a {
        text-decoration: none;
        color: white;
    }

    .header.header-mobile.affix-top .page-title-wrapper {
        display: none;
    }

    .header.header-mobile.light .sa-icon-AMNH_Logo_Vertical {
        color: #333;
    }

    .header.header-mobile .mobile-nav-btn {
        font-size: 2.5rem;
        line-height: 1rem;
        margin: 0;
        border: 0;
        outline: 0;
        text-align: center;
        float: left;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
    }

    .header.header-mobile.light .mobile-nav-btn {
        color: #333333;
    }

    .header.header-mobile.light.affix {
        border-bottom: 1px solid #c3c6c8;
    }

    .header.header-mobile.transparent .check-trigger {
        color: white;
    }

    .header.header-mobile.transparent .check-trigger {
        color: #333;
    }

    .header.header-mobile.transparent.affix {
        background-color: #131313;
        -webkit-transition: background-color .5s ease-in;
        transition: background-color .5s;
        color: white;
    }

    .header.header-mobile.transparent-dark.affix {
        background-color: #fff;
        -webkit-transition: background-color .5s ease-in;
        transition: background-color .5s;
        color: #333;
    }

    .header.header-mobile.dark.affix .check-trigger,
    .header.header-mobile.blue .check-trigger,
    .header.header-mobile.dark .check-trigger,
    .header.header-mobile.transparent.affix .check-trigger {
        color: white;
    }

    .header.header-mobile.transparent-dark.affix .check-trigger {
        color: #333;
    }

    .header.header-mobile .check-trigger {
        font-size: 3rem;
        line-height: 1em;
        position: relative;
        top: -1rem;
    }

    .header.header-mobile.affix .check-trigger {
        line-height: 1em;
    }

    header #pageTitle.three-lines {
        margin-top: 0;
        text-align: center;
    }
}

/* == FOOTER MOBILE == */

@media (max-width: 479px) {
    .footer.footer-mobile {
        height: 46px;
        padding: 0;
        position: relative;
        clear: both;
    }

    .footer.footer-mobile.dark {
        border-top: 1px solid #2e2f31;
    }

    .footer.footer-mobile.light {
        border-top: 1px solid #c3c5c8;
        border-bottom: 1px solid #c3c5c8;
    }

    .footer.footer-mobile.blue {
        border-top: 1px solid #0c4ca5;
    }

    .footer.footer-mobile .mobile-nav-btn {
        margin: 0;
        width: 46px;
        height: 45px;
        font-size: 2.2rem;
        border: 0;
        top: 0;
        outline: 0;
        line-height: 4.5rem;
        border-radius: 0;
        z-index: 9;
        color: white;
        text-align: center;
        float: left;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .footer.footer-mobile.dark .mobile-nav-btn {
        background: #131313;
        color: #ffffff;
        border-right: 1px solid #2e2f31;
    }

    .footer.footer-mobile.light .mobile-nav-btn {
        background-color: #ffffff;
        color: #333333;
        border-right: 1px solid #c3c5c8;
        border-bottom: 1px solid #c3c5c8;
    }

    .footer.footer-mobile.blue .mobile-nav-btn {
        background-color: #0c4ca5;
        color: #ffffff;
        border-right: 1px solid #003b8d;
    }

    .footer.footer-mobile.dark .mobile-nav-btn:checked {
        border-right: 1px solid #2e2f31;
        color: #ffffff;
    }

    .footer.footer-mobile.light .mobile-nav-btn:checked {
        border-right: 1px solid #c3c5c8;
        color: #333333;
    }

    .footer.footer-mobile.blue .mobile-nav-btn:checked {
        border-right: 1px solid #003b8d;
        color: #ffffff;
    }

    .footer.footer-mobile .copyright-wrapper {
        float: right;
        font-size: 1.8rem;
        padding-right: 16px;
    }

    .footer.footer-mobile .copyright-wrapper h5 {
        line-height: 4.5rem;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 630px) and (orientation: landscape) {
    .footer.footer-mobile {
        height: 46px;
        padding: 0;
        position: relative;
        clear: both;
    }

    .footer.footer-mobile.dark {
        border-top: 1px solid #2e2f31;
    }

    .footer.footer-mobile.light {
        border-top: 1px solid #c3c5c8;
        border-bottom: 1px solid #c3c5c8;
    }

    .footer.footer-mobile.blue {
        border-top: 1px solid #0c4ca5;
    }

    .footer.footer-mobile .mobile-nav-btn {
        margin: 0;
        width: 46px;
        height: 45px;
        font-size: 2.2rem;
        border: 0;
        top: 0;
        outline: 0;
        line-height: 4.5rem;
        border-radius: 0;
        z-index: 9;
        color: white;
        text-align: center;
        float: left;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .footer.footer-mobile.dark .mobile-nav-btn {
        background: #131313;
        color: #ffffff;
        border-right: 1px solid #2e2f31;
    }

    .footer.footer-mobile.light .mobile-nav-btn {
        background-color: #ffffff;
        color: #333333;
        border-right: 1px solid #c3c5c8;
        border-bottom: 1px solid #c3c5c8;
    }

    .footer.footer-mobile.blue .mobile-nav-btn {
        background-color: #0c4ca5;
        color: #ffffff;
        border-right: 1px solid #003b8d;
    }

    .footer.footer-mobile.dark .mobile-nav-btn:checked {
        border-right: 1px solid #2e2f31;
        color: #ffffff;
    }

    .footer.footer-mobile.light .mobile-nav-btn:checked {
        border-right: 1px solid #c3c5c8;
        color: #333333;
    }

    .footer.footer-mobile.blue .mobile-nav-btn:checked {
        border-right: 1px solid #003b8d;
        color: #ffffff;
    }

    .footer.footer-mobile .copyright-wrapper {
        float: right;
        font-size: 1.8rem;
        padding-right: 16px;
    }

    .footer.footer-mobile .copyright-wrapper h5 {
        line-height: 4.5rem;
    }
}

/* == BG COLOR classes for header/footer == */
.dark {
    background-color: #131313;
    color: #ffffff;
}

.light {
    background-color: #ffffff;
    color: #333333;
}

.blue {
    background-color: #0c4ca5;
    color: #ffffff;
}

.transparent,
.transparent-dark {
    background-color: transparent;
    position: fixed;
}

.attribute-body {
    padding-bottom: 177px;
    /*spacing between body and footer*/
    position: relative;
    /* scroll to top */
}

/* == HEADER DESKTOP == */

.header.header-desktop {
    height: 57px;
    line-height: 57px;
    padding: 18px 0 18px 0;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.header.header-desktop.affix-top {
    position: fixed;
    top: 0;
    left: 0;
}

.header.header-desktop .logo-wrapper,
.header.header-desktop .page-title-wrapper {
    position: relative;
    min-height: 1px;
    padding: 0 18px 0 18px;
    line-height: 2rem;
    float: left;
    cursor: pointer;
    top: -4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header.header-desktop .logo-wrapper {
    width: 30%;
    max-width: 230px;
}

.header.header-desktop.dark .logo-wrapper,
.header.header-desktop.transparent .logo-wrapper,
.header.header-desktop.transparent-dark .logo-wrapper,
.header.header-desktop.blue .logo-wrapper {
    border-right: 1px dotted #ffffff;
}

.header.header-desktop.light .logo-wrapper {
    border-right: 1px dotted #333333;
}

.header.header-desktop .mobile-nav-btn {
    margin: 0;
    font-size: 2.5rem;
    position: relative;
    top: -2px;
    border: 0;
    outline: 0;
    text-align: center;
    float: left;
    appearance: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header.header-desktop.dark.affix .mobile-nav-btn,
.header.header-desktop.blue .mobile-nav-btn,
.header.header-desktop.dark .mobile-nav-btn,
.header.header-desktop.transparent .mobile-nav-btn {
    color: #fff;
}

.header.header-desktop.transparent .mobile-nav-btn {
    color: #333;
}

.header.header-desktop.light.affix {
    border-bottom: 1px solid #c3c6c8;
    -webkit-transition: background-color .5s ease-in;
    transition: background-color .5s;
}

.header.header-desktop.transparent {
    color: #fff;
}

.header.header-desktop.transparent.affix {
    background-color: #131313;
    -webkit-transition: background-color .5s ease-in;
    transition: background-color .5s;
}

.header.header-desktop.transparent-dark {
    color: #333333;
}

.header.header-desktop.transparent-dark.affix {
    background-color: #ffffff;
    -webkit-transition: background-color .5s ease-in;
    transition: background-color .5s;
}

.header.header-desktop .page-title-wrapper {
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    opacity: 0;
}

.affix.header.header-desktop .page-title-wrapper {
    line-height: 3rem;
    margin-left: 0;
    height: auto;
    font-style: italic;
    display: block;
    opacity: 1;
    -webkit-transition: opacity .8s ease-in;
    transition: opacity .8s;
    cursor: default;
}

.affix.header.header-desktop.dark .page-title-wrapper,
.affix.header.header-desktop.transparent .page-title-wrapper {
    border-left: 1px solid white;
}

.affix.header.header-desktop.blue .page-title-wrapper {
    border-left: 1px solid #003b8d;
}

.affix.header.header-desktop.light .page-title-wrapper,
.affix.header.header-desktop.transparent-dark .page-title-wrapper {
    border-left: 1px solid #c3c5c8;
}

@media (max-width: 945px) {
    .affix.header.header-desktop .page-title-wrapper {
        max-width: 40%;
    }
}

@media (max-width: 825px) {
    .affix.header.header-desktop .page-title-wrapper {
        max-width: 35%;
    }
}

@media (max-width: 635px) {
    .affix.header.header-desktop .page-title-wrapper {
        display: none;
    }
}

.header.header-desktop .header-inner-wrapper {
    width: 77%;
    float: left;
}

.header.header-desktop .header-inner-wrapper .sa-icon-amnh-logo {
    font-size: 3rem;
    line-height: 2rem;
    color: white;
    float: left;
    width: 352px;
    margin-left: 20px;
}

.header.header-desktop .header-inner-wrapper .sa-amnh-logo {
    background-image: url(../images/amnh-logo-white%EF%B9%962023.svg);
    width: 140px;
    height: 30px;
    margin-top: -4px;
    margin-left: 20px;
    margin-right: 15px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.header.header-desktop.light .header-inner-wrapper .sa-amnh-logo {
    background-image: url(../images/amnh-logo-black%EF%B9%962023.svg);
}

.header.header-desktop .header-inner-wrapper .sa-icon-amnh-logo:before {
    display: block;
}

.header .header-inner-wrapper a {
    text-decoration: none;
}

.header.header-desktop.light .header-inner-wrapper .sa-icon-amnh-logo,
.header.header-desktop.transparent-dark .header-inner-wrapper .sa-icon-amnh-logo {
    color: #333;
}

.header.header-desktop .check-trigger {
    font-size: 2.8rem;
    cursor: pointer;
    outline: none;
}

.header.header-desktop .check-trigger:focus {
    outline: none;
}

/* == FOOTER DESKTOP == */

.footer.footer-desktop {
    height: 61px;
    padding: 0;
    clear: both;
    position: relative;
    z-index: 9;
}

.footer.footer-desktop.dark {
    border-top: 1px solid #2e2f31;
    border-bottom: 1px solid #2e2f31;
}

.footer.footer-desktop.light {
    border-top: 1px solid #c3c5c8;
    border-bottom: 1px solid #c3c5c8;
}

.footer.footer-desktop.blue {
    border-top: 1px solid #003b8d;
    border-bottom: 1px solid #003b8d;
}

.footer.footer-desktop .copyright-wrapper h5 {
    line-height: 2.7rem;
}

.footer.footer-desktop .footer-left {
    float: left;
}

.footer.footer-desktop .footer-right {
    float: right;
    display: inline-block;
    width: auto;
    padding: 0 18px 0 0;
}

.footer.footer-desktop .copyright-wrapper {
    border-left: 1px solid;
    height: 60px;
    padding-top: 16px;
    padding-bottom: 17px;
    padding-left: 10px;
}

.footer.footer-desktop.dark .copyright-wrapper,
.footer.footer-desktop.light .copyright-wrapper {
    border-color: #2e2f31;
}

.footer.footer-desktop.blue .copyright-wrapper {
    border-color: #003b8d;
}

.footer.footer-desktop .copyright-wrapper {
    text-align: left;
    width: 360px;
    float: left;
}

.footer.footer-desktop #google_translate_element {
    display: inline-block;
    float: right;
    width: 157px;
    line-height: 2.1rem;
    padding-top: 16px;
}


/* == DESKTOP VIDEOS == */
.view-embed.embed-video_stream {
    text-align: center;
    line-height: 0;
    width: 990px;
    margin: 0 auto;
}

@media (max-width: 1050px) {
    .view-embed.embed-video_stream {
        width: 100%;
    }
}

/* == Leading Image Styles == */
.leading-image {
    width: 100vw;
    height: 664px;
}

.leading-image .attribute-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

header #pageTitle {
    text-align: center;
    padding: 26px 26px 34px 26px;
    width: 702px;
    margin: -90px auto 0 auto;
}

#pageTitle.three-lines {
    margin-top: -154px;
}

#pageTitle.no-lead {
    margin-top: 127px;
}

#pageTitle h1 {
    display: inline-block;
    margin: 0;
}

/* == HEADING SMALL == */
@media (max-width: 702px) {
    header #pageTitle {
        width: auto;
        padding: 10px 16px;
    }
}

/* == HEADING MOBILE  == */
@media (max-width: 479px) {
    .full-timeline #pageTitle {
        padding-left: 16px;
        padding-right: 16px;
    }

    .full-timeline #pageTitle h1 {
        padding: 0;
    }

    #pageTitle h1 {
        padding: 20px;
        text-align: center;
    }

    header #pageTitle {
        margin-top: 0;
        width: 100%;
    }

    .full-timeline header #pageTitle {
        margin-top: 127px;
    }
}


/* == Paragraph Styles == */
.paragraph-wrapper > p {
    max-width: 702px;
    margin: 20px auto;
}

.paragraph-wrapper > p a {
    text-decoration: none;
}

/* == Full Width Images == */
.fullwidth-image img {
    width: 100%;
    height: auto;
    min-width: 702px;
}

.fullwidth-image.background {
    height: 1px;
    overflow: visible;
}

@media (min-width: 480px) {
    .fullwidth-image .attribute-caption {
        padding: 0 16px;
    }
}

.overlay-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* == EMBED IMAGES == */

.content-view-embed .attribute-image {
    width: auto;
    position: relative;
}

.content-view-embed .attribute-image img {
    width: 100%;
    height: auto;
}

.sa-inline .attribute-image {
    max-width: 702px;
    margin: 0 auto;
}

.one-column-container {
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    text-align: right;
}

.one-column-container .attribute-image {
    text-align: left;
}

.one-column {
    width: 50%;
    float: right;
}

.one-column .class-image img {
    width: 98%;
    position: relative;
}

.standalone-one-column {
    max-width: 990px;
    margin: 0 auto;
    height: 100%;
}

.attribute-caption {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin: 20px auto 0 auto;
    text-align: left;
    font-family: 'amnh-sans', sans-serif;
    font-weight: 300;
}

.attribute-caption p {
    margin-right: 2%;
    color: #2e2f31;
}

.swiper-container .attribute-caption {
    padding: 0 10px;
}

.less-link,
.more-link {
    display: block;
    text-decoration: none;
    color: #2e2f31;
    font-size: 4rem;
    margin-top: 10px;
}

.more-link:hover {
    text-decoration: none;
    color: #2e2f31;
}

.content-view-embed .sa-modal-trigger {
    font-family: 'amnh-serif', serif;
    font-size: 1.3rem;
    font-weight: book;
    color: #ffffff;
    position: absolute;
    right: 20px;
    bottom: 0;
    cursor: pointer;
}

.sa-modal-trigger:hover .sa-modal-hover-text {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s;
    cursor: default;
}

.content-view-embed .sa-modal-trigger span {
    font-size: 1.6rem;
    color: #ffffff;
}

.content-view-embed .sa-modal-trigger .sa-icon:before {
    content: "\e62c";
    position: relative;
    top: 2px;
    padding-left: 10px;
}

.sa-modal-hover-text {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s;
}


/* == EMBED IMAGES MOBILE == */

@media (max-width: 479px) {

    .one-column {
        width: 100%;
        float: left;
    }

    .one-column-container {
        padding: 0 16px;
    }

    .one-column .class-image img {
        width: 100%;
    }

    .attribute-body > h1,
    .attribute-body > h2,
    .attribute-body > h3,
    .attribute-body > h4,
    .attribute-body > h4,
    .attribute-body > h6 {
        margin: 10px 16px;
    }

    .paragraph-wrapper > p {
        margin: 20px 16px;
    }

    .attribute-caption {
        margin: 10px 16px;
    }

    .more-link,
    .more-link:hover {
        text-align: center;
        color: white;
    }

    .leading-image {
        max-height: 392px;
    }

    .fullwidth-image img {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

/* == PULL QUOTES == */

/* TODO: make border as a color class */

.sa-pull-quote {
    max-width: 990px;
    font-size: 4.2rem;
    line-height: 4.9rem;
    font-weight: 300;
    text-align: center;
    margin: 20px auto;
    padding: 0 18px;
    font-family: 'amnh-sans', sans-serif;
}

.sa-pull-quote.quote-border {
    border-left: 6px solid;
}

.sa-pull-quote > .fullwidth {
    width: auto;
}

.sa-pull-quote .paragraph-wrapper p {
    max-width: 990px;
}

.sa-caption {
    width: 558px;
    text-align: center;
    margin: -20px auto 20px auto;
}

.sa-caption .sa-caption-name {
    font-size: 1.8rem;
    font-weight: medium;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-family: 'amnh-sans', sans-serif;
}

.sa-caption .sa-caption-title {
    font-size: 1.4rem;
    line-height: 2.1rem;
    display: block;
    font-family: 'amnh-serif', serif;
}

/* == PULL QUOTES MOBILE == */

@media (max-width: 479px) {

    .sa-pull-quote {
        width: 100%;
        font-size: 2.1rem;
        line-height: 2.5rem;
        font-weight: 500;
        text-align: left;
        padding-left: 35px;
    }

    .sa-pull-quote.border {
        border-left: 6px solid;
        margin-right: 18px;
    }

    .sa-caption {
        width: auto;
        text-align: left;
        padding-left: 41px;
        margin: 10px 20px;
    }

    .sa-caption .sa-caption-name {
        font-size: 1.8rem;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
    }

    .sa-caption .sa-caption-title {
        font-size: 1.4rem;
        font-weight: normal;
        display: block;
    }

    .sa-pull-quote .paragraph-wrapper p {
        margin: 0 20px 0 0;
    }

    .sa-pull-quote.quote-border {
        border-left: 3px solid;
        margin: 0 20px;
    }
}

/* == MODALS DESKTOP == */

.content-view-embed .modal-dialog {
    width: 100%;
    max-width: 1278px;
    margin-top: 80px;
    padding: 20px;
}

.content-view-embed .modal-dialog img {
    width: 100%;
    height: auto;
}

.content-view-embed .modal-body {
    padding: 0;
}

.content-view-embed .modal-body img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-color: transparent;
}

.content-view-embed .modal-body button.close {
    padding-bottom: 10px;
    font-size: 26px;
    opacity: 1;
    color: white;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: -40px;
    outline: none;
}

.content-view-embed .modal-body button.close .sa-icon {
    color: white;
    text-shadow: none;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.8);
    /*position: fixed;*/
}

.modal-open {
    overflow: hidden;
    position: fixed;
}

.modal-caption {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    line-height: 2rem;
    padding: 40px 20px 30px 20px;
    background: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modal-content {
    box-shadow: none;
    border: none;
}

.one-column .modal img,
.one-column .modal .attribute-caption {
    margin-left: 0;
}

/* == MODAL MOBILE == */

@media (max-width: 479px) {

    .content-view-embed .modal-dialog {
        width: 100%;
        max-width: 1278px;
        padding: 20px;
        margin: 25px 0 0 0;
    }

    .content-view-embed .modal-body {
        background: transparent;
    }

    .content-view-embed .modal-body button.close {
        top: -35px;
    }

    .content-view-embed .modal-content {
        background: transparent;
        color: white;
        box-shadow: none;
    }

    .content-view-embed .modal-caption {
        margin: 0;
        padding: 20px 0 0 0;
        text-align: left;
        background: transparent;
    }

    .content-view-embed .modal-body img {
        border-radius: 0;
    }

}

/* == SLIDER DESKTOP == */

.sa-slideshow-wrapper {
    position: relative;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 600px;
    color: #fff;
    text-align: center;
    position: relative;
    /*z-index: -1 !important;*/
    overflow: visible !important;
}

.swiper-slide {
    width: 100%;
    max-height: 600px;
    height: auto;
    color: #fff;
    text-align: center;
}

.swiper-slide .full-image {
    width: auto;
    max-height: 600px;
    height: auto;
    max-width: 100%;
}

.swiper-pagination {
    position: relative;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.arrow.left:before {
    left: 15px;
    position: relative;
    font-size: 4rem;
}

.arrow.right:before {
    right: 15px;
    position: relative;
    font-size: 4rem;
}

.arrow {
    color: white;
    top: 40%;
    margin-top: -45px;
    cursor: pointer;
    z-index: 3;
    background: #2e2f31;
    border-radius: 100%;
    font-size: 1rem;
}

.arrow:focus,
.arrow:hover {
    background-color: #757575;
}

.arrow.left {
    left: -40px;
    position: absolute;
    padding: 20px;
}

.arrow.right {
    right: -39px;
    position: absolute;
    padding: 20px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 0 3px;
    cursor: pointer;
    background: #999;

}

.swiper-active-switch {
    width: 6px;
    height: 6px;
    background: white;
    border: 1px solid #2e2f31;
}

@media (max-width: 479px) {
    .arrow {
        top: 35%;
    }
}

/* == AUDIO PLAYER == */

.cp-container {
    position: relative;
    width: 370px;
    height: 370px;
    background: transparent;
    padding: 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(255, 255, 255, .2);
    border-radius: 100%;
    margin: 0 auto;
}

.cp-container :focus {
    border: none;
    outline: 0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
    position: absolute;
    top: 0;
    /*left:0;*/
    width: 90px;
    height: 90px;
    clip: rect(0px, 52px, 104px, 0px);
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 100%;
}

.cp-buffer-2 {
    clip: rect(0 48px 104px 0);
}

.cp-buffer-1,
.cp-buffer-2 {
    background: transparent;
    border: 5px solid rgba(255, 224, 224, 0.2);
}

.cp-container .cp-fallback {
    background-position: 0 104px;
}

.cp-progress-1,
.cp-progress-2 {
    border: 5px solid #00a8ec;
    background: transparent;
}

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
    position: absolute;
    width: 92px;
    height: 92px;
    top: 135px;
    left: 135px;
}

.cp-circle-control {
    cursor: pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
    clip: rect(0px, 104px, 104px, 52px);
}

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress-1.cp-fallback {
    clip: rect(auto, auto, auto, auto);
}

.cp-controls {
    margin: 0;
    padding: 26px;
}

.cp-controls li {
    list-style-type: none;
    display: block;
    left: 170px;
    top: 170px;
    position: absolute;
    color: white;
}

.cp-controls li a {
    position: relative;
    display: initial;
    text-decoration: none;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 5rem;
    text-indent: -9999px;
    z-index: 1;
    top: -5px;
    left: 0;
}

.cp-controls li a.sa-icon-Audio-Icon-Play {
    top: -14px;
    left: -8px;
}

.cp-controls li a.sa-icon-Audio-Icon-Pause {
    top: -14px;
    left: -15px;
}

.cp-jplayer {
    width: 0;
    height: 0;
}

.audio-caption {
    position: relative;
    text-align: center;
    max-width: 702px;
    margin: -100px auto 0;
    font-size: 2.2rem;
}

/* == AUDIO PLAYER MOBILE == */

@media (max-width: 479px) {

    .cp-container {
        width: 280px;
        height: 280px;
    }

    .cp-controls li {
        left: 130px;
        top: 130px;
    }

    .cp-controls li a.sa-icon-Audio-Icon-Play {
        top: -17px;
        left: -11px;
    }

    .cp-controls li a.sa-icon-Audio-Icon-Pause {
        top: -17px;
        left: -18px;
    }

    .cp-buffer-holder,
    .cp-progress-holder,
    .cp-circle-control {
        top: 92px;
        left: 92px;
    }

    .audio-caption {
        font-size: 1.6rem;
    }
}

/* == ANIMATION STYLES DESKTOP == */

.sa-animation {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
}

.sa-animation-progress {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgba(46, 47, 49, 0.3);
    max-width: 830px;
    margin: 30px auto;
    /*margin: 30px 10px; */
}

.sa-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #00a8ec;
    cursor: ew-resize;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sa-progress-bar:after {
    content: "";
    position: absolute;
    cursor: ew-resize;
    right: -1px;
    top: -7px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #00a8ec;
    color: #00a8ec;
    background: #00a8ec;
}

.sa-progress-bar.zero:after {
    background: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.sa-anim-label {
    font-size: 2.2rem;
    bottom: 18px;
    color: #2e2f31;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sa-anim-label.start {
    right: 70px;
    float: left;
}

.sa-anim-label.end {
    left: 80px;
    float: right;
}

.sa-label-measure {
    font-size: 1.8rem;
}


.im-scrubber.sa-animation-progress {
    border: none;
    max-width: 990px;
    height: 556px;
    text-align: center;
    background: transparent;
    position: relative;
    margin: -556px auto 0;
}

.im-scrubber .sa-progress-bar {
    width: 100% !important;
    height: 556px;
    background-color: transparent;
}

.im-scrubber .sa-progress-bar:after {
    content: "";
    position: absolute;
    cursor: ew-resize;
    border-radius: 0;
    border: none;
    color: transparent;
    background: transparent;
}

.im-scrubber .sa-anim-label {
    display: none;
}

/* == ANIMATION STYLES MOBILE == */

@media (max-width: 479px) {

    .sa-animation {
        width: 100%;
        margin: 0 auto;
    }

    .sa-animation-progress {
        margin: 60px 20px;
        width: auto;
    }

    .sa-anim-label.start {
        font-size: 2.2rem;
        right: 15px;
        bottom: 45px;
    }

    .sa-anim-label.end {
        left: 1px;
        bottom: 45px;
    }
}

/* == VIDEO CONTROLS DESKTOP aka 360 == */

.sa-video {
    max-width: 990px;
    width: 100%;
}

.control-caption-wrapper {
    max-width: 990px;
    margin: 30px auto;
}

.sa-video-controls {
    position: relative;
    text-align: center;
    display: table-cell;
    width: 110px;
}

.sa-video-controls .sa-play-btn {
    border: 3px solid rgba(46, 47, 49, 0.2);
    border-radius: 100%;
    height: 109px;
    width: 109px;
    display: inline-block;
    float: left;
    cursor: default;
}

.sa-video-controls .sa-icon {
    position: absolute;
    cursor: pointer;
    font-size: 5rem;
    text-decoration: none;
    width: 50px;
    height: 50px;
    color: inherit;
}

.sa-video-controls .sa-icon-Audio-Icon-Play {
    left: 37px;
    top: 32px;
}

.sa-video-controls .sa-icon-Audio-Icon-Pause {
    left: 30px;
    top: 32px;
}

.three-sixty-caption {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.sa-inline .sa-animation,
.sa-inline .sa-video {
    max-width: 702px;
    width: 100%;
}

.sa-inline .sa-animation-progress {
    max-width: 702px;
}

@media (min-width: 768px) and (max-width: 1044px) {

    .footer.footer-desktop .footer-right {
        display: inline-block;
        width: auto;
        padding: 0 18px 0 0;
    }

    .footer.footer-desktop .copyright-wrapper {
        font-size: 1.4rem;
        line-height: 3.2rem;
        position: relative;
        top: -3px;
    }

}

@media (max-width: 1110px) {

    .footer.footer-desktop .copyright-wrapper h5,
    .footer.footer-desktop .copyright-wrapper {
        width: 200px;
        line-height: 2rem;
        position: relative;
        top: -3px;
        margin-right: 20px;
    }

    .footer.footer-desktop .footer-right {
        display: inline-block;
        width: auto;
        padding: 0 18px 0 0;
    }
}

/* == VIDEO CONTROLS MOBILE == */

@media (max-width: 479px) {
    .sa-video-controls {
        margin: 10px auto;
    }

    .sa-video-controls .sa-play-btn {
        margin-left: 20px;
        height: 80px;
        width: 80px;
    }

    .sa-video-controls .sa-icon {
        font-size: 4rem;
    }

    .sa-video-controls .sa-icon-Audio-Icon-Play {
        left: 40px;
        top: 22px;
    }

    .sa-video-controls .sa-icon-Audio-Icon-Pause {
        left: 36px;
        top: 22px;
    }
}

/* == DEPTH GAUGE DESKTOP == */

.depthgauge {
    position: fixed;
    /*height: 100vh;*/
    height: 5000px;
    /* ipad, galaxy patch */
    width: 120px;
    right: 0;
    /*border-left: 2px solid #888888;*/
    background: rgba(46, 47, 49, 0.1);
    opacity: 0;
    transition: opacity 1.5s ease;
    top: 55px;
    padding-top: 30px;
    pointer-events: none;
    z-index: 1000;
}

.depthgauge .vertical-line {
    width: 1px;
    background: #888888;
    display: block;
    position: absolute;
    top: 0;
}

.depthgauge .dot {
    position: relative;
}

.depthgauge .left-area {
    width: 100px;
    margin-left: -100px;
    padding-right: 20px;
    float: left;
    text-align: right;
    position: relative;
    font-weight: 300;
    font-family: 'amnh-sans', sans-serif;
    margin-top: -7px;
}

.depthgauge .left-area:before {
    content: "";
    border-radius: 100%;
    border: 2px solid #888888;
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    right: -28px;
    float: right;
    background: #888888;
    top: 15px;
}

.depthgauge .left-area:after {
    content: "";
    border: 1px dotted;
    height: 5000px;
    color: #e1e1e1;
    position: absolute;
    right: -1px;
    top: 30px;
}

.depthgauge .left-area .scroll-value {
    font-size: 2.8rem;
    font-weight: lighter;
    margin-right: -15px;
    /* compensate for the dot */
}

.depthgauge .left-area label {
    font-size: 1.4rem;
    line-height: 1.4rem;
    display: block;
    font-weight: 300;
    font-family: 'amnh-sans', sans-serif;
}

.depthgauge .caption {
    width: 120px;
    margin-left: 15px;
    font-size: 1.6rem;
    float: left;
    padding-right: 20px;
    line-height: 2rem;
    font-weight: 300;
    font-family: 'amnh-sans', sans-serif;
}

.depthgauge .sub-caption {
    width: 120px;
    margin-left: 15px;
    font-size: 1.4rem;
    font-style: italic;
    float: left;
    font-weight: book;
    padding-right: 20px;
    line-height: 2rem;
}

.scroll-top {
    position: absolute;
    bottom: 50px;
    display: block;
    right: 140px;
    text-decoration: none;
    border-bottom: 2px solid #888;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #888;
    opacity: 0;
}

.scroll-top:focus {
    color: #888;
    text-decoration: none;
    /* IE, firefox fix */
    outline: 0;
}

.scroll-top:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: white;
    position: absolute;
    right: -26px;
    top: 6px;
    border-radius: 100%;
    border: 2px solid #888;
}

.scroll-top:hover {
    text-decoration: none;
    color: #888;
}

/* == Timeline Full Page == */
.full-timeline {
}

.timeline .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.timeline .modal.in .modal-dialog {
    max-width: 1278px;
    margin-top: 80px;
    padding: 20px;
}

.timeline .modal .modal-content {
    background: none;
}

.timeline .modal .modal-header {
    border-bottom: none;
    color: #fff;
    padding: 0;
}

.timeline .modal .modal-header button {
    opacity: 1;
    font-size: 2.2rem;
    line-height: 3.5rem;
}

.timeline .modal .modal-header span {
    color: #fff;
}

.timeline .modal .modal-body {
    padding: 0;
}

.timeline .modal .modal-footer {
    border-top: none;
}

.timeline .modal .modal-footer div {
    width: auto;
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.timeline .modal .embed-video_stream {
}

.timeline .modal .embed-video_stream iframe {
    width: 100% !important;
    /*height: 100% !important;*/
}

.timeline .media {
    overflow: visible;
}

.full-timeline .leading-image {
    height: auto;
}

.full-timeline .leading-image .attribute-image {
    position: fixed;
    top: 0;
    z-index: -1;
    background-attachment: scroll;
}

.full-timeline #pageTitle h1 {
    background: transparent;
}

.full-timeline .timeline {
    width: 100vw;
    margin-bottom: 127px;
}

.full-timeline .timeline .timeline-section {
    position: relative;
    width: 100%;
    max-width: 990px;
    margin: 0 auto 40px;
    color: #2e2f31;
}

.full-timeline .timeline.show-ribbon .timeline-section:before {
    opacity: .25;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s;
}

.full-timeline .timeline .timeline-section::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    background: #ffffff;
    opacity: 0.25;
    height: 91.5%;
}

.full-timeline .attribute-body .paragraph-wrapper {
    text-align: center;
}

.full-timeline .timeline .timeline-section .timeline-section-header {
    text-align: center;
    font-family: 'amnh-sans', sans-serif;
    display: block;
}

.full-timeline .timeline .timeline-section .timeline-section-header:focus {
    outline: none;
    display: block;
}

.full-timeline .timeline .timeline-section .timeline-object {
    clear: both;
    position: relative;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-marker {
    position: absolute;
    left: 50%;
    width: 57px;
    margin-left: -29px;
    text-align: center;
    padding: 6px;
    background: #ffffff;
    border-radius: 100%;
    height: 57px;
    border: 4px solid rgba(255, 255, 255, 0.25);
    font-size: 2.2rem;
    font-family: 'amnh-sans', sans-serif;
}

.timeline-marker:after {
    content: "";
    border: 4px solid white;
    opacity: .25;
    z-index: 0;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    display: block;
    position: relative;
    top: -52px;
    left: -14px;
    background: white;
}

.timeline-marker.no-label:after {
    display: none;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-marker.no-label {
    width: 6px;
    height: 6px;
    margin-left: -6px;
    border: none;
    position: absolute;
    top: 26px;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content {
    width: 288px;
    padding-top: 4px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -345px;
    min-height: 67px;
    font-family: 'amnh-sans', sans-serif;
}

.full-timeline .button_link span {
    font-size: 3rem;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.full-timeline .timeline-section .timeline-section-header {
    text-decoration: none;
    cursor: default;
}

.full-timeline .button_link a {
    text-transform: uppercase;
    font-weight: lighter;
}

.full-timeline .timeline-section .timeline-section-header {
    color: #ffffff;
    font-size: 4.4rem;
    margin-bottom: 80px;
}

.full-timeline .timeline-object .timeline-content:before {
    content: "";
    left: 100%;
    top: 25px;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 7px solid transparent;
    border-left-color: #ffffff;
}

.full-timeline .timeline-object.even .timeline-content:before {
    content: "";
    left: -7px;
    border-right: 7px solid #ffffff;
    border-left: none;
}

.full-timeline .timeline-content .caption {
    margin-top: 10px;
}

.full-timeline .timeline-marker span {
    font-size: 1.4rem;
    font-weight: medium;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    opacity: 1;
}


.full-timeline .timeline-content .link a {
    color: #2e2f31;
    text-decoration: none;
    border-bottom: 2px solid #2e2f31;
    margin: 0 0 13px 0;
    display: inline-block;
    width: auto;
}

.full-timeline .timeline .timeline-section .timeline-object.even .timeline-content {
    margin-left: 55px;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .media {
    padding: 0 4px;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .media .embed-video_stream {
    width: 100%;
    height: auto;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .media .embed-video_stream iframe {
    width: 100%;
    /*height: auto;*/
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .media > img {
    width: 100%;
    height: auto;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .caption {
    padding: 0 18px 13px 18px;
    font-family: inherit;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .caption.one-liner {
    margin-top: 18px;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .link {
    padding: 0 18px;
    font-family: inherit;
    margin-top: -8px;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .link a {
    color: inherit;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .button_link {
    background-color: #00a8ec;
    text-align: center;
    padding: 9px;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .button_link h5 {
    font-family: inherit;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .button_link a {
    color: #ffffff;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
}

.full-timeline .timeline .timeline-section .timeline-object .timeline-content .button_link a span {
    margin-right: 10px;
}

.full-timeline .jump {
    height: 30px;
    position: fixed;
    background: #00a8ec;
    top: 57px;
    right: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: height .5s;
    transition: height .5s;
    overflow: hidden;
}

.full-timeline .jump a {
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    height: 30px;
    right: 0;
    padding: 0 25px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.full-timeline .jump.affix {
    position: fixed;
    top: 57px;
    z-index: 9;
}

.full-timeline .jump.affix-bottom {
    position: absolute;
    top: 1px;
}

.full-timeline .jump.open a {
    display: block;
}

.full-timeline .jump .section-list {
    display: none;
}

.full-timeline .jump .timeline-section-header .sa-icon {
    position: static;
    float: right;
    display: inline-block;
    padding-right: 0;
    font-size: 1rem;
    margin-left: 5px;
    margin-top: 11px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.full-timeline .jump.open .timeline-section-header .sa-icon {
    padding: 0;
    margin-top: 12px;
    -webkit-transform: none;
    transform: none;
}

.timeline .media {
    position: relative;
}

.timeline .media .video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    outline: none;
}

.timeline .media .video-play:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.timeline .media .video-play .sa-icon {
    display: inline-block;
    font-size: 3.5rem;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    color: #fff;
}

.timeline .fullwidth-video {
    width: auto;
}

@media (max-width: 701px) {
    .full-timeline {
    }

    .full-timeline .timeline {
    }

    .full-timeline .timeline .timeline-section {
        max-width: none;
    }

    .full-timeline .timeline-section::before {
        left: 32px;
        top: 0;
        margin: 0;
        width: 1px;
    }

    .full-timeline .timeline-content .link a {
        border-width: 1px;
    }

    .full-timeline .timeline-object .timeline-content:before,
    .full-timeline .timeline-object.even .timeline-content:before {
        left: -12px;
        top: 18px;
        border: 6px solid transparent;
        border-right-color: #ffffff;
    }

    .full-timeline .timeline-object .timeline-marker:after {
        content: "";
        border: 4px solid white;
        opacity: .25;
        z-index: 0;
        border-radius: 100%;
        width: 46px;
        height: 46px;
        display: block;
        position: relative;
        top: -38px;
        left: -9px;
        background: white;
    }

    .full-timeline .timeline-object .timeline-marker.no-label:after {
        display: none;
    }

    .full-timeline .timeline .timeline-section::before {
        height: 108.5%;
        top: 15px;
        left: 32px;
    }

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .caption.one-liner {
        margin-top: 20px;
    }

    .full-timeline .timeline .timeline-section .timeline-section-header {
        text-align: left;
        margin-left: 75px;
        font-size: 3.4rem;
    }

    .full-timeline .timeline .timeline-section .timeline-section-header:before {
        content: "";
        border-bottom: 2px solid white;
        width: 30px;
        height: 0;
        position: absolute;
        left: 33px;
        opacity: .25;
        top: 15px;
    }

    .full-timeline .timeline .timeline-section .timeline-object {
        margin: 18px 0;
    }

    .full-timeline .timeline .timeline-section .timeline-object .timeline-marker {
        left: 37px;
        font-size: 1.1rem;
        line-height: 2.8rem;
        top: 4px;
        width: 40px;
        height: 40px;
        padding: 4px;
        margin-left: -26px;
        border-width: 2px;
    }

    .full-timeline .timeline .timeline-section .timeline-object .timeline-marker span {
        font-size: 1.2rem;
    }

    .full-timeline .timeline .timeline-section .timeline-object .timeline-marker.no-label {
        margin-left: -11px;
        top: 17px;
        width: 14px;
        height: 14px;
        position: absolute;
    }

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content {
        margin: 0;
        left: 64px;
        width: 238px;
    }

    .full-timeline .timeline .timeline-section .timeline-object.even .timeline-content,
    .full-timeline .timeline .timeline-section .timeline-object .timeline-content {
        margin-left: 10px;
    }

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .media {}

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .media .embed-video_stream {}

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .media .embed-video_stream iframe {}

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .media>img {}

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .caption {
        font-size: 1.5rem;
        line-height: 2.1rem;
        padding: 0 9px 10px 9px;
    }

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .link {
        font-size: 1.5rem;
        line-height: 2.1rem;
        padding: 0 9px;
        margin-top: 3px;
    }

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .button_link {}

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .button_link a {}

    .full-timeline .timeline .timeline-section .timeline-object .timeline-content .button_link a span {}

}

@media (max-width: 489px) {
    .full-timeline .jump {
        top: 40px;
        right: 8px;
    }

    .full-timeline .jump .timeline-section-header .sa-icon {
        position: static;
        float: right;
        vertical-align: 8px;
        display: inline-block;
        padding-right: 0;
        padding-top: 6px;
        font-size: 1rem;
        margin-left: 5px;
        margin-top: 7px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .full-timeline .jump.open .timeline-section-header .sa-icon {
        padding: 0;
        margin-top: 8px;
        transform: none;
        -webkit-transform: none;
    }

    .full-timeline .jump a {
        color: white;
        text-decoration: none;
        font-size: 1.4rem;
        height: 30px;
        right: 0;
        padding: 3px 10px;
        text-align: center;
        cursor: pointer;
        outline: none;
    }

    .timeline .modal video {
        width: 100%;
        height: auto;
    }
}

/* == PARALLAX */

.faster {
    position: relative;
}


.fast {
    position: relative;
}

.slow {
    position: relative;
}

.slower {
    position: relative;
}

.faster img,
.fast img,
.slow img,
.slower img {
    position: relative;
    z-index: -1;
}


/* == BREADCRUMBS == */

.breadcrumbs {
    position: absolute;
    top: 55px;
    width: 100vw;
    min-width: 100%;
    background-color: #131313;
    padding: 0 18px;
    z-index: 9;
    overflow: hidden;
    text-shadow: 2px 2px 8px #000;
    color: #ffffff;
}

.breadcrumbs.transparent,
.breadcrumbs.transparent-dark {
    background-color: transparent;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a {
    color: #ffffff;
}

.breadcrumbs a {
    text-decoration: none;
    font-size: 1.6rem;
    font-family: 'amnh-sans', sans-serif;
    font-weight: normal;
}

.breadcrumbs.transparent-dark a {
    color: #333333;
}

.breadcrumbs a:hover {
    opacity: 1;
}

.breadcrumbs a:last-child::after {
    display: none;
}

.breadcrumbs a::after {
    content: ' > ';
    opacity: 0.5;
}

.breadcrumbs a:hover::after {
    opacity: 0.25;
}

.skiptranslate ~ .header-desktop {
    top: auto !important;
}

.skiptranslate ~ .breadcrumbs {
    top: 15px;
}

@media (max-width: 479px) {
    .breadcrumbs {
        top: 44px;
    }

    .breadcrumbs a {
        font-size: 1.4rem;
    }
}

.full-super_article .view-embed.embed-file {
    max-width: 702px;
    margin: 0 auto;
}

.full-super_article .view-embed.embed-file .attribute-pdf a {
    background-image: url('https://www.amnh.org/bundles/amnhsuperarticles/shared/images/icons/pdf_icon.gif');
    padding-left: 22px;
    background-position: left 5px;
    background-repeat: no-repeat;
}

.full-super_article .ezxmltag-embed > a {
    max-width: 702px;
    margin: 0 auto;
    display: block;
}

/* == Fullwidth Video == */
.fullwidth-video {
    width: 100vw;
}

.fullwidth-video .embed-video_stream {
    width: 100vw;
}

/* == Before After == */

.one-column .twentytwenty-horizontal {
}

.two-column .twentytwenty-horizontal {
    max-width: 990px;
    margin: 0 auto;
}

.sa-inline .twentytwenty-horizontal {
    max-width: 702px;
    margin: 0 auto;
}

.before_after_fullwidth .twentytwenty-horizontal {
    width: 100vw;
    max-width: none;
    margin: 0 auto;
}

.before_after_fullwidth .twentytwenty-horizontal .twentytwenty-container img {
    width: 100vw;
    height: auto;
}


/* == Utility Styles == *
/* Google translate header */
.skiptranslate {
    clear: both;
    position: relative;
    margin-bottom: 39px;
}

.skiptranslate.goog-te-gadget {
    margin: 0;
}

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*@media only screen and (min-width: 35em) {*/
/* Style adjustments for viewports that meet the condition */
/*}*/

/*@media print,*/
/*(-o-min-device-pixel-ratio: 5/4),*/
/*(-webkit-min-device-pixel-ratio: 1.25),*/
/*(min-resolution: 120dpi) {*/
/* Style adjustments for high resolution devices */
/*}*/

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

/* Twitter quote share */
.twitter-quote:hover {
    background-color: #55acee;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}

.twitter-quote span {
    background: transparent url("https://www.amnh.org/bundles/amnhsuperarticles/shared/images/twitter-quote-sprite.png") -22px top no-repeat;
    position: relative;
    top: 1px;
    left: 2px;
    padding: 0 10px;
    transition: all 0.2s ease-out 0s;
}

.twitter-quote:hover span {
    background: transparent url("https://www.amnh.org/bundles/amnhsuperarticles/shared/images/twitter-quote-sprite.png") 0 top no-repeat;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.skipMenu {
    z-index: 1000;
    padding: 0;
    position: relative;
    list-style-type: none;
    margin: 0;
}

.skipMenu-link:focus {
    color: #fff;
    position: absolute;
    left: 50%;
    font-weight: normal;
}

.sa_footer {
    clear: both;
}

.swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* Twitter Timeline & Tweet embed */
.twitter-timeline-wrapper {
    text-align: center;
}

.twitter-timeline-wrapper > .twitter-timeline {
    max-width: 702px !important;
    margin: 20px auto;
}

.twitter-tweet-wrapper > .custom-tag-tweet {
    max-width: 702px;
    margin: 20px auto;
}

@media (max-width: 479px) {
    .twitter-timeline-wrapper > .twitter-timeline {
        width: initial !important;
    }

    .twitter-timeline-wrapper > .twitter-timeline,
    .twitter-tweet-wrapper > .custom-tag-tweet {
        margin: 20px 16px;
    }
}
