/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap'); */

html {
    font-size: 17px;
    scroll-behavior: smooth;
}

body {
    font-family: "Lato", sans-serif;
}

h1, h2, h3 {
    font-weight: 900;
}

h3 {
    font-size: 1.25rem !important;
}

select,
#Country,
#State {
    appearance: menulist;
}
a {
    text-decoration: none;
}

/* Nav */
.main-menu {
    padding: 10px 3% 10px 3%;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fixed-nav {
    padding: 0.1rem 2% 0.1rem 2%;
    background-color: rgba(0, 60, 98, 0.85);
}

.main-menu li {
    margin-left: 2.4rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: 500;
    font-size: 1.14rem;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0);
}

    .navbar-dark .navbar-nav .nav-link:hover {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: #319b42;
        color: white;
    }

    .navbar-dark .navbar-nav .nav-link.active {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

.navbar-brand img {
    max-height: 55px;
}

.yborder {
    border-bottom: 6px solid #ffdd4e;
    background-color: #003661;
}

#country {
    border-radius: 0px;
    min-height: 50px;
}

#state {
    border-radius: 0px;
    min-height: 50px;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

.err-border {
    border-color: #ff0000 !important;
}

.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.loading-gif {
    align-self: center;
    width: 120px;
}

.thank-you {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 10px;
}

#companies {
    color: #007bff;
    cursor: pointer;
}

    #companies:hover {
        text-decoration: underline;
    }

#companyModal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.lanspacer {
    padding-top: 10px;
    padding-bottom: 10px;
}

    #companyModal div {
        background-color: #fff;
        padding: 25px;
        border-radius: 25px;
    }

.modal-heading {
    display: flex;
    justify-content: flex-end;
}

#modal-close {
    cursor: pointer;
}

#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff !important;
    background: #bf1722;
    z-index: 10000
}

    #skiptocontent a:focus {
        top: 0
    }

@media (max-width: 991.98px) {

    .fixed-top {
        background-color: rgba(0, 60, 98, 0.85);
    }

    .fixed-nav {
        padding: 0.75rem 1%;
    }

    .main-menu li {
        margin-left: 0;
    }

    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-nav {
        padding: .5rem 0 0;
    }
}
/* End Nav */

/* Subpage Header & Content */
.subpage-header {
    background: url(Images/subpage-header.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 140px 0 40px 0;
}

    .subpage-header:before {
        content: "";
        background: rgba(4, 8, 29, 0.5);
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

.subpage-content > h2 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin: 20px 0 20px;
}

.subpage-content > h3 {
    font-size: 1.4rem;
    margin: 14px 0;
}

.subpage-content > h4 {
    font-size: 1.1rem;
    margin: 12px 0;
}

.subpage-content > p {
    margin-bottom: 14px;
}
/* End Subpage Header & Content */


.hero {
    padding: 14vw 0 10vw;
    margin: 0 auto;
    background-color: #00558c;
    background-image: url(./Images/hero-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .hero::before {
        background-color: rgba(0, 60, 98, 0.3);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

.hero-content {
    color: white;
}

    .hero-content p {
        max-width: 650px;
    }

.content-pad {
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .hero {
        padding: 160px 0 80px;
        background-position: center center;
    }
}




/* Feature Area */
.feature-box {
    box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
    border-radius: 2px;
    background: #fff;
    padding: 45px 0px;
    margin-top: -30px;
    margin-bottom: 80px;
    z-index: 22;
    position: relative;
}

    .feature-box .col-lg-4:last-child .box-item:before {
        display: none;
    }

.box-item:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: -15px;
    top: 0px;
    border-right: 5px dotted #eee;
}

.box-item {
    padding: 0px 1.5rem .25rem;
    position: relative;
}

    .box-item i {
        display: block;
        text-align: center;
        font-size: 3rem;
        margin-bottom: .5rem;
        color: #00558c;
    }

    .box-item h3 {
        font-size: 1.25rem;
        letter-spacing: -.5px;
        text-align: center;
        padding-bottom: .5rem;
        margin-bottom: .5rem;
        border-bottom: 1px solid #eee;
    }

    .box-item p {
        color: #51545f;
        text-align: center;
    }


.cta {
    display: flex;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    padding: 1rem 0;
    margin: 2rem 0;
    gap: 13px;
}

.cta-title {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    color: #00558c;
    margin-bottom: .5rem;
}

.cta-subtext {
    font-size: 1.15rem;
    color: #888;
    font-style: italic;
    line-height: 1.1;
}

.cta-btn {
    position: relative;
}

    .cta-btn a {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

@media screen and (max-width: 1199px) {
    .cta {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
        border: 1px solid #ddd;
        background-color: #f3f3f3;
    }

    .cta-title {
        margin-bottom: .5rem;
    }

    .cta-btn {
        margin-top: 1rem;
    }

        .cta-btn a {
            top: 0;
            transform: translateY(0);
        }
}
/* End Feature Area */

/* FAQ */
#faq {
    background-image: url(./Images/faq-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #faq .accordion-item {
        background-color: transparent;
        border: none;
        margin-bottom: .5rem;
    }

    #faq .accordion-body {
        color: #fff;
    }

    #faq button {
        background-color: transparent;
        color: white;
        font-weight: 900;
        font-size: 1.3rem;
        padding: 1.5rem;
    }

        #faq button:hover,
        #faq button:focus {
            background-color: #319B42;
        }

    #faq .accordion-header {
        padding: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all .5s;
    }

    #faq .accordion-button:focus {
        box-shadow: none;
        outline: none;
    }

    #faq .accordion-button::after {
        background-image: none;
    }

    #faq button::after {
        position: absolute;
        top: 50%;
        right: .5rem;
        transform: translateY(-50%);
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transition: all .5s;
    }

    #faq button.collapsed::after {
        transform: translateY(-50%) rotate(180deg);
    }
/* End FAQ */



/* Form section */
.form-container {
    padding: 100px 0 0 0;
    background-color: #f7f7f7;
}

.form-group {
    /*margin-bottom: auto;*/
    margin-bottom: 17px !important;
}

    .form-group label {
        margin-bottom: 0.25rem;
    }

    .form-group input,
    .form-group select {
        height: 50px;
        width: 100%;
        border: 1px solid #ced4da;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        padding: 0px 20px;
        font-size: 16px;
        /*color: #000;*/
        font-family: "Lato", sans-serif;
    }

        .form-group input.placeholder {
            font-size: 16px;
            color: #495057;
            font-family: "Lato", sans-serif;
        }

        .form-group input:-moz-placeholder {
            font-size: 16px;
            color: #495057;
            font-family: "Lato", sans-serif;
        }

        .form-group input::-moz-placeholder {
            font-size: 16px;
            color: #495057;
            font-family: "Lato", sans-serif;
        }

        .form-group input::-webkit-input-placeholder {
            font-size: 16px;
            color: #495057;
            font-family: "Lato", sans-serif;
        }

        .form-group input:focus {
            border-color: #7f7f7f;
        }

.input-validation-error {
    border-color: rgb(255, 0, 0) !important;
}

.form-checkbox {
    padding-left: .75rem;
    align-items: center;
}

    .form-checkbox label {
        margin-bottom: 0;
    }
/* End Contact Us Area css */


.submit-order {
    font-weight: 600;
}


/* Footer Area css*/
.page-footer {
    background: #255878;
    overflow: hidden;
    padding: 1rem 0;
}

.footer-nav {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.footer-link {
    color: white;
    padding: .25rem 1rem;
    display: flex;
    align-items: center;
    transition: .3s;
    text-decoration: none;
}

    a.footer-link:hover {
        background-color: rgba(0,0,0,.2);
        text-decoration: none;
    }

.copyright-text {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
/* End Footer Area css */


@media (max-width: 991.98px) {
    .words-wrap {
        font-size: 1.2rem;
    }

    .video-hero-content > h2 {
        font-size: 1.75rem;
    }

    .box-item h4 {
        font-size: 1.25rem;
        text-align: left;
        padding: 0;
    }
}

/* // Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar-brand {
        margin-right: 0;
        width: 240px;
    }

    .fixed-nav {
        background-color: rgba(0, 60, 98, 1);
    }
}

/* // Extra small devices (portrait phones) */
@media (max-width: 376px) {
    body {
        font-size: 14px;
    }
}

/* Forms page */
.forms-content {
    background-color: #00558c;
    padding-top: 140px;
    flex-grow: 1;
}

.downloads {
    position: relative;
    background-color: #00558c;
    padding: 4rem;
    max-width: 520px;
    background-image: url(/Content/Images/downloads-bg.jpg);
    background-size: cover;
    border-radius: 1rem;
    border: 1px solid #fed141;
    margin: 0 auto;
}

    .downloads .icons {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        margin-bottom: 2.25rem;
    }

        .downloads .icons > .icons-plus {
            padding-top: .25rem;
            font-size: 4.5rem;
        }

        .downloads .icons > div {
            color: #FED141;
            text-align: center;
            font-size: 1.2rem;
            font-weight: bold;
            letter-spacing: -.25px;
            line-height: 1.2;
            max-width: 138px;
        }

        .downloads .icons img {
            max-width: 100%;
            max-height: 110px;
            display: block;
            margin: 0 auto 1rem;
        }

.forms-label {
    color: #fff;
    padding-left: .75rem;
}

.state-code-group {
    display: flex;
    flex-direction: column;
}

.downloads .custom-select,
.downloads .code-input {
    color: white;
    background-color: rgba(0,0,0,.05);
    border: 1px solid rgba(254,209,65,.7);
    border-radius: 1.5rem;
    font-size: 19px;
    height: auto;
}

.downloads .custom-select {
    padding: .375rem 1.75rem .5rem 1rem;
    background-size: .75rem;
    transition: all .3s;
}

    .downloads .custom-select option {
        background-color: #00163b;
    }

.downloads .code-input {
    max-width: 130px;
    margin-left: 16px;
    padding-left: 1rem;
}

    .downloads .code-input::placeholder {
        color: white;
    }

    .downloads .custom-select:hover,
    .downloads .code-input:hover,
    .downloads .custom-select:focus,
    .downloads .code-input:focus {
        border-color: white;
    }

.downloads .btn-download {
    border-radius: 1.5rem !important;
    font-size: 19px;
    background-color: rgba(254, 209, 65, .9);
    color: #00426b;
    font-weight: bold;
}

    .downloads .btn-download:hover {
        background-color: rgba(254, 209, 65, 1);
    }

.message, .message-es {
    width: 100%;
    color: #ffdd43;
}

@media screen and (max-width: 500px) {
    .downloads {
        padding: 2rem 1.5rem;
    }

        .downloads .icons img {
            max-width: auto;
            max-height: 80px;
            display: block;
            margin: 0 auto .5rem;
        }
}

/* Blogs */

.page-title {
    margin: 0 0 -1px 0;
    padding-bottom: 15px;
    border-bottom: rgba(0,0,0,0.07) 1px solid;
    display: inline-block;
}

.blogbox {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    font-size: .85em;
    padding: 40px;
    border-radius: 10px;
    line-height: 22px;
    padding-bottom: 40px;
    box-shadow: 1rem 1rem 0 rgba(0,0,0,.03);
}

.art__backtext {
    padding-top: 0px;
    text-decoration: none;
    font-size: 1.3em;
    flex-grow: 3;
    font-weight: 300;
}

.art__datebottom {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 5px dotted #eee;
}

.art__author {
    margin-bottom: 2px;
    font-size: 20px;
}

.art__about-author {
    background-color: #f4f4f4;
    padding: 16px;
    margin-top: 32px;
}

    .art__about-author h3 {
        border-bottom: 2px dotted #ddd;
        margin: 4px 0 10px 0;
        padding-bottom: 4px;
    }


.libarticlepage {
    /*margin-top: 50px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}



    .libarticlepage > div {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-bottom: 30px;
    }



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .libarticlepage > div {
        display: block;
    }
}

div.menu_logo img {
    margin: -5px 0 11px 30px;
}


.leftblock {
    display: block;
    padding: 10px 0;
    height: 200px;
    background-color: #efefef;
}

.blogbut {
    width: 100px !important;
    margin-top: 20px;
}

.art__spacer-below {
    margin-bottom: 40px;
}

.art__spacer-above {
    margin-top: 40px;
}

/*Refer Page*/

.refer {
    min-height: calc(100vh - 96px);
    background-color: rgba(0, 60, 98, .85) !important;
}

    .refer #order-kit {
        background-color: transparent !important;
    }

    .refer .container {
        background-color: #f7f7f7;
        padding-top: 30px;
    }

@media (max-width: 767px) {
    .refer {
        height: 100%;
        background-color: #f7f7f7 !important;
    }
}

.lang-link {
    cursor: pointer;
}

.alt-link-icon {
    width: 36px;
    margin-left: 5px;
}

#CPRA {
    scroll-margin-top: 5rem;
}