@import url("https://use.typekit.net/iib4fuh.css");
@import url("../assets/css/animate.css");

#scsslib {
    display: none
}

p,
main p {
    line-height: 1.4em;
    letter-spacing: 1.2px
}

article.post p a {
    color: #5700ff !important
}

.grid .grid .grid-content-container {
    position: relative
}

.grid .grid .grid-content-container.has-modal:hover img {
    border: 2px solid #5700ff
}

.grid .grid .grid-content-container.has-modal:hover .button-right .modal-link:after,
.grid .grid .grid-content-container.has-modal:hover .button-right .btn-link:after,
.grid .grid .grid-content-container.has-modal:hover .button-right a:after {
    opacity: 1;
    background-image: url(../images/icon-arrow-purple.svg)
}

.grid .grid .grid-content-container .leadership-grid-info {
    min-height: 59px
}

.grid .grid .grid-content-container img {
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.grid .grid .grid-content-container .button-right {
    position: absolute;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.grid .grid .grid-content-container .button-right a {
    color: #000;
    text-decoration: none
}

.grid .grid .grid-content-container .btn-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    font-family: "Degular", Helvetica, Arial, sans-serif;
    width: -webkit-fit-content;
    width: fit-content;
    display: inline-block;
    position: relative
}

.grid .grid .grid-content-container .btn-link:after {
    content: "";
    float: right;
    width: 16px;
    height: 10px;
    margin-top: 4px;
    margin-left: 4px;
    opacity: 0;
    background-image: url(../images/icon-arrow-purple.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    outline-width: 0
}

.grid .grid .grid-content-container .modal-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.grid .grid .grid-content-container .modal-popup {
    display: none
}



.section_heading-3-columns,
.section_content-2-columns,
.section_contact-form,
.section_content-single {
    background-size: cover !important;
    background-repeat: no-repeat
}

.section_heading-3-columns .heading-one-content+.heading-two-content {
    padding-top: 34px
}

.section_heading-3-columns .heading-one-content h4 {
    margin-bottom: 15px
}

.section_heading-3-columns .heading-one-content h4+p:first-of-type {
    margin-top: 60px
}

.section_contact-form .form-graphic-container object {
    position: relative;
    left: -20px;
    opacity: 1 !important;
    margin-top: -40px;
    margin-bottom: -30px
}

.accordions-block {
    padding: 3em 0;
    position: relative
}

.accordions-block .accordion {
    padding: 0;
    margin-bottom: 10px;
    position: relative
}

.accordions-block .accordion.clicked .accordion-content {
    height: auto;
    max-height: 100vh;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.accordions-block .accordion.clicked .accordion-content hr {
    margin-top: 20px;
    margin-bottom: 20px
}

.accordions-block .accordion.clicked .accordion-content img {
    margin-top: 5px;
    margin-bottom: 20px;
    height: auto
}

.accordions-block .accordion.clicked .accordion-content p,
.accordions-block .accordion.clicked .accordion-content ol,
.accordions-block .accordion.clicked .accordion-content ul,
.accordions-block .accordion.clicked .accordion-content ul li,
.accordions-block .accordion.clicked .accordion-content ol li {
    margin: 0 0 10px;
    height: auto
}

.accordions-block .accordion.clicked .accordion-content p+table {
    margin-top: 30px
}

.accordions-block .accordion.clicked .accordion-content a {
    font-weight: 600
}

.accordions-block .accordion.clicked .accordion-content a:hover {
    color: #5700ff
}

.accordions-block .accordion.clicked .accordion-title:after {
    content: "-";
    font-size: 50px;
    margin-top: -4px
}

.accordions-block .accordion.clicked.has-content .accordion-title:after {
    content: "-"
}

.accordions-block .accordion.has-content .accordion-title:after {
    content: "+";
    padding-left: 10px;
    top: 2px;
    font-size: 24px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.accordions-block .accordion.no-content .accordion-title {
    padding-top: 10px
}

.accordions-block .accordion .accordion-title {
    padding: 10px 0 10px;
    border-top: 1px solid #000;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 21px
}

.accordions-block .accordion .accordion-title .title-container {
    width: calc(96% - 28px)
}

.accordions-block .accordion .accordion-title p {
    margin: 0;
    width: 92%
}

.accordions-block .accordion .accordion-title:after {
    content: "+";
    position: absolute;
    right: 4%;
    font-size: 28px;
    margin-top: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordions-block .accordion .accordion-title:focus {
    outline: none
}

.accordions-block .accordion .accordion-content {
    padding: 0;
    height: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    margin-top: 0;
    margin-bottom: 0
}

.accordions-block .accordion .accordion-content:focus {
    outline: none
}

.accordions-block .accordion .accordion-content h1,
.accordions-block .accordion .accordion-content h2,
.accordions-block .accordion .accordion-content h3,
.accordions-block .accordion .accordion-content h4,
.accordions-block .accordion .accordion-content h5,
.accordions-block .accordion .accordion-content h6,
.accordions-block .accordion .accordion-content h7,
.accordions-block .accordion .accordion-content h8,
.accordions-block .accordion .accordion-content h9,
.accordions-block .accordion .accordion-content ul,
.accordions-block .accordion .accordion-content ol,
.accordions-block .accordion .accordion-content li,
.accordions-block .accordion .accordion-content p,
.accordions-block .accordion .accordion-content hr,
.accordions-block .accordion .accordion-content img,
.accordions-block .accordion .accordion-content .gallery {
    margin-top: inherit;
    margin-bottom: inherit;
    height: 0;
    color: inherit
}

.accordions-block .accordion .accordion-content img {
    margin-top: 0;
    margin-bottom: 0;
    height: 0
}

.accordions-block .accordion .accordion-content hr {
    margin: 0
}

.accordions-block .accordion .accordion-content p {
    margin: 0;
    height: 0
}

.accordions-block .accordion .accordion-content ol,
.accordions-block .accordion .accordion-content ul {
    margin-bottom: 0
}

.accordions-block .accordion .accordion-content ol li,
.accordions-block .accordion .accordion-content ul li {
    margin-bottom: 0
}

.section_heading-featured-content {
    background-color: #fff;
    padding: 0;
    margin: 0;
    max-width: 100%
}

.section_heading-featured-content .featured-content-header {
    display: none;
    font-family: "Degular", Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    width: 90%;
    margin: 34px auto 34px
}

.section_heading-featured-content .featured-content-callouts {
    display: grid;
    grid-gap: 0;
    align-items: start;
    grid-auto-flow: row dense;
    /* border-bottom: 1px solid #707070;
    border-right: 1px solid #707070; */
    background-color: #fff;
    position: relative
}

.section_heading-featured-content .featured-content-callouts .featured-content {
    /* border-top: 1px solid #707070; */
    height: 100%;
    padding: 10px;
}


/* .section_heading-featured-content .featured-content-callouts .featured-content:before {
    content: "";
    background-color: #707070;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0
} */


.section_heading-featured-content .featured-content-callouts .featured-content:before:first-of-type {
    display: none
}

.section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container {
    /* grid-template-columns: 200px calc(100% - 220px); */
    /* display: grid;
    grid-gap: 0 20px;
    align-items: start;
    grid-auto-flow: row dense; */
    /* padding: 40px 30px */
    border: 1px solid #707070;
    min-height: 400px;
}

.content-container {
    padding: 15px;
}

.section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container .callout-image {
    /* padding-bottom: 65%; */
    background-size: cover !important;
    background-position: center center
}

.section_heading-featured-content .featured-content-callouts .featured-content .callout-title {
    font-weight: 600;
    /* margin-bottom: 15px; */
    font-size: 24px;
    /* margin-top: 16px; */
}

.section_heading-featured-content .featured-content-callouts .featured-content .callout-content+.button-container {
    margin-top: 15px
}

.section_heading-featured-content .featured-content-callouts .featured-content .callout-title+.callout-content {
    /* margin-top: 15px; */
    font-size: 18px;
}

.section_heading-featured-content .slick-dots {
    position: relative;
    text-align: center;
    padding: 0;
    outline: none
}

.section_heading-featured-content .slick-dots li {
    display: inline-block;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 24px;
    outline: none
}

.section_heading-featured-content .slick-dots li:last-of-type {
    margin-right: 0
}

.section_heading-featured-content .slick-dots li.slick-active button,
.section_heading-featured-content .slick-dots li:hover button {
    background-color: #000
}

.section_heading-featured-content .slick-dots button {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    border: 1px solid #ccc;
    background-color: #ccc;
    font-size: 0;
    height: 12px;
    width: 12px;
    line-height: 0;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

.section_heading-featured-content .slick-dots button[aria-label="1 of 1"] {
    display: none
}

.section_heading-featured-content .slick-prev,
.section_heading-featured-content .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(50% - 50px);
    z-index: 999;
    font-size: 0;
    color: #fff;
    font-weight: 600;
    font-size: 0;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    background-color: transparent;
    color: #000;
    border: none !important;
    outline: unset;
    width: 30px
}

.section_heading-featured-content .slick-prev {
    left: -4%
}

.section_heading-featured-content .slick-prev:before {
    content: "";
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 20px;
    width: 20px;
    left: -2%;
    float: left;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.section_heading-featured-content .slick-next {
    right: -4%
}

.section_heading-featured-content .slick-next:after {
    content: "";
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 20px;
    width: 20px;
    right: -2%;
    float: right
}


.home.site__header-sticky .site {
    /* padding-top: 240px; */
    margin-top: -15px
}

.home.admin-bar.site__header-sticky .site {
    padding-top: 0
}

.home .section__banner {
    position: relative;
    min-height: 600px;
    height: auto;
    margin: -50px auto 0;
    overflow: hidden
}

.home .section__banner .banner figure {
    max-height: 440px
}

.home .section__banner .section__banner-home-content h1 {
    font-size: 4.25rem;
    margin-bottom: 30px;
}

.home .section__banner .section__banner-home-content .btn-group {
    margin-top: 50px;
    margin-bottom: 40px;
}

.home .section__banner .home-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

.home .section__banner .home-video-container iframe {
    width: 230%;
    position: absolute;
    top: 0;
    left: -30%;
    height: 100%;
    border: none
}

.home #section-2 {
    border-top: none !important
}

@media (min-width:1400px) {
    .home .section__banner {
        margin: 0 auto !important
    }

}

@media (min-width:1500px) {

    .section__banner-home-content.home-banner {
        /* padding-left: 50px; */
        padding-top: 8rem;
        padding-bottom: 5rem;
        padding-right: 25px;
    }

}

@media (min-width:1260px) {


    .home.site__header-sticky .site {
        margin-top: -30px;
        padding-top: 0
    }

    .home .section__banner {
        margin: 0 !important
    }

    .site__header-sticky.home .site.has-alert {
        padding-top: 145px
    }
}

@media (min-width:1025px) {


    .site__header__search.active input[type="search"] {
        width: 350px;
        height: 48px
    }

    .site__header__search.active input[type="submit"] {
        top: 14px;
        right: 16px;
        width: 22px;
        height: 22px
    }

    .site__header__search input[type="submit"] {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 16px;
        height: 16px;
        border: 0;
        background-repeat: no-repeat;
        background-image: url("../images/icon-search.svg");
        background-color: transparent;
        background-size: contain;
        -webkit-transform: rotate(-290deg);
        -ms-transform: rotate(-290deg);
        transform: rotate(-290deg);
        text-indent: -200vw;
        overflow: hidden;
        transition: 0.25s;
        cursor: pointer;
        pointer-events: none
    }

    div.site__header__search input[type="submit"].ios-only {
        right: -2px;
        top: 15px
    }



    .home.site__header-sticky .site {
        margin-top: 0px;
        padding-top: 128px
    }

    .home .section__banner {
        margin: 0 !important
    }

    .home .section__banner .section__inner {
        padding-bottom: 0;
        padding-top: 25px !important
    }

    .home .section__banner .home-video-container {
        padding-bottom: 110%
    }

    .home .section__banner .home-video-container iframe {
        width: 213%;
        left: -52%
    }

    .home .section__banner .banner figure {
        margin-top: 0;
        margin-bottom: 0
    }
}

.page-id-707 #block-0.section_heading-3-columns .grid .col-sm-12.col-lg-4,
.page-id-707 #block-1.section_heading-3-columns .grid .col-sm-12.col-lg-4 {
    position: relative;
    padding-bottom: 20px
}

.page-id-707 #block-0.section_heading-3-columns .grid .grid .grid-content-container,
.page-id-707 #block-1.section_heading-3-columns .grid .grid .grid-content-container {
    position: unset;
    display: grid
}

.modal-popup {
    width: 84%
}

.modal-popup .before-main p:first-of-type {
    margin-top: 0
}

.modal-popup .before-main p:last-of-type {
    margin-bottom: 0
}

.modal-popup .linkedin {
    padding: 0;
    margin: 8px 0 24px;
    position: relative
}

.modal-popup .linkedin:before {
    color: #027bb6;
    font-size: 24px;
    background-image: url(../images/linkedin-icon.png);
    background-size: contain !important;
    content: "" !important;
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat
}

.modal-popup .linkedin a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-popup .modal-content-main p:last-of-type {
    margin-bottom: 0
}

.archive.category.admin-bar.site__header-sticky .site {
    padding-top: 125px
}

.blog.site__header-sticky .site,
.archive.category.site__header-sticky .site {
    margin-top: 0
}

.blog .alm-listing.grid,
.archive.category .alm-listing.grid {
    grid-template-columns: 1fr
}

.blog .alm-listing.grid .blogpost-column-inner,
.archive.category .alm-listing.grid .blogpost-column-inner {
    grid-template-columns: 27% 70%;
    grid-gap: 0 3%;
    grid-auto-flow: row dense;
    display: grid
}

.blog .alm-listing.grid .blogpost-image,
.archive.category .alm-listing.grid .blogpost-image {
    border: 2px solid transparent
}

.blog .alm-listing.grid .blogpost-image.has-thumb:hover,
.archive.category .alm-listing.grid .blogpost-image.has-thumb:hover {
    border: 2px solid #000;
    border-bottom: 2px solid #000 !important
}

.blog .alm-listing.grid .blogpost-column-content h5,
.archive.category .alm-listing.grid .blogpost-column-content h5 {
    margin-bottom: 20px
}

.blog .alm-listing.grid .blogpost-column-content h5 a,
.archive.category .alm-listing.grid .blogpost-column-content h5 a {
    color: #000;
    text-decoration: none;
    outline: none
}

.blog .alm-listing.grid .blogpost-column-content h5 a:hover,
.archive.category .alm-listing.grid .blogpost-column-content h5 a:hover {
    cursor: pointer
}

.blog .alm-listing.grid .blogpost-column-content .excerpt,
.archive.category .alm-listing.grid .blogpost-column-content .excerpt {
    margin-bottom: 25px
}

.blog .alm-listing.grid .blogpost-column-content .excerpt p:last-of-type,
.archive.category .alm-listing.grid .blogpost-column-content .excerpt p:last-of-type {
    margin-bottom: 0
}

.blog .section__banner,
.archive.category .section__banner {
    padding: 5em 0 !important;
    background-position: right bottom;
    height: 100%
}

.blog .section__banner.lime-text,
.archive.category .section__banner.lime-text {
    color: #d3ff01
}

.blog .section__banner.lime-text h1,
.blog .section__banner.lime-text h2,
.archive.category .section__banner.lime-text h1,
.archive.category .section__banner.lime-text h2 {
    color: #d3ff01
}

.blog .section__banner.black-text,
.archive.category .section__banner.black-text {
    color: #000
}

.blog .section__banner.black-text h1,
.blog .section__banner.black-text h2,
.archive.category .section__banner.black-text h1,
.archive.category .section__banner.black-text h2 {
    color: #000
}

.blog .section__banner h1,
.archive.category .section__banner h1 {
    margin-bottom: 0
}

.blog .section__banner h2,
.archive.category .section__banner h2 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    letter-spacing: 1.3px
}

.blog .site__header__search,
.archive.category .site__header__search {
    display: none
}

.blog .site__header__search input[type="submit"],
.archive.category .site__header__search input[type="submit"] {
    display: none
}

.blog .featured-content-items,
.archive.category .featured-content-items {
    padding: 3em 0;
    border-bottom: 1px solid #000
}

.blog .featured-content-items .featured-content-header,
.archive.category .featured-content-items .featured-content-header {
    font-family: "Degular", Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 90%;
    margin: 0 auto 34px
}

.blog .featured-content-items .slick-dots,
.archive.category .featured-content-items .slick-dots {
    position: relative;
    text-align: center;
    padding: 0;
    outline: none
}

.blog .featured-content-items .slick-dots li,
.archive.category .featured-content-items .slick-dots li {
    display: inline-block;
    margin-right: 15px;
    padding-top: 24px;
    outline: none
}

.blog .featured-content-items .slick-dots li:last-of-type,
.archive.category .featured-content-items .slick-dots li:last-of-type {
    margin-right: 0
}

.blog .featured-content-items .slick-dots li.slick-active button,
.blog .featured-content-items .slick-dots li:hover button,
.archive.category .featured-content-items .slick-dots li.slick-active button,
.archive.category .featured-content-items .slick-dots li:hover button {
    background-color: #000
}

.blog .featured-content-items .slick-dots button,
.archive.category .featured-content-items .slick-dots button {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    border: 1px solid #ccc;
    background-color: #ccc;
    font-size: 0;
    height: 12px;
    width: 12px;
    line-height: 0;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

.blog .featured-content-items .slick-dots button[aria-label="1 of 1"],
.archive.category .featured-content-items .slick-dots button[aria-label="1 of 1"] {
    display: none
}

.blog .featured-content-items .slick-prev,
.blog .featured-content-items .slick-next,
.archive.category .featured-content-items .slick-prev,
.archive.category .featured-content-items .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(50% - 50px);
    z-index: 999;
    font-size: 0;
    color: #fff;
    font-weight: 600;
    font-size: 0;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    background-color: transparent;
    color: #000;
    border: none !important;
    outline: unset;
    width: 30px
}

.blog .featured-content-items .slick-prev,
.archive.category .featured-content-items .slick-prev {
    left: -4%
}

.blog .featured-content-items .slick-prev:before,
.archive.category .featured-content-items .slick-prev:before {
    content: "";
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 20px;
    width: 20px;
    left: -2%;
    float: left;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.blog .featured-content-items .slick-next,
.archive.category .featured-content-items .slick-next {
    right: -4%
}

.blog .featured-content-items .slick-next:after,
.archive.category .featured-content-items .slick-next:after {
    content: "";
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 20px;
    width: 20px;
    right: -2%;
    float: right
}

.blog .featured-content-items .featured-content-items-container,
.archive.category .featured-content-items .featured-content-items-container {
    width: 90%;
    margin: 0 auto
}

.blog .featured-content-items .featured-content-items-container.rows-1.slick-slider,
.archive.category .featured-content-items .featured-content-items-container.rows-1.slick-slider {
    width: 100% !important;
    transform: none !important
}

.blog .featured-content-items .featured-content-items-container.rows-1.slick-slider .slick-track,
.archive.category .featured-content-items .featured-content-items-container.rows-1.slick-slider .slick-track {
    width: 100% !important;
    transform: none !important
}

.blog .featured-content-items .featured-content-items-container.rows-1.slick-slider .featured-content,
.archive.category .featured-content-items .featured-content-items-container.rows-1.slick-slider .featured-content {
    width: 90% !important;
    margin: 0 auto !important;
    float: none
}

.blog .featured-content-items .featured-content-items-container .featured-content,
.archive.category .featured-content-items .featured-content-items-container .featured-content {
    outline: none;
    width: calc(50% - 4px);
    display: inline-block
}

.blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container,
.archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container {
    grid-template-columns: 250px calc(96% - 250px);
    grid-gap: 0 4%;
    grid-auto-flow: row dense;
    display: grid;
    align-items: start
}

.blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-image,
.archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 175px
}

.blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-title,
.archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-title {
    font-family: "Degular Display", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px
}

.blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-content,
.archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-content {
    line-height: 1.5em;
    padding: 15px 0;
    width: 90%
}

.blog .resource-center-listings,
.archive.category .resource-center-listings {
    width: 90%;
    margin: 0 auto
}

.blog .resource-center-listings .content-left-right,
.archive.category .resource-center-listings .content-left-right {
    grid-template-columns: calc(270px) calc(98% - 270px);
    grid-gap: 0% 2%;
    grid-auto-flow: row dense;
    display: grid;
    margin: 0 auto
}

.blog .resource-center-listings .content-left-right .rc-filters,
.archive.category .resource-center-listings .content-left-right .rc-filters {
    margin: 0;
    padding: 4em 0
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .mobile-label,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .mobile-label {
    display: none
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .mobile-label.close-button,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .mobile-label.close-button {
    padding-bottom: 0;
    float: right;
    top: 0;
    right: 0;
    line-height: 0;
    font-size: 30px;
    font-weight: 300;
    font-family: Helvetica
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .mobile-label.bottom-buttons,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .mobile-label.bottom-buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 30px
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .mobile-label.bottom-buttons .submit,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .mobile-label.bottom-buttons .submit {
    display: none
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .mobile-label.bottom-buttons .submit a,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .mobile-label.bottom-buttons .submit a {
    color: #000;
    text-decoration: none
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group {
    line-height: 1.3em;
    font-size: 16px
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-input .facetwp-facet,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-input .facetwp-facet {
    position: relative;
    margin-bottom: 15px
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-input .facetwp-facet input,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-input .facetwp-facet input {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 1px solid #d8d8d6;
    border-right: 1px solid #d8d8d6;
    border-top: 1px solid #d8d8d6;
    border-bottom: 1px solid #d8d8d6
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-input .facetwp-facet input.facetwp-autocomplete,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-input .facetwp-facet input.facetwp-autocomplete {
    display: block;
    padding: 5px 10px;
    width: calc(100% - 20px);
    -webkit-appearance: unset;
    -moz-appearance: unset;
    -ms-appearance: unset;
    appearance: unset
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-input .facetwp-facet input.facetwp-search,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-input .facetwp-facet input.facetwp-search {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    -ms-appearance: unset;
    appearance: unset;
    padding: 5px 30px 6px 10px
}


.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-service .facetwp-checkbox[data-value="talent-development-vertical"],
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group.sort-service .facetwp-checkbox[data-value="talent-development-vertical"] {
    display: none
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group.clear-filters,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group.clear-filters {
    margin-bottom: 30px
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group.clear-filters a,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group.clear-filters a {
    color: #000;
    text-decoration: underline;
    text-underline-position: under
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group label,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group label {
    text-transform: uppercase;
    font-weight: 500
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group .facetwp-facet,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group .facetwp-facet {
    margin: 5px 0 30px
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .filters-group .facetwp-facet .facetwp-counter,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .filters-group .facetwp-facet .facetwp-counter {
    display: none
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .facetwp-selections,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .facetwp-selections {
    margin-bottom: 15px
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .facetwp-selections .facetwp-selection-label,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .facetwp-selections .facetwp-selection-label {
    display: none
}

.blog .resource-center-listings .content-left-right .rc-filters-groups .facetwp-selections .facetwp-selection-value,
.archive.category .resource-center-listings .content-left-right .rc-filters-groups .facetwp-selections .facetwp-selection-value {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 1px solid #d8d8d6;
    border-right: 1px solid #d8d8d6;
    border-top: 1px solid #d8d8d6;
    border-bottom: 1px solid #d8d8d6;
    padding: 5px 28px 5px 10px;
    background-position: bottom 6px right 8px;
    background-size: 12px 12px
}

.blog .resource-center-listings .content-left-right .rc-list-results,
.archive.category .resource-center-listings .content-left-right .rc-list-results {
    padding: 4em 0;
    margin: 0;
    position: relative
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters {
    display: none
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .filter-button,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .filter-button {
    float: right;
    position: relative;
    z-index: 5
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .filter-button button,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .filter-button button {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    -ms-appearance: unset;
    appearance: unset;
    background-color: unset;
    border: unset;
    text-decoration: underline;
    text-underline-position: under;
    text-transform: uppercase
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-input-wrap,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-input-wrap {
    display: block;
    width: calc(95% - 65px)
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet {
    position: relative;
    margin-bottom: 15px
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet .facetwp-icon,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet .facetwp-icon {
    right: 6px
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet input,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet input {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 1px solid #d8d8d6;
    border-right: 1px solid #d8d8d6;
    border-top: 1px solid #d8d8d6;
    border-bottom: 1px solid #d8d8d6;
    width: 100%;
    display: block
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet input.facetwp-autocomplete,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet input.facetwp-autocomplete {
    display: block;
    padding: 5px 10px;
    width: calc(100% - 20px);
    -webkit-appearance: unset;
    -moz-appearance: unset;
    -ms-appearance: unset;
    appearance: unset
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet input.facetwp-search,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .sort-input .facetwp-facet input.facetwp-search {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    -ms-appearance: unset;
    appearance: unset;
    padding: 5px 30px 6px 10px
}


.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .clear-filters,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .clear-filters {
    margin-bottom: 30px
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .clear-filters a,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .clear-filters a {
    color: #000;
    text-decoration: underline;
    text-underline-position: under
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .facetwp-selections,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .facetwp-selections {
    margin-bottom: 15px
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .facetwp-selections .facetwp-selection-label,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .facetwp-selections .facetwp-selection-label {
    display: none
}

.blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters .facetwp-selections .facetwp-selection-value,
.archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters .facetwp-selections .facetwp-selection-value {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 1px solid #d8d8d6;
    border-right: 1px solid #d8d8d6;
    border-top: 1px solid #d8d8d6;
    border-bottom: 1px solid #d8d8d6;
    padding: 5px 28px 5px 10px;
    background-position: bottom 6px right 8px;
    background-size: 12px 12px
}

.blog .resource-center-listings .content-left-right .rc-list-results .result-count,
.archive.category .resource-center-listings .content-left-right .rc-list-results .result-count {
    display: inline-block
}

.blog .resource-center-listings .content-left-right .rc-list-results .result-count .count .facetwp-counts,
.archive.category .resource-center-listings .content-left-right .rc-list-results .result-count .count .facetwp-counts {
    display: inline-block
}

.blog .resource-center-listings .content-left-right .rc-list-results .result-count h4,
.archive.category .resource-center-listings .content-left-right .rc-list-results .result-count h4 {
    font-size: 18px;
    letter-spacing: 1.3px;
    margin-bottom: 0;
    line-height: 1.5em
}

.blog .resource-center-listings .content-left-right .rc-list-results .view-toggle-container,
.archive.category .resource-center-listings .content-left-right .rc-list-results .view-toggle-container {
    position: relative
}

.blog .resource-center-listings .content-left-right .rc-list-results .view-toggle,
.archive.category .resource-center-listings .content-left-right .rc-list-results .view-toggle {
    float: right;
    top: 5px;
    position: absolute;
    right: 0;
    width: 50px
}

.blog .resource-center-listings .content-left-right .rc-list-results .view-toggle .toggle,
.archive.category .resource-center-listings .content-left-right .rc-list-results .view-toggle .toggle {
    height: 20px;
    width: 20px;
    background-size: contain !important;
    background-repeat: no-repeat;
    opacity: 0.6
}

.blog .resource-center-listings .content-left-right .rc-list-results .view-toggle .toggle:hover,
.blog .resource-center-listings .content-left-right .rc-list-results .view-toggle .toggle.active,
.archive.category .resource-center-listings .content-left-right .rc-list-results .view-toggle .toggle:hover,
.archive.category .resource-center-listings .content-left-right .rc-list-results .view-toggle .toggle.active {
    opacity: 1
}

.blog .resource-center-listings .content-left-right .rc-list-results .view-toggle .list-view,
.archive.category .resource-center-listings .content-left-right .rc-list-results .view-toggle .list-view {
    background: url(/wp-content/uploads/2024/02/list-svgrepo-com.webp);
    float: left
}

.blog .resource-center-listings .content-left-right .rc-list-results .view-toggle .grid-view,
.archive.category .resource-center-listings .content-left-right .rc-list-results .view-toggle .grid-view {
    background: url(/wp-content/uploads/2024/02/view-grid.webp);
    float: right
}

.blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder,
.archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0% 2%;
    grid-auto-flow: row dense;
    display: grid
}

.blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder .resource-center-post .post-content-container,
.archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder .resource-center-post .post-content-container {
    display: block
}

.blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image,
.archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image {
    padding-bottom: 70%;
    width: 100% !important;
    height: 0
}

.blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content,
.archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content {
    padding-top: 20px
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post {
    margin-bottom: 40px
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container {
    grid-template-columns: 210px calc(96% - 210px);
    grid-gap: 0 4%;
    grid-auto-flow: row dense;
    display: grid
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .category-terms,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .category-terms {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: "Degular", Helvetica, Arial, sans-serif;
    letter-spacing: 1.2px
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image {
    width: 210px;
    height: 210px;
    padding-bottom: 0;
    background-position: top center !important;
    position: relative;
    border: 2px solid transparent;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image .blog-image-link,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image .blog-image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    outline: none
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image.has-thumb:hover,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image.has-thumb:hover {
    border: 2px solid #000
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .rc-post-title,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .rc-post-title {
    font-size: 24px;
    line-height: 1.2em;
    margin: 0 0 15px
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .rc-post-title a,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .rc-post-title a {
    color: #000;
    text-decoration: none
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .excerpt-container,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .excerpt-container {
    margin-bottom: 15px;
    line-height: 1.5em
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .excerpt-container .read-more,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .excerpt-container .read-more {
    display: none
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .btn-link:hover,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .btn-link:hover {
    text-decoration: underline;
    text-underline-position: under
}

.blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .btn-link:after,
.archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .btn-link:after {
    width: 20px;
    height: 15px;
    margin-top: 2px;
    margin-left: 8px
}

.blog .facetwp-load-more,
.archive.category .facetwp-load-more {
    display: inline-block;
    min-width: 120px;
    padding: 6px 14px 5px;
    font-size: 13px !important;
    border-radius: 28px;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.125rem;
    color: #fff;
    background-color: #000;
    transition: box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
    cursor: pointer
}

.blog .facetwp-load-more.facetwp-hidden,
.archive.category .facetwp-load-more.facetwp-hidden {
    display: none
}

#form_immigrationletters .frm4,
#form_immigrationletters .frm_third,
#form_immigrationletters .frm_form_field.frm_two_fifths,
#form_immigrationletters .frm_form_field.frm4,
#form_immigrationletters .frm_submit.frm4,
#form_immigrationletters .frm_form_field.frm_left_third,
#form_immigrationletters .frm_form_field.frm_third,
#form_immigrationletters .frm_submit.frm_third,
#form_immigrationletters .frm_form_field.frm_right_third,
#form_immigrationletters .frm_form_field.frm_first_third,
#form_immigrationletters .frm_form_field.frm_last_third {
    grid-column: span 6 / span 6
}

#form_immigrationletters .frm3,
#form_immigrationletters .frm_fourth,
#form_immigrationletters .frm_form_field.frm3,
#form_immigrationletters .frm_submit.frm3,
#form_immigrationletters .frm_form_field.frm_left_fourth,
#form_immigrationletters .frm_form_field.frm_fourth,
#form_immigrationletters .frm_submit.frm_fourth,
#form_immigrationletters .frm_form_field.frm_right_fourth,
#form_immigrationletters .frm_form_field.frm_first_fourth,
#form_immigrationletters .frm_form_field.frm_last_fourth {
    grid-column: span 6 / span 6
}

.page-id-1966 .site__header-sticky .site__header__container,
.page-id-1966 header,
.page-id-2015 .site__header-sticky .site__header__container,
.page-id-2015 header,
.single-frm_display .site__header-sticky .site__header__container,
.single-frm_display header,
.page-template-blank .site__header-sticky .site__header__container,
.page-template-blank header {
    position: relative !important;
    display: none !important
}

.page-id-1966.admin-bar.site__header-sticky .site,
.page-id-2015.admin-bar.site__header-sticky .site,
.single-frm_display.admin-bar.site__header-sticky .site,
.page-template-blank.admin-bar.site__header-sticky .site {
    margin-top: 0 !important
}

.page-id-1966 footer,
.page-id-2015 footer,
.single-frm_display footer,
.page-template-blank footer {
    display: none
}

.page-id-1966 .admin-bar.site__header-sticky .site,
.page-id-2015 .admin-bar.site__header-sticky .site,
.single-frm_display .admin-bar.site__header-sticky .site,
.page-template-blank .admin-bar.site__header-sticky .site {
    margin-top: 0
}

.page-id-1966 .section__banner-alt,
.page-id-2015 .section__banner-alt,
.single-frm_display .section__banner-alt,
.page-template-blank .section__banner-alt {
    height: 100% !important
}

.page-id-1966 main .grid-center,
.page-id-2015 main .grid-center,
.single-frm_display main .grid-center,
.page-template-blank main .grid-center {
    width: 84%;
    margin: 0 auto;
    display: block !important
}

.page-id-1966 .section__banner,
.page-id-2015 .section__banner,
.single-frm_display .section__banner,
.page-template-blank .section__banner {
    height: 100vh
}

.page-id-1966 .site-logo,
.page-id-2015 .site-logo,
.single-frm_display .site-logo,
.page-template-blank .site-logo {
    margin-left: 6%
}

.page-id-1966 .blank-content,
.page-id-2015 .blank-content,
.single-frm_display .blank-content,
.page-template-blank .blank-content {
    background-size: cover !important
}

.page-id-1966 .blank-section-main,
.page-id-2015 .blank-section-main,
.single-frm_display .blank-section-main,
.page-template-blank .blank-section-main {
    margin: 0 !important;
    height: 100vh;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin: 140px 0 0 !important
}

.page-id-1966 .blank-content .blank-section-info,
.page-id-2015 .blank-content .blank-section-info,
.single-frm_display .blank-content .blank-section-info,
.page-template-blank .blank-content .blank-section-info {
    margin-left: 11%;
    margin-right: 5.5%
}

.page-id-1966 .blank-content .blank-section-info h1,
.page-id-2015 .blank-content .blank-section-info h1,
.single-frm_display .blank-content .blank-section-info h1,
.page-template-blank .blank-content .blank-section-info h1 {
    display: none !important
}

.page-id-1966 .blank-content .section.blank-section-main,
.page-id-2015 .blank-content .section.blank-section-main,
.single-frm_display .blank-content .section.blank-section-main,
.page-template-blank .blank-content .section.blank-section-main {
    margin-top: 0 !important
}

.page-id-1966 .frm_forms fieldset,
.page-id-2015 .frm_forms fieldset,
.single-frm_display .frm_forms fieldset,
.page-template-blank .frm_forms fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.page-id-1966 .section__banner-alt {
    padding-top: 3em !important;
    background-size: cover !important;
    margin-top: 0 !important
}

.page-id-1966 .section__banner-content h1 {
    display: none
}

.page-id-1966 .section__banner-content h1.keep-title {
    display: block;
    font-size: 60px;
    margin-bottom: 0
}

.page-id-1966 .section__banner-content h2 {
    line-height: 1.5em;
    font-size: 30px
}

.page-id-2015 .site {
    margin-top: 0 !important
}

.page-id-2015 .section__banner-alt {
    padding-top: 3em !important;
    background-size: cover !important;
    margin-top: 0 !important
}

.page-id-2015 .section__banner-content h1 {
    display: none !important
}

.page-template-blank .site__header-sticky .site__header__container {
    position: relative !important
}

.page-template-blank .admin-bar.site__header-sticky .site {
    margin-top: 0
}

.page-template-header-bg .site {
    background-color: #000;
    padding-top: 0 !important;
    margin-top: 125px !important
}

.page-template-header-bg .site:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3
}

.page-template-header-bg .site.has-alert {
    margin-top: 170px !important
}

.page-template-header-bg .header-bg-section {
    position: relative;
    height: 900px;
    padding-bottom: 125px;
    color: #fff
}

.page-template-header-bg .header-bg-section .logo-mark-container {
    text-align: center;
    position: relative;
    z-index: 3;
    padding-top: 165px
}

.page-template-header-bg .header-bg-section .logo-mark-container img {
    margin: 0 auto;
    max-width: 135px;
    height: auto
}

.page-template-header-bg .header-bg-section .background-image {
    background-size: contain !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-template-header-bg .header-bg-section .background-image.below {
    z-index: 1
}

.page-template-header-bg .header-bg-section .background-image.before {
    z-index: 4;
    opacity: 0.33
}

.page-template-header-bg .header-bg-section .tag-container {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding-top: 200px
}

.page-template-header-bg .header-bg-section .tag-container h1 {
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
    font-size: 130px;
    line-height: 1.5em
}

.page-template-header-bg .section__banner {
    color: #fff;
    height: 100% !important;
    padding-top: 0;
    margin-top: 0
}

.page-template-header-bg .section__banner a {
    color: #fff
}

.page-template-header-bg .section__banner h2 {
    font-weight: 500;
    line-height: 1.4em;
    font-size: 40px;
    font-family: degular-display, sans-serif;
    color: #4a2df1
}

.page-template-header-bg .section__banner p {
    line-height: 1.5em;
    font-size: 18px
}

.navigation__main-item--submenu-wrap,
.navigation__main-menu,
.navigation__main-menu__wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: unset
}

.navigation__main .navigation__main-menu__wrapper .navigation__main-item {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden
}

.navigation__main-menu nav .navigation__main,
.navigation__main {
    overflow: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important
}

.home.site__header-sticky .site {
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
}

.page-template-job-search {
    font-family: "degular-text", sans-serif
}

.page-template-job-search.admin-bar.site__header-sticky .site {
    padding-top: 200px
}

.page-template-job-search .site.has-alert {
    padding-top: 290px
}

.page-template-job-search .site__header__container.has-alert {
    top: 50px
}

.page-template-job-search .site__header__container.has-alert.scroll-active {
    top: 0px
}

.page-template-job-search .site__footer {
    position: relative;
    z-index: 2
}

.page-template-job-search .job-search-results .background-image {
    position: fixed;
    height: calc(100% + 200px);
    width: 100%;
    top: -200px;
    overflow: hidden;
    left: 0;
    background-size: cover !important
}

.page-template-job-search .job-search-results .search-container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 89%;
    font-family: "degular-text", sans-serif
}

.page-template-job-search .job-search-results .search-container .facet-search-group-container {
    position: relative
}

.page-template-job-search .job-search-results .search-container .submit-button-container {
    width: 120px;
    max-width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.page-template-job-search .job-search-results .search-container .submit-button-container .fwp-submit {
    display: inline-block;
    min-width: 120px;
    padding: 14px;
    border-radius: 28px;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.125rem;
    color: #d4ff00;
    background-color: #000;
    transition: box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
    cursor: pointer
}

.page-template-job-search .job-search-results .search-container .submit-button-container .fwp-submit:hover {
    text-shadow: 0 0 0.65px #d4ff00, 0 0 0.65px #d4ff00
}

.page-template-job-search .job-search-results .search-container .facet-search-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    grid-auto-flow: row dense;
    width: calc(95% - 120px)
}

.page-template-job-search .job-search-results .search-container .facet-search-group .filter-facet:first-of-type input[type="text"] {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-left: 1px solid #d8d8d6;
    border-top: 1px solid #d8d8d6;
    border-bottom: 1px solid #d8d8d6
}

.page-template-job-search .job-search-results .search-container .facet-search-group .filter-facet:first-of-type .facetwp-autocomplete-update {
    display: none
}

.page-template-job-search .job-search-results .search-container .facet-search-group .filter-facet:last-of-type input[type="text"] {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: 1px solid #d8d8d6;
    border-bottom: 1px solid #d8d8d6;
    border-right: 1px solid #d8d8d6;
    border-left: none
}

.page-template-job-search .job-search-results .search-container .facet-search-group .filter-facet:last-of-type .facetwp-autocomplete-update {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 1px solid #000;
    color: #d3ff01;
    background-color: #000;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 14px 20px;
    font-size: 14px;
    text-transform: uppercase
}

.page-template-job-search .job-search-results .search-container .facet-search-group .fcomplete-wrap {
    border: 1px solid #d8d8d6
}

.page-template-job-search .job-search-results .search-container .facet-search-group .fcomplete-result,
.page-template-job-search .job-search-results .search-container .facet-search-group .fcomplete-status {
    padding: 10px 20px;
    border: none;
    font-size: 16px
}

.page-template-job-search .job-search-results .search-container .facet-search-group .facetwp-facet input[type="text"] {
    width: 100%;
    background-color: #f8f7f4;
    border-color: #d8d8d6;
    padding: 15px 20px;
    font-size: 17px
}

.page-template-job-search .job-search-results .search-container .facet-search-group .facetwp-facet input[type="text"]::placeholder {
    color: #000
}

.page-template-job-search .job-search-results .search-container .environment-type-facet {
    padding: 10px 20px 6px;
    background-color: #f8f7f4;
    float: right
}

.page-template-job-search .job-search-results .search-container .environment-type-facet .facetwp-checkbox {
    display: inline-block;
    margin-left: 15px
}

.page-template-job-search .job-search-results .search-container .environment-type-facet .filter-label {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600
}

.page-template-job-search .job-search-results .search-container .environment-type-facet .facetwp-facet {
    display: inline-block;
    margin-bottom: 0
}

.page-template-job-search .job-search-results .search-container .content-left-right {
    display: grid;
    grid-template-columns: 25% 70%;
    grid-gap: 0 5%;
    grid-auto-flow: row dense
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left {
    font-size: 17px
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .clear-link a {
    color: #000
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .clear-link a:hover {
    color: #5700ff;
    font-weight: 600
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group {
    padding-bottom: 12px
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group.sort-search {
    padding: 15px 0
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group.sort-search select {
    background-color: transparent;
    border: none;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    -ms-appearance: unset;
    appearance: unset;
    font-size: 16px
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group .facetwp-type-checkboxes.facetwp-facet-work_environment .facetwp-counter {
    display: none
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group .facetwp-type-checkboxes .facetwp-checkbox {
    position: relative;
    background-position: 0px 30%;
    background-repeat: no-repeat
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group .facetwp-type-checkboxes .facetwp-checkbox:after {
    content: "";
    background-color: #d8d8d6;
    height: 1px;
    width: calc(100% + 50px);
    left: -35px;
    display: block;
    position: relative;
    margin: 10px 0
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group .facetwp-type-checkboxes .facetwp-checkbox:last-of-type:after {
    display: none
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filter-label {
    font-weight: 600;
    font-weight: 18px;
    padding: 15px
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group {
    background-color: #f8f7f4;
    margin-bottom: 24px
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-left .filters-group .facetwp-facet {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-right .mobile-only-filters {
    display: none
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-right .facetwp-type-proximity .facetwp-input-wrap {
    width: 100%
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-right .facetwp-type-proximity .facetwp-input-wrap .facetwp-location {
    padding: 12px 20px;
    width: 100%;
    min-width: unset;
    max-width: unset
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-right .facetwp-type-proximity .facetwp-input-wrap .location-result,
.page-template-job-search .job-search-results .search-container .content-left-right .content-right .facetwp-type-proximity .facetwp-input-wrap .result-main,
.page-template-job-search .job-search-results .search-container .content-left-right .content-right .facetwp-type-proximity .facetwp-input-wrap .result-secondary {
    font-size: 14px
}

.page-template-job-search .job-search-results .search-container .content-left-right .content-right .facetwp-type-proximity .facetwp-input-wrap .location-result {
    padding: 8px 10px
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job {
    background-color: #f8f7f4;
    padding: 0 15px 24px;
    margin-bottom: 3em
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .top-content-holder {
    display: block
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .top-content-holder .post-tabs {
    padding: 5px 10px;
    font-weight: 900;
    background-color: #d3ff01;
    display: inline-block;
    font-size: 14px
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .post-content {
    padding: 24px 20px 4px
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .job-post-title {
    font-size: 24px;
    color: #000;
    line-height: 1.25em;
    margin: 0 0 10px;
    font-weight: 600;
    font-family: "degular-text", sans-serif;
    letter-spacing: 0
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .job-post-title a {
    text-decoration: none;
    color: #000
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .job-post-title a:hover {
    color: #5700ff
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .read-more {
    font-weight: 900;
    color: #000
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .read-more:hover {
    color: #5700ff
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .location {
    font-size: 17px
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .excerpt-container {
    line-height: 1.618;
    font-size: 17px;
    margin-top: 10px
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .button-container {
    margin-top: 15px;
    z-index: 3;
    position: relative
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .button-container .btn {
    font-weight: 300;
    color: #d3ff01;
    padding: 12px 18px;
    letter-spacing: 1px
}

.page-template-job-search .job-search-results .search-container .row-holder .post.job .button-container .btn:hover {
    text-shadow: 0 0 0.65px #d3ff01, 0 0 0.65px #d3ff01
}

.page-template-job-search .job-search-results .facetwp-type-proximity {
    padding-bottom: 8px
}

.page-template-job-search .job-search-results .facetwp-type-proximity .facetwp-location {
    border: 1px solid #d8d8d6;
    background-color: transparent;
    line-height: 1.5em;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: unset
}

.page-template-job-search .pagination-link {
    padding-bottom: 45px
}

.page-template-job-search .pagination-link .facetwp-page {
    background-color: #f8f7f4;
    padding: 8px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.page-template-job-search .pagination-link .facetwp-page.active,
.page-template-job-search .pagination-link .facetwp-page:hover {
    background-color: #000;
    color: #d3ff01;
    font-weight: normal
}

.page-template-job-search .pagination-link .facetwp-page.dots {
    background-color: transparent;
    color: #000
}

.single-job.admin-bar.site__header-sticky .site {
    padding-top: 200px
}

.single-job .site.has-alert {
    padding-top: 170px;
    margin-top: 0 !important
}

.single-job .site__footer {
    position: relative;
    z-index: 2
}

.single-job .background-image {
    position: fixed;
    height: calc(100% + 200px);
    width: 100%;
    top: -200px;
    overflow: hidden;
    left: 0;
    background-size: cover !important
}

.single-job .gfield_checkbox input[type="checkbox"] {
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    margin-right: 8px;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox
}

.single-job .single-content-container {
    position: relative;
    z-index: 2;
    width: 88%;
    margin: 0 auto
}

.single-job .single-content-container .breadcrumbs-container {
    padding-bottom: 15px;
    font-size: 15px
}

.single-job .single-content-container .breadcrumbs-container .breadcrumb a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.single-job .single-content-container .breadcrumbs-container .breadcrumb a:hover {
    color: #5700ff;
    font-weight: 600
}

.single-job .single-content-container .breadcrumbs-container .breadcrumb a i {
    font-size: 12px;
    margin-right: 4px
}

.single-job .single-content-container .apply-link {
    position: relative;
    top: -100px
}

.single-job .single-content-container .sidebar-right .apply-button a {
    color: #d3ff01;
    font-size: 20px;
    display: block;
    padding: 16px 20px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.single-job .single-content-container .sidebar-right .apply-button a i {
    padding-left: 5px
}

.single-job .single-content-container .sidebar-right .apply-button a:hover {
    font-weight: 900
}

.single-job .single-content-container .sidebar-right .mobile-only {
    display: none
}

.single-job .single-content-container .sidebar-right #gform_submit_button_5 {
    display: inline-block;
    padding: 14px;
    border-radius: 28px;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.125rem;
    color: #fff;
    background-color: #000;
    transition: box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
    cursor: pointer;
    color: #000;
    box-shadow: inset 0 0 0 1px #000;
    background-color: transparent
}

.single-job .single-content-container .sidebar-right #gform_submit_button_5:hover {
    box-shadow: inset 0 0 0 3px #000;
    text-shadow: none
}

.single-job .single-content-container .content-left-right {
    display: grid;
    grid-template-columns: 65% 30%;
    grid-gap: 0 5%;
    grid-auto-flow: row dense;
    font-family: "degular-text", sans-serif
}

.single-job .single-content-container .content-left-right article {
    border: 1px solid #5700ff;
    background-color: #f8f7f4;
    font-size: 18px;
    font-family: "degular-text", sans-serif
}

.single-job .single-content-container .content-left-right article+.form-block {
    margin-top: 45px
}

.single-job .single-content-container .content-left-right .form-block {
    background-color: #f8f7f4;
    border: 1px solid #5700ff;
    margin-bottom: 70px
}

.single-job .single-content-container .content-left-right .form-block .form {
    padding: 24px;
    font-size: 18px
}

.single-job .single-content-container .content-left-right .form-block .form input[type="text"],
.single-job .single-content-container .content-left-right .form-block .form input[type="number"],
.single-job .single-content-container .content-left-right .form-block .form input[type="email"],
.single-job .single-content-container .content-left-right .form-block .form input[type="tel"] {
    width: 100%;
    border: 1px solid #d8d8d6;
    background-color: #fff;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    -ms-appearance: unset;
    appearance: unset;
    padding: 10px !important
}

.single-job .single-content-container .content-left-right .form-block .form .gfield--type-fileupload,
.single-job .single-content-container .content-left-right .form-block .form #field_4_7,
.single-job .single-content-container .content-left-right .form-block .form #field_6_7 {
    font-size: 14px
}

.single-job .single-content-container .content-left-right .form-block .form .gfield--type-fileupload input[type="file"],
.single-job .single-content-container .content-left-right .form-block .form #field_4_7 input[type="file"],
.single-job .single-content-container .content-left-right .form-block .form #field_6_7 input[type="file"] {
    border-bottom: none
}

.single-job .single-content-container .content-left-right .form-block .form .gfield--type-fileupload .gfield_description,
.single-job .single-content-container .content-left-right .form-block .form #field_4_7 .gfield_description,
.single-job .single-content-container .content-left-right .form-block .form #field_6_7 .gfield_description {
    padding-top: 0;
    margin-top: 0
}

.single-job .single-content-container .content-left-right .form-block .form #field_4_9,
.single-job .single-content-container .content-left-right .form-block .form #field_6_9 {
    font-weight: 600
}

.single-job .single-content-container .content-left-right .form-block .form .gfield--type-select select {
    max-width: 50%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #d8d8d6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    padding-right: 28px
}

.single-job .single-content-container .content-left-right .form-block .form .gform_footer {
    padding-top: 30px
}

.single-job .single-content-container .content-left-right .top-content-holder {
    display: block;
    padding: 24px 24px 0
}

.single-job .single-content-container .content-left-right .top-content-holder .post-tabs {
    padding: 5px 10px;
    font-weight: 900;
    background-color: #d3ff01;
    display: inline-block;
    font-size: 14px
}

.single-job .single-content-container .content-left-right h2,
.single-job .single-content-container .content-left-right .section-heading {
    font-size: 40px;
    line-height: 1.25em;
    margin: 0;
    padding: 24px 24px 0 24px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "degular-text", sans-serif
}

.single-job .single-content-container .content-left-right h3 {
    letter-spacing: 1px
}

.single-job .single-content-container .content-left-right .heading-container {
    padding-left: 24px;
    padding-right: 24px
}

.single-job .single-content-container .content-left-right .post-meta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    grid-auto-flow: row dense
}

.single-job .single-content-container .content-left-right .post-meta-container .post-meta {
    display: grid;
    grid-template-columns: 25% 70%;
    grid-gap: 0 5%;
    grid-auto-flow: row dense;
    border-bottom: 1px solid #d8d8d6;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.single-job .single-content-container .content-left-right .post-meta-container .post-meta:nth-of-type(4n+1),
.single-job .single-content-container .content-left-right .post-meta-container .post-meta:nth-of-type(4n+3) {
    padding-left: 24px
}

.single-job .single-content-container .content-left-right .post-meta-container .post-meta:nth-of-type(4n+2),
.single-job .single-content-container .content-left-right .post-meta-container .post-meta:nth-of-type(4n+4) {
    padding-right: 24px
}

.single-job .single-content-container .content-left-right .post-meta-container .post-meta .meta-label {
    font-weight: 600
}

.single-job .single-content-container .content-left-right h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    font-weight: 500
}

.single-job .single-content-container .content-left-right .post-description {
    padding: 0 24px 24px 24px
}

.single-job .single-content-container .content-left-right .post-description p,
.single-job .single-content-container .content-left-right .post-description ul,
.single-job .single-content-container .content-left-right .post-description ol {
    font-size: 18px !important;
    line-height: 1.5em
}

.single-job .single-content-container .content-left-right .post-description p a,
.single-job .single-content-container .content-left-right .post-description ul a,
.single-job .single-content-container .content-left-right .post-description ol a {
    color: #5700ff
}

.single-job .single-content-container .content-left-right .post-description p br,
.single-job .single-content-container .content-left-right .post-description ul br,
.single-job .single-content-container .content-left-right .post-description ol br {
    content: "";
    display: block;
    padding-top: 15px;
    margin: 0
}

.single-job .single-content-container .content-left-right .post-description ul,
.single-job .single-content-container .content-left-right .post-description ol {
    margin-bottom: 20px
}

.single-job .single-content-container .content-left-right .post-description li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 18px
}

.single-job .single-content-container .content-left-right .block-section {
    background-color: #f8f7f4;
    padding: 24px;
    margin-top: 45px
}

.single-job .single-content-container .content-left-right .block-section h4 {
    font-size: 22px;
    margin: 0;
    font-weight: 500
}

.single-job .single-content-container .content-left-right .block-section.social-sharing {
    padding: 24px 25px 15px 24px
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container {
    font-weight: 400;
    font-size: 22px;
    text-align: center
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul li {
    display: inline-block;
    font-size: 20px;
    margin-right: 10%;
    color: #fff
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul li.description {
    color: #000
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul li:last-child {
    margin-right: 0
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul li a {
    color: inherit
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul li .fa:before {
    font-family: "Font Awesome 5 Brands";
    padding: 0;
    border-radius: 100%;
    line-height: 1.5em;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul li .fa.fa-envelope:before {
    font-family: "Font Awesome 5 Free"
}

.single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul li:hover .fa:before {
    color: #5700ff
}

.single-job .single-content-container .content-left-right .block-section.related-jobs .block-title {
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: 2px solid #5700ff
}

.single-job .single-content-container .content-left-right .block-section .job-post {
    border-bottom: 2px solid #5700ff;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.single-job .single-content-container .content-left-right .block-section .job-post .job-post-title {
    margin: 0;
    line-height: 1.25em
}

.single-job .single-content-container .content-left-right .block-section .job-post .job-post-title a {
    color: #000;
    line-height: inherit;
    text-decoration: none
}

.single-job .single-content-container .content-left-right .block-section .job-post .job-post-title a:hover {
    color: #5700ff
}

.single-job .single-content-container .content-left-right .block-section .job-post .content-holder {
    padding-top: 15px;
    font-size: 18px
}

.single-job .single-content-container .content-left-right .block-section .job-post .content-holder .job-detail {
    padding-bottom: 15px
}

.single-job .single-content-container .content-left-right .block-section .job-post .content-holder .job-detail i {
    padding-right: 8px
}

.single-job .single-content-container .content-left-right .block-section .job-post .content-holder .job-detail i.fa-location-pin {
    padding-right: 13px
}

.single-job .single-content-container .content-left-right .block-section .job-post .content-holder .job-detail:last-of-type {
    padding-bottom: 0
}

.page-template-apply-thank-you.admin-bar.site__header-sticky .site {
    padding-top: 200px
}

.page-template-apply-thank-you .site__footer {
    position: relative;
    z-index: 2
}

.page-template-apply-thank-you .background-image {
    position: fixed;
    height: calc(100% + 200px);
    width: 100%;
    top: -200px;
    overflow: hidden;
    left: 0;
    background-size: cover !important
}

.page-template-apply-thank-you .thank-you-message {
    position: relative;
    z-index: 2;
    width: 88%;
    margin: 0 auto;
    padding: 0 0 6em
}

.page-template-apply-thank-you .thank-you-message .ty-container {
    width: 60%;
    margin: 0 auto
}

.page-template-apply-thank-you .thank-you-message .ty-container .main-message {
    padding-left: 34px;
    border-left: 2px solid #000
}

.page-template-apply-thank-you .thank-you-message .ty-container h2 {
    font-size: 40px;
    font-family: "degular-display", sans-serif;
    margin: 0 0 15px;
    font-weight: 900;
    line-height: 1.25em
}

.page-template-apply-thank-you .thank-you-message .ty-container h3,
.page-template-apply-thank-you .thank-you-message .ty-container h4 {
    font-size: 30px;
    margin: 0;
    line-height: 1.25em
}

.page-template-apply-thank-you .thank-you-message .ty-container .button-container {
    padding: 30px 0 0;
    text-align: center
}

.page-template-apply-thank-you .thank-you-message .ty-container .button-container .arrow-back {
    color: #000;
    text-decoration: none;
    text-transform: uppercase
}

.page-template-apply-thank-you .thank-you-message .ty-container .button-container .btn {
    margin-left: 24px
}

.resource__filters .filter-1 .field-parent.field-0,
.resource__filters .filter-1 .field-parent.field-3,
.resource__filters .filter-1 .field-parent.field-4,
.resource__filters .filter-1 .field-parent.field-6,
.resource__filters .filter-1 .field-parent.field-7 {
    display: none
}

.resource__filters .filter-2 .alm-filter--link.field-audience,
.resource__filters .filter-2 .alm-filter--link.field-18,
.resource__filters .filter-2 .field-parent.field-1,
.resource__filters .filter-2 .field-parent.field-2,
.resource__filters .filter-2 .field-parent.field-3,
.resource__filters .filter-2 .field-parent.field-4,
.resource__filters .filter-2 .field-parent.field-5,
.resource__filters .filter-2 .field-parent.field-6,
.resource__filters .filter-2 .field-parent.field-7,
.resource__filters .filter-2 .field-parent.field-8 {
    display: none
}

.resource__filters .filter-3 .alm-filter--link.field-lines-of-business,
.resource__filters .filter-3 .alm-filter--link.field-15,
.resource__filters .filter-3 .field-parent.field-0,
.resource__filters .filter-3 .field-parent.field-1,
.resource__filters .filter-3 .field-parent.field-2,
.resource__filters .filter-3 .field-parent.field-3,
.resource__filters .filter-3 .field-parent.field-5,
.resource__filters .filter-3 .field-parent.field-6,
.resource__filters .filter-3 .field-parent.field-7,
.resource__filters .filter-3 .field-parent.field-8 {
    display: none
}

.resource__filters .filter-4 .alm-filter--link.field-industry,
.resource__filters .filter-4 .alm-filter--link.field-17,
.resource__filters .filter-4 .field-parent.field-0,
.resource__filters .filter-4 .field-parent.field-1,
.resource__filters .filter-4 .field-parent.field-2,
.resource__filters .filter-4 .field-parent.field-4,
.resource__filters .filter-4 .field-parent.field-5,
.resource__filters .filter-4 .field-parent.field-6,
.resource__filters .filter-4 .field-parent.field-7,
.resource__filters .filter-4 .field-parent.field-8 {
    display: none
}

.page-template-initiative.admin-bar.site__header-sticky .site {
    padding-top: 131px
}

.page-template-initiative.site__header-sticky .site .site__header__search,
.page-template-initiative .site .site__header__search {
    display: none !important
}

.page-template-initiative.site__header-sticky .site .site__header__container,
.page-template-initiative .site .site__header__container {
    background-color: #000;
    transition: background-color 0s ease, width 0s ease, -webkit-backdrop-filter 0s ease;
    transition: background-color 0s ease, width 0s ease, backdrop-filter 0s ease;
    transition: background-color 0s ease, width 0s ease, backdrop-filter 0s ease, -webkit-backdrop-filter 0.5s ease
}

.page-template-initiative.site__header-sticky .site .site__header__container .site__header__logo,
.page-template-initiative .site .site__header__container .site__header__logo {
    max-width: unset;
    float: none;
    width: unset
}

.page-template-initiative.site__header-sticky .site .site__header__container .site__header__logo img,
.page-template-initiative .site .site__header__container .site__header__logo img {
    max-height: 70px
}

.page-template-initiative .page-featured-image {
    background-size: cover !important;
    padding-bottom: 420px;
    display: grid;
    vertical-align: middle;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #000
}

.page-template-initiative .page-featured-image .tagline-container {
    position: absolute;
    width: 50%;
    right: 4%;
    display: grid;
    vertical-align: middle;
    align-items: center;
    height: 100%
}

.page-template-initiative .page-featured-image .tagline-container h2 {
    font-family: "Degular", Helvetica, Arial, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1em
}

.page-template-initiative .page-featured-image .tagline-container h2 .highlight {
    font-weight: 900;
    position: relative
}

.page-template-initiative .page-featured-image .tagline-container h2 .highlight:after {
    content: "";
    background-color: #ddfe52;
    height: 20px;
    width: 475px;
    display: block;
    margin-top: -20px
}

.page-template-initiative .section-2 {
    background-size: cover !important
}

.page-template-initiative .section-2 section {
    margin: 0
}

.page-template-initiative .alm-listing.grid {
    grid-template-columns: 1fr;
    grid-gap: 0
}

.page-template-initiative .alm-listing.grid .blogpost-column {
    margin-bottom: 40px
}

.page-template-initiative .alm-listing.grid .blogpost-column-inner {
    grid-template-columns: 210px calc(96% - 210px);
    grid-gap: 0 4%;
    grid-auto-flow: row dense;
    display: grid;
    border: none
}

.page-template-initiative .alm-listing.grid .blogpost-image {
    max-height: 210px;
    width: 210px;
    height: 210px;
    border: 2px solid transparent !important
}

.page-template-initiative .alm-listing.grid .blogpost-image:hover {
    border: 2px solid #000 !important
}

.page-template-initiative .alm-listing.grid .blogpost-column-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.page-template-initiative .alm-listing.grid .blogpost-column-content h5 {
    margin-bottom: 20px
}

.page-template-initiative .alm-listing.grid .blogpost-column-content h5 a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: none
}

.page-template-initiative .alm-listing.grid .blogpost-column-content .excerpt {
    margin-bottom: 25px
}

.page-template-initiative .alm-listing.grid .blogpost-column-content .excerpt p:last-of-type {
    margin-bottom: 0
}

.page-template-initiative .fcb-section {
    background-size: cover !important;
    width: 100%
}

.page-template-initiative .fcb-section section {
    max-width: unset
}

.page-template-initiative .list__results {
    width: 88%;
    margin: 0 auto !important;
    padding-bottom: 0;
    padding-top: 2em
}

.page-template-initiative footer .initiative-logo {
    margin: 0 auto;
    text-align: center;
    padding: 2em 0 4em
}

.page-template-initiative footer .initiative-logo img {
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    text-align: center
}

.page-template-initiative footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 16px
}

.icon-and-content-block {
    padding: 3em 0 3em
}

.icon-and-content-block .container {
    width: 84%;
    margin: 0 auto
}

.icon-and-content-block .block-content-container {
    grid-template-columns: 150px calc(92% - 150px);
    grid-gap: 0 8%;
    grid-auto-flow: row dense;
    display: grid
}

.icon-and-content-block .block-content-container .icon-container img {
    max-width: 100%;
    height: auto
}

.icon-and-content-block .block-content-container .block-content p,
.icon-and-content-block .block-content-container .block-content ul,
.icon-and-content-block .block-content-container .block-content ol {
    line-height: 1.5em
}

.icon-and-content-block .block-content-container .block-content .block-title {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Degular", Helvetica, Arial, sans-serif
}

.icon-and-content-block .block-content-container .block-content .block-title strong {
    font-weight: 900
}

.icon-and-content-block .block-content-container .block-content .button-container {
    padding-top: 24px
}

.icon-and-content-block .block-content-container .block-content .button-container .button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 11px 45px 15px;
    background-color: transparent;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
    border: 1px solid #000;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.icon-and-content-block .block-content-container .block-content .button-container .button:hover {
    background-color: #000;
    color: #fff
}

.basic-text-block {
    padding: 3em 0;
    text-align: center;
    margin: 0
}

.basic-text-block.white-bg .block-title {
    font-weight: 900
}

.basic-text-block.white-bg .container {
    width: 75%
}

.basic-text-block.black-bg {
    background-color: #000
}

.basic-text-block.black-bg .block-title,
.basic-text-block.black-bg .block-content {
    color: #fff
}

.basic-text-block.black-bg .block-title {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px
}

.basic-text-block.black-bg .block-title strong {
    font-weight: 900
}

.basic-text-block.has-border-color {
    position: relative
}

.basic-text-block.has-border-color:before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 1px;
    width: 100%;
    left: 0;
    top: -14px;
    display: block
}

.basic-text-block.has-border-color:after {
    content: "";
    position: absolute;
    background-color: #000;
    height: 1px;
    width: 100%;
    display: block;
    left: 0;
    top: 0
}

.basic-text-block .container {
    width: 84%;
    margin: 0 auto
}

.basic-text-block .block-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-family: "Degular", Helvetica, Arial, sans-serif
}

.basic-text-block .block-content {
    width: 84%;
    margin: 0 auto
}

.stat-blocks {
    padding: 3em 0
}

.stat-blocks.has-image .stat-blocks-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 2%
}

.stat-blocks.has-image .stat-blocks-container .stat {
    background-color: #edece4
}

.stat-blocks.has-image .container {
    width: 92%;
    margin: 0 auto
}

.stat-blocks.no-image {
    background-color: #edebe4;
    margin: 0
}

.stat-blocks.no-image .stat-blocks-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0
}

.stat-blocks.no-image .stat-blocks-container .stat {
    text-align: center;
    padding: 0 5%
}

.stat-blocks.no-image .stat-blocks-container .stat:nth-of-type(odd) {
    border-right: 1px solid #000
}

.stat-blocks.no-image .container {
    width: 84%;
    margin: 0 auto
}

.stat-blocks .stat-blocks-container {
    grid-gap: 0 5%;
    grid-auto-flow: row dense;
    display: grid
}

.stat-blocks .stat-blocks-container .stat .stat-image {
    background-size: cover !important;
    padding-bottom: 70%
}

.stat-blocks .stat-blocks-container .stat .stat-content {
    padding: 15px 30px 50px
}

.stat-blocks .stat-blocks-container .stat .statistic {
    padding-bottom: 10px
}

.stat-blocks .stat-blocks-container .stat .stat-number-container,
.stat-blocks .stat-blocks-container .stat .symbol {
    display: inline-block;
    font-size: 60px;
    font-weight: 900;
    font-family: "Degular", Helvetica, Arial, sans-serif
}

.stat-blocks .stat-blocks-container .stat .stat-info {
    text-align: center
}

.card-layout-block {
    padding: calc(6em + 20px) 0 6em;
    position: relative
}

.card-layout-block:before {
    content: "";
    background-color: #ddff52;
    height: 20px;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.card-layout-block .container {
    width: 84%;
    margin: 0 auto
}

.card-layout-block .card-layout-container {
    border: 1px solid #000
}

.card-layout-block .card-layout-container .block-content-container {
    grid-gap: 0;
    grid-auto-flow: row dense;
    display: grid;
    grid-template-columns: 65% 35%
}

.card-layout-block .card-layout-container .block-content-container .left-content .top-bar {
    background-color: #000;
    color: #fff;
    padding: 30px
}

.card-layout-block .card-layout-container .block-content-container .left-content .top-bar p,
.card-layout-block .card-layout-container .block-content-container .left-content .top-bar ul,
.card-layout-block .card-layout-container .block-content-container .left-content .top-bar ol,
.card-layout-block .card-layout-container .block-content-container .left-content .top-bar h2,
.card-layout-block .card-layout-container .block-content-container .left-content .top-bar h3,
.card-layout-block .card-layout-container .block-content-container .left-content .top-bar h4,
.card-layout-block .card-layout-container .block-content-container .left-content .top-bar h5 {
    color: #fff
}

.card-layout-block .card-layout-container .block-content-container .left-content .top-bar h3 {
    margin: 0;
    line-height: 1.3em;
    font-size: 30px;
    color: #ddff52;
    font-family: "Degular", Helvetica, Arial, sans-serif
}

.card-layout-block .card-layout-container .block-content-container .left-content .top-bar h3 strong {
    font-weight: 900
}

.card-layout-block .card-layout-container .block-content-container .left-content .top-bar a {
    color: #ddff52
}

.card-layout-block .card-layout-container .block-content-container .left-content .top-bar a:hover {
    text-decoration: underline
}

.card-layout-block .card-layout-container .block-content-container .left-content .top-bar .block-title+.top-block-content {
    padding-top: 10px
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content {
    padding: 30px;
    background-color: #fff
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-stat-container {
    grid-gap: 0;
    grid-auto-flow: row dense;
    display: grid
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-stat-container.no-transition {
    grid-template-columns: 120px 120px
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-stat-container.has-transition {
    grid-template-columns: 120px 70px 120px
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-stat-container .label {
    font-size: 40px;
    font-weight: 600;
    font-family: "Degular", Helvetica, Arial, sans-serif;
    position: relative
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-stat-container .label:after {
    content: "";
    background-color: #ddff52;
    height: 13px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    display: block;
    z-index: -1
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-stat-container .sublabel {
    font-weight: 900
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-stat-container .transition {
    text-align: center
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-stat-container .transition .label:after {
    display: none
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-block-content {
    padding-top: 24px
}

.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-block-content p,
.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-block-content ul,
.card-layout-block .card-layout-container .block-content-container .left-content .bottom-content .bottom-block-content ol {
    line-height: 1.5em
}

.card-layout-block .card-layout-container .block-content-container .right-content {
    background-size: cover !important
}

.card-layout-block+.icon-and-content-block {
    padding-top: 0
}

.single-location.site__header-sticky .site {
    margin-top: 0
}

.single-location .site__header-sticky .site,
.single-location .site {
    padding-top: 131px !important;
    margin-top: 0
}

.single-location .location-map-block .location-map-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    grid-auto-flow: row dense
}

.single-location .location-map-block .location-map-container .location-map-content {
    grid-column: 2;
    background-size: cover !important;
    display: grid;
    align-items: center
}

.single-location .location-map-block .location-map-container .location-map-content .location-meta {
    padding: 6em 50px
}

.single-location .location-map-block .location-map-container .location-map-content .location-meta h2,
.single-location .location-map-block .location-map-container .location-map-content .location-meta h1 {
    font-size: 35px;
    line-height: 1.2em
}

.single-location .location-map-block .location-map-container .location-address-container {
    display: grid;
    grid-template-columns: 45px calc(100% - 55px);
    grid-gap: 0 15px;
    grid-auto-flow: row dense;
    align-items: center
}

.single-location .location-map-block .location-map-container .location-address-container .location-address-content {
    line-height: 1.4em
}

.single-location .location-map-block .location-map-container .location-address-container .location-address-content a {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.single-location .location-map-block .location-map-container .location-map-embed {
    overflow: hidden;
    border-right: 1px solid #000;
    position: relative
}

.single-location .location-map-block .location-map-container .location-map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.single-location .location-map-block .location-map-container .button-container {
    margin-top: 15px;
    margin-left: 55px
}

.single-location .location-map-block .location-map-container .button-container .btn {
    color: #d3ff01;
    letter-spacing: 1px
}

.single-location .location-map-block .location-map-container .button-container .btn:hover {
    text-shadow: 0 0 0.65px #d3ff01, 0 0 0.65px #d3ff01
}

.single-location .image-and-content-block-layout.image-right .block-content-container {
    grid-template-columns: 1fr 1fr
}

.single-location .image-and-content-block-layout.image-right .block-content-container .content-column {
    border-right: 1px solid #000
}

.single-location .image-and-content-block-layout.image-right .block-content-container .button-container .btn {
    color: #d3ff01;
    letter-spacing: 1px
}

.single-location .image-and-content-block-layout.image-right .block-content-container .button-container .btn:hover {
    text-shadow: 0 0 0.65px #d3ff01, 0 0 0.65px #d3ff01
}

.single-location .image-and-content-block-layout.image-left .block-content-container {
    grid-template-columns: 1fr 1fr
}

.single-location .image-and-content-block-layout.image-left .block-content-container .content-column {
    grid-column: 2
}

.single-location .image-and-content-block-layout.image-left .block-content-container .image-column {
    grid-column: 1;
    border-right: 1px solid #000
}

.single-location .image-and-content-block-layout.black-bg {
    background-color: #000;
    color: #fff
}

.single-location .image-and-content-block-layout.black-bg .block-content-container .button-container .btn {
    color: #fff;
    letter-spacing: 1px;
    border-color: #fff
}

.single-location .image-and-content-block-layout.black-bg .block-content-container .button-container .btn:hover {
    text-shadow: 0 0 0.65px #d3ff01, 0 0 0.65px #d3ff01;
    color: #d3ff01
}

.single-location .image-and-content-block-layout .block-content-container {
    display: grid;
    grid-gap: 0;
    grid-auto-flow: row dense
}

.single-location .image-and-content-block-layout .block-content-container h2 {
    font-size: 35px;
    line-height: 1.2em
}

.single-location .image-and-content-block-layout .block-content-container .content-column {
    padding: 6em 45px
}

.single-location .image-and-content-block-layout .block-content-container .image-column {
    background-size: cover !important
}

.single-location .image-and-content-block-layout .block-content-container .button-container {
    margin-top: 30px
}

.single-location .image-and-content-block-layout .block-content-container .button-container .button,
.single-location .image-and-content-block-layout .block-content-container .button-container .btn {
    padding: 10px;
    background-color: #000;
    text-decoration: none
}

.single-location .services-repeater-block {
    padding: 5em 0
}

.single-location .services-repeater-block h3 {
    text-align: center;
    font-size: 30px
}

.single-location .services-repeater-block .container {
    width: 84%;
    margin: 0 auto
}

.single-location .services-repeater-block .services-blocks {
    display: grid;
    grid-gap: 0 2%;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.single-location .services-repeater-block .services-blocks .service-block {
    border: 1px solid #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.single-location .services-repeater-block .services-blocks .service-block img {
    max-width: 100%;
    height: auto;
    width: 70px
}

.single-location .services-repeater-block .services-blocks .service-block .service-block-container {
    padding: 24px 24px 24px 24px
}

.single-location .services-repeater-block .services-blocks .service-block .service-block-container-group {
    position: relative;
    height: 100%
}

.single-location .services-repeater-block .services-blocks .service-block h3 {
    margin: 15px 0;
    line-height: 1.2em;
    text-align: left
}

.single-location .services-repeater-block .services-blocks .service-block .button-container-group {
    margin-top: auto;
    text-align: center
}

.single-location .services-repeater-block .services-blocks .service-block .button-container-group .button-container {
    text-align: center;
    min-height: 107px;
    padding: 24px;
    border-top: 1px solid #000;
    display: grid;
    align-items: center
}

.single-location .services-repeater-block .services-blocks .service-block .button-container-group .btn {
    font-size: 0.78rem;
    padding: 10px 12px;
    font-weight: 300;
    color: #d3ff01;
    letter-spacing: 1px
}

.single-location .services-repeater-block .services-blocks .service-block .button-container-group .btn:hover {
    text-shadow: 0 0 0.65px #d3ff01, 0 0 0.65px #d3ff01
}

.single-location .section_contact-form {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 6em 0
}

.single-location .section_contact-form .form-conversation-graphic {
    width: 215px;
    height: 215px
}

.single-location .section_contact-form h3+.form-conversation-graphic {
    right: -70px
}

.single-location .section_contact-form .grid {
    width: 84%;
    margin: 0 auto;
    padding: 0
}

.single-location .section_contact-form .grid .form-graphic-container h3 {
    font-size: 35px;
    line-height: 1.2em
}

.single-location .section_contact-form .form-container {
    margin-left: 70px
}

.page-template-page-locations-landing .location-list-nav {
    width: 80%;
    margin: 4em auto 0;
    display: block
}

.page-template-page-locations-landing .location-list-nav label {
    font-size: 20px;
    line-height: 1.5em
}

.page-template-page-locations-landing .location-list-nav-container {
    display: block;
    margin-top: 10px
}

.page-template-page-locations-landing .location-list-nav-container .btn {
    margin-bottom: 24px
}

.page-template-page-locations-landing .location-list-nav-container .btn:hover {
    background-color: #000;
    color: #d4ff00
}

.page-template-page-locations-landing .section__banner {
    display: block;
    min-height: 600px;
    max-height: unset;
    height: 100%;
    padding-bottom: 3em
}

.page-template-page-locations-landing .section__banner .grid-container {
    display: block
}

.page-template-page-locations-landing .section__banner h1 a,
.page-template-page-locations-landing .section__banner h2 a,
.page-template-page-locations-landing .section__banner h3 a,
.page-template-page-locations-landing .section__banner h4 a,
.page-template-page-locations-landing .section__banner h5 a,
.page-template-page-locations-landing .section__banner h6 a {
    color: #000
}

.locations-list-group .location-region-name {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 24px;
    letter-spacing: 1.2px;
    font-family: "degular-text", sans-serif;
    line-height: 1.3em
}

.locations-list-group .location-subregion-name {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.2px;
    margin: 0;
    font-famiy: "degular-text", sans-serif;
    line-height: 1.5em
}

.locations-list-group .locations-group {
    border-top: 1px solid #ccc;
    padding: 3.5em 6%
}

.locations-list-group .locations-bucket-regions {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4
}

.locations-list-group .locations-bucket-regions.no-subregions {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1
}

.locations-list-group .locations-bucket-regions .locations-bucket-container {
    break-inside: avoid-column;
    margin-bottom: 20px
}

.locations-list-group .locations-bucket-regions .locations-bucket-container:last-of-type {
    margin-bottom: 0
}

.locations-list-group .location {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.6px
}

.locations-list-group .location .location-name a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.locations-list-group .location .location-name a:hover {
    color: #5700ff !important
}

.site__header-sticky .site {
    overflow: hidden;
    margin-top: -131px;
    padding-top: 255px
}

.site__header-sticky.page-template-default .site.has-alert,
.site__header-sticky.blog .site.has-alert,
.site__header-sticky.page-template-header-bg .site.has-alert,
.site__header-sticky.page-template-job-search .site.has-alert,
.site__header-sticky.page-template-page-locations-landing .site.has-alert {
    padding-top: 300px
}

.site__header-sticky.page-template-default .site__header__container.has-alert,
.site__header-sticky.blog .site__header__container.has-alert,
.site__header-sticky.page-template-header-bg .site__header__container.has-alert,
.site__header-sticky.page-template-job-search .site__header__container.has-alert,
.site__header-sticky.page-template-page-locations-landing .site__header__container.has-alert {
    top: 50px
}

.site__header-sticky.page-template-default .site__header__container.has-alert.scroll-active,
.site__header-sticky.blog .site__header__container.has-alert.scroll-active,
.site__header-sticky.page-template-header-bg .site__header__container.has-alert.scroll-active,
.site__header-sticky.page-template-job-search .site__header__container.has-alert.scroll-active,
.site__header-sticky.page-template-page-locations-landing .site__header__container.has-alert.scroll-active {
    top: 0px
}

.site__header-sticky.single-job .site__header__container.has-alert,
.site__header-sticky.single-location .site__header__container.has-alert {
    top: 50px
}

.site__header-sticky.single-job .site__header__container.has-alert.scroll-active,
.site__header-sticky.single-location .site__header__container.has-alert.scroll-active {
    top: 0
}

.site__header-sticky.single-location .site.has-alert {
    margin-top: 40px
}

.site__header-sticky.single-post .site.has-alert {
    margin-top: 0;
    padding-top: 205px
}

.site__header-sticky.single-post .site__header__container.has-alert {
    top: 18px
}

.site__header-sticky.single-post .site__header__container.has-alert.scroll-active {
    top: 0
}

.site__header-sticky.page-template-page-locations-landing .site__header__container.has-alert {
    top: 50px
}

.site__header-sticky.page-template-page-locations-landing .site.has-alert {
    margin-top: -125px
}

.global-alert-banner {
    background-color: #5700FF;
    padding: 15px 4%;
    font-size: 17px;
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    width: calc(100vw - 232px);
    font-family: "Degular", Helvetica, Arial, sans-serif
}

.global-alert-banner a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold
}

.global-alert-banner a:hover {
    color: #fff;
    cursor: pointer
}

.admin-bar .global-alert-banner {
    top: 32px
}

.admin-bar.site__header-sticky .site__header__container.has-alert {
    top: 70px
}

.admin-bar.site__header-sticky .site__header__container.has-alert.scroll-active {
    top: 32px
}

.admin-bar.site__header-sticky.menu-active .site__header__container.has-alert {
    top: 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.admin-bar.page-template-header-bg .site.has-alert {
    margin-top: 170px !important
}

.admin-bar.blog .site.has-alert {
    padding-top: 300px
}

.admin-bar.page-template-default .site.has-alert,
.admin-bar.single-job .site.has-alert {
    padding-top: 165px
}

.site__footer {
    position: relative
}

.site__footer .footer-bottom-menu {
    /* float: right;
    position: absolute;
    right: 0;
    bottom: 60px; */
    width: 100%
}

.site__footer .footer-bottom-menu .footer-bottom-label {
    padding-bottom: 15px;
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    /* border-bottom: 1px solid #fff; */
    font-weight: 700;
}

.site__footer .footer-bottom-menu #menu-footer-bottom-menu li {
    display: block;
    color: #fff;
    margin-right: 5%;
    text-transform: capitalize;
    padding-top: 10px
}

.site__footer__left-logo p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: 30px;
}

.site__footer .footer-bottom-menu #menu-footer-bottom-menu li a {
    color: #fff
}

.section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container .callout-image img {
    padding-bottom: 0px !important;
    max-height: 200px;
    background-size: cover;
    width: 100%;
    background-position: center;
    object-fit: cover;
}

.section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container .callout-image img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}


@media (min-width:1025px) {
    .site__header__search.active input[type="search"] {
        width: 350px;
        height: 48px
    }

    .site__header__search.active input[type="submit"] {
        top: 14px;
        right: 16px;
        width: 22px;
        height: 22px
    }
}

@media (min-width:1600px) {
    .page-template-header-bg .header-bg-section {
        height: 1000px
    }
}

@media (min-width:2000px) {
    .page-template-header-bg .header-bg-section {
        height: 1100px
    }

    .page-template-header-bg .header-bg-section .logo-mark-container img {
        max-width: 150px
    }

    .page-template-header-bg .section__banner .grid {
        align-items: initial
    }

    .page-template-header-bg .section__banner-alt {
        min-height: 600px
    }
}

@media (min-width:1920px) {
    .page-template-header-bg .header-bg-section {
        height: 1200px
    }

    .page-template-header-bg .header-bg-section .background-image {
        background-size: cover !important
    }
}

@media (max-width:1730px) {
    /* .site__footer .footer-bottom-menu {
        width: 32.5%
    } */
}


@media (max-width:1550px) {
    /* .site__footer .footer-bottom-menu {
        width: 34%
    } */

    .site__footer .footer-bottom-menu #menu-footer-bottom-menu li {
        margin-right: 4%
    }

    /* .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container {
        grid-template-columns: 100px calc(100% - 120px)
    } */


}

@media (max-width:1500px) {
    /* .site__footer .footer-bottom-menu {
        width: 34%
    } */

    .site__footer .footer-bottom-menu #menu-footer-bottom-menu li {
        margin-right: 4%
    }

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container {
        grid-template-columns: 1fr
    }

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container .callout-image {
        display: none
    }
}

@media (max-width:1375px) {
    /* .site__footer .footer-bottom-menu {
        width: 49%
    } */

    .site__footer .footer-bottom-menu #menu-footer-bottom-menu li {
        margin-right: 5%
    }
}

@media (max-width:1365px) {
    .single-job .blank-section-info {
        width: 100%;
        padding: 0 35px 60px
    }

    .single-job .single-content-container .content-left-right .post-meta-container .post-meta {
        grid-template-columns: 30% 65%
    }

    .blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container,
    .archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container {
        grid-template-columns: 150px calc(96% - 150px)
    }

    .blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-image,
    .archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-image {
        min-height: 150px
    }

    .blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder,
    .archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder {
        grid-template-columns: 1fr 1fr
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content h5 {
        font-size: 30px
    }

    .page-template-header-bg .header-bg-section .tag-container h1 {
        font-size: 115px
    }
}

@media (min-width:1025px) {

    .navigation__main-item--submenu-wrap,
    .navigation__main-item,
    .navigation__main-menu,
    .navigation__main-menu__wrapper {
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
        overflow-y: unset !important
    }

    .navigation__main .navigation__main-menu__wrapper .navigation__main-item {
        overflow: hidden !important
    }

    .navigation__main-menu nav .navigation__main,
    .navigation__main {
        overflow: hidden !important;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important
    }

    .admin-bar.site__header-sticky .site {
        margin-top: 0
    }

    .page-template-header-bg .admin-bar.site__header-sticky .site {
        margin-top: 125px !important
    }
}

@media (max-width:1260px) {
    .page-template-page-locations-landing .section__banner {
        max-height: unset;
        padding-bottom: 3.5em
    }

    .page-template-page-locations-landing .location-list-nav {
        margin-top: 2em;
        width: calc(100% - 40px)
    }

    .locations-list-group .locations-bucket-regions {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        column-count: 3
    }

    .locations-list-group .locations-group {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1200px) {
    .home .section__banner .home-video-container {
        padding-bottom: 1200px
    }

    .home .section__banner .home-video-container iframe {
        width: 150%;
        left: -25%
    }

    .single-job .single-content-container .content-left-right .post-meta-container .post-meta {
        grid-template-columns: 35% 60%
    }

    .page-template-initiative .page-featured-image .tagline-container h2 {
        font-size: 3.5rem
    }

    .page-template-initiative .page-featured-image .tagline-container h2 .highlight:after {
        width: 420px
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content h5 {
        font-size: 24px;
        line-height: 1.5em
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content .excerpt p {
        font-size: 16px
    }

    .single-location .location-map-block .location-map-container {
        grid-template-columns: 1fr
    }

    .single-location .location-map-block .location-map-container .location-map-content {
        grid-column: 1
    }

    .single-location .location-map-block .location-map-container .location-map-embed {
        height: 400px
    }

    .single-location .image-and-content-block-layout.image-right .block-content-container {
        grid-template-columns: 60% 40%
    }

    .single-location .image-and-content-block-layout.image-left .block-content-container {
        grid-template-columns: 40% 60%
    }

    .single-location .services-repeater-block .services-blocks {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2%
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container {
        grid-template-columns: 150px calc(96% - 150px)
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image {
        min-height: 150px;
        width: 150px;
        height: 150px
    }

    .page-template-header-bg .header-bg-section {
        height: 800px
    }

    .page-template-header-bg .header-bg-section .tag-container h1 {
        font-size: 90px
    }

    .page-template-header-bg .header-bg-section .tag-container {
        padding-top: 160px
    }

    .site__footer .footer-bottom-menu #menu-footer-bottom-menu li {
        margin-right: 3%
    }
}

@media (max-width:1024px) {

    .site__header-sticky .site,
    .home.site__header-sticky .site {
        padding-top: 25px !important
    }

    /* .home.site__header-sticky.page-template-default .site.has-alert,
    .home.site__header-sticky .site.has-alert {
        margin-top: -125px !important
    } */

    .home .section__banner {
        padding-top: 60px !important;
        margin-bottom: 0px !important
    }

    .home .section__banner .banner figure {
        align-items: center
    }

    .home .section__banner .section__banner-home-content h1 {
        font-size: 2.75rem
    }

    .home .section__banner .home-video-container {
        padding-bottom: 1024px;
        width: 93%
    }

    .home .section__banner .home-video-container iframe {
        width: 108%;
        left: 0%
    }

    .home #section-2 {
        border-top: none !important
    }

    .section_contact-form .form-container object {
        opacity: 1 !important;
        margin: -20px 0 -20px -24px
    }

    .page-id-707 #block-0.section_heading-3-columns img,
    .page-id-707 #block-1.section_heading-3-columns img {
        margin: 20px 0;
        width: 100%;
        height: auto
    }

    .page-id-707 #block-0.section_heading-3-columns .grid .col-sm-12.col-lg-4,
    .page-id-707 #block-1.section_heading-3-columns .grid .col-sm-12.col-lg-4 {
        position: relative;
        padding-bottom: 0
    }

    .page-id-707 #block-0.section_heading-3-columns .grid .grid .grid-content-container,
    .page-id-707 #block-1.section_heading-3-columns .grid .grid .grid-content-container {
        position: relative;
        display: block
    }

    .page-id-707 #block-0.section_heading-3-columns .grid .grid .grid-content-container .leadership-grid-info,
    .page-id-707 #block-1.section_heading-3-columns .grid .grid .grid-content-container .leadership-grid-info {
        min-height: unset
    }

    .page-id-707 #block-0.section_heading-3-columns .grid .grid .grid-content-container .button-right,
    .page-id-707 #block-1.section_heading-3-columns .grid .grid .grid-content-container .button-right {
        position: relative
    }

    .page-template-job-search.admin-bar.site__header-sticky .site,
    .page-template-job-search .site__header-sticky .site {
        margin-top: 0;
        padding-top: 155px !important
    }

    .page-template-job-search .job-search-results .search-container .content-left-right {
        grid-template-columns: 1fr
    }

    .page-template-job-search .job-search-results .search-container .content-left-right .content-left {
        display: none
    }

    .page-template-job-search .job-search-results .search-container .content-left-right .content-right .mobile-only-filters {
        display: block;
        margin-bottom: 50px
    }

    .page-template-job-search .job-search-results .search-container .environment-type-facet {
        display: none
    }

    .page-template-job-search .job-search-results .search-container .submit-button-container .fwp-submit {
        padding: 15.5px
    }

    .page-template-job-search .job-search-results .search-container .facet-search-group {
        grid-template-columns: 1fr;
        width: 100%
    }

    .page-template-job-search .job-search-results .search-container .facet-search-group .facetwp-type-autocomplete {
        margin-bottom: 0px
    }

    .page-template-job-search .job-search-results .search-container .facet-search-group .filter-facet:first-of-type {
        margin-bottom: 24px
    }

    .page-template-job-search .job-search-results .search-container .facet-search-group .filter-facet:first-of-type input[type="text"] {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px
    }

    .page-template-job-search .job-search-results .search-container .facet-search-group .filter-facet:last-of-type {
        margin-bottom: 0
    }

    .page-template-job-search .job-search-results .search-container .facet-search-group .filter-facet:last-of-type input[type="text"] {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-left: 1px solid #d8d8d6
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters {
        padding-top: 34px;
        margin-top: 0px;
        border-top: 1px solid #d8d8d6
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .filter-trigger {
        text-align: right;
        padding: 0;
        z-index: 2;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .filter-trigger .filter-label {
        position: relative;
        font-weight: 500
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .filter-trigger .filter-label:before {
        font-size: 20px;
        border: none;
        position: relative;
        content: "";
        margin-right: 10px;
        top: 5px;
        height: 20px;
        width: 20px;
        display: inline-block;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background: url("../img/sliders-solid.svg")
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group {
        padding: 20px 6% 20px;
        background-color: #f8f7f4;
        width: calc(112% + 20px);
        left: -6%;
        position: relative;
        display: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group .main-label {
        padding-bottom: 10px;
        font-weight: 700;
        color: #565656;
        font-size: 18px
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group .filters-group .filter-label {
        border-top: 1px solid #565656;
        padding-top: 15px
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group .filters-group .facetwp-facet {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group .filters-group .facetwp-facet .facetwp-checkbox {
        margin-bottom: 8px
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group .filters-group .facetwp-facet.facetwp-facet-work_environment .facetwp-checkbox .facetwp-counter {
        display: none
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group .fwp-submit {
        margin: 15px 0 24px;
        font-weight: 300;
        padding: 12px 18px;
        letter-spacing: 1px;
        display: block;
        min-width: 120px;
        width: 100%;
        padding: 14px;
        border-radius: 28px;
        border: 1px solid transparent;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.125rem;
        color: #d3ff01;
        background-color: #000;
        transition: box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
        cursor: pointer
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group .clear-link a {
        color: #565656
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-triggers-group .clear-link a:hover {
        color: #000
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters .mobile-filters-container {
        padding: 15px 8% 0;
        width: 114%;
        left: -7%;
        position: relative
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters.open .mobile-filters-container {
        background-color: #f8f7f4;
        padding-bottom: 15px
    }

    .page-template-job-search .job-search-results .search-container .mobile-only-filters.open .mobile-triggers-group {
        display: block
    }

    .single-job.admin-bar.site__header-sticky .site,
    .single-job.site__header-sticky .site {
        margin-top: 0;
        padding-top: 155px !important
    }

    .single-job .single-content-container .content-left-right {
        grid-template-columns: 1fr
    }

    .single-job .single-content-container .content-left-right .mobile-only {
        display: block
    }

    .single-job .single-content-container .content-left-right .desktop-only {
        display: none
    }

    .single-job .single-content-container .content-left-right .heading-container {
        padding-top: 10px
    }

    .single-job .single-content-container .content-left-right .post-meta-container {
        padding-top: 15px
    }

    .single-job .single-content-container .content-left-right .form-block {
        margin-bottom: 0
    }

    .single-job .single-content-container .content-left-right .sidebar-right {
        padding-bottom: 90px
    }

    .single-job .single-content-container .content-left-right .block-section h4 {
        font-size: 20px
    }

    .single-job .single-content-container .content-left-right .post-meta-container .post-meta {
        grid-template-columns: 82px calc(95% - 82px)
    }

    .page-template-initiative.admin-bar.site__header-sticky .site {
        padding-top: 90px !important;
        margin-top: 0
    }

    .page-template-initiative footer .initiative-logo img {
        max-height: 70px
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-inner {
        grid-template-columns: 200px calc(100% - 234px);
        grid-gap: 0 34px
    }

    .page-template-initiative .alm-listing.grid .blogpost-image {
        width: 200px;
        max-height: 200px;
        height: 200px
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content {
        padding: 0
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content h5 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content .excerpt {
        margin-bottom: 15px
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content .excerpt p {
        font-size: 16px
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content .btn-link {
        margin-top: 0
    }

    .page-template-header-bg.site__header-sticky .site {
        padding-top: 170px !important
    }

    .page-template-header-bg .header-bg-section {
        height: 500px;
        background-image: cover !important
    }

    .page-template-header-bg .header-bg-section .tag-container {
        padding-top: 140px
    }

    .page-template-header-bg .header-bg-section .tag-container h1 {
        font-size: 75px
    }

    .page-template-header-bg .header-bg-section .logo-mark-container {
        padding-top: 0
    }

    .page-template-header-bg .header-bg-section .logo-mark-container img {
        max-width: 115px
    }

    .page-template-header-bg .section__banner {
        padding-top: 60px
    }

    .page-template-header-bg .section__banner h2 {
        font-size: 28px
    }

    .page-template-header-bg .section__banner p {
        font-size: 16px
    }

    .basic-text-block .container {
        width: 84%
    }

    .blog.site__header-sticky .site,
    .archive.category.site__header-sticky .site {
        margin-top: -35px
    }

    .blog.admin-bar.site__header-sticky .site,
    .archive.category.admin-bar.site__header-sticky .site {
        margin-top: 0;
        padding-top: 188px !important
    }

    .blog .section__banner,
    .archive.category .section__banner {
        height: 300px !important;
        display: grid;
        align-items: center;
        padding: 0 !important
    }

    .blog .resource-center-listings .content-left-right,
    .archive.category .resource-center-listings .content-left-right {
        grid-gap: 0;
        display: block;
        grid-template-columns: 1fr;
        width: 100%
    }

    .blog .resource-center-listings .content-left-right .rc-filters,
    .archive.category .resource-center-listings .content-left-right .rc-filters {
        padding: 40px 35px 3em;
        position: fixed;
        top: 0;
        left: -50vw;
        width: 50vw;
        background-color: #fff;
        height: 100vh;
        z-index: 9999999999;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .blog .resource-center-listings .content-left-right .rc-filters.open,
    .archive.category .resource-center-listings .content-left-right .rc-filters.open {
        left: 0;
        -webkit-box-shadow: 10px 0 20px -5px rgba(115, 115, 115, 0.75);
        -moz-box-shadow: 10px 0 20px -5px rgba(115, 115, 115, 0.75);
        -ms-box-shadow: 10px 0 20px -5px rgba(115, 115, 115, 0.75);
        box-shadow: 10px 0 20px -5px rgba(115, 115, 115, 0.75)
    }

    .blog .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons,
    .archive.category .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons {
        -webkit-box-shadow: 0px 5px 5px rgba(115, 115, 115, 0.15), 0px -5px 5px rgba(115, 115, 115, 0.15);
        -moz-box-shadow: 0px 5px 5px rgba(115, 115, 115, 0.15), 0px -5px 5px rgba(115, 115, 115, 0.15);
        -ms-box-shadow: 0px 5px 5px rgba(115, 115, 115, 0.15), 0px -5px 5px rgba(115, 115, 115, 0.15);
        box-shadow: 0px 5px 5px rgba(115, 115, 115, 0.15), 0px -5px 5px rgba(115, 115, 115, 0.15);
        width: 50%;
        padding: 24px 30px
    }

    .blog .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons .clear-filters,
    .archive.category .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons .clear-filters {
        display: block;
        margin-bottom: 0
    }

    .blog .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons .clear-filters .clear-all,
    .archive.category .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons .clear-filters .clear-all {
        text-decoration: none;
        padding: 8px 14px;
        border: 1px solid #000;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        font-size: 14px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .blog .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons .clear-filters .clear-all:hover,
    .archive.category .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons .clear-filters .clear-all:hover {
        background-color: #000;
        color: #fff
    }

    .blog .resource-center-listings .content-left-right .rc-filters .filters-group.sort-input,
    .blog .resource-center-listings .content-left-right .rc-filters .facetwp-selections,
    .blog .resource-center-listings .content-left-right .rc-filters .filters-group.clear-filters,
    .archive.category .resource-center-listings .content-left-right .rc-filters .filters-group.sort-input,
    .archive.category .resource-center-listings .content-left-right .rc-filters .facetwp-selections,
    .archive.category .resource-center-listings .content-left-right .rc-filters .filters-group.clear-filters {
        display: none
    }

    .blog .resource-center-listings .content-left-right .rc-filters .filters-group label,
    .archive.category .resource-center-listings .content-left-right .rc-filters .filters-group label {
        font-size: 18px
    }

    .blog .resource-center-listings .content-left-right .rc-filters-groups .mobile-label,
    .archive.category .resource-center-listings .content-left-right .rc-filters-groups .mobile-label {
        display: block;
        font-family: "Degular", Helvetica, Arial, sans-serif;
        font-weight: 500;
        padding-bottom: 30px;
        font-size: 20px
    }

    .blog .resource-center-listings .content-left-right .rc-list-results,
    .archive.category .resource-center-listings .content-left-right .rc-list-results {
        padding: 4em 0
    }

    .blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder,
    .archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder {
        grid-template-columns: 1fr 1fr 1fr
    }

    .blog .resource-center-listings .content-left-right .rc-list-results .mobile-filters,
    .archive.category .resource-center-listings .content-left-right .rc-list-results .mobile-filters {
        display: block
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container,
    .archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container {
        grid-template-columns: 200px calc(100% - 234px);
        grid-gap: 0 34px
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image,
    .archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image {
        min-height: 160px;
        height: 200px;
        width: 200px
    }

    .single-location.site__header-sticky .site {
        margin-top: -35px;
        padding-top: 130px !important
    }

    .single-location div.site__header__search input[type="submit"] {
        right: 8px;
        left: auto;
        margin-right: 0
    }

    .single-location div.site__header__search.active input[type="submit"] {
        margin-right: 8px
    }

    .single-location .section_contact-form .form-container {
        margin-left: 0
    }

    .single-location .wpcf7-form-control-wrap select,
    .single-location .wpcf7-form-control-wrap textarea {
        background-color: transparent
    }

    /* .site__footer .footer-bottom-menu {
        width: 49%
    } */

    .page-id-3083.admin-bar.site__header-sticky .site,
    .page-id-5511.admin-bar.site__header-sticky .site {
        padding-top: 0 !important
    }

    .global-alert-banner {
        width: 100%
    }

    /* .home.site__header-sticky .site {
        margin-top: -100px
    } */

    .home .site.has-alert {
        margin-top: -100px
    }

    .home .animation-overlay {
        wdith: 96%
    }

    .site__header-sticky.page-template-header-bg .site.has-alert {
        margin-top: 142px !important
    }

    .site__header-sticky.single-post .site__header__container.has-alert {
        top: 50px
    }

    .site__header-sticky.single-post .site.has-alert {
        margin-top: -111px
    }

    .site__header-sticky.page-template-default .site.has-alert {
        margin-top: -173px;
        padding-top: 315px !important
    }

    .site__header-sticky.page-template-page-locations-landing .site.has-alert {
        margin-top: -90px
    }

    .site__header-sticky.single-location .site.has-alert,
    .site__header-sticky.blog .site.has-alert {
        margin-top: 12px
    }

    .site__header-sticky.single-post .site.has-alert {
        padding-top: 234px !important
    }

    .site__header-sticky.page-template-job-search .site.has-alert {
        margin-top: -80px
    }

    .site__header-sticky.home .site.has-alert {
        padding-top: 145px
    }

    .site__header-sticky.nav-open .site__header__container.has-alert {
        top: 0
    }

    .admin-bar.nav-open .site__header__container.has-alert {
        top: 50px
    }

    .admin-bar.single-post .site__header-container.has-alert {
        top: 70px
    }

    .admin-bar.blog .site.has-alert,
    .admin-bar.archive.category .site.has-alert {
        padding-top: 220px !important
    }

    .admin-bar.blog.site__header-sticky .site.has-alert,
    .admin-bar.archive.category.site__header-sticky .site.has-alert {
        padding-top: 220px !important
    }
}

@media (max-width:960px) {
    .home .home-video-container iframe {
        width: 111%;
        left: -5%
    }
}

@media (max-width:860px) {
    .page-template-job-search .job-search-results .search-container .submit-button-container {
        right: 0;
        width: calc(15% + 15.5px)
    }

    .page-template-job-search .job-search-results .search-container .submit-button-container .fwp-submit {
        position: absolute;
        right: 0
    }

    .basic-text-block.white-bg .container {
        width: 84%
    }

    .icon-and-content-block .block-content-container {
        grid-template-columns: 150px calc(96% - 150px);
        grid-gap: 0 4%
    }

    .basic-text-block+.stat-blocks {
        padding-top: 1em
    }

    .basic-text-block.black-bg+.stat-blocks {
        padding-top: 3em
    }

    .site__footer .footer-bottom-menu {
        position: relative;
        float: none;
        bottom: unset;
        padding-top: 40px;
        width: 100%
    }

    .home .section__banner .home-video-container iframe {
        width: 122%;
        left: -11%
    }
}

@media (max-width:840px) {
    .single-job .single-content-container .content-left-right .post-meta-container {
        grid-template-columns: 1fr;
        padding-top: 5px;
        padding-bottom: 15px;
        font-size: 16px
    }

    .single-job .single-content-container .content-left-right .post-meta-container .post-meta {
        padding-left: 24px
    }

    .single-job .single-content-container .content-left-right .post-meta-container .post-meta:nth-of-type(4n+4),
    .single-job .single-content-container .content-left-right .post-meta-container .post-meta::nth-of-type(4n+2) {
        padding-right: 0
    }

    .single-job .single-content-container .content-left-right .post-description p,
    .single-job .single-content-container .content-left-right .post-description ul,
    .single-job .single-content-container .content-left-right .post-description ol {
        font-size: 16px !important
    }

    .single-job .single-content-container .content-left-right .section-heading {
        font-size: 30px;
        margin-bottom: 24px
    }

    .single-job .single-content-container .content-left-right h3 {
        font-size: 18px;
        margin: 0 0 15px
    }

    .single-job .single-content-container .content-left-right #input_5_1 {
        line-height: 1em !important;
        padding: 8px 10px !important;
        border: 1px solid #d8d8d6;
        background-color: #fff;
        -webkit-appearance: unset;
        -moz-appearance: unset;
        -ms-appearance: unset;
        appearance: unset
    }

    .single-job .single-content-container .content-left-right .form-block .section-heading {
        margin-bottom: 0
    }

    .single-job .single-content-container .content-left-right .form-block .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: 1em !important;
        padding: 8px 10px !important
    }

    .single-job .single-content-container .content-left-right .form-block .form #field_6_9 {
        font-size: 16px
    }

    .single-job .single-content-container .content-left-right .form-block .form .gfield--type-select select {
        max-width: 100%
    }

    .single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container {
        margin-top: 15px
    }

    .single-job .single-content-container .content-left-right .block-section.social-sharing .social-sharing-container ul li {
        font-size: 22px
    }

    .single-job .single-content-container .content-left-right .block-section .sign-up-form-container {
        margin-top: 15px
    }

    .single-job .single-content-container .content-left-right .block-section h4 {
        font-size: 20px
    }

    .single-job .single-content-container .content-left-right .block-section .job-post .job-post-title {
        font-size: 16px
    }

    .single-job .single-content-container .content-left-right .block-section .job-post .content-holder {
        font-size: 16px
    }

    .blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container,
    .archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container {
        grid-template-columns: 100px calc(96% - 100px)
    }

    .blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-image,
    .archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-image {
        min-height: 100px
    }

    .blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder,
    .archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder {
        grid-template-columns: 1fr 1fr
    }

    .section_heading-featured-content .featured-content-header {
        display: block
    }

    .section_heading-featured-content .featured-content-callouts {
        grid-template-columns: 1fr
    }

    .section_heading-featured-content .featured-content-callouts .featured-content {
        border-left: none
    }

    .section_heading-featured-content .featured-content-callouts .featured-content:before {
        display: none
    }

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container {
        grid-template-columns: 100px calc(96% - 100px)
    }

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container .callout-image {
        display: block;
        min-height: 100px;
        /* padding-bottom: 100px */
    }

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container .callout-title {
        margin-top: 0;
        font-size: 24px;
        font-family: "Degular Display", Helvetica, sans-serif;
        letter-spacing: 1px
    }

    .section_heading-featured-content .featured-content-callouts .featured-content .callout-content {
        line-height: 1.5em
    }
}

@media (max-width:767px) {
    .home .section__banner .banner figure {
        max-height: 400px
    }

    .home .section__banner .home-video-container iframe {
        width: 144%;
        left: -20%
    }

    .page-template-initiative.admin-bar.site__header-sticky .site {
        padding-top: 70px !important
    }

    .page-template-initiative .page-featured-image .tagline-container h2 {
        margin: 0;
        font-size: 3em
    }

    .page-template-initiative .page-featured-image .tagline-container h2 .highlight:after {
        width: 353px
    }

    .page-template-initiative .basic-text-block.white-bg .container {
        width: 100%
    }

    .single-location .image-and-content-block-layout.image-left .block-content-container {
        grid-template-columns: 1fr
    }

    .single-location .image-and-content-block-layout.image-right .block-content-container {
        grid-template-columns: 1fr
    }

    .single-location .image-and-content-block-layout .block-content-container .content-column {
        padding: 4em 8%
    }

    .single-location .services-repeater-block .services-blocks {
        grid-template-columns: 1fr
    }

    .page-template-page-locations-landing .location-list-nav {
        padding: 0 35px;
        width: 100%
    }

    .locations-list-group .locations-bucket-regions {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        column-count: 2
    }

    .blog .featured-content-items .featured-content-items-container,
    .archive.category .featured-content-items .featured-content-items-container {
        position: relative
    }

    .blog .featured-content-items .slick-dots,
    .archive.category .featured-content-items .slick-dots {
        display: block
    }

    .blog .resource-center-listings .content-left-right .rc-filters,
    .archive.category .resource-center-listings .content-left-right .rc-filters {
        width: 60%;
        left: -60vw
    }

    .blog .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons,
    .archive.category .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons {
        width: 60%
    }

    .page-template-header-bg .header-bg-section {
        height: 550px
    }

    .page-template-header-bg .header-bg-section .tag-container {
        width: 92%;
        margin: 0 auto
    }

    .page-template-header-bg .header-bg-section .tag-container h1 {
        letter-spacing: 1.5px
    }

    .page-template-header-bg .desktop-break {
        display: none
    }

    .NavbarSection .logo {
        max-width: 165px !important;
    }

    #navbar .menu-btn,
    #navbar .close-btn {
        background-color: transparent;
        padding: 0px;
        margin-bottom: 0px;
        min-width: 70px;
    }

    #navbar .menu-btn svg,
    #navbar .close-btn svg {
        max-width: 30px;
    }

    .home-banner h2 {
        font-size: 18px !important;
    }

    .who-we-sec h2 {
        font-size: 25px !important;
        line-height: 15px;
    }

    .wrapper .btn.close-btn {
        right: 0px !important;
    }

    .NavbarSection .nav-links li a {
        color: #f2f2f2;
    }

    .about-sec .slider-item {
        margin-bottom: 25px;
    }

    .colum .mega-links li a {
        padding: 0px !important;
    }
}

@media (max-width:760px) {

    .site__header-sticky.page-template-default.nav-open .site__header__container.has-alert,
    .site__header-sticky.blog.nav-open .site__header__container.has-alert,
    .site__header-sticky.page-template-header-bg.nav-open .site__header__container.has-alert,
    .site__header-sticky.page-template-job-search.nav-open .site__header__container.has-alert,
    .site__header-sticky.page-template-page-locations-landing.nav-open .site__header__container.has-alert {
        top: 0
    }

    .site__header-sticky.page-template-default .site__header__container.has-alert,
    .site__header-sticky.blog .site__header__container.has-alert,
    .site__header-sticky.page-template-header-bg .site__header__container.has-alert,
    .site__header-sticky.page-template-job-search .site__header__container.has-alert,
    .site__header-sticky.page-template-page-locations-landing .site__header__container.has-alert {
        top: 68px
    }

    .site__header-sticky.page-template-default .site__header__container.has-alert.scroll-active,
    .site__header-sticky.blog .site__header__container.has-alert.scroll-active,
    .site__header-sticky.page-template-header-bg .site__header__container.has-alert.scroll-active,
    .site__header-sticky.page-template-job-search .site__header__container.has-alert.scroll-active,
    .site__header-sticky.page-template-page-locations-landing .site__header__container.has-alert.scroll-active {
        top: 0px
    }

    .site__header-sticky.page-template-default .site.has-alert {
        padding-top: 332px !important
    }

    .site__header-sticky.page-template-job-search .site.has-alert {
        margin-top: -62px
    }

    .site__header-sticky.page-template-header-bg .site.has-alert {
        margin-top: 160px !important
    }

    .site__header-sticky.blog .site.has-alert,
    .site__header-sticky.archive.category .site.has-alert {
        margin-top: 30px
    }

    .site__header-sticky.single-job .site__header__container.has-alert,
    .site__header-sticky.single-post .site__header__container.has-alert,
    .site__header-sticky.page-template-page-locations .site__header__container.has-alert,
    .site__header-sticky.single-location .site__header__container.has-alert {
        top: 68px
    }

    .site__header-sticky.single-job.nav-open .site__header__container.has-alert,
    .site__header-sticky.single-post.nav-open .site__header__container.has-alert,
    .site__header-sticky.page-template-page-locations.nav-open .site__header__container.has-alert,
    .site__header-sticky.single-location.nav-open .site__header__container.has-alert {
        top: 0
    }

    .site__header-sticky.single-job .site.has-alert {
        padding-top: 160px !important
    }

    .site__header-sticky.single-location .site.has-alert {
        margin-top: 18px
    }

    .site__header-sticky.single-post .site.has-alert {
        margin-top: -94px
    }

    .site__header-sticky.page-template-page-locations-landing .site.has-alert {
        margin-top: -60px
    }

    .site__header-sticky.page-template-page-locations-landing .site__header__container.has-alert {
        top: 68px
    }

    .site__header-sticky.home .site.has-alert {
        padding-top: 286px !important
    }

    .home.site__header-sticky .site.has-alert {
        margin-top: -68px
    }

    .home .section__banner {
        margin-top: 0 !important
    }

    .admin-bar .global-alert-banner {
        top: 45px
    }

    .admin-bar .site__header__container.has-alert {
        top: 100px
    }

    .admin-bar.page-template-header-bg .site__header__container.has-alert,
    .admin-bar.blog .site__header__container.has-alert,
    .admin-bar.page-template-job-search .site__header__container.has-alert,
    .admin-bar.single-job .site__header__container.has-alert,
    .admin-bar.single-location .site__header__container.has-alert,
    .admin-bar.page-template-page-locations-landing .site__header__container.has-alert,
    .admin-bar.home .site__header__container.has-alert,
    .admin-bar.single-blog .site__header__container.has-alert {
        top: 100px
    }

    .admin-bar.home .site.has-alert {
        margin-top: -125px;
        padding-top: 0
    }

    .admin-bar.blog .site.has-alert {
        margin-top: 50px !important
    }

    .admin-bar.page-template-job-search .site.has-alert {
        margin-top: 0
    }

    .admin-bar.nav-open .site__header__container.has-alert {
        top: 45px !important
    }
}

@media (max-width:640px) {
    .home .section__banner .home-video-container {
        padding-bottom: 1100px
    }

    .home .section__banner .home-video-container iframe {
        width: 185%;
        left: -40%
    }

    .home .section__banner .section__banner-home-content .btn-group {
        margin-top: 30px
    }

    .home .section__banner .banner figure {
        max-height: 320px
    }

    .modal-popup {
        width: 92%
    }

    .fancybox-content {
        padding: 30px
    }

    .page-template-job-search .job-search-results .search-container .submit-button-container {
        position: relative;
        text-align: right;
        margin-bottom: 30px;
        margin-top: -15px;
        width: 100%;
        max-width: 100%
    }

    .page-template-job-search .job-search-results .search-container .submit-button-container .fwp-submit {
        position: relative;
        right: 0;
        padding: 12px
    }

    .stat-blocks .stat-blocks-container .stat .stat-number-container,
    .stat-blocks .stat-blocks-container .stat .symbol {
        font-size: 50px
    }

    .card-layout-block .card-layout-container .block-content-container {
        grid-template-columns: 1fr
    }

    .card-layout-block .card-layout-container .block-content-container .right-content {
        display: none
    }

    .page-template-initiative .site__header-sticky .site .site__header__container .site__header__logo img,
    .page-template-initiative .site .site__header__container .site__header__logo img,
    .page-template-initiative footer .initiative-logo img {
        max-height: 50px
    }

    .page-template-initiative .page-featured-image .tagline-container {
        width: 60%
    }

    .page-template-initiative .page-featured-image .tagline-container h2 {
        font-size: 2.5em
    }

    .page-template-initiative .page-featured-image .tagline-container h2 .highlight:after {
        width: 300px
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-inner {
        grid-template-columns: 100px calc(100% - 124px);
        grid-gap: 0 24px
    }

    .page-template-initiative .alm-listing.grid .blogpost-column-content {
        padding: 0px
    }

    .page-template-initiative .alm-listing.grid .blogpost-image {
        min-height: 100px;
        max-height: 100px;
        width: 100px
    }

    .blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container,
    .archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container {
        grid-template-columns: 1fr
    }

    .blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-image,
    .archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-image {
        padding-bottom: 56.25%
    }

    .blog .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-title,
    .archive.category .featured-content-items .featured-content-items-container .featured-content .ft-content-container .callout-title {
        margin-top: 24px
    }

    .blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder,
    .archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder {
        grid-template-columns: 1fr
    }

    .blog .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image,
    .archive.category .resource-center-listings .content-left-right .rc-list-results.grid-layout .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image {
        padding-bottom: 56.25%
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container,
    .archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container {
        grid-template-columns: 100px calc(100% - 124px);
        grid-gap: 0 24px
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image,
    .archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image {
        max-height: 100px;
        min-height: 100px;
        width: 100px
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .rc-post-title,
    .archive.category .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .post-content .rc-post-title {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: -7px
    }

    .single-location div.site__header__search.active input[type="submit"] {
        margin-right: 4px
    }

    .page-template-header-bg .site__header-sticky .site {
        padding-top: 140px !important
    }

    .page-template-header-bg .header-bg-section {
        height: 500px
    }

    .page-template-header-bg .header-bg-section .tag-container {
        width: 92%;
        margin: 0 auto;
        padding-top: 120px
    }

    .page-template-header-bg .header-bg-section .tag-container h1 {
        font-size: 65px;
        line-height: 1.2em
    }

    .page-id-5511.INDMobile.INDSafari .site__header__search input[type="submit"],
    .page-id-3083.INDMobile.INDSafari .site__header__search input[type="submit"] {
        top: 15px;
        right: -2px
    }

    .page-id-5511.INDMobile.INDSafari .site__header__search.active input[type="submit"],
    .page-id-3083.INDMobile.INDSafari .site__header__search.active input[type="submit"] {
        top: 15px;
        right: -2px
    }

    .page-id-5511 .site__header__search,
    .page-id-3083 .site__header__search {
        margin-right: 20px !important
    }

    .site__header__search input[type="search"]::placeholder {
        color: transparent
    }

    .site__header__search.active input[type="search"]::placeholder {
        color: darkgrey
    }

    .site__header__search {
        padding-right: 0 !important;
        margin-right: 40px !important
    }

    .site__header__search input[type=search] {
        width: 30px;
        margin-left: 0;
        height: 28px;
        padding: 15px;
        border: 1px solid #000 !important;
        -webkit-box-shadow: inset 0 0 0 1px #000;
        -moz-box-shadow: inset 0 0 0 1px #000;
        -ms-box-shadow: inset 0 0 0 1px #000;
        z-index: 99
    }

    .site__header__search input[type=search]::placeholder,
    .site__header__search input[type=search]:placeholder,
    .site__header__search input[type=search]::-webkit-input-placeholder,
    .site__header__search input[type=search]:-webkit-input-placeholder,
    .site__header__search input[type=search]:-moz-input-placeholder,
    .site__header__search input[type=search]:-ms-input-placeholder {
        font-size: 0;
        color: transparent !important
    }

    .site__header__search.active input[type=search] {
        z-index: 9
    }

    .site__header__search.active input[type=search]::placeholder,
    .site__header__search.active input[type=search]:placeholder,
    .site__header__search.active input[type=search]::-webkit-input-placeholder,
    .site__header__search.active input[type=search]:-webkit-input-placeholder,
    .site__header__search.active input[type=search]:-moz-input-placeholder,
    .site__header__search.active input[type=search]:-ms-input-placeholder {
        font-size: 16px;
        color: darkgray !important
    }

    .INDMobile.INDSafari .site__header__search input[type="search"] {
        border: 1px solid #000 !important
    }

    .INDMobile.INDSafari .site__header__search input[type="submit"] {
        top: 15px;
        right: -2px
    }

    .INDMobile.INDSafari .site__header__search.active input[type="submit"] {
        top: 15px;
        right: -2px
    }

    .section_heading-featured-content .featured-content-callouts {
        grid-template-columns: 1fr
    }

    .section_heading-featured-content .featured-content-callouts .featured-content {
        border-left: none
    }

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container {
        grid-template-columns: 1fr
    }

    /* .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container .callout-image {
        display: block;
        min-height: 100px;
        padding-bottom: 56.25%
    } */

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container .callout-title {
        /* margin-top: 15px; */
        font-size: 20px;
        font-family: "Degular Display", Helvetica, sans-serif;
        letter-spacing: 1px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .slick-dots {
        display: none !important;
    }

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container {
        min-height: 400px;
    }

    .testimonial4_slide h4 {
        font-size: 14px !important;
    }
}

@media (max-width:600px) {
    .home .home-video-container iframe {
        width: 187%;
        left: -45%
    }
}

@media (max-width:540px) {

    .blog .resource-center-listings .content-left-right .rc-filters,
    .archive.category .resource-center-listings .content-left-right .rc-filters {
        width: 70%;
        left: -70vw
    }

    .blog .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons,
    .archive.category .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons {
        width: 70%
    }

    .page-template-header-bg .site__header-sticky .site {
        padding-top: 120px !important
    }

    .page-template-header-bg .header-bg-section {
        height: 450px
    }

    .page-template-header-bg .header-bg-section .logo-mark-container img {
        max-width: 90px
    }

    .page-template-header-bg .header-bg-section .tag-container {
        padding-top: 120px
    }

    .page-template-header-bg .header-bg-section .tag-container h1 {
        font-size: 55px
    }

    .page-template-header-bg .section__banner h2 {
        font-size: 24px
    }

    .home .section__banner .home-video-container iframe {
        width: 211%;
        left: -100%
    }
}

@media (max-width:480px) {
    .home .section__banner .home-video-container iframe {
        width: 232%;
        left: -111%
    }

    .stat-blocks.no-image .stat-blocks-container {
        grid-template-columns: 1fr
    }

    .stat-blocks.no-image .stat-blocks-container .stat:nth-of-type(odd) {
        border-right: none;
        border-bottom: 1px solid #000
    }

    .stat-blocks.no-image .stat-blocks-container .stat:nth-of-type(even) {
        padding-top: 1.5em
    }

    .page-template-initiative .page-featured-image .tagline-container {
        width: 84%;
        right: 8%
    }

    .page-template-initiative .page-featured-image .tagline-container h2 {
        font-size: 2em
    }

    .page-template-initiative .page-featured-image .tagline-container h2 .highlight:after {
        width: 245px
    }

    .page-template-initiative .list__results .grid {
        padding: 0
    }

    .icon-and-content-block .block-content-container {
        grid-template-columns: 1fr
    }

    .icon-and-content-block .block-content-container .icon-container {
        width: 200px
    }

    .blog .resource-center-listings .content-left-right .rc-filters {
        width: 100%;
        left: -100vw
    }

    .blog .resource-center-listings .content-left-right .rc-filters.open .rc-filters-groups .mobile-label.bottom-buttons {
        width: 100%
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container {
        grid-template-columns: 80px calc(100% - 104px);
        grid-gap: 0 24px
    }

    .blog .resource-center-listings .content-left-right .resource-center-posts-layout .row-holder .resource-center-post .post-content-container .blogpost-image {
        max-height: 80px;
        min-height: 80px;
        width: 80px
    }

    .locations-list-group .locations-bucket-regions {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        column-count: 1
    }

    .site__footer .footer-bottom-menu #menu-footer-bottom-menu li {
        margin-right: 2%
    }

    .global-alert-banner {
        font-size: 16px
    }

    .home .section__banner {
        padding-top: 0px !important;
    }

    .Innerpagestyle h2,
    .Innerpagestyle .h2 {
        font-size: 24px !important;
        line-height: 35px !important;
        margin-top: 25px;
    }

    .Innerpagestyle h1, .Innerpagestyle .h1 {
        font-size: 30px !important;
        margin-top: 30px;
        line-height: 45px;
    }

    .site__footer__left {
        padding-left: 0px !important;
    }

    .MobileView .col-sm-12 {
        padding-left: 0px !important;
    }

    .row-holder.has-results {
        margin: 0px !important;
    }

    .button-container {
        margin-bottom: 25px;
    }

    .detailSection {
        padding-top: 0px !important;
    }

    .home .section_contact-form {
        margin-top: 0px !important;
    }

    .vision-sec {
        margin-top: 75px !important;
        font-size: 18px !important;
        margin-bottom: 0px !important;
    }

    .NavbarSection .logo {
        max-width: 165px !important;
    }

    #navbar .menu-btn,
    #navbar .close-btn {
        background-color: transparent;
        padding: 0px;
        margin-bottom: 0px;
        min-width: 70px;
    }

    #navbar .menu-btn svg,
    #navbar .close-btn svg {
        max-width: 30px;
    }

    .home-banner h2 {
        font-size: 18px !important;
    }

    .who-we-sec h2 {
        font-size: 25px !important;
        line-height: 15px;
    }

    .wrapper .btn.close-btn {
        right: 0px !important;
    }

    .NavbarSection .nav-links li a {
        color: #f2f2f2;
    }

    .breadcrumbs_Section .section__banner-content {
        margin-top: 35%;
    }

    .boxed-column-container {
        margin-bottom: 25px;
    }

    .column-content img {
        width: 100%;
        min-height: 180px;
    }

    ul.about-list li {
        margin-bottom: 20px !important;
    }

    .Teamsection {
        margin-bottom: 20px;
    }

    .Teamsection img {
        width: 100% !important;
    }

    .Teamsection .text {
        width: 100% !important;
    }

    .Teamsection .box {
        display: inherit !important;
    }

    .Innerpagestyle h4 {
        font-size: 20px !important;
    }

}

@media (max-width:430px) {
    .home .section__banner .home-video-container {
        padding-bottom: 960px
    }
}

@media (max-width:400px) {
    .home .section__banner .home-video-container {
        padding-bottom: 1000px
    }

    .home .section__banner .home-video-container iframe {
        width: 252%;
        left: -76%
    }

    .home .btn-group .btn {
        font-size: 0.82rem;
        padding: 12px;
        margin-right: 12px
    }

    .home .btn-group .btn:last-of-type {
        margin-right: 0
    }
}

@media (max-width:368px) {
    .global-alert-banner {
        font-size: 16px
    }

    .site__header-sticky.page-template-default .site__header__container.has-alert,
    .site__header-sticky.home .site__header__container.has-alert,
    .site__header-sticky.blog .site__header__container.has-alert,
    .site__header-sticky.page-template-header-bg .site__header__container.has-alert,
    .site__header-sticky.single-location .site__header__container.has-alert,
    .site__header-sticky.single-post .site__header__container.has-alert,
    .site__header-sticky.single-job .site__header__container.has-alert,
    .site__header-sticky.page-template-page-locations-landing .site__header__container.has-alert {
        top: 84px
    }

    .site__header-sticky.page-template-default .site.has-alert {
        padding-top: 350px !important
    }

    .site__header-sticky.home .site.has-alert {
        margin-top: -135px
    }

    .site__header-sticky.page-template-header-bg .site.has-alert {
        margin-top: 176px !important
    }

    .site__header-sticky.single-job .site.has-alert {
        padding-top: 177px !important
    }

    .site__header-sticky.blog .site.has-alert {
        margin-top: 48px
    }

    .site__header-sticky.single-post .site.has-alert {
        margin-top: -78px
    }

    .site__header-sticky.page-template-page-locations-landing .site.has-alert {
        margin-top: -44px
    }

    .site__header-sticky.single-location .site.has-alert {
        margin-top: 45px
    }
}

@media (max-width:1024px) {
    .site__header__search {
        padding-right: 30px
    }

    .single-location.admin-bar.site__header-sticky .site {
        margin-top: 80px;
        padding-top: 0px !important
    }

    .stat-blocks.has-image .container {
        width: 84%
    }

    .stat-blocks.has-image .stat-blocks-container {
        grid-template-columns: 1fr
    }

    .stat-blocks.has-image .stat-blocks-container .stat {
        margin-bottom: 3em
    }

    .stat-blocks.has-image .stat-blocks-container .stat:last-of-type {
        margin-bottom: 0
    }

    .page-template-header-bg .site__header-sticky .site,
    .page-template-header-bg .home.site__header-sticky .site {
        padding-top: 0
    }

    .BtnShow {
        display: block !important;
    }

    .BtnHide {
        display: none !important;
    }
}

@media (max-width:640px) {
    .page-template-page-locations-landing .location-list-nav {
        margin: 2em 0 0
    }

    .page-template-page-locations-landing .location-list-nav-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0 2%;
        grid-auto-flow: row dense
    }

    .page-template-page-locations-landing .location-list-nav-container .btn {
        margin-right: 0;
        padding: 14px 0;
        display: block;
        min-width: unset
    }

    .page-template-page-locations-landing .location-list-nav-container .btn:last-child {
        margin-right: 0
    }
}

@media (max-width:380px) {
    .page-template-page-locations-landing .location-list-nav-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 5%
    }

    .home .section__banner .home-video-container {
        padding-botom: 1040px
    }

    .home .section__banner .home-video-container iframe {
        width: 320%;
        left: -160%
    }
}

@media (max-width:330px) {

    .site__header__search,
    .page-id-3083 div.site__header__search,
    .page-id-5511 div.site__header__search {
        margin-right: 4%
    }
}

@media (max-width:300px) {
    .page-template-page-locations-landing .section__banner .grid {
        display: block
    }
}

@media (max-width:760px) {

    /* .home.site__header-sticky .site {
        margin-top: -126px !important;
    } */

    .site__header-sticky .site, .home.site__header-sticky .site {
        padding-top: 0px !important;
    }
}

/* #menu-footer-bottom-menu {
    display: flex;
    justify-content: space-between;
    padding-top: 17px;
} */


.Innerpagestyle h1,
.Innerpagestyle .h1 {
    font-size: 4rem;
}

.Innerpagestyle h2,
.Innerpagestyle .h2 {
    font-size: 35px;
    line-height: 45px;
}

.Innerpagestyle .img-fluid {
    border-radius: 10px;
}

.Innerpagestyle h4 {
    font-weight: 400;
}

.Innerpagestyle .h5 {
    font-size: 20px !important;
}

.talentSection ul li {
    background-position: initial !important;
    min-height: 210px;
    margin-bottom: 0px;
    align-items: baseline;
}

.talentSection ul li p b {
    display: block !important;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0;
}

.accordion.clicked .accordion-content {
    max-height: 500px;
    /* Set to a value large enough to fit the content */
    padding: 15px;
    /* Add some padding for a better look when open */
}

.accordion-content p {
    margin: 0;
}

.OfferSection .service_box {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 350px;
}



.OfferSection .service_box:hover h3 {
    top: 0px;
}

.OfferSection .service_box a {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 150px;
    opacity: 0;
}

.OfferSection .service_box:hover a {
    opacity: 1;
}

.team-detail .job-post-title a {
    color: #000 !important;
}

.team-detail section {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.team-detail .has-results {
    margin-left: 0px !important;
}

.team-detail h2 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0px;
}

.team-detail label {
    width: 100% !important;
}

.team-detail .UploadSection {
    border: 1px solid #707070;
    padding: 20px;
    border-radius: 10px;
}

.team-detail .UploadSection h2 {
    text-align: center;
    font-weight: 700;
}

.OfferSection .service_box {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.OfferSection .service_box p {
    margin-top: 40px;
}

.OfferSection .service_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity as needed */
    z-index: 1;
}

.service_box h3,
.service_box p,
.service_box a {
    position: relative;
    z-index: 2;
}

.cs-style1 {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.cs-style1 a {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 35px;
}

.cs-style1 a:hover {
    border-color: #1560BD;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


#ReachUs,
#Home {
    padding-top: 15rem;
}

.CardSection .card {
    background-color: transparent;
}

.CardSection .btn {
    margin-bottom: 0px !important;
}

.CardSection .card-title {
    font-size: 22px !important;
}

.CardSection .card-img-top {
    max-height: 250px;
    object-fit: cover;
}


/* .detailSection {
    padding-top: 6rem;
} */

.BtnShow {
    display: none;
}

.Navbar-section {
    position: fixed !important;
    z-index: 999;
    width: 100%;
    background-color: transparent !important;
}

.Navbar-section .navbar-brand {
    max-width: 220px;
    margin-left: 2.3%;
}

.Navbar-section .nav-link {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    padding-right: 15px !important;
}

/* Initial navbar styling */
#navbar {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

/* Sticky class to be added when scrolling */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Change to the background color you want */
    box-shadow: 0 4px 2px -2px gray;
    /* Optional for a shadow effect */
}

.sticky .nav-link {
    color: white;
    /* Change text color for better visibility */
}

/* Optional: change logo color or size on scroll */
.sticky .navbar-brand img {
    height: 40px;
    /* Example of shrinking the logo */
}

/* Initial navbar styling */
#navbar {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.5s ease;
}

/* Sticky class to be added when scrolling */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    /* Change to the background color you want */
    box-shadow: 0 4px 2px -2px gray;
    /* Optional for a shadow effect */
}

.sticky .nav-link {
    color: white;
    /* Change text color for better visibility */
}

/* Optional: change logo color or size on scroll */
.sticky .navbar-brand img {
    height: 40px;
    /* Example of shrinking the logo */
}

#Backbutton {
    display: inline-block;
    background-color: #1560BD;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 40px;
    right: 45px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding: 15px;
    color: #fff;
}

#Backbutton::after {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#Backbutton:hover {
    cursor: pointer;
    background-color: #333;
}

#Backbutton:active {
    background-color: #555;
}

#Backbutton.show {
    opacity: 1;
    visibility: visible;
}

/*-----Testimonial-------*/


.testimonial {
    max-width: 100% !important;
}

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../img/testimonials.jpg);
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    display: none;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0px;
}

/* .testimonial .carousel {
    padding-bottom: 50px;
} */

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.breadcrumbs_Section .section__banner-content {
    padding: 0px !important;
}

.breadcrumbs_Section .section__banner-content h1 {
    margin-bottom: 0px !important;
}

.NavbarSection .wrapper {
    position: relative;
    max-width: 1400px;
    /* height: 70px; */
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: rgba(0, 0, 0, .9);
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}



.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 200px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 75%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 10px;
}

.mega-box .content .colum {
    width: calc(33.3% - 15px);
    line-height: 45px;
}

.content .colum img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.content .colum header {
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
    margin-left: 40px;
}

.content .colum .mega-links {
    /* margin-left: -40px; */
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.colum .mega-links li {
    padding: 0 20px;
}

.colum .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.colum .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
        opacity: 0;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 0;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 20px 20px;
        width: 100%;
        right: 0px;
    }

    .mega-box .content .colum {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .colum:nth-child(1),
    .mega-box .content .colum:nth-child(2) {
        border-top: 0px;
    }

    .content .colum .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .colum header {
        font-size: 20px;
        margin-left: 0px;
    }

    .colum .mega-links li {
        padding: 0px;
        margin: 0px;
    }
}

.NavbarSection input {
    display: none;
}


.NavbarSection .logo {
    max-width: 250px;
    margin-left: 17px;
}

.NavbarSection {
    position: fixed !important;
}

.ApproachSection .callout-title {
    line-height: 30px;
    margin-bottom: 10px !important;
}

.ApproachSection .ft-content-container {
    min-height: 490px !important;
}

.Teamsection {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 10px;
}

.Teamsection .box {
    display: flex;
    gap: 25px;
    padding: 15px;
}

.Teamsection .text {
    width: 75%;
}

.Teamsection img {
    border-radius: 10px;
    width: 250px;
}

.Teamsection h1 {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Teamsection h4 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.Teamsection p {
    margin-bottom: 0px;
}

.ContactSection .contact-form {
    margin: 0px !important;
    border: 1px solid #707070;
    padding: 20px;
    border-radius: 10px;
}

.FollowTxt {
    color: #fff;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 700;
}

.darkIcon a {
    border-color: #343a40;
}

.breadcrumbs_Section {
    background-image: url(../img/bg-12-1.jpg);
}

.DropdownBtn .card {
    background-color: transparent;
    border: none;
}

.DropdownBtn a {
    background-color: transparent;
    padding: 0px 20px;
    color: #f2f2f2 !important;
    font-weight: 500;
    width: 100%;
    line-height: 50px;
    text-transform: capitalize;
}

.DropdownBtn .btn.focus, .DropdownBtn .btn:focus {
    box-shadow: none !important;
}

.DropdownBtn .colum header {
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
}

.DropdownBtn .card-body {
    padding: 0px 25px;
}

.DropdownBtn .row {
    margin: 0px !important;
}

.about-sec .slider-item {
    margin-bottom: 25px;
}



@media screen and (min-device-width: 767px) and (max-device-width: 1024px) {
    .home .section__banner {
        padding-top: 0px !important;
    }

    .section__banner--bordered-bg {
        top: 0px !important;
    }

    #navbar .menu-btn,
    #navbar .close-btn {
        background-color: transparent;
        padding: 0px;
        margin-bottom: 0px;
        min-width: 70px;
    }

    #navbar .menu-btn svg,
    #navbar .close-btn svg {
        max-width: 30px;
    }

    .section__banner-home-content.home-banner {
        padding-top: 16%;
    }

    .breadcrumbs_Section .section__banner-content {
        padding-top: 20% !important;
        padding-left: 15px !important;
    }

    .who-we-sec h2 {
        margin-top: 2rem !important;
    }

    .section_heading-featured-content .featured-content-callouts .featured-content.has-image .ft-content-container {
        min-height: 350px;
    }

    .nav-links li a {
        color: #f2f2f2;
    }

    .about-sec h2 {
        margin-top: 2rem !important;
    }

    .boxed-column-container {
        margin-bottom: 25px;
    }

    .wrapper .btn.close-btn {
        right: 0px;
    }

    .Teamsection .box {
        display: inherit;
    }

    .Teamsection img,
    .Teamsection .text {
        width: 100%;
    }

    .Teamsection h1 {
        margin-top: 10px;
    }

    .contact-form label {
        width: 100%;
    }

    .wrapper .nav-links {
        max-width: 400px;
    }


    .Qualitiesssec {
        padding: 0px 30px !important;
    }

    .Innerpagestyle h1, .Innerpagestyle .h1 {
        font-size: 2.5rem;
        line-height: 50px;
    }

    .talentSection ul li {
        min-height: 110px !important;
    }
}