body {
    /*padding-top: 56px !important;*/
    /*padding-top: 80px !important;*/
    padding-top: 100px !important;
}

body.body-logged-in .navbar-fixed-top {
    top: 46px !important;
}

body.logged-in .navbar-fixed-top {
    top: 46px !important;
}

@media only screen and (min-width: 783px) {
    body {
        /*padding-top: 80px !important;*/
        padding-top: 100px !important;
    }

    /*body.body-logged-in .navbar-fixed-top {
        top: 28px !important;
    }*/

    body.logged-in .navbar-fixed-top {
        top: 32px !important;
    }
}


/* General New Brand Styles */

html, body {
    overflow-x: unset;
}

ol {
    list-style-type: decimal;
    margin-left: 22px;
}

ol img {
    margin: 15px 0;
}

pre.code, code {
    overflow-x: scroll;
    display: block;
    width: 100%;
    margin: 15px 0;
}

/* Slideshow */

@media only screen and (max-width : 1200px) {
    .elementor-swiper-button-prev {
        left: 10px!important;
    }

    .elementor-swiper-button-next {
        right: 10px!important;
    }
}


/* Flex Boxes */

.edc-flex-boxes {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 60px;
    column-gap: 26px;
    flex-wrap: wrap;
}

.edc-flex-box {
    background: #fff;
    border-radius: 30px;
    box-shadow: rgba(12, 56, 145, 0.1) 4px 4px 4px 0px;
    box-sizing: border-box;
    width: 312px;
    height: 200px;
    text-align: center;
    margin-bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edc-flex-box h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #0C3891!important;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.edc-flex-box p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #0C3891;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
@media only screen and (min-width : 1025px) {
    .edc-flex-box p {
        font-size: 20px;
        line-height: 33px;
    }
}

.edc-btn-dark-blue {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 21px!important;
    color: #FFFFFF!important;
    background-color: #0C3891;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 4px 4px 4px 0px rgba(12.000000000000007, 55.999999999999964, 145, 0.1)!important;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    line-height: 21px;
}
.edc-btn-dark-blue:hover {
    background: #2859BB;
    text-decoration: none!important;
    font-size: 16px!important;
    line-height: 21px;
}

.edc-btn-white {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 21px!important;
    color: #0C3891!important;
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 4px 4px 4px 0px rgba(12.000000000000007, 55.999999999999964, 145, 0.1)!important;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}
.edc-btn-white:hover {
    color: #2859BB!important;
    text-decoration: none!important;
    font-size: 16px!important;
    line-height: 21px;
}

.edc-btn-light-blue {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 21px!important;
    color: #FFFFFF!important;
    background-color: #00BCDA;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 4px 4px 4px 0px rgba(12.000000000000007, 55.999999999999964, 145, 0.1)!important;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    line-height: 21px;
}
.edc-btn-light-blue:hover {
    color: #A6E9F2!important;
    text-decoration: none!important;
    font-size: 16px!important;
    line-height: 21px;
}

/* Logo Containers */

.logo-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-container img {
    margin: 10px 30px;
}

/* EDC Product Icon Containers */

.edc-product-icon .elementor-icon-box-wrapper {
    align-items: flex-start!important;
}

@media only screen and (min-width : 1025px) {
    .edc-product-icon .elementor-icon-box-icon {
        margin-top: 8px;
    }
}

/* Links */

a:focus {
    outline: none;
}

a:hover, a:focus {
    text-decoration: none!important;
}

/* Buttons */

.elementor-button:hover {
    text-decoration: none!important;
    line-height: 21px!important;
}

/* Cookie Bar */

/*#cookie-law-info-bar a {
    font-size: 16px!important;
}
#cookie-law-info-bar a:hover {
    line-height: 1!important;
    font-size: 16px!important;
}*/