/**********************
Incident Intervention Resources Template
**********************/

.incident-resource-section {
    padding-top: 80px;
}

.incident-resource-section:last-of-type {
    padding-bottom: 80px;
}

.incident-resource-section .section-heading {
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.incident-resource-section .resources {
    text-align: center;
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
}

.incident-resource-section .resource a.link {
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
}
.incident-resource-section .resource a.link:first-of-type {
    margin-bottom: 6px;
}

.incident-resource-section .resources .resource .title {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 15px;
}


.incident-resource-section.pdf .resource .image,
.incident-resource-section.guides .resource .image {
    max-width: 212px;
    margin: auto;
}
    
.incident-resource-section .resource img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .incident-resource-section .resources {
        row-gap: 70px;
    }
    .incident-resource-section.guides .resources {
        grid-template-columns: repeat(2, 1fr);
    }
    .incident-resource-section.video .resources {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 30px;
    }
    .incident-resource-section.pdf .resources {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) {
    .incident-resource-section.guides .resources {
        grid-template-columns: repeat(3, 1fr);
    }
    .incident-resource-section.pdf .resources {
        grid-template-columns: repeat(4, 1fr);
    }
}


/**********************
Services Journeys - https://workcare.com/services/
**********************/
.services-government.bg-image-with-parallax {
    position: relative;
}

.services-government.bg-image-with-parallax h2 {
    color: #0e7db5;
    margin-bottom: 16px;
}

.services-government.bg-image-with-parallax p {
    margin-bottom: 16px;
}

.services-government.bg-image-with-parallax p:last-of-type {
    margin-bottom: 0;
}

.services-government.bg-image-with-parallax:before {
    background: unset;
}

.services-government.layout-copy-with-white-bg p {
    padding: 55px 0;
    font-size: 20px;
    font-weight: bold;
    color: #0e7db5;
    margin: 0;
}

.services-government.layout-two-columns {
    position: relative;
}

.services-government.layout-two-columns .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.services-government.layout-two-columns .background .left {
    background-color: #f5f5f5;
}

.services-government.layout-two-columns .background .right {
    background-color: #0e7db5;
}

.services-government.layout-two-columns .inner {
    padding: 55px 0;
    display: grid;
    row-gap: 100px;
}

.services-government.layout-two-columns .content h2 {
    font-weight: bold;
}

.services-government.layout-two-columns .content p {
    margin-bottom: 16px;
}

.services-government.layout-two-columns .content p:last-of-type {
    margin-bottom: 0;
}

.services-government.layout-two-columns .content a {
    font-weight: bold;
}

.services-government.layout-two-columns .content-left h2 {
    color: #0e7db5;
}

.services-government.layout-two-columns .content-left a {
    color: #0e7db5;
}

.services-government.layout-two-columns .content-right h2 {
    color: #fff;
}

.services-government.layout-two-columns .content-right a,
.services-government.layout-two-columns .content-right p {
    color: #fff;
}
.government-services.simple-parallax-block.paraxify {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.government-services.simple-parallax-block.paraxify h2 {
    color: #0e7db5;
    margin-bottom: 16px;
}
.government-services.simple-parallax-block.paraxify p {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .services-government.layout-two-columns .background {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .services-government.layout-two-columns .inner {
        grid-template-columns: 1fr 1fr;
        column-gap: 100px;
    }
}


/***************************************
 Section: Image Full with Two WYSIWYGs
****************************************/

.section-image-full-with-two-wysiwyg {
    padding: 70px 0;
}

.section-image-full-with-two-wysiwyg .image {
    height: 275px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-image-full-with-two-wysiwyg h1,
.section-image-full-with-two-wysiwyg h2,
.section-image-full-with-two-wysiwyg h3,
.section-image-full-with-two-wysiwyg h4 {
    color: #0e7db5;
}

.section-image-full-with-two-wysiwyg p {
    margin-bottom: 10px;
}

.section-image-full-with-two-wysiwyg a {
    text-decoration: underline !important;
}

.section-image-full-with-two-wysiwyg ul {
    list-style-type: disc !important;
    margin: 5px 0 5px 20px;
}

.section-image-full-with-two-wysiwyg ul li::marker {
    color: #4e4e4e;
}

.section-image-full-with-two-wysiwyg ul li:marker {
    color: #4e4e4e;
}


/***************************************
 Section: Layout with Newsletter
****************************************/

section.unillax-container.dontmissout-wrapp.py-60.parallax-window.newsletter-dont_miss::before {
    background: #fff;
}

section.unillax-container.dontmissout-wrapp.py-60.parallax-window.newsletter-dont_miss .contact-content h1 {
    color: #0e7db5;
}

section.unillax-container.dontmissout-wrapp.py-60.parallax-window.newsletter-dont_miss .contact-content p {
    color: #4E4E4E;
}

section.unillax-container.dontmissout-wrapp.py-60.parallax-window.newsletter-dont_miss .salesforce-form .subscribe-label {
    color: #4E4E4E;
}


/***************************************
 Page: Support, ID: 7181:
****************************************/

.support-contact-wrap h1 {
    color: #0e7db5;
    font-weight: 700;
    letter-spacing: -0.94px;
    line-height: 36px;
    font-size: 30px;
}

.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit]) {
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #D9306C !important;
    border: 1px solid #D9306C !important;
    border-radius: 0.25rem !important;
    margin-top: 24px;
    cursor: pointer !important;
}
.gform-theme--foundation .gfield input[type="checkbox"] {
    border-radius: 4px;
}
.gform-theme--foundation .gfield input[type="text"],
.gform-theme--foundation .gfield input[type="email"],
.gform-theme--foundation .gfield input[type="number"], 
.gform-theme--foundation .gfield input[type="tel"],
.gform-theme--foundation .gfield textarea,
.gform-theme--foundation .gfield select {
        display: block;
        text-align: left;
        height: 50px;
        padding: 0.375rem 0.75rem;
        border-radius: 8px;
        background-color: #ffffff;
        border: 1px solid #4E4E4E;
        color: #4E4E4E;
        font-size: 1rem;
        font-weight: 400;
        box-shadow: none;
        box-sizing: border-box;
}

.gform-theme--foundation {
    --gf-form-gap-y: 22px;
}

.support-contact-wrap {
    display: grid;
    row-gap: 20px;
}

@media screen and (min-width: 992px) {
    .support-contact-wrap {
        grid-template-columns: 1fr 2fr;
        align-items: center;
    }
    .support-contact-wrap .inner {
        max-width: 80%;
        margin: 0 auto;
    }
} 



/***************************************
 Header
****************************************/
.top-nav-menu {
    display: none;
}
.quick-connect .contact svg {
    width: 16px;
    fill: #20c3f3;
}
@media screen and (min-width: 1199px) {
    .quick-connect {
        column-gap: 20px;
    }
    .top-nav-menu {
        display: flex;
        column-gap: 20px;

        li {
            display: flex;
        }

        a {
            background: #fff;
            padding: 2px 15px;
            border-radius: 5px;
            color: #2b2867;

            &:hover {
                background-color: #2b2867;
                color: #fff;
            }
        }
    }
    .contact.hide-desktop {
        display: none;
    }
}


/***************************************
 Footer
****************************************/

.footer-cta {
    background-color: #0f2841;
    text-align: center;
    padding: 30px;
}

.footer-cta p {
    color: #fff;
}

.footer-cta h2 {
    color: #2ac9f9;
    margin-bottom: 16px;
}

.footer-cta a {
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
}

.footer-cta a:hover {
    background-color: #fff;
    color: #2ac9f9;
}

.footer-content {
    background-color: #262626;
    padding: 50px 30px 70px;
    color: #fff;
}

.footer-content .footer-menus-wrap {
    display: grid;
    column-gap: 15px;
    row-gap: 25px;
}

.footer-content .footer-menus-wrap .footer-menu {
    text-transform: uppercase;
    text-align: center;
}

.footer-content .footer-menus-wrap .footer-menu .menu-heading {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-content .footer-menus-wrap .footer-menu li {
    margin-bottom: 8px;
}

.footer-content .footer-menus-wrap .footer-menu li a {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    column-gap: 4px;
    color: #fff;
    font-size: 14px;
    justify-content: center;
}

.footer-content .footer-menus-wrap .footer-menu li a svg {
    width: 17px;
}

.footer-content .footer-menus-wrap .footer-menu li a:hover {
    color: #2ac9f9;
}

.footer-content .footer-menus-wrap .footer-menu li a:hover svg {
    fill: #2ac9f9;
}

.footer-content .copyright-and-logo-wrap {
    display: grid;
    place-items: center;
    text-align: center;
    column-gap: 20px;
    row-gap: 40px;
    margin-top: 40px;
}

.footer-content .copyright-and-logo-wrap p {
    font-size: 15px;
}

.footer-content .copyright-and-logo-wrap img {
    max-width: 230px;
}

@media screen and (min-width: 768px) {
    .footer-content .footer-menus-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .footer-content .footer-menus-wrap .footer-menu {
        text-align: left;
    }

    .footer-content .footer-menus-wrap .footer-menu li a {
        justify-content: start;
    }

    .footer-content .copyright-and-logo-wrap {
        margin-top: 60px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        text-align: left;
        align-items: center;
    }
}

@media screen and (min-width: 992px) {
    .footer-content .footer-menus-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

