.hero_text_container{
    position: relative;
    top: 100px;
    width: 100%;
    z-index: 90;
}
  .hero_text_container .hero_text_wrap{}
  .hero_text_container .hero_text_wrap h1{
     margin: 0;
  }
  .hero_text_container .hero_text_wrap .button_left{
    float: left;
    margin-right: 10px;
  }
  .hero_text_container .hero_text_wrap .button_right{
    float: left;
  }
  .featured_by_wrap{
    margin-top: 80px;
  }
  
  .featured_by_imgs_wrap .featured_by_item{
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255,0.85);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    backdrop-filter:  blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: inline-block;
    width: 33.3%;
    width: calc(33.3% - 10px);
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;

    width: 150px;
  }

  .hero_text_container .DS_edit_mode_title_accent_text1 {
    font-size: 30px;
    text-decoration: underline;
  }

.landing_seal{
  width: 100%;
  max-width: 400px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 90;
}





.kimber_profile{
  bottom: 0px;
  right: 0;
  width: 100%; 
  max-width: 500px; 
  rgin: auto; 
  display: block; 
  position: relative;
}
.kimber_profile_text_pos_wrap{
  position: absolute;
  bottom: 90px;
  right: 200px;
  margin-left: -5px;
  margin-right: -5px;
}
  .kimber_profile_text_pos_wrap .kimber_profile_text_wrap{
    padding: 5px 20px 15px 20px;
    background: rgba(235,235,235,0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    backdrop-filter:  blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .kimber_profile_text_pos_wrap .military_owned_imgs_wrap{
    margin-left: -5px;
    margin-right: -5px;
  }
  .kimber_profile_text_pos_wrap .military_owned_img_wrap{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(235,235,235,0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    backdrop-filter:  blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: inline-block;
    width: 50%;
    width: calc(50% - 10px);
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
    .kimber_profile_text_pos_wrap .military_owned_img_wrap img{
      height: 40px;
      margin: auto;
      display: block;
    }


.hire_better_wrap{
  padding-top: 80px; 
  padding-bottom: 0px; 
  max-width: 500px;
}
  .hire_better_wrap p{
    max-width: 290px;
  }
.one_2_3_wrap{
  padding-top: 80px; 
  padding-bottom: 0px; 
  max-width: 700px;
  margin: auto;
}
.airforce_ball{
  width: 100%; 
  max-width: 800px; 
  margin: auto; 
  display: block;
}


.founder_message_img{
  max-width: 600px; 
  margin: auto; 
  display: block;
}


.benefits_img{
  border: 10px solid #5088e0;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  width: 225px;
  margin: auto;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.benefits_title{
  min-height: 110px;
}
.benefits_text{
  min-height: 200px;
}

.cta_text_wrap{
  margin-top: 200px; 
  width: 100%;
  max-width: 400px;
}

video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    in-width: 100%;
    min-height: 100%;
    idth: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;

    object-fit: cover;
    width: 100vw;
    height: 100vh;
}
.hire_departments_wrap{
  margin-top: 40px;
}
.hire_departments_wrap h4{
  font-family: 'Lexend', sans-serif;
}
.hire_departments_wrap p{
  color: #777;
}
.hire_departments_img_wrap{
  order: 10px solid #5088e0;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  width: 75px;
  height: 75px;
  argin: auto;
  margin-left: -4%;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {
  .kimber_profile_text_pos_wrap{
    right: 0px;
  }
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
  .hero_text_container .hero_text_wrap h1{
    font-size: 48px;
  }
  .landing_seal{
    max-width: 300px;
  }
  .hire_better_wrap{
    padding-top: 80px; 
    padding-bottom: 0px; 
    max-width: 100%;
  }
    .hire_better_wrap h2.section_title{
      text-align: center !important;
    }
    .hire_better_wrap p{
      text-align: center !important;
      max-width: 100%;
    }
  .one_2_3_wrap{
    padding-top: 160px; 
    padding-bottom: 0px; 
  }

  .benefits_img{
    border: 8px solid #5088e0;
    width: 150px;
  }
}
@media screen and (max-width: 979px) {
  .featured_by_wrap{
    margin-top: 20px;
  }
  .featured_by_imgs_wrap .featured_by_item{
    width: 110px;
  }
  .impact_narrow{
    max-width: 600px;
    margin: auto;
    display: block;
  }
  .kimber_profile_text_pos_wrap{
    bottom: 20px;
    right: 50%;
    margin-right: -155px;
  }
  .kimber_profile{
    bottom: 0px;
    right: 0;
    width: 100%; 
    max-width: 400px; 
    margin: auto; 
    display: block; 
    position: relative;
  }

  .kimber_profile_text_pos_wrap{
    bottom: 20px;
    right: 20%;
    margin-right: -75px;
  }
    .kimber_profile_text_pos_wrap .kimber_profile_text_wrap{
      padding: 5px 20px 15px 20px;
    }
    .kimber_profile_text_pos_wrap .military_owned_imgs_wrap{
      margin: 0;
    }
    .kimber_profile_text_pos_wrap .military_owned_img_wrap{
      display: block;
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
    }
      .kimber_profile_text_pos_wrap .military_owned_img_wrap img{
        height: 40px;
        margin: auto;
        display: block;
      }


  .one_2_3_wrap h4{
    color: #fff;
  }
  .one_2_3_wrap p{
    color: #fff;
  }
  .one_2_3_wrap{
    padding-top: 100px; 
    padding-bottom: 0px; 
    ax-width: 500px;
  }

  .benefits_title{
    min-height: 40px;
  }
  .benefits_text{
    min-height: 100px;
  }

  
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .hero_text_container .hero_text_wrap h1{
    font-size: 36px;
  }
  .landing_seal{
    max-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .hero_text_container{
    top: 50px;
  }
  .h80 {
    min-height: 90%;
    min-height: 90vh;
  }

  .kimber_profile_text_pos_wrap{
    bottom: 20px;
    right: 50%;
    margin-right: -135px;
  }
    .kimber_profile_text_pos_wrap .kimber_profile_text_wrap{
      padding: 5px 20px 15px 20px;
      display: inline-block;
      vertical-align: bottom;
    }
    .kimber_profile_text_pos_wrap .military_owned_imgs_wrap{
      margin: 0;
      display: inline-block;
      vertical-align: bottom;
    }
    .kimber_profile_text_pos_wrap .military_owned_img_wrap{
      display: block;
      width: 95px;
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 0px;
      margin-top: 5px;


    }
      .kimber_profile_text_pos_wrap .military_owned_img_wrap img{
        height: auto;
        margin: auto;
        display: block;
      }


  .benefits_title{
    min-height: 0px;
  }
  .benefits_text{
    min-height: 0px;
    margin-bottom: 60px;
  }
  .founder_message_img{
    max-width: 300px; 
  }
  .cta_text_wrap{
    width: 100%;
    max-width: 370px;
    margin: auto;
    margin-top: 100px; 
  }

  .hire_departments_img_wrap{
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 479px) {
  .hero_text_container .hero_text_wrap .button_left{
    float: none;
    margin-right: 0px;
    width: 100%;
  }
  .hero_text_container .hero_text_wrap .button_right{
    float: none;
    width: 100%;
  }
  .airforce_ball{
    margin-bottom: 50px;
  }

  .hire_departments_img_wrap{
    margin: auto;
  }
  .hire_departments_wrap h4{
    text-align: center;
  }
  .hire_departments_wrap p{
    text-align: center;
  }
  
}
@media screen and (max-width: 413px) {
  .featured_by_imgs_wrap .featured_by_item{
    width: 80px;
  }
  .landing_seal{
    display: none;
  }
}
@media screen and (max-width: 330px) {}





@media screen and (max-height: 869px) and (max-width: 1600px){
  .hero_text_container {
    top: 40px;
  }
 .landing_seal{
    max-width: 300px;
  }
}
@media screen and (max-height: 869px){
  .hero_text_container {
    top: 40px;
  }
  .featured_by_wrap {
    margin-top: 40px;
  }
  .featured_by_imgs_wrap .featured_by_item {
    width: 100px;
  }
}
@media screen and (max-height: 769px){
  /*.hero_text_container {
    top: 40px;
  }*/
  .featured_by_wrap {
    display: none;
  }
  .landing_seal{
    max-width: 200px;
  }
}

@media screen and (max-height: 669px) {}
@media screen and (max-height: 499px) {
  /* Horizontal View */
  .hero_text_container {
    top: 20px;
  }
  .landing_seal{
    display: none;
  }
}

/* =============================================================================
   BOOTSTRAP TOOLTIP ONLY
========================================================================== */
    .tooltip {
        position: absolute;
        z-index: 1070;
        display: block;
        ont-family: Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.42857143;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        filter: alpha(opacity=0);
        opacity: 0;
        line-break: auto;
    }

    .tooltip.in {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

    .tooltip-inner {
        max-width: 200px;
        min-width: 100px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        background-color: #111111;
        border-radius: 4px;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
    }

    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #111111;
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #111111;
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #111111;
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #111111;
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #111111;
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #111111;
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #111111;
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #111111;
    }