.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header_section {
  background-color: #014613;
  background-image: url('../images/cc-bg-aircraft.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

.header_section.article {
  background-image: linear-gradient(rgba(255, 255, 255, .88), rgba(255, 255, 255, .88)), url('../images/pexels-pixabay-162340.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header_wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.header_wrapper.article {
  width: 900px;
  text-align: center;
  padding-top: 20px;
}

.content_section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.content_wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.content_wrapper.article {
  width: 900px;
  padding: 40px 20px;
}

.h1 {
  color: #e7b320;
  text-align: left;
  text-shadow: 0 2px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 53px;
  font-weight: 900;
  line-height: 1;
}

.c1 {
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}

.h2 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.2;
}

.leaf_section {
  width: 100%;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 450px;
}

.leaf {
  max-width: 35%;
  display: block;
}

.leaf._1 {
  max-width: 21%;
  margin-left: -100px;
}

.leaf._2 {
  max-width: 24%;
  margin-right: -100px;
}

.card_main_container {
  z-index: 12;
  width: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -75px;
}

.card_main_container.article {
  position: static;
}

.footer_text {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.footer_text.article {
  color: #fff;
}

.card {
  max-width: 32%;
  margin: 5px;
  text-decoration: none;
}
.card.mobile-only {
  max-width: 32%;
  margin: 5px;
  text-decoration: none;
  display: none;
}

.animal {
  display: none;
}

.bot_container {
  background-color: #222221;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text_card {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.h3 {
  color: #8f5407;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  display: none;
}

.h3.article {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer_section.article {
  background-color: #222221;
}

.footer_wrapper, .footer_wrapper-2 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.main_card {
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.p-text {
  color: #333;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.h4 {
  color: #811717;
  text-align: left;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.main_card-2 {
  max-width: 70%;
  border: 8px solid #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button {
  text-align: center;
  background-color: #a20000;
  border-bottom: 5px solid rgba(0, 0, 0, .27);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.button:hover {
  background-color: #cf0000;
}

.image_container {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content_image {
  max-width: 70%;
  border: 8px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-2 {
  width: auto;
  height: auto;
  max-width: 55%;
  margin-top: -10px;
  margin-bottom: 20px;
}

.navbar {
  background-color: #020204;
}

.nav_container {
  justify-content: center;
  display: flex;
}

.nav_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav_text:hover {
  border-bottom: 5px solid #e7b320;
}

.header_section-2 {
  background-color: #000;
  background-image: url('../images/bg-lu.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

.header_wrapper-2 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.header_wrapper-2.article {
  width: 900px;
  text-align: center;
  padding-top: 20px;
}

.quick-stack {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.h1-2 {
  color: #e7b320;
  text-align: left;
  text-shadow: 0 2px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
}

.animal-2 {
  display: none;
}

.header_section-3 {
  background-color: #014613;
  background-image: url('../images/cc-bg.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

.header_section-3.article {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/bg-lu.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main_card-3 {
  max-width: 70%;
  border: 8px solid #fff;
  margin: 40px 10px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.h1-3 {
  color: #e7b320;
  text-align: center;
  text-shadow: 0 2px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Droid Serif, serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.1;
}

.h2-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.h4-subhead {
  color: #811717;
  text-align: left;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.h2-head {
  color: #333;
  text-align: left;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
li{
  color: #333;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;

}
.p-text-italic {
  color: #333;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  font-style: italic;
  padding-top: 15px;
}
.p-text-aff {
  color: #333;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
   padding-bottom: 15px;
  padding-top: 15px;
}
.p-text-sub{
  color: #333;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  padding-bottom: 20px;
}

.block{
  text-align: center;
  padding-bottom: 20px;
}


@media screen and (max-width: 991px) {
  .header_section {
    background-image: url('../images/cc-bg-aircraft.jpg');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header_wrapper, .header_wrapper.article, .content_wrapper, .content_wrapper.article {
    width: 90%;
  }

  .h1 {
    font-size: 60px;
  }

  .c1 {
    font-size: 14px;
  }

  .h2 {
    font-size: 26px;
  }

  .leaf_section {
    top: 331px;
  }

  .leaf._1, .leaf._2 {
    max-width: 40%;
  }

  .card_main_container {
    width: auto;
    top: -80px;
  }

  .card {
    max-width: 31%;
  }
  .card.mobile-only {
    max-width: 31%;
    display: inline-block;
  }

  .bot_container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text_card {
    font-size: 16px;
  }

  .h3 {
    font-size: 28px;
  }

  .footer_wrapper, .footer_wrapper-2 {
    width: 90%;
  }

  .h4 {
    font-size: 24px;
  }

  .main_card-2 {
    max-width: 70%;
  }

  .image {
    max-width: 100%;
  }

  .nav_container {
    justify-content: flex-end;
  }

  .nav-menu {
    background-color: #e7b320;
  }

  .nav_text:hover {
    border-bottom-color: #000;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #e7b320;
  }

  .icon {
    color: #000;
  }

  .header_section-2 {
    background-image: url('../images/bg-lu.jpg');
    background-position: 50% 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header_wrapper-2 {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .header_wrapper-2.article {
    width: 90%;
  }

  .h2-2 {
    font-size: 24px;
  }

  .h1-2 {
    font-size: 50px;
  }

  .header_section-3 {
    background-image: url('../images/cc-bg.jpg');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main_card-3 {
    max-width: 70%;
  }

  .h1-3 {
    font-size: 51px;
  }

  .h2-3 {
    font-size: 26px;
  }

  .image-3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header_section {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .content_wrapper {
    width: 100%;
  }

  .h1 {
    text-align: center;
    text-shadow: 0 2px #fff;
    font-size: 58px;
  }

  .c1 {
    text-align: center;
    align-items: center;
  }

  .h2 {
    text-align: center;
    font-size: 28px;
  }

  .leaf_section {
    top: 620px;
  }

  .card {
    max-width: 31%;
  }
  .card.mobile-only {
    max-width: 31%;
    display: inline-block;
  }

  .c2 {
    align-items: center;
  }

  .animal {
    max-width: 80%;
  }

  .text_card {
    font-size: 16px;
  }

  .h3 {
    font-size: 28px;
  }

  .main_card-2, .image-2 {
    max-width: 80%;
  }

  .header_section-2 {
    background-image: url('../images/fc-bg2-1.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50% 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .header_wrapper-2 {
    padding-bottom: 0;
  }

  .quick-stack {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .h2-2 {
    text-align: center;
    font-size: 25px;
  }

  .h1-2 {
    text-align: center;
    text-shadow: 0 2px #fff;
    font-size: 48px;
  }

  .animal-2 {
    max-width: 90%;
    margin-top: -60px;
    padding-top: 0;
    display: block;
  }

  .header_section-3 {
    background-image: url('../images/BACKGROUNDS-1920-x-1080-6.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50% 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .header_section-3.article {
    background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/bg-lu.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .main_card-3 {
    max-width: 80%;
  }

  .h1-3 {
    text-align: center;
    text-shadow: 0 2px #fff;
    font-size: 49px;
  }

  .h2-3 {
    text-align: center;
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .header_section {
    background-image: url('../images/pattern_low_opacity-1.png'), url('../images/cc-bg-aircraft.jpg');
    background-position: 50%, 80% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header_wrapper {
    width: 95%;
    padding-top: 20px;
  }

  .content_wrapper.article {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    text-shadow: 0 1px #fff;
    font-size: 42px;
  }

  .h2 {
    font-size: 27px;
  }

  .leaf_section {
    display: none;
    top: 560px;
  }

  .leaf._1 {
    margin-left: -35px;
  }

  .leaf._2 {
    margin-right: -35px;
  }

  .card_main_container {
    top: -70px;
  }

  .footer_text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .card {
    max-width: 31%;
    margin: 0;
  }
  .card.mobile-only {
    max-width: 31%;
    margin: 0;
    display: inline-block;
  }

  .animal {
    max-width: 100%;
  }

  .h3 {
    margin-top: -20px;
    font-size: 24px;
    line-height: 40px;
  }

  .h3.article {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .main_card {
    float: none;
  }

  .h4 {
    font-size: 22px;
  }

  .main_card-2 {
    max-width: 90%;
    float: none;
    border-width: 5px;
  }

  .content_image {
    max-width: 100%;
    border-width: 5px;
  }

  .image-2 {
    max-width: 90%;
  }

  .header_section-2 {
    background-image: url('../images/fc-bg2-1.jpg');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .header_wrapper-2 {
    width: 95%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .quick-stack {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-2 {
    font-size: 18px;
  }

  .h1-2 {
    text-shadow: 0 1px #fff;
    font-size: 40px;
  }

  .animal-2 {
    max-width: 100%;
    margin-top: -100px;
    display: block;
  }

  .header_section-3 {
    background-image: url('../images/pattern_low_opacity-1.png'), none;
    background-position: 50%, 80% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .header_section-3.article {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg-lu.jpg');
    background-position: 0 0, 70%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main_card-3 {
    max-width: 90%;
    float: none;
    border-width: 5px;
  }

  .h1-3 {
    text-shadow: 0 1px #fff;
    font-size: 40px;
  }

  .h2-3 {
    font-size: 17px;
  }
}

#w-node-e5f93fe7-1d2d-4b96-5674-8f229febe2b6-684f8411 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-e5f93fe7-1d2d-4b96-5674-8f229febe2b7-684f8411, #w-node-e5f93fe7-1d2d-4b96-5674-8f229febe2be-684f8411 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e5f93fe7-1d2d-4b96-5674-8f229febe2b6-684f8411 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e5f93fe7-1d2d-4b96-5674-8f229febe2b7-684f8411, #w-node-e5f93fe7-1d2d-4b96-5674-8f229febe2be-684f8411 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


