/*
Theme Name: Ocean Child Theme
Theme URI: https://emberlydigital.com/
Description: Emberly's OceanWP child theme.
Author: Emberly Digital
Author URI: https://emberlydigital.com/
Template: oceanwp
Version: 1.2
*/


/* Parent stylesheet should be loaded from functions.php not using @import */

a,
p a,
.elementor-widget-text-editor a {
    color: #cd0d40;
}

a:hover,
p a:hover,
.elementor-widget-text-editor a:hover {
    color: #ff3268;
}

#global-footer a {
    color: #fff;
}

.elementor-widget-text-editor a:hover,
p a:hover,
a:hover {}


/***** OCEANWP RESETS *****/

#main #content-wrap {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

html {
    background-color: #e9e9e9;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

body .content-area {
    margin: 0;
    padding: 0;
}


/***** CONTAINER *****/

.boxed-layout #wrap .container {
    max-width: 1300px;
}

.boxed-layout #wrap #top-bar {
    padding-top: 15px;
}


/***** ELEMENTOR RESETS *****/

body .elementor-section.elementor-top-section {
    padding: 80px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.page-template-semca-interior-page .semca-interior-content .elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

body.page-template-semca-interior-page .semca-interior-content .elementor-section.elementor-top-section {
    padding: 0;
}


/* body.has-transparent-header .elementor-section.elementor-top-section:first-child {
    padding-top: 200px;
} */

#transparent-header-wrap {
    z-index: 100;
}


/***** FONTS *****/


/* Fonts */

body,
body.page,
body .elementor-widget-text-editor,
body .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text,
body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description,
body .elementor-widget-posts .elementor-post__excerpt p {
    color: #625a5e;
    font-size: 17px;
    line-height: 1.8em;
    font-weight: 400;
}

body .elementor-widget-heading.elementor-widget-heading .elementor-heading-title,
body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #cd0d40;
    font-family: "Oswald", sans-serif;
}

body .elementor-widget-heading {
    z-index: 9;
}

body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 400;
    color: #555;
}

body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    margin-bottom: 15px;
}

body h1,
body .elementor-widget-heading h1.elementor-heading-title {
    font-size: 44px;
    line-height: 1.4em;
    font-weight: 600;
    color: #cd0d40;
    text-transform: none;
}

@media screen and (max-width: 767px) {

    body h1,
    body .elementor-widget-heading h1.elementor-heading-title {
        font-size: 36px;
    }

    body h2,
    body .elementor-widget-heading h2.elementor-heading-title {
        font-size: 26px;
    }

    body h3,
    body .elementor-widget-heading h3.elementor-heading-title {
        font-size: 18px;
    }
}

body h2,
body .elementor-widget-heading.elementor-widget h2.elementor-heading-title {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: none;
    color: #231f20;
}

body h3,
body .elementor-widget-heading.elementor-widget h3.elementor-heading-title {
    font-size: 22px;
    color: #231f20;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}

.semca-interior-main .elementor-widget-heading.elementor-widget {
    margin-bottom: 10px;
}

.semca-interior-main ul {
    margin-top: 0;
    margin-bottom: 0;
}

body h4,
body .elementor-widget-heading h4.elementor-heading-title {
    font-size: 22px;
    color: #cd0d40;
    line-height: 1.4em !important;
    font-weight: 200;
}

body h5,
body .elementor-widget-heading h5.elementor-heading-title {
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
}

body .elementor-widget-posts .elementor-post__title,
body .elementor-widget-posts .elementor-post__title a {
    line-height: 1.4em;
    font-weight: 600;
    text-transform: none;
    font-size: 26px;
    margin-bottom: 10px;
    color: #232323;
}

body .elementor-widget-posts .elementor-post__read-more {
    font-size: 16px;
    line-height: 1.4em !important;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
    #site-logo {
        max-width: 55%;
    }
}

#site-logo #site-logo-inner a img {
    width: auto;
    height: 80%;
}

body.home #site-logo #site-logo-inner a img {
    width: auto;
    height: auto;
}

@media screen and (max-width: 767px) {

    body h2,
    body .h2 {
        font-size: 24px;
    }

    body .button-inline {
        display: block;
        margin: 0 auto;
        width: auto;
        min-width: auto;
        text-align: center;
    }
}

body .sf-menu a.menu-link {
    font-weight: 400;
}

#site-navigation-wrap .dropdown-menu>li>a {
    font-size: 23px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 0 14px;
}

#site-navigation-wrap .dropdown-menu>li:last-child>a {
    padding-right: 0;
}

/* #site-navigation-wrap .menu-highlight>a {
    color: #cd0d40 !important;
} */

ul.sub-menu li.menu-item a.menu-link {
    color: #625a5e;
}

#top-bar-content a,
#top-bar-social-alt a {
    font-size: 16px;
}


/***** MENU ICONS *****/

.menu-icon>a::before {
    background-color: trasparent;
    width: 18px;
    height: 19px;
    top: 0;
    display: inline-block;
    content: "";
    margin-right: 9px;
    margin-bottom: -3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-icon.menu-icon-contact>a::before {
    background-image: url(https://www.semcamiworks.org/wp-content/uploads/2019/04/envelope-icon.svg);
}

.menu-icon.menu-icon-about>a::before {
    background-image: url(https://www.semcamiworks.org/wp-content/uploads/2019/04/info-icon.svg);
}

.menu-icon.menu-icon-rfp>a::before {
    background-image: url(https://www.semcamiworks.org/wp-content/uploads/2019/04/rfp-icon.svg);
}

.menu-icon.menu-icon-win>a::before {
    background-image: url(https://www.semcamiworks.org/wp-content/uploads/2019/04/portfolio-icon.svg);
}

.menu-icon.menu-icon-whatsapp>a::before {
    background-image: url(https://www.semcamiworks.org/wp-content/uploads/2024/03/whatsapp-icon-thinline.svg);
}

body .gform_wrapper h2.gsection_title, body .gform_wrapper h3.gsection_title {
    font-size: 24px;
    color: #a0a0a0;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 200;
}

body .gform_wrapper h2.gsection_title:not(first-child), body .gform_wrapper h3.gsection_title:not(first-child) {
    margin-top: 30px !important;
}


/***** COUNTERS *****/

span.elementor-counter-number,
span.elementor-counter-number-suffix {
    font-family: "Oswald", sans-serif;
    /* color: #cd0d40; */
    font-weight: 400;
}


/***** HOME FEATURE *****/

body .home-feature-hover:hover .elementor-widget-heading.elementor-widget-heading .elementor-heading-title,
body .home-feature-hover:hover .elementor-text-editor,
body .home-feature-hover:hover .elementor-text-editor p {
    color: #fff;
}

body .home-feature-hover .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #9b8b82;
    text-transform: uppercase;
}

body .home-feature-hover.elementor-column .elementor-widget-button a.elementor-button {
    width: 90%;
}

body .home-feature-hover p,
body .home-feature-hover .elementor-text-editor {
    line-height: 1.5em;
}

body .home-feature-hover.elementor-column {
    transition: all 0.4s ease;
}

@media screen and (min-width: 768px) {
    body .home-feature-hover.elementor-column:hover {
        margin-top: -40px;
        margin-bottom: -40px;
    }
}

body .home-feature-hover.elementor-column .help-button {
    transition: all 0.5s ease;
}

body .home-feature-hover.elementor-column:hover .help-button {
    opacity: 1;
}

body .home-feature-hover.elementor-column .elementor-widget-button a.elementor-button {}

body .home-feature-hover.elementor-column .elementor-widget-button a.elementor-button:hover,
body .home-feature-hover.elementor-column:hover .elementor-widget-button a.elementor-button {
    background-color: #fff;
    color: #cd0d40;
}


/***** ELEMENTOR BUTTONS *****/

body .elementor-widget-button a.elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-field-type-submit button[type="submit"],
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.app-button,
body button[type="submit"],
body .button, body a.button,
body .woocommerce-message a {
    border-radius: 20px;
    background-color: #cd0d40;
    border: 0;
    color: #fff;
    transition: all 0.4s ease;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: none;
    padding: 13px 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 700;
}

body .elementor-widget-button a.elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-field-type-submit button[type="submit"]:hover,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
.app-button:hover,
button[type="submit"]:hover,
.button:hover, 
body .button:hover,
body .woocommerce-message a:hover {
    color: #fff;
    background-color: #cd0d40;
    transform: scale(1.025) !important;
    cursor: pointer;
}


/**** SMALL BUTTONS *****/

body .elementor-widget-button .elementor-button.elementor-size-xs,
body .elementor-slides .slick-slide-inner .elementor-slide-button {
    background-color: transparent;
    color: #9b8b82;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #9b8b82;
    border-radius: 0;
    opacity: 1;
    padding: 7px 0px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}


/**** SMALL BUTTONS HOVER *****/

body .elementor-slides .swiper-slide-inner .elementor-slide-button,
body .elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
    color: #9b8b82;
    background-color: transparent;
    border-bottom: 2px solid #999;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    opacity: 1;
    padding: 7px 0px;
    transform: scale(1.08);
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

body .button-white.elementor-widget-button a.elementor-button,
body .button-white.elementor-widget-button .elementor-button,
.app-button.button-white, body .button.button-white, body a.button.button-white {
    background-color: #fff;
    border-color: #fff;
    color: #cd0d40;
}

body .app-button.button-white {
    background-color: #fff;
}

body .button-white.elementor-widget-button a.elementor-button:hover,
body .button-white.elementor-widget-button .elementor-button:hover,
.app-button.button-white:hover, body .button.button-white:hover, body a.button.button-white:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #ff3268;
}

.button-inline:last-child {
    margin-right: 0;
}

.button-inline {
    display: inline-block;
    margin-right: 15px;
}

.button-inline a {
    min-width: 180px;
    text-align: center;
}

body .elementor-login-separator {
    margin-left: 10px;
    margin-right: 10px;
}

body .gform_wrapper .gform_footer {
    text-align: center;
}


/***** ELEMENTOR ICON LISTS ****/

body .elementor-widget-icon-list .elementor-icon-list-text {
    font-weight: 400;
}

body .elementor-widget-icon-list .elementor-icon-list-item {
    font-weight: 400;
    margin-bottom: 6px;
}

body .elementor-widget .elementor-icon-list-icon {
    margin-right: 10px;
}

body .elementor-icon {
    color: #c61110;
}


/***** GLOBAL FOOTER *****/

#global-footer h2 {
    font-size: 24px;
    margin-bottom: 0;
}

#global-footer .elementor-widget-heading {
    margin-bottom: 0 !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea {
    background-color: #fff;
    border: 0;
    margin-top: 0;
    padding: 4px 20px;
    border-radius: 23px;
}

body .gfield_select {
    border-radius: 23px!important;
}

#menu-item-22 .sf-menu ul.sub-menu ul {
	left: -100%!important;
    z-index: 999;
}
#site-navigation .menu-item.menu-last-dropdown .sub-menu {
    left: unset;
    right: 0;
}

.sf-menu ul.sub-menu ul {
    top: -3px;
	left: 0;
    right: 100% !important;
    z-index: 999;
}

.dropdown-menu ul li a.menu-link,
.sf-menu ul li a {
    font-size: 16px !important;
}


/***** *****/

body .person-image img {
    border-bottom: 0;
    width: fit-content;
}


/***** HOMEPAGE SLIDER *****/

#homepage-slider .elementor-slide-heading {
    font-family: "Oswald", sans-serif;
}


/***** SIDEBAR MENU *****/

.news-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.news-post {
    width: 30%;
    display: flex;
    margin-right: 3%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex: 1;
}

.news-post .news-post-overlay a,
.news-post .news-post-overlay a:hover {
    color: #fff;
}

.news-post:last-child {
    margin-right: 0;
}

.news-post .news-post-overlay {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+1,0.65+100 */
    /* background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 80px 30px 30px 30px;
    text-align: right;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.news-post .news-post-overlay.news-post-overlay-tall {
    padding: 140px 30px 30px 30px;
}

.news-post:hover .news-post-overlay.news-post-overlay-tall {
    padding: 120px 30px 30px 30px;
}

.news-post:hover .news-post-overlay {
    opacity: 0.7;
    padding: 60px 30px 50px 30px;
}

.news-post-content {
    margin-top: auto;
    padding: 0 0 0 0;
    transition: all 0.5s ease;
}

.news-post-title {
    color: #fff;
    margin: 0;
    font-family: 'Oswald', 'open sans', sans-serif;
    font-size: 32px;
}

.news-post-date {
    color: #fff;
    font-family: 'Open Sans', 'open sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .news-posts {
        flex-direction: column;
    }

    .news-post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .news-post-title {
        font-size: 18px;
    }

    .news-post .news-post-overlay {
        min-height: 200px;
        padding: 20px;
    }
}


/***** SEARCH BAR *****/

#top-bar-content #topbar-template {
    margin-left: 30px;
}

#top-bar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


/***** ANIMATED ICONS *****/

.animated-svg-icon {
    max-width: 100px;
    margin: auto;
    margin-bottom: 0 !important;
}


/***** SWITCHER *****/

.switcher {
    margin: 0 auto;
}

.switcher a {
    color: #555 !important;
    font-size: 18px;
    padding: 20px;
}

body.page-id-297 #site-logo {
    margin-top: -23px;
}

body.page-id-297 #site-logo #site-logo-inner a img,
body.page-id-297 #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 424px;
}

body.page-id-297 #site-logo #site-logo-inner a img {
    width: auto;
    height: 85%;
}


/***** Menu highlight hove r*****/

#site-navigation-wrap .menu-highlight>a:hover {
    opacity: 0.6;
}


/***** Testimonials ****/

body .elementor-testimonial-wrapper {
    margin-bottom: 20px;
}

body .elementor-testimonial-content::before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/uploads/2019/04/quote-icon-semca.svg);
    background-size: contain;
    background-repeat: no-repeat;
    visibility: visible;
    display: block;
    position: absolute;
    left: 0;
}

body .elementor-testimonial-content,
body .elementor-testimonial-details {
    padding-left: 60px;
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.elementor-testimonial-wrapper .elementor-testimonial-job a {
    color: #cd0d40;
    text-transform: uppercase;
}


/***** *******/

body .elementor-image-box-img a:hover {
    opacity: 0.7;
    display: block;
}


/***** Responsiveness *****/

@media screen and (max-width: 767px) {
    .oceanwp-mobile-menu-icon a {
        text-transform: uppercase;
        font-size: 15px;
    }

    .semca-interior-main .semca-interior-container,
    .semca-interior-heading .semca-interior-container {
        flex-direction: column-reverse !important;
    }

    body #top-bar {
        display: none;
    }
}


/***** SEARCH BOX *****/

body .elementor-search-form input[type=search] {
    max-width: 100px;
    overflow: hidden;
    transition: all 0.4s ease;
}

body .elementor-search-form:hover input[type=search],
body .elementor-search-form input[type=search]:focus {
    width: fit-content;
    max-width: 230px;
}

body .elementor-search-form input[type=search],
body .elementor-search-form__container {
    transition: all 0.4s ease;
}


/***** SIDEBAR CALLOUTS *****/

.sidebar-callouts {
    margin-top: 30px;
}

.sidebar-callout {
    color: #fff;
    background-color: #cd0d40;
    text-align: center;
    margin-bottom: 40px;
}

.sidebar-callout-content {
    padding: 30px;
}

.sidebar-callout-image {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sidebar-callout-title {
    color: #fff;
}

.gravity-callout {
    background-color: #e9e9e9;
    color: #555;
    padding: 30px;
}

.gravity-callout .gform_wrapper span.gform_description {
    width: 100%;
    text-align: center;
}

.gravity-callout .sidebar-callout-title {
    color: #555;
}

.gravity-callout .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

body .gform_wrapper .gform_footer input.button {
    margin-right: 0;
}


/***** CTA on mobile *****/

@media screen and (max-width: 767px) {
    body .elementor-cta--layout-image-left .elementor-cta {
        flex-direction: column;
    }
}


/***** *****/

.job-center-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.job-center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-center-item {
    margin-bottom: 20px;
}

.job-center-item:last-child {
    margin-bottom: 0;
}

.job-center-details h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.job-center-thumbnail-wrapper,
.job-center-content-column {
    margin-right: 40px;
    margin-top: 20px;
}

.job-center-thumbnail {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.job-center-details {
    margin-bottom: 50px;
}

.job-center-list-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .job-center-thumbnail-wrapper .job-center-thumbnail {
        width: 100%;
        border-radius: 0;
        height: 170px;
        margin: 0;
    }

    .job-center-thumbnail-wrapper {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .job-center-list-col {
        width: 100%;
        margin-bottom: 15px;
    }

    .job-center-details {
        flex-direction: column;
    }
}


/***** BOARD TOGGLES *****/

.content-toggle {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: background-color 0.4s ease;
    margin-bottom: 15px;
}

.content-toggle.active {
    margin-bottom: 0;
}

.active,
.content-toggle:hover {
    background-color: #ccc;
}

.content-panel {
    padding: 20px 40px;
    display: none;
    background-color: #f4f4f4;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 5s ease;
}

.content-toggle.active::after {
    transform: rotate(-135deg);
}

.content-toggle::after {
    content: "+";
    visibility: visible;
    position: absolute;
    right: 30px;
    font-size: 30px;
    color: #8a8a8a;
    transition: all 0.4s ease;
}


/***** BOARD ROWS *****/

.board-rows {
    width: 100%;
}

.board-row {
    display: flex;
}

.board-row-col {
    width: 50%;
    padding: 5px 20px;
}

.board-row:nth-child(even) {
    background-color: #f4f4f4;
}

.board-row:nth-child(odd) {
    background-color: #e9e9e9;
}


/***** BOARD MEMBERS *****/

.board-members {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.board-members .board-member {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 30px;
}

.board-chairs {
    display: flex;
    flex-direction: row;
}

.board-chairs>div {
    width: 50%;
    flex-direction: column;
}

.board-chairs .board-member {
    width: 100%;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .board-members .board-member {
        width: 45%;
        margin-right: 5%;
    }
}


/***** WIDGETS ******/

body .widget-title {
    font-size: 22px;
    border: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: 4px;
    color: #c1c1c1;
}


/***** *****/

body .dropdown-menu .sub-menu {
    min-width: 220px;
}

.dropdown-toggle:before {
    margin-top: -25px !important;
    margin-left: -25px !important;
    padding: 10px 20px;
}

input#postcode {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1;
}

.job-center-sidebar.map-list-view {
    width: 100% !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea {
    border: 2px solid #e9e9e9;
    padding: 5px 10px;
}

body .gform_wrapper .ginput_container_time {
    padding: 2px;
    min-width: 90px;
}

body .gform_wrapper .gfield_time_hour input,
body .gform_wrapper .gfield_time_minute input {
    width: 100%;
}

.job-center-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    margin-bottom: 30px;
}

.job-center-list-col {
    flex: 1;
    padding-right: 40px;
}

.job-center-list-col:nth-child(1) {
    width: 20%;
}

.job-center-list-col:nth-child(2) {
    width: 50%;
}

.job-center-list-col:nth-child(3) {
    width: 30%;
}

.job-center-list-col:last-child {
    padding-right: 0;
}

.job-center-list-details {
    margin-bottom: 20px;
}

.job-center-list-item .app-button {
    display: inline-block;
    padding: 5px 25px;
}

@media screen and (max-width: 768px) {
    body .job-center-list-item {
        flex-direction: row;
        padding: 0;
        flex-wrap: wrap;
    }

    .job-center-thumbnail-wrapper {
        width: 100%;
    }

    .job-center-list-col {
        max-width: 50%;
    }
}

.job-center-sidebar {
    background-color: #cd1141;
    color: #fff;
}

.job-center-sidebar strong {
    font-weight: 700;
}

.job-center-sidebar a {
    color: #fff;
}

.job-center-wrapper .job-center-sidebar {
    width: 30%;
    height: 400px;
    overflow-y: scroll;
}

.jc-inner-section .job-center-wrapper .job-center-sidebar {
    height: 500px;
}
.jc-inner-section .job-center-wrapper .acf-map {
    height: 500px;
}


.job-center-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .job-center-wrapper {
        flex-direction: column;
    }

    .job-center-wrapper .job-center-sidebar,
    body #job-seeker-map {
        width: 100%;
        height: 300px;
    }

    .job-center-search .search-box {
        margin-bottom: 12px !important;
    }

    .job-center-wrapper .search-box,
    .job-center-search input[type="text"] {
        margin: 0;
        width: 100%;
    }

    .job-center-search .search-box:last-child {
        margin-bottom: 0px !important;
    }
}

#job-seeker-map {
    width: 70%;
}

.job-center-listing {
    padding: 20px;
    padding-bottom: 0;
    width: 100%;
    display: block;
    line-height: 1.3em;
}
.job-center-listing:last-of-type {
    padding-bottom: 20px;
}

.job-center-listing:hover {
    background-color: #e0224c;
    color: #fff;
}

.job-center-search {
    background-color: #ad0e3c;
    padding: 15px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.job-center-search input[type="text"] {
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 15px;
    min-width: 280px;
    outline: 0;
    border: 0;
}

.search-box {
    margin-right: 15px;
}

.search-box:last-child {
    margin-right: 0;
}

.job-center-search .search-instructions {
    color: #fff;
}

header.semca-interior-heading .tribe-events-page-title a,
header.semca-interior-heading .tribe-events-page-title a:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar-navigation ul>li ul li.menu-item-has-children::before {
    justify-content: center;
    height: 42px;
    width: 67px;
    align-items: center;
    display: flex;
    top: 0px !important;
    right: 0px !important;
}

.sidebar-navigation ul>li ul li.menu-item-has-children::before {
    content: "+";
    right: 20px;
    position: absolute;
    z-index: 999999;
    top: 6px;
    font-size: 26px;
    font-weight: bold;
    color: #d8d8d8 !important;
}

.sidebar-navigation ul>li ul li.current_page_item.menu-item-has-children::before {
    content: "+";
    right: 20px;
    position: absolute;
    z-index: 999999;
    top: 6px;
    font-size: 26px;
    font-weight: bold;
    color: #eeeeee !important;
}

.menu-item.open:before {
    transform: rotate(225deg);
}

.sidebar-navigation ul>li ul li.menu-item-has-children::before {
    transition: .4s;
}

.sidebar-navigation ul>li ul li.menu-item-has-children::before {
    justify-content: center;
    height: 42px;
    width: 48px;
    align-items: center;
    display: flex;
    top: 0px !important;
    right: 0px !important;
}

#menu-item-84078 span.nav-content {
    display: none;
}

/* LOGO SIZING FIXES */

#site-logo #site-logo-inner a,
#site-logo #site-logo-inner a img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

/* 
body.home #site-logo #site-logo-inner {
    height: 83px;
    margin-top: -30px;
    display: block;
    max-width: 200px;
} */

body #site-logo #site-logo-inner {
    height: 123px;
    margin-top: -40px;
    display: block;
    max-width: 320px;
}

@media screen and (max-width: 767px) {
    body.home #site-logo #site-logo-inner {
        height: 56px;
        margin-top: 9px;
        display: block;
    }

    body #site-logo #site-logo-inner {
        height: 83px;
        margin-top: 0;
        display: block;
    }

    body .oceanwp-mobile-menu-icon a {
        line-height: 84px;
    }

}

@media screen and (max-width: 960px) {
    #mobile-nav .hide {
        margin-bottom: -55px !important;
        max-width: 85%;
        border: none !important;
    }

    #mobile-nav .hide a,
    #mobile-nav .hide a:hover,
    #mobile-nav .hide a:active {
        color: #fff0;
        z-index: 1;
    }

    #mobile-nav .mobile-hide {
        display: none;
    }
}

#menu-primary-menu .hide {
    display: none;
}

/******* SUCCESSS STORIES *******/

.filters {
    margin-bottom: 40px;
}

.filter_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter_list li {
    background-color: transparent;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 12px;
}

.filter_list li:hover {
    background-color: transparent;
}

.filter_list li a {
    color: #cd0d40;
    border: 1px solid #cd0d40;
    border-radius: 25px;
    line-height: 1em;
    padding: 5px 15px;
    display: block;
    font-size: 14px;
    transition: all 0.4s ease;
}

.filter_list li.active a {
    color: #fff;
    background-color: #cd0d40;
}

.filter_list li a:hover {
    color: #fff;
    background-color: #cd0d40;
}

.success_stories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.success_stories li.success_story {
    list-style: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
}

.success_stories li .story_image {
    width: 30%;
    margin-right: 5%;
}

.success_stories li .story_content {
    width: 70%;
    padding: 10px 30px;
}

.success_stories li h3 {
    margin-bottom: 6px;
    font-size: 25px;
}

.success_stories .story_thumbnail {
    width: 30%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.story_link {
    font-weight: 600;
    color: #cd0d40;
    border-bottom: 1px solid #cd0d40;
}

.story_link:hover {
    color: #e83262;
}

ul.term_list li {
    background-color: #e2e2e2;
    display: inline-block;
    line-height: 1em;
    padding: 5px 10px;
    font-size: 11px;
    color: #717171;
    text-transform: uppercase;
}

ul.term_list {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {

    .success_stories li.success_story {
        flex-direction: column;
    }

    .success_stories li.success_story .story_thumbnail {
        width: 100%;
        height: 160px;
    }

    .success_stories li .story_content {
        width: 100%;
        padding: 10px;
    }
}

body .gravity-callout textarea {
    background-color: #fff;
    border: 0;
}

@media screen and (max-width: 767px) {

    body .elementor-arrows-position-outside .elementor-swiper-button-next {
        font-size: 42px !important;
        right: -29px;
    }

    body .elementor-arrows-position-outside .elementor-swiper-button-prev {
        font-size: 42px !important;
        left: -29px;
    }

}


/***** GRAVITY FORMS SURVEY *****/
body p.gform_required_legend {
    display: none;
}

#gform_5 .gfield_radio label {
    font-size: 17px !important
}

body .gsurvey-rating:not(:checked)>label,
body .gsurvey-rating:not(:checked)>label:hover,
body .gsurvey-rating:not(:checked)>label:hover~label,
body .gsurvey-rating:not(:checked)>label,
body .gsurvey-rating:not(:checked)>label:hover,
body .gsurvey-rating:not(:checked)>label:hover~label,
body .gsurvey-rating>input:checked~label {
    width: 47px;
    line-height: 30px;
    background-position: left center;
    background-size: 30px 30px;
    color: rgba(221, 221, 221, 0) !important;
}

body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper legend.gfield_label {
    font-family: effra, helvetica neue, helvetica, arial, sans-serif;
    font-size: 17px;
    color: #232323;
}

.gsurvey-rating:not(:checked)>label {
    float: right;
    width: 18px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 18px !important;
    line-height: 18px;
    color: #ddd;
    background-image: url(../images/star0.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
}

body .gsurvey-rating {
    margin-bottom: 16px;
}

.notification-bar {
    background-color: #cd0d40;
    color: #fff;
    padding: 13px 10px;
    text-align: center;
    font-size: 17px;
}

.post-type-archive-tribe_events .semca-interior-overlay {
    padding-top: 70px;
    padding-bottom: 70px;
}

body .solid_icons .cls-1 {
    fill: #fff !important;
}

/*** GRAVITY FORM CUSTOM CSS ****/
.form-increase-spacing {
    margin-bottom: 30px!important;
}
input#input_79_81 {
    width: 100%;
    max-width: 75px;
}

/***** *****/
body .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

body .woocommerce-page form .form-row-wide {
    flex: 1 1 50%;
}

/*body.home section.notification-bar {
    display: none !important;
} /*


body.single-post .elementor-section.elementor-top-section {
    padding: 0;
}

body .wplc_hovercard_content_right {
    width: 100%;
}

body #wplc_hovercard {
    width: 360px;
}

/***** GRAVITY FORMS JOB SEARCH *****/
.job-search-form {
    padding: 300px 19px 10px 19px;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #222);
}

.job-search-form .gform_title {
    color: #fff;
}

.job-search-form .gform_footer {
    text-align: left !important;
    margin: 0px !important;
}

.job-search-form .gfield {
    padding-right: 0px !important;
}

.white_links a {
    color: #fff;
}

/**** GRAVITY FORMS POST AN EVENT ****/
input#input_4_5_1, input#input_4_5_2, input#input_4_4_2, input#input_4_4_1{
	
	font-size: 14px;
	min-width: 75px;
}

select#input_4_4_3, select#input_4_5_3 {
    font-size: 12px!important;
    padding: 0px!important;
	
}

input#input_116_81 {
    max-width: 100px;
}

/***** LIVE CHAT *****/
body #wp-live-chat-header {
    background-size: 24px;
    background-position: center;
}

#wp-live-chat-header.active {
    background: url(https://www.semca.org/wp-content/uploads/2020/04/x-icon.png) no-repeat;
    background-size: 14px;
    background-position: center;
}

#wplc-chat-container #icon-svg {
    width: 60% !important;
    margin-top: 2px;
    overflow: visible !important;
}

.awayText_2wPj5 {
    display: none;
}

#tawkchat-maximized-wrapper #formContainer {
    z-index: 1 !important;
}

/***** FORM *****/
body #application_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper select {
    border-radius: 3px;
    border: 2px solid #e0e0e0;
    padding: 5px 10px !important;
    line-height: 1em !important;
    height: auto !important;
    font-size: 16px;
}

body #application_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
body .gform_wrapper select:hover {
    border-color: #b5b5b5;
}

body #application_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper select {
    border-radius: 3px;
    border: 2px solid #e0e0e0;
}

body #application_form .gform_wrapper .top_label .gfield_label {
    font-size: 17px;
}

body #application_form .gform_wrapper h2.gsection_title, body #application_form .gform_wrapper h3.gsection_title {
    font-size: 20px;
    text-transform: none;
}

body #application_form ul.qualifications,
#application_form ul.qualifications li {
    list-style: disc !important;
    line-height: 1.2em;
}

body #application_form .gform_wrapper .gsection:first-child {
    margin-top: 0 !important;
}

body #application_form .gform_wrapper .gsection h2, body #application_form .gform_wrapper .gsection h3 {
    margin: 0 !important;
}

body #application_form .gform_wrapper .gsection {
    background-color: #f4f4f4;
    padding: 12px !important;
    border: 0;
    margin-bottom: 0 !important;
    margin-top: 60px !important;
}

#application_form .gform_wrapper input.datepicker {
    width: 100%;
}

body #application_form * {
    font-size: 17px !important;
}

body .breadcrumbs,
body .breadcrumbs * {
    color: #fff !important;
    text-align: center;
}

body .breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}

#site-header {
    z-index: 888;
}

body .active,
body .content-toggle:hover {
    background-color: #f4f4f4;
}

@media screen and (max-width: 890px) {
	.single-blog-post {
    margin-right: 20px!important;
    margin-left: 20px!important;
}
}

.single-blog-post {
    margin-right: 25px!important;
    margin-left: 25px!important;
}

.semca-interior-heading {
    background: #555;
    background-image: url(/wp-content/uploads/2019/04/photo-1522165078649-823cf4dbaf46.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.semca-interior-overlay {
    padding: 110px 30px;
}

.semca-interior-container {
    max-width: 1200px;
    margin: 0 auto;
}

.semca-interior-heading h1 {
    color: #fff;
    font-family: 'Oswald', "open sans", sans-serif;
}

.semca-interior-main .semca-interior-container, .semca-interior-heading .semca-interior-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.semca-interior-heading .semca-interior-container {
    align-items: center;
    justify-content: center;
}

#breadcrumbs {
  margin-bottom: 25px;
}


@media screen and (min-width: 768px) {
    .semca-interior-sidebar { padding-right: 2.5%; }
    .semca-interior-content { padding-left: 2.5%; }
    .semca-interior-main .semca-interior-sidebar, .semca-interior-heading .semca-interior-sidebar { width: 30%; }
    .semca-interior-main .semca-interior-content, .semca-interior-heading .semca-interior-content { width: 70%; }
}

@media screen and (max-width: 767px) {
    .semca-interior-main .semca-interior-container { flex-wrap: column; padding: 80px 20px; }
    .semca-interior-main .semca-interior-sidebar { width: 100%; }
    .semca-interior-main .semca-interior-content { width: 100%; margin-bottom: 40px; }
    body .semca-interior-main .semca-interior-container { padding: 50px 30px; }
    body .sidebar-navigation { display: none; }
}

/***** CONTAINER *****/
.semca-interior-main .semca-interior-container {
    padding: 80px 30px;
    padding-top: 50px;
}

/***** SIDEBAR NAVIGATION *****/
.sidebar-navigation h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #cd0d40;
    font-size: 30px;
	line-height: 1.4em;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
}
.sidebar-navigation > ul,  .sidebar-navigation ul {
    margin: 0;
    padding: 0;
}

.sidebar-navigation li {
  list-style: none;
}

.sidebar-navigation li a {
      color: #555;
      font-weight: 400;
    font-size: 15px;
    text-transform: none;
    display: block;
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-bottom-width: 0;
    transition: all 0.4s ease;
    font-family: "Open Sans", sans-serif;
}

.sidebar-navigation .primary-menu-container {
    border-bottom: 1px solid #ededed;
}

.sidebar-navigation a:hover {
  background-color: #cd0d40;
  color: #fff;
    border-color: #cd0d40;
}

.semca-single-page-heading, .sidebar-navigation .current-menu-parent > a, .sidebar-navigation ul:not(.sub-menu)>li.current_page_item > a, h4.nav-heading {
/*     color: #cd0d40;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: 1.3em;
    background-color: transparent; */
	display: none;
}
h4.interior-page-sidebar-heading {
	color: #cd0d40;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.3em;
    background-color: transparent;
}

body .semca-single-page-heading:hover {
    color: #cd0d40;
    background-color: transparent;
    background: transparent;
}

.sidebar-navigation .current-menu-parent > a::after, .sidebar-navigation ul:not(.sub-menu)>li.current_page_item > a::after {
    display: none;
}



/***** HIDE NON-RELEVANT ITEMS *****/
.sidebar-navigation ul>li {
display: none;
}

.sidebar-navigation ul>li.current-menu-parent, .sidebar-navigation ul>li.current-menu-parent ul li, .sidebar-navigation ul li ul li.current_page_item ul li, .sidebar-navigation ul>li.current_page_item li, .sidebar-navigation ul>li.current_page_item {
display: block!important;
}

/****** CURRENT PAGE ITEM ******/
.sidebar-navigation .current_page_item > a {
background-color: #f4f4f4;
position: relative;
background: #cd0d40;
color: #fff;
border-color: #cd0d40;
}
.sidebar-navigation .current_page_item > a::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 244, 244, 0);
    border-left-color: #cd0d40;
    border-width: 12px;
    margin-top: -12px;
    
}


.sidebar-navigation .menu-icon > a::before {
    display: none;
}

.sidebar-navigation ul ul ul a {
    padding-left: 40px;
}


.sidebar-navigation ul>li ul li.menu-item-has-children {
position: relative;
}

.sidebar-navigation ul>li ul li.menu-item-has-children::before {
content: "+";
right: 20px;
position: absolute;
z-index: 999999;
top: 6px;
font-size: 26px;
font-weight: bold;
color: #fff;
}

.sidebar-callout .gform_wrapper .top_label li.gfield.gf_left_half, .sidebar-callout .gform_wrapper .top_label li.gfield.gf_right_half {
margin-top: 0;
}

.sidebar-callout .gform_wrapper .gform_footer {
    margin-top: 0;
}

body .sidebar-callout .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .sidebar-callout .gform_wrapper textarea {
border-radius: 6px;
border: 0;
}

body .sidebar-callout .gform_wrapper .top_label li.gfield.gf_right_half, body .sidebar-callout .gform_wrapper ul.gform_fields li.gfield {
padding-right: 0;
}

body .sidebar-callout .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 16px;
}

body .sidebar-callout .gform_wrapper {
    margin-top: 20px;
    margin-bottom: 0;
}

/****** LIGHT AND DARK CALLOUT BUTTONS *****/
body .sidebar-callout a.app-button, body .sidebar-callout .gform_wrapper .gform_footer input[type=submit] {
    background-color: #fff;
    color: #cd0d40;
}

 body .sidebar-callout a.app-button:hover, body .sidebar-callout .gform_wrapper .gform_footer input[type=submit] {
    background-color: #fff;
    color: #e8265b;
}

.page-id-1665 .sidebar-callouts {
margin-top: 0;
}
.page-id-1665 .sidebar-navigation {
display: none;
}

/***** GRAVITY FORM DETROIT HIDE SUBMIT BUTTON CONDITIONAL LOGIC ****/
.gf-detroit-notice {
    font-weight: bold;
    background-image: radial-gradient(at center center, var( --e-global-color-2fba7d53 ) 0%, var( --e-global-color-4a1463d0 ) 100%);
    text-align: center;
    padding: 15px;
    margin-top: 40px!important;
    color: #fff;
	text-transform: uppercase;
}
.gf-detroit-notice.gf-detroit-notice-sidebar {
   	font-size: 15px;
    padding: 20px 5px!important;
    line-height: 1.7em!important;
    font-weight: 600;
    text-transform: none;
}
li#field_9_41 {
    padding-top: 15px;
}

/**** NEW JOB CENTER LOCATIONS ****/
.jc-container-content #breadcrumbs {
    margin-bottom: 20px;
}
.jc-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    max-width: 1300px;
    margin: 0 auto;
}
.jc-container-content {
    padding: 2rem 3rem;
}
.jc-inner-section {
    padding: 5rem 0rem;
}
.jc-inner-section:not(first-child) {
    padding-top: 0;
}
.jc-location-detail-intro {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 5%;
    margin-bottom: 25px;
}
.jc-location-detail-intro img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.jc-location-detail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 5%;
}
.jc-location-detail p {
    margin: 0;
}

.jc-inner-section h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--e-global-color-2f6082c8);
}
.ajc-cta {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: var(--e-global-color-2f6082c8);
}
.ajc-card-archives .ajc-card-item >* {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .jc-container {
        display: block;
    }
    .jc-inner-section {
        padding: 3rem 0;
    }
}

/*** LOC EVENTS ***/
.ajc-card-items {
    display: grid;
    gap: 20px;
}

.ajc-card-items.ajc-card-items-columns-1 {
    grid-template-columns: 1fr;
}

.ajc-card-items.ajc-card-items-columns-2 {
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 800px) {
    .ajc-card-items.ajc-card-items-columns-2 {
        grid-template-columns: 1fr;
    }
}

.ajc-card-items.ajc-card-items-columns-2 .ajc-card-item-job-name {
    display: block;
}

.ajc-card-items.ajc-card-items-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.ajc-card-item {
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease;
    border: 1px solid #e9e9e9;
    padding: 1.5rem;
}
.item-hover-x:hover {
    /* margin-right: -10px;
    margin-left: -10px; */
    background: #f4f4f4;
}
.item-hover-y:hover {
    /* margin-top: -10px; */
    /* margin-bottom: 10px; */
    background: #f4f4f4;
}
.ajc-card-item h4, a.ajc-card-item-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--e-global-color-536d920e);
    font-weight: 600;
}
.upcoming-loc-event-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}
.loc-pagination {
    text-align: center;
    margin-top: 20px;
}
.ajc-event-inner-box {
    display: flex;
    align-items: start;
    gap: 10px;
}

.ajc-event-inner-box svg {
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 767px) {
    .ajc-card-items.ajc-card-items-columns-3 {
        grid-template-columns: 1fr;
    }
}

/*** LOC STORY ***/
.ajc-card-item.ajc-card-item-story {
    display: block;
    padding: 0;
}

.ajc-card-item-story img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.ajc-card-item-inner {
    padding: 1.5rem;
    display: grid;
}

.ajc-card-item-inner span {
    margin-top: 10px;
}

/*** LOC JOBS ***/
.ajc-card-item-job {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.ajc-card-item-job-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.ajc-card-job-description {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    flex: 5;
}
.ajc-card-item-job-name .ajc-cta {
    flex: 1;
    text-align: right;
}
.ajc-card-item-job img {
    height: 75px;
    width: auto;
    border: none;
    object-fit: cover;
    margin-right: 20px;
}
.ajc-card-item-job h4 {
    color: var(--e-global-color-secondary);
    font-size: 20px;
    margin: 0;
}
h4.ajc-card-item-job-title {
    color: var(--e-global-color-536d920e);
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .ajc-card-item-job-name {
        display: block;
    }
}
/*** LOC TEAM ***/
.upcoming-loc-staff-item {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 15px;
}
.upcoming-loc-staff-item img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    object-fit: cover;
}
.upcoming-loc-staff-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--e-global-color-536d920e);
    font-weight: 600;
}
.upcoming-loc-staff-inner p {
    margin-bottom: 0;
    color: var(--e-global-color-secondary);
}

/*** NEW JOB CENTER ARCHIVE ***/
.jc-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}
.jc-item {
    transition: all 0.3s ease;
}
.jc-item:hover {
    margin-top: -10px;
    margin-right: -10px;
}
.jc-item h4 {
    color: var(--e-global-color-536d920e);
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}
.jc-item p {
    color: var(--e-global-color-secondary);
    margin-bottom: 10px;
}

/*** NEW JOB CENTER SIDEBAR ***/
.jc-sidebar-navigation {
    padding: 2rem 3rem;
}
/* .jc-sidebar-navigation h4 {
    color: var( --e-global-color-536d920e );
    font-weight: 600;
    text-transform: none;
} */
.jc-lists {
    /* border: 1px solid #9d9a9a;
    border-bottom: 0;
    background: #e9e9e9; */
    border: 1px solid #ededed;
}

/* .jc-list-title:not(:last-child) {
    border: 1px solid #ededed;
} */

.jc-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 20px; */
    background-color: #fff;
    transition: all 0.4s ease;
    border-bottom: 1px solid #ededed;
}

.jc-list-title:hover {
    cursor: pointer;
    background-color: var(--e-global-color-2f6082c8);
    color: #ffffff;
}
.jc-list-title a {
    padding: 10px 20px;
    width: 90%;
}
.jc-list-title:hover h4 {
    color: #ffffff;
}

.jc-list-title h4 {
    color: #555555;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    transition: all 0.4s ease;
    /* font-size: 16px; */
    margin-bottom: 10px;
    /* color: var(--e-global-color-536d920e);
    font-weight: 600;
    text-transform: none; */
    margin: 0;
}

.jc-list-title svg {
    transition: all 0.4s ease;
    width: 10px;
    height: 10px;
    fill: #D8D8D8;
    transform: rotate(45deg);
    margin-right: 10px;
    background: transparent;
}

.jc-item-toggle {
    background: #ffffff!important;
}

.jc-item-toggle.active .jc-list-title svg {
    transform: rotate(180deg);
    fill: #ffffff;
}
.jc-item-toggle.active .jc-list-title, .jc-item-toggle.active .jc-list-title h4 {
    background-color: var(--e-global-color-2f6082c8);
    color: #ffffff;
}
/* h4.ajc-primary-menu-toggle {
    position: relative;
    width: 100%;
}

h4.ajc-primary-menu-toggle::after {
    content: "+";
    right: 0;
    position: absolute;
    z-index: 999999;
    top: 0;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    transition: .4s;
} */

.jc-item-subitems {
    border-bottom: 1px solid #ededed;
    transition: all 0.4s ease;
}

.jc-item-subitem {
    display: block;
    width: 100%;
    transition: all 0.4s ease;
    padding: 10px 20px 10px 35px;
    line-height: 1em;
    font-size: 15px;
    color: var(--e-global-color-secondary);
}

.jc-item-subitems:hover,  .jc-item-subitem:hover{
    background-color: var(--e-global-color-2f6082c8);
    color: #ffffff;
    border-bottom: 1px solid var(--e-global-color-2f6082c8);
}

.jc-item-subitems {
    display: none;
}

.jc-item-toggle.active .jc-item-subitems {
    display: block;
}

.jc-sidebar-contact {
    background-color: #e9e9e9;
    color: #555;
    padding: 25px;
    margin-top: 40px;
    text-align: center;
}

.jc-sidebar-contact h3 {
    color: #555;
}
#gform_wrapper_40 label.gfield_label.gform-field-label {
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 17px;
}

#gform_wrapper_40 label.gfield_label.gform-field-label {
    margin-bottom: 0;
}
#gform_wrapper_40 input {
    border-radius: 3px;
}
input#gform_submit_button_40 {
    border-radius: 20px;
    color: #cd0d40;
    border: 0;
    background-color: #fff;
    transition: all 0.4s ease;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: none;
    padding: 13px 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 700;
}

body .gform_wrapper #gform_40 .gform_body .gform_fields .gfield input[type=text] { 
    border-radius: 6px; 
    border: none;
}

body .gform_wrapper #gform_40  .gform_body .gform_fields .gfield textarea {
    border-radius: 6px;
    border: none;
}

@media screen and (max-width:767px) {
    .display-mobile-none {
        display: none;
    }
}
@media screen and (min-width:767px) {
    .display-desktop-none {
        display: none;
    }
}

/**** New Menu Toggles ****/
.menu-toggle {
    display: none;
    background-color: #f4f4f4;
    border: 1px solid #9d9a9a;
    border-bottom: 0;
}

.menu-toggle-inner {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    padding: 10px 20px;
}

.menu-toggle .menu-toggle-button.menu-toggle-button-close { display: none; }
.menu-toggle .menu-toggle-button.menu-toggle-button-open { display: block; }

.menu-toggle .menu-toggle-button {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 14px;
}

.d-inline-flex {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 800px) {
    .menu-toggle {
        display: block;
    }

    .menu-toggle-dropdown {
        display: none;
        transition: all 0.4s ease;
    }

    .menu-active.menu-toggle-dropdown {
        display: block;
        transition: all 0.4s ease;
    }

    .menu-toggle.menu-active .menu-toggle-button.menu-toggle-button-close { display: block; }
    .menu-toggle.menu-active .menu-toggle-button.menu-toggle-button-open { display: none; }
    .menu-toggle.menu-active .menu-toggle-button.menu-toggle-button-close.menu-active { display: none; }
    .menu-toggle.menu-active .menu-toggle-button.menu-toggle-button-open.menu-active { display: block; }

    .menu-toggle-dropdown.jc-sidebar-navigation {
        padding: 0;
    }

    .menu-toggle-dropdown.jc-sidebar-navigation .nav-heading {
        display: none!important;
    }

    .jc-list-title h4 {
        font-size: 16px;
    }

    .jc-item-toggle .jc-item-subitems {
        font-size: 14px;
    }
}

/*** SINGLE JOB ***/
.single-job-breadcrumbs p {
    color: #ffffff;
}
.single-job-content {
    display: flex;
    padding-bottom: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px;
}
.job-sidebar {
    flex: 1;
}
.job-content {
    flex: 3;
    margin-left: 30px;
}
.single-job-content .job-sidebar .job-row-item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.job-row-meta h5 {
    margin: 0;
    margin-bottom: 10px;
}
.job-sidebar-bottom {
    padding: 60px 0;
    border-top: 1px solid #CCCCCC;
    margin-top: 40px;
}
.job-sidebar-bottom .button-secondary {
    margin-top: 30px;
}

@media screen and (max-width: 767px){
    section.hero {
        padding-bottom: 0px;
    }
    .single-job-content{
        display: block;
    }
    .job-sidebar-top {
        display: flex;
        flex-wrap: wrap;
    }
    .job-content {
        margin-left: 0;
    }
    .single-job-content .job-sidebar .job-row-item {
        margin-bottom: 0;
    }
    .job-sidebar-bottom {
        padding: 30px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .job-sidebar-bottom .button-secondary {
        margin-top: 0;
        margin-left: 15px;
    }
}

.gfield_time_ampm.ginput_container.ginput_container_time.below.gform-grid-col {
    min-width: 70px;
}

.gfield_time_ampm.ginput_container.ginput_container_time.below.gform-grid-col select {
	border: 2px solid #e9e9e9;
    padding: 5px 10px;
    border-radius: 23px;
}

body .sidebard-form textarea {
    background-color: #fff!important;
}

/*** AJC Featured Employers ***/
.ajc-featured-employer {
    margin-bottom: 40px;
}

.ajc-featured-employer > .ajc-employer-thumbnail img {
    width: 100%;
    height: auto;
}

.ajc-featured-employer > .ajc-employer-thumbnail {
    width: 100%;
    height: auto;
}
.ajc-featured-employer {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
}

.ajc-featured-employer h2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1rem;
}

.ajc-featured-employer-content h4 {
    font-size: 3rem;
    margin: 0;
}

@media screen and (max-width: 800px) {
    .ajc-featured-employer {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/*** Taxonomy Pages ***/
header.page-header {
    padding: 30px;
    background-color: #222;
    color: #fff;
}

.container.page-container {
    padding: 45px 30px;
}

header.page-header h1 {
    font-size: 4rem;
    margin: 0;
    color: #fff;
}

header.page-header a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}


/***** PAgination *****/
.pagination {
    margin-top: 20px;
}

.page-numbers {
    padding-right: 5px;
}
.nav-links {
    margin-top: 4rem;
    font-size: 0;
}

.nav-links > * {
    min-width: 3rem;
    min-height: 3rem;
    display: inline-flex;
    text-align: center;
    line-height: 1em;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 0.75rem;
    font-size: 1.75rem;
    margin-right: 2rem;
}

span.page-numbers.current {
    border-color: #222;
}

/*** LTR ***/
.direction-rtl .gfield_label, .direction-ltr .gfield_label *, .direction-rtl .gfield_label, .direction-rtl table *, .direction-rtl * {
    direction: rtl!important;
    text-align: right!important;
}

.direction-rtl table th, .direction-rtl table td {
    display: table-cell;
    text-align: right!important;
    direction: rtl!important;
}

.direction-rtl .gchoice {
    text-align: right!important;
    direction: rtl!important;
}

.direction-rtl .gfield_label {
    width: 100%;
}

/*** WAYNELINC PAGES ***/
body.parent-pageid-104935 a, body.page-id-104935 a, body.page-id-123369 a, body.parent-pageid-123369 a {
    color: var(--e-global-color-c1adaff);
}
body.parent-pageid-104935 a:hover, body.page-id-104935 a:hover, body.parent-pageid-104935 a:hover, body.page-id-123369 a:hover, body.parent-pageid-123369 a:hover {
    color: var(--e-global-color-da297b9);
}
body .wayne-breadcrumbs {
	color: var(--e-global-color-c1adaff);
	text-align: center;
	font-weight: 600;
}
body .wayne-breadcrumbs a {
	color: var(--e-global-color-c1adaff);
}
body .wayne-breadcrumbs a:hover {
	color: var(--e-global-color-da297b9);
}
body .wayne-breadcrumbs .breadcrumb_last {
	color: #625a5e;
}

/*** New Events ***/
.event-cards-list {
    display: grid;
    gap: 2rem;
}
.event-card {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
    background: #f4f4f4;
}
a.event-card:hover {
    background: #eaeaea;
}
.card-featured-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.event-card .card-featured-image img, .featured-event-card .inner .card-featured-image img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.event-card .card-content, .featured-event-card .inner .card-content {
    padding: 2rem;
}
.card-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: bold;
}
.card-content .em-event-details {
    color: #231f20;
}
.event-tax-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
span.event-term-name {
    padding: 5px 15px;
    background: #e1e1e1;
    color: #333333;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
}

span.event-term-name.active-term, span.event-term-name.active {
    background: #cd0d40;
    color: #fff;
}
.events-featured-cards {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 3rem;
}
.featured-event-card .inner {
    display: grid;
    background: #BD2D45;
    grid-template-columns: 1fr 2fr;
    min-height: 150px;
}
.featured-event-card .inner:hover {
    background: #ac293f;
    cursor: pointer;
}
.featured-event-card .inner h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.featured-event-card .inner p {
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 0;
    font-size: 15px;
}
.featured-event-card .inner a {
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 0;
    font-size: 15px;
    text-decoration: underline;
}

@media screen and (max-width: 875px) {
    .events-featured-cards {
        overflow-x: scroll;
    }
    .featured-event-card .inner {
        grid-template-columns: 1fr;
        min-width: 220px;
        gap: 0;
        min-height: unset;
    }
    .featured-event-card .inner .card-featured-image {
        min-height: 125px;
    }
    .featured-event-card .inner .card-content {
        min-height: 175px;
    }
}
@media screen and (max-width: 500px) {
    .event-card {
        grid-template-columns: 1fr;
    }
    .event-card .card-content {
        padding-top: 0;
    }

    .featured-event-card .inner{
        grid-template-columns: 1fr;
    }
}
/*** Scrollbar *** /
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #dddcdc #f4f4f4;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
        width: .75rem;
      margin-top: 20px;
  }
  
  *::-webkit-scrollbar-track {
        background: #f4f4f4;
  }
  
  *::-webkit-scrollbar-thumb {
      background-color: #dddcdc;
      border-radius: 20px; 
      border: 3px solid #f4f4f4;
  }

/*** Single Event ***/
  .event-register-cta >* {
    margin-bottom: 10px;
}

/*** Filter ***/
.filter-container {
    margin-bottom: 20px;
    background: #eaeaea;
    padding: 10px 20px;
}
.filter-container:hover {
    cursor: pointer;
}
.filter-container-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}
.filter-container-nav.nav-active {
    margin-bottom: 7px;
}
.filter-container-nav h3 {
    margin-bottom: 0px;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}
.filter-container-nav img {
    width: 14px;
    height: 14px;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.filter-container-nav.nav-active img {
    transform: rotate(180deg);
}
.categories-filter-wrapper {
    display: none;
}

/*** Featured Event Modal ***/
.popup-container {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.featured-card-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
    max-width: 550px;
}
.event-card.featured-event-card .featured-card-popup p {
    color: #000000;
    margin-bottom: 20px;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    line-height: 1em;
    font-size: 23px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

