

/* =============================================
GENERAL RULES
============================================= */

h1, h2, h3, p {
    text-align: left;
}

/* =============================================
HEADLINES
============================================= */

h1 {
    color: #595750;
    margin-bottom: 25px;
    font-size: 2.6em;
}

h2 {
    font-size: 2em;
}

.header h1 {
    color: #fff;
    font-size: 3em;
    width: 50%;
}

h2 span.subtitle {
    display: block;
    font-size: 0.6em;
}



/* =============================================
LISTS
============================================= */

ol {
    counter-reset: li;
    margin-bottom: 25px;
    margin-left: 0;
    padding-bottom: 15px;
    padding-left: 0;
}
ol > li {
    background: transparent none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0 0 6px 2em;
    padding: 10px;
    position: relative;
    z-index: 10;
}
ol > li::before {
    background: #e2bb66 none repeat scroll 0 0;
    border-radius: 44px;
    box-sizing: border-box;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    font-family: Le Jeune Deck,serif;
    font-weight: bold;
    left: -40px;
    margin-right: 15px;
    padding: 7px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 2em;
    font-size: 20px;
}
ol li ul {
    margin-bottom: 0;
}

li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}

ol li strong {
    font-family: MyriadPro,sans-serif;
    font-weight: normal;
}


/* =============================================
OTHER
============================================= */

header {
    position: relative;
    top: 0;
    transition: position 1s linear ;
  }

  header p.logo-text a {
      font-size: 1.25em;
      font-weight: 400;
      letter-spacing: .5px;
  }

header p.subtitle a {
    font-weight: 400;
    font-style: italic;
    font-size: 1.1em;
    color: #8c837a;
    line-height: 1.2;
}

header .button {
  display: block;
}

header p.subtitle {
  width: auto;
}

    .popup-mobile {
        display: none;
    }

    .header {
        height: 230px;
        margin: 0;
        padding: 45px 0 35px;
        background-position: 50% center;
        background-size: cover;
        background-color: rgba(248,244,237,0.9);
    }


    img.still {
        float: right;
        width:40%;
        margin: 0 0 10px 20px;
    }

    span.author {
        display: block;
        font-family: MyriadPro,sans-serif;
    }

    .light-bg a.bottom-link {
        border-top: 1px solid #eaeaea;
        color: grey;
        display: block;
        font-family: MyriadPro,sans-serif;
        margin-top: 20px;
        padding-top: 20px;
        text-align: center;
        text-decoration: none;
    }

    .dark-bg.footer {
        /*margin-top: 35px;*/
        padding-top: 30px;
    }

    .sidebar {
    float: right;
    border-left: 1px solid #ccc6bb;
    margin-bottom: 15px;
    margin-left: 35px;
    padding-left: 35px;
    width: 325px;
    min-width: 275px;
}

.sidebar h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0 0 15px;
    padding-top: 0;
    text-align: center;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.region a {
    color: #706B64;
}


/* =============================================
    BENEFIT PAGES
    ============================================= */

.benefits {
    margin-top: 52px;
    padding-top: 30px;
}

.benefits img.study-chart {
    float: left;
    margin: 0 25px 15px 0;
    width: 55%;
}

.benefits p.larger {
    font-size: 28px;
}

.benefits h2 {
    clear: left;
}

.benefits #research-list p {
    border-top: 1px solid #E1E1E1;
    padding-top: 15px;
}

.benefits #research-list p em {
    font-family: MyriadPro,Verdana,sans-serif;
    color: #006199;
    font-style: italic;
}

.benefits .topics {
    text-align: center;
    padding-bottom: 20px;
    border-top: 1px solid #E1E1E1;
    padding-top: 15px;
}

.followup {
    margin-top: 15px;
}

.dark-bg, .light-bg {
  width: 100%;
}

/* =============================================
   VISIBILITY
   ============================================= */

header .country {
    display: none;
}


@media screen and (max-width:599px) {
    .benefits img.study-chart {
        float: none;
        margin: 0 0 15px 0;
        width: 100%;
    }

    .benefits p.larger {
        font-size: 1em;
    }
}




/* =============================================
   LARGE DESKTOP
   ============================================= */

#LARGE_DESKTOP {}

    @media screen and (min-width:1440px) {

        .header {
            height: 305px;
        }

        header .logo {
              margin-top: -3px;
          }

        ol > li::before {
            left: -45px;
        }

        ol > li {
            margin: 0 0 6px 45px;
        }

    }

/* =============================================
   DESKTOP
   ============================================= */


    @media screen and (min-width:1024px) and (max-width:1439px) {

    }

    /* =============================================
   ALL DESKTOP
   ============================================= */

        @media screen and (min-width:1024px) {

    }





/* =============================================
   TABLET AND MOBILE
   ============================================= */

@media screen and (min-width:640px) and (max-width:1023px) {
    .popup-mobile {
        display: none !important;
    }
}

    @media screen and (max-width:1023px) {

        #topbar {
            padding: 9px 12px;
        }

        #topbar .logo.long {
            font-size: 20px;
        }

        .header {
            background-position: 70% center;
            padding: 23px 0 35px;
        }
        h1 {
            font-size: 2.5em;
            margin-bottom: 15px;
        }

        img.still {
            width: 50%;
        }
    }


/* =============================================
   MOBILE
   ============================================= */


@media screen and (max-width: 639px)  {

      #buttons .nav_accordion ul {
    top: 65px;
}

    header .logo {
        padding-left: 2px;
        width: 110px;
    }

    header h1, header p.subtitle {
           width: 115px;
    }

    header h1 {
    font-size: .85em;
    line-height: 1.1;
    margin: 1px 0 0;
    }

    header p.subtitle {
    display: none!important;
}

    #topbar {
        padding: 3px 10px;
    }

    #topbar p.logo {
        font-family: MyriadPro,sans-serif;
        font-size: 24px;
        line-height: 1;
    }

    .popup-mobile {
        display: block;
    }

    h1 {
        font-size: 2em;
    }

    .long {
        display: none;
    }

    ol > li::before {
        left: -34px;
    }

}
