body {
    top: 55px !important
}

@media screen and (max-width: 1200px) {
    body {
        top: 51px !important
    }
}

@media screen and (max-width: 1139px) {
    body {
        top: 85px !important
    }
}

@media screen and (max-width: 994px) {
    body {
        top: 109px !important
    }
}

@media screen and (max-width: 541px) {
    body {
        top: 131px !important
    }
}

@media screen and (max-width: 373px) {
    body {
        top: 154px !important
    }
}

.top-bar {
    align-items: center;
    background-color: #da7b27;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
    color: #ffffff;
    display: flex;
    font-family: roboto;
    font-size: 18px;
    justify-content: center;
    left: 0;
    padding: 8px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    line-height: 1.5
}

@media screen and (max-width: 1380px) {
    .top-bar {
        font-size: 16px
    }
}

@media screen and (max-width: 1140px) {
    .top-bar {
        flex-wrap: wrap;
        text-align: center
    }
}

.top-bar-cta {
    background: #dddddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .45);
    color: #4f4f4f !important;
    display: block;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 18px;
    text-decoration: none !important;
    transition: all 175ms;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center
}

.top-bar-cta:hover {
    text-decoration: none;
    background: #bdbdbd;
    box-shadow: 0 0 2px rgba(0, 0, 0, .45);
    transition: all 175ms
}

@media screen and (max-width: 1200px) {
    .top-bar-cta {
        font-size: 15px;
        padding: 6px 14px
    }
}

@media screen and (max-width: 1139px) {
    .top-bar-cta {
        margin-top: 10px
    }
}

@media screen and (max-width: 480px) {
    .top-bar-cta {
        font-size: 14px
    }
}