


:root {
	--light-gray: #939393;
}

.entry-content {
	--wp--preset--font-size--large: 24px;
}

.modal button.close {
	font-size: 75px;
	font-weight: 300;
	line-height: 1;
}

.modal button.close:hover {
	background: transparent;
}

.modal-header {
	align-items: center;
}

.modal {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.modal .wp-block-image {
	margin-bottom: 0;
}

.fade.show {
	background: rgba(200,200,200,.3);
}

.modal-content {
	border: none;
	border-radius: 12px;
}

.modal-body {
	font-size: 20px;
}



.modal-header h4 {
    font-weight: 400;
		font-size: 60px;
}

#site-search .modal-header h4 {
	font-size: 30px;
}

@media (min-width: 920px) {
	.modal-dialog {
			max-width: 900px;
			margin: 30px auto;
	}
}


/*--- Modal Card style changes ---- */

.modal-cardset {
	gap: 4px;
}

.clb-modal-card-area {
	position: relative;
	box-shadow: none;
	margin: 0;
}

.clb-modal-card-area:hover {
	transform: none;
}

.clb-modal-card-area img {
	transition: all ease-in-out .5s;
	filter: grayscale(1);
}

.clb-modal-card-area h4 {
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 50%;
  transform: translate(-50%,0);
	padding: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
	background: linear-gradient(to right, hsla( 21, 89%, 56%, .7 ), hsla( 50, 100%, 50%, .7 ));
	--c1: hsla( 21, 89%, 56%, .7 );
  --c2: hsla( 50, 100%, 50%, .7 );
	background: linear-gradient(90deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0)/ 200%;
	width: 100%;
	transition: all ease-in-out .5s;
}

.clb-modal-card-area:hover h4 { --x: 100%; }


.clb-modal-card-area a h4 {
	text-decoration: none;
	color: var(--white);
}

.modal-cardset img {
	border-radius: 3px;
}






.page-template-hero_section .clb-hero-wrapper img {
    /*   filter: grayscale(1); */
        z-index: -10;
    }
    
    
/* --- CLB Typography Updates per Design for Good March 9 2022 --- */

/* .wp-custom-logo .title-area {
    padding: 32px 0;
} */

.page-id-658 .entry-content p {
    font-size: 20px;
}

.page-id-659 .entry-content p {
    font-size: 22px;
}

.circle_button .clb-circle-button-text .clb-circle-arrow {
    transition: all ease-in-out .25s;
    will-change: transform;
}

.circle_button .clb-circle-button-text .clb-circle-arrow:hover {
    -webkit-transform: scale(.7) translate3d(6px, 0, 0);
    transform: scale(.7) translate3d(6px, 0, 0);
}

#color_card-block_6243577f9a0b9 .clb-color-card-body-text {
/* 	font-size: 18px; */
}

.clb-background-video-wrapper {
    position: relative;
}

.clb-background-video-wrapper:before {
    content:'';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,.15);
    width: 100%;
    height: 100%;
    height: 99%;
    height: 0;
}

.video-player {
    width: 100%;
    aspect-ratio: 16/9;
    border: 5px solid var(--lightest-gray);
}

.search-results .content .entry-title {
    font-size: 28px;
    line-height: 1.3;
}

.search-results .content .entry-title a {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.3;
}

.search-results .entry-header .entry-meta {
    margin-bottom: 0;
    margin-top: 8px;
    color: #aaa;
    font-weight: 300;
}

.search-results .archive-pagination {
    background: #fff;
}


.single-alliance_events .entry-title {
    font-size: 40px;
    letter-spacing: 0;
}

.single-alliance_events .entry-meta {
    background: var(--light-gray);
    padding: 12px 20px;
    display: inline-block;
    border-radius: 3px;
}

.single-alliance_events .entry-meta .clb-event-info {
    display: block;
}

.clb-shadow {
    box-shadow: 0 0 12px rgba(0,0,0,.15);
}

.clb-3-col {
    columns: 3;
}

.entry-content .wp-block-buttons {
    margin-bottom: 28px;
}

.clb-hometop-right p,
.home-seminar-section.clb-hometop-right p {
    font-size: 25px;
    line-height: 1.33;
}


.clb-single-staff-card,
.single-board {
    height: 100%;
}

.single-board {
    max-height: 250px;
}

.single-staff-img-wrapper {
    height: 100%;
}

.clb-single-staff-card img,
.single-board img {
    height: 100%;
    width: 100%;
    object-fit: cover;
/* 	filter: grayscale(1); */
}

.page-id-74 .clb-color-card-wrapper {
    margin-bottom: 20px;
    gap: 0;
}

.clb-color-card-wrapper .clb-color-card-body-text a {
    color: var(--black);
}

.clb-color-card-wrapper .clb-color-card-body-text a:hover {
    text-decoration: underline;
}

.entry-content .clb-color-card-image-wrapper {
    max-width: 626px;
}

h1.archive-title {
    font-size: 36px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--green);
}

.entry-content ul li {
/* 	list-style-type: none; */
    position: relative;
}

.entry-content ul li:before {
    content: "●"; 
    color: var(--green);
    margin-right: 12px;
    position: absolute;
    left: -18px;
}

.page-id-8405 .entry-content ul li:before {
    display: none;
}

.clb-custom-stat-styling h2 {
    margin-bottom: -6px;
    margin-top: 12px;
}

.clb-custom-stat-styling p {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.4;
}

.clb-peer-bridger-wrapper {
/* 	gap: 60px; */
}

.clb-hide-title .clb-single-info-card-body-wrapper {
    display: none;
}

p.has-larger-font-size {
    font-size: 24px !important;
    line-height: 1.4;
}

.page .entry-content p.has-larger-font-size:first-of-type {
    margin-bottom: 60px;
}

.page :where(.wp-block-columns.is-layout-flex) {
    gap: 6em;
}

.entry-content ul strong {
    font-weight: 600;
}

.home .clb-color-card-wrapper {
    grid-template-columns: minmax(0, 5fr) minmax(0, 5fr);
}

.collapse-button-area {
    text-align: left;
}

.collapse-button-area.foreground-text-light, .collapse-button-area.foreground-text-light a {
    color: var(--black);
    color: var(--orange);
    color: var(--green);
    text-transform: uppercase;
}

.collapse-button-area .dashicons {
    float: left;
    margin-right: 20px;
    margin-left: -20px;
}

.collapse-button-area {
    background: transparent !important;
    border: none;
    border-top: 4px solid var(--light-gray);
    margin-bottom: -20px;
}

.collapse, .collapsing {
    border: none;
    background: transparent;
    padding-top: 12px;
}

.clb-hello-bar-wrapper {
    display: flex;
    justify-content: center;
    padding: 8px;
    background: var(--green);
    background: #f5f5f5;
    color: var(--orange);
}

.clb-hello-bar-text {
    color: var(--white);
    color: var(--orange);
    font-size: 12px;
    text-align: left;
    line-height: 1.1;
}

.clb-single-staff-card:hover:before {
    display: none !important;
}

.board-collection .single-board img,
.clb-single-staff-card img {
    transition: all ease-in-out .33s;
}

.board-collection .single-board:hover img,
.clb-single-staff-card:hover img {
    filter: grayscale(1) brightness(50%);
}

.clb-breadcrumb-wrapper {
    margin-bottom: 8px;
}

.clb-footer-address-wrapper {
    font-size: 16px;
}

.clb-footer-social-links-wrapper {
    display: flex;
    gap: 0;
    font-size: 48px;
    margin-bottom: 8px;
}

.clb-footer-btn.button {
    background: var(--green);
}

.clb-footer-btn.button:hover {
    background: var(--black);
}

.clb-footer-bottom-line {
    display: flex;
    gap: 12px;
}

.clb-footer-bottom-line, .clb-footer-bottom-line a {
    color: var(--gray);
    font-size: var(--font-size-body-small);
    text-decoration: none;
}

#custom_html-4 {
    margin-bottom: 32px;
}

.footer-widgets {
    border-top: none;
    box-shadow: 0 0 40px rgba(0,0,0,.075);
    margin-top: 60px;
}

.single-post .clb-manual-breadcrumb-wrapper {
    width: 100%;
}


@media only screen and (min-width: 800px) {


    /* Sticky Footer, Holy Grail */

    .site-container {
         display: -ms-flexbox;
         display:-webkit-flex;
         display:-webkit-box;
         display:flex;
         -ms-flex-direction:column;
         -webkit-flex-direction:column;
         -webkit-box-orient:vertical;
         -webkit-box-direction:normal;
         flex-direction:column;
         min-height:100vh;
    }

    .admin-bar .site-container {
         min-height: calc(100vh - 28px);
    }

    .site-inner {
         -ms-flex:1;
         -webkit-flex:1;
         -webkit-box-flex:1;
         flex:1;
         width: 100%;
         padding: 60px 30px 0;
         word-wrap: break-word;
         padding-top: 30px;
    }




}



@media only screen and (min-width: 960px) {
    .page-template-hero_section .entry-header {
/* 			width: 88%;
            margin-left: auto;
            margin-right: auto; */
    }
    
    .page-template-hero_section .entry-content > p:first-of-type {
/*     width: 88%; */
    }
    
    #menu-main-menu li.current-menu-item a {
    background: hsla(21, 89%, 56%, .7);
        background: hsla(46, 100%, 61%, .5);
}
    
    .clb-yellow-background {
        background: hsla( 50, 100%, 50%, .85 );
    }
    
    #menu-main-menu li a:hover {
    background: hsla( 50, 100%, 50%, .85 );
}
    
    #menu-main-menu .sub-menu li a {
    background: var(--white);
}
    
    #menu-main-menu .sub-menu a:hover {
        color: var(--orange);
    }
    
    .nav-primary {
    background: linear-gradient(to right, #F3702B, #FFD400);
    background: linear-gradient(to right, hsla( 21, 89%, 56%, .85 ), hsla( 50, 100%, 50%, .85 ));
    }
    
    #menu-main-menu .sub-menu {
    padding: 20px;
    background: var(--white);
        width: 350px;
}
    
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 310px;
}
    
    #menu-main-menu li a {
    padding: 24px 20px;
        font-weight: 500;
    }

    .entry-title {
    font-size: 60px;
        font-size: 50px;
        letter-spacing: -3px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }
    
    .clb-custom-page-header-type-small h1.entry-title {
        font-size: 36px;
        letter-spacing: 0;
}
    
    /* .single-post .entry-title {
        font-size: 60px;
        letter-spacing: -3px;
    } */
    
    .page-template-hero_section .clb-hero-wrapper {
    margin-top: -67px;
}
    
    #genesis-nav-primary {
        position: relative;
        backdrop-filter: grayscale(100%);
        
        opacity: 1;
        z-index: 20;
    }
    
    #genesis-nav-primary:before {
        content: '';
            background: #fff;
        background: linear-gradient(to right, hsla( 21, 89%, 56%, 1 ), hsla( 50, 100%, 50%, 1 ));
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: .4;
        z-index: -10;
        mix-blend-mode: multiply;
    }
    
    .page-template-hero_section .clb-hero-wrapper {
        height: 45vh;
        min-height: 500px;
    }
    
    .home .clb-hero-wrapper {
        height: 70vh;
        min-height: 600px;
    }
    
    #menu-item-29,
    #menu-item-8586 {
        min-width: 187px;
    }
    
    .page-template-hero_section .entry-content > p:first-of-type {
    font-size: 24px;
    }
    
    .entry-content .color_card.clb-background-color-alignment-normal .clb-color-card-wrapper {
        /* height: 418px; */
    }
    
    .entry-content .color_card.clb-background-color-alignment-full .clb-color-card-wrapper {
        height: 518px;
    }

    .clb-hello-bar-text {
        color: var(--white);
        color: var(--orange);
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
    }
    
}



@media only screen and (min-width: 960px) and (max-width: 1080px) {
    
    .genesis-nav-menu a {
        font-size: 16px;
    }
}


@media only screen and (min-width: 1580px) {
    
    .site-inner {
        max-width: 1280px;
    }
    
}

@media screen and (max-width: 1580px) and (min-width: 1080px) {

    .entry-content .clb_postcard-wrapper,
    .entry-content .clb-background-color-alignment-full .clb-color-card-wrapper {
        max-width: 1180px;
    }
    
    

}






    
@media only screen and (min-width: 800px) {
    
        .entry-content .photo-left .clb-color-card-body-wrapper {
        border-left: none;
    }
        .entry-content .photo-right .clb-color-card-body-wrapper {
        border-right: none;
    }
    
}
    
    
@media only screen and (max-width: 800px) {
    
    .site-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .page :where(.wp-block-columns.is-layout-flex) {
        gap: 1em;
    }

    .collapse-button-area.foreground-text-light, .collapse-button-area.foreground-text-light a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    h2.page-nav-header {
        margin-top: 60px;
    }

    .single-board {
        max-height: 100%;
    }

    .clb_staff_collection-wrapper {
        grid-template-columns: 1fr !important;
    }

    .page .entry-title {
        font-size: 38px;
        line-height: 1;
    }

    .clb-manual-breadcrumb-wrapper {
        margin-bottom: 12px;
    }

    .blog-grid h2.entry-title {
        font-size: 30px;
    } 

    .blog-grid .clb-arrow-icon-with-link {
        /* display: none; */
    }

    .blog-grid .entry-footer p.entry-meta .entry-categories,
    .blog-grid .entry-footer p.entry-meta .entry-tags {
        display: none;
    }

    /* --- Additional Mobile Refinements May 2023 --- */
    .page-template-hero_section .clb-hero-wrapper img {
        height: 370px;
        object-fit: cover;
    }

    .wp-custom-logo .title-area {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .site-inner {
        padding-top: 20px;
        /* padding-left: 2%;
        padding-right: 2%; */
    }

    .page-template-hero_section .entry-content,
    .page-template-hero_section .entry-header {
        max-width: 100%;
    }

    body {
        font-size: 17px;
        line-height: 1.5;
    }

    .entry-content .clb-color-card-wrapper.photo-top {
        /* grid-template-rows: 1fr 2fr; */
    }

    .entry-content .color_card_grid .clb-color-card-image-wrapper img {
        height: 100%;
    }

    .entry-content .clb-color-card-wrapper .clb-arrow-icon-with-link {
        transform: scale(0.5);
    }

    .entry-content .clb-color-card-body-wrapper {
        padding: 20px;
    }

    article .clb-manual-breadcrumb-wrapper { 
        width: 100%;
        text-align: left;
        font-weight: 600;
    }

    .page .entry-content p.has-larger-font-size:first-of-type {
        margin-bottom: 30px;
    }

    .entry-content p.has-larger-font-size {
        font-size: 20px !important;
        line-height: 1.3;
    }

    .page :where(.wp-block-columns.is-layout-flex) {
        margin-bottom: 0;
    }

    .clb-custom-page-header-type-small h1.entry-title {
        margin-bottom: 16px;
    }

    .collapse-button-area.foreground-text-light, .collapse-button-area.foreground-text-light a {
        flex-direction: row-reverse;
    }

    .collapse-title-input {
        display: inline;
        float: left;
        margin-right: auto;
    }

    .entry-content .collapse-button-area {
        padding-left: 0;
        padding-right: 0;
    }

    .entry-content .collapse-button-area .dashicons {
        margin: 0;
    }

    .page-template-on_page_sidebar_navigation_updated_2023 .clb-on-page-nav-wrapper ul:before {
        content: '' !important;
    }

    .entry-content h2.page-nav-header {
        margin-top: 20px;
        font-size: 8vw;
    }

    .entry-content h5 {
        font-size: 20px;
    }

    .board-collection.interactive-cardset {
        grid-template-columns: 1fr 1fr;
    }

    .entry-content .clb_staff_collection-wrapper {
        grid-template-columns: 1fr 1fr !important;
    }

    .js .nav-primary {
        background: var(--orange);
    }

    .js .nav-primary a {
        color: var(--white);
        text-transform: uppercase;
    }

    .js .nav-primary .sub-menu a {
        text-transform: none;
    }

    .sub-menu-toggle {
        color: var(--white);
        /* filter: invert(1) brightness(2); */
    }

    .sub-menu-toggle:focus, .sub-menu-toggle:hover {
        color: var(--white);
    }

    .js .genesis-nav-menu .sub-menu a {
        background-color: transparent;
    }

    #menu-main-menu > li {
        border-bottom: 4px solid #E26B10;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #menu-main-menu > li:last-child {
        border: none;
    }

    #menu-main-menu > li > a {
        font-size: 29px;
        font-weight: 800;
    }

    .js .genesis-nav-menu .sub-menu > li:last-of-type > a {
        margin-bottom: 12px;
    }

    .js .genesis-nav-menu > li:first-of-type > a {
        border-top: none !important;
    }

    .sub-menu-toggle {
        top: 8px;
    }

    #menu-item-35 .sub-menu-toggle {
        top: 0;
    }

    .clb-circle-date-wrapper {
        display: none !important;
    }

    .entry-content .clb-event-link-wrapper {
        justify-content: space-between;
    }

    .blog .content .blog-grid article,
    .archive .content .blog-grid article {
        margin-bottom: 20px;
    }

    .entry-content .fancy_divider {
        margin-top: 40px;
        margin-bottom: 8px;
    }

    .entry-content .wp-block-column h2 {
        margin-bottom: -12px;
    }

    .entry-content .clb-enews-signup-block h2 {
        margin-bottom: 20px;
    }

    .home .clb-hometop-left,
    .home .clb-postcard-posts-wrapper {
        display: none;
    }

    .home .home-seminar-section .clb-hometop-left {
        display: block;
    }

    .home .clb-hometop-right {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .home .single_event_custom_block .clb-hometop-right:before,
    .home .clb-hometop-right:before {
        display: none;
    }

    .home .clb-background-video-wrapper video {
        height: 55vh;
        object-fit: cover;
    }

    .home .clb-homepage-video-text-overlay-wrapper {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .home .clb-homepage-video-text-overlay-wrapper .clb-single-text-line {
        font-size: 42px;
    }

    .home .site-inner {
        margin-top: -48px !important;
    }

    .home .single_event_custom_block .clb-hometop-wrapper {
        padding: 0;
        display: block;
    }

    .home .single_event_custom_block .clb-hometop-wrapper .clb-hometop-right {
        margin: 0;
        padding: 0;
    }

    .home .single_event_custom_block .clb-hometop-wrapper .clb-hometop-action-btn-wrapper {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .home .single_event_custom_block .clb-hometop-wrapper .clb-hometop-action-btn-wrapper img {
        max-width: 50vw;
    }

    .home h4.clb-color-card-headline {
        line-height: 1.2 !important;
    }

    .home .clb-color-card-bottom-link-text {
        line-height: 1.2;
    }

    /* ------------------ */

}
    

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

    .clb-custom-page-header-type-small h1.entry-title {
        font-size: 8vw;
    }

    h4.clb-color-card-headline {
        font-size: 24px !important;
    }

    .clb-color-card-body-text {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

}

    
    