/*-------------------------------------------------------------
- Global Styles
-------------------------------------------------------------*/
body .hide{
    display: none!important;
}
body .show_all_posts{
    cursor: pointer;
    padding-bottom: 10px;
    display: block;
}
body .hidden_posts{
    display: none;
}
body .hidden_posts.show_posts{
    display: block;
}
#et_mobile_nav_menu{
    padding-top: 25px;
}
sup{
    font-size: .75em!important;
}
/*-------------------------------------------------------------
- Projects Isotope Grid
-------------------------------------------------------------*/

/* Wrapper: just a container for Isotope’s abs-pos children  */
.projects_isotope_wrapper.grid_view{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}
@media (min-width:768px) and (max-width:959px) {
    .projects_isotope_wrapper.grid_view{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width:767px) {
    .projects_isotope_wrapper.grid_view{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* Card shell ------------------------------------------------ */
.project-card{
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
    overflow: hidden;
    transform: scale(0.97);
    border: 1px solid #e9e9e9;
    transition: 300ms;
}
article.project-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #f39020;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    z-index: 99;
}
article.project-card:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #00b5ef;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 99;
}
.project-card:hover{
    /* transform:translateY(-4px); */
    box-shadow:0 8px 28px rgba(0,0,0,.12);
    transform: scale(1);
}
.project-card__inner{
    padding:30px 32px 40px;
    display:flex;
    flex-direction:column;
    height:100%;
    text-align:center;
    position: relative;
}

a.project-card__btn {
    background-image: none !important;
    background: rgb(253 253 253 / 0%);
    border: 2px solid #f39020 !important;
    border-style: solid !important;
    border-radius: 2px !important;
    color: #4d4747 !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    padding: 6px 21px !important;
    margin-top: 20px !important;
    font-size: .8em;
    width: auto;
    margin: auto;
    text-transform: uppercase !important;
    text-decoration: none;
}

a.project-card__btn:hover {
    background-color: #ebe7e3;
    border-color: #00b5ef !important;
}
/* Cohorts ---------------------------------------------------- */
.project-card__inner {
    position: relative;
}

.project-card__cohort {
    position: absolute;
    top: 18px;
    right: 18px;
    font-family: Gotham, sans-serif;
    color: #575757;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 10px;
}

/* Badges ---------------------------------------------------- */
.project-card__badges{display:none;position:absolute;top:0;right:0;padding:12px}
.project-card__badge {width:40px;height:40px}

/* Logo ------------------------------------------------------ */
.project-card__logo img {
    max-width:140px;
    margin:0 auto 24px;
    object-fit: contain;
    width: 140px;
    height: 110px;
}

/* Industry -------------------------------------------------- */
.project-card__industry {
    margin: 5px auto;
}
.project-card__industry p {
    font-weight: 500;
    font-size: 1.5rem;
    color: #5E6367;
    line-height: 1.1;
}

/* Divider & category line ---------------------------------- */
.project-card__divider {
    display: block;
    width: 80%;
    height: 12px;
    /* background: #82bf41; */
    /* margin: 15px auto 15px; */
}
.project-card__category{
    font-size:.75rem;text-transform:uppercase;
    letter-spacing:.07em;color:#6a6a6a;margin:0 0 20px;
}

/* Description ---------------------------------------------- */
.project-card__desc{
    font-size:.875rem;line-height:1.5;
    margin:0 0 auto;color:#333;
}

/* CTA button ------------------------------------------------ */
.project-card__btn{
		font-family: "Hanken Grotesk", sans-serif!important;
		position: relative;
	    border-radius: 5px 13px!important;
	    border: none;
	    color: #FFFFFF;
	    transition-property: all;
	    transition-duration: .5s;
	    text-transform: uppercase!important;
	    margin: 30px 0 0 0;
	    padding: 12px 22px!important;
	    background-position: left center!important;
	    background-image: linear-gradient(135deg, rgba(222, 3, 29, 1) 0%, rgba(242, 84, 42, 1) 100%);
	    box-shadow: inset 4px -4px 6px 0px rgb(0 0 0 / 15%), inset -4px 4px 6px 0px rgb(255 255 255 /10%), 0 4px 6px rgb(0 0 0 /30%);
	    font-size: 16px;
}
.project-card__btn:hover {
    /*
    box-shadow: inset 4px -4px 6px 0px rgb(0 0 0 / 15%), inset -4px 4px 6px 0px rgb(255 255 255 / 10%), 0 2px 3px rgb(0 0 0 / 40%);
    background-image: linear-gradient(135deg, rgb(171 0 20) 0%, rgb(209 45 0) 100%) !important;
    */
}

a.project-card__btn:hover{
    color: white;
} 

.project_filter_button {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: none;
}

.project_filter_button .filter-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    display: none;
}

/* Project-grid filter bar  */
.custom_isotope_filter .project_filter_button{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:4px 12px;
    border:0;
    background:transparent;
    box-shadow:none;
    border-radius:0;
    color:#1a1a1a;
    font-weight:600;
    text-transform:none;
    border-color: #007ea8 !important;
}



.custom_isotope_filter a.project_filter_button:hover {
    border: unset;
    border-color: #017ea8 !important;
}

.custom_isotope_filter .project_filter_button .filter-icon{
    width:20px;
    height:20px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.custom_isotope_filter .project_filter_button.is-checked{
    color: #ffffff;
    background-color: #017ea8;
    border-color: #017ea8 !important;
    padding-inline: 20px;
}


/* -----------------------------------------------------------
   Responsive column widths – Isotope targets .isotope-item
----------------------------------------------------------- */
.projects_isotope_wrapper.grid_view .isotope-item{
    box-sizing:border-box;
}
@media (max-width:1024px){
    .projects_isotope_wrapper.grid_view {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width:599px) {
    .projects_isotope_wrapper.grid_view {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* ------------------------------------------
- Home Portfolio Grid
------------------------------------------ */
div#home-technologies-row .et_pb_blurb_7.et_pb_blurb h3.et_pb_module_header a{
    font-size: 18px!important;
    font-family: 'Open Sans', sans-serif!important;
    color: #000000!important;
    font-weight: 600!important;
    letter-spacing: -0.5px!important;
}

/*-------------------------------------------------------------
- Mobile Facet
-------------------------------------------------------------*/
body.page-id-4370 .section_has_divider .et_pb_row {
    z-index: 2;
}
.custom_isotope_filter.mobile_facet_menu{
    display: block!important;
    position: fixed;
    z-index: 9999999;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    background: #fff;
    left: 110%;
    padding-top: 65px;
    top: 0px;
    width: auto!important;
    height: 100% !important;
    transition: left .2s ease-out,top .2s ease-out,width .2s ease-out,height .2s ease-out;
}
.custom_isotope_filter.mobile_facet_menu.open{
    left:25%;
}
.custom_isotope_filter.mobile_facet_menu.closed{
    left:110%;
    transition: left .2s ease-out,top .2s ease-out,width .2s ease-out,height .2s ease-out;
}
.custom_isotope_filter.closed a.mobile_facet_side_button,
a.mobile_facet_trigger.mobile_facet_bottom_button.closed{
    display: none;
}
a.mobile_facet_bottom_button{
    z-index: 9999999;
    background: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    color: #007ea8;
    border: 2px solid #007ea8;
}
a.mobile_facet_side_button {
    position: absolute;
    top: 260px;
    display: inline-block;
    padding: 10px;
    left: -45px;
    background: #ffffff;
    color: #007ea8;
    transform: rotate(270deg);
    transform-origin: left top 0;
    font-size: 20px;
    border: 2px solid #007ea8;
    text-underline-offset: 2px;
}
a.mobile_facet_bottom_button:hover,
a.mobile_facet_side_button:hover{
    color: #fff;
    background: #007ea8;
}

/*-------------------------------------------------------------
- Mobile Facet Media Query
-------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    a.mobile_facet_trigger.mobile_facet_bottom_button.closed{
        display: inline-block;
        margin-top: 20px;
    }
    .filter_trigger{
        display: none;
    }
}

/*-------------------------------------------------------------
- Portfolio Page BG
-------------------------------------------------------------*/

.projects-grid-filter-wrapper {
    height: 140px;
    margin-bottom: 20px;
    padding-top: 20px;
}
@media only screen and (max-width:768px) {
    .projects-grid-filter-wrapper {
        height: 90px;
    }
}

.custom_isotope_filter {
    float: unset;
}

/*-------------------------------------------------------------
- News Isotope Filter
-------------------------------------------------------------*/
.news-filter-wrapper {
    height: 140px;
    margin-bottom: 20px;
    padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    .news-filter-wrapper {
        height: 90px;
    }
}

body .news_isotope_wrapper .news_list_wrapper.insight_cpt_wrapper {
    --bs-gutter-x: unset;
}

body.single-post #fulltitle .title-h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Gotham', sans-serif;
}
@media (max-width:767px) {
    body.page-id-19 #fulltitle #title h1 {
        font-size: 34px !important;
        padding-top: 10px;
    }
}
.news-filter-wrapper h2 {
    font-size: 30px;
    text-transform: capitalize;
    text-decoration: none;
}
.news-filter-wrapper .custom_isotope_filter.closed.vc_col-sm-12 {
    float: unset;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 767px) {
    .news-filter-wrapper a.mobile_facet_trigger.mobile_facet_bottom_button.closed,
    .news-filter-wrapper a.mobile_facet_trigger.mobile_facet_side_button {
        display: none;
    }
}
.news-filter-wrapper .custom_isotope_button_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.news-filter-wrapper .custom_isotope_button_wrapper a.project_filter_button {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid;
}
.news-filter-wrapper .custom_isotope_button_wrapper a.project_filter_button:hover {
    text-decoration: none;
    background: #007ea8;
    color: #ffffff;
}

/*-------------------------------------------------------------
- News List
-------------------------------------------------------------*/
.news_category p.news {
    float: right;
    background: #DD031D;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px 10px;
    border-radius: 2px 6px;
}

.news_category p.stories {
    float: right;
    background: #770b80;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 10px 2px;
    border-radius: 2px 6px;
}