
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
@font-face {
  font-family: 'USArmyWeb Light';
    src: url('../css/USArmyWeb-Light.eot');
    src: url('../css/USArmyWeb_Light/USArmyWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('../css/USArmyWeb-Light.woff2') format('woff2'),
         url('../css/USArmyWeb-Light.woff') format('woff'),
         url('../css/USArmyWeb-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #ffd530 #000000;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #000000;
}
*::-webkit-scrollbar-thumb {
  background-color: #ffd530;
  border-radius: 20px;
  border: 3px solid #000000;
}


body {
  font-family: "USArmyWeb Light";
  font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
	color: #777777;
	color: #E0E0E0;
	background: #000;
	height: 100%;
	position: relative;
}

a {
  color: #ffd530;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #FFD530;
	outline: none;
	font-size: 16px;
	font-weight: 300;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	color: #FEFEFE;
	font-family: "USArmyWeb Light";
	font-weight: 400;
	margin: 0 0 30px 0;
}


::-webkit-selection {
  color: #818892;
  background: #000000;
}

::-moz-selection {
  color: #818892;
  background: #000000;
}

::selection {
  color: #818892;
  background: #000000;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

/* ==================================================== INDEX.HTML section id="fh5co-header" CSS =============================================== */
#fh5co-header {
	position: relative;
	z-index: 100;
	width: 100%;
	opacity: 1;
	top: 0;
	margin-top: 10px;
	background-repeat: no-repeat;
	height: 35px;
	left: -1px;
}

.header {
  overflow: hidden;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 8px;
  font-size: 36px;
  font-family: "USArmyWeb Light";
}

.header a {
  color: #fff;
  background-color: black;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  border-radius: 2px;

  border: thin outset #FFD530;
}

.header a.logo {
  font-size: 30px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ffd530;
  color: #000;
  font-size: 18px;
  font-family: "USArmyWeb Light";
  font-weight: normal;
  padding: 5px;
}

.header a:hover {
  border-color: #ffd530;
}


.header a:active {
  background-color: #ffd530;
  color: #000;
  font-size: 18px;
  font-family: "USArmyWeb Light";
}

.header-right {
   float: right;
   font-family: "USArmyWeb Light";
 }
.header-left {
  float: left;
  font-size: 18px;
  font-family: "USArmyWeb Light";
}

@media screen and (max-width: 992px) {
  #fh5co-header {
    margin-top: 0;
    background: #000000;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header .navbar-brand {
    float: left;
    color: #ffffff !important;
    font-family: "USArmyWeb Light";
  }
  #fh5co-header #navbar li a {
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  #fh5co-header #navbar li a:hover {
    color: black;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: black;
    background: none;
    color: white !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
  font-family: "USArmyWeb Light";
  position: relative;
  font-size: 12px;
  font-weight: 300;
}
#fh5co-header #navbar li a span {
	position: relative;
	display: block;
	padding-bottom: 2px;
	color: rgba(232,188,25,1);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(0,0,0);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #FFD530;
  background: black;
}
#fh5co-header #navbar #big li a:hover {
  color: #FFD530;
  background: black;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: black;
  color: #FFD530;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  font-family: "USArmyWeb Light";
    float: left;
	display: block;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	padding-left: 30px;
	border: medium !important;
	padding-right: 0px;
	
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #000;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  font-family: "USArmyWeb Light";
  font-size: 20px;
  padding-bottom: 10px;
  color: #ffffff;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  backgroud: black;
  color:#ffd530;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: black;
  color: #ffd530;
  border-color: #ffd530;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #ffd530;
}
#fh5co-header .navbar-default {
  border: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #333333;
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #ffffff;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #ffd530;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

@media screen and (max-width: 992px) {
  #fh5co-header .navbar .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-default .navbar-collapse {
    background-color: #000000;
  }
}

/* ==================================================== INDEX.HTML section id="fh5co-home" CSS =============================================== */
#fh5co-home {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
#fh5co-home .gradient {
  position: absolute;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
 
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}
#fh5co-home .text-wrap {
  height: 1050px;
}
#fh5co-home .text-wrap {
	display: table;
	width: 100%;
	position: relative;
	z-index: 4;
}
#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-home .text-inner a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-home .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
}
#fh5co-home .text-inner h1 {
	font-size: 80px;
	color: white;
	margin: 0 0 20px 0;
}

#fh5co-home .text-inner h1 span {
  font-size: 90px;
}

#fh5co-home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-home {
    background-color: transparent;
    background-size: cover;
    position: relative;
    width: 100%;
    background-image: url(./../images/INDEX1_TABLET.jpg);
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
  }
  #fh5co-home .gradient {
    position: absolute;
    background-image: url(./../images/INDEX1_TABLET.jpg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: .9;
    -webkit-backface-visibility: hidden;

    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
    background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  }
}

@media screen and (max-width: 765px) {
  #fh5co-home {
    background-color: transparent;
    background-size: cover;
    position: relative;
    width: 100%;
    background-image: url(./../images/INDEX1_GRADIENT_MOBILE.jpg);
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
  }
  #fh5co-home .gradient {
    position: absolute;
    background-image: url(./../images/INDEX1_GRADIENT_MOBILE.jpg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: .9;
    -webkit-backface-visibility: hidden;

    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
    background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  }

  #fh5co-home .text-wrap .text-inner div {
    margin-top: 70px;
  }

  #fh5co-home .text-wrap {
    height: 100%;
  }

  #fh5co-home .text-inner h1 {
    font-size: 50px;
  }

  #fh5co-home .text-inner h1 span {
    font-size: inherit;
  }

  #fh5co-home .text-inner h2 {
    font-size: 28px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
  }
}

.slant {
	position: absolute;
	transform: rotate(-1.7deg);
	-ms-transform: rotate(-1.7deg);
	-webkit-transform: rotate(-1.7deg);
	-o-transform: rotate(-1.7deg);
	-moz-transform: rotate(-1.7deg);
	background-color: #000;
	content: "";
	z-index: 3;
	display: inline-block;
	height: 70px;
	bottom: 0;
	margin-bottom: -35px;
	padding: 0;
	width: 101%;
}

/* ==================================================== INDEX.HTML section id="fh5co-intro" CSS =============================================== */
#fh5co-intro {
  background-size: cover;
  background-image: url(./../images/CYBER.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: -150px;
  z-index: 10;
  padding-bottom: 7em;
}
#fh5co-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-intro .fh5co-block {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 16px;
  height: 450px;
  vertical-align: middle;
  padding: 40px;
	
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  backgroun-repeat: no-repeat;
}

#fh5co-intro .fh5co-block > .overlay-darker {
  z-index: 8;
  opacity: .25;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-intro .fh5co-block > .overlay {
	z-index: 9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: #151515;
	opacity: .2;
}
#fh5co-intro .fh5co-block > .fh5co-text {
  position: relative;
  z-index: 10;
}
#fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
  font-size: 50px;
  color: #ffd530;
  margin-bottom: 30px;
  display: block;
}
#fh5co-intro .fh5co-block h2 {
  font-size: 24px;
  font-weight: 400;
}
#fh5co-intro .fh5co-block:hover > .overlay, #fh5co-intro .fh5co-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text, #fh5co-intro .fh5co-block:focus > .fh5co-text {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover h2, #fh5co-intro .fh5co-block:focus h2 {
	color: #F7F4F4;
}
#fh5co-intro .fh5co-block:hover .btn, #fh5co-intro .fh5co-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover, #fh5co-intro .fh5co-block:focus .btn:hover {
  background: #ffd530 !important;
  border: 2px solid #ffd530 !important;
}


@media (min-width: 768px) and (max-width: 848px) {
  #fh5co-intro {
    background-size: cover;
    background-image: url(./../images/CYBER_TABLET.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: -150px;
    z-index: 10;
    padding-bottom: 7em;
  }

  #fh5co-intro .fh5co-block > .fh5co-text > img {
    width: 100px;
    height: 100px;
  }

  #fh5co-intro .fh5co-block > .fh5co-text > h2 {
    font-size: large;
  }

  #fh5co-intro .fh5co-block > .fh5co-text > p{
    font-size: medium;
  }

  .btn.btn-primary{
    padding: 5px 10px;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-intro {
    background-size: cover;
    background-image: url(./../images/CYBER_GRADIENT_LONG_MOBILE.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: -150px;
    z-index: 10;
  }

  #fh5co-intro {
    padding-bottom: 3em;
  }

  #fh5co-intro .fh5co-block {
    width: 100%;
  }
}

/* ==================================================== INDEX.HTML MULTIPLE SECTIONS CSS =============================================== */
#fh5co-current-partners, #fh5co-testimonials, #fh5co-counters, #fh5co-portals, #fh5co-contact, #fh5co-media {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#fh5co-current-partners, #fh5co-portals, #fh5co-counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-current-partners, #fh5co-portals, #fh5co-counters {
    padding: 4em 0;
  }

  #fh5co-testimonials, #fh5co-contact, #fh5co-media {
    padding: 2em 0;
  }
}

/* ==================================================== INDEX.HTML section id="fh5co-services" CSS =============================================== */
#fh5co-current-partners {
  background-size: cover;
  background-image: url(./../images/NEW_LOGOS2.jpg);
  background-repeat: no-repeat;
  position: relative;
  width:100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-current-partners:before, #fh5co-current-partners:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 103%;
}
#fh5co-current-partners:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-current-partners:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-current-partners .fh5co-service {
  padding-right: 30px;
  overflow: hidden;
}
#fh5co-current-partners h3 {
  font-size: 24px;
  color: #fff;
}

#fh5co-current-partners .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-current-partners .icon:before {
  color: #fff;
}
#fh5co-current-partners .section-heading h2 {
  color: #fff;
}
#fh5co-current-partners .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#fh5co-current-partners .printPList{
  background-color: rgba(0,0,0,0.50);
  border-radius: 2px;
  margin-top: 8px;
  text-align:center;
}

@media screen and (max-width: 768px) {
  #fh5co-current-partners .partner_logo_list h3 {
    font-size: 20px;
    color: #fff;
  }
}
/* ==================================================== INDEX.HTML section id="fh5co-counters" CSS =============================================== */
#fh5co-counters {
  background: #52d3aa;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  /*background-attachment: fixed;*/
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}

#fh5co-counters .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-counters:before, #fh5co-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 103%;
}
#fh5co-counters:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#fh5co-counters .section-heading h2 {
  color: #fff;
}
#fh5co-counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#fh5co-counters .fh5co-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  display: block;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon {
  font-size: 40px;
  color: #52d3aa;
}
#fh5co-counters .fh5co-counter .fh5co-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-counters .fh5co-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }

  #fh5co-counters .fh5co-counter .fh5co-counter-number{
    font-size: 55px;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-counters {
    padding: 4em 0;
  }

  #fh5co-counters .fh5co-counter .fh5co-counter-number{
    font-size: 40px;
  }
}

/* ==================================================== INDEX.HTML section id="fh5co-testimonials" CSS =============================================== */
#fh5co-testimonials{
  background-size: cover;
  background-image: url(./../images/NEW_TANK.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#fh5co-testimonials .box-testimony {
	margin-bottom: 0px;
	float: left;
	width: 1150px;
	height: 800px;
}
#fh5co-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
  border-left: none;
  padding: 10px 10px 0px;
  background: #fff;
	
	font-size: 15px;
	font-weight: 300;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background-color: #646464;
	height: 160px;
	width: 1150px;
	overflow-x: auto; overflow-y: hidden;

}
#fh5co-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #000;
 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;

}
#fh5co-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#fh5co-testimonials .box-testimony .author a {
  color: #ffd530;
}
#fh5co-testimonials .box-testimony .author a:hover {
	text-decoration: underline;
	color: #F4EE20;
}
#fh5co-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#fh5co-testimonials .box-testimony .author > figure img {
  width: 100px;

}
#fh5co-testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#fh5co-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-testimonials {
    background-size: cover;
    background-image: url(./../images/TANK_TABLET.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-testimonials {
    background-size: cover;
    background-image: url(./../images/TANK_MOBILE.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
/* ==================================================== INDEX.HTML section id="fh5co-work" CSS =============================================== */
#fh5co-portals {
  background-image: url(./../images/NEW_CADET2.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
#fh5co-portals a {
  color: #ffd530;
  text-decoration: underline;
}
#fh5co-portals a:hover {
  background:#555555;
}
#fh5co-portals:before, #fh5co-portals:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #000;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 103%;
}
#fh5co-portals:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-portals:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-portals .section-heading h2 {
  color: #fff;
}
#fh5co-portals .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-portals .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-portals .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-portals .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-portals .fh5co-project-item .fh5co-text {
  padding: 10px 20px;
}
#fh5co-portals .fh5co-project-item .fh5co-text h2, #fh5co-portals .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-portals .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#fh5co-portals .fh5co-project-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-portals .fh5co-project-item:hover, #fh5co-portals .fh5co-project-item:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}
#fh5co-portals .fh5co-project-item:hover img, #fh5co-portals .fh5co-project-item:focus img {
  opacity: .7;
}
#fh5co-portals .fh5co-project-item:hover h2, #fh5co-portals .fh5co-project-item:hover span, #fh5co-portals .fh5co-project-item:focus h2, #fh5co-portals .fh5co-project-item:focus span {
  text-decoration: none !important;
}


@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-portals {
    background-size: cover;
    background-attachment: fixed;
    background-image: url(./../images/NEW_CADET2.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
  }
}

@media screen and (max-width: 765px){
  #fh5co-portals {
    background-size: cover;
    background-image: url(./../images/CADET_GRADIENT_LONG_MOBILE.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
  }

  #fh5co-portals:before, #fh5co-portals:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: transparent;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 103%;
  }
  #fh5co-portals:before {
    top: 0;
    margin-top: -35px;
  }
  #fh5co-portals:after {
    bottom: 0;
    margin-bottom: -35px;
  }
}

/* ==================================================== INDEX.HTML section id="fh5co-media" CSS =============================================== */
#fh5co-media{
  background-size: cover;
  background-image: url(./../images/NEW_NEWS5.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.fh5co-person {
  border: 2px solid #f2f2f2;
  padding: 30px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}

#archiveModal {
  margin-top: 3%;
}

.modal-header .close{
  margin-top: -30px;
}

.close{
  font-size: 30px;
  color: #ffd530;
  opacity: 1;
}

.modal-title{
  color: #ffd530;
  font-size: 17px;
}

.modal-ul li{
  color: black;
}

.modal-ul li a{
  color: black;
}

.modal-ul li a:hover{
  color: #ffd530;
}

@media screen and (max-width: 992px) {
  .fh5co-person {
    margin-bottom: 3.5em;
  }
}
.fh5co-person figure {
	position: absolute;
	margin-top: -60px;
	top: 60px;
	left: 243px;
	margin-left: -125px;
	display: block;
	margin-bottom: 50px;
    padding-top: 1rem;
}
.fh5co-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-person h3 {
  margin-bottom: 0px;
}
.fh5co-person .fh5co-position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-media {
    background-size: cover;
    background-image: url(./../images/NEWS_LONG_TABLET.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .fh5co-person figure {
    left: 300px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-media {
    background-size: cover;
    background-image: url(./../images/NEWS_GRADIENT_LONG_MOBILE.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .fh5co-person figure {
    margin-left: -130px;
  }

  #archiveModal{
    margin-top: 12%;
  }
}

/* ==================================================== INDEX.HTML section id="fh5co-contact" CSS =============================================== */
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(130, 125, 125, 0.62);
  font-size: 18px;
  font-weight: 400;
  width: 75%;
}

.form-control:active, .form-control:focus{
  outline: none;
  box-shadow: none;
  border-color: #ffd530;
}

.form-control:valid{

}

.form-control:required:invalid{
  border-color: #ffd530;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

#fh5co-contact {
  padding-bottom: 0;
}
#fh5co-contact .fh5co-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#fh5co-contact .fh5co-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#fh5co-contact .fh5co-contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

/* CSS for Contact Us section */
#contact h2{
  margin: 3px 0 8px 0;
}
#contact h4{
  margin: 0 0 5px 0;
}
#contact p{
  color: #FC3;
  font-size: medium;
}

#contactSelection{
  margin-bottom: 1%;
}

.contactSuccessMsg{
  margin-top: 3px;
}

/* ------- Captcha DIV and Input text  */
#botdetect-captcha{
  margin-bottom: 1%;
}

.captchaIdInput{
  margin-bottom: 1%;
}

.captchaErrorMsg{
  color: red;
}

@media screen and (max-width: 765px) {
  .form-control{
    width: 100%;
  }

  #contact{
    margin: 5px;
  }

  #contact p{
    font-size: small;
  }

  #contactSelection{
    margin-bottom: 10px;
    max-width: 75%;
    font-size: small;
  }

  .captchaIdInput{
    margin-bottom: 10px;
  }

  .btn.btn-primary{
    padding: 5px 10px;
  }
}

/* ==================================================== AP&A_COUNSELOR LOGIN.HTML section id="fh5co-apa-counselor" CSS =============================================== */
#fh5co-apa-counselor {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
#fh5co-apa-counselor .gradient {
  position: absolute;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-apa-counselor .apaRowStart{
  margin-top: 30px;
}

.apaH4 {color: #ffd530;}
.apaSpan {background-color: rgba(131,98,1,0.75);}

@media (min-width: 768px) and (max-width: 850px) {
  #fh5co-apa-counselor {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #fh5co-apa-counselor .columns3 > p {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-apa-counselor {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }

  #fh5co-apa-counselor .columns3 > p {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 15px;
  }

  .apaH4 {
    margin-left: 5px;
    font-size: medium;
  }

  .apaPtag{
    margin-right:10px;
    padding-right: 10px;
  }
}

/* ==================================================== CADET CHECKLIST.HTML section id="fh5co-cadet" CSS =============================================== */
#fh5co-cadet {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_CADET.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-cadet .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_CADET.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-cadet .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-cadet .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-cadet .cadet_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-cadet {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_CADET.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-cadet .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-cadet {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_CADET.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-cadet .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-cadet .articleDiv{
    height: 375px;
  }

  #fh5co-cadet .cadet_article{
    overflow-y: visible;
  }
}

/* ==================================================== CALENDAR.HTML section id="fh5co-calendar" CSS =============================================== */
#fh5co-calendar {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-calendar .gradient {
  position: absolute;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-calendar .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 25%;
}

#fh5co-calendar .calendar_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  padding-right: 10px;
  overflow-y: scroll;
}

#fh5co-calendar .headerText{
  padding: 5px;
}

#fh5co-calendar .calendarTableRow{
  height:40px;
}

.calendar_table_css{
  width:1120px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .calendar_table_css {
    background-color: #101010;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-calendar {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .calendar_table_css{
    width: 100%;
  }
}

@media screen and (max-device-width: 765px) {
  #fh5co-calendar {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }

  #fh5co-calendar .text-wrap {
    margin-top: 30%;
  }

  #fh5co-calendar .calendar_article{
    width: 100%;
    height: 100%;
    font-family: 'USArmyWeb Light';
    font-size: small;
    color: #FFFFFF;
    padding-right: 10px;
  }

  #calendarId tr{
    height:40px;
  }

  .calendar_table_css{
    width: 75%;
    font-size: x-small;
  }
}

/* ==================================================== CONTACTS.HTML section id="fh5co-contacts" CSS =============================================== */
#fh5co-contacts {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-contacts .gradient {
  position: absolute;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-contacts .columns2 {
  width: 33%;
  float: left;
  font-family: 'USArmyWeb Light';
  color: #A5A5A5;
  line-height: 24px;
  padding-top: 1px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 5%;
}

#fh5co-contacts .columns2 > h4{
  font-weight: bolder;
  font-size: 20px;
}

#fh5co-contacts .columns2 > p{
  color: #ffffff;
  font-size: 17px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-contacts {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }

  #fh5co-contacts .columns2 {
    width: 100%;
    float: left;
    font-family: 'USArmyWeb Light';
    color: #A5A5A5;
    line-height: 24px;
    padding-top: 1px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 5%;
  }

  #fh5co-contacts .columns2 > h4{
    margin-bottom: 0px;
    font-size: large;
  }

  #fh5co-contacts .columns2 > p{
    font-size: medium;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-contacts {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }

  #fh5co-contacts .columns2 {
    width: 100%;
    margin-top: 5%;
  }

  #fh5co-contacts .columns2 > h4{
    font-size: 15px;
  }

  #fh5co-contacts .columns2 > p{
    font-size: small;
    margin-left: 12px;
    margin-right: 5px;
    padding-right: 15px;
    padding-left: 5px;
  }
}

/* ==================================================== GENERAL INFORMATION.HTML section id="fh5co-general" CSS =============================================== */
#fh5co-general {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_GENERAL.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-general .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_GENERAL.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-general .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-general .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-general .general_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-general {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-general .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

}

@media screen and (max-width: 765px) {
  #fh5co-general {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-general .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-general .articleDiv{
    height: 375px;
  }

  #fh5co-general .general_article{
    overflow-y: visible;
  }
}

/* ==================================================== MENTORING THROUGH PIX.HTML section id="fh5co-mentoring" CSS =============================================== */
#fh5co-mentoring {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_MENTORING.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-mentoring .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_MENTORING.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-mentoring .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-mentoring .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-mentoring .mentoring_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-mentoring {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_MENTORING.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-mentoring .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-mentoring {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_MENTORING.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-mentoring .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-mentoring .articleDiv{
    height: 375px;
  }

  #fh5co-mentoring .mentoring_article{
    overflow-y: visible;
  }
}

/* ==================================================== MOA.HTML section id="fh5co-moa" CSS =============================================== */
#fh5co-moa {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_INFO.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-moa .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_INFO.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-moa .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-moa .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-moa .moa_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-moa {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-moa .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-moa {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-moa .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-moa .articleDiv{
    height: 375px;
  }

  #fh5co-moa .moa_article{
    overflow-y: visible;
  }
}

/* ==================================================== MOBILIZING.HTML section id="fh5co-mobilizing" CSS =============================================== */
#fh5co-mobilizing {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-mobilizing .gradient {
  position: absolute;
  background-image: url(./../images/left3LOGO25JULY24.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-mobilizing .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-mobilizing .articleDiv{
  height: 450px;
}

#fh5co-mobilizing .mobilizing_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-mobilizing {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-mobilizing .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-mobilizing {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-mobilizing .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-mobilizing .articleDiv{
    height: 375px;
  }

  #fh5co-mobilizing .mobilizing_article{
    overflow-y: visible;
  }
}
/* ================================================== Partner FAQ.HTML id="fh5co-partner-faq" ======================================================   */
#fh5co-partner-faq {
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_PARTNERS5.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
#fh5co-partner-faq .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_PARTNERS5.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-partner-faq .my-accordion{
  height:100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-partner-faq {
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_PARTNERS5.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-partner-faq {
    background-image: url(./../images/MOBILE_SECOND_TIER_3_PARTNERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }
}

/* ================================================== PARTNER RESPONISIBILITIES.HTML id="fh5co-responsibility" ==============================   */
#fh5co-responsibility {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_MENTORING.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-responsibility .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_MENTORING.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-responsibility .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-responsibility .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-responsibility .responsibilities_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-responsibility {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_MENTORING.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-responsibility .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-responsibility {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_MENTORING.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-responsibility .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-responsibility .articleDiv{
    height: 375px;
  }

  #fh5co-responsibility .responsibilities_article{
    overflow-y: visible;
  }
}

/* ================================================== RESUMES.HTML id="fh5co-resumes" ======================================================   */
#fh5co-resumes {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-resumes .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-resumes .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-resumes .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-resumes .resumes_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-resumes {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-resumes .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-resumes {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_SOLDIERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-resumes .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-resumes .articleDiv{
    height: 375px;
  }

  #fh5co-resumes .resumes_article{
    overflow-y: visible;
  }
}

/* ================================================== SOLDIER CHECKLIST.HTML id="fh5co-soldier-checklist" ======================================================   */
#fh5co-soldier-checklist {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-soldier-checklist .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-soldier-checklist .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-soldier-checklist .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-soldier-checklist .soldiers_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-soldier-checklist {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-soldier-checklist .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-soldier-checklist {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_SOLDIERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-soldier-checklist .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-soldier-checklist .articleDiv{
    height: 375px;
  }

  #fh5co-soldier-checklist .soldiers_article{
    overflow-y: visible;
  }
}

/* ================================================== SOLDIER FAQ.HTML id="fh5co-soldier-faq" ======================================================   */
#fh5co-soldier-faq {
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_SOLDIERS5.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
#fh5co-soldier-faq .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_SOLDIERS5.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-soldier-faq .my-accordion{
  height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-soldier-faq {
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-soldier-faq {
    background-image: url(./../images/MOBILE_SECOND_TIER_3_SOLDIERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }
}

  /* ================================================== SOLDIER OVERVIEW.HTML id="fh5co-soldier-overview" ======================================================   */
#fh5co-soldier-overview {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-soldier-overview .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-soldier-overview .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-soldier-overview .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-soldier-overview .soldier_overview_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-soldier-overview {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_SOLDIERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-soldier-overview .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-soldier-overview {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_SOLDIERS.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-soldier-overview .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-soldier-overview .articleDiv{
    height: 375px;
  }

  #fh5co-soldier-overview .soldier_overview_article{
    overflow-y: visible;
  }
}

/* ==================================================== SOU.HTML section id="fh5co-sou" CSS =============================================== */
#fh5co-sou {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_INFO.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-sou .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_INFO.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-sou .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-sou .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-sou .sou_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-sou {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-sou .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-sou {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-sou .articleDiv{
    height: 375px;
  }

  #fh5co-sou .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-sou .sou_article{
    overflow-y: visible;
  }
}

/* ================================================== WHY PARTNER.HTML id="fh5co-why" ======================================================   */
#fh5co-why {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_GENERAL.jpg);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
#fh5co-why .gradient {
  position: absolute;
  background-image: url(./../images/SECOND_TIER_BACKGROUND_GENERAL.jpg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;

  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #000000), color-stop(1, #ffd530));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #000000 0%, #ffd530 100%);
  background-image: -ms-repeating-linear-gradient(top left, #000000 0%, #ffd530 100%);

}

#fh5co-why .text-wrap {
  display: table;
  position: relative;
  z-index: 4;
  margin-top: 20%;
}

#fh5co-why .articleDiv{
  height: 450px;
  overflow-x: hidden;
}

#fh5co-why .why_article{
  width: 100%;
  height: 100%;
  font-family: 'USArmyWeb Light';
  color: #FFFFFF;
  overflow-y: scroll;
}

@media (min-width: 768px) and (max-width: 992px) {
  #fh5co-why {
    background-size: cover;
    background-image: url(./../images/TABLET_SECOND_TIER_BACKGROUND_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #fh5co-why .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-why {
    background-size: cover;
    background-image: url(./../images/MOBILE_SECOND_TIER_3_INFO.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 113vh;
  }

  #fh5co-why .text-wrap {
    margin-top: 30%;
    margin-left: 3%;
    margin-right: 1%;
  }

  #fh5co-why .articleDiv{
    height: 375px;
  }

  #fh5co-why .why_article{
    overflow-y: visible;
  }
}
/* ================================================== CSS STYLES ACROSS ALL WEBPAGES ========================================================   */
.section-heading {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 10px;
	clear: both;
}
.section-heading h2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding-bottom: 5px;
	line-height: 1.5;
	background-color: rgba(0,0,0,0.50);
}
.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #ffd530;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #ffd530;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}

@media screen and (max-width: 765px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
.section-heading h3 {
	font-weight: 300;
	line-height: 1.5;
	color: #ffffff;
}
@media screen and (max-width: 765px) {
  .section-heading h3 {
    font-size: 20px !important;
    line-height: 34px;
  }
}



.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #ffd530;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #ffd530;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #ffd530;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #ffd530;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}

@media screen and (max-width: 992px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 765px) {
  #fh5co-header .navbar-brand {
    color: #ffffff !important;
    font-family:  'USArmyWeb Light';
    font-size: 15px;
  }

  #fh5co-header.navbar-fixed-top .navbar-brand {
    color: #ffffff !important;
    font-family: 'USArmyWeb Light';
    font-size: 15px;
  }
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
  position: relative;
}
#footer .gotop {
	position: absolute;
	top: -70px;
	left: 40%;
	margin-left: -40px;
	background: #fff;
	z-index: 8;
	width: 300px;
	height: 100px;
	font-size: 30px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}



.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #ffd530;
  color: #000000;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ffd530;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #52d3aa;
  color: #fff;
}
.social li a.social-circle {
  background: #52d3aa;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #000000 !important;
}
.social.social-box a {
  background: #52d3aa;
  color: #fff;
}
.social.social-circle a {
 
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.to-animate, .to-animate-2, .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
	padding-bottom: 4em;
	color: #060606;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */

.parallaxFixed{
  background-attachment: initial;
}

/* ====== article head title and content css ====== */
.article_title{font-weight: bolder; font-size: 20px;}
.article_content{font-size: 17px;}

@media screen and (max-width: 768px) {
  .article_title{font-size: medium;}
  .article_content{font-size: small;}
}

/* ====== accordion css for soldier faq and partner faq pages ====== */
.my-accordion .menu {
  background-color: hsla(0, 0%, 20%, 0.64);
  color: #ffffff;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  margin-top: 4px;
  border-radius: 8px;
  font-size: inherit
}

.my-accordion .panel {
  background-color: #000000;
  color: #ffffff;
  overflow: hidden
}

.my-accordion .open {
  display: block
}

.my-accordion .close {
  display: none
}

.my-accordion .active {
  background-color: #ffd530;
  color: #000000
}

.my-accordion .arrow {
  float: right;
  display: block
}

.my-accordion .darrow {
  display: none
}

.my-accordion .active .darrow {
  display: block
}

.my-accordion .active .rarrow {
  display: none
}

.bg-dark{
  width: 100%;
  background-color: #333333;
}







