/*
Theme Name: gcxnlr
Author: Insight Designs
Template: unicon
Version: 1.1
*/



/*#############################################  
#############################################  FONTS
#############################################*/  

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_xlight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham_ultra.woff2') format('woff2');
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}

/*
+++++++++++++++++++++
COLORS
+++++++++++++++++++++

Primary Orange		F2542A
Primary Blue		0C214E
Violet				312E8C
Purple				5F007B
Navy				0F4687
Sec. Blue			2678DB
Sec. Light Blue		35A8ED
Teal				0A8689
Dark Green			006629
Green				17A044
Sec. Orange			FB8500
Red					DD031D
Gray 1				464646
Gray 2				939598
Gray 3				D1D3D4
Gray 4				E6E7E8
*/

/*
+++++++++++++++++++++
Gradients
+++++++++++++++++++++
*/

.grad-violet{
	background: #0B224E;
	background: linear-gradient(135deg, rgba(11, 34, 78, 1) 0%, rgba(48, 46, 140, 1) 100%);
}

.grad-purple {
	background: #191B56;
	background: linear-gradient(135deg, rgba(25, 27, 86, 1) 0%, rgba(83, 6, 117, 1) 100%);
}

.grad-dark-blue {
	background: #0B224E;
	background: linear-gradient(135deg, rgba(11, 34, 78, 1) 0%, rgba(16, 70, 135, 1) 100%);
}

.grad-lite-blue {
	background: #104687;
	background: linear-gradient(135deg, rgba(16, 70, 135, 1) 0%, rgba(38, 119, 219, 1) 100%);
}

.grad-red{
	background: #DE031D;
	background: linear-gradient(135deg, rgba(222, 3, 29, 1) 0%, rgba(242, 84, 42, 1) 100%);
}

.grad-orange{
	background: #F2542A;
	background: linear-gradient(135deg, rgba(242, 84, 42, 1) 0%, rgba(250, 133, 0, 1) 100%);
}

.grad-green{
	background: #156B2B;
	background: linear-gradient(135deg, rgba(21, 107, 43, 1) 0%, rgba(35, 155, 65, 1) 100%);
}

.grad-gray {
	background: #9A9CA0;
	background: linear-gradient(135deg, rgba(154, 156, 160, 1) 0%, rgba(222, 223, 225, 1) 100%);
}

.grad-light-gray {
    background: #9A9CA0;
    background: linear-gradient(135deg, rgb(250 251 255) 0%, rgba(222, 223, 225, 1) 100%);
}





/*###############################################
SITEWIDE STYLES
###############################################*/
body .page-section .standard-section .span_12 {
    @media (min-width:1400px) {
        max-width: 1280px !important;
    }
    @media (min-width:1199px) and (max-width:1399px) {
        max-width: 1100px !important;
    }
    @media (min-width:960px) and (max-width:1198px) {
        max-width: 910px !important;
    }
     @media (min-width:768px) and (max-width:959px) {
        max-width: 730px !important;
    }
}

body :is(p,li, blockquote, h1, h2, h3, h4, h5, h6){
  font-family: "Gotham", sans-serif!important;
}

body h1 {
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-weight: 100;
}

body :is(h2, h3, h4, h6){
	color: #323232;
}

body h2 {
    margin-bottom: 15px;
}
@media (min-width:478px) and (max-width:767px) {
    body h2 {
        font-size:28px !important;
        line-height: 2.8rem;

    }
}
@media (min-width:0px) and (max-width:477px) {
    body h2 {
        font-size:28px !important;
        line-height: 2.8rem;
        text-align: center;
    }
}
body footer h2 {
    color: #FB8500;
    font-size: 23px;
    font-weight: 500;
}

body :is(h3, h5) {
    font-weight: 600;
}

body :is(.wpb_row,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid > li,
	.last_toggle_el_margin,
	.wpb_button) {
	    margin-bottom: 0px;
	}

body :is(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a){
	color: #007ea8;
}

body h2 {
    margin-bottom: 20px !important;
    text-underline-offset: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    text-decoration-color: #f39020;
    font-weight: 800;
    line-height: 1.5;
    
}

body .color-light p a{
	color: #ffffff;
    background-repeat: no-repeat;
    background-size: 0 2px;
    background-position: left bottom;
    opacity: 1;
    background-image: linear-gradient(to right,#000000 0,#000000 100%);
    transition: background-size 0.55s cubic-bezier(.2,.75,.5,1),color 0.5s ease!important;
    text-decoration: none;
}

body .color-light p a:hover{
	background-image: linear-gradient(to right,#ffffff 0,#ffffff 100%);
    background-size: 100% 2px;
}

body ::marker {
	color:#f7901e;
}

body :is(.vc_section.vc_section-has-fill,
	.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
	.vc_section.vc_section-has-fill+.vc_section) {
		padding-top: 0;
	}



body :is(a.button,
	input[type=submit],
	button,
	.minti_button,
	a.button.full,
	#navigation ul li.nav-button a,
	.vc_btn3):not(.desktop-toggleBtn):not(.cky-accordion-btn):not(.cky-btn-close) {
	font-family: "Gotham", sans-serif !important;
    position: relative;
    border-radius: 0px !important;
    border: none;
    color: #323232;
    transition-property: all;
    transition-duration: .5s;
    text-transform: uppercase !important;
    margin: 0;
    padding: 13px 42px 11px 25px !important;
    background-position: left center !important;
    font-size: 16px;
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2026/06/Button-Arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 99% !important;
    background-size: 38px;
    /* width: 300px; */
    height: 50px;
    border: 2px solid #f39020;
	transition: 350ms all ease-in-out;
    box-shadow: 3px 3px 0px #0000002e;
	transform: translate(0px,0px);
    /* clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%); */
}


body :is(a.button:hover,
	input[type=submit]:hover,
	button:hover,
	.minti_button:hover,
	a.button.full:hover,
	#navigation ul li.nav-button a:hover,
	.vc_btn3:hover):not(.desktop-toggleBtn:hover):not(.cky-btn-preferences:hover):not(.cky-btn-reject:hover):not(.cky-btn-customize:hover):not(.cky-accordion-btn:hover):not(.cky-btn-close:hover):not(.cky-show-desc-btn) {
		/* filter: hue-rotate(90deg); */
	/*  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: url(/wp-content/uploads/2026/06/Button-Arrow.svg);
    padding: 13px 25px 11px 42px !important;
    background-position-x: 1% !important;
	box-shadow: -5px 5px 0px #0000001a;
	transform: translate(3px,-3px);
	background-color: #f7f7f7;
	border-color: #00b5ef !important;
}

/* super long button on about page */
.long-about-button a.vc_btn3 {
    @media (max-width:767px) {
        height: 70px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    @media (max-width:450px) {
        height: 90px !important;
    }
}

/* Testimonial Pagination Dots */
.about-testimonials.owl-theme .owl-dots .owl-dot span {
    background: #000000;
    border: #000000;
    width: 15px;
    height: 15px;
}
@media (max-width:767px) {
    #About_Testimonials>.wpb_row {
        padding-bottom: 100px !important;
    }
}
@media (max-width:468px) {
    #About_Testimonials .testimonial-img {
        width: 60px;
        height: 60px;
        float: unset;
        margin: 0px 14px 0 0;
        padding: 5px;
        margin-bottom: 10px;
        background: #ffffff;
    }
}

/* Slider Rev button */
body a.sr7-layer.minti_button {
	background-image: linear-gradient(135deg, rgba(222, 3, 29, 1) 0%, rgba(242, 84, 42, 1) 100%) !important;
}

/* Secondary Button */
body section div:not(.minti_button).secondary-in2-button a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-black {
    background-image: none !important;
    background: rgb(253 253 253);
    border: 2px solid #de031d !important;
    border-style: solid !important;
    border-radius: 5px 13px !important;
    color: #de031d !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    font-size: .8em !important;
    padding: 6px 11px !important;
	transition: none !important;
}
body section div:not(.minti_button).secondary-in2-button a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-black:hover {
    color: #ffffff !important;
    background: rgb(253 253 253 / 7%) !important;
}

body #content a{
	font-weight: 600;
}

body #content a:hover {
    text-decoration: none;
}


body :is(.vc_separator.vc_sep_color_purple .vc_sep_line,
	.vc_separator.vc_sep_color_blue .vc_sep_line,
	.vc_separator.vc_sep_color_turquoise .vc_sep_line,
	.vc_separator.vc_sep_color_violet .vc_sep_line,
	.vc_separator.vc_sep_color_peacoc .vc_sep_line,
	.vc_separator.vc_sep_color_mulled_wine .vc_sep_line,
	.vc_separator.vc_sep_color_chino .vc_sep_line,
	.vc_separator.vc_sep_color_sky .vc_sep_line,
	.vc_separator.vc_sep_color_vista_blue .vc_sep_line){
		border-color: #5F007B;
}


body :is(.vc_separator.vc_sep_color_orange .vc_sep_line,
	.vc_separator.vc_sep_color_pink .vc_sep_line,
	.vc_separator.vc_sep_color_juicy_pink .vc_sep_line,
	.vc_separator.vc_sep_color_sandy_brown .vc_sep_line){
		border-color: #FB8500;
}
	
body :is(.vc_separator.vc_sep_color_green .vc_sep_line){
		border-color: #17A044;
}

body .image_box_rounded img {
    border-radius: 6px 29px;
}


body .rounded-boxes-bg{
    border-radius: 7px 24px;	
}

body blockquote p {
    margin: 0 !important;
    padding: 1px 0 1px 20px;
    border-left: 4px solid #D1D3D4;
    color: #57822b;
    font-weight: 600;
    font-style: italic;
}

body span.single_image_caption {
    display: none;
}

/*###############################################
ACCESIBILITY STYLES
###############################################*/
/* General keyboard nav focus states */
body a:focus-visible,
body input#mc-embedded-subscribe:focus-visible {
	outline: 2px solid!important;
	outline-offset: 2px;
}
body a:focus-visible img {
	border: 2px solid;
	padding: 2px;
}
body .vc_do_btn a:focus:focus-visible {
	outline: 2px solid black;
	outline-offset: 2px;
}
/* Blue gradient bg keyboard nav focus states - buttons */
body .grad-dark-blue .vc_do_btn a:focus:focus-visible {
	outline: 2px solid white;
	outline-offset: 2px;
}
/* Skiplink to content styles */
 .skip-link {
   position: absolute;
   left: -9999px;
   z-index: 999;
   padding: 1em;
   background-color: #fff;
   color: #000;
   text-decoration: none;
 }
 
 .skip-link:focus {
   left: 0;
 } 
/*###############################################
HOME PAGE STYLES
###############################################*/



.rounded-boxes-bg .vc_col-sm-3.grad-lite-blue.wpb_column.column_container.col.no-padding.color-dark {
    padding: 0;
    margin: 0 10px;
    width: calc(25% - 20px);
    background: linear-gradient(135deg, rgba(16, 70, 135, 1) 0%, rgba(38, 119, 219, 1) 100%);
    border-radius: 7px 24px;
    padding: 20px 10px;
}

body .impact-icons img {
    max-width: 125px;
}

body .impact-icons h3 {
    line-height: 1;
	margin-top: 15px;
}

.fluid-width-video-wrapper: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;
}
.fluid-width-video-wrapper: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;
}

body .minwidth-150 a.vc_general.vc_btn3 {
    min-width: 150px;
}

body .minwidth-175 a.vc_general.vc_btn3 {
    min-width: 175px;
}
@media only screen and (max-width: 767px) {
	.home-support-buttons .wpb_wrapper {
		text-align: center;
	}
}
@media only screen and (max-width: 500px) {
	.home-support-buttons .wpb_wrapper {
		display: grid;
		flex-direction: column;
		grid-template-columns: repeat(2, 1fr);
	}
	body .minwidth-175 a.vc_general.vc_btn3 {
		min-width: 150px;
	}
}

#home-portfolio-list p.project-card__desc {
    font-size: 1em;
}
#home-portfolio-list .project-card__image {
    max-height: 250px;
}

#home-portfolio-list .project-card__divider {
    margin-bottom: 30px !important;
}

/*###############################################
HEADER STYLES
###############################################*/

body #logo img {
    height: 60px;
    width: auto;
	padding:5px;
}
	
body header#header {
    box-shadow: none;
}

body #header.header-transparent.header-v1 {
	box-shadow: none!important;
}

body #header.header-transparent.header-v1 #navigation > ul > li > a {
    color: rgba(255,255,255,1);
    font-weight: 500;
}

	
body header#header #navigation > ul > li:not(.nav-button) > a {
	font-family: "Gotham", sans-serif!important;
	border-bottom: 0px solid #DD6504;
	transition: .1s all ease-in-out !important;
	padding: 0;
	margin-left: 17px;
	margin-right: 17px;
	padding-bottom: 4px;
	text-transform: uppercase;
}

body header#header #navigation li.current-menu-item > a, 
body header#header #navigation li.current-menu-item > a:hover,
body header#header #navigation > ul > li:not(.nav-button) > a:hover  {
    color: #B35C00;
    border-bottom: 4px solid #F7901E !important;
    text-decoration: none;
}
	
body header#header #navigation > ul > li:not(.nav-button) > a:hover {
		border-bottom: 4px solid #F7901E;
}
	
body #navigation ul li.nav-button a{
		margin-left: 15px;
		margin-top: -10px;
}

/* Accessible main navigation + mobile navigation - General styles for layout, please customize to site integrated on.
*/
#navigation ul#nav {
    display: flex;
    flex-direction: row;
  }
  #navigation #nav li{
    display: flex;
    align-items: center;
  }
  #navigation li.menu-item-has-children {
    display: flex;
    align-items: center;
  }
  #navigation button.desktop-toggleBtn, #mobile-nav button.desktop-toggleBtn {
    background: none;
    border: none;
    margin: unset;
    padding: 24px 24px 24px 9px;
  }
  #navigation button.desktop-toggleBtn:focus-visible, #mobile-nav button.desktop-toggleBtn:focus-visible {
    outline: 2px solid !important;
    outline-offset: 2px;
  }
  #navigation .no-after.sf-with-ul:after, #mobile-nav .no-after i{
    display:none;
  }
  /* Mobile menu styles */
  #mobile-nav li.menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #mobile-nav li.menu-item-has-children a{
    width: 100%;
  }
  #mobile-nav li.menu-item-has-children a.no-after{
    width: calc(100% - 39px);
  }
  #mobile-nav button.desktop-toggleBtn {
    background: none;
    border: unset;
    border-bottom: 1px solid #3f5b89;
    border-radius: unset;
    margin: unset;
    padding-right: unset;
    padding-left: 24px;
  }
  #mobile-nav .sub-menu {
    width: 100%;
  }
#mobile-navigation ul li .desktop-toggleBtn > i {
	padding: unset;
}
#mobile-navigation ul li .desktop-toggleBtn:hover, #nav .desktop-toggleBtn:hover {
	color: #fb8500!important;
}
header.stuck:not(.header-transparent) #nav .desktop-toggleBtn:hover {
	color: #d13723!important;
}
header.stuck:not(.header-transparent) #nav .desktop-toggleBtn {
	color: black!important;
}
#mobile-header {
    #mobile-navigation-btn,
    #mobile-cart-btn,
    #mobile-shopping-btn {
        color: #00b3ee !important;
    }
    #mobile-navigation-btn:hover,
    #mobile-cart-btn:hover,
    #mobile-shopping-btn:hover {
        color: #f7901f !important;
    }
}

#mobile-navigation .container ul {
    padding-left: 0px;
}



@media only screen and (min-width: 960px) {
	header#header #menu-item-44 ul.sub-menu {
		left: -120px !important;
	}
}

@media only screen and (min-width:960px) and (max-width:991px) {
		header#header .container {
			max-width: unset;
		}
}

@media only screen and (max-width: 959px) {
    .logo img {
        height: 50px;
    }
	#mobile-navigation-btn {
		color:  #00b3ee !important;
	}
	#mobile-shopping-btn:hover {
		color: #fb8516 !important;
	}
	#mobile-navigation-btn {
    	font-size: 30px;
	}
	#mobile-header .container .columns {
    float: unset;
	}
}	
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container .sixteen.columns {
        width: 100% !important;
    }
}

#mobile-navigation-btn, #mobile-cart-btn, #mobile-shopping-btn {
    line-height: 75px;
    @media (max-width:477px) {
        line-height: 65px !important;
    }
}

@media (min-width: 576px) and (max-width:767px) { 
    #mobile-navigation .sixteen.columns {
        float: unset;
    }
}


/*###############################################
NEWS STYLES
###############################################*/


/* old news list */
body .latest-blog-list .blog-list-item-thumb {
    background: #f4f4f4;
    color: #666666;
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0 20px 0 0;
    float: left;
    overflow: hidden;
    border-radius: 6px 20px;
}

body .blog-list-item-description h3 a {
    font-weight: 300!important;
    color: #2677db;
}

body .blog-list-item-description h3 a:hover {
    font-weight: 300!important;
    color: #333333;
}

body .latest-blog-list.clearfix.wpb_content_element {
    margin-bottom: 40px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 40px;
}

body .latest-blog-list.clearfix.wpb_content_element:last-child{
	border-bottom: 4px solid #d1d3d4;
}

.blog-single .post h1 {
    line-height: 1.6 !important;
    font-size: 1em;
    color: #312E8C;
    text-transform: unset;
	margin: 0 15px 0 0;
}
@media (max-width:767) {
    .blog-single .post h1 {
        line-height: 1.6 !important;
        font-size: .9em;
        margin: 0 15px 0 0;
        font-weight: 800 !important;
    }
}

body .latest-blog-list h3 a {
    font-weight: 500 !important;
    color: #312E8C !important;
    font-size: 38px;
}

body .latest-blog-list h3 a:hover {
    font-weight: 500 !important;
	color: #f2542a !important;
}


/* New news list  6-23-25 */
.wpb_wrapper .news_list_wrapper:not(:last-of-type) {
    border-bottom: 1px solid lightgray;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.news_list_wrapper .news_feat_img_wrapper {
    background: #f4f4f4;
    color: #666666;
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 0 15px 15px 0;
    float: left;
    overflow: hidden;
	position:relative;
}
@media (min-width: 768px) and (max-width: 959px) {
    .news_list_wrapper .news_feat_img_wrapper {
        width: 25%;
        height: fit-content;
        padding: 0;
        margin: unset;
    }
    body .news_isotope_wrapper .news_list_wrapper.insight_cpt_wrapper {
        --bs-gutter-x: 1.5rem !important;
    }
}
@media (max-width: 768px){
    .news_list_wrapper .news_feat_img_wrapper {
        width: 96%;
    }
    .news_list_wrapper .news_content_wrapper.col-sm-9 {
        width: 100%;
    }
}
.news_feat_img_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #f39020;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    z-index: 99;
}
.news_feat_img_wrapper:after {
        content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #00b5ef;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 99;
}
.news_list_wrapper .news_feat_img_wrapper img {
    object-fit: cover;
    aspect-ratio: 1;
}


@media only screen and (max-width:768px) {
	.news_list_wrapper .news_feat_img_wrapper{
		margin-left: 15px;
		margin-bottom: 20px;
	}
	.news_content_wrapper .news_title h3 a {
		font-size: 26px !important;
	}
	.news_content_wrapper .news_title h3,
	.news_content_wrapper .news_date {
		/* text-align: center; */
	}
	.news_list_wrapper .news_feat_img_wrapper {
		width: 250px;
    	height: 250px;
	}
	body .news_list_wrapper .news_feat_img_wrapper img {
		object-fit: unset;
		aspect-ratio: unset;
	}
	body .news_list_wrapper .news_feat_img_wrapper {
         width: 100%;
        height: auto;
        margin-left: 0px;
    }
	body footer .one-third.columns {
		width: 420px !important;
	}
	body #copyright .sixteen.columns {
		width: 420px;
	}
}

@media only screen and (max-width:479px) {
	body .news_list_wrapper .news_feat_img_wrapper img {
		object-fit: unset;
		aspect-ratio: unset;
	}
	body .news_list_wrapper .news_feat_img_wrapper {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
	.project-card__logo img {
		margin-bottom: 0px;
	}
	footer .one-third.columns {
		width: 300px !important;
	}
}

.news_content_wrapper .news_title h3 {
    margin-bottom: 5px;
    line-height: 1em;
}
.news_content_wrapper .news_title h3 a {
    font-weight: 500 !important;
    color: #017ea8 !important;
    font-size: 28px;
	line-height: 1;
}
.news_content_wrapper .news_title h3 a:hover {
    text-decoration:none !important;
}
.news_content_wrapper .news_excerpt a.read-more-link {
    display: block;
    margin-top: 15px;
	position: relative;
    display:none;
}
.news_content_wrapper .news_excerpt a.read-more-link:after {
    content: ' →';
	position: absolute;
	margin-left: 3px;
    margin-top: 2px;
}
.news_content_wrapper .news_date {
    margin-bottom: 10px;
    color: #57822B;
    display: inline-block;
    font-size: 1rem !important;
    font-weight: 500;
}



/* NEWS SINGLE */

@media only screen and (min-width:992px) {
	body.post-template-default.single .entry-image {
		max-width: 400px;
		width: 40%;
		float: right;
		margin: 6px 0 20px 30px;
	}
}
.blog-page .post h1, .blog-page .post h2 {
    text-transform: capitalize;
    text-decoration: none;
}
body.post-template-default.single #content {
    width: unset !important;
}
body.post-template-default.single .blog-single .post h1 {
    line-height: 1.2 !important;
    margin: 0 0 5px 0;
}
body.post-template-default.single  .blog-single .post h1 a {
    line-height: 1.2 !important;
    font-size: 2em;
    color: #323232;
    text-transform: unset;
	pointer-events: none;
    text-decoration: none;
}

body.post-template-default.single .blog-single li.meta-date,
body.single-publication .entry-meta li.meta-date {
    margin-bottom: 10px;
    color: #57822B;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
}

body.single-publication .entry-title h2 {
	margin-bottom: 0;
}

body.single-publication .entry-title .vc_separator {
	margin-top: 8px;
	margin-bottom: 22px;
}

body.post-template-default.single .go-back-link,
body.single-publication .go-back-link {
	text-align: right;
	margin-bottom: 10px;
}

body.post-template-default.single .go-back-link a:before,
body.single-publication .go-back-link a:before {
	content: "← ";
}

body.post-template-default.single .entry-image: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;
}
body.post-template-default.single .entry-image: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;
}

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

	.blog-page article {
	    overflow: hidden;
	    max-width: 360px;
	}
}

/* NEWS CAROUSEL */

body .blogslider_text_inner2 {
    background: #ffffff;
    width: 50%;
    padding: 40px;
    margin: 0 auto;
    border-radius: 9px 37px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.12);
}

body .blogslider_text_inner2 h3.blogslider_title {
    font-weight: 300!important;
    color: #2677db;
}

body .blogslider_holder .flex-viewport {
    border-radius: 8px 30px;
}


body .flexslider .flex-direction-nav a {
    opacity: .7!important;
}

body .flexslider .flex-direction-nav a:hover {
    opacity: 1!important;
}


/*###############################################
HOME SUBSCRIBE STYLES
###############################################*/
body input#mc-embedded-subscribe {
    font-weight: 600 !important;
}

body #mc_embed_signup .asterisk {
    color: #323232;
}

/*###############################################
HOME PORTFOLIO STYLES
###############################################*/

body .page-section .wpb_row.porfolio-section .portfolio-logo img {
    height: 50px;
    width: auto;
    max-width: 158px
}
body .portfolio-rounded-box.wpb_column.column_container {
    background: #fff;
    border-radius: 6px 20px;
    padding: 30px 0;
    width: calc(50% - 40px);
    margin: 0 20px;
}

body .page-section .wpb_row.porfolio-section .portfolio-description {
    padding: 20px 25px;
    min-height: 82px;
}

/*###############################################
PORTFOLIO PAGE STYLES
###############################################*/

body .portfolio-companies-page .portfolio-rounded-box.wpb_column.column_container {
    background: #fff;
    border-radius: 6px 20px;
    padding: 30px 0;
    width: calc(33% - 40px);
    margin: 0 20px;
}

body .page-section .portfolio-companies-page .wpb_row.portfolio-section .portfolio-logo img {
    height: auto;
    width: auto;
    max-width: 158px
}

body .page-section .portfolio-companies-page .wpb_row.portfolio-section .portfolio-logo {
    min-height: 70px;
    display: flex;
    align-items: center;
}

body .page-section .portfolio-companies-page .wpb_row.portfolio-section .portfolio-description {
    padding: 20px 25px;
    min-height: 100px;
    font-size: 17px;
    line-height: 1.2em;
}

body .page-section .portfolio-companies-page .wpb_row.portfolio-section .portfolio-industry {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #676767;
}
body .portfolio-companies-page :is(a.button, input[type=submit], button, .minti_button, a.button.full, #navigation ul li.nav-button a, .vc_btn3){
	font-size: 14px;
}
#portfolio-filter-row .span_12 > .vc_col-sm-12 > .wpb_wrapper  {
	padding: 0 32px;
    background: #efefef;
}
#portfolio-filter-row .span_12 > .vc_col-sm-12 > .wpb_wrapper h2 {
	color: black;
}
#Projects_Filtering h2 {
    font-size: 30px;
    text-transform: CAPITALIZE;
    text-decoration: none;
}
#Projects_Filtering .custom_isotope_filter.closed.vc_col-sm-12 {
    float: unset;
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width:767px) {
    #Projects_Filtering a.mobile_facet_trigger.mobile_facet_bottom_button.closed,
    #Projects_Filtering a.mobile_facet_trigger.mobile_facet_side_button {
        display: none;
    }
}
#Projects_Filtering .custom_isotope_button_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#Projects_Filtering .custom_isotope_button_wrapper a.project_filter_button {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid;
}
#Projects_Filtering .custom_isotope_button_wrapper a.project_filter_button {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid;
}
#Projects_Filtering  .custom_isotope_button_wrapper a.project_filter_button:hover {
    text-decoration: none;
    background: #007ea8;
    color: #ffffff;
}

#Portfolios_Listings .col.span_12 {
    z-index: unset;
}

/*###############################################
INTERNAL PAGE STYLES
###############################################*/

body #fullimagecenter h1 {
    padding: 100px 0;
    font-weight: 900;
}

#fullimagecentertitle .container {
    width: 100%;
	max-width: unset;
    background: linear-gradient(135deg, rgb(13 179 236 / 33%) 0%, rgb(0 120 161 / 81%) 24%, rgb(243 144 32 / 48%) 73%, rgb(130 191 65 / 97%) 100%);
}

#fullimagecenter .container .sixteen.columns {
    margin: 0 auto;
    float: none;
    display: block;
}

div#fullimagecenter, #fullimagecentertitle .container {
    border-radius: 0 0 15px 80px!important;
}



/*###############################################
FOOTER STYLES
###############################################*/

body footer#footer {
    background: #0c0c0c;
}

#footer .widget h3 {

}

body footer {
    font-size: 16px;
    line-height: 1.2em;
}
	
body footer .columns:first-child p{
}
	
body footer .columns:last-child p{

}
	
body footer .columns img{
}


	
body footer .one-third.columns {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

body footer .container {
    display: flex;
}
@media (max-width: 959px) {
    body footer .container {
        justify-content: space-between;
        max-width: unset;
    }
}
@media (max-width: 767px) {
    #footer .four.columns {
        max-width: 300px;
        margin-bottom: 20px;
    }
    body #footer .footer-info p:first-child:before {
        top: -5px !important;
        left: 10px !important;
    }
    body #footer .footer-info p:last-child:before {
        top: -2px;
        left: 65px;
    }
    body #footer #media_image-3 {
        text-align: unset;
        margin-bottom: unset !important;
    }
    body #footer #media_image-3 img {
        width: 140px !important;
        right: unset;
    }
    body #footer #media_image-3:before {
        right: unset;
    }
    body #footer #text-2 p {
        text-align: unset;
    }
}

body #footer .widget a,
body #footer .widget a:hover{
	border-bottom: none;
}

body #footer .widget a:hover{
	text-decoration: none;
}
	
body #footer .widget ul li {
    border-bottom: 0;
    line-height: 1em;
    padding: 8px 0 8px 14px;
}

body #footer .widget ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 15px;
    color: #35A8ED;
    font-weight: 600;
}

body #footer .widget ul li:after,
body #footer .widget .social-icons ul li:before,
body #footer .widget .social-icons ul li:after {
    content: "";
}

@media (min-width:960px) and (max-width:992px) {
    #copyright .sixteen.columns {
        width: unset;
    }
}
body #copyright .copyright-text{
	font-size: 14px;
}

body #copyright a:hover{
	text-decoration: none;
}
body #copyright .social-icons a{
	opacity:1;
}
body #copyright .social-icons a:hover{
	opacity: 0.6;
}
body #copyright i.fa.fa-linkedin {
	color: #F2542A;
	font-size: 30px;
    margin-top: 5px;
}

body #footer .container .four.columns:first-child {
}

body #footer .container .four.columns {

}

body footer .widget_contact address span {
}

body footer :is(span.address, span.phone) {

}

body footer .columns:last-child img {
    padding: 0;
    margin: 0 0%;
    width: auto;
    text-align: center;
}




/*###############################################
Gravity Forms STYLES
###############################################*/


/*********************/
/* RESPONSIVE STYLES */
/*********************/

@media screen and (max-width:1200px) {
	#copyright, 
	#copyright .menu, 
	#copyright .social-icons, 
	#copyright .copyright-col1, 
	#copyright .copyright-col2 {
        float: none!important;
        text-align: center !important;
    }
	#copyright .social-icons ul li {
        float: none !important;
        display: inline-block !important;
        width: 40px;
        height: 40px;
    }
}

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

}

@media screen and (min-width:900px) and (max-width: 1199px) {
	body:is(.home, .page-id-25) .impact-icons>div.col.span_12 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
    	grid-row-gap: 20px;
	}
	body:is(.home, .page-id-25) .impact-icons>div.col.span_12 .vc_col-sm-3 {
		width: 100% !important;
	}
	body #Home_Latest_News .news_list_wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: NOWRAP;
	}
}

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

}

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

	body #mobile-header {
		box-shadow: none;
        z-index: 9;
	}
    body.home #mobile-header {
		border-bottom: 6px solid #f7901f;
	}
    body:not(home) #mobile-navigation {
        border-top: 4px solid #f7901f;
        z-index: 9;
    }
}

@media screen and (max-width:900px) {
	body:is(.home, .page-id-25) .impact-icons>div.col.span_12 {
		display: grid;
		grid-template-columns: 1fr;;
    	grid-row-gap: 20px;
	}
	body:is(.home, .page-id-25) .impact-icons>div.col.span_12 .vc_col-sm-3 {
		width: 100% !important;
		margin-bottom: 5px !important;
	}
    body:is(.home, .page-id-25) .impact-icons .wpb_single_image.vc_align_center {
    	float: left;
		margin-block: 20px;
        padding-inline: 10px !important;
	}
	body:is(.home, .page-id-25) .impact-icons .wpb_text_column.wpb_content_element {
		text-align: left;
	}
	body:is(.home, .page-id-25) .wpb_row.rounded-boxes-bg.impact-icons {
		margin-left: 15px;
		margin-right: 15px;
	}
	body .impact-icons h3 {
		line-height: 1.1;
		font-size: 24px;
		font-weight: 700;
	}
	body section>.wpb_row:last-child {
		/* padding-bottom: 45px !important; */
	}
}

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


	body .logo img {
	    height: 50px;
	    width: auto;
	}
		
	body #fulltitle.titlebar #title.ten.columns {
	    width: 90vw;
	}
	
	body.vc_responsive .page-section .standard-section .span_12 {
	    max-width: 100vw;
	}
	
	body .wpb_column.vc_column_container.vc_col-sm-1\/5 {
	    padding-left: 20px;
	    padding-right: 20px;
	}
		
	body .container{
		width: 100%;
	}
		
	body :is( .container .one.column,
		.container .one.columns,
		.container .two.columns,
		.container .three.columns,
		.container .four.columns,
		.container .five.columns,
		.container .six.columns,
		.container .seven.columns,
		.container .eight.columns,
		.container .nine.columns,
		.container .ten.columns,
		.container .eleven.columns,
		.container .twelve.columns,
		.container .thirteen.columns,
		.container .fourteen.columns,
		.container .fifteen.columns,
		.container .sixteen.columns,
		.container .one-third.column,
		.container .one-third.columns,
		.container .two-thirds.column,
		.container .two-thirds.columns) {
		    width: 88vw;
		    margin: auto 5vw;
	} 
	
	body footer .columns:last-child p{
		padding-left: 0px;
	}   

	body footer .columns:first-child p{
		padding-right: 0px;
	}
		
	body footer .container {
		display: block;
		text-align: center;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
		
	body footer .columns img{
		width: 70% !important;
		margin: 0 auto !important;
	}


	body footer p {
	    font-size: 18px;
	    line-height: 1.4em;
	}
		

		
	body .wpb_row .wpb_column {
	    margin-bottom: 10px;
	}
	
	.rounded-boxes-bg .vc_col-sm-3.grad-lite-blue.wpb_column.column_container.col.no-padding.color-dark {
	    width: 80%;
	    margin: 0 auto 30px;
	}
	
	body .portfolio-rounded-box.wpb_column.column_container {
	    background: #fff;
	    border-radius: 6px 20px;
	    padding: 30px 0;
	    width: 80%;
	    margin: 0 auto 20px;
	}
	
	body .latest-blog-list.clearfix.wpb_content_element {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}
	
	body .latest-blog-list .blog-list-item-thumb {
	    margin-bottom: 20px;
	}
	
	body .no-padding-top-mobile{
		padding-top: 0px!important;
	}
	body #footer .widget ul li:before{
		content: none;
	}

	body :is(a.button,
		input[type=submit],
		button,
		.minti_button,
		a.button.full,
		#navigation ul li.nav-button a,
		.vc_btn3) {
			font-size: 14px;
	}
	
	body .MobileHideMe {display:none;}

	body #fullimagecenter h1, #fullimagecenter .title-h1 {
        padding: 20px 0;
        font-size: 25px !important;
        letter-spacing: 2px !important;
        margin-left: 10px;
        text-shadow: 1px 1px 12px #1c0746;
	}
	body .padding-80to20 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	body footer .container .one-third.columns:nth-child(2) {
		display: none;
	}
	body footer#footer {
		padding-top: 30px;
		padding-bottom: 0px !important;
	}
	body #footer .widget {
        margin-bottom: 20px;
    }
	body #copyright .copyright-text {
        margin-bottom: 10px;
    }
	body .latest-blog-list .blog-list-item-thumb {
        margin: auto;
		margin-bottom: 20px;
	}
	body .blog-single .post h1 {
		line-height: 1.2 !important;
	}
	body #Home_Intro .wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.home-nrel-row.stretch {
		padding-top: 10px !important;
	}
	body #Home_Gallery .wpb_row .col.span_12 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
	}
	#Home_Annual_Report .col-reverse .col.span_12 {
		display: flex;
		flex-direction: column-reverse;
	}
	body #copyright .container {
		width: 80%;
		display: flex;
	}
	body section.vc_section.grad-dark-blue>div.wpb_row {
		padding-top: 0px !important;
	}
	body.page-id-35 section.grad-dark-blue .vc_col-sm-4 .wpb_wrapper {
		margin-top: 10px !important;
	}
	.padding-40-20 {
		padding-bottom: 0px !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body #mobile-header .container {
        width: unset;
        padding-right: var(--bs-gutter-x, 1.5rem);
        padding-left: var(--bs-gutter-x, 1.5rem);
    }
}


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

	body #mobile-header .container {
        width: 96vw;
    }
    
    body #footer .widget ul li{
	    padding-left: 0px;
    }
/*
	body h2 {
		font-size: 30px;
		line-height: 1em;
	}
*/
	body h3 {
		font-size: 22px;
		line-height: 1em;
	}
    #Home_Intro .wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.stretch {
		padding-top: 30px !important;
	}

	#Home_Intro .vc_col-sm-8.wpb_column.column_container.col.vertical-center.no-padding.color-dark {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	body .vc_col-sm-3.grad-lite-blue p {
		line-height: 1.2em;
		padding-inline: 20px;
	}
	body h1#SR7_1_1-1-8, body h3#SR7_1_1-1-2 {
		text-shadow: 0 0 15px #24175c;
	}
	body sr7-shp#SR7_1_1-1-0 {
		background: linear-gradient(135deg, rgb(25, 27, 86) 0%, rgb(44, 20, 96) 24%, rgba(83, 6, 117, 0.56) 73%, rgba(83, 6, 117, 0) 100%) !important;
	}
	body #Home_Intro img {
		width: 50%;
		min-width: 220px;
	}
	body #Home_Intro .wpb_row:first-child {
		padding-bottom: 0px !important;
	}
	body section#Home_Gallery>.wpb_row:last-child {
		padding-bottom: 0px !important;
	}
}

/* CookieYes Styles */
body .cky-consent-container .cky-btn.cky-btn-reject, body .cky-consent-container .cky-btn.cky-btn-customize, body .cky-modal.cky-modal-open .cky-btn-reject, body .cky-modal.cky-modal-open .cky-btn-preferences,
.cky-preference-content-wrapper button {
	color: #007ea8!important;
	background: unset!important;
	background-image: unset!important;
	box-shadow: unset!important;
	border: unset!important;
	text-decoration: underline!important;
	padding: unset!important;
}
body .cky-consent-container .cky-btn.cky-btn-accept:hover,
body .cky-prefrence-btn-wrapper .cky-btn-accept:hover {
	opacity: 1;
}
body :is(.cky-consent-container .cky-notice-btn-wrapper button.cky-btn.cky-btn-reject:hover, .cky-consent-container .cky-notice-btn-wrapper button.cky-btn.cky-btn-customize:hover, .cky-modal.cky-modal-open .cky-btn-reject:hover, .cky-modal.cky-modal-open .cky-btn-preferences:hover, .cky-show-desc-btn:hover) {
	color: #444444!important;
	text-decoration: underline;
	background-image: unset!important;
}
.cky-btn-revisit-wrapper {
	display: none!important;
}

.cky-consent-bar .cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn-accept {
	border: 2px solid #f39020!important;
	color: #323232!important;
	background-color: #ffffff!important;
}

@media (min-width: 576px) and (max-width: 1200px){
    body.post-template-default.single .container {
        max-width: unset !important;
    }
}

/* Andy's New GCxN  */

.news_category>p {
    display: none;
}

#Home_One {
    background-size: cover !important;
}
#Home_One .inline-padding-40 {
background: linear-gradient(135deg, rgb(13 179 236 / 33%) 0%, rgb(0 120 161 / 81%) 24%, rgb(243 144 32 / 48%) 73%, rgb(130 191 65 / 97%) 100%);
}

#Home_One:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgb(10 98 128 / 83%) 60%, rgba(10, 98, 128, 0) 98%);
    position: absolute;
}

#Home_One p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}


#Home_One .home-hero-quote {
    position: absolute;
    top: 280px;
    right: 130px;
    padding: 30px !important;
    max-width: 500px;
    background: #f7901f;
    border-radius: 25px;
    opacity: 0;
    transform: translate(30px,30px);
    animation: quoteReveal 0.8s ease-out forwards;
    animation-delay: 3s;
    box-shadow: 2px -2px 10px #0000004d;
}
@keyframes quoteReveal {
    from {
        opacity: 0;
        transform: translate(30px,30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (min-width: 1547px)  {
    #Home_One .home-hero-quote {
        position: absolute;
        top: 230px;
    }
}
@media (min-width: 931px) and (max-width: 1327px) {
    #Home_One .home-hero-quote {
        right: 0px;
        top: 300px
    }
}
@media (min-width: 768px) and (max-width: 930px) {
    #Home_One .home-hero-quote {
        top: 360px;
        right:0px
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    #Home_One .home-hero-quote {
        top: unset;
        margin-top: 20px !important;
        right: 0px;
    }
    div#add-bottom-100-mobile {
        padding-bottom: 100px !important;
    }
}

#Home_One .home-hero-quote p {
    font-size:1.3rem;
    color: #0d0d0d !important;
}
#Home_One .home-hero-quote p strong {
    display: block;
    width: 50%;
    margin-left: auto;
    font-size: 15px;
}

.home-hero-quote p strong {
    display: block;
    text-align: right;
}

#Home_One .home-hero-quote:before {
    content: '';
    position: absolute;
    bottom: -28px;
    right: 62px;
    width: 40px;
    height: 67px;
    background: #f7901f;
    border-top-right-radius: 30px;
    transform: rotate(-60deg);
    z-index: -1;
}
@media (max-width: 1099px) {
    #Home_One .vc_col-sm-6 {
        width: 100%;
    }
    #Home_One .home-hero-quote {
        max-width: 600px;
    }
    #Home_One .inline-padding-40 {
        padding-top: 160px !important;
    }
}
@media (max-width: 600px) {
    body #Home_One .inline-padding-40 {
        padding-top: 120px !important;
    }
}
@media (min-width: 2435px) {
    #Home_One .home-hero-quote {
        top: 0;
    }
}
body section#Divider_One {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 250px;
    margin-top: -125px !important;
    background-repeat: no-repeat !important;
    @media (min-width:1700px) {
        background: url(/wp-content/uploads/2026/06/Divider-1_2800.png) center !important;
    }

}

body section#Divider_Two {
    height: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 190px;
    margin-top: -95px !important;
    @media (min-width:1700px) {
        background: url(/wp-content/uploads/2026/06/Divider-2-2800.png) center !important;
    }
}
body section#Divider_Three {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 250px;
    margin-top: -125px !important;
    @media (min-width:1700px) {
        background: url(/wp-content/uploads/2026/06/Divider-3-2800.png) center !important;
    }
}
body section#Divider_Four {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 250px;
    margin-top: -125px !important;
    @media (min-width:1700px) {
        background: url(/wp-content/uploads/2026/06/Divider-4-2800.png) center !important;
    }
}

body section#Divider_Five {
    height: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 190px;
    margin-top: -95px !important;
    @media (min-width:1700px) {
        background: url(/wp-content/uploads/2026/06/Divider-5-2800.png) center !important;
    }
}
body section#Divider_Six{ 
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 250px;
    margin-top: -125px !important;
    @media (min-width:1700px) {
        background: url(/wp-content/uploads/2026/06/Divider-6-2800.png) center !important;
    }
}
@media (min-width:1700px) {
    body section#Divider_One, 
    body section#Divider_Two,
    body section#Divider_Three,
    body section#Divider_Four,
    body section#Divider_Five,
    body section#Divider_Six {
        background-repeat: no-repeat !important;
    }
}

#Home_One h1 {
    font-size: 60px;
    line-height: 1.0;
    letter-spacing: 2px;
    font-weight: 200;
    margin-bottom: 10px !important;
}
@media (max-width:600px) {
    #Home_One h1 {
        font-size: 45px;
    }
    #Home_One p {
        font-size: 26px;
    }
    #Home_One .home-hero-quote p strong {
        width: 100%;
        margin-top: 5px;
    }
}
@media (max-width:500px) {
    #Home_One h1 {
        font-size: 31px;
    }
    #Home_One p {
        font-size: 22px;
    }
    #Home_One .home-hero-quote p {
        font-size: 1.0rem;
    }
    #Home_One .home-hero-quote {
     padding: 15px !important;
     z-index: 999;
    }
}
#Home_One h1 strong{
    font-weight: 800;
}

.inline-padding-40 {
    padding-inline: 40px;   
}

@media (max-width:959px) {
    #Home_Two .col.span_12 {
        flex-direction: column;
        display: flex;
        gap:30px;
    }
    #Home_Two .col.span_12 .vc_col-sm-6 {
        width: 100%;
    }
}
.upper-tag {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #57822B;
    margin-bottom: 20px;
}

.impact-box {
    transform: scale(1.0);
    transition: 200ms ease-in;
}

.impact-box:hover {
    transform: scale(1.07);
}

#Home_Three .impact-box p {
    font-size: 1.3rem;
    line-height: normal;
}

#Home_Three .impact-box p strong {
    font-size: 4rem;
    line-height: 1;
    display: block;
    font-weight: 900 !important;
}
@media (min-width: 960px) and (max-width: 1199px) {
    #Home_Three .impact-box p strong {
        font-size: 3rem;
    }
}

#Home_Three .impact-box p em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: normal;
    font-weight:800;
}

.impact-boxes-row {
    display:flex;
}

@media (max-width: 959px) {
    .impact-boxes-row {
        flex-direction: column;
        gap: 20px;
    }
    .impact-boxes-row .vc_col-sm-4 {
        width: 100%;
    }
}

.impact-boxes-row .vc_column-inner,
.impact-boxes-row .wpb_wrapper,
.impact-boxes-row .minti_boxedholder {
    height: 100%;
}

@media (max-width: 959px) {
    #Home_Four .col.span_12 {
        display: flex;
        flex-direction: column;
    }
    #Home_Four .col.span_12 .vc_col-sm-6 {
        width: 100%;
    }
}
#Home_Four img {
    max-width: 460px;
}

#Home_Five .home-hero-quote {
    position: absolute;
    top: 5px;
    right: 130px;
    padding: 30px !important;
    max-width: 800px;
    background: #82bf41;
    border-radius: 25px;
    opacity: 1;
    transform: translate(30px, 30px);
    animation: quoteReveal 0.8s ease-out forwards;
    animation-delay: 3s;
    box-shadow: 2px -2px 10px #0000004d;
}
@media (max-width:959px) {
    #Home_Five .home-hero-quote {
        top: 0px;
        right: 0px;
        max-width: 90%;
        margin-right: 5%;
    }
}
#Home_Five .home-hero-quote:before {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 62px;
    width: 40px;
    height: 67px;
    background: #82bf41;
    border-top-right-radius: 30px;
    transform: rotate(-60deg);
    z-index: -1;
}


#footer .container .four.columns {
    position:relative;
}

.footer-info p {
    position:relative;
    padding-left:35px;
}

.footer-info p:first-child:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2026/06/icon-location.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;   
}
.footer-info p:last-child:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2026/06/icon-email.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: hue-rotate(-196deg);
}

#footer #media_image-2 {
    max-width: 200px;
    margin: auto;
}

#footer #media_image-3 {
    text-align: right;
    margin-bottom: 0px !important;
}
#footer #media_image-3:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
    background: url(/wp-content/uploads/2026/06/icon-linkedin.svg);
    background-size: contain;
    background-position-x: right;
    opacity: 1;
    transition: 500ms ease-in-out;
    pointer-events: none;
}
#footer #media_image-3:hover:before {
    opacity: 0;
}
#footer #media_image-3 img {
    width: 140px;
    border-radius: 20px;
    cursor: pointer;
}
#footer #text-2 p {
    text-align: right;
    margin-top: 11px;
    font-size: 14px;
}

#copyright .copyright-col2 {
    display: none;
}


#footer {
    .widget ul li a:hover {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
}

/* INTERNAL HEADERS */

body #fulltitle {
    height: 140px;
    padding: 8px 0 24px !important;
    position: relative;
    overflow: visible;
}
body #fulltitle .container {
    padding: 12px 0 !important;
    background: #0ab2ec;
    clip-path: polygon(0 0, 100% 0, 100% 64%, 0% 100%);
    max-width: unset;
    height: 100px;
}
body #fulltitle:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 50px;
    width: 350px;
    background-color: #82bf41;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
@media (min-width: 768px) and (max-width: 959px) {
    body #fulltitle:before {
        bottom: 0px;
    }
}
@media (min-width: 478px) and (max-width: 767px) {
    body #fulltitle:before {
        left: -140px;
        bottom: 0px;
    }
}
@media (min-width: 0px) and (max-width: 477px) {
    body #fulltitle:before {
        bottom: 10px;
        left: -150px;
    }

    body:not(.home, .page-id-19, .single-post) .wpb-content-wrapper section:first-of-type .wpb_row {
        padding-top: 40px !important;
    }
}
body #fulltitle:after {
    content: '';
    position: absolute;
    top: -12px;
    right: 0;
    height: 20px;
    width: 150px;
    @media (min-width:1335px) {
        top: -32px;
        right: 0;
        height: 40px;
    }
    background-color: #f7901f;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 9;
    @media (min-width:960px) {
        z-index: 9999;
    }
}

#fulltitle .container .ten.columns {
    display: block;
    width: unset;
    margin: auto;
    float: unset;
    max-width: 1240px !important;
}

@media (min-width: 1400px) {
    #fulltitle .container .ten.columns {
        max-width: 1240px !important;
    }
}

@media (min-width: 1199px) and (max-width: 1399px) {
    #fulltitle .container .ten.columns {
        max-width: 1070px !important;
    }
}

@media (min-width: 960px) and (max-width: 1198px) {
    #fulltitle .container .ten.columns {
        max-width: 880px !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    #fulltitle .container .ten.columns {
        max-width: 690px !important;
    }
    #fulltitle .container .ten.columns h1 {
        font-size:50px
    }
}
@media (min-width: 550px) and (max-width: 767px) {
    #fulltitle .container .ten.columns {
        max-width: 380px !important;
    }
}

@media (max-width:600px) {
    #Home_Two .wpb_row {
        padding-top: 0px !important;
        padding-bottom: 110px !important;
    }
    #Home_Three .wpb_row {
        padding-top: 30px !important;
        padding-bottom: 70px !important;
    }
    #Home_Four .wpb_row {
        padding-top: 0px !important;
        padding-bottom: 110px !important;
    }
    #Home_Five .wpb_row:first-child {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #Home_Five .wpb_row:last-child {
        padding-top: 40px !important;
    }
    #Home_Six .wpb_row {
        padding-top: 40px !important;
        padding-bottom: 110px !important;
    }
    #fulltitle .container .ten.columns h1 {
        font-size:38px
    }

}

/* FAQ SECTION */
#FAQ_Section {
    .vc_toggle_title {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .vc_toggle_title:hover {
        background: #EBE7E3;
    }
    .vc_toggle_size_md .vc_toggle_icon::before {
        width: 15px;
        background-color: #007ea8;
    }
    .vc_toggle_size_md .vc_toggle_icon::after {
        height: 15px;
        background-color: #007ea8;
    }
    .vc_do_toggle.vc_toggle_active {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .vc_do_toggle {
        padding: 5px;
    }
    .vc_do_toggle.vc_toggle_active .vc_toggle_title {
        background: #EBE7E3;
    }
    @media (max-width: 650px){
        h2 {
            font-size: 25px;
        }
        h4 {
            font-size: 20px;
        }
    }
}

/* Network Page *.wpb_column.vc_column_container.vc_col-sm-1\/5 */


#Network_Logos .vc_col-sm-12 .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 3rem;
}
#Network_Logos .network-logo {
    flex: 0 1 275px;
    width: auto;
    display: flex;
    align-items: center;
}

#Network_Logos .network-logo a {
    padding-bottom: 2rem;
}
#Network_Logos .network-logo figure.vc_figure {
    gap: 0rem !important;
}
#Network_Logos .network-logo figcaption.vc_figure-caption {
    margin-top: -1.5rem;
    pointer-events: none;
    font-size: 1rem;
    font-weight: 600;
    color: #017ea8;
    text-decoration: underline;
}

#Network_Logos .network-logo:hover figcaption.vc_figure-caption {
    text-decoration: none;
}

body section#Divider_Six .network-page {
    margin-top: -145px !important;
}

/* Team Page */

.team-title p {
    color: #595959;
    font-weight: 600;
    font-size: .9rem;
    font-family: 'Open Sans'!important;
    padding:0 40px;
    line-height: 1.1rem;
}

.team-title h3 {
    margin-bottom: 0.1em;
}

.vc_col-sm-4.team-title.wpb_column.column_container.col {
	
	&:nth-child(3n + 1) {
		img.vc_single_image-img {
			background: #82bf41;
		}
	}

	&:nth-child(3n + 2) {
		img.vc_single_image-img {
			background: #2bb2ec;
		}
	}

	&:nth-child(3n + 3) {
		img.vc_single_image-img {
			background: #f7901e;
		}
	}

	img.vc_single_image-img {
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
}

.vc_col-sm-4.team-title.wpb_column.column_container.col {
    text-align: center;
    padding: 0 40px;
}


.wpb_row.inverted-colors {

	.vc_col-sm-4.team-title.wpb_column.column_container.col {

		&:nth-child(3n + 1) {
			img.vc_single_image-img {
				background: #f7901e;
			}
		}

		&:nth-child(3n + 2) {
			img.vc_single_image-img {
				background: #82bf41;
			}
		}

		&:nth-child(3n + 3) {
			img.vc_single_image-img {
				background: #2bb2ec;
			}
		}
	}
}
@media (max-width:767px) {
    #Team_Page .bottom-40 {
        margin-bottom: 40px !important;
    }
}

/*     Misc Media Queries     */
@media (max-width:477px) {
    body #page-wrap .padding-top-none {
        padding-top: 0px !important;
    }
    body #page-wrap .padding-top-zero {
        padding-top: 5px !important;
    }
    body .mobile-spacer-20 {
        height: 20px !important;
    }
    body .mobile-top-30 {
        padding-top:30px !important;
    }
    body .mobile_facet_bottom_buttom_wrapper {
        text-align: center;
    }
    body .news-filter-wrapper {
        height: 10px !important;
    }
    body .padding-bottom-none {
        padding-bottom:0px !important;
    }
}

/* Contact Page */
body.page-id-164 section#Divider_Six {
    margin-top: -145px !important;
}

/* MailChimp */
#mc_embed_signup,
#mc_embed_signup input {
	color:#323232!important;
}
/* testimonials */
body .testimonial-author span {
	color: #696969;
}