@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@font-face {
    font-family: 'Gotham-Book';
    src: url('https://themediapeodev.wpenginepowered.com/wp-content/uploads/fonts/Gotham Book Font.otf');
    }
body, .x-masthead > div{max-width: 1920px; margin: auto !important;}
.elementor-element{
    opacity: 1 !important;
    transition: all 1s ease;
}
.elementor-element.activated{
    opacity: 1 !important;
}
h1, h2, h3, h4, h5{
    font-family:  "Unbounded", sans-serif !important; 
    margin: 0;
    color: inherit  !important;
}
.h2-main, .review-header h4{
    color: #404040 !important ;
    font-size: calc(2.5vw + 20px) !important;
}
.h3-main{
    font-weight: 400;
}
.height-auto > div{ 
    height: auto !important;
}
p{
    font-size: 1em !important;
    font-family: 'Gotham-Book', sans-serif !important;
}
.more-link{
    border: 2px solid #00adee;
    padding: 10px 20px;
    border-radius: 30px;
}
.blog article .entry-wrap{
    background-color: transparent !important;
    box-shadow: none;
}
.left-align p{
    text-align: left !important;
}
.x-masthead > .x-bar > .x-bar-content {
    flex-basis: 80% !important;
}
#cs-content h2{
    font-size:0.8em;
    color: #404040 !important;

}
footer .x-anchor{
    position: relative;
    z-index: 99 !important;
}
.highlight-tilt{
    display: inline-block;
    transform: rotate(-3deg);
    background-color: #176EB7;
    color: white !important;
}

footer{
    z-index: 1 !important
}
.sticker-homepage{
    display: block !important;
}
.newsletter{
    display: none !important;
}
div h1, div h2, div h3, div h4, div h5{
    text-align: left !important;
}
.total-search-cta .tmp-button button:first-child{
    font-size: 1vw !important;


}

@media only screen and (max-width: 1300px){
    
    .hide-tablet{
        display: none !important;
    }
}
@media only screen and (max-width: 1024px){
    .total-search-cta .tmp-button-con{
        justify-content: start !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 767px){
    
    .post-template .elementor-widget-text-editor{
        width: 100% !important;
    }
    div p{
        text-align: left !important;
    }
    .button-sticker{
        display: flex;
        justify-content: center !important;
    }
    .discover-ts, .phone-ts *, .total-search-cta .tmp-button button:first-child {
        font-size: 1em !important ;
    }
    
/* Newsletter css  */
    /*  #x-site > div > div > .elementor-element:last-child{
        flex-direction: column;
        justify-content: center;
        display: flex;
        
     }
     #x-site > div > div > .elementor-element:last-child .tmp-button{
        display: flex;
        justify-content: center;
     }
     #x-site > div > div > .elementor-element:last-child > div{
         width:  100% !important;
         
         
      }  */
      /* .elementor[data-elementor-type="wp-page"] > div:first-child > div:last-child{
        flex-direction: column;
        justify-content: center;
        display: flex;
        display: none;
      }
      .elementor[data-elementor-type="wp-page"] > div:first-child > div:last-child > div{
        width:  100% !important;

      }
      .elementor[data-elementor-type="wp-page"] > div:last-child{
        flex-direction: column;
        justify-content: center;
        display: flex;
        display: none;
      } 
      .elementor[data-elementor-type="wp-page"] > div:last-child .tmp-button{
        display: flex;
        justify-content: center;
      }
      .elementor[data-elementor-type="wp-page"] > div:last-child > div{
        width:  100% !important;
      } */
}
@media only screen and (max-width: 467px){
    .people-performance-results h4{
        font-size: 30px !important;
    }
}


/* ---------NAV--------- */
nav{
    transition: all 0.2s ease;
    position: fixed;
    z-index: 9999;
    width: 100%;
   /*  background-color: rgb(51, 63, 72); */
   background-color: transparent;
    max-width: 1920px;
    margin: auto;
}
.nav-inner{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#header-nav-ul{
    display: flex;
    list-style-type: none;
    justify-content: end;
    height: 100%;
    margin: 0;
    
}
#header-nav-ul > li{
    box-sizing: border-box;
    display: inline-block;
   height: 100%;
    margin: auto 0;
    position: relative;
}
#header-nav-ul > li:hover .sub-menu{
    opacity: 1;
    z-index: 1;
    height: auto !important;
    transform: translateY(0);
}
.sub-menu a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1em;
    z-index: 1;
    color: #ffffff;
    text-transform: none;
    letter-spacing: normal;
}
.sub-menu > li{
    position: relative;
}
.sub-menu > li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0px;
    transition: all 0.5s ease;
    background-color: rgb(71, 88, 101);;
}
.sub-menu > li:hover:before{
    width: 100%;
}
#header-nav-ul > li > a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    align-items: center;
    align-self: center;
    margin: auto;
    width: 0%;
    height: 2px;
    background-color: #00adee;
    transition: all 0.5s ease;
}
#header-nav-ul > li > a:hover:before{
    width: 100%;
    left: 0%;
    
}
#header-nav-ul > li > a{
    
    padding: 0em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto 0;
    color: #ffffff;
    font-size: 0.9em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}
.sub-menu{
    height: 0px !important;
    transform: translateY(50px);
    overflow: hidden;
    position: absolute;
    width: 200px !important;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: rgb(51, 63, 72);
    
}
.sub-menu.active{
    display: block;
}

nav #tmp-logo{
    max-width: 200px ;
    max-height: 100px ;
    padding: 1em 0;
}
#nav-container-desktop{
    flex: 7;
}
#nav-logo-container{
    
    flex: 2;
}
/* #header-nav-ul .sub-menu{
    position: absolute;
}
#header-nav-ul > li a:hover + .sub-menu{
    opacity: 1;
}
#header-nav-ul > li a:hover + .sub-menu a{
    display: inline;

} */
nav .nav-active + .sub-menu{
    opacity: 1;
}


#nav-container-desktop, #nav-mobile-dropdown{
    display: none;
}
#nav-container-mobile{
    transition: all 0.5s ease;
    height: 0;
    transform: translateY(50px);
    opacity: 0;
}


@media only screen and (min-width: 1300px){
    #nav-container-desktop{
        display: flex;
    }
}
@media only screen and (max-width: 1300px){
    #nav-mobile-dropdown{
        position: relative;
        display: flex;
        align-items: center;
    }
    #nav-container-desktop{
        display: none;
    }
}

.nav-chevron{
    margin-left:0.5em; font-size: 1.5em; color: #00adee
}

:root{
    --mobile_nav_width: 20px;
}

#mobile-menu span{
    margin: calc(var(--mobile_nav_width)/20);
    grid-area: auto / auto / auto / auto;
    transition: all 0.5s ease;
    background-color: #00adee;
    border-radius: 1px;
}

#mobile-menu{
    transition: all 0.5s ease;
    width: var(--mobile_nav_width);
    height: var(--mobile_nav_width);
    display: grid;
    
    grid-template-rows: repeat(3, calc(var(--mobile_nav_width)/3));
    grid-template-columns: repeat(3, calc(var(--mobile_nav_width)/3));
}
.mobile-x{
    width: var(--mobile_nav_width);
    height: var(--mobile_nav_width);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;

}
.mobile-x:before{
    transition: all 0.3s ease;
    transform: scale(0);
    border-radius: 10px;
    content: "";
    position: absolute;
    top: calc(var(--mobile_nav_width)/2 * -1);
    left: calc(var(--mobile_nav_width)/2 * -1);
    width: calc(var(--mobile_nav_width) *2);
    height: calc(var(--mobile_nav_width) *2);
    background-color: #00adee;
}
.mobile-x span{
    position: absolute;
    display: block;
    transition: all 0.5s ease;
    width: 100%;
    height: calc(var(--mobile_nav_width)/5);
    border-radius: 2px;
    background-color: white;
}

.mobile-menu-container{
    position: relative;
}
#nav-mobile-dropdown.open .mobile-menu-container #mobile-menu {
    transform: rotate(45deg) scale(0);
    opacity: 1;


}
.mobile-x span:first-child{
    top: 0;
}
.mobile-x span:last-child{
    bottom: 0;
}
#nav-mobile-dropdown.open .mobile-menu-container .mobile-x {
    opacity: 1 !important;
}
#nav-mobile-dropdown.open .mobile-menu-container .mobile-x:before{
    transform: scale(1);

}
#nav-mobile-dropdown.open .mobile-menu-container .mobile-x span:first-child{
    transform: rotate(45deg);
    top: calc(var(--mobile_nav_width)*0.4);
}
#nav-mobile-dropdown.open .mobile-menu-container .mobile-x span:last-child{
    transform: rotate(-45deg);
    bottom: calc(var(--mobile_nav_width)*0.4);
}
#nav-container-mobile{
    position: fixed;
    top: 100px;
    right: calc(10% + 200px);
}
 #nav-mobile-dropdown.open .sub-menu{
    display: block;
}
#nav-mobile-dropdown.open #nav-container-mobile{
    height: auto;
    transform: translateY(0px);
    opacity: 1;
}

#nav-mobile-dropdown.open .sub-menu{
    opacity: 1;
    z-index: 1;
    height: auto !important;
    transform: translateY(0);
}

.contact-social{
    background-color: #00adee;
    border-radius: 50%;
    
    box-sizing: border-box;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 5px gray;
}
.contact-social a{
    padding: 10px;
}
.contact-social:hover{
    transform: scale(1.05);
}
.contact-social .elementor-widget-container{
    height: auto !important;
}
.elementor-element .e-con-full .insight-hub-contact .elementor-widget-container p{
    text-align: center !important;
    font-size: calc(2vw + 10px);
}
.blue{
    background-color: rgb(51, 63, 72) !important;
}
#onetrust-consent-sdk h4{
    font-size: 1em !important;
}
div[data-elementor-type="wp-post"] .elementor-widget-container h4, div[data-elementor-type="wp-post"] .elementor-widget-container p {
    color: #404040;
}