section.chat-block .off-message {
    border: 1px solid #001A4E;
    /*border-radius: 20px;*/
    padding: 60px 30px;
    position: relative;
    margin: 40px 30px;
}

section.chat-block .intro p {
    font-size: 18px;
    line-height: 25px;
}

@media screen and (min-width: 720px) {
    section.chat-block .intro p {
        font-size: 20px;
        line-height: 25px;
    }
}

section.chat-block .off-message .off-message-text{
    width: 60%;
    float: right;
    margin-top: 40px;
}
.off-image {
    width: 35%;
    margin-right:5%;
    float: left;
}

.off-message-icon {
    background-color: #001A4E;
    position: absolute;
    top: -18px;
    left: calc(50% - 90px);
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    padding: 10px 27px;
}

.off-message--issues .off-message-icon{
    left: calc(50% - 99px);
    max-width: 198px;
    text-align: center;
    padding: 10px;
}

section.chat-block .contact-number {
    padding-left: 50px;
    border: 1px solid #001A4E;
    color: #001A4E;
    background: url(assets/icons/phone--banner.png) 10px center/35px auto no-repeat;
    position: absolute;
    background-color: #fff;
    bottom: -26px;
    left: calc(50% - 129px);
}
section.chat-block .contact-number:hover {
    color: #fff;
    background: url(assets/icons/phone--cta.png) 10px center/35px auto no-repeat;
    background-color: #001A4E;
    transition: all 0.25s ease;
}

section.chat-block .off-message p {
    font-size: 22px;
    line-height: 27px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1180px) {
    section.chat-block .off-message p strong {
        font-size: 22px;
        line-height: 27px;
    }
    section.chat-block .off-message .off-message-text {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    section.chat-block .off-message .off-message-text{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .off-image {
        width: auto;
        float: none;
        max-width: 225px;
        margin: 0 auto;
    }
    .off-message-icon {
        padding: 10px;
        left: calc(50% - 72px);
    }
    .off-message .contact-number {
        font-size: 23px;
    }
    section.chat-block .contact-number {
        left: calc(50% - 107px);
    }
}

.popup-alert {
    background-color: #001A4E;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Catamaran', sans-serif;
    padding: 20px 40px 20px 20px;
    line-height: 18px;
    text-align: left;
    position: relative;
    display: none;
}

.bold-popup {
    font-weight: 900;
    text-transform: uppercase;
/*    letter-spacing: 1px;
*/}

.popup-alert-icon {
    float: left;
    margin-right: 30px;
}

.alert-text {
    width: calc(100% - 78px);
    float: left;
    max-width: 750px;
    margin-top: 5px;
}

.alert-text a {
    color: #fff;
}

.popup-alert-container {
    display: table;
    width: 100%;
}

a.close-alert {
    position: absolute;
    top: 10px;
    right: 10px;
}

.alert-text a.extlink sup:after {
    content:'';
}

.alert-text a:hover {
    color: #05749B;
    transition: color 0.25s ease;
}

.close-alert {
    width: 20px;
    height: auto;
    fill: #fff;
}

.close-alert:hover {
    fill: #05749B;
    transition: fill 0.25s ease;
}
