html,
body{
    height: 100%;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* background-color: rgb(229, 222, 209) !important; */
    font-family: Arial;
}
.header{
    background-color: #0e5a6b;
    text-align: center;
    padding: 20px 0;
}
.footer {
    margin-top: auto;
    background-color: #0e5a6b;
    padding: 20px 0;
    color: white;
    text-align: center;
}
.container{
    width: 100%;
    margin: 0 auto;
}
@media(max-width: 1199px){
    .container{
        width: 100%;
    }
}
@media(max-width: 575px){
    .container{
        padding: 0;
    }
    .row{
        margin: 0;
    }
    .col-*{
        padding: 0;
    }
}
.nav{
    margin: 15px 0;
    justify-content: center;
    display: flex;
    list-style-type: none;
    border: none;
}
.nav-item{
    padding: 0;
}
.nav-tabs .nav-link{
    width: 170px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    color: #0e5a6b;
    background-color: white;
    border-radius: 0;
}
.nav-tabs .nav-link.active{
    color: white;
    background-color: #0e5a6b;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}

.block-flipbook, .block-postcard{
    background-color: white;
}
.block-flipbook{
    padding-bottom: 20px;
}
@media (hover: none) {
    .tool-zoom {
        display: none;
    }

    #printer {
        display: none;
    }
}
#flipbook-container-overriding-viewport-attr {
    width: 1140px;
}
#flipbook-container-response {
    width: 100% !important;
    margin-left: 0;
}
#flipbook-arrow-next {
    position: absolute;
    top: 50%;
    right: 56px;
}
@media screen and (max-width: 1800px) {
    #flipbook-container-response {
        zoom: 0.9;
        width: 100% !important;
        margin-left: 5%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}
@media screen and (max-width: 1480px) {
    #flipbook-container-response {
        zoom: 0.8;
        width: 100% !important;
        margin-left: 10%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}
@media screen and (max-width: 1200px) {
    #flipbook-container-overriding-viewport-attr {
        width: 992px;
    }

    #flipbook-container-response {
        zoom: 0.7;
        width: 100% !important;
        margin-left: 14.5%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}
@media screen and (max-width: 1100px) {
    #flipbook-container-overriding-viewport-attr {
        width: 992px;
    }

    #flipbook-container-response {
        zoom: 0.6;
        width: 100% !important;
        margin-left: 14.5%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}
@media screen and (max-width: 992px) {
    #flipbook-container-overriding-viewport-attr {
        width: 912px;
    }

    #flipbook-container-response {
        zoom: 0.6;
        width: 100% !important;
        margin-left: 26%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}
@media screen and (max-width: 912px) {
    #flipbook-container-overriding-viewport-attr {
        width: 820px;
    }

    #flipbook-container-response {
        zoom: 0.6;
        width: 100% !important;
        margin-left: 22%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}
@media screen and (max-width: 820px) {
    #flipbook-container-overriding-viewport-attr {
        width: 768px;
    }

    #flipbook-container-response {
        zoom: 0.5;
        width: 100% !important;
        margin-left: 23%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}
@media screen and (max-width: 768px) {
    #flipbook-container-overriding-viewport-attr {
        width: 620px;
    }

    #flipbook-container-response {
        zoom: 0.5;
        width: 100% !important;
        margin-left: 23%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}
@media screen and (max-width: 620px) {
    #flipbook-container-overriding-viewport-attr {
        width: 480px;
    }

    #flipbook-container-response {
        zoom: 0.45;
        width: 100% !important;
        margin-left: 23.5%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}
@media screen and (max-width: 575px) {
    #flipbook-container-overriding-viewport-attr {
        width: calc(100vw - 30px) !important;
    }

    #flipbook-container-response {
        zoom: 0.35;
        width: 100% !important;
        margin-left: 13%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}
@media only screen and (max-width: 1100px) {
    #flipbook-slider-thumb-hide-on-mobile {
        display: none;
    }
}
.block-postcard{
    padding: 20px;
}
@media (max-width: 575px){
    .block-postcard{
        padding: 20px 100px;
    }
}
.modal-wrap{
    margin-bottom: 40px !important;
}
.owl-nav{
    position: absolute;
    top: calc(50% - 100px);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-prev{
    margin-left: -20px;
}
.owl-next{
    margin-right: -20px;
}
.owl-prev img, .owl-next img{
    width: 20px;
}
.owl-dots{
    text-align: center;
    margin: 0;
}
.owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.owl-dots .owl-dot:not(:last-child){
    margin-right: 15px;
}
.owl-dots .owl-dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e5a6b;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.owl-dots .owl-dot.active span{
    color: #f6841f;
}
.owl-dots {
    margin-top: 20px;
}
@media (max-width: 575px){
    .owl-prev{
        margin-left: -80px;
    }
    .owl-next{
        margin-right: -80px;
    }
}
/* New Styles */
button:focus, button:active{
    outline: none;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loading.gif") 50% 50% no-repeat rgb(255, 255, 255);
}

/* Nav Tabs Start */
.nav-tabs .nav-item:not(:last-child){
    margin-right: 10px;
}
.nav-tabs .nav-link{
    background-color: #137990;
    border: 2px solid #137990;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 0;
}
.nav-tabs .nav-link h3{
    color: #fff;
}
.nav-tabs .nav-link:hover{
    background-color: white;
    border: 2px solid #137990;
}
.nav-tabs .nav-link:hover h3{
    color: black;
}
.nav-tabs .nav-link.active{
    background-color: #137990;
    border: 2px solid #137990;
}
.nav-tabs .nav-link.active h3{
    color: #fff;
}
.nav-tabs .nav-link.active:hover{
    background-color: white;
    border: 2px solid #137990;
}
.nav-tabs .nav-link.active:hover h3{
    color: black;
}
/* Nab Tabs End */

/* Win/Loss Start */
.section-win-loss .modal-wrap, .section-w2g .modal-wrap{
    padding: 0 10px;
}
/* Win/Loss End */

@media (max-width: 767.98px) {
    .font-size-h3, .h3, h3 {
        font-size: 1.25rem;
    }
}

/* Empty Offers Page */
.empty-offers {
    padding: 80px 0;
}

.no-offers-page .footer {
    margin-top: 2rem;
}
