/**umb_name:Blue type*/
.BlueType {
    color: #00539B !important;
}

/**umb_name:Career Form*/
.CareerForm {
}

/**umb_name:Disclosures*/
.Disclosures {
    font-size: 12px;
    color: #565A5C;
    display: inline-block;
    line-height: 120%;
}

/**umb_name:Header 5 Blue*/
.Header5Blue {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 3px;
    color: #00539B;
}

/**umb_name:Image size*/
img {
    max-width: 100%;
}

/**umb_name:Indent List*/
.IndentList {
    margin-left: 3%;
}

/**umb_name:Mission*/
.Mission {
    font-size: 14px;
    line-height: 120%;
    display: inline-block;
}


.resource-card {
    background-color: #fff;
    border-top: 5px solid #00539B;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.resource-card__content {
    padding: 20px 20px 12px;
}

.resource-card__arrow {
    float: right;
    background-color: #b1132b;
    margin-top: -10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.resource-card h5 {
    margin-top: 0
}

.resource-card a {
    display: block;
    color: #fff;
    letter-spacing: 2px;
    background-color: #E31837;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase
}

a.resource-card__link {
    padding-right: 0px;
}

.cards td {
    font-size: 13px !important;
    line-height: 23px !important;
    background-color: #ffffff !important;
    margin: 10px !important;
}

.smartBlog .postList .post > a {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .lob__service:nth-of-type(odd) .promo-image-w-cta__content div[class^=col] {
        margin-right: auto;
        margin-left: auto
    }

    .resource-card {
        margin-bottom: 30px
    }

    .resource-card__content {
        min-height: auto
    }
}


/**umb_name:Underline*/
.underline {
    text-decoration: underline !important;
}

.addeventatc.btn-primary-red {
    margin-top: 15px;
    color: #fff !important;
    background-color: #E31837 !important;
    border-color: #E31837 !important;
    z-index: 1 !important;
    box-shadow: none !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -khtml-border-radius: 2px !important;
    border-radius: 2px !important;
    font-weight: 500 !important;
    font-family: BrandonGrotesque, Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 14px !important;
    padding: 14px 21px 12px 53px !important;
    line-height: 1.42857 !important;
}

.addeventatc.btn-primary-red:hover {
    color: #fff !important;
    background-color: #D11633 !important;
    border-color: #D11633 !important;
}

.addeventatc.btn-primary-red .addeventatc_icon {
    left: 22px !important;
    top: 13px !important;
    background: url("/images/icon-calendar-t1.svg");
}

.addeventatc_dropdown {
    width: auto !important;
}

.addeventatc_dropdown .frs a {
    display: none !important;
}

.addeventatc_dropdown .ateappleical {
    background: url("/images/mobileIcon.svg") no-repeat !important;
    background-position: 16px 7px !important;
    background-size: 25px 30px !important;
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

/*X logo*/

.social-icon__icon--RSS:before {
    background-image: url(../Images/x-logo.svg);
    background-size: 16px;
    background-position: center;
}

.social-icon__icon.social-icon__icon--RSS--blue:before {
    background-image: url(../Images/x-logo-blue.svg);
    background-size: 16px;
    background-position: center;
}

.promotional-tile__image {
    width: auto;
    min-width: 100%;
    max-width: inherit;
    object-fit: cover;
}

.promotional-tiles__item--promoBig {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
}

.promotional-tiles__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.promotional-tiles__item--promoSmall {
    height: 230px;
}

.promotional-tiles__list .col-sm-6:first-child {
    width: 520px;
}

.promotional-tiles__list .col-sm-6 {
    width: auto;
}

.promotional-tiles__list .col-sm-6:nth-child(2) .row .col-xs-6 {
    width: 260px;
}

@media screen and (min-width: 992px) {
    .promotional-tiles__item--promoBig {
        width: 490px;
        height: 490px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .promotional-tiles__list .col-sm-6:nth-child(2) .row .col-xs-6 {
        width: 260px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .promotional-tiles__list .col-sm-6:first-child {
        width: 100%;
    }

    .promotional-tiles__list .col-sm-6:nth-child(2) .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .promotional-tiles__list .col-sm-6 .row .col-xs-6 {
        width: 260px;
    }

    .promotional-tiles__item--promoBig {
        width: 490px;
        height: 490px;
    }

}

@media (max-width: 767px) {

    .promotional-tiles > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .promotional-tiles__list .col-sm-6:nth-child(2) .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .promotional-tiles__item--promoBig, .promotional-tiles__item--promoSmall {
        height: calc(100vw - 67px);
    }

    .promotional-tiles__list .col-sm-6:first-child {
        width: 100%;
    }

    .promotional-tiles__list .col-sm-6:nth-child(2) .row .col-xs-6 {
        /*width: 50%;*/
        width: 100%;
    }

    .community-showcase__cards > div {
        margin-bottom: 30px;
    }

    .promotional-tiles__item--promoSmall {
        max-width: inherit;
    }

    .promotional-tile__image {
        width: auto;
        max-width: inherit;
        min-width: 100%;
        object-fit: cover;
    }

    .community-showcase, .homepage__promotional-tiles {
        padding: 10px 0;
    }

    .promotional-tiles__list .col-sm-6:first-child, .promotional-tiles__list .col-sm-6 {
        width: 100%;
    }

}

@media (max-width: 500px) {

    .promotional-tiles__list .col-sm-6 .row .col-xs-6 {
        width: 100%;
    }

}

.header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 25;
    transition: top 0.3s;
}

.header.header-relative {
    position: relative !important;
    top: 0 !important;
}

@media (min-width: 992px) {

    .header.header-small-view {
        top: -50px;
    }

    .header.header-relative {
        position: relative !important;
        top: 0 !important;
    }

}

#js-lob-subnav .back-to-top {
    width: 20px;
    height: 35px;
    margin-left: 7px;
    font-size: 0;
    background-color: #fff;
    background-image: url(../Images/icon-top-arrow.svg);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #565A5C;
    border-radius: 2px;
}

#js-lob-subnav .back-to-top:hover {
    background-color: rgba(86, 90, 92, .08);
}

@media (max-width: 767px) {
    #js-lob-subnav .container {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 400px) {
    #js-lob-subnav .subnav__btn:last-child {
        width: 100%;
    }
}

#js-lob-subnav .back-to-top:focus, #js-lob-subnav .back-to-top:active {
    box-shadow: none;
    outline: none;
}

@media screen and (max-width: 479px) {
    .promotional-tile__content {
        padding-right: 55px;
    }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
    .promotional-tile__content {
        padding-right: 55px;
    }
}

.text-with-transparent-background .text-container {
    display: flex;
}

.text-with-transparent-background .text-container .text-wrapper {
    padding: 20px;
    color: #5e5e5e;
    background-color: rgba(255, 255, 255, 0.9);
}

.text-with-transparent-background .text-container .text-wrapper h1,
.text-with-transparent-background .text-container .text-wrapper .hero-image-w-cta__body,
.text-with-transparent-background .text-container .text-wrapper .btn-ghost,
.text-with-transparent-background .text-container .text-wrapper .hero-image-w-cta {
    color: #5e5e5e;
    text-shadow: none;
    border-color: #5e5e5e;
}

.text-with-transparent-background {
    overflow: hidden;
}

.text-with-transparent-background:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1508px;
    width: 100%;
    height: 8px;
    background: url(../Images/bg-swoosh-repeater.png) repeat-x left top;
}

.text-with-transparent-background.text-block-right:after {
    left: auto;
    right: 1508px;
}

.text-with-transparent-background .hero-image-w-cta__content {
    bottom: 25px;
}

.text-with-transparent-background .text-container {
    padding-left: 0;
    padding-right: 0;
}

.text-with-transparent-background.text-block-right .text-container {
    justify-content: flex-end;
}

.text-with-transparent-background.text-block-center .text-container {
    justify-content: center;
}

.text-with-transparent-background [class*=hero-]:not(.container):not(.container-fluid) {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.text-with-transparent-background:before {
    height: 143px;
    background: url(../Images/bg-swoosh-left.png) no-repeat left bottom;
}

.text-with-transparent-background.text-block-right:before {
    background-image: url(../Images/bg-swoosh-right.png);
    background-position: right bottom;
}

@media (max-width: 991px) {

    .carousel-section .slideshow__controls {
        display: none;
    }

}

@media (max-width: 767px) {

    .text-with-transparent-background {
        display: flex;
        align-items: flex-end;
    }

    .text-with-transparent-background:before, .text-with-transparent-background:after {
        display: none;
    }

    .text-with-transparent-background .hero-image-w-cta__content {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .text-with-transparent-background .text-container {
        justify-content: center !important;
        position: relative;
        background-color: #3375af;
    }

    .text-with-transparent-background .text-container .text-wrapper {
        position: relative;
        /*width: 100%;*/
        padding: 0 20px 20px;
        text-align: center;
        background-color: #3375af;
    }

    .text-with-transparent-background .text-container .text-wrapper .btn-ghost {
        padding: 0;
        box-shadow: none;
        border: none;
        text-decoration: underline;
    }

    .text-with-transparent-background .text-container:before {
        content: '';
        position: absolute;
        left: 0;
        top: -114px;
        width: 100%;
        height: 140px;
        background: url(../Images/curve-left-solid.png) no-repeat left top;
    }

    .text-with-transparent-background.text-block-right .text-container:before {
        background: url(../Images/curve-right-solid.png) no-repeat right top;
    }

    .text-with-transparent-background .text-container .text-wrapper > * {
        position: relative;
    }

    .text-with-transparent-background .text-container .text-wrapper h1,
    .text-with-transparent-background .text-container .text-wrapper .hero-image-w-cta__body,
    .text-with-transparent-background .text-container .text-wrapper .btn-ghost,
    .text-with-transparent-background .text-container .text-wrapper .hero-image-w-cta {
        color: #fff;
        border-color: #fff;
    }

    .text-with-transparent-background [class*=hero-] {
        position: static !important;
    }

    .text-with-transparent-background .container, .text-with-transparent-background .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .text-with-transparent-background.hero-image-w-cta {
        min-height: 600px;
    }

}

@media (min-width: 992px) {

    .text-with-transparent-background .container-fluid .text-wrapper {
        margin: 0 50px;
    }

}

@media (max-width: 520px){
    .text-with-transparent-background .text-container:before {
        top: -95px;
        height: 120px;
    }
}