.top-fixed {
    position: absolute;
    height: 56px;
    width: 100%;
    top: -56px;
    left: 0;
    z-index: 20;
    display: none;
}
.top-fixed.visible {
    display: block;
}
header.top56 {
    top: 56px;
}
.presentation.banner_top {
    margin-top: 148px;
}

/* .top-fixed.visible + header + .menu-landing-top-filler {
    height: 146px;
} */

.banner-wrapper {
    position: relative;
    height: 56px;
    width: 100%;
}
/* .banner-wrapper.visible {
    display: block;
} */

.banner {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 7px 18px;
    font-family: 'Museo', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #333333;
    background: linear-gradient(to right, rgba(31,95,143,1), rgba(23,69,145,1));
    z-index: 7;
}

.top-fixed .banner-wrapper .banner{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.banner .circled-close {
    position: absolute;
    right: 16px;
    top: 14px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #000000;
}
.banner .fa-times {
    position: absolute;
    top: 3px;
    left: 6px;
    color: #174591;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.banner .circled-close:hover {
    background: #00000069;
}

.banner svg {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.banner a.btn_coral_top {
    display: inline-block;
    height: auto;
    max-height: 30px;
    padding: 6px 12px;
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
    font-weight: 400;
    background: #ff8277;
    -webkit-box-shadow: 0px 4px 8px rgb(255 130 119 / 24%);
    box-shadow: 0px 4px 8px rgb(255 130 119 / 24%);
    border: 1px solid #ff8277;
    cursor: pointer;
    border-radius: 5px;
    
    align-items: center;
    line-height: 17px;
    font-family: 'Museo', sans-serif;
    letter-spacing: 0.1px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 9%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 9%);
    text-decoration: none !important;
    color: #ffffff;
}

.banner a.btn_coral_top:hover {
    background: #fb6355 !important;
    background-color: #fb6355 !important;
}

.banner a .fa-arrow-right {
    font-size: 11px;
}

.banner-text {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;

    margin-left: 16px;
    padding: 6px 0px;
}

/* .banner-text:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: -48px;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    background: url('../img/banner_heartbeat_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
} */
.banner-text:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: -48px;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    background: url('../assets/icons/menu/swordfish.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    /* .top-fixed.visible + header + .menu-landing-top-filler {
        height: 132px;
    } */
    .banner a.btn_coral_top {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 2px 6px;
        height: auto;
    }
    header.top56 {
        top: 49px;
    }
    .top-fixed {
        top: -49px;
    }
    .presentation.banner_top {
        margin-top: 153px;
    }
}

@media screen and (max-width: 930px) {
    .banner {
        padding: 7px 54px
    }
}

@media screen and (max-width: 830px) {

    .top-fixed {
        height: 76px;
    }

    .top-fixed.visible + header {
        top: 76px;
    }

    .top-fixed.visible + header + .menu-landing-top-filler {
        height: 152px;
    }

    .banner-text {
        /* padding-right: 112px; */
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .banner-text {
        font-size: 11px;
        line-height: 13px;
        margin-left: 0;
        padding-right: 0;
    }
    .banner a.btn_coral_top {
        margin-top: 8px;
    }
}

@media screen and (max-width: 640px) {
    .banner a.btn_coral_top {
        display: block;
        max-width: 175px;
        margin-left: inherit;
    }
    header.top56 {
        top: 76px;
    }
    .top-fixed {
        top: -76px;
    }
}

@media screen and (max-width: 554px) {
    .banner{
        padding-right: 38px;
        padding-left: 52px;
    }
    .banner-text:before {
        left: -40px;
    }
    .banner a {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 2px 6px;
        height: auto;

        font-size: 10px;
        line-height: 13px;
    }

    .banner .fa-times {
        top: 2.6px;
        left: 5px;
        font-size: 15px;
    }

    .banner .circled-close {
        right: 12px;
        top: 10px;
        height: 20px;
        width: 20px;
    }
    .banner svg {
        width: 12px;
        top: 3px;
        left: 4px;
    }
}

@media screen and (max-width: 376px) {
    .banner a.btn_coral_top {
        display: block;
        max-width: 175px;
        margin-left: inherit;
        margin-top: 8px;
    }

    .banner-text {
        font-size: 9.1px;
        line-height: 11px;
    }
}

