@font-face {
    font-family: 'Archer';
    src: url('/fonts/Archer-Book-Pro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Archer';
    src: url('/fonts/Archer-Medium-Pro.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Archer';
    src: url('/fonts/Archer-Bold-Pro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'DIN';
    src: url('/fonts/DINOT-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-CondBold';
    src: url('/fonts/DINOT-CondBold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'DIN-Cond';
    src: url('/fonts/DINOT-Cond.ttf');
    font-weight: 500;
}


body {
    background-color: #FBFCED;
    font-family: 'Archer', sans-serif;
    /* color: rgba(29, 29, 29, .7); */
    color: #222;
}

.color-dr-gray {
    color: rgba(29, 29, 29, .7);
}
.font-sans {
    font-family: 'DIN', sans-serif !important;
}

.font-serif {
    font-family: 'Archer', serif !important;
}

.bg-paper {
    background-color: #FBFCED;
}

.headline {
    font-size: 36px;
}

a {
    /* color: rgba(29, 29, 29, .7); */
    color: #222;
    text-decoration: none;
}
h1.smaller {
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
}

.quotes h2 {
    font-size: 36px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    h1.smaller {
        font-size: 38px;
        line-height: 42px;
        hyphens: none;
        -webkit-hyphens: none;
    }
}

.orange.flag {
    background-image: url(/images/section-flag-orange@2x.png);
}

.fushia.flag {
    background-image: url(/images/section-flag-fushia@2x.png);
}
.blue.flag {
    background-image: url(/images/section-flag-blue@2x.png);
}
.medgreen.flag {
    background-image: url(/images/section-flag-medgreen@2x.png);
}

h2.section-header {
    font-family: "DIN" !important;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: top right;
    display: inline-block;
    color: #fafbed;
    margin-left: -40px;
    padding-right: 160px;
    padding-left: 40px;
    line-height: 48px;
    font-size: 48px;
    height: 54px;
    width: auto;
    background-size: auto 54px;
    margin-bottom: 0px;
}

@-moz-document url-prefix() {
    h2.section-header {
        padding-top: 6px;
    }
  }

@media screen and (max-width: 767px) {
    h2.section-header {
        background-position: top left;
        height: auto;
        padding-right: 20px;
        padding-left: 40px;
        background-size: auto auto;
        font-size: 36px;
        line-height: 42px;
        width: 100%;
    }
}

.orange {
    color: #f78211;
}

.accolades h2, .accolades h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    /* line-height: 24px; */
}

.accolades h2 {
    font-size: 40px;
}

.accolades h3 {
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .accolades h2 {
        font-size: 28px;
    }
}

.block-content h2 {
    font-size: 40px;
    line-height: 54px;
}

@media screen and (max-width: 767px) {
    .block-content h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

h2 .quote {
    font-weight: 700;
    font-size: 60px;
    vertical-align: sub;
}

h2 .quote.first {
    margin-left: -27px;
}

.html-block p {
    margin-top: 20px;
    font-size: 20px;
    color: rgba(29,29,29,.7)
}

@media screen and (max-width: 767px) {
    .block-content h2 {
        font-size: 28px;
    }
}
.Footer-nav-group {
    display: inline;
    font-family: "DIN" !important;
    font-size: 14px;
}
.Footer-nav {
    text-align: center;
}

.Footer-nav-item {
    padding-right: 20px;
}

a.Footer-nav-item {
    text-transform: uppercase;
}

.credits {
    font-weight: 400;
    font-family: "DIN-Cond" !important;
}

.credits strong {
    font-family: "DIN-CondBold" !important;
}

.thanks {
    font-family: "Archer" !important;
}

.dogear {
    color: #fff;
    padding: 6px 4px;
    background: transparent url('/images/background-dogear-blue@2x.png') top right no-repeat;
    background-size: cover;
}

.image-title {
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "DIN-CondBold" !important;
    font-weight: 700;
    margin-top: -10px;
    position: relative;
    top: -200px;
}

.credits {
    color: rgba(29,29,29,.7);
    letter-spacing: 0.05em;
}

.thanks p {
    color: rgba(29,29,29,.7);
    font-size: 18px;
    font-family: "Archer" !important;
}

.privacy-policy-page, .press-page {
    font-family: "DIN-Cond" !important;
    color: rgba(29,29,29,.7);
    font-size: 18px;
}

.privacy-policy-page strong, .press-page strong {
    font-family: "DIN-CondBold" !important;
    color: rgba(29,29,29,.7);
    font-size: 18px;
}


.press-page h3,
.privacy-policy-page h3 {
        font-family: "Archer" !important;
}

/* .privacy-policy-page p {
    color: rgba(29,29,29,.7);
} */

.rule.gray {
    border-bottom: 6px solid #bbbcb1;
    width: 100%;
}

#mc_embed_signup form {
    margin-left: 0 !important;
}