.section {
    position: relative;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
    color: #fff;
    background-color: #000;
}
.section .section-img {
    max-width: 100%;
    width: 100%;
}
.section .s-head {
    font-size: 2rem;
    font-weight: bold;
}
.section .s-subhead {
    font-size: 1.25rem;
    font-weight: bold;
}
.section .s-text {
    font-size: 1.125rem;
    padding-top: 1.5%;
}

.section-2 .s-container,
.section-5 .s-container {
    padding: 15px;
}

.section-1 {
    color: #fff;
    background-color: #000;
}
.section-1 .s-container {
    position: absolute;
    top: 15%;
    left: 19%;
    right: 15%;
}
.section-1 .s-head {
    display: none;
}
.section-1 .s-text {
    font-size: 1.2rem;
    font-weight: bold;
}
.section-1 .s-text2 {
    margin-top: .25rem;
    font-size: .85rem;
}

.section-3 {
    background-color: #ff6724;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.section-3 .s-head {
    padding-top: 5%;
}
.section-3 .s-container {
    width: 98%;
    margin: 0 auto;
    padding: 5% 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-3 .s-i {
    width: 50%;
    padding-bottom: 5%;
}
.section-3 .s-t {
    padding-top: .5rem;
}
.section-3 img {
    width: 90px;
}

.section-4 {
    text-align: center;
}
.section-4 .s-container {
    padding: 5% 0;
    width: 95%;
    margin: 0 auto;
}
.section-4 .s-head {
    margin-bottom: 1.25rem;
}
.section-4 .s-line {
    padding: 2% 0 5%;
}
.section-4 .s-text {
    padding-top: 1rem;
    font-size: 1.25em;
}

.section-5 .s-text p {
    margin-bottom: .25rem;
    padding-left: .5rem;
    font-size: .95rem;
}
.section-5 .s-text p:first-child {
    margin-top: 2rem;
}

.section-6 {
    background-color: #fff;
    color: #000;
}
.section-6 .s-container {
    padding: 4% 15px;
    margin: 0 auto;
}
.section-6 .s-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 3% auto;
    width: 95%;
}
.section-6 .s-i {
    width: 100%;
    padding: 0 0 5%;
}
.section-6 .s-h {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 0 10px;
}
.section-6 .s-t {
    font-size: 1.125rem;
}

.section-7 {
    background-color:#1a1a1a;
}
.section-7 .s-container,
.section-8 .s-container {
    padding: 15px;
}
.section-8 {
    padding-bottom: 10%;
}

@media screen and (min-width: 769px) {
    .section .s-head {
        font-size: 2.5rem;
    }
    .section .s-subhead {
        font-size: 1.75rem;
    }
    .section .s-text {
        font-size: 1.375rem;
        padding-top: 1.5%;
    }

    .section-1 .s-container {
        position: absolute;
        bottom: unset;
        top: 40%;
        left: 39.5%;
        right: 25%;
    }
    .section-1 .s-text {
        font-size: 2.5rem;
    }
    .section-1 .s-text2 {
        margin-top: .7rem;
        font-size: 1.75rem;
    }

    .section-2 .s-container {
        text-align: center;
        position: absolute;
        top: 5%;
        left: 15%;
        right: 15%;
    }

    .section-3 {
        font-size: .875rem;
    }
    .section-3 {
        width: initial;
    }
    .section-3 .s-container {
        width: 90%;
    }
    .section-3 .s-i {
        width: 20%;
    }
    .section-3 .s-t {
        padding-top: .5rem;
    }

    .section-4 .s-container {
        width: 85%;
    }
    .section-4 .s-text {
        padding-top: 0;
        font-size: 1.5em;
    }

    .section-5 .s-container {
        position: absolute;
        top: 7%;
        left: 10%;
        right: 45%;
        padding: 0;
    }
    .section-5 .s-text p {
        padding-left: 1rem;
        font-size: 1.5rem;
    }

    .section-6 .s-container {
        padding: 4% 0;
        width: 70%;
    }
    .section-6 .s-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .section-6 .s-i {
        width: 33.3333333%;
        padding: 0 15px 5%;
    }
    .section-6 .s-h {
        font-size: 1.75rem;
        padding: 15px 15px 10px;
    }
    .section-6 .s-t {
        font-size: 1.25rem;
        padding: 0 15px;
    }

    .section-7 {
        background-color:#1a1a1a;
    }
    .section-7 .s-container {
        padding: 5% 0;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .section-8 .s-container {
        padding: 5% 0 2%;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (min-width: 1400px) {
    .section .s-head {
        font-size: 3.25rem;
    }
    .section .s-text {
        font-size: 1.5rem;
        padding-top: 1.5%;
    }

    .section-1 .s-text {
        font-size: 2.5rem;
    }
    .section-3 {
        font-size: 1.25rem;
    }

    .section-4 .s-text {
        font-size: 2rem;
    }

    .section-6 .s-container {
        padding: 4% 0;
        margin: 0 auto;
        width: 60%;
    }
}
