:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  float: none;
  color: #333;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

a {
  color: #00e;
  font-family: Lato, sans-serif;
}

.button {
  color: #d89500;
  text-align: center;
  background-color: #0000;
  border: 2px solid #d89500;
  border-radius: 35px;
  margin-top: 0;
  padding: 5px 42px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #d89500;
}

.button.form-button {
  margin-top: 15px;
  transition: all .3s;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px #dedede;
  margin-top: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px #0003;
}

.navbar.top {
  box-shadow: none;
  background-color: #0000;
  margin-top: 12px;
  display: block;
  position: absolute;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-section {
  background-color: #0000;
  height: 700px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.hero-section.video {
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 508px;
}

.section.column-image {
  height: 225px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-columns {
  background-color: #f2f2f2;
  height: 100%;
  margin-top: -40px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.contact {
  background-image: url('../images/Afghan.jpg');
  background-position: 50% 20%;
  background-attachment: fixed;
  height: 100%;
}

.section.grey {
  background-color: #f7f7f7;
}

.section.about {
  background-image: url('../images/us_army_soldiers.jpg');
  background-position: 50% 42%;
  background-size: cover;
  margin-top: 75px;
  padding-top: 104px;
  padding-bottom: 104px;
}

.section.about.solutions {
  background-image: url('../images/usnavycommand.jpg');
  background-position: 50%;
}

.section.about.contact-us {
  background-image: url('../images/Private.jpg');
  background-position: 50% 23%;
}

.section.about-us-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero-slider {
  height: 100%;
}

.logo {
  margin-top: 10px;
}

.logo.fixed {
  margin-top: 5px;
}

.logo.fixed-navlogo {
  margin-top: 0;
}

.navmenu {
  float: right;
  clear: right;
  border-top: 1px solid #ffffff4a;
  margin-top: 0;
  padding-top: 0;
}

.navmenu.fixed {
  margin-top: 13px;
}

.navmenu.fixed-navmenu {
  border-top-color: #3333333b;
}

.slide-1 {
  background-image: url('../images/rescue-water.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Dollarphotoclub_51230697.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._3 {
  background-image: url('../images/warafghan.jpg');
  background-position: 50% 20%;
}

.slide-3 {
  background-image: url('../images/AFGHN-12819_0.jpg');
  background-position: 50% 16%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_0075.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-container {
  text-align: left;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  top: auto;
}

.div-container.hero-container {
  padding-left: 30px;
  padding-right: 30px;
  font-family: PT Sans, sans-serif;
  top: 40%;
}

.div-container.hero-container-2, .div-container.hero-container-3 {
  padding-left: 30px;
  padding-right: 30px;
  top: 40%;
}

.div-container.icons, .div-container.list {
  text-align: center;
}

.div-container.hero-div {
  width: 70%;
  top: 187px;
}

.div-container.sections-pages {
  max-width: 940px;
}

.hero-heading {
  color: #fff;
  text-align: right;
  text-transform: capitalize;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 3.1vw;
  font-weight: 900;
  line-height: 4.3vw;
  position: relative;
  top: auto;
}

.hero-heading._2 {
  text-align: center;
  text-shadow: none;
  font-family: Lato, sans-serif;
  font-size: 3.1vw;
  font-weight: 900;
  line-height: 4.3vw;
}

.hero-heading._3 {
  text-align: left;
  text-shadow: none;
  font-family: Lato, sans-serif;
  font-size: 3.1vw;
  font-weight: 900;
  line-height: 4.2vw;
}

.hero-heading.video {
  text-align: center;
  text-shadow: none;
  font-size: 4.1vw;
  font-weight: 700;
  line-height: 4.7vw;
}

.navlink {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 0 5px 35px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: border .3s;
}

.navlink:hover {
  color: #fff;
  border-bottom: 3px solid #d89500;
  text-decoration: none;
}

.navlink.w--current {
  color: #fff;
}

.navlink.fixed {
  color: #333;
}

.navlink.black {
  color: #333;
  padding-left: 33px;
  padding-right: 0;
}

.navlink.black.w--current {
  color: #333;
}

.navcontainer {
  max-width: 1280px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-backdrop {
  opacity: .6;
  background-color: #070057;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-backdrop.black-backdrop {
  opacity: .54;
  background-color: #000;
  display: block;
  inset: 0;
}

.heading-container {
  float: none;
  width: 45%;
  position: relative;
  top: 50%;
}

.heading-container.right {
  float: right;
  width: 60%;
  margin-left: 0;
  margin-right: 30px;
  display: block;
}

.heading-container.center {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-container.left {
  float: none;
  width: 60%;
  margin-left: 30px;
}

.left-arrow {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-logo {
  margin-top: 6px;
  margin-bottom: 6px;
}

.arrow {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-heading-1 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 65px;
  padding-left: 126px;
  padding-right: 126px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
}

.section-heading-1.columns {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  font-weight: 400;
}

.section-heading-1.image-columns {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 37px;
  padding-left: 0;
  padding-right: 0;
  font-size: 42px;
}

.service-container {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.service-container.blue {
  background-color: #120870;
  border-radius: 5px;
  padding-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.service-container.about-page-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 30px;
}

.image-block {
  float: left;
  width: 70px;
  height: 267px;
  margin-right: 8px;
  position: relative;
}

.image-block.columns-icon {
  opacity: 1;
  height: 145px;
}

.image-block.tabs-block {
  height: 900px;
}

.image-block.tabs-block.charities-block {
  height: 70px;
}

.service-heading {
  float: none;
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
  display: block;
}

.section-small-header {
  text-align: center;
  text-transform: uppercase;
  border-bottom-style: none;
  border-bottom-width: 3px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 900;
  display: block;
}

.section-small-header.image-column {
  color: #fff;
  text-align: left;
  font-size: 13px;
}

.separator {
  background-color: #d89500;
  width: 8%;
  height: 5px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.separator.column-separator {
  width: 15%;
  margin-bottom: 20px;
  margin-left: 0;
}

.column-image {
  background-image: url('../images/search-and-rescue.jpg');
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 490px;
  margin-left: -10px;
}

.column-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  display: block;
}

.column-paragraph {
  margin-bottom: 43px;
  font-size: 17px;
}

.column-small-text {
  margin-top: -7px;
  font-size: 13px;
  line-height: 25px;
}

.column-small-text.white {
  color: #fff;
  font-size: 17px;
}

.centered-block {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center-icon {
  margin-left: 49px;
  margin-right: 49px;
}

.icons-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-paragraph {
  margin-top: 45px;
  font-size: 18px;
  line-height: 30px;
}

.double-image-column {
  z-index: 0;
  background-image: url('../images/Private_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-left: -10px;
  padding: 50px;
  position: relative;
}

.double-image-column.second {
  z-index: 0;
  text-align: left;
  background-image: url('../images/wikileaks-manning.jpg');
  margin-left: 0;
  margin-right: -10px;
  position: relative;
}

.paragraph-white {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.column-1 {
  padding-right: 0;
}

.column-2 {
  padding-left: 0;
  position: relative;
}

.div-footer {
  background-color: #fff;
  border-radius: 5px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 62px;
  display: block;
  box-shadow: 0 3px 5px #00000080;
}

.footer-text {
  color: #a8a8a8cc;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}

.list-of-services {
  color: #120870;
  text-transform: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 700;
  line-height: 51px;
  text-decoration: underline;
  display: block;
}

.footer-header {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.email-navbar {
  float: right;
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  border-bottom-width: 0;
  width: 400px;
  margin: 25px auto 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.email-navbar.fixed {
  color: #333;
}

.email-navbar.fixed-navbar {
  margin-top: 10px;
}

.phone-icon {
  float: right;
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
}

.phone-number {
  float: right;
  text-transform: none;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.phone-number.black {
  color: #333;
}

.video-bg {
  overflow: visible;
}

.small-heading-hero {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 32px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
}

.navbartop {
  background-color: #0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-section {
  background-color: #040026;
  padding-top: 25px;
  padding-bottom: 25px;
}

.page-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #040026c9;
  width: 820px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px 20px 141px;
  font-size: 58px;
  text-decoration: none;
  box-shadow: 0 4px 6px #0006;
}

.tab-link {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #160066;
  border-radius: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
}

.tab-link:hover {
  background-color: #f5f5f5;
}

.tab-link.w--current {
  float: none;
  clear: none;
  color: #fff;
  background-color: #f65827;
  font-weight: 800;
  display: block;
}

.tab-link.w--current:hover {
  background-color: #f65827;
}

.tabs-menu {
  float: left;
  clear: none;
}

.icon-tabs {
  margin-top: -5px;
}

.image-solutions {
  float: left;
  clear: none;
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-right: 25px;
  display: block;
  position: static;
}

.solutions-paragraph {
  float: none;
  clear: none;
  text-align: left;
  width: auto;
  display: block;
  position: static;
}

.image-div-floated {
  float: left;
  width: 299px;
  position: static;
}

.form-wrapper {
  border: 1px solid #f0f0f0;
  width: 600px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  box-shadow: 0 3px 5px #00000040;
}

.text-field {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.form-label {
  margin-top: 30px;
}

.about-first-text {
  text-align: justify;
  text-indent: 0;
  width: 80%;
  margin-bottom: 119px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  display: block;
}

.highlighted {
  background-color: #fffc99;
  font-weight: 300;
}

.history-img-bio {
  float: right;
  margin-left: 10px;
}

.education-logo {
  float: right;
  margin-left: 15px;
  position: static;
}

.charities-blocks {
  float: none;
  clear: none;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  width: 400px;
  height: auto;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  display: inline-block;
  box-shadow: 0 3px 5px #0000001a;
}

.charities-heading {
  color: #f65827;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.charities-heading:hover {
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-decoration: underline;
}

.charities-text {
  text-align: justify;
  font-size: 14px;
  line-height: 21px;
}

.charities-logo {
  float: left;
  margin-right: 10px;
}

.charities-first-paragraph {
  margin-bottom: 34px;
}

.solution-tabs {
  margin-top: 100px;
}

.image-float {
  float: right;
  margin: 5px 10px 10px;
}

.photo {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

html.w-mod-js [data-ix="navbar-hidden"] {
  opacity: 0;
  display: block;
}

@media screen and (max-width: 991px) {
  .section.hero-section {
    height: 500px;
  }

  .div-container.hero-div {
    width: 90%;
  }

  .hero-heading {
    text-shadow: none;
    font-size: 4.8vw;
    line-height: 5.8vw;
  }

  .hero-heading._2 {
    font-size: 4.8vw;
    line-height: 5.8vw;
  }

  .hero-heading._3 {
    font-size: 4.7vw;
    line-height: 5.5vw;
  }

  .hero-heading.video {
    text-shadow: none;
    font-size: 5.8vw;
    line-height: 6.8vw;
  }

  .heading-container.right {
    width: 75%;
  }

  .section-heading-1 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-block {
    width: 15%;
    height: 365px;
  }

  .image-block.columns-icon {
    height: 184px;
  }

  .column-text {
    padding-top: 9px;
  }

  .column-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .column-small-text {
    font-size: 12px;
    line-height: 23px;
  }

  .paragraph-white {
    font-size: 17px;
    line-height: 29px;
  }

  .list-of-services {
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .icon-menu {
    color: #fff;
  }

  .email-navbar {
    float: left;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero-section {
    height: 450px;
  }

  .hero-heading {
    text-shadow: none;
  }

  .section-heading-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-block {
    height: 275px;
  }

  .div-footer {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    text-shadow: none;
  }

  .div-footer {
    padding-left: 15px;
    padding-right: 17px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 21px;
  }

  .footer-header {
    font-size: 16px;
    line-height: 29px;
  }

  .page-heading {
    width: 299px;
    padding-left: 109px;
    font-size: 40px;
  }
}


