/*Commercial Video Popup CSS Started*/
.modal-content {
    text-align: left;
    padding: 0;
}

#videoModal.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.video-content {
    background: white;
    max-width: 70%;
    width: 60%;
    height: 65%;
    margin: 10% auto;
    padding: 50px 0px 0px;
    border-radius: 10px;
    position: relative;
    text-align: left;
    bottom: 3%;
    z-index: 9;
}

.video-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 60px;
    cursor: pointer;
    color: black;
    font-weight: 400;
    z-index: 9999;
}

    .video-close:hover {
        color: #333;
    }

.wistia-container {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

h6.video-title {
    position: absolute;
    top: 1px;
    font-size: 26px;
    color: #580f8b;
    margin-top: 35px;
    padding-left: 20PX;
}

body.modal-open {
    overflow: hidden;
}

@media only screen and (max-width: 559px) {
    .video-content {
        bottom: 0%;
        height: 50%;
        max-width: 80%;
        width: 80%;
        top: 18%;
    }

    .wistia-container {
        margin-top: 30px;
    }

    h6.video-title {
        font-size: 20px;
    }

    .modal-open {
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        touch-action: none;
        /* Prevents touch scrolling */
    }
}

/*Commercial Video Popup CSS Ended*/
/*Home Banner CSS Started*/
p.bnr-top-para {
    color: white;
    font-weight: 300;
}

.home-page span.bantitle1 {
    color: white !important;
}

.home-page span.bantitle2 {
    color: white !important;
}

.bantitle {
    padding: 0 0 0;
}

.home-page .Violet a {
    z-index: 1;
    display: block;
    padding: 5px 0px;
}

.home-page .blue-btn {
    background: #1c97ac;
    padding: 0px 25px;
    display: table;
    margin-top: 15px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

    .home-page .blue-btn p {
        font-size: 20px;
        font-weight: bold;
    }

    .home-page .blue-btn p {
        color: #fff;
        position: relative;
        font-size: 21px;
        font-weight: bold;
    }

.home-page .Violet {
    padding: 14px 29px;
}


    .home-page .Violet a:after {
        right: -25px;
        top: 10px;
    }

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .home-banner {
        background-size: cover;
    }

    p.bnr-top-para {
        padding-top: 80px;
    }
}

@media (max-width: 768px) {
    .commercial-home .blue-btn a {
        color: #fff;
        position: relative;
        font-size: 18px;
        font-family: 'Roboto Condensed';
        font-weight: bold;
    }

    .home-page .blue-btn p {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

    .home-page .Violet a {
        right: 0px;
    }
}

@media (max-width: 768px) {
    .container-home {
        display: block;
    }
}

@media (max-width: 560px) {
    .bantitle {
        padding: 0px 15px;
        font-size: 35px !important;
    }

    .home-page span.bantitle1 {
        color: white !important;
        font-size: 35px !important;
        font-weight: 600 !important;
        margin-bottom: 18px;
    }

    .home-page span.bantitle2 {
        color: white !important;
        font-size: 35px !important;
        line-height: 40px !important;
    }

    p.bnr-top-para {
        color: white;
        font-size: 14px;
        padding: 0px 15px;
    }

    #Body .home-page .home-banner {
        background-position: center bottom;
    }

    .banner-btns {
        padding-top: 165px;
        display: flex;
        flex-direction: column;
        padding: 135px 30px 0;
    }

    .home-page .Violet a:after {
        right: 20px;
        top: 3px;
    }

    .home-page .Violet a {
        padding: 0px;
    }
    .innerpage .screener .screener-button::after, .innerpage .screener button::after {
        height: 90%;
    }

}

@media (max-width: 320px) {
    #Body .home-page .home-banner {
        background-size: cover;
    }

    .bantitle {
        line-height: 28px;
    }

    .home-page span.bantitle1 {
        font-size: 24px !important;
    }

    .home-page span.bantitle2 {
        font-size: 24px !important;
    }

    .banner-btns {
        padding: 115px 30px 0;
    }

    .home-page .blue-btn p {
        font-size: 14px;
    }

    .home-page .Violet a {
        font-size: 14px;
    }

        .home-page .Violet a:after {
            right: 10px;
            top: 0px;
        }
}
/*Home Banner CSS Ended*/

/*Inner page CSS Started*/
.rail-cta-inner {
    max-width: 100%;
    padding: 10px 30px;
}

.rail-box-text a {
    padding: 10px;
}

img.callout-card {
    width: 65%;
}

.rail-box-1,
.rail-box-2,
.rail-box-3,
.rail-box-4 {
    height: 220px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;

}

.image-container {
    width: 95%;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 15px;
    overflow: hidden;
}

    .image-container img {
        width: 100%;
        height: auto;
        display: block;
    }

a.btn-commercial {
    cursor: pointer;
}

@media only screen and (width: 768px) {
    .rail-cta-inner img.img-responsive {
        width: 48%;
    }

    .image-container {
        width: 44%;
    }

    a.btn-commercial {
        max-width: 45% !important;
    }
}

/*Inner page CSS End*/
/*Other inline Css*/
p.footer-pi-link {
    margin-bottom: 20px;
}

.EPiServerForms .Form__Element .Form__Element__ValidationError {
    padding: 5px 0 0 10px;
}

.innerpage p.footnote {
    font-size: 14px;
}

.your-ready p {
    font-size: 20px !important;
    line-height: 25px;
}

.your-ready span.blue-button {
    margin: 0px 0 5px;
}

    .your-ready span.blue-button:after {
        top: 0px;
    }

.top-nav ul li a {
    font-weight: 500;
}

#externalpopup .interstitial-content p a {
    color: #414042;
}

sup {
    top: -.4em;
}

/*.rail-box-1 span {
    width: 32%;
}

.rail-box-2 span {
    width: 47%;
}*/

.rail-box-1 .rail-box-text {
    width: 68%;
}

.rail-box-2 .rail-box-text {
    width: 53%;
}

.interstitial-content p strong.hcp {
    color: #188194;
}

.main-nav ul li a {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .rail-box-1 span {
        width: 25%;
    }

    .rail-box-2 span {
        width: 33%;
    }

    .rail-box-1 .rail-box-text {
        width: 75%;
    }

    .rail-box-2 .rail-box-text {
        width: 64%;
    }

    .your-ready p {
        font-size: 18px !important;
        text-align: center;
        line-height: 25px;
    }

    .your-ready span.blue-button {
        margin: 5px 15px;
        font-size: 14px;
    }
}

.innerpage .cta-talk {
    border-bottom: 5px solid #00aecb;
    border-top: 5px solid #00aecb;
    font-size: 24px;
}

@media (max-width: 560px) {
    .rail-box-1 span {
        width: 32%;
    }

    .rail-box-2 span {
        width: 47%;
    }

    .rail-box-1 .rail-box-text {
        width: 68%;
    }

    .rail-box-2 .rail-box-text {
        width: 53%;
    }
}

.FormChoice__Input--Radio[value=Yes]:before, .FormChoice__Input--Radio[value=No]:before {
    color: gray;
}

.FormChoice__Input--Radio[value=No]:checked:before {
    color: #580F8B;
}

.FormChoice__Input--Radio[value=Yes]:checked:before {
    color: #580F8B;
}
.EPiServerForms .ValidationFail legend {
    color: #646464;
}