.modal-backdrop.in {
    opacity: 0.7;
}
.modal-open {
    overflow: auto;
    padding-right: 0px !important;
}
.modal-open .modal {
    padding-right: 0px !important;
}
.modal-dialog {
    width: 626px;
    padding: 0px 15px;
    margin: 30px auto;
}
.modal-dialog .modal-content .modal-header {
    background-color: #FFFFFF;
    padding: 65px 35px 26px;
    border-bottom: 0px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    margin-bottom: -1px;
}
.modal-dialog .modal-content .modal-header .modal-title {
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    font-family: "Poppins SemiBold", sans-serif;
    font-weight: normal;
    text-align: center;
    padding-bottom: 5px;
}
.modal-dialog .modal-content .modal-header .horizontal-line {
    border-top: 1px solid #B2B2B2;
}
.modal-dialog .modal-content .modal-header .close {
    font-family: "Poppins Regular", Arial;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    color: #000000;
    position: absolute;
    top: 15px;
    right: 40px;
    opacity: 1;
    height: 26px;
}
.modal-dialog .modal-content .modal-header .close:focus {
    outline: none;
}
.modal-dialog .modal-content .modal-header .close .close-icon {
    background: url(/c/fiber/img/close_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 10px;
}
.modal-dialog .modal-content .modal-body {
    padding: 0px 35px;
    background-color: #FFFFFF;
}
.modal-dialog .modal-content .modal-body iframe,
.modal-dialog .modal-content .modal-body p {
    border: solid #BEBEBE 1px;
    height: 320px;
    width: 100%;
}
.modal-dialog .modal-content .modal-body p {
    font-family: "Poppins Regular", Arial;
    font-size: 14px;
    line-height: 21px;
    padding: 20px;
    margin: 0px;
    overflow-y: auto;
    color: #000000;
}
.modal-dialog .modal-content .modal-body p a {
    color: #0047BB;
}
.modal-dialog .modal-content .modal-body .modal-form {
    height: 109px;
}
.modal-dialog .modal-content .modal-body .modal-form-instructions {
    color: #000000;
    font-family: "Poppins Regular", Arial;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 9px;
}
.modal-dialog .modal-content .modal-body .modal-input-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #000000;
    font-family: "Poppins SemiBold", Arial;
}
.modal-dialog .modal-content .modal-body .modal-input-label.display-modal-label {
    color: #4D4D4D;
}
.modal-dialog .modal-content .modal-body .modal-input-field {
    border: none;
    outline: none;
    border-bottom: 0.5px solid #000000;
    background-color: #f2f2f2 !important;
    height: 35px;
    padding: 5px 0px;
    display: block;
    width: 100% !important;
    margin-bottom: 5px;
    color: #4D4D4D;
    border-radius: 0 !important;
    font-family: "Poppins Regular", Arial;
    font-size: 14px;
    line-height: 21px;
}
.modal-dialog .modal-content .modal-body .modal-input-field::placeholder {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 21px;
    font-family: "Poppins Regular", Arial;
    opacity: 1;
}
.modal-dialog .modal-content .modal-body .modal-input-field:focus::placeholder {
    color: transparent;
}
.modal-dialog .modal-content .modal-body .modal-input-instructions {
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
    font-family: "Poppins SemiBold", Arial;
    font-weight: normal;
}
.modal-dialog .modal-content .modal-body .modal-error {
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #FC0F1B;
    font-family: "Poppins SemiBold", Arial;
    font-weight: normal;
}
.modal-dialog .modal-content .modal-body .modal-link-wrap {
    font-size: 14px;
    font-family: "Poppins Regular", Arial;
    color: #000000;
    line-height: 21px;
    padding-bottom: 11px;
}
.modal-dialog .modal-content .modal-body .modal-link {
    text-decoration: underline;
    color: #000000;
}
.modal-dialog .modal-content .modal-close {
    height: 75px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-top: 15px;
}
.modal-dialog .modal-content .modal-close .close-button {
    font-size: 14px;
    background-color: #FFC800;
    margin: 0px auto;
    width: 240px;
    color: #000000;
    border: 0px;
    font-family: "Poppins Bold", Arial;
    font-weight: normal;
    line-height: 21px;
    height: 40px;
    display: block;
    border-radius: 26px;
}
.modal-dialog .modal-content .modal-close .close-button:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.modal-dialog .modal-content .modal-close .close-button:focus {
    outline: none;
}
.modal-dialog .modal-content .modal-close .two-button-wrap {
    width: 493px;
    margin: 0 auto;
}
.modal-dialog .modal-content .modal-close .two-button-wrap .close-button:first-child {
    float: left;
    background-color: #E6E7E8;
}
.modal-dialog .modal-content .modal-close .two-button-wrap .close-button:first-child:hover {
    background-color: #000000;
}
.modal-dialog .modal-content .modal-close .two-button-wrap .close-button:last-child {
    float: right;
}
#interstitial {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    background-color: #EEE;
    display: none;
    background-image: url(/assets/images/loading_nc_large.gif);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: auto;
    }
    .modal-dialog .modal-content .modal-header {
        padding: 50px 12px 12px;
    }
    .modal-dialog .modal-content .modal-body {
        padding: 0px 12px;
    }
    .modal-dialog .modal-content .modal-close {
        text-align: center;
        padding: 15px 12px 0px;
    }
    .modal-dialog .modal-content .modal-close.two-button {
        height: 125px;
    }
    .modal-dialog .modal-content .modal-close .close-button {
        width: 100%;
    }
    .modal-dialog .modal-content .modal-close .two-button-wrap {
        width: 100%;
    }
    .modal-dialog .modal-content .modal-close .two-button-wrap .close-button:first-child {
        margin-bottom: 10px;
    }
}
/* Fixes double scroll bar (in desktop) when modal is taller than window */
body.modal-open-scrollbar {
    padding-right: 17px !important;
}
html.modal-open-scrollbar,
html.modal-open-no-scrollbar {
    overflow: hidden;
}