<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1024px) {
    .home-callouts div {
        min-height: 1px !important;
    }
}

@media (min-width: 1025px) {
    .addMargin {
        max-width: 826px !important;
    }
}

@media (max-width: 1024px) {
    .addMargin {
        max-width: 697px !important;
    }
}

@media (max-width: 1023px) {
    .addMargin {
        max-width: 502px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .col-sm-6 {
        width: 49.0%;
    }

    div.tools-and-resources-securechoice .col-md-3 .learn-more {
        width: 200px !important;
    }
}

.addPadding {
    padding: 0px !important;
}

.addMarginClass {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
    padding: 0px;
}

#heading1 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    margin: 45px 0 10px;
    display: block;
}

#heading2 {
    color: #FFFFFF;
    font-size: 16px;
}

#mobileHeader {
    color: #1589BF !important;
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
}

.header {
    color: #FFFFFF !important;
}

.mktb-mobile-bk, .mktb-bk {
    background-image: url('/assets/img/blue-grid-bground.png');
}

#header1 {
    color: #1589BF;
}

.anchor {
    display: block;
    height: 100px; /*same height as header*/
    margin-top: -100px; /*same height as header*/
    visibility: hidden;
}

.link {
    color: #009de0;
    font-family: "Noto Sans Display", Helvetica, sans-serif;
}

.assuranceprogram-header {
    margin: 30px 0px 10px;
}



.previousVideo, .nextVideo {
    position: absolute;
    top: 50%;
    margin-top: -11px;
}



.tabs-nav li a {
    height: 51px;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 20px;
}

.dd-loading {
    background: none repeat scroll 0 0 black;
    position: fixed;
    display: none;
    opacity: 0.5;
    z-index: 1000001;
    /* or, higher left: 0; */
    top: 0;
    height: 100%;
    width: 100%;
}

.ajax-iamge {
    position: absolute;
    left: 50%;
    top: 50%;
}

@media only screen and (max-width:768px) {
    .tabs-nav li {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    #m-menu {
        position: relative !important;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .bg-image-v1 {
        background-attachment: scroll !important;
    }
}
</pre></body></html>