@font-face {
    font-family: 'Syne';
    src: url("/fonts/Syne-Regular.ttf");
}

@font-face {
    font-family: 'Syne';
    src: url("/fonts/Syne-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: 'Syne';
    src: url("/fonts/Syne-Bold.ttf");
    font-style: bold;
}


.nav-link {
    color: black !important;
    text-transform: uppercase;
    font-size: 12px;
}

.nav-item.active {
    background-color: #7EF96E;
    border-radius: 11px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
}

.accordion .btn-link {
    background-color: transparent !important;
}

.sub-footer {
    padding-top: 0;
}

.sub-footer a, .sub-footer p {
    font-weight: normal;
}

.b-disabled, .b-disabled:hover {
    background-color: darkgray !important;
    color: white;
    border: 1px solid darkgray !important;
    cursor: default !important;
}

#instructionsModal p {
    color: black !important;
}

#home-contactus, #contactus-faq {
    color: #ffbf00;
    text-decoration: underline;
}

#home-contactus:visited, #contactus-faq:visited {
    color: #C7DF62;
}

#home-contactus:hover, #contactus-faq:hover {
    color: gold;
    text-decoration: underline;
}

#contactus-send {
    background-color: #7EF96E;
    color: black;
    border: 0px solid white;
    font-weight: bold;
}

#contactus-send:hover {
    background-color: white;
    cursor: pointer;
    font-weight: bold;
}

.venmo-cashapp-span {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#venmo-cashapp {
    background-color: transparent;
    height: 100%;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #ffc107; /* Yellow */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    animation: spin 2s linear infinite;
}

#privacy-policy p {
    font-size: 15px !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#central-content {
    display: block;
    margin: 0 auto;
}

#central-logo {
    margin-top: 20px;
}

.w-65 {
    width: 65% !important;
}

.your-quote {
    font-size: 1rem !important;
}

.aboutus-contactus-font, .aboutus-contactus-font h2, .aboutus-contactus-font h4, .aboutus-contactus-font h5 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 400;
    text-align: justify;
}

body {
    background-image: url(/img/content-background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 900px;
}

.accordion-title-break {
    white-space: normal;
    color: #007bff;
    font-weight: 400;
}

.accordion-title-break:hover {
    text-decoration: underline;
}

#find-out-button {
    width: 200px;
    background-color: #7EF96E;
    border: 0px solid #7EF96E;
    color: black;
    height: 3rem;
    border-radius: 11px;
}

body p, body a, body h6, body span, body button {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 100;
}

.font-montserrat {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

body h1, body h2, body h3, body h4, body h5 {
    font-family: 'Syne', Arial, sans-serif;
    font-weight: bold;
}

.body-other-page {
    background-image: url(/img/background-no-slope.png);
    background-size: 100% 100%;
}

.font-18p {
    font-size: 18px !important;
}

.hiw-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.container-top {
    position: relative;
    top: 0;
    /*background-size: cover;*/

    width: 100%;
    padding-top: 100px;
}

.navbar-collapse a {
    letter-spacing: 2px;
}

.with-triangle {
    height: 350px;
    background-image: url(/img/footer-background-triangle.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -80px;
}

.triangle-margin-0 {
    margin-top: 280px !important;
}

.triangle-margin-close {
    margin-top: -100px !important;
}

.triangle-margin-zero {
    margin-top: 0px !important;
}

.footer-links a {
    font-weight: 300;
}

.navbar-nav a {
    font-weight: normal !important;
}

.text-align-left {
    text-align: left !important;
}

span.clear {
    clear: both;
    display: block;
}

.super-center {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.super-center-right {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
}

.super-center-left {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}

.background-blue {
    background-color: #B1DADC;
}

.font-15p {
    font-size: 15px !important;
}

#get-quote-prepend {
    cursor: default;
}

.book-display {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #dcdcdc;
}

.social-icons a {
    padding: 10px;
    color: black;
    font-size: 35px;
    border: 2px solid black;
    border-radius: 88px;
}

.iframe-shadow {
    -webkit-box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
}

.how-it-works-box {
    -webkit-box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
    background-color: white;
    height: 370px;
}

.how-it-works-box p {
    font-size: 17px;
    color: black !important;
    /*    color: darkgray;*/
}

#search-input-group {
    margin: 0 auto;

}

.background-white-and-shade {
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 17px 46px -21px rgba(0, 0, 0, 0.75);
}

hi, h2, h3, h4, h5, h6, p, a, span, button {
    color: black;
}

#get-quote-input {
    border: 0px solid white;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    -webkit-box-shadow: -14px 31px 49px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -14px 31px 49px 0px rgba(0, 0, 0, 0.37);
    box-shadow: -14px 31px 49px 0px rgba(0, 0, 0, 0.37);
    /*
         -webkit-box-shadow: 0px 27px 56px -1px rgba(227,227,227,1);
        -moz-box-shadow: 0px 27px 56px -1px rgba(227,227,227,1);
        box-shadow: 0px 27px 56px -1px rgba(227,227,227,1);
    */
}

.m-5rem {
    margin-top: 5rem !important;
}

.input-group-append {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}


.wcu-img-1 {
    height: auto;
    width: 60%;
}

.wcu-img-2 {
    height: auto;
    width: 50%;
}

.wcu-img-3 {
    height: auto;
    width: 70%;
}

.wcu-img-4 {
    height: auto;
    width: 40%;
}

.top-illustration-2 {
    display: none;
}


@media (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    .collapse.show {
        display: block !important;
    }

    .navbar-collapse.collapsing {
        display: flex !important;
    }

    .navbar-nav .nav-link {
        text-align: right;
    }

}

div#address-form-container input {
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.wcu-element-left {
    float: right;
    margin-right: 15px;
}

.wcu-element-right {
    float: left;
    margin-left: 35px;
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/


@media (min-width: 1281px) {
    .with-triangle {
        height: 400px;
    }

    #central-content {
        width: 60vw;
    }

    #central-logo {
        width: 13vw;
        height: auto;
    }

    .container-top {
        min-height: 700px;
    }

    .faq-container {
        min-height: 600px;
    }

    #search-input-group {
        width: 75%;
    }

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .with-triangle {
        height: 300px;
    }

    #central-content {
        width: 60vw;
    }

    #central-logo {
        width: 15vw;
        height: auto;
    }

    .container-top {
        min-height: 1000px;
    }

    #search-input-group {
        width: 75%;
    }

    .triangle-margin-close {
        margin-top: -300px !important;
    }


}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .with-triangle {
        height: 300px;
    }

    #central-content {
        width: 80vw;
    }

    #central-logo {
        width: 18vw;
        height: auto;
    }

    #print-and-instructions {
        width: 75% !important;
    }

    #search-input-group {
        width: 85%;
    }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .with-triangle {
        height: 300px;
    }

    #central-content {
        width: 70vw;
    }

    #central-logo {
        width: 20vw;
        height: auto;
    }

    #print-and-instructions {
        width: 60% !important;
    }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .with-triangle {
        height: 200px;
    }

    #central-content {
        width: 80vw;
    }

    #central-logo {
        width: 25vw;
        height: auto;
    }

    #print-and-instructions {
        width: 75% !important;
    }


    .hiw-column-m, .hiw-column-r {
        margin-top: 5rem !important;
    }

    .fb-content {
        display: none;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


    .with-triangle {
        height: 200px;
    }

    #central-content {
        width: 100%;
    }

    #central-logo {
        width: 40vw;
        height: auto;
    }

    #search-input-group {
        display: block !important;
        padding-top: 0px !important;
    }

    #get-quote-input {
        width: 80%;
        display: block;
        margin: 0 auto;
        border-top-right-radius: 11px;
        border-bottom-right-radius: 11px;
        -webkit-box-shadow: -14px 11px 49px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: -14px 11px 49px 0px rgba(0, 0, 0, 0);
        box-shadow: -14px 11px 49px 0px rgba(0, 0, 0, 0);
    }

    #get-quote-prepend {
        margin-bottom: 10px;
    }

    .isbn-search {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

    .book-info-box {
        margin-top: 20px !important;
    }

    .input-group-custom {
        width: 80% !important;
    }

    .input-group-custom input {
        width: 100% !important;
    }

    .your-paypal {
        background-color: white;
        border: 0;
        padding-left: 0;
    }

    #print-and-instructions {
        width: 100% !important;
    }

    #view-instructions-btn {
        font-size: 13px;
    }

    .hiw-column-m, .hiw-column-r {
        margin-top: 5rem !important;
    }

    .wcu-img-1 {
        height: auto;
        width: 80%;
    }

    .wcu-img-2 {
        height: auto;
        width: 70%;
    }

    .wcu-img-3 {
        height: auto;
        width: 90%;
    }

    .wcu-img-4 {
        height: auto;
        width: 60%;
    }

    .fb-content {
        display: none;
    }


    .top-illustration-2 {
        display: block;
        margin-top: 3rem;
    }


    .top-illustration {
        display: none;
    }

    .container-top {
        padding-top: 40px;
    }

    .top-heading {
        font-size: 1.7rem !important;
    }

    .hiw {
        margin-top: 2.6rem !important;
    }

    .footer-link {
        text-align: center !important;
    }

    .convenience-text, .dreamer-project-text {
        order: 2;
    }

    .wcu-mobile-text {
        width: 90% !important;
    }

    .mt-5-mobile {
        margin-top: 3rem !important;
    }

    .wcu-element-left {
        float: unset;
        margin-right: unset;
    }

    .wcu-element-right {
        float: unset;
        margin-left: unset;
    }

    .super-center-left {
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .super-center-right {
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body {
        background-image: url(/img/content-background.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 1040px;
    }

    .triangle-margin-0 {
        margin-top: 80px !important;
    }

    .triangle-margin-close {
        margin-top: 80px !important;
    }

    .triangle-margin-zero {
        margin-top: 80px !important;
    }

    body p, body a, body h6, body span, body button {
        font-weight: 400;
    }

    .aboutus-contactus-font, .aboutus-contactus-font h2, .aboutus-contactus-font h4, .aboutus-contactus-font h5 {
        text-align: left !important;
    }
}
