body {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    color: #000;
    background-color: #ededed;
}

body a {
    color: #209e91;
    text-decoration: none;
}

body a:hover {
    color: #ff3334;
    text-decoration: none;
}

body h1 {
    font-size: 3em;
}

body h2 {
    font-size: 2em;
}

body h3 {
    font-size: 1.5em;
}

body h1,
body h2,
body h3,
body p,
body .menu {
    margin: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: normal;
    font-weight: 400;
    line-height: 1.5;
}

body {
    overflow-x: hidden;
}

.e-501173 {
    background-color: #f4efe8;
}

.e-501173 section {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-padding .container-fluid .section-columns {
    padding: 0;
}

.top-bar-wrapper .top-bar__column {
    flex-basis: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6vw;
}

.top-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.top-bar-wrapper .top-bar__column--hashtag {
    width: 60%;
    background-color: #ff3333;
}

.top-bar-wrapper .top-bar__column--hashtag h1 {
    color: white;
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 700;
}
.top-bar-wrapper .top-bar__column--hashtag a:hover {
    text-decoration: none;
}

.top-bar-wrapper .top-bar__column--hashtag a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}


.font-section h2 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 7%;
}

.e-236971 {
    background-color: #f4efe8;
}

.e-236971 section {
    padding-top: 10%;
    padding-bottom: 10%;
}

.e-33141 .editor-inline__container {
    font-size: 14px;
}

.e-33141 .editor-inline__container p {
    padding-bottom: 3%;
}

ul {
    padding-bottom: 3%;
}

.footer-section {
    background-color: #f4efe8;
    padding-bottom: 15%;
}

.footer-section .footer-row {
    display: flex;
    padding: 50px 0 90px 0;
}

@media(min-width: 768px) {
    .footer-section {
        padding-bottom: 0;
    }
}

.footer-section .footer-row .footer-col {
    display: flex;
    align-items: flex-start;
}

.footer-section .footer-row .footer-col.footer-col--left {
    flex-basis: 60%;
    justify-content: flex-start;
    align-items: center;
}

.footer-section .footer-row .footer-col.footer-col--right {
    flex-basis: 40%;
    justify-content: flex-end;
}


.footer-section .footer-row .footer-menu {
    color: #252525;
    font-size: 16px;
}

.footer-section .footer-row .footer-menu a {
    color: #252525;
    font-size: 12px;
    transition: text-decoration .2s;
}

.footer-section .footer-row img {
    width: 300px;
}

@media (min-width: 786px) {
    .footer-section .footer-row .footer-menu a {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .e-236971 section, .footer-section {
        padding-left: 13%;
        padding-right: 13%;
    }
}

@media (max-width: 992px) {
    .top-bar-wrapper .top-bar__column {
        flex-basis: 50%;
    }

    .top-bar-wrapper .top-bar__column:first-child {
        display: none;
    }
}
@media (max-width: 1200px) {
    .footer-section .footer-row {
        flex-wrap: wrap;
    }

    .footer-section .footer-row .footer-col {
        margin-bottom: 50px;
    }

    .footer-section .footer-row .footer-col.footer-col--left,
    .footer-section .footer-row .footer-col.footer-col--right {
        flex-basis: 100%;
        justify-content: center;
    }

    .footer-section .footer-row .footer-menu {
        text-align: center;
    }

    .e-236971 section, .footer-section {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 768px) {
    .top-bar-wrapper {
        flex-wrap: wrap;
    }
    .top-bar-wrapper .top-bar__column {
        flex-basis: 100%;
        height: 90px;
    }

    .top-bar-wrapper .top-bar__column--hashtag h1 {
        font-size: 7.5vw;
    }
    .top-bar-wrapper .top-bar__column--logo img {
        height: 60%;
        width: auto;
    }

    .font-section h2 {
        font-size: 7vw;
        line-height: 1.2;
    }

    .e-33141 .editor-inline__container p {
        font-size: calc(10px + 0.7vw);
    }

    .e-236971 section {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f4efe8;
    padding:  20px 30px;
    z-index: 1;
}

.cookie-popup-header {
    font-weight: 300;
    padding-bottom: 15px;
    font-size: 26px;
}

.cookie-popup-text {
    font-size: 14px;
    line-height: 1.8;
    max-width: 1000px;
}

.cookie-popup a {
    color: #000000;
}

.cookie-popup-text a {
    text-decoration: underline;
}

.cookie-popup a:hover {
    color: #231f20;
}

.cookie-consent, .cookie-preferences, .cookie-opt-out {
    padding: 10px 10px;
    width: 300px;
    max-width: 100%;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    margin: 30px 20px 0 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

.cookie-consent {
    background: #ff3333;
}

.cookie-popup .cookie-opt-out {
    background-color: #434343;
    color: white;
}

.cookie-popup .cookie-opt-out:hover{
    color: white;
}

.cookie-preferences {
    background: #55C1DD;
}

@media (max-width:768px) {
    .cookie-popup {
        padding: 10px 15px 20px 15px;
    }

    .cookie-popup-header {
        font-size: 20px;
    }

    .cookie-popup-text {
        font-size: 12px;
    }
}