/* -------------------- General styles -------------------- */
@font-face {
    font-family: "Atlas Typewriter";
    src: url("../fonts/AtlasTypewriter-Light.otf");
}

@font-face {
    font-family: "Tiempos Headline";
    src: url("../fonts/TiemposHeadline-Medium.otf");
}

@font-face {
    font-family: "Atlas Grotesk";
    src: url("../fonts/AtlasGrotesk-Light.otf");
}

@font-face {
    font-family: "Tiempos Headline";
    src: url("../fonts/TiemposHeadline-Regular.otf");
}

@font-face {
    font-family: "Tiempos Headline Medium";
    src: url("../fonts/TiemposHeadline-Medium.otf");
}

* {
    text-decoration: none;
    max-width: 100%;
}

html,body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 20px;
    font-family: "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    color: #4a4a4a;
}

h1,h2,h3,h4,h5 {
    margin: 0;
}

a {
    cursor: pointer;
}

img {
    border: none;
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    width: 80%;
    text-align: left;
}

.bold {
    font-weight: bold;
}

.colorless-link, .colorless-link:visited {
    color: #fff;
}

/* -------------------- Header styles -------------------- */
header {
    background: url("../images/science-background.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    background-position: 45%;
    display: block;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

.logo {
    width: 60px;
    margin: 15px 0 10px 0;
}

video {
    object-fit: cover;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
}

.hero {
    background: none;
    position: relative;
}

.health-headlines-name {
    text-transform: uppercase;
    font-family: "Atlas Typewriter", Helvetica, Arial, sans-serif;;
    font-size: 16px;
    letter-spacing: 8px;
    margin-bottom: 15px;
    margin-top: 0;
}

.title-divider {
    box-sizing: border-box;
    height: 2px;
    width: 170px;
    border: 3px solid #00A4E5;
    margin-bottom: 19px;
}

.article-title {
    font-size: 30px;
    font-family: "Tiempos Headline Medium", Georgia, Times, "Times New Roman", serif;
    font-weight: 500;
}

.article-date {
    font-size: 14px;
    font-family: "Atlas Grotesk", Helvetica, Arial, sans-serif;
    margin-top: 20px;
}

.video-container {
    width: 100%;
    margin: 0 auto;
}

.video-inner-container {
    position: relative;
}

.video-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    /* background: #000;
    opacity: 0.5; */
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}

.video-overlay-2 {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}

.title-container {
    position: relative;
    z-index: 2;
}


/* -------------------- Content styles -------------------- */
.content {
    line-height: 32px;
}

.caption {
    font-size: 12px;
    font-family: "Atlas Grotesk", Helvetica, Arial, sans-serif;
    margin: 0 0 25px 0;
    line-height: 14px;
}

.presentation-link {
    color: #00A4E5;
    text-decoration: underline;
}

.full-divider {
    box-sizing: border-box;
    height: 2px;
    border: 2px solid #2c3742;
}

.author-pic {
    margin-top: 15px;
    width: 100px;
}

.photo-container {
    position: relative;
}

.play-button {
    position: absolute;
    width: 50px;
    top: 38%;
    left: 43%;
}

.author-container {
    text-align: center;
}

.author-pic {
    display: inline-block;
}


.author-content {
    display: inline-block;
    font-family: "Atlas Grotesk", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.author-name {
    font-family: "Atlas Typewriter", Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.author-bio {
    line-height: 24px;
}

.authorBio_image {
    display: inline-block;
    width: 170px;
    margin-right: 20px;
}

.authorBio_content {
    display: inline-block;
    width: 575px;
    font-size: 17px;
}

/* -------------------- Footer styles -------------------- */
footer {
    background: #23356E;
    color: #fff;
    font-family: "Atlas Grotesk", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

footer a, footer a:visited {
    color: white;
}

.footer-content {
    line-height: 24px;
    margin-bottom: 10px;
    padding-top: 20px;
}

.footer-company-name {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Atlas Typewriter", Helvetica, Arial, sans-serif;
    line-height: 18px;
    letter-spacing: 6.22px;
    margin-bottom: 5px;
}

footer .logo {
    display: inline-block;
}

.footer-copyright {
    font-size: 12px;
    margin-top: 0;
}

.footer-info {
    display: inline-block;
    vertical-align: top;
}

/* -------------------- Privacy Page Styles -------------------- */
.white-header {
    background: #fff;
    height: 165px;
}

.health-headlines-name-dark {
    color: #2c3742;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-family: "Atlas Typewriter", Helvetica, Arial, sans-serif;
}

.title-divider-two {
    margin: 25px 0 25px 0;
}

.article-title-dark {
    color: #2c3742;
    padding-bottom: 20px;
}

.container-dark-font {
    color: #4a4a4a;
    font-size: 16px;
    font-family: "Atlas Grotesk", Helvetica, Arial, sans-serif;
}

.citation-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.citation-list li {
    counter-increment: step-counter;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative;
    padding-left: 40px;
}

.citation-list li::before {
    content: counter(step-counter)".";
    margin-right: 10px;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: bold;
    font-family: "Tiempos Headline", Georgia, Times, "Times New Roman", serif;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

h3 {
    font-size: 20px;
    line-height: 32px;
}

.privacy-container p, .privacy-container ul, .privacy-container ol {
    font-family: "Atlas Grotesk", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.privacy-container p {
    margin-top: 0;
    margin-bottom: 25px;
}

.privacy-container a, .privacy-container a:visited {
    color: #00A4E5;
}