* {
    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: #707070;
    background-color: #FFFFFF;
    font-size: 20px;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease-in-out;
}

.overallWrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.headerSection {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.headerWrapper {
    width: 33%;
    margin: 0 auto;
    float: left;
    position: relative;
    display: inline-block;
}

.contentWrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 25vh);
}

.entry-content {
    width: 42%;
    text-align: left;
    margin: 0 auto;
    margin-left: 6%;
    position: relative;
    display: inline-block;
    /* pointer-events: none; */
}

p {
    /* margin-bottom: 4px; */
    font-size: 14px;
    line-height: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

section.sections {
    padding-bottom: 50px;
}

h2.section-title {
    font-size: 20px;
    padding-bottom: 25px;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

section#title-section p {
    margin-bottom: .625vw;
}

.overallWrapper {
    padding-top: 40px;
}

.return-to-site {
    text-align: center;
    padding-bottom: 0;
}

.button {
    color: #FFFFFF;
    display: inline-block;
    background: #88ADC5;
    border: 2px solid #88ADC5;
    padding: 7px 30px;
    font-size: 20px;
    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: #707070;
    font-size: 30px;
    line-height: 1.9em;
    text-transform: uppercase;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    padding-top: 15px;
}

section#title-section p {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.96vw;
    letter-spacing: 0.7px;
}

.subtitle {
    font-size: 25px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    text-transform: uppercase;
    color: #707070;
    padding-bottom: 20px;
}

.date {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    color: #707070;
}

.deal-scope-text {
    margin-top: 40px;
}

footer {
    text-align: center;
    font-size: 16px;
}

footer .copyright-links a:hover {
    text-decoration: underline;
}
.legal span,.legal span a {
    color: #707070;
    font-size: 12px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}
.footerWrapper {
    padding: 20px 0;
    font-size: 0;
}
.legal span a:hover {
    opacity: 0.5;
}
.footerWrapper {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    background: #fff;
}

.contentWrapper {
    min-height: auto;
}
@media only screen and (max-width: 767px) {
	.subtitle{
		font-size: 23px;
	}
    .entry-content {
        width: 100%;
        padding: 30px 0;
        margin: 0 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: 282px;
    }
    .overallWrapper {
        /* padding-top: 57px; */
    }
    span.mob {
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .entry-content {
        width: 44%;
        margin-left: 6%;
    }
    .titlecontent {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -2em;
        padding-left: 2em;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
    .contentWrapper {
        min-height: calc(100vh - 35vh);
    }
}

@media only screen and (min-width: 1024px) {
    .headerWrapper img {
        width: 100%;
    }
    .headerSection {
        position: sticky;
        top: 40px;
    }
}

@media only screen and (min-width:1900px) {
    .headerWrapper {
        width: 40%;
    }
}

@media only screen and (min-width:2000px) {
    .contentWrapper {
        min-height: calc(100vh - 18vh);
    }
}
@media only screen and (max-width: 1023px) and (orientation: landscape){
    .footerWrapper {
        position: unset;
        bottom: unset;
        left: unset;
        width: unset;
        transform: unset;
    }
    
    .contentWrapper {
        min-height: calc(100vh - 25vh);
    }
}