* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 1.5625vw;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease-in-out;
}

h6.subtitle {
    padding-top: 2vw;
    font-size: 0.9375vw;
    color: #000000;
    padding-bottom: 0.625vw;
}

.overallWrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.headerSection {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.headerWrapper {
    width: 70vh;
    max-width: 100vh;
    margin: 0 auto;
    float: left;
    position: relative;
    display: inline-block;
}

.contentWrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 25vh);
}

span.breakd {
    position: relative;
    left: 3vw;
}

.entry-content {
    width: 34%;
    text-align: left;
    margin: 0 auto;
    margin-left: 0%;
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 6vw;
}


p {
    font-size: 1.09375vw;
    line-height: 1.5;
    letter-spacing: 0.0546875vw;
    color: #000000;
    /*font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;*/
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

section.sections {
    padding-bottom: 2vw;
    border-bottom: 0.1vw solid #000000;
}

h2.section-title {
    font-size: 2.734375vw;
    padding-bottom: 1.5vw;
    text-transform: initial;
    color: rgba(51, 51, 52, 0.75);
    padding-top: 2vw;
}

section#title-section p {
    margin-bottom: .625vw;
}

.overallWrapper {
    padding-top: 3vw;
}

.return-to-site {
    text-align: center;
    padding-bottom: 0;
}

.button {
    color: #FFFFFF;
    display: inline-block;
    background: #88ADC5;
    border: 2px solid #88ADC5;
    padding: 1vw 3vw;
    font-size: 1.5625vw;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
}

.button:hover {
    background: #fff;
    color: #88ADC5;
}

#title-section p {
    cursor: pointer;
}

#title-section p:hover {
    text-decoration: none;
    opacity: 0.5;
}

body #page-title {
    color: rgba(51, 51, 52, 0.75);
    font-size: 5.5vw;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    padding-top: 3.5vw;
    position: absolute;
    width: 100%;
    left: -10vw;
    top: 39vw;
    right: 0;
    transform-origin: 0 0;
    transform: rotate(-90deg);
}

section#title-section p {
    text-transform: initial;
    font-size: 1.953125vw;
    letter-spacing: 0;
    color: #000000;
}

span.num {
    color: rgba(51, 51, 52, 0.75);
    font-size: 1.171875vw;
}

.sub-title {
    font-size: 2.734375vw;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 1vw;
}

.date {
    font-size: 1.40625vw;
    text-align: left;
    color: #000000;
    letter-spacing: 0.24vw;
}

.deal-scope-text {
    margin-top: 4vw;
}

footer {
    text-align: center;
    font-size: 1.25vw;
}

footer .copyright-links a:hover {
    text-decoration: underline;
}

.legal span,
.legal span a {
    color: #000000;
    font-size: 0.78125vw;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.footerWrapper {
    padding: 2vw 0;
    font-size: 0;
}

.legal span a:hover {
    opacity: 0.5;
}

.footerWrapper {
    padding-left: 8vw;
    position: fixed;
    bottom: 0;
    width: 50%;
    padding-bottom: 0.2vw;
    text-align: left;
}

.contentWrapper {
    min-height: auto;
}

section#\37 {
    border: none;
}

.side-title {

    font-size: 2.953125vw;
    margin: 2vw 0;
    color: rgba(51, 51, 52, 0.75);
}

p {
    /* pointer-events: none;*/
}

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


    .headerWrapper img {
        width: 100%;
    }

    .headerSection {
        position: fixed;
        top: 4vw;
        margin-left: 7vw;
        width: 100%;
    }

}

@media only screen and (max-width: 1024px) {
    .side-title {
        font-size: 9.5vw;
        margin: 5vw 0;
    }

    .entry-content {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
    }

    .headerSection {
        position: relative;
        margin-left: 12vw;
        width: auto;
    }

    #title-section {
        padding-top: 0;
    }

    section.sections {
        padding-bottom: 30px;
    }

    .titlecontent {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -2em;
        padding-left: 2em;
    }

    .headerWrapper {
        width: 44vh;
        max-width: 70vh
    }

    .overallWrapper {
        /* padding-top: 57px; */
    }

    span.mob {
        display: inline-block;
        font-size: 0;
        height: 0;
        line-height: 0;
    }

    .footerWrapper {
        position: static;
        padding: 0 2vw;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .date {
        font-size: 4.8vw;
        position: relative;
        left: -12vw;
    }

    body #page-title {
        font-size: 12vw;
        line-height: 1.2;
        padding-top: 3.5vw;
        position: absolute;
        top: 98vw;
        left: -19vw;
        width: 83vw
    }

    .sub-title {
        font-size: 9.333333333333334vw;
        padding-bottom: 4vw;
    }

    section#title-section p {
        font-size: 6.666666666666667vw;
    }

    span.num {
        font-size: 4vw;
    }

    span.breakd {

        left: 10vw;
    }

    h2.section-title {
        font-size: 9.333333333333334vw;
        padding-bottom: 5.5vw;
        padding-top: 7vw;
    }

    p {
        font-size: 3.7333333333333334vw;

    }

    h6.subtitle {
        padding: 3vw 0;
        font-size: 3.2vw;

    }

    #title-section {
        padding-top: 0;
    }

    section.sections {
        padding-bottom: 3vw;
    }

    .legal span,
    .legal span a {
        color: #000000;
        font-size: 3vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .entry-content {
        width: 42%;
        margin-left: 0%;
        padding: 0;
    }

    .sub-title {
        font-size: 5.333333vw;
    }

    .headerWrapper {
        width: 27vh;
        max-width: 70vh;
    }

    body #page-title {
        font-size: 7vw;
        line-height: 1.2;
        padding-top: 3.5vw;
        position: absolute;
        top: 59vw;
        left: -13vw;
    }

    .titlecontent {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -2em;
        padding-left: 2em;
    }

    .footerWrapper {
        position: fixed;
        text-align: left;
        padding-bottom: 3vw;
        width: 47%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .contentWrapper {
        min-height: calc(100vh - 35vh);
    }

    .footerWrapper {
        position: static;
        text-align: center;
        padding-bottom: 30px;
    }


}

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

    .legal span,
    .legal span a {

        font-size: 1.5vw;
    }

    p {
        font-size: 1.8vw;
    }

    section#title-section p {
        font-size: 2.59375vw;

    }

    h6.subtitle {
        padding-top: 3vw;
        padding-bottom: 1vw;
    }

    span.breakd {
        left: 8vw;
    }

    h2.section-title {
        font-size: 5.5625vw;
    }

    .date {
        font-size: 2.59375vw;
        padding-bottom: 3vw;
        position: relative;
        left: -8vw;

    }
}

@media only screen and (min-width: 1024px) {
    .headerWrapper img {
        width: 100%;
    }

    .headerSection {
        position: fixed;
        top: 4vw;
        margin-left: 7vw;
        width: 100%;
    }

}



@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .footerWrapper {
        position: unset;
        bottom: unset;
        left: unset;
        width: unset;
        transform: unset;
    }

    .contentWrapper {
        min-height: calc(100vh - 25vh);
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .headerWrapper {
        width: 65vh;
        max-width: 100vh;
        margin: 0 auto;
        float: left;
        position: relative;
        display: inline-block;
    }
}