/*
 Theme Name:     Imavex Development
 Description:    A Custom Theme by Imavex
 Author:         Imavex
 Author URI:     https://www.imavex.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* Theme customization starts below
------------------------------------------------------- */

.projects-headline .et_pb_text_inner h1 {
    font-weight: 600;
}
.projects-headline span.subtitle{
    font-weight:500;
}
.et_pb_module.et_pb_text h2 span.subtitle {
    font-weight: 600;
}

.et_password_protected_form {
    width: 90%;
    margin: 0 auto;
}
.et_password_protected_form h1{
    font-family: "eurostile", sans-serif!important;
    font-weight: 900!important;
}
.et_password_protected_form p{
    color:#000000;
    font-family: "calibri", sans-serif!important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: rgba(0,0,0,.1);
}

li#wp-admin-bar-3dviewer-settings {
    display: none;
}
.dp_ocp_read_more_button {
    margin-top: 5px;
}
p.post-meta.dp_custom_field {
    display: inline;
}
span.dp_custom_field_name {
    padding-left: 3px;
    font-weight:300;
}
.dp_oc_item {
    text-align: center;
}

.process-tabs2 .underline-hover:hover{
    text-decoration:underline!important;
}
.process-tabs2 .underline-hover{
    font-size:18px;
    /*text-transform:uppercase;*/
    color:#1e3769;
}

.wrap-grid{
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.wrap-grid a img {
    width: 90%;
}

.process-tabs2 p{
    font-family: "calibri", sans-serif!important;
    font-size:16px;
    color:#1e3769;
}
.process-tabs2 h4{
    margin-top:10px;
    padding-bottom:5px;
    font-family: "calibri", sans-serif!important;
    font-size:18px;
    color:#1e3769;
    font-weight:600;
}
.process-tabs2 h4 a{
    color:#43aae0;
    font-size:16px;
}
.process-tabs2 h4 a:hover{
    text-decoration:underline;
}
.process-tabs2 p{
    padding-bottom:7px!important;
}
.process-tabs2 h3 {
    color: #1e3769!important;
    font-family: "eurostile", sans-serif!important;
    font-weight: 900!important;
    font-size:26px;
    /*padding-bottom:20px;*/
    text-transform:uppercase;
}
/* Service Department h3 Color */
.page-id-3431 .process-tabs2 h3{
    color: #ffffff!important;
}
.process-tabs2 li.bsf_advanced_tab a span.bsf_tab_title{
    font-family: "eurostile", sans-serif!important;
    font-weight: 900!important;
    text-transform:uppercase;
}
.page-id-3431 .process-tabs2 li.bsf_advanced_tab a span.bsf_tab_title{
    font-family: 'Quart',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight:500!important;
}
/*.process-tabs2 .bsf_advanced_tabs_nav {
    padding-top: 75px;
}*/

.custom_gallery .et_pb_gallery_image.landscape a img {
    height: 325px;
    width:800px;
    object-fit: cover;
}
.custom_gallery .et_pb_gallery_item:not(.first_in_row) {
    /*margin-left: 5px;*/
    padding-left:5px;
}
.custom_gallery .et_pb_gallery_items{
    display:inline-flex;
    justify-content:center;
}
.custom_gallery .et_pb_gallery_item{
    display:inline-flex;
    /*flex-basis:fit-content;*/
    justify-content:center;
    flex: 1 1 0px;

}
/*.custom_gallery .et_pb_gallery_item img {
    max-height: 500px;
    object-fit: cover;
}*/


/************** Add Your Custom Styles Above This Line ***************/

/*-------------------------------------------------------------------*/
/*-----------------------Header/Menu Styles--------------------------*/
/*-------------------------------------------------------------------*/
    
/* Add Border to Secondary Menu Items */
#et-secondary-nav li:not(:last-child)  {
    border-right: 1px solid #fff;
}
 #et-secondary-nav li.translate:first-child {
    border-right: none;
}
li.translate{
    padding-right:125px;
}
#et-secondary-nav>li>a {
    padding-bottom: 2px!important;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
#et-secondary-nav li {
    margin-right: 0px;
}

.nav li ul{
    padding: 10px 0;
}
#top-menu li li {
    padding: 0px 0px;
    width: 240px;
}
#top-menu li li a {
    padding: 5px 10px;
    width: 240px;
}
#et-secondary-menu .et-social-icons {
    margin-right: 15px;
    padding-top:2px;
    float:right;
}
#top-header .et-social-icon a:before {
    font-weight: normal!important;
}
#top-header .et-social-icon a {
   /* font-size: 12px; */
    line-height:0em;
}
.container.et_search_form_container {
    width: 95%;
}
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 85vh!important;
}
input.et-search-field::placeholder {
    font-weight: 600;
}
span#et-info-phone:before {
    margin-right: 5px;
}
span#et-info-phone {
    font-weight: bold;
}
.et-social-linkedin a.icon:before {
    content: "\e09d";
}
#top-menu .menu-item-has-children>a:first-child:before, #et-secondary-nav .menu-item-has-children>a:first-child:before {
    font-family: 'ETmodules';
  	float:right!important;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
}
.hover-state a:hover{
    text-decoration:underline;
}
ul#et-secondary-nav li a:hover {
    text-decoration: underline;
}
.et-social-youtube a.icon:before {
    content: "\e0a3"!important;
}
.et-social-linkedin a.icon:before {
    content: "\e09d"!important;
}

/*-------------------------------------------------------------------*/
/*----------------------Scroll to Top Button-------------------------*/
/*-------------------------------------------------------------------*/

/* Default button appearance */
.et_pb_scroll_top.et-pb-icon {
    right: 15px; /* space from right */
    bottom: 20px; /* space from bottom */
    padding: 6px; /*padding size*/
    border-radius: 30px; /* make the circle */
    background: #0057b8 /* button color */;    
    font-size: 32px; /* icon size */
    transition: all .1s ease-in-out; /* add transition */
}
/* Button Appearance on Mouseover */
.et_pb_scroll_top.et-pb-icon:hover {
    bottom: 25px /* space from bottom */;
    background: #0057b8 /*button hover color*/; 
    transition: all .1s ease-in-out; /*add transition*/
    box-shadow: 0 10px 15px #162c4e4a; /*box shadow on hover*/
}
/* Animation tweaks */
.et_pb_scroll_top.et-visible {
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    -moz-animation: fadeInBottom 2s 1 cubic-bezier(.50,0,.160,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

/*-------------------------------------------------------------------*/
/*------------------Nesting Mobile Menu Settings---------------------*/
/*-------------------------------------------------------------------*/

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 85vh!important;
}
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    background-color: rgba(0,0,0,0.03);
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: 2px;
    right: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1)!important;
    cursor: pointer;
    text-align: center;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
    background-color: rgba(0,0,0,0.1);
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" ;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '\33';
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '\32';
    background-color:#DEDEDE;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
    color:#000000!important;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(0,0,0,0.03);
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    padding-right: 20px;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}
#main-header #mobile_menu.et_mobile_menu li a,
#main-header #mobile_menu.et_mobile_menu li li a,
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 20px;
    padding-right: 20px;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
}
/*#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    pointer-events: none; 
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; 
}*/
@media (max-width: 980px) {
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    pointer-events: none; 
}
/*.disable-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01); 
  pointer-events: none; 
  z-index: 999; 
}*/
}
.additional-toggle {
  /* Add your desired styles for the additional-toggle element */
  position: absolute; /* Position it over the parent menu item */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; /* You can customize the background color or icon here */
  pointer-events: none; /* Allow clicks to pass through to the underlying elements */
  z-index: 999; /* Ensure it covers the parent menu item */
}

/* Overlayed Submenu item on Mobile that opens toggle */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle2 {
    position: absolute;
    background-color: transparent;
    z-index: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: 2px;
    right: 0px;
    cursor: pointer;
    text-align: center;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle2.popped {
    /*background-color: rgba(0,0,0,0.1);*/
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle2::before {
    font-family: "ETmodules" ;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '\33';
    color:transparent;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle2.popped::before {
    content: '\32';
    color:transparent;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle2 ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
    color:#000000!important;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle2.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(0,0,0,0.03);
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle2 + a {
    padding-right: 20px;
    color:#000000;
}


/*-------------------------------------------------------------------*/
/*-------MOBILE MENU SLIDE IN EFFECT - FIXED MOBILE HEADER-----------*/
/*-------------------------------------------------------------------*/

/* Set the mobile menu full height and move it down so it doesn't overlap the fixed header */
#mobile_menu {
    display: block!important;
    height:auto;
    right: 0;
    position: fixed;
    overflow: auto;
    z-index:2!important;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}
/* Move the mobile menu fully off the screen when closed using translateX(100%) */
.mobile_nav.closed #mobile_menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
/* Move the mobile menu back onto the screen when open using translateX(0%) */
.mobile_nav.opened #mobile_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
/* Switch the menu icon to a CROSS when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
}


/*-------------------------------------------------------------------*/
/*---------------------------Body Styles-----------------------------*/
/*-------------------------------------------------------------------*/

/* Draw Attention CSS */
.hotspots-container .hotspots-interaction{
    margin:0;
}

/* Who We Are Page */
#exec .dsm-tab .dsm-title {
    font-family: "eurostile", sans-serif!important;
    text-transform:uppercase;
}
.executive-team .et_pb_team_member_description h3.et_pb_module_header{
  font-family: "eurostile", sans-serif!important;
  font-weight:900;
  padding-bottom:3px;
}
.executive-team .et_pb_team_member_image img {
  	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.35)!important;
}
/* Multi-Column Awards */
.multi-column-desktop li{
  margin-bottom:10px;
}


/* Our Work Pages Counter - Swap % Sign w/ Dollar Sign */
.dollar .percent-value:before { content:'$';}


/* Fix Divi Visual Builder Toolbar Controls on Homepage Slider */
.home.logged-in .main-slider-section .et-fb-component-settings.et-fb-component-settings--section, .page-id-1165.logged-in .main-slider-section .et-fb-component-settings.et-fb-component-settings--section {
    top: 120px!important;
}
.home.logged-in .main-slider-row .et-fb-component-settings.et-fb-component-settings--row, .page-id-1165.logged-in .main-slider-row .et-fb-component-settings.et-fb-component-settings--row{
    top:120px!important;
    left:180px!important;
}
.home.logged-in .main-slider .et-fb-component-settings.et-fb-component-settings--module, .page-id-1165.logged-in .main-slider .et-fb-component-settings.et-fb-component-settings--module {
    top: 120px!important;
}
.logged-in.admin-bar .et-fb-root-ancestor-sibling select.gt_selector.notranslate {
    display: none!important;
}
.page-id-1337 .main-slider h2{
    font-family: 'Quart',Helvetica,Arial,Lucida,sans-serif;
}

/* Fonts */
.cornerstone-text p{
    font-family: "eurostile", sans-serif!important;
    text-transform:uppercase;
    user-select:none;
}
.cornerstone-text h2, .cornerstone-text h3, .cornerstone-text h4{
    font-family: "calibri", sans-serif!important;
    font-style:italic;
    font-weight:900;
    user-select:none;
}
.engineer-text h3{
     font-family: "eurostile", sans-serif!important;
}

/* Engineer Virtual Design Option */
.cornerstone-column:hover .engineer-text, .cornerstone-column:hover .engineer-text div.et_pb_text_inner h2 {
    color: #ffffff!important;
}

/* Innovation & Fabrication Manufacturing Text Hover */
.innovation-column:hover .innovation-text, .innovation-column:hover .innovation-text h3 {
    color: #ffffff!important;
    cursor:default!important;
}
.engineer-text p{
    font-family: "calibri", sans-serif!important;
}
 .cornerstone-text h2, .cornerstone-text h3, .cornerstone-text h4 {
    font-family: "eurostile", sans-serif!important;
    text-transform:uppercase;
    user-select:none;
    font-weight:700!important;
    font-style:normal;
}
.page-id-3431 .cornerstone-text h2, .page-id-3431 .cornerstone-text h3, .page-id-3431 .cornerstone-text h4{
    font-family: "eurostile", sans-serif!important;
    font-weight: 900!important;
}
.page-id-3429 .cornerstone-text h2, .page-id-3429 .cornerstone-text h3, .page-id-3429 .cornerstone-text h4{
    font-family: "eurostile", sans-serif!important;
    font-weight: 800!important;
}
.calibri h1, .calibri h2, .calibri h3, .calibri h4{ 
    font-family: "calibri", sans-serif!important;
    font-weight:400!important;
}
.calibri p{
    font-family: "calibri", sans-serif!important;
}
.eurostile h1, .eurostile h2, .eurostile h3, .eurostile h4, span.eurostile {
    font-family: "eurostile", sans-serif!important;
    font-weight:900!important;
}
.et-l--footer .eurostile a{
    font-family: "calibri", sans-serif!important;
}
.outline{
    --outline-color:#1e3769!important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1e3769;
}
.outline2{
    --outline-color:#ffffff!important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    text-shadow:none;
    color:transparent!important;
}


/* Cursor Trail */
.trail { /* className for the trail elements */
    position: absolute;
    height: 6px; width: 6px;
    border-radius: 3px;
    background: teal;
  }
  #setLight {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 1em;
  color: #00FFA4;
  font-family: sans-serif;
  line-height: 30px;
}
#setLight span{
  color: silver;
}
#DiacoDesignLink,#pens{
  color: #fff;
}

/* Social Media Share Links (Blogs) */
.arrow_carrot-left, .social_twitter{
    padding-right:5px;
    color:#132c4f;
}
.social_share{
    color:#ffffff;
    padding-right:5px;
    font-size:10px;
}
.arrow_carrot-left:before {
    font-family: "ETmodules" ;
    content: "\34";
    font-weight:bold;
}
.social_twitter:before {
    content: "\e094";
    font-family: "ETModules" ;
    color:#ffffff;
    padding-right:1px;
}
.social_facebook:before{
    font-family:"ETModules" ;
    content: "\e093";
    color:#ffffff;
    padding-right:5px;
}
.social_linkedin:before{
    font-family:"ETModules" ;
    content: "\e09d";
    color:#ffffff;
    padding-right:5px;
}
.social_share:before {
    content: "\e0a0";
    font-family:"ETModules" ;
}
.share-button{
    font-size:13px;
    cursor:pointer;
    font-weight:600;
    color:#ffffff;
    line-height:2.5em;
}
.share-button2:hover{
    text-decoration:underline!important;
}
.share-button2{
    text-decoration:none!important;
    color:#000000!important;
    cursor:pointer;
}
.back-to-blog{
    margin-bottom:10px!important;
}
.social_btn{
    padding-top:2px;
    padding-bottom:2px;
}

/* GTranslate Styles */
span#db-info-text select#gtranslate_selector {
    margin-top: -3px;
    margin-bottom: -5px;
    border: 0px;
    background-color: #0057b8;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    text-transform:uppercase;
    cursor:pointer;
}
#et-secondary-nav li.translate:first-child {
    line-height: 16px;
}
span#db-info-text select#gtranslate_selector:hover{
    text-decoration:underline;
}
li.translate select.gt_selector {
    margin-top: -5px;
    margin-bottom: -5px;
    border: 0px;
    background-color: #0057b8;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    border-radius:2px;
    border: 1px solid #ffffff40;
    text-transform:uppercase;
    cursor:pointer;
}
li.translate select.gt_selector:hover {
    text-decoration:underline;
}
/* Translation Styles */
.translated-ltr h3 font, .translated-ltr h2 font, .translated-ltr h3 font, .translated-ltr h1 font span font, .translated-ltr .subtitle {
    line-height: 1em!important;
}
.translated-ltr .subtitle{
    line-height:1.2em!important;
}

/* Homepage Hero Slider */
a.et-pb-arrow-next {
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-size:40px;
}
a.et-pb-arrow-prev {
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-size:40px;
}
.et-pb-arrow-prev:before {
    margin-left: -1px;
    margin-right: 1px;
}
.et-pb-arrow-next:before {
    margin-left: -1px;
    margin-right: 1px;
}
.et-pb-controllers a {
    border-radius: 50px;
    width: 13px!important;
    height: 13px!important;
    border:1px solid #ffffff;
    background-color:transparent;
    opacity:0.8;
}
.et-pb-controllers{
    bottom:15px;
}
.et-pb-arrow-next:hover, .et-pb-arrow-prev:hover{
    /*box-shadow: 3px 3px 10px rgb(255 255 255 / 30%); */
    background-color:#0057b8;
    border:2px solid #0057b8;
    transition: all .2s ease-in-out; /* add transition */
}
.home .main-slider h2 {
    font-family: 'Quart',Helvetica,Arial,Lucida,sans-serif;
}
.apprenticeships-slider h2{
    font-family: 'Quart',Helvetica,Arial,Lucida,sans-serif;
}
.apprenticeships-slider .et_pb_slide_content h2 {
    text-transform: uppercase;
    font-size: 55px!important;
    letter-spacing:0px!important;
    font-weight: 900;
    line-height: 1em;
    margin-left:-5px;
}
.main-slider .et_pb_slide_content h2 {
    text-transform: uppercase;
    font-size: 80px!important;
    letter-spacing:-0.5px!important;
    line-height: 1em;
    margin-left:-5px;
}
.KenBurnsHeader .et-pb-controllers a {
    border-radius: 0px;
    width: 45px!important;
    height: 10px!important;
    border: 1px solid #ffffff;
    background-color: transparent;
    opacity: 0.8;
}
.KenBurnsHeader .et-pb-controllers .et-pb-active-control {
    background-color: #fff;
    width: 75px!important;
}

/* Homepage Cornerstones */
.cornerstone-column:hover .cornerstone-text, .cornerstone-column:hover .cornerstone-text div.et_pb_text_inner h3 {
    color: #ffffff!important;
}
/* Homepage Testimonials */
.team-testimonials .et-pb-arrow-next, .team-testimonials .et-pb-arrow-prev {
    font-size:32px;
    opacity:0.7!important;
    border: 0px solid white;
}
.team-testimonials .et_pb_slider:hover .et-pb-arrow-next, .team-testimonials .et-pb-arrow-next{
    right:2px!important;
}
.team-testimonials .et-pb-arrow-prev, .team-testimonials .et_pb_slider:hover .et-pb-arrow-prev{
    left:2px!important;
}
.team-testimonials .et-pb-arrow-next:hover, .team-testimonials .et-pb-arrow-prev:hover {
    border: 0px solid #ffffff17;
    background-color:#0057b873;
}

/*Homepage General */
.home #et-boc .area-outer-wrap .da-close{
  left:0;
  right:auto;
}
/*.home span.et_close_search_field::after {
    color: #ffffff;
}
.home form.et-search-form, .et-fixed-header .et-search-form {
    background: rgba(0,0,0,0) !important;
}
.home .et_search_form_container input {
  color:#ffffff;
}
.home div#page-container {
    margin-top: 0px!important;
}
*/

/* Homepage Services Accordion */
.cornerstone-flipbox .dsm_flipbox_child_image{margin-bottom:0px;}
.homepage-services-accordion .dsm_image_accordion_title{
  width:440px;
  transition: all 0.2s ease;
  transition-delay:0s!important;
}
h3.dsm_image_accordion_title {
    font-family: 'eurostile',sans-serif!important;
    font-weight: 900!important;
}
.homepage-services-accordion.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content{
  opacity: 1;
  max-width:440px;
  width:440px;
}

/* Pagination Adjustments  */
.et_pb_blog_grid .pagination > .alignleft a:before {
    content: 'Next Page »';
    visibility: visible;
    float:right;
}
.et_pb_blog_grid .pagination > .alignleft{
    float:right;
}
.et_pb_blog_grid .pagination > .alignright{
    float:left;
}
.et_pb_blog_grid .pagination > .alignright{
    float:left;
}
.et_pb_blog_grid .pagination > .alignleft a {
    visibility: collapse;
}
.et_pb_blog_grid .pagination > .alignright a:before {
    content: '« Previous Page';
    visibility: visible;
}
.et_pb_blog_grid .pagination > .alignright a {
    visibility: collapse;
}

/* Search Results Pagination */
.search-results .pagination > .alignleft a:before {
    content: 'Next Page »';
    visibility: visible;
    float:right;
}
.search-results .pagination > .alignleft{
    float:right;
}
.search-results .pagination > .alignright{
    float:left;
}
.search-results .pagination > .alignleft a {
    visibility: collapse;
}
.search-results .pagination > .alignright a:before {
    content: '« Previous Page';
    visibility: visible;
}
.search-results .pagination > .alignright a {
    visibility: collapse;
}

/*-------------------------------------------------------------------*/
/*--------------------------Footer Styles----------------------------*/
/*-------------------------------------------------------------------*/

footer#main-footer {
    display: none;
}

/*-------------------------------------------------------------------*/
/*--------------------------Media Queries----------------------------*/
/*-------------------------------------------------------------------*/

/* Underline Animation on Hover for Primary Menu items */
@media (min-width:1275px){ 
li.underline_animation a{
    display: inline-block;
    position: relative;
  }
  li.underline_animation a:hover{
    color: #0057b8!important;
    opacity:1!important;
  }
  li.underline_animation a:after{
    content: ''!important;
    position: absolute!important;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0057b8;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    top:35%!important;
  }
  .et-fixed-header li.underline_animation a:after {
      top: 45%!important;
  }
  .et-fixed-header #top-menu li.underline_animation a:hover{
      color:#0057b8!important;
  }
  #top-menu li.underline_animation ul li a:hover{
      color:#0057b8!important;
  }
  li.underline_animation a:hover:after{
      transform: scaleX(1);
      transform-origin: bottom left;
  }
  .sub-menu a:hover:after {
    display: none;  
  }
  #top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
    padding-right: 0px;
  }
}

@media (min-width:981px) {
#top-menu .menu-item-has-children>a:first-child:before, #et-secondary-nav .menu-item-has-children>a:first-child:before {
    font-family: 'ETmodules';
    float: right!important;
    /*content: "\43";*/
  	content: "3";
    font-size: 13px;
    position: absolute;
    right: -16px;
    top: 1px;
    font-weight: 800;
}
  li.underline_animation.menu-item-has-children ul li a:hover {
    color: #000000!important;
}
}

@media (max-width:1275px){
    .et_mobile_menu{
        border-top:2px solid #0057b8;
    }
    .mobile_menu_bar:before{
        color:#0057b8;
    }
    ul.sub-menu{
        margin-top:0px!important;
    }
}
@media (min-width: 1275px) {
    li.underline_animation.menu-item.menu-item-has-children {
        padding-right: 35px!important;
    }
}

@media (min-width: 981px) {
    div#et-info {
        width: 50%;
    }
}

/*adjust Divi Menu module breakpoint */
@media only screen and (max-width: 1275px) {
    #top-menu-nav {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block
    }
}

@media (min-width:980px) and (max-width:1198px) {
    #top-menu li a{
        font-size:14px!important;
    }
    #top-menu li{
        padding-right:15px;
    }
}
@media (min-width:980px) and (max-width:1099px) {
    #top-menu li a{
        letter-spacing:-0.5px;
    }
    #top-menu li{
        padding-right:13px;
    }
}

/*-------------------------------------------------------------------*/
/*-------------- Hide Top / Secondary Header on Scroll  -------------*/
/*-------------------------------------------------------------------*/

@media (min-width: 980px) {
    #top-header {
        z-index: 9;
    }
    #main-header{
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
    }
    #main-header.et-fixed-header {
        top: 0 !important;
    }
    .admin-bar #main-header.et-fixed-header {
        top:32px!important;
    }
    div#top-header.et-fixed-header {
    opacity: 0;
}
}

/* ==========================================================================
   KEN BURNS - LINEAR - Homepage Slider Movement
   ========================================================================== */
@media only screen and (min-width: 767px) {
	.KenBurnsHeader .et_parallax_bg {
    animation: Kenburns 45s forwards;
	}
}
@media only screen and (min-width: 767px) {
  .KenBurnsSection .et_parallax_bg {
    animation: Kenburns 45s infinite;
  }
}
@keyframes Kenburns {
	0% {
    opacity: 0;
    -ms-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
    -webkit-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
    transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
    animation-timing-function: linear;
	}
	1% {
    opacity: 1;
	}
	100% {
    -ms-transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px);
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px);
    transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px);
	}
}

/* --- Special Button Media Queries (Employee Portal Button) --- */

/* Special Button Styles */
@media (min-width:981px){
.special_button a {
    display: block;
    cursor: pointer;
    width:auto;
    text-transform:uppercase!important;
    font-weight: bold!important;
    border: 1px solid #0057b8!important;
    background-color: #0057b8!important;
    color:#ffffff!important;
    /*color:#0057b8!important;*/
    padding: 10px 10px!important;
    box-shadow: 0 0 0 rgba(199,199,199,0.6);
    animation: pulse 2s infinite!important;
}
.special_button a:hover {
    animation: none!important;
}
.special_button a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0px;
    height: 0px;
    border-top: 8px solid #eee;
    border-right: 8px solid transparent;
}
.special_button a{
  border-radius:0px 0px 13px 0px;
  padding-top:8px!important;
  padding-bottom:8px!important;
  padding-left:12px!important;
  padding-right:12px!important; 
}
}
@-webkit-keyframes pulse { 
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(113,117,102,0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(165,165,165,0.4);
    box-shadow: 0 0 0 0 rgba(165,165,165,0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@media (min-width:981px) {
    .special_button {
        padding-right: 5px!important;
    }
    .et-fixed-header #top-menu .special_button a {
    color: #ffffff!important;
    }
    .home .et_header_style_left #et-top-navigation{
        padding-top:15px!important;
    }
    .et_header_style_left #et-top-navigation{
        padding-top:25px!important;
    }
    .et_header_style_left #et-top-navigation nav>ul>li>a{
        padding-bottom:35px!important;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a{
        padding-bottom:25px!important;
    }
    .et_header_style_left #et-top-navigation nav>ul>li.special_button>a{
        padding-bottom:10px!important;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation{
        padding-top:13px!important;
    }
    #et_search_icon:before{
        top:6px!important;
        left:-6px;
    }
}
@media (min-width: 1800px) {
    .home .et_header_style_left #et-top-navigation{
        padding-top:15px!important;
    }
    .et_header_style_left #et-top-navigation{
        padding-top:37px!important;
    }
    .et_header_style_left #et-top-navigation nav>ul>li>a{
        padding-bottom:50px!important;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.special_button>a {
        padding-bottom:10px!important;
    }
    #top-menu li a {
    font-size: 18px!important;
    }
}
@media (min-width:981px) and (max-width:1275px) {
        #et_search_icon:before{
            top:3px!important;
    }
}
@media (max-width: 980px) {
    .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
        padding-top: 30px;
    }
    #et_search_icon:before {
    top: 6px;
    }
}
@media (min-width: 981px){
    .et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field {
        right: 5px;
    }
}

/*------------------ Fixed Menu on Mobile ------------------*/

/* Fix the mobile header (See Line 194) */
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
    } 
}

/* Remove Fixed Menu when Signed in as an Administrator on Mobile */
@media (max-width: 980px) {
    .admin-bar .et_non_fixed_nav.et_transparent_nav #main-header, .admin-bar.et_non_fixed_nav.et_transparent_nav #top-header, .admin-bar.et_fixed_nav #main-header, .admin-bar.et_fixed_nav #top-header {
        position: absolute;
        top:0px!important;
    }
    header#main-header{
        top:0px!important;
    }
    .admin-bar #main-header{
        margin-top:44px!important;
    }
}
@media (min-width: 1024px) {
    .et_fullwidth_nav #main-header .container {
        width: 95%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media (min-width: 981px) {
    .et_fullwidth_nav #main-header .container {
        width: 98%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media (min-width:1024px) and (max-width: 1099px){
    #et_top_search {
        margin: 3px 0 0 15px;
        width: 15px;
    }
}
@media (min-width: 981px) {
    span#et-info-phone {
        float: right;
    }
    .container.clearfix.et_menu_container {
        width: 95%;
        max-width: 100%;
        margin:auto;
    }
    /* Increase Logo Size on Desktop */
    #logo {
        max-height: 98%!important;
        width: auto;
    }
    .et-fixed-header #logo { 
        max-height: 85%!important;
    }
}
@media (max-width:981px) {
    .container.clearfix.et_menu_container {
        width: 95%;
        max-width: 100%;
        margin:auto;
    }
    /* Increase Logo Size on Mobile */
    #logo {
        max-height: 80%;
        width:auto;
    }
}
@media (min-width: 1260px) {
    .et_secondary_nav_enabled #page-container #top-header {
        background-image: linear-gradient(105deg, #0057b8 62.2%, #1e3769 25%)!important;
        background-color: rgba(255,255,255,0.79) !important;
    }
}

/* Alternating Row Mobile Fix  */
@media (max-width: 981px) {
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; 
        flex-wrap: wrap;
    }
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }
    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }
    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }
    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }
}

/* Who We Are page - Executive Team Section */
@media (min-width:980px) {
#exec .dsm-tab.dsm-active {
    width: 48.8%;
    max-width: 100%;
    position: absolute;
}
#exec .dsm-tab:hover  {
    background-color: #0057B8;
}
#exec .dsm-tab:hover .dsm-title, #exec .dsm-tab:hover .dsm-tab-subtitle{
    color:#ffffff;
}
#exec .dsm-tab.dsm-active .dsm-image{
    width:35vw;
}
#exec .dsm-tab.dsm-active .dsm-title{
    font-size:28px;
    margin-top:5px;
}
#exec .dsm-tab.dsm-active .dsm-tab-subtitle{
    font-size:15px;
}
#exec .dsm-tab.dsm-active .dsm-image img{
    width:100%;
}
#exec .dsm-tab.dsm_advanced_tabs_child_1 {
    height: 25.9vw;
}
}
@media (max-width:980px) {
div#execteam {
    padding-top:75px;
    margin-top:-50px;
}
}
@media (min-width: 1430px) {
#exec .dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper{
    grid-template-columns: repeat(3,1fr);
}
#exec .dsm-tab.dsm-active {
    width: 50%;
}
}
@media (min-width:1460px) {
.dsm-tab.dsm-active {
    width: 49.4%;
}
}
@media (max-width:980px) {
    #exec .dsm-tab {
    width: 100%;
}
}
@media (max-width: 980px) {
    .hidden-member{
        display:none!important;
    }
}
@media (min-width:981px) and (max-width: 1339px) {
.ticker .percent .percent-value {
    font-size: 56px;
    line-height:30px!important;
}
.ticker .percent .percent-sign {
    font-size: 56px;
}
}
@media (min-width: 981px) and (max-width: 1250px) {
    .page-id-3431 .ticker .percent .percent-value {
    font-size: 46px;
    line-height:30px!important;
}
}
@media (min-width: 1864px) {
    .ticker .percent .percent-value {
        font-size: 100px;
    }
    .ticker .percent .percent-sign {
        font-size: 100px;
    }
}
@media (min-width: 1864px) and (max-width: 2060px) {
    .page-id-3431 .ticker .percent .percent-value{
        font-size:90px;
    }
}
@media (min-width: 1600px) {
.cornerstone-row .et_pb_column {
    background-position: right -75% top 15%;
    background-size: 70% auto;
}
.service-row .et_pb_column{
    /*background-position: right -10% top 15%;
    background-size: 5% auto;*/
    /*background-position: right -60% top 170%;
    background-size: 70% auto;*/
    background-position: right 0% top;
}
.page-id-3429 .service-row .et_pb_column{
    background-position: right -5% top 40%;
}
.projects-headline h3{
    text-align:center!important;
    margin-left:23vw!important;
}
.projects-headline h2{
    font-size:215px!important;
}
.footer-headline1 h3 {
    font-size: 125px!important;
}
.footer-headline2 h3{
    font-size:80px!important;
}
.page-id-3431 .footer-headline2 h3{
    font-size:60px!important;
}
.team-testimonials .et_pb_slide .et_pb_container {
    height: 650px!important;
}
.et_pb_row_inner_0.et_pb_row_inner.careers-row {
    padding-top: 13vh!important;
    padding-bottom: 13vh!important;
    padding-left:4vw!important;
}
}
@media (min-width: 1950px) and (max-width:2100px) {
    /*.service-row .et_pb_column.two{
    background-position: right -40% top -300%;
    background-size: 80% auto;
}*/

}
@media (min-width: 981px) and (max-width: 1340px){
    .page-id-3431 .footer-headline2 h3{
    font-size:35px!important;
}
}

@media (min-width: 1800px) { 
    .et_pb_row_inner_0.et_pb_row_inner.careers-row {
    padding-top: 16vh!important;
    padding-bottom: 16vh!important;
    padding-left:4vw!important;
}
}
@media (min-width: 981px) and (max-width: 1250px) {
    .projects-headline h2{
    font-size:130px!important;
}
}
@media (min-width: 1250px) and (max-width: 1420px) {
    .projects-headline h2{
    font-size:165px!important;
}
}
@media (min-width: 981px) {
.et-fixed-header #logo {
    margin-top: 0px;
    background-color: transparent;
    vertical-align: middle;
    box-shadow: none;
}
}
@media (min-width: 767px) {
.main-slider h1.et_pb_slide_title{
    padding-bottom:0px;
}
}
@media (min-width: 981px) and (max-width: 1220px) {
    .main-slider .et_pb_slide_content h2{
        font-size:86px;
    }
    .main-slider .et_pb_slide_title a{
        font-size:86px;
    }
}
@media (min-width: 767px) and (max-width:981px) {
    .main-slider .et_pb_slide_content h2 {
        font-size: 50px!important;
        margin-left:-3px;
    }
    .apprenticeships-slider .et_pb_slide_content h2 {
        font-size: 42px!important;
        margin-left:-3px;
    }
}

@media (max-width: 767px) {
    .main-slider .et_pb_slide_content h2 {
        font-size: 30px!important;
        text-shadow:none!important;
        margin-left:0px;
    }
    .main-slider .et_pb_slide_title{
        padding-bottom:8px!important;
    }
    .apprenticeships-slider .et_pb_slide_content h2{ 
        font-size: 23px!important;
        text-shadow:none!important;
        letter-spacing:-0.3px!important;
        margin-left:0px;        
    }
}

/* GTranslate Media Queries */
@media (min-width:980px){
li.translate{
    position:absolute!important;
    left:3vw;
    margin-left:0;
    margin-right:auto;
}
span#db-info-text select#gtranslate_selector{
  background-color:transparent!important;
}
}

/* Who We Are Page - Awards Column Media Queries */
@media (min-width: 767px) {
#multiColumn li:nth-child(1) {
  -webkit-column-break-after: always;
  break-after: always;
}
}
@media (max-width: 981px) {
  h1 span.subtitle{
    font-size:60px!important;
  }
  .page-id-3429 h1 span.subtitle{
      font-size:46px!important;
  }
}
@media (max-width: 767px) {
  h1 span.subtitle{
    font-size:30px!important;
    letter-spacing:-0.3px;
  }
    h2 span.subtitle{
    font-size:32px!important;
    line-height:0.8em;
  }
  ul.multi-column-desktop{
    columns:1!important;
    -moz-columns:1!important;
    -webkit-columns:1!important;
  }
  ul.multi-column-desktop2{
    columns:1!important;
    -moz-columns:1!important;
    -webkit-columns:1!important;
  }
    .team-testimonials .et_pb_slider:hover .et-pb-arrow-next, .team-testimonials .et-pb-arrow-next{
        right:0px!important;
    }
    .team-testimonials .et-pb-arrow-prev, .team-testimonials .et_pb_slider:hover .et-pb-arrow-prev{
        left:0px!important;
    }
    .team-testimonials .et-pb-arrow-prev:before{
        margin-left: -6px;
        margin-right: 5px;
    }
    .team-testimonials .et-pb-arrow-next:before {
        margin-right: -6px;
        margin-left: 5px;
    }
    .team-testimonials .et-pb-arrow-next:hover, .team-testimonials .et-pb-arrow-prev:hover {
        border: 0px solid #ffffff17;
        background-color:transparent;
    }
    .page-id-3429 h1 span.subtitle {
    font-size: 26px!important;
    letter-spacing: -.3px;
    }
}

/* Homepage Media Queries */
@media (min-width: 980px) {
/*.home .et_search_form_container input::placeholder {
    color: #ffffff;
}*/
}
@media (min-width: 980px) {
.homepage-services-accordion.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content{
  opacity: 1;
  max-width:440px;
  width:440px;
  transition-delay:0.2s;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.homepage-services-accordion .et_pb_module.dsm_image_accordion_child.dsm_image_accordion_horizontal_center.dsm_image_accordion_vertical_center.dsm_image_accordion_active_item .dsm_image_accordion_child_content{
  width:100%;
  max-width:100%;
}
.homepage-services-accordion .dsm_image_accordion_active_item .dsm_image_accordion_title{
  width:100%;
}
.homepage-services-accordion .et_pb_module.dsm_image_accordion_child.dsm_image_accordion_horizontal_center.dsm_image_accordion_vertical_center.dsm_image_accordion_active_item .dsm_image_accordion_child_content{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  padding-top:20px;
  padding-bottom:20px;
}
.homepage-services-accordion .et_pb_module.dsm_image_accordion_child.dsm_image_accordion_horizontal_center.dsm_image_accordion_vertical_center.dsm_image_accordion_active_item .dsm_image_accordion_child_content h3{
  font-size:46px!important;
  padding-right:10px;
  padding-left:10px;
  font-family: 'Quart Outline',Helvetica,Arial,Lucida,sans-serif!important;
  text-shadow:none;
}
.homepage-services-accordion .et_pb_module.dsm_image_accordion_child.dsm_image_accordion_horizontal_center.dsm_image_accordion_vertical_center.dsm_image_accordion_active_item>div {
  align-items:flex-end!important;
  transition: 0.5s ease-in-out!important;
}
.homepage-services-accordion.et_pb_module .dsm_image_accordion_vertical_center {
    margin: 10px 4px;
  	margin-bottom:10px!important;
  	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.homepage-services-accordion.et_pb_module .dsm_image_accordion_vertical_center:last-child{
  margin-right:10px;
}
.homepage-services-accordion.et_pb_module .dsm_image_accordion_vertical_center:first-child{
  margin-left:10px;
}
.homepage-services-accordion .dsm_image_accordion_image_icon_wrapper{
  line-height:25px;
}
.homepage-services-accordion .dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper{
  line-height:0px;
}
.homepage-services-accordion .dsm_image_accordion_child .dsm_image_accordion_title{
  padding-top:25px;
}
}
@media (min-width:981px) {
/*.home #page-container {
    padding-top: 0!important;
}
.home #page-container {
padding-top: 0px!important;
}*/

/*.home header#main-header {
  border-bottom: 0px solid #0057b8;
  background-color:transparent!important;
}
.home header#main-header a{
  color:#ffffff;
}
.home #top-menu li.current-menu-ancestor>a, .home #top-menu li.current-menu-item>a, .home #top-menu li.current_page_item>a{
  color:#ffffff!important;
}
.home img#logo {
    content: url(/wp-content/uploads/2023/03/Gaylor-Logo-White2.png);
}
.home .et-fixed-header #logo {
    content: url(/wp-content/uploads/2023/02/gaylor-primary-logo.png);
}
.home header#main-header.et-fixed-header {
    background-color: rgba(255,255,255,1)!important;
}
.home .et-fixed-header#main-header, .home .et-fixed-header#main-header .nav li ul, .home .et-fixed-header .et-search-form {
  background-color: rgba(255,255,255,0.97)!important;
}
.home #main-header{
  box-shadow:none;
}
.home #et_search_icon:before{
  color:#ffffff;
}
.home #top-menu ul.sub-menu li.current-menu-item a {
    color: #000000!important;
}
*/
/*
.page-id-905 #main-header {
background-color: #14263000!important;
box-shadow: 0 0 0 rgba(0,0,0,.1);
}
.page-id-905 #top-header {
background-color: #14263000!important;
background-image: none;
}
*/
}
@media (min-width: 1131px) {
  /*.home li.underline_animation a:hover {
    color:#ffffff!important;
  }*/
}
@media (min-width: 981px) and (max-width: 1450px) {
    .awards-slider .swiper-slide img {
    object-fit: cover;
    height: 630px;
    width:100%;
    margin-bottom:-10px;
}
}
@media (min-width: 1450px) {
    .awards-slider .swiper-slide img {
    object-fit: cover;
    height: 950px;
    width:100%;
    margin-bottom:-10px;
}
}
@media (min-width: 2200px) {
    .awards-slider .swiper-slide img{
        object-fit:cover;
        height:1100px;
        width:100%;
        margin-bottom:-10px;
    }
}
@media (min-width: 2560px) {
    .awards-slider .swiper-slide img{
        object-fit:cover;
        height:1150px;
        width:100%;
        margin-bottom:-10px;
    }
}
@media (min-width: 981px) and (max-width: 1450px) {
    .dc-slider .swiper-slide img {
    object-fit: cover;
    height: 400px;
}
}
@media (min-width: 1450px) {
    .dc-slider .swiper-slide img {
    object-fit: cover;
    height: 600px;
    width:100%;
}
}
@media (min-width: 981px) and (max-width: 1450px) {
    .thh-slider .swiper-slide img {
    object-fit: cover;
    height: 600px;
    width:100%;
    margin-bottom:-10px;
}
}
@media (min-width: 1450px) {
    .thh-slider .swiper-slide img {
    object-fit: cover;
    height: 950px;
    width:100%;
    margin-bottom:-10px;
}
}
@media (min-width: 2200px) {
    .thh-slider .swiper-slide img {
    object-fit: cover;
    height: 1100px;
    width:100%;
    margin-bottom:-10px;
}
}
@media (max-width: 980px) {
    .thh-slider .swiper-slide img {
        object-fit: cover;
        /*height: 400px;*/
        width:100%;
        margin-bottom:-10px;
    }
    .awards-slider .swiper-slide img {
        object-fit: cover;
        /*height: 400px;*/
        width:100%;
        margin-bottom:-10px;
    }
}
@media (min-width: 767px) and (max-width: 981px) {
    .custom_gallery .et_pb_gallery_image.landscape a img{
        height: 210px;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .custom_gallery .et_pb_gallery_image.landscape a img{
        height: 125px;
        object-fit: cover;
    }
}
@media (min-width:1625px){
.custom_gallery .et_pb_gallery_image.landscape a img {
    height: 400px;
    width: 1300px;
    object-fit: cover;
}
}
@media (min-width: 1024px) {
    .genuine-care-logo{
        margin-left:12%!important;
    }
}
@media (min-width: 1600px) and (max-width: 1850px) {
    .genuine-care-logo{
        margin-left:15%!important;
    }
}
@media (min-width: 1850px) and (max-width: 2561px) {
    .genuine-care-logo{
        margin-left:18%!important;
    }
}
@media (min-width: 1650px) {
    .service-logo img{
        margin-left:15%!important;
    }
}
@media (min-width: 1800px) {
    .service-logo img{
        margin-left:18%!important;
    }
}
@media (min-width: 2002px) and (max-width: 2300px) {
    .service-logo img{
        margin-left:13%!important;
    }
}
@media (min-width: 2002px) {
    .page-id-3412 .highschool-slider .swiper-container{
        margin-top:270px!important;
        z-index:0!important;
    }
}
@media (min-width: 981px) and (max-width: 1400px) {
/*.home .et_pb_slide{
  padding-top:12vh!important;
}*/
}
@media (min-width: 1400px) and (max-width: 1441px) {
/*.home .et_pb_slide{
  padding-top:14vh!important;
}*/
.home .team-testimonials .et_pb_slide{
    padding-top:14vh!important;
}
}
@media (min-width: 1441px) {
.home .et_pb_slide{
  padding-top:10vh!important;
}
.home .team-testimonials .et_pb_slide{
    padding-top:10vh!important;
}
}
@media (min-width: 2300px) {
    .home .team-testimonials .et_pb_slide{
        padding-top:17vh!important;
    }
}
@media (min-width: 2600px) {
    .home .team-testimonials .et_pb_slide{
        padding-top:20vh!important;
    }
}
@media (min-width: 650px) and (max-width: 850px) {
/*.home .et_pb_slide{
  padding-top:12vh!important;
  padding-bottom:12vh!important;
}*/
.home .team-testimonials .et_pb_slide{
    padding-top:12vh!important;
    padding-bottom:12vh!important;
}
}
@media (min-width: 850px) and (max-width: 981px) {
   /* .home .et_pb_slide{
        padding-top:16vh!important;
        padding-bottom:16vh!important;
    }*/
    .home .team-testimonials .et_pb_slide{
        padding-top:16vh!important;
        padding-bottom:16vh!important;
    }
}
@media (min-width: 981px) and (max-width: 2300px) {
    #top-menu li.special_button a{
        font-size:14px!important;
    }
}
@media (max-width: 650px) {
    /*.home .et_pb_slide{
        padding-top:9vh!important;
        padding-bottom:9vh!important;
    }*/
    .home .team-testimonials .et_pb_slide{
        padding-top:9vh!important;
        padding-bottom:9vh!important;
    }
}
@media (max-width: 500px) {
.home .et_pb_slide{
  padding-top:3vh!important;
  padding-bottom:3vh!important;
}
.home .team-testimonials .et_pb_slide{
    padding-top:3vh!important;
    padding-bottom:3vh!important;
}
.apply-now-column div {
    bottom: 80px!important;
}
}
@media (max-width: 375px) {
    .home .team-testimonials .et_pb_slide{
        padding-top:0vh!important;
        padding-bottom:3vh!important;
    }
}
@media (min-width: 980px) and (max-width: 1300px) {
    .homepage-custom-subtext h3{
        font-size:60px!important;
    }
    .homepage-careers-subtext h3{
        font-size:22px!important;
    }
    .homepage-careers-p{
        font-size:15px!important;
    }
}
@media (min-width: 1750px) {
.bsf_advanced_tabs .bsf_advanced_title_alignment_left .bsf_advanced_tabs_nav>ul li a{
    justify-content:center;
}
}
@media (min-width: 1399px) {
.process-tabs2 .bsf_advanced_tabs_nav ul li:first-child{
    margin-left: -37%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(2){
    margin-left: -21%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(3){
    margin-left: -12%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(4){
    margin-left: -7.7%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(5){
    margin-left: -7%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(6){
    margin-left: -10%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(7){
    margin-left: -18%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(8){
    margin-left: -31%;
}
/*
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:first-child{
    margin-left: -52%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(2){
    margin-left: -36%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(3){
    margin-left: -29%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(4){
    margin-left: -29.5%;
}*/
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:first-child{
    margin-left: 0%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(2){
    margin-left: 0%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(3){
    margin-left: 0%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(4){
    margin-left: 0%;
}
}
@media (min-width: 2300px) {
.process-tabs2 .bsf_advanced_tabs_nav ul li:first-child{
    margin-left: -25.5%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(2){
    margin-left: -15.5%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(3){
    margin-left: -8.5%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(4){
    margin-left: -5.3%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(5){
    margin-left: -4.8%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(6){
    margin-left: -8%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(7){
    margin-left: -14%;
}
.process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(8){
    margin-left: -24%;
}
/*.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:first-child{
    margin-left: -17%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(2){
    margin-left: -9%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(3){
    margin-left: -5.2%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(4){
    margin-left: -5.5%;
}*/
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:first-child{
    margin-left: 0%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(2){
    margin-left:0%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(3){
    margin-left: 0%;
}
.page-id-3431 .process-tabs2 .bsf_advanced_tabs_nav ul li:nth-child(4){
    margin-left: 0%;
}
}

@media (min-width: 1399px) and (max-width: 1439px) {
    .our-process2 {
        background-size: 668px 625px!important;
    }
    .page-id-3431 .our-process2{
        background-size: 583px 525px!important;
    }
}
@media (min-width: 1500px) and (max-width: 1550px) {
    .our-process2 {
        background-size: 706px 625px!important;
    }
    .page-id-3431 .our-process2{
        background-size: 620px 525px!important;
    }
}
@media (min-width: 1550px) and (max-width: 1600px) {
    .our-process2 {
        background-size: 725px 625px!important;
    }
    .page-id-3431 .our-process2{
        background-size: 640px 525px!important;
    }
    .genuine-care-logo{
        padding-right:20px!important;
    }
}
@media (min-width: 1600px) and (max-width: 1650px) {
.our-process2 {
    background-size: 748px 625px!important;
}
    .page-id-3431 .our-process2{
        background-size: 663px 525px!important;
    }
.genuine-care-logo{
    padding-right:10px!important;
}
}
@media (min-width: 1650px) and (max-width: 1700px) {
.our-process2 {
    background-size: 772px 625px!important;
}
    .page-id-3431 .our-process2{
        background-size: 687px 525px!important;
    }
.genuine-care-logo{
    padding-right:10px!important;
}
}
@media (min-width: 1700px) and (max-width: 1750px) {
.our-process2 {
    background-size: 795px 625px!important;
}
    .page-id-3431 .our-process2{
        background-size: 705px 525px!important;
    }
.genuine-care-logo{
    padding-right:0px!important;
}
}
@media (min-width: 1750px) and (max-width: 1775px) {
.our-process2 {
    background-size: 810px 625px!important;
}
    .page-id-3431 .our-process2{
        background-size: 720px 525px!important;
    }
.genuine-care-logo{
    padding-right:0px!important;
}
}
@media (min-width: 1775px) and (max-width: 1850px) {
.our-process2 {
    background-size: 826px 625px!important;
}
    .page-id-3431 .our-process2{
        background-size: 736px 525px!important;
    }
.genuine-care-logo{
    padding-right:0px!important;
}
}
@media (min-width: 1850px) and (max-width: 1925px) {
.our-process2 {
    background-size: 860px 625px!important;
}
.page-id-3431 .our-process2{
    background-size: 765px 525px!important;
}
.genuine-care-logo{
    padding-right:0px!important;
}
}
@media (min-width: 1925px) {
.our-process2 {
    background-size: 889px 625px!important;
}
.genuine-care-logo{
    padding-right:0px!important;
}
}
/*@media (min-width: 1925px) and (max-width: 2002px) {
    .page-id-3431 .our-process2{
        background-size: 789px 525px!important;
    }
}
@media (min-width: 2002px) and (max-width: 2300px) {
    .page-id-3431 .our-process2{
        background-size: 680px 525px!important;
    }
}*/
@media (min-width: 2002px) {
.our-process2 {
    max-width:1650px!important;
    margin-left:auto;
    margin-right:auto;
    background-size: 767px 625px!important;
    float:left!important;
    }
    .page-id-3431 .our-process2{
        max-width:100%!important;
    }
    .our-process2 .bsf_advanced_tab p {
        font-size: 23px;
        line-height: 1.2em;
    }
    .our-process2 .bsf_advanced_tab h4 a, .our-process2 .bsf_advanced_tab h4{
        font-size:28px;
    }
    .our-process2 .bsf_advanced_tab h3{
        font-size:32px;
    }
}
@media (min-width: 2300px) {
.our-process2{
    max-width:2100px!important;
    background-size: 845px 710px!important;
}
}
@media (min-width: 2002px) and (max-width: 2561px) {
    .genuine-care-logo{
        padding-right:40px!important;
        padding-top:95px!important;
    }
}
@media (min-width: 2300px) {
.page-id-3412 .our-process2{
    background-image: url(/wp-content/uploads/2023/08/circle-wht2-3-2.png;)!important;
}
/*.page-id-3431 .our-process2{
    background-image: url(/wp-content/uploads/2023/08/circle-wht2-4.png;)!important;
}*/
}

@media (min-width: 1399px) {
    /*.our-process{
        display:none;
    }*/
    .process-tabs2 .bsf_advanced_tab_wrapper {
        margin-top: -35px;
    }
    .page-id-3431 .process-tabs2 .bsf_advanced_tab_wrapper{
        margin-top:-100px;
    }
    .page-id-3431 .process-tabs2 .bsf_advanced_tab_wrapper>*{
        padding-left:16vw;
    }
}
@media (min-width: 2300px) and (max-width: 2500px) {
    .page-id-3431 .process-tabs2 .bsf_advanced_tab_wrapper{
        margin-top:-115px;
    }
}
@media (min-width: 2500px) {
    .process-tabs2 .bsf_advanced_tab_wrapper {
        margin-top: -60px;
    }
    .page-id-3431 .process-tabs2 .bsf_advanced_tab_wrapper{
        margin-top:-125px;
    }
    .page-id-3431 .process-tabs2 .bsf_advanced_tab_wrapper>*{
        padding-left:16vw;
    }
}
@media (min-width: 2002px) {
    .process-tabs2 .bsf_advanced_tab_wrapper {
        width:147%;
    }
}
@media (min-width: 2125px) {
    .process-tabs2 .bsf_advanced_tab_wrapper {
        width:125%;
    }
}
@media (min-width: 2500px) {
    .process-tabs2 .bsf_advanced_tab_wrapper {
        width:150%;
    }
}
@media (min-width: 2560px) {
    .process-tabs2 .bsf_advanced_tab_wrapper {
        width:150%;
    }
}
@media (max-width: 1399px) {
    /*.our-process2{
        display:none;
    }*/
    .thh-row1{
        display:none!important;
    }
    .our-process2{
        background-image:none!important;
    }
    .thh-row2{
        width:100%!important;
    }
    .bsf_advanced_tabs_0.process-tabs2 .bsf_advanced_tabs_nav>ul>li{
        margin-bottom:0px!important;
    }
    .our-process .et_pb_column{
        padding-bottom:20px!important;
    }
}
@media (min-width:767px) and (max-width: 1200px) {
    .process-tabs2 .bsf_advanced_tabs_placement_left, .bsf_advanced_tabs_placement_right{
        grid-template-columns: 50% 1fr;
    }
}
@media (max-width: 980px){
    li.translate.menu-item {
        display: none;
    }
    ul.sub-menu {
        margin-top: 0px
    }
    .KenBurnsHeader .et-pb-controllers a {
        width: 35px!important;
    }
    .KenBurnsHeader .et-pb-controllers .et-pb-active-control {
        width: 50px!important;
    }   
    a.et-pb-arrow-next {
        font-size:28px;
        height:32px!important;
    }
    a.et-pb-arrow-prev {
        border: 2px solid #ffffff;
        border-radius: 50px;
        font-size:28px;
        height:32px!important;
    }
}
@media (min-width: 981px) and (max-width: 1275px){
.et-search-form input {
    width: 50vw!important;
}
.home .et-fixed-header .mobile_menu_bar:before {
    color: #000000!important;
}
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 24px!important;
}
#mobile_menu .menu-item a {
    width: 100%;
}
.et_mobile_menu{
    padding:2%!important;
}
}
@media (min-width: 1441px) and (max-width: 2250px) { 
    div#tech-driven {
    padding-top:50px;
    padding-bottom:50px;
}
}
@media (min-width: 2250px) { 
    div#tech-driven {
    padding-top:95px;
    padding-bottom:95px;
}
}
@media (min-width: 981px) and (max-width: 1441px) { 
    div#tech-driven {
    padding-top:25px;
    padding-bottom:25px;
}
}
@media (max-width:980px) {
    #exec.dsm_advanced_tabs_0 .dsm-tab.dsm-active{
        background-color:#ffffff;
    }
}
@media (min-width:2300px) {
body .et_pb_text p, body .et_pb_text span, body .et_pb_text ul li, .single-project .et_pb_blurb_description{
    font-size:25px;
}
.footer-blurb p a, .footer-blurb a, body .et_pb_text.footer-blurb span{
    font-size:22px!important;
}
body .et_pb_text h2{
    font-size:75px;
    padding-bottom:25px;
}
body .et_pb_text h2 span.subtitle{
    font-size:115px!important;
}
body .et_pb_text h1, body .et_pb_text h1 span{
    font-size:135px;
}
body .et_pb_text h1 span.subtitle{
    font-size:110px!important;
    line-height:1em;
}
.single-project h1{
    font-size:60px!important;
}
.single-project .main-title h1{
    font-size:75px!important;
}
a.apply-now-btn {
    font-size: 28px!important;
    width: 160px!important;
    border-radius: 50px 0px 0px 50px!important;
}
a.apply-now-btn:hover{
    width:180px!important;
    border-radius: 50px 0px 0px 50px!important;
}
.et-fixed-header .special_button a{
    padding-top:10px!important;
    padding-bottom:10px!important;
}
/*#et_search_icon:before{
    top:13px!important;
}*/
.process-tabs2 .bsf_advanced_tabs_placement_left{
    grid-template-columns: 40% 1fr!important;
}
.process-tabs2 li.bsf_advanced_tab a span.bsf_tab_title{
    font-size:28px!important;
}
.process-tabs2 span.et-pb-icon{
    margin-top:3px;
}
}
@media (min-width: 2300px) {
    body .et_pb_text.careers-title h2 span.subtitle{
    font-size:90px!important;
}
}
@media (min-width: 980px) and (max-width: 1200px) {
    body .et_pb_text p, body .et_pb_text span, body .et_pb_text ul li, .single-project .et_pb_blurb_description{
    font-size:16px;
}
body .et_pb_text p{
    line-height:1.5em;
}
body .et_pb_text h2 {
    font-size: 46px;
}
.cornerstone-column h2{
    font-size:30px!important;
}
.footer-headline1 h3 {
    font-size:74px!important;
}
.footer-blurb h4{
    font-size:16px!important;
}
.footer-blurb a, .footer-blurb span{
    font-size:14px!important;
}
.bottom-footer-text p{
    font-size:12px!important;
}
/*body .et_pb_text h2{
    font-size:40px;
}*/
body .et_pb_text h2 span.subtitle{
    font-size:54px!important;
}
body .et_pb_text h1, body .et_pb_text h1 span{
    font-size:86px;
}
body .et_pb_text h1 span.subtitle{
    font-size:56px!important;
    /*line-height:1em;*/
}
.single-project h1{
    font-size:46px!important;
}
.single-project .main-title h1{
    font-size:50px!important;
}
}
@media (min-width: 981px) {
    .main-slider .et_pb_slide_content h2 {
        font-weight: 900;
    }
}
/*@media (max-width: 981px) {
.main-slider .et_pb_slide_content h2 {
    line-height: 0.9em!important;
}
}*/
@media (min-width: 2562px){
    .genuine-care-logo{
        padding-left:20px!important;
    }
}
@media (min-width: 2300px) {
    .bottom-footer-text a, .bottom-footer-text p{
        font-size:16px!important;
    }
    .custom_row .et_pb_column.first-on-mobile {
        padding-left: 50px!important;
        padding-right: 50px!important;
    }
    body.page-id-3433 .et_pb_text h2{
        font-size:60px!important;
    }
    #top-menu li a {
    font-size: 20px!important;
    }
    #top-menu li.special_button a{
        font-size:18px!important;
    }
}
@media (max-width:767px){
    .social_btn{
        margin:0 auto;
        padding-top:3px;
        padding-bottom:3px;
    }
}

@media (min-width: 981px) and (max-width: 1275px) {
    li.translate {
        display: none;
    }
}
@media (min-width: 1800px) {
    .special_button a{
        padding-top:12px!important;
        padding-bottom:12px!important;
    }
    .et_header_style_left #et-top-navigation nav>ul>li.special_button>a{
        padding-bottom:12px!important;
    }
    #top-menu li.special_button a{
        font-size:16px!important;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a{
        padding-bottom:37px!important;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation{
    padding-top:25px!important;
    }
}
@media (max-width: 540px) {
    img.home-logo{
        height:60%;
        margin-left:0px!important;
    }
}
@media (max-width: 475px) {
    img.home-logo{
        height:50%;
    }
}
@media (max-width: 425px) {
    img.home-logo{
        height:40%;
    }
}
@media (max-width: 425px) {
    .et-search-form input{
        width:82%;
    }
}
@media (max-width: 980px) {
.projects-headline .et_pb_text_inner h1 {
    font-weight: 400;
}
.projects-headline span.subtitle{
    font-weight:400;
}
.et_pb_module.et_pb_text h2 span.subtitle {
    font-weight: 400;
}
.footer-headline1 h3{
    font-weight:400!important;
}
.outline-project h1{
    font-weight:400!important;
}
}