:root {
    --base-font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
}

body {
    font-family: "Poppins",Helvetica,sans-serif !important;
}

body * {
    font-family: "Poppins", Helvetica, sans-serif !important;
}


#main * {

}

/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    body {
        font-size: 70%;
    }
}

@media screen and (min-width: 64em) {
    body {
        font-size: 100%;
    }
}*/


[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

footer [type=color],
footer [type=date],
footer [type=datetime-local],
footer [type=datetime],
footer [type=email],
footer [type=month],
footer [type=number],
footer [type=password],
footer [type=search],
footer [type=tel],
footer [type=text],
footer [type=time],
footer [type=url],
footer [type=week],
footer textarea {
    border: 1px solid rgba(255, 255, 255, 0.21);
    box-shadow: none;
    box-sizing: border-box;
    background-color: #fff;
}


.reveal {
    border-radius: 7px;
}


.card {
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 7px;
}

hr {
    background-color: #eee;
}

.button {
    border-radius: 4px;
}

/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .grid-container {
        max-width: 82em;
    }
}


@media screen and (min-width: 1440px) {
    .grid-container {
        max-width: 107em;
    }
}
*/




.top-bar, .top-bar ul {
    background-color: transparent;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    -webkit-box-shadow: 0px 7px 19px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 19px -3px rgba(0, 0, 0, 0.25);
    border-color: #dcdcdc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.border-left-0 {
    border-left: none;
    border-right-color: #eee;
}

.border-bottom-1 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}

.border-bottom-2 {
    border-bottom: solid 2px #ddd;
}

.border-top-1 {
    border-top: solid 1px #ddd;
    padding-top: 1.5rem;
    margin-top: 1rem;
}

.banner {
    padding: 1rem;
    border-radius: 4px;
}

.banner p {
    margin-bottom: 0;
}

.banner.warning {
    background-color: #ffae00;
    color: #fff;
}

.banner.warning a {
    color: #fff;
}

.banner.warning h4 {
    font-weight: bold;
}

.banner.danger {
    background-color: #DC3545;
    color: #fff;
}

.banner.danger a {
    color: #fff;
}

.banner.danger h4 {
    font-weight: bold;
}

.client-cookie-confirm-container p {
    margin-bottom: 0;
    line-height: 1.2rem;
}

@media screen and (max-width: 39.9375em) {
    .small-margim-bottom-1 {
        margin-bottom: 1rem;
    }

    .small-margim-bottom-2 {
        margin-bottom: 1.2rem;
    }

    .small-margim-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .small-margim-bottom-4 {
        margin-bottom: 1.8rem;
    }

    .small-margim-bottom-5 {
        margin-bottom: 2rem;
    }

    .small-text-center {
        text-align: center;
    }
}

.alert.error {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
}

.alert.error.alert-info {
    background-color: #d7ecfa;
    border: 1px solid rgba(10, 10, 10, .25);
}

.alert.error.alert-danger {
    background-color: #f7e4e1;
    border: 1px solid rgba(10, 10, 10, .25);
}

.errors {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    color: #b90000;
}


.color-sand {
    color: #F2EEE9;
}
.color-pale-coral {
    color: #FC8D7D;
}
.color-soft-blue {
    color: #5955AA;
}
.color-neo-coral {
    color: #FA5037;
}
.color-white {
    color: #FFFFFF;
}
.color-cement {
    color: #97999B;
}
.color-brick {
    color: #FB6A55;
}
.color-hard-blue {
    color: #141B4D;
}
.color-neo-blue {
    color: #2F2A95;
}




.h1 {
    font-size: 4.1053em !important; /* 78pt / 19pt = 4.1053em */
}

.h2 {
    font-size: 2.3158em !important; /* 44pt / 19pt = 2.3158em */
}

.h3 {
    font-size: 3.0526em !important; /* 58pt / 19pt = 3.0526em */
}

.h4 {
    font-size: 1.7368em !important; /* 33pt / 19pt = 1.7368em */
}

.h5 {
    font-size: 1.5625em !important; /* 25pt / 19pt = 1.3158em */
}

.h6 {
    font-size: 1em !important; /* 19pt / 19pt = 1em */
}


.text-small {
    font-size: 0.6875em !important;
}
.p {
    font-size: 0.875em !important;
}

@media screen and (max-width: 1440px) {
    .h1 {
        font-size: 3.5em !important; /* 78pt / 16 = 4.875em */
    }

    .h2 {
        font-size: 2.75em !important; /* 44pt / 16 = 2.75em */
    }

    .h3 {
        font-size: 3.625em !important; /* 58pt / 16 = 3.625em */
    }

    .h4 {
        font-size: 1.7368em !important;
    }

    .h5 {
        font-size: 1.5625em !important; /* 25pt / 16 = 1.5625em */
    }

    .h6 {
        font-size: 1.1875em !important; /* 19pt / 16 = 1.1875em */
    }
}

@media screen and (max-width: 640px) {
    .h1 {
        font-size: 2.5em !important; /* 78pt / 16 = 4.875em */
    }

    .h2 {
        font-size: 1.5em !important; /* 44pt / 16 = 2.75em */
    }

    .h3 {
        font-size: 2.3em !important; /* 58pt / 16 = 3.625em */
    }

    .h4 {
        font-size: 1.6em !important; /* 33pt / 16 = 2.0625em */
    }

    .h5 {
        font-size: 1.2em !important; /* 25pt / 16 = 1.5625em */
    }

    .h6 {
        font-size: 1.15em !important; /* 19pt / 16 = 1.1875em */
    }

    .text-small {
        font-size: 0.95rem !important;
    }
    .p {
        font-size: 0.95rem !important;
    }
}


.border-radius-5 {
    border-radius: 5px;
}
.border-radius-20 {
    border-radius: 23px;
}

.callout.sand {
    background-color: #F2EEE9;
    border-color: #F2EEE9;
    padding: 100px 80px;
    border-radius: 23px;
}


@media screen and (max-width: 1440px) and (min-width: 640px){
    .text-small {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 640px) {
    .callout.sand {
        padding: 30px 20px;
        border-radius: 23px;
    }
}

#main.page {
    padding-top: 2rem;
    padding-bottom: 5rem;
}


.cell.padding-left-4 {
    padding-left: 4rem !important;
}

.cell.padding-left-4 {
    padding-left: 5rem !important;
}

.cell.padding-right-4 {
    padding-right: 4rem !important;
}

.cell.padding-right-4 {
    padding-right: 5rem !important;
}


@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-Thin.eot');
    src: url('../fonts/Poppins/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Thin.woff') format('woff'),
    url('../fonts/Poppins/Poppins-Thin.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-ExtraLight.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-ExtraLight.woff') format('woff'),
    url('../fonts/Poppins/Poppins-ExtraLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-Light.eot');
    src: url('../fonts/Poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Light.woff') format('woff'),
    url('../fonts/Poppins/Poppins-Light.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-Regular.eot');
    src: url('../fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins/Poppins-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-Medium.eot');
    src: url('../fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins/Poppins-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins/Poppins-SemiBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-Bold.eot');
    src: url('../fonts/Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins/Poppins-Bold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-ExtraBold.woff') format('woff'),
    url('../fonts/Poppins/Poppins-ExtraBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Poppins/Poppins-Black.eot');
    src: url('../fonts/Poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Black.woff') format('woff'),
    url('../fonts/Poppins/Poppins-Black.ttf') format("truetype");
    font-display: swap;
}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    font-family: "Poppins",  sans-serif !important;
}
