﻿
@media (min-width: 1400px) {
    .cx-container-xxl, .cx-container-xl, .cx-container-lg, .cx-container-md, .cx-container-sm, .cx-container {
        max-width: 1320px;
    }
}

.cx-container, .cx-container-fluid, .cx-container-xxl, .cx-container-xl, .cx-container-lg, .cx-container-md, .cx-container-sm {
    width: 100%;
    padding-right: var(--sgds-gutter-x, 0.75rem);
    padding-left: var(--sgds-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.external-link::after {
    content: "\f1c5"; /* Unicode character for a Bootstrap external-link icon */
    font-family: 'bootstrap-icons'; /* Specify the Bootstrap Icons font-family */
    margin-left: 5px; /* Add spacing between the link text and icon */
}


/* FOOTER */
#footer {
    background-color: #3a3a3a;
    padding-top: 1.25rem;
}

#footer .footer__top-info__brand {
    font-size: 31px;
    line-height: 1.3;
    letter-spacing: -1px;
    color: #fff;
    font-family: "Barlow Medium", sans-serif;
    margin-bottom: 32px;
}

#footer .footer__top .rich-text {
    color: #fff;
    padding: 0;
}

.rich-text {
    width: 100%;
}

#footer .footer__top-info p {
    margin-top: 0;
}

.rich-text ol,
.rich-text p,
.rich-text ul {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

.rich-text .button,
.rich-text .button-link,
.rich-text button,
.rich-text figure,
.rich-text img,
.rich-text p {
    margin-bottom: 1rem;
}

#footer .footer__top-info p.footer__top-info__phonenumber {
    font-size: 18px;
    letter-spacing: -0.2px;
    font-family: Barlow-Bold, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rich-text .button-link:last-child,
.rich-text .button:last-child,
.rich-text button:last-child,
.rich-text figure:last-child,
.rich-text img:last-child,
.rich-text p:last-child {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 700;
}

.rich-text a {
    cursor: pointer;
    text-decoration: none;
    color: #006ceb;
    font-family: "Barlow Semi-bold", sans-serif;
}

.rich-text .button-link:last-child,
.rich-text .button:last-child,
.rich-text button:last-child,
.rich-text figure:last-child,
.rich-text img:last-child,
.rich-text p:last-child {
    margin-bottom: 0;
}

.pt-component-d40-m20 {
    padding-top: 2.5rem;
}

.pb-component-d40-m20 {
    padding-bottom: 1.25rem;
}

#footer .footer__top-info p.footer__top-info__phonenumber span {
    font-size: 18px;
    letter-spacing: -0.2px;
    font-family: Barlow, sans-serif;
}

#footer .footer__top-info__description {
    font-size: 16px;
    max-width: 330px;
    opacity: 0.7;
    margin-top: 20px;
    line-height: 1.6;
}

#footer .footer__top-link ul a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: "Barlow Semi-bold", sans-serif;
    line-height: 2.44;
    padding-left: 0;
}

#footer ul {
    list-style-type: none;
}

#footer .footer__top-subscribe {
    margin-bottom: 32px;
    width: auto;
}

.rich-text .font-size-d25-m20 {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

#footer .footer__top-subscribe-cta {
    background-color: #006ceb;
    display: inline-block;
    font-size: 18px;
    line-height: 2.44;
    font-family: "Barlow Semi-bold", sans-serif;
}

#footer .footer__top-subscribe-sm-cta {
    background-color: #006ceb;
    display: inline-block;
    font-size: 18px;
    line-height: 2.44;
    font-family: "Barlow Semi-bold", sans-serif;
}

.footer__bottom-info {
    color: #aaaaaa;
}

.button-link {
    text-align: center;
    background: #006ceb;
    position: relative;
}

.button-link--primary a {
    z-index: 2;
    position: relative;
    display: block;
}

.button-link a {
    display: block;
    line-height: 56px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 0 24px;
    font-family: "Barlow Semi-bold", sans-serif;
}

.button-link--primary::after {
    content: "";
    position: absolute;
    background-color: #0055b8;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    transition: width 0.3s ease-in;
}

.button-link--primary-footer {
    transition: color 0.3s ease-in;
}

.button-link--primary-footer:hover {
    color: #85bdff;
}

.button-link--primary-footer:hover::after {
    width: 100%;
}

#footer .container {
    padding-right: 16px;
    padding-left: 16px;
    max-width: unset;
}

#footer .container .row {
    margin-right: -16px;
    margin-left: -16px;
}

#footer .row > * {
    padding-right: 16px;
    padding-left: 16px;
}

#footer .container .row .container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

#footer .w-100.pt-component-d40-m20 .container {
    margin-left: auto !important;
    margin-right: auto !important;
}

#footer .w-100.pt-component-d40-m20 .container.m-3 > .row > .col-12 {
    padding: 0;
}

#footer .footer__top-additional {
    display: block;
    padding-right: 0;
}

#footer .footer__top-social > .component-content {
    display: flex;
    align-items: center;
}

#footer .footer__top-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}

#footer .footer__top-social-sm > .component-content {
    display: flex;
}

#footer .footer__top-social-sm ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}

#footer .footer__top-subscribe-cta {
    background-color: #006ceb;
    display: inline-block;
    font-size: 18px;
    line-height: 2.44;
    font-family: "Barlow Semi-bold", sans-serif;
}

#footer .footer__top-subscribe-sm-cta {
    background-color: #006ceb;
    display: inline-block;
    font-size: 18px;
    line-height: 2.44;
    font-family: "Barlow Semi-bold", sans-serif;
}

.footer__bottom-info {
    color: #aaa;
    font-size: 14px;
    margin-left: auto;
    text-align: right;
}

#footer .footer__bottom-info p {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

#footer .footer__top-info p.footer__top-info__phonenumber {
    font-size: 18px;
    letter-spacing: -0.2px;
    font-family: Barlow-Bold, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer .footer__top-info p.footer__top-info__phonenumber a {
    color: #fff;
}

#footer .w-100 {
    padding-left: 0;
    padding-right: 0;
}

#footer .footer__top-info p.footer__top-info__phonenumber span {
    font-size: 18px;
    letter-spacing: -0.2px;
    font-family: Barlow, sans-serif;
}

#footer .footer__top-info__description {
    font-size: 16px;
    max-width: 330px;
    opacity: 0.7;
    margin-top: 20px;
    line-height: 1.6;
}

#footer .footer__top-info__description {
    font-size: 16px;
    max-width: 330px;
    opacity: 0.7;
    margin-top: 20px;
    line-height: 1.6;
    letter-spacing: 0;
}

#footer .footer__top-link ul a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: "Barlow Semi-bold", sans-serif;
    line-height: 2.44;
    padding-left: 0;
}

#footer ul {
    list-style-type: none;
    padding: 0;
}

#footer .list-vertical.footer__top-link ul {
    margin: 0;
}

#footer .footer__top-subscribe {
    margin-bottom: 32px;
}

#footer .footer__top-subscribe .rich-text .font-size-d25-m20 {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

#footer .footer__top-subscribe p {
    margin-top: 0;
    font-family: "Barlow Medium";
    margin-bottom: 16px;
}

#footer .footer__top-social-contact li {
    margin-left: 0 !important;
}

#footer .footer__top-social ul a.cta-bottom {
    font-size: 16px;
    font-family: "Barlow Semi-bold", sans-serif;
    line-height: 2.44;
    color: #fff;
    text-decoration: none;
    padding-left: 0;
    margin-right: 24px;
}

#footer .footer__top-social ul a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding-left: 0;
}

#footer .footer__divider {
    width: 100%;
    height: 1px;
    background-color: #aaa;
    margin: 32px 0;
}

#footer .footer__bottom .row {
    align-items: flex-start;
}

#footer .footer__bottom-link ul {
    display: flex;
    justify-content: space-between;
    max-width: 660px;
    padding-left: 0;
}

#footer .footer__bottom-link ul li {
    padding-right: 16px;
    line-height: 1.86;
}

#footer .footer__bottom-link ul a {
    text-decoration: none;
    color: #aaa;
    font-size: 14px;
    font-family: "Barlow Semi-bold", sans-serif;
    white-space: nowrap;
    padding-left: 0;
}

.social-icons img {
    margin: -5px 24px 0 0;
    width: 20px;
    height: auto;
}

#footer .footer__top-social-sm {
    display: none;
}

#footer .footer__top-subscribe-sm {
    display: none;
}

#footer .footer-divider-sm {
    display: none;
}

/*media queries starts */

@media screen and (max-width: 768px) {
    #footer .footer__top-social-sm {
        display: none;
    }

    #footer .footer__top-subscribe-sm {
        display: block;
    }

    #footer .footer-divider-sm {
        display: block;
    }

    #footer .footer__top-additional {
        padding-top: 10px;
    }

    #footer .footer__top-info {
        margin-bottom: 16px;
        /*padding-top: 20px;*/
        /*border-top: 1px solid #aaa;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rich-text ol,
    .rich-text p,
    .rich-text ul {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: -0.2px;
    }

    #footer .footer__top-social .component-content {
        flex-wrap: wrap;
    }

    #footer .footer__top-social ul {
        width: 100%;
        flex: 0 0 100%;
    }

    #footer .footer__top-social-contact li:not(:last-of-type) {
        margin-right: 24px;
    }

    #footer .footer__top-social ul a.cta-bottom {
        margin-right: 0;
    }

    #footer .footer__bottom-link ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #footer .footer__bottom-link ul li {
        line-height: 1.5;
    }
}

@media screen and (min-width: 992px) {
    .pb-component-d40-m20 {
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 1200px) {
    #footer .container {
        width: 86%;
    }
}

@media (max-width: 1439px) {
    #footer .footer__top-social > .component-content {
        display: block;
    }

    #footer .footer__top-social > .component-content ul + ul {
        margin-top: 16px;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 992px) {
    #footer .footer__top-social .footer__top-social-contact {
        display: block;
    }

    #footer .footer__bottom-link ul {
        display: block;
    }

    #footer .footer__bottom-info {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    #footer .footer__top-subscribe .rich-text .font-size-d25-m20 {
        width: 46%;
    }
}



/*#region 20230925 Janice - New JTC Header*/
.navbar-main {
    display: flex;
    justify-content: flex-end;
}

/*Align JTC Main Menu*/
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}


/*To set menu below the menu bar - Manage*/
.csp-nav-wrapper .navbar-light .dropdown-menu {
    width: 360px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 0;
    margin: 0;
    top: 47px;
    background-color: #212529;
}


/*To move Subcribe Button below JTC title*/
/*@media screen and (max-width: 768px) {*/

    /*20231009 Janice - From bootstrap.min.css*/
    /*#footer .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5)
    }

    #footer .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

    #footer .footer__top-info__brand {
        margin-left: -6px;
    }

    #footer .footer__top-additional {
        order: -1;*/ /*set to upper level*/
        /*position: static;
        margin-left: 5px;
        max-width: 100% !important;
    }

    #footer .footer__top-info {
        margin-bottom: 16px;
        padding-top: 20px;
        border-top: 1px solid #aaa;
    }

    #footer .footer__top-social-sm {
        display: flex;
    }

    #footer .footer__top-social-sm > .component-content {
        display: block;
    }

    .footer__top-social-contact {
        display: block !important;
    }

    #footer .footer__bottom-link ul {
        flex-wrap: wrap;
        max-width: 100%;
    }

    #footer .footer__bottom-link ul li {
        flex: 1 1 100%;
        padding: 8px 0;
    }

    #footer .footer__bottom-info {
        margin-top: 32px;
        margin-left: 0;
        text-align: left;
    }


    .footer__top-social-contact {
        margin-top: 20px;
        margin-left: 6px;
    }

    .footer__top-social-contact li a {
        color: #fff;
        font-size: 16px;
        font-family: "Barlow Semi-bold", sans-serif;
        line-height: 2.44;
        text-decoration: none;
        padding-left: 0;
    }
}*/

.jtcImg {
    margin-top: -5px !important;
    height: auto !important;
}
/*#endregion*/