

footer.t-Footer {
  gap: 0px;
}

#FooterLayout-11 {
  padding: 0px;
}

#FooterLayout-11 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
}

#FooterLayout-11 ul {
  background: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#FooterLayout-11 ul li {
  list-style: none;
  background: none;
  margin: 0px;
  padding: 0px;
}

#FooterLayout-11 a.footerlink:hover,
#FooterLayout-11 a.footerlink:active,
#FooterLayout-11 a.footerlink:focus {
  color: white;
  border-bottom: solid #ffffff 2px;
}

#FooterLayout-11 ul a.footerlink:hover::after {
  display: inline !important;
}

#FooterLayout-11 a.footerlink:focus {
  outline: 1px solid white;
  outline-offset: 2px;
  border-radius: 1px;
  border-bottom: none !important;
}



#FooterLayout-11 div.footer {
  background-color: #194867;
  background-image: linear-gradient(to top, rgba(25, 72, 103, 0), rgba(14, 42, 62, 0.5)), linear-gradient(#194867, #194867);
  padding: 0px;
}

#FooterLayout-11 div.footer .page-width {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 48px 47px 40px 47px;
}

#FooterLayout-11.full-width div.footer .page-width {
  max-width: 100%;
}

#FooterLayout-11 div.footer h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  text-transform: none !important;
  margin: 0px 0px 12px 0px;
  text-align: left;
}

#FooterLayout-11 div.footer a.footerlink {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

#FooterLayout-11 div.footer ul a.footerlink:not([href*="militaryonesource.mil"]):not([href^="/"])::after {
  position: absolute;
  margin-left: 5px;
  
  font-size: 11.2px;
  font-family: 'Font APEX Small';
  content: "\f08e";
}



#FooterLayout-11 div.footer .footer-logo-container {
  width: 329px;
  margin-bottom: 40px;
}

#FooterLayout-11 div.footer .footer-logo-container .footer-logo {
  max-width: 100% !important;
  padding: 0px;
}



#FooterLayout-11 div.footer .left-column {
  flex: 1;
  margin-right: 47px;
}

#FooterLayout-11 div.footer .left-column ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

#FooterLayout-11 div.footer .left-column ul li {
  margin-bottom: 12px;
}

#FooterLayout-11 div.footer .left-column ul li:last-child {
  margin-bottom: 0px;
}



#FooterLayout-11 div.footer .right-column {
  flex: 1;
  max-width: 390px;
}



#FooterLayout-11 .enewsletter form {
  display: flex;
  margin-bottom: 12px;
}

#FooterLayout-11 .enewsletter #email {
  width: calc(100% - 100px);
  border-radius: 40px 0 0 40px;
  height: 50px;
  box-sizing: border-box;
  padding: 0px 24px;
  font-weight: 500;
  box-shadow: none;
}

#FooterLayout-11 .enewsletter input#email:focus {
  outline: auto;
  box-shadow: 0 0 5px #194867 inset;
}

#FooterLayout-11 .enewsletter #signup {
  background: #dfe9ef;
  border-radius: 0 40px 40px 0;
  color: #194867;
  font-weight: bold;
  letter-spacing: .2px;
  text-transform: uppercase;
  width: 100px;
  padding: 0;
  outline: 0;
}

#FooterLayout-11 .enewsletter #signup:focus {
  background: #a2b6c1;
  outline: auto;
}

#FooterLayout-11 .enewsletter #email,
#FooterLayout-11 .enewsletter #signup {
  display: block;
  float: left;
  border: 0;
  line-height: 50px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}

#FooterLayout-11 .enewsletter .hide-label {
  opacity: 0;
  margin: 0;
  line-height: 0;
  vertical-align: top;
  display: none;
}



#FooterLayout-11 .enewsletter {
  margin-bottom: 40px;
}



#FooterLayout-11 .social {
  margin-bottom: 40px;
}

#FooterLayout-11 .social ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

#FooterLayout-11 .social a {
  display: flex;
  width: 25px;
}

#FooterLayout-11 .social a:hover,
#FooterLayout-11 .social a:focus {
  opacity: .5;
  outline: -webkit-focus-ring-color auto 1px;
}

#FooterLayout-11 .social a:focus {
  outline: 2px solid white !important;
  outline-offset: 2px;
  border-radius: 1px;
  opacity: 1;
}

#FooterLayout-11 .social a img {
  display: flex;
  max-height: 30px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}



#FooterLayout-11 .app-download ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#FooterLayout-11 .app-download ul li {
  margin: 0px;
}

#FooterLayout-11 .app-download a {
  display: flex;
}

#FooterLayout-11 .app-download a:focus,
#FooterLayout-11 .app-download a:hover {
  outline: 1px solid white !important;
  outline-offset: 0;
  border-radius: 1px;
}

#FooterLayout-11 .app-download img {
  max-width: 130px;
  max-height: initial;
}



#FooterLayout-11 .release-bar {
  background-color: #12334a;
  margin: 0px;
  padding: 24px;
}

#FooterLayout-11 .release-bar ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px;
  gap: 24px;
}

#FooterLayout-11 .release-bar ul li {
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

#FooterLayout-11 .release-bar ul li a {
  color: #aec7d6;
}

#FooterLayout-11 .release-bar ul li a:hover,
#FooterLayout-11 .release-bar ul li a:focus {
  color: white;
}

#FooterLayout-11 .release-bar ul li.app-version {
  color: #aec7d6;
  font-style: italic;
}



#FooterLayout-11.footer11-1 .container-wide {
  max-width: 100%;
}



@media (min-width: 768px) and (max-width: 1300px) {
  #FooterLayout-11 div.footer .page-width {
    padding: 48px 30px 40px 30px;
  }
}

@media (max-width: 767px) {
  #FooterLayout-11 div.footer .page-width {
    flex-direction: column;
    padding: 48px 30px 40px 30px;
  }

  #FooterLayout-11 div.footer .left-column {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  #FooterLayout-11 .release-bar ul {
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }
}

@media (max-width: 480px) {
  #FooterLayout-11 div.footer .page-width {
    padding: 48px 15px 40px 15px;
  }

  #FooterLayout-11 div.footer .footer-logo-container {
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  #FooterLayout-11 div.footer .footer-logo-container {
    max-width: 100%;
  }
}