    .navbar-toggle.pull-left {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
  }
}



/*desktop menu font resize */

@media (max-width: 1200px) {
      .primnav li a {
      font-size: 14px;
  }

  .secondnav li a {
    display: block;
    font-size: 14px;
    }
}

@media (max-width: 991px) {
      .primnav li a {
      font-size: 10px;
      padding: 14px 10px;
  }


/*  .secondnav li a {
    display: block;
    font-size: 14px;
    }*/

/*      .header-link {
    padding: 8px 10px;
  }*/
}



@media (min-width:320px) and (max-width:568px) {

.mobile-divider {
    height: 1 rem;
    padding-top: 6px;
    margin-top: 4px;
}

 .logo {
    width: 300px;
    height: 65px;
    margin-bottom: 4px;
 }

/*.mobile-logo{
    margin-left: 20px;
    margin-top: -60px;
    margin-bottom: 10px;
    width: 60%;
}*/

.mobile-logo{
    /*margin-left: 20px;*/
    /*margin-top: 10px;*/
    /*margin-bottom: -50px;*/
    width: 30%;
}

#search-text-4 {
    width: calc(100vw - 3.5rem);
    right: calc(-1 * (-10vw - 3.5rem) - 3.5rem);
}
 .hide {
    display: none;
 }

    .header-search {
        display: none;
    }
    .c-center {
        justify-content: center !important;
        text-align: center;
        margin: 3px 0;
    }

   .mobile-bump{
    padding-top: 200px;
   }
   
}





@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {  

}

/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { /* STYLES GO HERE */}

/*iPhone X in portrait & landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { /* STYLES GO HERE */}

/*iPhone X in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { /* STYLES GO HERE */}

/*iPhone X in portrait*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { /* STYLES GO HERE */ }

/*iPhone 6, 7, & 8 Media Queries
iPhone 6, 7, & 8 in portrait & landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
    
    .mobile-divider {
    height: 40px;
    padding-top: 4px;
    background-color: #002F46;
    }
        .mobile-divider p{
            color: #ffffff;
            font-size: 20px;
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 0px;
        }

        .mobile-divider-small {
        height: 10px;
        padding-top: 4px;
        background-color: #002F46;
        }
        

    .top-no-secondnav {
/*        margin-top: 130px;*/
    }

    .quote-image {
    display: none;
    }
      .talking-points-description h2 {
    padding-right: 0rem;
    }
    .question-area h2 {
    padding-right: 0rem;
    }

   .mobile-bump{
    padding-top: 200px;
   }
   .btn-button-2 {
    padding: 8px 60px;
    text-transform: capitalize;
    font-weight: 600;
    }
}

/*iPhone 6, 7, & 8 in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
    .mobile-logo{
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    }
   .mobile-divider {
    height: 40px;
    padding-top: 4px;
    background-color: #002F46;
    }
        .mobile-divider p{
            color: #ffffff;
            font-size: 20px;
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 0px;
        }

    #hero {
    margin-top: 140px;
    }
    

        .xs-mobile-div{
        margin-top: -80px;
        }

    .mobile-icons {
    margin-top: 25px;
    margin-bottom: 30px;
    height: 20px;
    padding: 0px 12px 0px 12px;
    }

    #secondary-nav {
    position: fixed;
    top: 145px;
    width: 100%;
    z-index: 490;
    }

    .secondnav li a {
    display: block;
    color: #191F32;
    font-size: 18px;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    }

    .sidenav .form-control {
    border-radius: 0;
    width: 500px;
    }

    #side-searchForm {
    display: absolute;
    margin-top: 90px;
    margin-bottom: 20px;
    padding-left: 5px;
    }

    .sidenav .form-control {
    border-radius: 0;
    width: 450px;
    }
    .btn-button-2 {
        padding: 8px 60px;
        text-transform: capitalize;
        font-weight: 600;
    }

    .banner-text p {
    font-size: 22px;
    line-height: 34px;
    }

   .mobile-bump {
    padding-top: 5px;
    }

/***********************************************************************************************/
   /*.hero-home {
    height: 400px;
    background: url(../images/hero_homepage.jpg) no-repeat -300px 10px;
    background-size: cover;
    }*/

    .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -300px 10px; */
	background-color: #fff;
    background-size: cover;
    }
/***********************************************************************************************/
 .jumbotron h1 {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: Poppins;
    padding-right: 17%;
    line-height: 35px;
    margin-bottom: 7px;
    /*margin-top: 110px;*/
    }

/* css for prevent zoom of select and input fields */
      select, input {
      font-size: 16px !important;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
/* css for prevent zoom of select and input fields */



}

/*iPhone 6, 7, & 8 in portrait*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {  

   #wrapper {
    margin-top: 195px;
    }

        .xs-mobile-div{
        margin-top: -30px;
        }

   .top-margin {
    margin-top: 235px;
    }

    #stuck{
      position: fixed;
        top: 0;
      width: 100%;
      z-index: 10;
    }

    #hero {
        margin-top: 190px;
    }

    .quote-content {
        font-size: 30px;
        text-align: center;
        line-height: 30px;
    }

    .jumbotron h1 {
    font-size: 25px;
    font-weight: bold;
    font-family: Poppins;
    padding-right: 17%;
    line-height: 30px;
    margin-bottom: 7px;
    /*margin-top: 110px;*/
    }

/* IMPORTANT !! Uncomment this after campaign ******************* */

/*   .hero-home {
    height: 400px;
    background: url(../images/hero_homepage.jpg) no-repeat -485px 50px;
    background-size: cover;
    }*/

/* IMPORTANT !! REMOVE this after campaign ******************* */
/***********************************************************************************************/
    .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -800px 60px; */
	background-color: #fff;
    background-size: cover;
    }
/***********************************************************************************************/

    .hero-wiltc {
    height: 400px;
    background: url(../images/hero_wiltc.jpg) no-repeat -460px center;
    background-size: cover;
    }
/*    .shift{
        margin-top: -50px;
    }*/

    .hero-pd {
    height: 400px;
    background: url(../images/hero_pd.jpg) no-repeat -500px center;
    background-size: cover;
    }

    .hero-ptr {
    height: 350px;
    background: url(../images/hero_ptr.jpg) no-repeat -520px center;
    background-size: cover;
    
    }

    .hero-ci{
    height: 400px;
    background: url(../images/hero_ci.jpg) no-repeat -520px center;
    background-size: cover;
    }

    /********** campaign hero content *************/
    .hero-campaign1 {
        height: 400px;
        background: url(../support/landing-pages/landing-images/hero_military.jpg) no-repeat -650px center;
        background-size: cover;
    }

    .hero-veteransday {
        height: 400px;
        background: url(../images/hero_veteransday-2019.jpg) no-repeat -550px center;
        background-size: cover;
    }
    

    /********** campaign hero content *************/



   .mobile-bump{
    padding-top: 100px;
   }



    .appbreadcrumbs__link {
        color: #kkkkkk;
            font-size: 10px;
        font-weight: 600;
        line-height: 2;
        display: inline-block;
        width: 100%;
        padding: 0 .75em;
        box-sizing: border-box;
        text-decoration: none;
        position: relative;
    }


    .appbreadcrumbs__item_active {
        background: #181D31/*#d25a02*/;
       font-weight: 600;
    font-size: 10px;
    position: relative;
    display: inline-block;
    height: 2.75em;
    width: 110px;
    padding-top: 1px;
        /*margin: 0 0.5em;*/
    }


    /****** ***** ****secondary nav ***** **** *** */
    navsecond{
      height: 3.5rem;
      background-color: #F0F5F8;
      color: white;
      position: relative;  
      /* Only needed for Variants 2 + 4 to clip content that is pushed out of view */
      overflow: hidden;
    }
    
       #secondary-nav {
        position: fixed;
        top: 178px;
        width: 100%;
        z-index: 5;
        }
    .second-menu .container {
        padding-left: 0px;
        padding-right: 0px;
    }



    .secondnav li a {
      display: block;
      color: #191F32;
      font-size: 12px;
      text-align: center;
      padding: 6px 8px;
      text-decoration: none;
    }

/* css for prevent zoom of select and input fields */
      select, input {
      font-size: 16px !important;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
 /* css for prevent zoom of select and input fields */   

}

/*iPhone 6, 7, & 8 Plus Media Queries
iPhone 6, 7, & 8 Plus in portrait & landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
       .wrapper {
    margin-top: 150px;
    }
    #hero {
        margin-top: 190px;
    }
    .quote-content {
        font-size: 30px;
        text-align: center;
        line-height: 30px;
    }

    .talking-points-description h2 {
    padding-right: 0rem;
    }
    .question-area h2 {
    padding-right: 0rem;
    }

   .mobile-bump{
    padding-top: 50px;
   }


}

/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape)
and (-webkit-device-pixel-ratio : 2)
and (orientation : landscape)  { 
       .mobile-divider {
    height: 40px;
    padding-top: 4px;
    background-color: #002F46;
    }
        .mobile-divider p{
            color: #ffffff;
            font-size: 20px;
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 0px;
        }

    
    /****** ***** ****secondary nav ***** **** *** */
    navsecond{
      height: 3.5rem;
      background-color: #F0F5F8;
      color: white;
      position: relative;  
      /* Only needed for Variants 2 + 4 to clip content that is pushed out of view */
      overflow: hidden;
    }
    
       #secondary-nav {
        position: fixed;
        top: 125px !important;
        width: 100%;
        z-index: 5;
        }
    .second-menu .container {
        padding-left: 0px;
        padding-right: 0px;
    }



    .secondnav li a {
      display: block;
      color: #191F32;
      font-size: 12px;
      text-align: center;
      padding: 6px 8px;
      text-decoration: none;
    }

/* IMPORTANT !! Uncomment this after campaign ******************* */
/*   .hero-home {
    height: 400px;
    background: url(../images/hero_homepage.jpg) no-repeat -320px 50px;
    background-size: cover;
    }*/

/* IMPORTANT !! REMOVE this after campaign ******************* */
/***********************************************************************************************/
   .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -500px 0px; */
	background-color: #fff;
    background-size: cover;
    }
/***********************************************************************************************/




    /****** ***** ****secondary nav ***** **** *** */
}

/*iPhone 6, 7, & 8 Plus in portrait*/
/*@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {  STYLES GO HERE  }*/



/*iPhone 6, 7, & 8 Plus in portrait*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

    .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -750px 50px; */
	background-color: #fff;
    background-size: cover;
    }
}



/*iPhone XR in landscape*/

/* 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2)
    and (orientation : landscape) {

    .header-link a {
        font-size: 12px;
        padding: 8px 15px;
    }
    .primnav li a {
    font-size: 12px;
    padding: 14px 8px;
    }

    #secondary-nav {
    position: fixed;
     top: 135px; 
     margin-top: 10px;
    width: 100%;
    z-index: 490;
    }

    .secondnav li a {
    display: block;
    color: #191F32;
    font-size: 18px;
    text-align: center;
    padding: 15px 16px;
    text-decoration: none;
    }

        /* IMPORTANT !! delete this after campaign ******************* */
/***********************************************************************************************/

    .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -540px 55px; */
	background-color: #fff;
    background-size: cover;
    }
/***********************************************************************************************/

 }


/* ----------- iPhone X ----------- */

/* Portrait */
/* @media only screen 
  and (min-device-width: 400px) 
  and (max-device-width: 900px) 
  and (orientation: portrait) { 
   .bx-2 {
    min-height: 60px;
    width: 100%;
    margin-bottom: 40px;
}
*/
}

/* --------------iPhone 11 ----------*/

 /* Portrait */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (orientation: portrait) {

    .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -1000px 35px !important; */
	background-color: #fff;
    background-size: cover;
    }


}


/* Landscape */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) 
    and (orientation: landscape){ 

}


/* --------------iPhone 11 Pro ----------*/

/* Portrait and Landscape */
/* 2436x1125px at 458ppi */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }



/* Portrait */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) {

    .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -950px 60px !important; */
	background-color: #fff;
    background-size: cover;
    }
 
}
  
/* Landscape */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: landscape){

    /* IMPORTANT !! delete this after campaign ******************* */
/***********************************************************************************************/

   .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -500px 0px; */
	background-color: #fff;
    background-size: cover;
    }
/***********************************************************************************************/


}


/* --------------iPhone 12 Pro ----------*/

/* Portrait */

@media only screen 
    and (min-device-width: 393px) 
    and (max-device-height: 786px) 
    and (orientation: portrait) {

    .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -760px 55px !important; */
	background-color: #fff;
    background-size: cover;
    }
 
}



/*iPad in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 


    .ipad-port-only{
        margin-right: 110px;
    }
    
      .primnav li a {
      /*font-size: .82em;
      padding: 14px 8px;*/
      font-size: 11px;
     /*padding: 14px 8px;*/
    }

        .quote-content {
        font-size: 30px;
        line-height: 30px;
    }
        .quote-image {
        /* margin-left: 40px; */
        margin-top: -26px;
        height: 80%;
        /* width: 20%; */
    }    
        hr {
         margin-top: 5px; 
    }
        .quote-cite {
        margin-right: 25px;
    }

    .header-link a {
      padding: 8px 15px;
    }

    #search-text-4{
    right: calc(-1 * (95vw - 3.5rem - 4rem + 1px - 3.5rem));
    width: calc(95vw - 3.5rem - 4rem + 1px);
    }

    .appbreadcrumbs__link {
        font-size: 10px;
    }
    .appbreadcrumbs__item_active {
    font-weight: 600;
    font-size: 10px;
    position: relative;
    display: inline-block;
    height: 28px;

    }

/* IMPORTANT !! REMOVE this after campaign ******************* */
/***********************************************************************************************/
/*.hero-home {
    height: 400px;
    background: url(../images/hero_homepage-explore.jpg) no-repeat center center;
    background-size: cover;
}*/
/***********************************************************************************************/
   .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat center center; */
	background-color: #fff;
    background-size: cover;
    }


}

/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
        #search-text-4{
    right: calc(-1 * (95vw - 3.5rem - 4rem + 1px - 3.5rem));
    width: calc(95vw - 3.5rem - 4rem + 1px);
    }

        .appbreadcrumbs__link {
        font-size: 10px;
    }
    .appbreadcrumbs__item_active {
    font-weight: 600;
    font-size: 10px;
    position: relative;
    display: inline-block;
    height: 28px;

    }


  .secondnav li a {
    display: block;
    font-size: 16px;
    }


/*    .mobile-bump {
        margin-top: 150px;
    }*/


/* IMPORTANT !! REMOVE this after campaign ******************* */
/***********************************************************************************************/
   .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat center center; */
	background-color: #fff;
    background-size: cover;
    }
/***********************************************************************************************/


}


/* @media (max-width: 770px){
        .hero-home {
        margin-top: -100px;
    }
} */
@media (max-width: 374px) {
        .hero-home {
        margin-top: -100px;
    }
}
@media (min-width: 576px) {
        .hero-home {
        margin-top: 100px;
    }
}

@media (max-width:568px) and (orientation: landscape) {
 .sidenav .form-control {
    border-radius: 0;
    width: 500px;
    }

}

@media (max-width:767px) and (orientation: landscape) {



}



@media (min-width:598px) and (max-width:767px) and (orientation: landscape) {


    .sm-hidden {
        display: none !important;
    
    }
    .c-right {
        justify-content: flex-end !important;
    }

    .header-menu {
        position: relative;
    }

}


@media (min-width: 768px) and (max-width:989px) {






#search-text-4 {
/*    width: 575px;
*/}



}

@media (max-width:991px) {
    .header-menu {
        position: relative;
    }

    .secondnav {
    margin-right: 30px;
    
}
	.secondnav li a{
	font-size: 12px;
	padding: 6px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
    .header-search {
        display: none !important;
    }

}

@media (max-width:853px) and (orientation: landscape) {

}

@media (min-width:768px) and (max-width:1024px) {
    .header-menu {
        position: relative;
    }

}

@media (min-width:768px) and (max-width:1024px) and (orientation: landscape) {

    .header-menu {
        position: relative;
    }


}

@media (max-width: 576px){
    .mobile-divider {
        height: 1 rem;
        padding-top: 6px;
        margin-top: 4px;
    }
}



// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }


/* **** Galaxy 5 **** */

@media only screen 
   and (max-width : 360px) 
   and (max-height : 640px) {

        #hero {
        margin-top: 60px;
    }


    .jumbotron h1 {
        /*font-size: 2.4rem;*/
        font-size: 2rem;
        font-weight: bold;
        font-family: Poppins;
        padding-right: 17%;
        line-height: 35px;
        /*margin-top: -60px;  */
        margin-bottom: 7px;
    }

     .mobile-divider {
    height: 40px;
    padding-top: 4px;
    background-color: #002F46;
    }
        .mobile-divider p{
            color: #ffffff;
            font-size: 20px;
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 0px;
        }

        .mobile-divider-small {
        height: 10px;
        padding-top: 4px;
        background-color: #002F46;
        }

        .mobile-logo {
            margin-bottom: -30px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
/* IMPORTANT !!uncomment this after campaign ******************* */
/*   .hero-home {
    height: 400px;
    background: url(../images/hero_homepage.jpg) no-repeat -500px 50px;
    background-size: cover;
    }*/


/***********************************************************************************************/
/* IMPORTANT !! REMOVE this after campaign ******************* */
/***********************************************************************************************/
   .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -920px 40px !important; */
	background-color: #fff;
    background-size: cover;
    }
/***********************************************************************************************/
/***********************************************************************************************/




         /****** ***** ****secondary nav ***** **** *** */
    navsecond{
      height: 3.5rem;
      background-color: #F0F5F8;
      color: white;
      position: relative;  
      /* Only needed for Variants 2 + 4 to clip content that is pushed out of view */
      overflow: hidden;
    }
    
       #secondary-nav {
        position: fixed;
        top: 120px;
        width: 100%;
        z-index: 5;
        }
    .second-menu .container {
        padding-left: 0px;
        padding-right: 0px;
    }



    .secondnav li a {
      display: block;
      color: #191F32;
      font-size: 12px;
      text-align: center;
      padding: 6px 10px;
      text-decoration: none;
    }


    /****** ***** ****secondary nav ***** **** *** */

}
    /****** ***** ****Galaxy 5 landscape ***** **** *** */
/*@media (max-width: 640px) {
    .hero-home {
        height: 300px;
        background: url(../images/hero_homepage-ret-uniform.jpg) no-repeat -500px 10px !important;
        background-size: cover;
        }

@media (max-width: 770px){
    /* IMPORTANT !! REMOVE this after campaign ******************* */
    /***********************************************************************************************/

/*    .hero-home {
        height: 400px;
        background: url(../images/hero_homepage-explore.jpg) no-repeat -500px 10px;
        background-size: cover;
    }*/
    /***********************************************************************************************/

/*}*/

    /****** ***** ****Galaxy 10 & 11 portrait ***** **** *** */
/*@media (max-width: 412px) and (orientation: portrait) {
    .hero-home {
        height: 400px;
        background: url(../images/hero_homepage-ret-uniform.jpg) no-repeat -900px 10px !important;
        background-size: cover;
    }
 }*/

    /****** ***** ****Galaxy 10 & 11 landscape ***** **** *** */
/*@media (min-width: 893px) and (orientation: landscape) {
    .hero-home {
        height: 400px;
        background: url(../images/hero_homepage-ret-uniform.jpg) no-repeat -900px 10px !important;
        background-size: cover;
    }
 }
*/



/* *** Galaxy S6, S7, S7 Edge *** */


@media only screen
  and (min-device-width: 360px)
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 4) {

    .hero-home {
        height: 300px;
        /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -500px 10px !important; */
		background-color: #fff;
        background-size: cover;
        }

}



/* *** Galaxy S8, S8+, S9, S9+, S10, S10+ *** */
/*@media only screen
  and (min-device-width: 360px)
  and (max-device-width: 740px)
  and (-webkit-min-device-pixel-ratio: 4) {

    .hero-home {
    height: 400px;
    background: url(../images/hero_homepage-ret-uniform.jpg) no-repeat -900px 10px !important;
    background-size: cover;
    }

}
*/

/* Galaxy Tab 10.1 landscape */
/*@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

        .hero-home {
    height: 400px;
    background: url(../images/hero_homepage-ret-uniform.jpg) no-repeat -900px 10px !important;
    background-size: cover;

}*/

/* **Galaxy S20** */
@media only screen and (min-width: 360px) and (max-width: 767px) { 
    .jumbotron h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: Poppins;
    padding-right: 17%;
    line-height: 30px;
    margin-bottom: 7px;
    /*margin-top: 110px;*/
    }

    .secondary-headline{
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 25px;
    margin-bottom: 20px;
    }

    .hero-home {
    height: 400px;
    /* background: url(../images/hero_homepage_employee_campaign.jpg) no-repeat -950px -5px !important; */
	background-color: #fff;
    background-size: cover;
    }
    .secondnav li a{
        padding: 6px;
    }
 }

/* Medium devices (desktops, 834px and up) */
@media screen and (min-width: 834px){ 
    .text-md-nowrap{
        white-space: nowrap;
    }
 }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .text-lg-nowrap{
        white-space: nowrap;
    }
}
/* ios zoom in fix */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  select:focus,
  textarea:focus,
  input:focus,
  input[type='text'] {
    font-size: 16px !important;    
  } 
}




/* 16 pro max */

/*desktop menu font resize */

/*@media (max-width: 1200px) {
      .primnav li a {
      font-size: 14px;
  }

  .secondnav li a {
    display: block;
    font-size: 14px;
    }
}

@media (max-width: 991px) {
      .primnav li a {
      font-size: 10px;
      padding: 14px 6px;
  }
*/

/*  .secondnav li a {
    display: block;
    font-size: 14px;
    }*/

/*      .header-link {
    padding: 8px 10px;
  }*/
}



