.number.trusted-clients h3:after{content: '+';}

.conceptseven-container{
    width: 100%;
}

#bottom{
    display: none;
}

#site-header-wrap{
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}

#site-logo-inner{
    margin: 0 !important;
}

#site-header{
    transition: 200ms all ease;
}

#site-header.is-fixed{
    background: #fff;
    z-index: 99;
}

#site-header.is-fixed .dark-logo,
#site-header:not(.is-fixed) img:not(.dark-logo){
    display: none;
}

#site-header img{
    width: 90px;
}

#site-header.is-fixed img{
    margin-top: 10px;
    margin-bottom: 10px;
}

#site-header-wrap .wrap-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#site-header-wrap #site-header.is-fixed li a{
    color: #1f1f45 !important;
}

#site-header-wrap .wrap-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#site-header::after{
    display: none;
}

#site-header-wrap li a{
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 3px;
    font-weight: 600 !important;
}

#site-header.is-fixed .mobile-button::before, #site-header.is-fixed .mobile-button::after, #site-header.is-fixed .mobile-button span{
    background-color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    background-color: transparent !important;
}

#site-header-wrap #site-header.is-fixed li:hover > a{
    color: #458010 !important;
}

#hero{
    height: 100vh;
    max-height: 700px;
    
    background-size: cover;
    background-position: center;
    
    display: flex;
    align-items: end;
    padding: 50px 0;
}

#hero h1{
    color: #fff;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 4.5em;
    font-weight: 200;
    margin-bottom: 0;
}

#hero h1 strong{
    font-weight: 500 !important;
}

#hero p{
    font-family: 'Roboto Flex', sans-serif;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    
    margin-bottom: 45px;
    margin-top: 5px;
}


.global-button .vc_general{
    border-radius: 50px;
    padding: 13px 35px;
    background-color: #458010;
    letter-spacing: 2px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
}

.dark.global-button .vc_general{
    background-color: rgba(255, 255, 255, 0.2);
}

.guiding-public > div{
    max-width: 1000px;
    padding: 80px 0;
}

.guiding-public .tc_member-thumb1 a{
  position: relative;
  display: block;
}

.guiding-public .tc_member-thumb1 a:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.guiding-public .tc_member-thumb1 a img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  object-position: top;
  border-radius: 50%;
}

@media (min-width: 641px) and (max-width: 910px){
    .tc_member-col5{
        width: 33.33% !important;
        padding: 30px !important;
    }
}

@media (max-width: 640px){
    .tc_member-col5{
        width: 50% !important;
        padding: 20px !important;
    }
}

@media (max-width: 768px){
    .mfp-content .tc_pu_right_block,
    .mfp-content .tc_pu_left_block{
        width: 100% !important;
    }

    .mfp-content .tc_pu_left_block img.tc-pu-team-img{
        max-width: 260px;
          width: 100% !important;
          margin: 0 auto;
    }

    .mfp-arrow-right{
        transform: none !important;
        right: 25px !important;
    }
}

.tc_overlay{
    opacity: 0 !important;;
}

.tc-team-title-sm{
    display: none;
}

body h3.tc-team-title-lg{
  font-family: 'Roboto Flex', sans-serif;
  color: #1f1f45 !important;
  font-size: 20px !important; 
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.tc_member-col5{
    width: 16.66%;
    height: initial !important;
    padding: 10px 15px
}

.tc_member-col5 .tc_member-thumb1{
    margin-right: 0;
}


@media (max-width: 768px){
    .guiding-public > div{
        padding: 40px 20px !important;
    }

    .contact-us .wpb_text_column img{
        display: block;
        margin: 15px auto;
    }

    .mobile-button{
        display: block !important;
    }

    #site-header-inner{
        padding-left: 0 !important;
    }
}

.section-title h2{
    font-family: 'Roboto Flex', sans-serif;
    color: #458010;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 45px;
}

.section-title{
    margin-bottom: 20px !important;
}

.guiding-public p{
    font-family: 'Roboto Flex', sans-serif;
    color: #1f1f45;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    
    margin-bottom: 35px !important;
}

#gps-cards .wpb_column {
  position: relative;
}

#gps-cards .wpb_column:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#gps-cards .wpb_column > div {
  position: absolute;
  width: 100%;
  height: 100%;
}

#gps-cards .vc_column-inner{
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gps-cards .vc_column-inner > div{
    z-index: 999;
}

#gps-cards .vc_column-inner:before{
    content: "";
    
    width: 100%;
    height: 100%;
    position: absolute;
    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    background: #000;
    opacity: .55;
    transition: 1s all ease;
    
    z-index: 9;
}

#gps-cards .vc_column-inner:hover:before{
    opacity: .4;
}

#gps-cards .vc_column-inner h3{
    color: #fff;
    font-size: 1.8em;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 500;
}

.commitment > div{
    max-width: 1100px !important;
}

.commitment .item-wrap::after,
.commitment .zoom-popup{
    display: none !important;
}

.commitment .cbp-nav-next,
.commitment .cbp-nav-prev{
    width: 50px !important;
    height: 50px !important;
    background-color: #1f1f45 !important;
}

.commitment .cbp-nav-prev:after{
    content: "" !important;
    background-image: url(https://www.governmentperformance.us/wp-content/uploads/2023/10/Layer-31-copy-3-1.png);
    background-position: center;
}

.commitment .cbp-nav-prev{
    left: -80px !important;
}

.commitment .cbp-nav-next:after{
    content: "" !important;
    background-image: url(https://www.governmentperformance.us/wp-content/uploads/2023/10/Layer-31-copy-3.png);
    background-position: center;
}

.commitment .cbp-nav-next{
    right: -80px !important;
}

@media (max-width: 768px){
    .commitment .cbp-nav-next{
        right: -20px !important;
    }

    .commitment .cbp-nav-prev{
        left: -20px !important;
    }

    .commitment img{
        padding: 0 35px;
    }
}

.commitment .mobile{
    display: none;
}

.commitment .mobile .cbp-wrapper,
.commitment .mobile .cbp-wrapper > div{
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
    right: 0;
}

@media (max-width: 768px){
    .commitment .desktop{
        display: none;
    }

    .commitment .mobile{
        display: block;
    }
}

.stats .description p{
    font-weight: 400;
}

.who-we-are > div{
    max-width: 1100px;
}

.contact-us .conceptseven-container{
    max-width: 1100px;
    padding: 60px 0;
}

.contact-us .conceptseven-container h2{
    color: #FFF;
    font-size: 35px;
}

.contact-us .section-title{
    margin-bottom: 10px !important;
}

.contact-us p{
    font-size: 18px;
    color: #fff;
    
    margin-bottom: -30px;
}

.contact-us a{
    color: #fff;
}

.contact-us img{
    margin-bottom: 20px;
    margin-right:  0px;
}

.contact-us a{
    color: #fff;
}

@media (max-width: 768px){
    .contact-us .conceptseven-container h2,
    .contact-us p{
        text-align: center !important;
    }
}

.contact-us .wpforms-container .wpforms-field{
    padding: 10px 0;
}

.contact-us .wpforms-container .wpforms-field input,
.contact-us .wpforms-container .wpforms-field textarea{
    border-radius: 0;
    border: none;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #1f1f45 !important;
}

.contact-us .wpforms-container .wpforms-field ::placeholder{
    color: #1f1f45;
    opacity: 1;
}

.contact-us .wpforms-container .wpforms-submit-container{
    margin-top: 0 !important;
}

.contact-us .wpforms-container .wpforms-submit-container button{
    background: #fff !important;
  border-radius: 0;
  border: none;
  font-size: 13px !important;
  letter-spacing: 3px;
  font-weight: 700 !important;
  color: #1f1f45 !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    
    padding: 10px 40px !important;
}


.mobile-button::before, .mobile-button::after, .mobile-button span{
    background-color: #fff !important;
}

.global-button:hover .vc_general{
    opacity: 1;
    background-color: #1f1f45;
}

.global-button.dark:hover .vc_general{
    background-color: rgb(255, 255, 255);
      color: #000 !important;
      opacity: 1;
}

@media (min-width: 768px) and (max-width: 1050px){
    .conceptseven-container{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .who-we-are .vc_col-sm-2 {
      width: 33%;
      float: left;
    }

    .who-we-are .vc-custom-col-inner-spacing{
        max-width: 700px;
        margin: 0 auto;
    }

    #gps-cards .vc_column-inner h3{
        font-size: 1.4em;
    }
}

@media (max-width: 768px){
    #hero h1{
        font-size: 3em !important;
        line-height: 1em;
        margin-bottom: 15px;
    }
    
    #hero p{
        font-size: 18px !important;
    }
    
    .section-title h2{
        font-size: 30px !important;
    }
    
    .guiding-public p{
        font-size: 17px !important;
    }
    
    .conceptseven-container{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .contact-us .wpb_column:nth-child(2) .wpb_content_element,
    .contact-us .wpb_column:nth-child(2) .wpb_content_element p{
        text-align: center !important;
    }

    .who-we-are .vc_col-sm-2 {
      width: 50%;
      float: left;
    }
}

#site-header-wrap .mega-sub-menu a{
    line-height: 1.4em !important;
    color: #000 !important;
    padding: 10px !important;
}


/*Team popup*/
.white-popup{
    border-radius: 0 !important;
}

.mfp-content .tc_pu_left_block{
    width: 250px;
}

.mfp-content .tc_pu_right_block{
    width: calc(100% - 260px)
}

.mfp-content .tc_pu_right_block h1{
    font-family: 'Roboto Flex', sans-serif;
  color: #1f1f45 !important;
  font-size: 25px !important; 
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
    text-transform: initial !important;
}

.mfp-content h2.tc-pu-team-title-sm{
    font-family: 'Roboto Flex', sans-serif;
  color: #1f1f45 !important;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 25px;
    margin-top: 5px;
    text-transform: initial !important;
}

.tc_pu_right_block > p{
    font-size: 18px;
    color: #1f1f45 !important;
    font-weight: 300
}

.mfp-close{
    display: none !important;
}

.white-popup{
    border-radius: 0 !important;
}

.mfp-content .tc_pu_left_block{
    width: 250px;
}

.mfp-content .tc_pu_right_block{
    width: calc(100% - 260px)
}

.mfp-content .tc_pu_right_block h1{
    font-family: 'Roboto Flex', sans-serif;
  color: #1f1f45 !important;
  font-size: 25px !important; 
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
    text-transform: initial !important;
}

.mfp-content h2.tc-pu-team-title-sm{
    font-family: 'Roboto Flex', sans-serif;
  color: #1f1f45 !important;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 25px;
    margin-top: 5px;
    text-transform: initial !important;
}

.tc_pu_right_block > p{
    font-size: 18px;
    color: #1f1f45 !important;
    font-weight: 300
}

.mfp-close{
    display: none !important;
}

.mfp-container .mfp-arrow:before,
.mfp-container .mfp-arrow:after{
    display: none !important;
}

body button.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
body button.mfp-arrow.mfp-arrow-right.mfp-prevent-close{
    background-color: transparent !important;
}

.mfp-arrow-left{
    background-image: url(https://www.governmentperformance.us/wp-content/uploads/2023/10/popup-arrow.png) !important;
    background-size: contain !important;
    filter: invert();
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.mfp-arrow-right{
    background-image: url(https://www.governmentperformance.us/wp-content/uploads/2023/10/popup-arrow.png) !important;
    background-size: contain !important;
    filter: invert();
}

.mfp-arrow:active {
  margin-top: 0 !important;
}

.tc_social-links li a{
    border: none !important;
    background: #2f8405 !important;
    
    width: 27px !important;
    height: 27px !important;
    padding: 2px;
    margin-bottom: 0;
    line-height: .7;
}

.tc_social-links li a:hover .fa{
    line-height: inherit !important;
    color: #eee !important;
}

.tc_social-links{
    text-align: center;
}

.tc_member-thumb1 .tc_overlay{
    transform: translate(0,0px) !important;
}

.tc_member-thumb1 .tc_overlay h3{
    margin-top: 0 !important;
}