
body, html {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
    line-height: 36px;
    color: #282828;

}

#stuck{
  position: fixed;
    top: 0;
  width: 100%;
  z-index: 500;
  height:0px
}

.bg {

  /*background-image: url(../img/background.jpg);*/
  background-color: #f0f0f0;
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg1 {

  background-image: url("../img/background.jpg");
  /*background-color: #f0f0f0;*/
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}


button.navbar-toggler.navbar-toggler-right,
button.navbar-toggler.navbar-toggler-right:focus,
button.navbar-toggler.navbar-toggler-right:active {
    color: transparent;
    border: 0px;
    border-color: transparent;
}

button.navbar-toggler.navbar-toggler-right,
button.navbar-toggler.navbar-toggler-right:focus,
button.navbar-toggler.navbar-toggler-right:active  {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
     border: 0px solid transparent; 
    border-radius: 0rem;
}
/* * mobile nav * */

.menunav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  /*transition: 0.5s;*/
  /*padding-top: 60px;*/
}

.menunav a {
  padding: 8px 0px 8px 0px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align: center;
  border-bottom: solid 2px #f0f0f0;
}

.menunav a:hover {
  color: #f1f1f1;
}

.mobile-icons{
  margin-top: 25px;
  margin-bottom: 30px;
  height: 65px;
  padding: 0px 30px 0px 30px;
  border-bottom: solid 2px #f0f0f0;
}

.icon-career {
    font-size: 130px;
}

.flip {
      -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*.menunav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}*/

@media screen and (max-height: 450px) {
  .menunav {padding-top: 15px;}
  .menunav a {font-size: 18px;}
}



/* .menu-main-nav {

} */


a, a:hover, a:focus {
    text-decoration: none;
}

a.card-link {
  color: #ffffff;
}

a.card-link:hover {
  color: #2489ED;
}
/*h2, h3 {
    font-weight: 300;
    margin: 0;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    h2, h3 {
        padding-bottom: 20px;
    }
}
h2 {
    font-size: 2.2em;
    line-height: 1.3em;
}
@media (max-width: 767px) {
    h2 {
        font-size: 1.6em;
    }
}
h3 {
    font-size: 1.6em;
    line-height: 1.5em;
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.4em;
    }
}*/

p {
   font-family: 'Roboto', sans-serif;
   /*font-size: 18px;*/
    margin: 0 0 20px;
}
.text-xl {
    font-size: 3.4em;
}
.text-large {
    font-size: 1.2em;
}
.text-larger {
    font-size: 1.75em;
}
.text-small {
    font-size: 0.8em;
}
.line-height-large {
	line-height: 2.3rem;
}

/* * link animations * */



/*a.nav-link {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

a.nav-link:hover, a.nav-link:focus {
  text-decoration: none;
  background-size: 100% 2px;
}
*/
.bg-light {
    background-color: #ffffff !important;
}

.navbar {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

/* .navbar-expand-lg {

} */

/*#nav {
  padding: 0px;
  margin: 0px;
}
nav.navbar,
nav.navbar img,
nav.navbar .navbar-nav a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}*/
nav.navbar {
  min-height: 60px;
}
/*nav.navbar img {
  width: 165px;
  height: auto;
}*/
nav.navbar .navbar-nav a {
  position: relative;
  color: #333333;
  text-decoration: none;
  padding: 10px 0px 10px 0px;
  margin-left: 30px;
  margin-right: 30px;
}
nav.navbar .navbar-nav li:last-child a {
  margin-right: 0;
}
nav.navbar .navbar-nav a:hover,
nav.navbar .navbar-nav a:focus,
nav.navbar .navbar-nav a:active {
  color: #00308f;
  background: none;
}
nav.navbar .navbar-nav .active a,
nav.navbar .navbar-nav .active a:focus,
nav.navbar .navbar-nav .active a:hover,
nav.navbar .navbar-nav .active a:active {
  color: #2489ED;
  background: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.navbar .navbar-nav .active a:before,
nav.navbar .navbar-nav .active a:focus:before,
nav.navbar .navbar-nav .active a:hover:before,
nav.navbar .navbar-nav .active a:active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #2489ED;
}
.active{
  color: #00308f !important;
  border-bottom: 3px solid #2489ED;
}
/* -- END -- */

/* -- onHover underline from left to right -- */
nav.navbar .navbar-nav a:before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  background: transparent;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
nav.navbar .navbar-nav a:hover:before,
nav.navbar .navbar-nav a:focus:before,
nav.navbar .navbar-nav a:active:before {
  width: 100%;
  background-color: #2489ED;
}

/* -- END -- */
/* * * * * * * * * * * * * * * * * * * * * * * * * */



/*.navbar .navbar-toggler, .fed-logo {
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .fed-logo {
    z-index: 2000 !important;
  }
  .navbar .navbar-collapse {
    background: rgba(255,255,255, 1);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.35s ease;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .navbar .navbar-collapse.collapse {
    display: flex;
    opacity: 0;
    pointer-events: none;
  }
  .navbar .navbar-collapse.collapsing[style*="height"] {
    opacity: 1;
    height: 100vh !important;
  }
  .navbar .navbar-collapse.collapsing {
    opacity: 0;
    height: 100vh;
    

  }
  .navbar .navbar-collapse.collapse.show {
    opacity: 1;
    pointer-events: auto
    z-index: 900;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin-right: initial !important;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    margin-left: initial !important;
  }
}*/



/* * colors * */

.text-elec-blue {
  color: #2489ED;
}
.text-usaf-blue {
  color: #00308f;
}

.text-white{
  color: #ffffff;
}

.text-green {
  color: #386b6e;
}

.text-md-gray{
  color: #999999;
}

.text-drk-gray{
  color: #666666;
}

.white-border {
  border: solid 10px #ffffff;
}

.white-bg {
  background-color: #ffffff;
}

.lt-blue{
  background-color: #a6dee3;
}

.elec-blue{
  background-color: #2489ED;
}
.usaf-blue{
  background-color: #00308f;
}
.lt-gray{
  background-color: #f0f0f0;
}

.gray{
  background-color: #cccccc;
}

.md-gray{
    background-color: #999999;
}

.drk-gray{  
  background-color: #666666;
}

.green {
    background-color: #386b6e;
}


.col-container{
	margin-left: 45px;
	background-color: #ffffff;

}

/* * button * */

.btn-lime-grn{
    color: #000000;
    background-color: #9ACD32;
    border-color: #9ACD32;
}

.btn-lime-grn:hover{
    color: #ffffff;
    background-color: #00308f;
    border-color: #00308f;
}


.btn-grn{
    color: #fff;
    background-color: #386b6e;
    border-color: #386b6e;
}


.btn-usaf{
    color: #ffffff;
    background-color: #00308f;
    border-color: #00308f;
    border-width: 2px;
}

.btn-usaf:hover{
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
    border-width: 2px;
}


.btn-outline-grn {
    color: #386b6e;
    background-color: transparent;
    background-image: none;
    border-color: #386b6e;
    border-width: 2px;
}

.btn-outline-grn:hover {
    color: #ffffff;
    background-color: #386b6e;
    background-image: none;
    border-color: #386b6e;
    border-width: 2px;
}

.btn-outline-usaf {
    color: #00308f;
    background-color: transparent;
    background-image: none;
    border-color: #00308f;
    border-width: 2px;
}

.btn-outline-usaf:hover {
    color: #ffffff;
    background-color: #00308f;
    background-image: none;
    border-color: #00308f;
    border-width: 2px;
}


.btn-outline-black {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
    border-width: 2px;
}

.btn-outline-black:hover {
    color: #ffffff;
    background-color: #000000;
    background-image: none;
    border-color: #000000;
    border-width: 2px;
}

.btn-button-pill {
    padding: 9px 28px;
    border-radius: 100px;
    /*color: #181d31;
    border: 2px solid #00818f;*/
    }

h3 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 30px;
}
h4 {
    color: #555;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 30px;
}


.container-padded{
	padding: 40px;
}

.m-0 {
    margin: 0px;
}
.p-0 {
    padding: 0px;
}

.p-50 {
  padding: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 100px;
}


.mt-60 {
    margin-top: 80px
}


.pt-80 {
    padding-top: 80px
}
.pt-60 {
    padding-top: 60px
}
.pt-40 {
    padding-top: 40px
}

.pt-20 {
    padding-top: 20px
}

.pt-10 {
    padding-top: 10px
}

.pb-20{
    padding-bottom: 20px;
}

.pb-40{
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}
.pb-80 {
    padding-bottom: 80px;
}

.pb-minus-30 {
    padding-bottom: -30px;
}

.pb-minus-80 {
    padding-bottom: -80px;
}

.mt-10rem {
    margin-top: 10rem;
}
.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-minus-20{
  margin-left: 20px;
}

.mt-minus-80 {
    margin-top: -80px;
}

.mt-minus-60 {
  margin-top: -60px;
}

.mt-minus-50 {
  margin-top: -50px;
}

.mt-minus-40 {
  margin-top: -40px;
}

.mt-minus-30 {
  margin-top: -30px;
}

.mt-minus-20{
  margin-top: -20px;
}

.mt-minus-10{
  margin-top: -10px;
}


.mt-minus-10rem {
	margin-top: -10rem;
}


@media (max-width: 767px) {
    .mt-minus-10rem {
        margin-top: 1rem;
    }
}
.mt-minus-15rem {
	margin-top: -15rem;
}

.ml-20{
  margin-left: 20px;
}

.ml-60{
  margin-left: 60px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-20{
  margin-bottom: 20px;
}

.mb-30{
  margin-bottom: 30px;
}

.mb-50{
  margin-bottom: 50px;
}

.mb-60{
  margin-bottom: 60px;
}


.mb-minus-10{
  margin-bottom: -10px;
}

.mb-minus-20{
  margin-bottom: -20px;
}

.mb-minus-30{
  margin-bottom: -30px;
}

.mb-minus-40{
  margin-bottom: -40px;
}

.mb-minus-50{
  margin-bottom: -50px;
}

.mb-minus-80{
  margin-bottom: -80px;
}

.mb-minus-85{
  margin-bottom: -85px;
}

.mb-minus-15rem {
	margin-bottom: -15rem;
}


.mr-15 {
  margin-right: 15px;
}

.mr-50{
  margin-right: 50px;
}

.h-100 {
    height: 100%!important;
}
/* ** colors ** */



/* ** jumbotron ** */

.inset{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

 /* background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 49%);*/
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 81%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(81%, rgba(246,246,246,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 81%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 81%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 81%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 81%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.jumbotron {
    margin-bottom: 0;
	border-radius: 0px;
}

.jumbotron h1.display-2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    /*line-height: 50px;*/
    margin: 0 0 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    padding-top: 30px;
    text-align: left;
    
}
.jumbotron p.lead-2 {
    color: #000000;
    font-size: 1.75rem;
    font-weight: lighter;
    /*line-height: 40px;*/
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 60px;
    margin-left: 50px;    
    padding-bottom: 30px;
    text-align: left;
}

.jumbotron h1.display-4 {
    font-size: 3.75rem;
    font-weight: 900;
    color: #ffffff;
    /*line-height: 50px;*/
    margin: 0 0 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 30px;
    text-align: center;
    
}
.jumbotron p.lead {
    color: #ffffff;
    font-size: 2rem;
    font-weight: lighter;
    /*line-height: 40px;*/
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 60px;
    margin-left: 10px;    
    padding-bottom: 30px;
    text-align: center;
}

.hero-overlay {
    color: #000000;
    background: rgba(255, 255, 255, 0.85);
  /*background: rgba(76, 175, 80, 0.3);*/
}
.hero-divider {
    min-height: 5px;
    width: 100%;
    background-color: #f0f0f0;
}
.hero-divider h2 {
    font-size: 25px;
}

.hero-index,
.hero-services,
.hero-why,
.hero-about,
.hero-team,
.hero-community,
.hero-news,
.hero-careers,
.hero-contact,
.hero-veterans,
.hero-veteranfair,
.hero-error,
.hero-hiring,
.hero-uniformedservices,
.hero-scholarship {
    height: 800px;
}
.hero-hiring{
    background: url(../img/img-hero-contact.jpg) no-repeat top center;
    background-size: cover;
}
.hero-error {
    background: url(../img/img-hero-contact.jpg) no-repeat top center;
    background-size: cover;
}
.hero-index {
    background: url(../img/img-hero-fedpoint.jpg) no-repeat center center;
    background-size: cover;
}

.hero-services {
    background: url(../img/img-hero-services.jpg) no-repeat top center;
    background-size: cover;
}
.hero-why {
    background: url(../img/img-hero-why.jpg) no-repeat top center;
    background-size: cover;
}
.hero-about {
    background: url(../img/img-hero-about.jpg) no-repeat top center;
    background-size: cover;
}
.hero-team {
    background: url(../img/img-hero-team1.jpg) no-repeat top center;
    background-size: cover;
}
.hero-community {
    background: url(../img/img-hero-community1.jpg) no-repeat top center;
    background-size: cover;
}
.hero-news {
    background: url(../img/img-hero-news.jpg) no-repeat top center;
    background-size: cover;
}
.hero-careers {
    background: url(../img/img-hero-careers.jpg) no-repeat center center;
    background-size: cover;
}
.hero-contact {
    background: url(../img/img-hero-contact.jpg) no-repeat top center;
    background-size: cover;
}
.hero-veteranfair {
    background: url(../img/img-hero-veteranfair.jpg) no-repeat top center;
    background-size: cover;
}
.hero-veterans {
    background: url(../img/img-hero-veterans.jpg) no-repeat top center;
    background-size: cover;
}
.hero-uniformedservices {
    background: url(../img/img-hero-uniformedservices.jpg) no-repeat top center;
    background-size: cover;
}
.hero-scholarship {
    background: url(../img/img-hero-scholarship.jpg) no-repeat top center;
    background-size: cover;
}
/*@media (max-width: 767px) {
    .hero {
        height: 400px;
    }
    .hero-message h1 {
        font-size: 1.8em;
        padding-bottom: 10px;
    }
    .hero-index {
    background: url(../img/img-hero-index.jpg) no-repeat center 35px;
    background-size: cover;
    }
	.hero-veteranfair {
	background-size: cover;
	background-image: url(../img/img-hero-veteranfair.jpg) no-repeat right 25px;
    }
    .hero-careers {
    background: url(../img/img-hero-careers.jpg) no-repeat center 45px;
    background-size: cover;
    }
    .hero-community {
    background: url(../img/img-hero-community.jpg) no-repeat center 65px;
    background-size: cover;
    }
    .hero-services {
    background: url(../img/img-hero-services.jpg) no-repeat;
    background-position: -50px 50px;
    background-size: cover;
    }
    .hero-team {
    background: url(../img/img-hero-team.jpg) no-repeat center 55px;
    background-size: cover;
    }
    .hero-news {
    background: url(../img/img-hero-news.jpg) no-repeat left 65px;
    background-size: cover;
    }
    .hero-about {
    background: url(../img/img-hero-about.jpg) no-repeat center 30px;
    background-size: cover;
    }
    .hero-why {
    background: url(../img/img-hero-why.jpg) no-repeat left 20px;
    background-size: cover;
    }
    .hero-veteranfair {
        background: url(../img/img-hero-veteranfair.jpg) no-repeat top right;
        background-size: cover;
    }
}*/

/* * box treatments * */

.white-box {
  padding: 40px;
  background-color: #ffffff;
  /*border-radius: 8px;*/
}
.col-white-space{
  margin-left: 100px;
  margin-top: 100px;
  background-color: #ffffff;
}

.col-white-space-top {
  
  margin-top: 100px;
  background-color: #ffffff;
}

.col-start-info .start-header,
.col-start-info .start-header {
    position: relative;
}
.col-start-info .start-header:before,
.col-start-info .start-header:before {
    /*background: #a7353a;*/
    background: #2489ed;
    content: "";
    height: 100%;
    left: -45px;
    position: absolute;
    top: 0;
    width: 3px;
}

.col-start-info p {
    margin-bottom: 30px;
    margin-left: -45px;
}

/* * homepage * **/

.ribbon-border {
  border-top:  20px solid #ffffff;
  border-bottom: 20px solid #ffffff;
}

.ribbon-border-bottom {
  border-bottom: 20px solid #ffffff;
}

.ribbon-border-top {
  border-top: 20px solid #ffffff;
}

.ribbon-pad {
  padding: 60px;
  margin-top: 15rem;
  margin-left: 5rem;
}

.ribbon-pad-md {
  padding: 40px;
  margin-top: 10rem;
  margin-left: 4rem;
}

.ribbon-pad-sm {
  padding: 40px;
  margin-top: 5rem;
  margin-left: 4rem;
}

.ribbon-pad-xs {
  padding: 40px;
  margin-top: 2rem;
  margin-left: 4rem;
}

.ribbon-head {
  font-weight: 800;
  font-size: 70px;
  line-height:70px;
  margin-bottom: 30px;
  text-align: center;
}

.ribbon-head-md {
  font-weight: 800;
  font-size: 55px;
  line-height:60px;
  margin-bottom: 30px;
  text-align: center;
}


.ribbon-head-sm {
  font-weight: 800;
  font-size: 40px;
  line-height:60px;
  margin-bottom: 30px;
  text-align: center;
}

.ribbon-text {
  font-size: 22px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;

}

.ribbon-text-left {
  font-size: 22px;
  line-height: 50px;
  font-weight: 500;
  text-align: left;

}

.ribbon {
    height: 400px;
    width: 100%;
    overflow: hidden;
    border: 10px solid #ffffff;
/*    background-color: #2489ED;*/
}



.text-over {
    color: #000000;
    position: absolute;
    top: 80px;
    margin-left: 40px;
    width: 50%;
    z-index: 1;
    background-color: rgba(166,222,227,0.8);
}

.push-top {
  margin-top: 210px;
}

.push-top-sm {
  margin-top: 250px;
}

.home-ribbon{
    overflow: hidden;
    height: 300px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-home-ribbon.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}


.home-cover-img {
    overflow: hidden;
    min-height: 500px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-service-cover.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
    padding-top: 75px;
    margin-top: 150px;
    margin-bottom: 150px;
}

.home-head {
    font-size: 30px;
    margin: 0 0 5px;
    color: #000000;
}
.home-sub {
    color:#000000;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}


.home-right {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 40px;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    min-height: 260px;
    /*border-radius: 8px*/

}


.head-wrap {
    position: relative;
    margin-left: 35px;
}

.left-line:before {
    background: #2489ed;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 3px;
}

.head-wrap-right {
    position: relative;
    margin-left: 35px;
}
 
.home-left {
    background-color: #ffffff;
    padding-top: 25px;
    margin-right: -80px;
    margin-top: 30px;
    z-index: 1;
    position: relative;
    padding-bottom: 25px;
    padding-left: 40px;
    /*border-radius: 8px*/

}

.ribbon-home{
    overflow: hidden;
    height: 800px;
    width: 100%;
    position: relative;
    background-image: url("../img/ribbon-homeimage1.jpg");
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.ribbon-careers {
    overflow: hidden;
    height: 800px;
    width: 100%;
    position: relative;
    background-image: url("../img/ribbon-careers.jpg");
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.ribbon-employee-careers {
    overflow: hidden;
    height: 800px;
    width: 100%;
    position: relative;
    background-image: url("../img/ribbon-employee-careers.jpg");
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.ribbon-services {
    overflow: hidden;
    height: 800px;
    width: 100%;
    position: relative;
    background-image: url("../img/ribbon-services.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ribbon-community {
    overflow: hidden;
    height: 800px;
    width: 100%;
    position: relative;
    background-image: url("../img/ribbon-community.jpg");
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.ribbon-about{
    overflow: hidden;
    height: 800px;
    width: 100%;
    position: relative;
    background-image: url("../img/ribbon-about.jpg");
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.ribbon-nurse{
    margin-top: 40px;
    overflow: hidden;
    height: 280px;
    width: 100%;
    position: relative;
    background-image: url("../img/nurse.png");
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
   /* background-size: cover;
    background-color: #2489ED;*/
}

.ribbon-usaf-blue {
    /*overflow: hidden;*/
    min-height: 700px;
    width: 100%;
    background-color: #00308f;
}

.ribbon-grn {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-better.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.ribbon-veteran {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-vetaran.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.quad-pad {
/*  margin-top: 12rem;*/
  padding-left: 30px;
}

.quad-pad-md {
/*  margin-top: 6rem;*/
  padding: 50px;
}

.quad-pad-sm {
/*  margin-top: 3rem;*/
  padding: 50px;
}


.quad-head {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
  text-align: center;
}

.quad-head-sm {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.quad-text {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;

}

/*.glow {
    text-shadow: 0px 1px 2px #000000, 1px 1px 2px #000000;
}*/


.quad-security {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-security.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}


.quad-better {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-better.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.quad-knowledge {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-knowledge.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.quad-administration {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-administration.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.quad-business {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-business.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}


.quad-meeting {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-meeting.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}


.quad-volunteer {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-volunteer.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}


.quad-office {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-male-office.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #2489ED;*/
}

.quad-fish {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-father-son.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-beth {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-beth.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-empty {
    overflow: hidden;
    height: 540px;
    width: 100%;
    position: relative;
    background-color: #a6dee3;
}
.quad-woman-seated {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-woman-seated.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-hands {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-hands.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-civ-mil-shake {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-civ-mil-shake.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-nat-guard {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-nat-guard.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quad-engaged-employees {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-engaged-employees.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.quad-soldier-baby {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-soldier-baby.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-nurse-scholarship {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-nursing-scholarship-winners-2023.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-hands-in {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-hands-in.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-medallion {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-medallion.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-flags {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-flags.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-courage {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-courage.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-group-meet {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-group-meet.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-collaboration {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-collaboration.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quad-respect {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-respect.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quad-nurse1 {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-nurse-grp-1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quad-nurse2 {
    overflow: hidden;
    height: 620px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-nurse-grp-2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quad-lt-blue {
    overflow: hidden;
    min-height: 620px;
    width: 100%;
    position: relative;
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #a6dee3;
}

.quad-lt-blue-vid {
    overflow: hidden;
    min-height: 540px;
    width: 100%;
    position: relative;
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #a6dee3;
}

.quad-elec-blue {
    overflow: hidden;
    min-height: 620px;
    width: 100%;
    position: relative;
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2489ed;
}

.quad-usaf-blue {
    overflow: hidden;
    min-height: 620px;
    width: 100%;
    position: relative;
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00308f;
}

.quad-green {
    overflow: hidden;
    min-height: 620px;
    width: 100%;
    position: relative;
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #386b6e;
}

.quad-lt-gray {
    overflow: hidden;
    min-height: 620px;
    width: 100%;
    position: relative;
    /*background-image: url("../img/img-home-ribbon-1.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f0f0;
}
/* ** services **/


.video-wrap{
    min-height: 10px;
    border: solid 10px #ffffff;
    background-color: #ffffff;
}

.video-wrap-text {
    padding-top: 10%;
    padding-left: 25px;
}

.services-ribbon{
    overflow: hidden;
    height: 300px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-service-cover.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    background-color: #2489ED;
}

.service-cover-img {
    overflow: hidden;
    min-height: 500px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-service-cover.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
    padding-top: 75px;
    margin-top: 150px;
    margin-bottom: 150px;
}

.service-head {
    font-size: 30px;
    margin: 0 0 5px;
}
.service-sub {
    color: #555;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}


.services-right {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 40px;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    min-height: 260px;
    /*border-radius: 8px*/

}


.head-wrap {
    position: relative;
    margin-left: 35px;
}

.left-line:before {
    background: #2489ed;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 3px;
}

.head-wrap-right {
    position: relative;
    margin-left: 35px;
}
 
.services-left {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 40px;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    min-height: 260px;
    /*border-radius: 8px*/

}

.fedpoint-community {
overflow: hidden;
    min-height: 350px;
    width: 100%;
    position: relative;
    background-image: url(../img/img-community-people.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
    padding-top: 75px;
}


/* * about * */

/*.ribbon-about{
    height: 600px;
    width: 100%;
    overflow: hidden;
    border: 10px solid #ffffff;
}
*/
.about-cover-img {
    overflow: hidden;
    min-height: 500px;
    width: 100%;
    position: relative;
    background-image: url("../img/img-service-cover.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
    padding-top: 75px;
    margin-top: 150px;
    margin-bottom: 150px;
}

.about-head {
    font-size: 30px;
    margin: 0 0 5px;
}
.about-sub {
    color: #555;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}


.about-right {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    min-height: 260px;
    /*border-radius: 8px*/

}


.about-head-wrap {
    position: relative;
    margin-left: 35px;
}

.about-left-line:before {
    background: #2489ed;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 3px;
}

.about-head-wrap-right {
    position: relative;
    margin-left: 35px;
}
 
/*.about-about-left {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 40px;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    min-height: 260px;
}*/

/* * community * **/


.com-head {
    font-size: 30px;
    margin: 0 0 5px;
}
.com-sub {
    color: #555;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}


.com-right {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    margin-left: -80px;
    margin-top: 30px;
    z-index: 1;
    position: relative;
    /*border-radius: 8px*/

}


.com-head-wrap {
    position: relative;
    margin-left: 35px;
}

.com-left-line:before {
    background: #2489ed;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 3px;
}

.head-wrap-right {
    position: relative;
    margin-left: 35px;
}
 
.com-left {
    background-color: #ffffff;
    padding-top: 25px;
    margin-right: -80px;
    margin-top: 30px;
    z-index: 1;
    position: relative;
    padding-bottom: 25px;
    padding-left: 40px;
    /*border-radius: 8px*/

}



/* * team * */

/* .team .team-wrap {
  padding-left: 50px;
} */

.team .team-item {
    /*box-sizing: content-box;*/
    padding: 20px;
    margin: 0px 20px 40px 20px;
    max-width: 1580px;
    min-height: 258px;
    position: relative;
    background: #fff;
    border: solid 1px #d8d8d8;
}

.team .team-item .team-img {
  margin-right: 10px;

}

.team .team-item h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  color: #111;
}

.team .team-item h4 {
  font-size: 28px;
  color: #999;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: -15px;
}

.team .team-item .quote-icon-left, .team .team-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.team .team-item p {
  /*font-style: italic;*/
   margin-left: 60px;
   padding-right: 40px;
}

.box-pad-team {
  padding-left: 150px; 
  padding-right: 150px;
}

.box-pad {
  padding-left: 150px;
  padding-right: 150px;
}

/* @media (max-width: 767px) {
  .team .team-wrap {
    padding-left: 0;
  }
  .team .team-item {
    padding: 30px;
    margin: 15px;
  }
  .team .team-item .team-img {
    position: static;
    left: auto;
  }
}
 */


/* * com-icon * */

.com-icon .com-icon-wrap {
  padding-left: 50px;
}

.com-icon .com-icon-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 200px;
    margin: 0px 15px 100px 15px;
    min-height: 200px;
    position: relative;
    background: #fff;
    border: solid 1px #d8d8d8;
     /*border-radius: 8px;*/
}

.com-icon .com-icon-item .com-icon-img {
  /*width: 90px;*/
  width: 200px;
  /*border-radius: 10px;*/
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.com-icon .com-icon-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0px 0;
  color: #111;
}

.com-icon .com-icon-item h4 {
  font-size: 18px;
  color: #999;
  margin-bottom: 20px;
  margin-top: -15px;
}

.com-icon .com-icon-item .quote-icon-left, .com-icon .com-icon-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

/* .com-icon .com-icon-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
} */



/* * cards */

/***********************************************/
/* Filter tags */
/***********************************************/

/*#myBtnContainer{
    margin-left: auto;
    margin-right: auto;
}*/

/*.filter-tag {
  display: inline-block;
  color: #666666;
  padding: .35rem 1rem;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
    font-size: 18px;
}
.filter-tag:hover, .filter-tag:focus {
  text-decoration: underline;
  color: #666666;

}
.filter-tag.active,
.filter-tag.active:hover {
  background-color: #666666
  text-decoration: underline;
  color: #666666;
}

.filterDiv {
  display: none;
}
.show {
  display: block;
}*/



/***********************************************/
/* Stretched link */
/***********************************************/
.stretched-link::after {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  pointer-events:auto;
  content:"";
  background-color:rgba(0,0,0,0);
}


/***********************************************/
/* article */
/***********************************************/
/* Resources cards */
.card-resources {
  /*background-color: #a2a2a2;*/
  border: none;
  /*border-radius: 3px;*/
  /*color: #fff;*/
/*  -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
     -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
          box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);*/
  transition: all .25s linear;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);          
}
.card-resources:hover {
  box-shadow: -1px 10px 29px 0px rgba(0,0,0,0.8);  
  /*-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);
     -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);
          box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);*/
}
.card-resources .card-header {
    background-color: #F0F6F7;
    border-bottom: 3px solid #00818F;
    /* color: #fff; */
    text-align: left;
    font-size: 1.2rem;
    /* padding: 1.25rem; */
    font-family: 'Roboto';
    line-height: 2rem;
    font-style: normal;
    font-weight: lighter;
    max-height: 220px;
}
.card-resources .card-footer {
  background-color: #fff;
  border-top: none;
  padding: 0 1.25rem 1.25rem;
}
  .card-resources .card-footer a:hover {
    text-decoration: none;
  }
.card-resources-tag {
  font-size: .9rem;
  margin-right: 8px;
  /*padding: 0 3px;*/
  /*border-left: 2px solid #00818F;*/
}
.card-resources-badge {
    /* display: inline-block; */
    /* background-color: #181d31; */
    color: #000000;
    padding: .4rem .5rem;
    font-size: .9rem;
    font-weight: 600;
    /* margin-right: 5px; */
    float: left;
}

.card-img-top{
  max-height: 184px;
}

.card-title {
  font-size: 1.25rem;
  padding: 1.25rem;
}
.card-article {
  background-color: #565656;
  border: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  /*border-radius: 0px;*/
}


.card-icon{
  height: 140px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.card-icon-wide{
  height: 140px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

/* * careers * */

.ribbon-career {
    height: 600px;
    width: 100%;
    overflow: hidden;
    border: 10px solid #ffffff;
/*    background-color: #2489ED;*/
}

.ribbon-career1 {
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    position: relative;
    /*background-image: url("../img/img-home-ribbon.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;*/
     /*background-color: #00308f; */
}

.careers {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
/*a.careers:link  { color: orange !important; text-decoration:none; font-weight:normal; }
a.careers:visited { color: #FFF; text-decoration:none; font-weight:normal; }
a.careers:hover { color: green; text-decoration:underline; font-weight:normal; }
a.careers:active { color: #FFF; text-decoration:none; font-weight:normal; }*/

.career-title {
    font-family: 'Roboto', sans-serif;
    color: #282828;
    font-size: 22px !important;
    font-weight: 800;
    /*margin-top: 40px;*/
    text-align: center;
}

/*.career-title:after {
    background: #2489ed;
    top: 110px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
  }
*/
.career-specs{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    /*margin: 60px 0 20px;*/
    line-height: 25px;
    text-align: center;
}

.career-apply{
    color: #2489ed;
    font-size: 18px;
    font-weight: 400;
    /*margin: 60px 0 20px;*/
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}



/*.lt-blue{
  background-color: #a6dee3;
}

.elec-blue{
  background-color: #2489ED;
}
.usaf-blue{
  background-color: #00308f;
}
*/


.filter-tag {
  display: inline-block;
  background-color: transparent;
  color: #00308f;
  border-radius: 3px;
  padding: .35rem 1rem;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter-tag:hover, .filter-tag:focus {
  text-decoration: none;
  background-color: transparent;
  /*background-color: #2489ED;*/
  font-weight: 600;
  color: #000000;
  border-bottom: #2489ED 3px solid;
  padding-bottom: .25rem;
}
.filter-tag.active,
.filter-tag.active:hover {
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  color: #000000;
  border-bottom: #2489ED 3px solid;
  padding-bottom: .25rem;
}
.filterDiv {
  display: none;
}
.show {
  display: block;
}

.career-location {
    text-align: center;
}

.benefits {
    margin-top: 15px;
    margin-bottom: 15px;
}
.benefits span,
.benefits label {
    display: block;
    width: 100%;
}
.benefits span {
    font-size: 3em;
    color: #006994;
    padding-bottom: 10px;
}
/* * press release */

.press {
  font-family: 'Roboto', Arial, sans-serif;
  text-decoration: none;
}

.press-year {
    font-family: 'Roboto', Arial, sans-serif;
    color: #282828;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

.press-year:after {
    background: #2489ed;
    top: 60px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
  }

/*.press-title{    ORIGINAL
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}*/

.press-title{  
    font-family: 'Roboto', Arial, sans-serif;
    color: #282828;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.press-read{
    color: #2489ed;
    font-size: 18px;
    font-weight: 400;
    /*margin: 60px 0 20px;*/
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}


/* * contact */

.contact-section {
  font-family: 'Roboto', Arial, sans-serif;
  text-decoration: none;
}

.contact-title {
    font-family: 'Roboto', Arial, sans-serif;
    color: #282828;
    font-size: 18px !important;
    font-weight: 800;
    /*margin-top: 40px;*/
    text-align: center;
}

.contact-title:after {
    background: #2489ed;
    top: 60px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
  }

.contact-content{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    /*margin: 60px 0 20px;*/
    line-height: 25px;
    text-align: left;
}

.card{
  border-radius: 0px;
}

/* No border cards */
.card-border-none {
    background-color: transparent;
    border: none;
    /*border-radius: 0;*/
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.card-border-none .card-header {
    background-color: transparent;
    border-bottom: none;
    /*padding: 10px 15px;*/

    /*font-family: 'Roboto', Arial, sans-serif;*/
    /*color: #282828;*/
    /*font-size: 20px;*/
    /*margin: 0 20 5px;*/
    /*text-align: center;*/
}
.card-border-none .card-body {
    background-color: transparent;
    border-bottom: none;
    /*padding: 10px 15px;*/
        /*color: #555;*/
    /*font-size: 18px;*/
    /*font-weight: 400;*/
    /*margin: 60px 0 20px;*/
    /*line-height: 25px;*/
    /*text-align: center;*/
}
.card-border-none .card-footer {
    background-color: transparent;
    border-top: none;
    /*padding: 10px 15px;*/
}
    .card-border-none:hover,
    .card-border-none:focus {
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }

/* .card-shadow-hover{

}     */

/*.container-gray {
  background-color: #ebebeb !important;
}
a.container-gray:hover {
  background-color: #d2d2d2 !important;
}*/

.container-gray {
  background-color: #ffffff !important;
}
a.container-gray:hover {
  background-color: #A6DEE3 !important;
}

.stretched-link::after {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  pointer-events:auto;
  content:"";
  background-color:rgba(0,0,0,0);
} 



/* * Read more function * */

.shorten-detail {
  display: none;
}

.shorten_expand .shorten-ellipses {
  display: none;
}

.shorten_expand .shorten-detail {
  display: inline;
}


/* * cta images * */

.ourstory-cover-img {
    overflow: hidden;
    min-height: 500px;
    width: 100%;
    position: relative;
    background-image: url(../img/cta-ourstory.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
}


.team-cover-img {
    overflow: hidden;
    min-height: 500px;
    width: 100%;
    position: relative;
    background-image: url(../img/cta-team.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
}

.home-cover-img {
    overflow: hidden;
    min-height: 500px;
    width: 100%;
    position: relative;
    background-image: url(../img/cta-home.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
}



/* * community * **/

.community-veterans {
    overflow: hidden;
    min-height: 500px;
    width: 100%;
    position: relative;
    background-image: url(../img/img-community-veteran-flag.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
    padding-top: 75px;
}


/* * contact * */
address{
  line-height: 30px;
  color: #666666;
}


/* footer */
footer {
    color: #ffffff;
    background-color: #282828;
    padding-top: 30px;
    padding-bottom: 10px;
    /*margin-top: 150px;*/
    box-shadow: 0 100vh 0 100vh #282828;
    }

 
footer a {
    color: #ffffff;
}

footer a:hover,
footer a:focus {
    color: #2489ed;
}
/* END footer */



/* social media */

.socialbtns a, .socialbtns a:hover {
    text-decoration: none;
}

.socialbtns, .socialbtns ul, .socialbtns li {
  margin-top: -10px;
  padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns li a {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: #282828;
    border: 1px solid #ffffff;
    padding-top: 8px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
}

.socialbtns li a:hover {
    color: #282828;
    background-color: #ffffff;
    border: 1px solid #282828;
}

.no-bullet, .no-bullet ul, .no-bullet li {
    list-style: none outside none;
    line-height: 30px;
}







.check-size{
/*    margin-top:  30px;*/
    height:  100px;
    width:  100px;
}

.nurse-logo {
    /* height: 385px; */
    width: 180px;

}

.nurse-logo-ribbon {
    /* height: 385px; */
    width: 280px;

}



/* Timeline */

ol {
    margin:0;
    padding:0;
    list-style:none;
}
.steps{
    width:100%;
    display:table;
    text-align:center;
    max-width:1800px;
    margin:10px auto;
}
.steps li{
    display:table-cell;
    padding:10px 0 25px;
    position:relative;
    border-bottom:4px solid silver;
    font-weight:normal;
    width:1%;
}
.steps li:after{
    /*content:"\039f";*/
    content:"";
    position:absolute;
    bottom:-16px;
    left:0;
    right:0;
    margin:auto;
    width:26px;
    height:26px;
    line-height:26px;
    background:silver;
    color:#fff;
    border-radius:50%;
    z-index:2;
    font-size:1rem;
    text-align:center;
}
.steps li:first-child:before,
.steps li:last-child:before,
.steps li.doing:before{
    content:"";
    position:absolute;
    z-index:1;
    bottom:-4px;
    left:0;
    height:4px;
    background:#ffffff;
    width:50%;
}
.steps li:last-child:before{
    left:auto;
    right:0;
}
.steps li.doing:before{background:yellowGreen}
.steps li.done{border-color:yellowGreen}
.steps li.done:after,
.steps li.doing:after{
/*    content:"\2713";*/
    content:"";
    background:yellowGreen;
}
.steps li.doing:after{background:#000;}

/*.timeline-head{
    color: #00308F;
    font-size: 1.5em;
}
*/

.timeline-head{
    color: #00308F;
    font-size: .9em;
}

@media screen and (max-width:640px){
    .steps,.steps li{display:block;width:auto;text-align:left}
    .steps{padding-left:25px}
    .steps li{padding:15px 15px 15px 25px;border:none;border-left:4px solid silver}
    .steps li:first-child:before,
    .steps li:last-child:before,
    .steps li.doing:before{
        top:0;
        bottom:50%;
        right:auto;
        height:auto;
        left:-4px;
        width:4px;
    }
    .steps li:last-child:before{
        top:50%;
        bottom:0;
    }
    .steps li:after{
        top:0;
        bottom:0;
        left:-16px;
        right:auto;
    }
}
/* END timeline */


/***********************************************/
/* Public content highlight accents */
/***********************************************/
.highlight-accent {
    height: 3px;
    background-color: #9ACD32;
    background-color: 
.highlight-accent-xs 
    height: 2px;
    width: 30px;
}

.highlight-accent-sm {
    width: 60px;
}

.highlight-accent-lg {
    width: 120px;
}

.highlight-accent-vertical {
    width: 3px;
    background-color: #9ACD32;
}


}
.highlight-accent-vertical-sm {
    height: 60px;
}

.highlight-accent-vertical-lg {
    height: 120px;
}

.highlight-accent-vertical-xl {
    height: 180px;
}

/***********************************************/
/* Public content evenly split columns */
/***********************************************/
@media ( min-width : 992px) {
    .split-group {
        display: flex;
    }
    .split-group-divider {
        flex: 0;
        align-self: center;
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

@media ( max-width : 991px) {
    .split-group {
        display: flex;
        flex-direction: column;
    }
    .split-group-divider {
        flex: 0;
        align-self: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.split-group-col {
    flex: 1;
}