//
// IMPORT FONTS
//
@font-face {
font-family: 'Utopia';
src: url('fonts/utopia-bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Utopia';
src: url('fonts/utopia-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Utopia';
src: url('fonts/utopia-italic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('fonts/ProximaNova-Regular.otf');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'Proxima Nova';
src: url('fonts/ProximaNova-Bold.otf');
font-weight: bold;
font-style: normal;
}
@font-face{
font-family: 'Proxima Nova';
src: url('fonts/ProximaNova-Italic.otf');
font-weight: normal;
font-style: italic;
}
@font-face{
font-family: 'Proxima Nova';
src: url('fonts/ProximaNova-BoldIt.otf');
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: 'Calibre';
src: url('fonts/calibre.ttf');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'Calibre';
src: url('fonts/calibre-bold.ttf');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Calibre';
src: url('fonts/calibre-italic.otf');
font-weight: normal;
font-style: italic;
}
@font-face{
font-family: 'Calibre';
src: url('fonts/calibre-medium.ttf');
font-weight: 600;
font-style: normal;
}


html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

div, p {
    font-family: Calibre;
    color: #444;
}

h1 {
    font-family: Utopia;
    font-size: 27px;
    color: #444;
    padding: 0;
    margin: 0;

    white-space:nowrap;
}

.link {
    display: inline;
    text-decoration: none;
    color: #444;
    font-style: italic;
    font-weight: 600;
}

#mc_embed_signup input.email {
    margin-left: 50px;
}

.no-dec {
    text-decoration: none;
}

.centered-column {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.container-fluid .container {
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

/* HEADER SECTION */
.index-header {
    height: 90px;
    display: flex;
    // font-weight: bold;
    font-weight: 600;
    align-items: center;
}

.index-header-logo {
    height: 48px;
    display: inline;
}

.index-header-buttons {
    margin-left: auto;
    display: flex;
    justify-content: center;
}

.header-button {
    margin: 0 20px;
    white-space:nowrap;
    cursor: pointer;

    text-decoration: none;
    color: #333;
}

/* HERO SECTION */
.hero-wrapper {
    background-color: rgb(0, 27, 31);
}


.hero-section {
    background-image: url('img/hero-background-2018.png');
    background-size: cover;
    background-position: center;
    overflow: auto;
}

.hero-text {
    position: relative;
    margin-left: 20px;
    font-family: Utopia;
    font-style: italic;
    font-size: 16px;
    letter-spacing: .99px;
    line-height: 25px;
}

textarea, input, button { outline: none; }


.hero-content {
    // height: 280px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-img {
    height: 225px;
    width: auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}

.hero-report {

    min-width: 275px;
    max-width: 650px;
    padding-left: 40px;
    padding-right: 40px;

    position: relative;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 60px;

    background-color: rgba(255,255,255,0.10);
    border-radius: 5px;
    font-size: 22px;

    text-align: center;
}

.hero-read {
    margin-top: 6px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero-read p {
    color: #e3e8ed;
}

.hero-read-text-header {
    font-size: 36px;
    margin-bottom: 10px;
}

.hero-read-text-content {
    margin-top: 0px;
    font-size: 20px;
    max-width: 460px;
    letter-spacing: 0.5px;
}

.hero-read-link {
    color: #e3e8ed;
    font-style: italic;
}

.hero-read-button-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hero-read-button-caption {
    max-width: 350px;
    font-size: 16px;
}

.report-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.report-lang {
    display: inline-block;
    font-size: 22px;
    width: 82px;
}

.icon-wrapper {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.report-icon {
    height: 15px;
}

.report-writer {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    width: 150px;
}

.grey {
    color: #C8C8C8;
}


.hero-read-underscore {
    height:5px;
    width: 350px;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 10px;
}

.report-writer {
    font-size: 12px;
}

.horz-line {
    position: relative;
    margin: auto;
    width: 310px;
    height: 2px;
    background-color: #444;
}

.small-rect {
    position: absolute;
    left: 172px;
    top: -2px;
    width: 6px;
    height: 6px;
    background-color: #444;
}
/* END HERO */

/* MISSION SECTION */

.mission-section {

}

.mission-title {
    padding-bottom: 20px;
}

.mission-section > .row {
    margin-top: 60px;
}

.mission-content {

}

.mission-ground {
    margin-top: 8px;
    margin-left: -2px;
    color: #333;

    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    font-family: utopia;
}

.mission-index {
    max-width: 545px;
    margin-top: 20px;

    font-size: 16px;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 60px;
}

.ai-100 {
    display: inline;
    text-decoration: none;
    color: #444;
    font-style: italic
}

.report-section {
    /*background: linear-gradient(45deg, rgba(110, 200, 245, .25), rgba(140, 240, 250, .25));*/
    background: linear-gradient(135deg, rgba(63, 165, 200, .25), rgba(36, 68, 219, .25))
}

.report-description {
    /* Report Description: */
    // margin-top: 28px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0.88px;
    line-height: 26px;
}

.report-items-list {
    border-right: 2px solid #444;
}

.report-items {
    padding-top: 40px;
}

.report-item {
    padding-bottom: 50px;
}

.report-item > div {
    margin-top: 20px;
}

.report-item > h1 {
    color: #333;
}

.report-item-desc {
    /* Data Description: */
    font-size: 16px;
    color: #444444;
    letter-spacing: 0.88px;
    line-height: 26px;
}

.expert {
    display: inline-block;
    width: 49%;
    text-align: left;
    // padding: 0px 20px;
    font-weight: 600;
    white-space: nowrap;
    margin: 10px 0;
}

.expert > :first-child {
    width: 150px;
    display: inline-block;
}

.affiliation {
    padding: 5px 5px 0px 5px;
    margin-left: 10px;
    display: inline;

    font-weight: normal;
    font-style: italic;
    color: rgb(120, 120, 120);
    background-color: rgba(128, 128, 128, .1);
}

.read-section {
    // overflow: auto;
    background-color: #F2F3F3;
    padding-top: 35px;
    padding-bottom: 35px;
}

.how-can {
    // padding-top: 70px;
    // padding-bottom: 70px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 27px;
    font-weight: 600;
}

.up-to-date {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 27px;
}

.read-wrapper {
    padding: 20px;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    background: rgb(27, 50, 55);
    cursor: pointer;
}

.read-translation {
    padding: 20px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    background: rgb(27, 50, 55);
    cursor: pointer;
}

.read-translation div {
    color: #d7dce2;
}

.read-wrapper div {
    color: #d7dce2;
}

.read-text {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 1.21px;
    white-space:nowrap;
}

.team-section {
    background-color: #f7f8f9;
}

.team-row {
    margin-top: 28px;
}

.teammate {
    text-align: center;
    margin-bottom: 30px;
}

.teammate > img {
    width: 100%;
}
.teammate > div {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.77px;
}

.handle {
    text-decoration: none;
    color: #54abef;
    font-style: italic;
}

.weblink {
    height: 15px;
    margin-right: 10px;
}

.advisors {
    font-size: 20;
    font-family: Utopia;
    font-weight: normal;
    font-style: italic;
}

.sponsor {
    max-height: 125px;
    max-width: 300px;
    margin-right: 50px;

    padding-top: 25px;
    padding-bottom: 25px;
}

.press-section {
    text-align: left;
    margin-bottom: 60px;
}

.press > img {
    max-height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.short-underline {
    height:5px;
    width: 300px;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 10px;
}

.short-horz-line {
    position: relative;
    margin: auto;
    width: 280px;
    height: 2px;
    background-color: #444;
}

.short-rect {
    position: absolute;
    left: 147px;
    top: -2px;
    width: 6px;
    height: 6px;
    background-color: #444;
}

.footer {
    background-color: 333333;
}

.footer-buttons > a > img {
    max-height: 30px;
    margin-right: 40px;
}

.footer-buttons {
    margin-left: auto;
}

.footer-logo {
    height: 45px;
}

.sail-section {

}

.sail-desc {
    font-size: 24px;
    margin-top: 80px;
    font-weight: 400;
}

.sail-logo {
    height: 200px;
    width: auto;
    margin-top: 60px;
    margin-bottom: 80px;
}

.sponsors {
    white-space: normal;
}

#mission, #report, #header, #read, #team, #sponsors, #footer {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {

   .teammate, .teammate > div {
        text-align: left;
   }

   .team-img {
        display: none;
   }

   .teammate > div {
        display: inline-block;
        font-weight: 600;
        width: 200px;
    }

    .expert {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .med {
        display:none;
    }
}

@media (max-width: 768px) {
    .how-can, .up-to-date {
        // font-size: 18px;
        text-align: center;
    }

    .up-to-date {
        padding-top: 0px;
        padding-bottom: 35px;
    }

    .small-pad {
        padding-bottom: 70px;
    }

    .read-wrapper {
        margin-bottom: 60px;
    }
    .no-med {
        display:none;
    }

    .teammate > div .no-med {
        display: none;
    }

    .team-row-2 {
        margin-top: 0px;
    }

    .sail-logo {
        height: 120px;
    }

    .sail-desc {
        font-size: 22px;
    }
}

@media (max-width: 575px) {

    .no-small {
        display:none;
    }
}

@media (max-width: 992px) {
    .large-only {
        display:none;
    }
}
