/* Text Elements */

h1 span.heading-text-7 {
  color: #097810;
  font-family: 'Anton', cursive;
}

h1.heading-2 {
  text-align: center;
}

h2 {
  margin-bottom: 1.5rem;
  margin-left: 0;
  color: #404040;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  font-family: 'Anton', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
  line-height: 1.1;
}

h2.centered {
  text-align: center;
}

h2.heading-section {
  color: #50b1a9;
  font-size: 70px;
  line-height: .9;
}

h2.turquoise {
  color: #50b1a9;
}

h2.article-title {
  margin-bottom: 0;
  color: #b5b5b5;
}

h2.centered.turquoise {
  color: #50b1a9;
}

h2.article-cover-title.centered.turquoise {
  font-size: 40px;
}

h2.footer-large-text.ultra-large {
  margin-bottom: 5vw;
  width: 100%;
  color: #cecece;
}

h2 span.heading-text-1 {
  color: #097810;
}

h2 span.heading-text-5 {
  color: #097810;
}

h2 span.heading-text-2 {
  color: #097810;
  font-size: 2rem;
}

h4 {
  color: #404040;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.25;
}

p.paragraph {
  margin-bottom: 1rem;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.7;
}

p.paragraph.centered {
  text-align: center;
}

p.paragraph span.uppercase-p {
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

p.paragraph a.inline-link {
  color: #3c3c3c;
  text-decoration: underline;
}

p.paragraph.heading-section {
  margin-bottom: 3rem;
  color: #727272;
  font-size: 16px;
}

p.paragraph.light {
  color: #898989;
}

p.paragraph a.inline-link.light {
  color: #898989;
}

p.paragraph.centered.light {
  color: #898989;
}

p.paragraph.article-body {
  width: 100%;
  color: #767676;
}

p.paragraph.article-author {
  color: #50b1a9;
}

p.paragraph.footer-copyright-text {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  color: #5d5d5d;
}

span.text-element {
  color: #3c3c3c;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

span.text-element.contact-large-quote-sign {
  text-align: left;
  font-size: 18px;
}

span.text-element.contact-large-quote-sign.turquoise {
  color: #50b1a9;
}

blockquote {
  border-left-width: 0;
  border-left-style: none;
  color: #404040;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

blockquote.contact-large-quote-text {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  color: #404040;
  text-indent: -15px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Anton', cursive;
  line-height: 1;
}

blockquote.contact-large-quote-text.light {
  color: #959595;
  text-indent: -14px;
  line-height: 1.2;
}

a.link-text {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.footer-contact-info {
  color: #808080;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

a.link-text span.text-link-text-2 {
  color: transparent;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: 1.5rem .636364rem 1.3rem .6363636363636364rem;
  color: #50b1a9;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: .8rem;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-text.footer-contact-info:hover {
  color: #ababab;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

/* Interaction Elements */

a.link-button.button {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 1.7em;
  padding-left: 1.7em;
  border-color: rgba(60, 60, 60, .25);
  background-color: transparent;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-button {
  letter-spacing: 2px;
  font-size: 14px;
}

a.link-button.button.turquoise {
  border-color: rgba(80, 177, 169, .5);
  color: #50b1a9;
}

/* Layout Elements */

.container.full-width-col {
  padding-right: 0;
  padding-left: 0;
}

.container.one-thousand-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container.six-hundred-centered-cont {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.surrounding-padding-col {
  -ms-flex-pack: center;
  padding: 10vw 40px;
  background-color: #f2f2f2;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.sample-4-content-cont {
  margin: 10vw 40px;
  max-width: none;
}

.container.sample-4-left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.sample-43-heading-texts {
  width: 100%;
}

.container.sample-43-heading-img-cont {
  width: 50%;
}

.container.one-thousand-centered-cont.sample-47-content-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.surrounding-padding-col-low {
  -ms-flex-pack: center;
  padding: 7vw 40px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.heading-section {
  margin: 10vw 40px;
  max-width: none;
}

.container.article-cover.full-width-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding-right: 40px;
  padding-left: 40px;
  height: 100vh;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Images/_DSC0042.JPG');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Images/_DSC0042.JPG');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Images/_DSC0042.JPG');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Images/_DSC0042.JPG');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.next-article.surrounding-padding-col {
  background-image: -webkit-linear-gradient(top, rgba(29, 29, 29, .69) 0%, rgba(0, 0, 0, .43) 100%), url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-image:    -moz-linear-gradient(top, rgba(29, 29, 29, .69) 0%, rgba(0, 0, 0, .43) 100%), url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-image:      -o-linear-gradient(top, rgba(29, 29, 29, .69) 0%, rgba(0, 0, 0, .43) 100%), url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-image:         linear-gradient(180deg, rgba(29, 29, 29, .69) 0%, rgba(0, 0, 0, .43) 100%), url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.footer-copyright.surrounding-padding-col-low {
  background-color: #111;
}

.container.footer-contact-info.surrounding-padding-col {
  background-color: #1e1e1e;
}

.container.footer-contact-info-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding-right: 20px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.heading-left-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.contact-large-quote.surrounding-padding-col {
  background-color: #3e3e3e;
  background-image: url('../Images/00e0e_kwNnM65SxR7_600x450.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: multiply;
}

.container.team-lets-talk-cont {
  margin-bottom: 20px;
  width: 100%;
}

.container.headquarters-cont.one-thousand-centered-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.headquarters-text-cont {
  width: 100%;
}

.container.headquarters-gallery-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.article-body-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: end;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.article-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  margin-bottom: 60px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.team-gallery-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  margin-bottom: 3vw;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.team-social-content-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.contact-large-quote-cont.six-hundred-centered-cont {
  -ms-flex-align: start;
  margin-right: auto;
  margin-left: 0vw;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.mobile-menu-toggle {
  margin-bottom: 0;
  background-color: rgba(37, 37, 37, .7);
}

.container.button.mobile-menu-toggle {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  padding: 1.2em 40px;
  max-width: 50%;
  background-color: #343434;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.nav-container {
  max-width: none;
  background-color: #343434;
}

.container.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #070707;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.welcome-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding: 10vh 40px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.full-width-col.sample-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  background-image: -webkit-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../_DSC0041.JPG');
  background-image:    -moz-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../_DSC0041.JPG');
  background-image:      -o-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../_DSC0041.JPG');
  background-image:         linear-gradient(180deg, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../_DSC0041.JPG');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal, normal;
}

.container.heading-right-cont {
  min-height: 25vh;
  width: 100%;
  background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png'), -webkit-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 10%), url('../militarystore-logo.jpg');
  background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png'), -moz-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 10%), url('../militarystore-logo.jpg');
  background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png'), -o-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 10%), url('../militarystore-logo.jpg');
  background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png'), linear-gradient(180deg, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 10%), url('../militarystore-logo.jpg');
  background-attachment: scroll, scroll, scroll;
  background-position: center top, left top, center top;
  background-clip: border-box, border-box, border-box;
  background-origin: padding-box, padding-box, padding-box;
  background-size: auto auto, auto auto, auto 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;

  background-blend-mode: normal, normal, normal;
}

.container.menu-wrapper {
  z-index: 10;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #070707;
  box-shadow: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture.article-heading-img {
  margin-top: 20px;
  max-width: 250px;
}

div.responsive-picture.team-gallery-img {
  margin-bottom: 4%;
  max-width: none;
  width: 48%;
}

a.social-image.lets-talk-social-icon {
  margin-left: 10px;
  max-width: 48px;
  background-color: #bbb;
}

.rule.menu-line hr {
  border-top-width: 2px;
}

.rule.menu-line {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  max-width: 24px;
}

video.html-video-2 {
  position: relative;
  left: 25%;
  width: 50%;
}

a.responsive-picture.nav-logo {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 60px;
}

ul.list-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 36.8125rem) {
  /* Text Elements */

  h2 span.heading-text-1 {
    color: #097810;
  }

  /* Layout Elements */

  .container.heading-right-cont {
    background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2 {
    font-size: 32px;
  }

  h2.ultra-large {
    font-size: 40px;
  }

  h2.heading-section {
    font-size: 90px;
  }

  h2.article-cover-title.centered.turquoise {
    font-size: 50px;
  }

  h2 span.heading-text-2 {
    color: #097810;
  }

  h2 span.heading-text-5 {
    color: #097810;
  }

  h4 {
    font-size: 20px;
  }

  h6 span.heading-text-11 {
    color: #097810;
    font-weight: 600;
    font-family: 'Roboto', cursive;
  }

  h6 span.heading-text-12 {
    color: #097810;
    font-weight: 600;
    font-family: 'Roboto', cursive;
  }

  h6.heading-1 {
    width: 80%;
  }

  h6.heading-3 {
    width: 80%;
  }

  p.paragraph.heading-section {
    font-size: 18px;
  }

  p.paragraph.article-body {
    width: 64%;
    font-size: 16px;
  }

  p.paragraph {
    font-size: 15px;
  }

  p.paragraph.footer-copyright-text {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
    text-align: left;
  }

  blockquote.contact-large-quote-text {
    text-indent: -26px;
    font-size: 28px;
  }

  blockquote.contact-large-quote-text.light {
    font-size: 50px;
  }

  a.link-text.footer-contact-info {
    font-size: 24px;
  }

  a.link-text span.text-link-text-4 {
    color: #097810;
  }

  a.link-text span.text-link-text-5 {
    color: #097810;
  }

  a.link-text.nav-item {
    padding: 1.5rem 1rem 1.2rem;
    color: #097810;
    letter-spacing: 1px;
    font-size: .85rem;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.link-text.nav-item:hover {
    color: #50b1a9;
  }

  /* Layout Elements */

  .container.full-width-col {
    min-height: 50vh;
  }

  .container.sample-4-left-col {
    -ms-flex-align: end;
    min-height: 0;
    max-width: 1200px;
    width: 60%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.sample-4-content-cont {
    max-width: 440px;
  }

  .container.sample-43-heading-img-cont {
    width: 32%;
  }

  .container.sample-43-heading-texts {
    width: 64%;
  }

  .container.surrounding-padding-col-low {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container.article-cover.full-width-col {
    min-height: 0vh;
    height: 125vh;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../_DSC0037.JPG');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../_DSC0037.JPG');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../_DSC0037.JPG');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../_DSC0037.JPG');
    background-attachment: scroll, fixed;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.footer-contact-info-cont {
    margin-bottom: 0;
    width: 48%;
  }

  .container.heading-left-cont {
    -ms-flex-align: end;
    min-height: 0;
    width: 50%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.team-lets-talk-cont {
    margin-right: 3%;
    width: 60%;
  }

  .container.headquarters-cont.one-thousand-centered-cont {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.headquarters-text-cont {
    width: 48%;
  }

  .container.headquarters-gallery-cont {
    width: 48%;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.article-heading {
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.team-social-content-cont {
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.mobile-menu-toggle {
    display: none;
  }

  .container.button.mobile-menu-toggle {
    display: none;
  }

  .container.header-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.full-width-col.sample-4 {
    background-image: -webkit-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../_DSC0041.JPG');
    background-image:    -moz-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../_DSC0041.JPG');
    background-image:      -o-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../_DSC0041.JPG');
    background-image:         linear-gradient(180deg, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../_DSC0041.JPG');
  }

  .container.contact-large-quote.surrounding-padding-col {
    min-width: 100%;
    background-size: 100% 100%;
  }

  .container.heading-right-cont {
    width: 50%;
    background-image: url('../militarystore-logo-BLK.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.welcome-section {
    width: 100%;
    height: 625%;
  }

  .container.sd-two-cols {
    width: 90%;
  }

  .container.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  div.responsive-picture.team-gallery-img {
    margin-bottom: 0;
    width: 23.5%;
  }

  video.html-video-2 {
    position: relative;
    left: 34.5%;
    width: 30%;
  }

  a.responsive-picture.nav-logo {
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    max-width: 30px;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  li.list-item-container.nav-wrapper {
    padding-right: 0;
    background-color: transparent;
  }
}

@media screen and (min-width: 60.75rem) {
  /* Text Elements */

  h1.heading-2 {
    text-align: justify;
    font-family: 'Anton', cursive;
  }

  h1 span.heading-text-7 {
    color: #097810;
    font-size: 2.375rem;
  }

  h2 span.heading-text-1 {
    font-size: 5.625rem;
  }

  h2 span.heading-text-4 {
    color: #097810;
  }

  h2 span.heading-text-8 {
    color: #808080;
    font-weight: 400;
    font-size: .9375rem;
    font-family: 'Roboto', cursive;
  }

  h2 span.heading-text-2 {
    font-size: 2rem;
  }

  h2 span.heading-text-9 {
    font-size: 2rem;
  }

  h2 span.heading-text-10 {
    color: #097810;
  }

  h4 span.heading-text-3 {
    color: #097810;
    font-size: 1.75rem;
    font-family: 'Anton', cursive;
  }

  h6 span.heading-text-6 {
    color: #097810;
    font-family: 'Anton', cursive;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 1rem;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 700;
    font-style: italic;
  }

  p.paragraph a.inline-link.light {
    font-weight: 700;
    font-size: 1.25rem;
  }

  p.paragraph span.uppercase-p {
    color: #097810;
  }

  p.paragraph span.paragraph-text-3 {
    color: #097810;
    font-weight: 700;
  }

  p.paragraph.paragraph-1 {
    padding-top: 30px;
  }

  p.paragraph span.paragraph-text-4 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-5 {
    font-weight: 700;
  }

  span.text-element span.text-text-1 {
    color: #097810;
    font-weight: 700;
  }

  blockquote span.blockquote-text-1 {
    font-size: 1.25rem;
  }

  a.link-text.text-link-1 {
    color: #808080;
  }

  a.link-text.text-link-3 {
    color: #808080;
  }

  a.link-text.nav-item {
    color: #097810;
  }

  /* Layout Elements */

  .container.welcome-section {
    min-height: 100%;
    width: 100%;
    height: 250%;
  }

  .container.container-1 {
    padding-top: 129px;
    min-width: 0;
    background-image: url('../Images/20190403_144036.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.contact-large-quote.surrounding-padding-col {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 0%), url('../Images/00e0e_kwNnM65SxR7_600x450.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 0%), url('../Images/00e0e_kwNnM65SxR7_600x450.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 0%), url('../Images/00e0e_kwNnM65SxR7_600x450.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .5) 0%), url('../Images/00e0e_kwNnM65SxR7_600x450.jpg');
    background-attachment: scroll, fixed;
    background-position: left top, right center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, no-repeat;

    background-blend-mode: normal, multiply;
  }

  .container.headquarters-gallery-cont {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
    min-height: 266px;
    background-image: url('../Images/00e0e_kwNnM65SxR7_600x450.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% auto;
    background-repeat: no-repeat;
    vertical-align: top;

    background-blend-mode: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.surrounding-padding-col {
    margin-top: -90px;
    background-color: #fff;
  }

  .container.sd-two-cols {
    max-width: 100%;
    width: 75%;
  }

  .container.container-3 {
    width: 100%;
  }

  .container.next-article.surrounding-padding-col {
    background-image: url('../Images/carbon-fiber.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.footer-contact-info.surrounding-padding-col {
    background-image: url('../Images/carbon-fiber.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.heading-right-cont {
    float: none;
    clear: none;
    min-height: 100%;
    width: 50%;
    height: 100%;
    background-color: #000;
    background-image: url('../Images/militarystore-logo.jpg'), url('https://www.ncmilitarystore.biz/images/militarystore-logo-BLK.jpg');
    background-attachment: scroll, scroll;
    background-position: center top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.header-container {
    height: 100%;
    background-color: #000;
    background-image: url('../Images/militarystore-logo.jpg');
    background-attachment: scroll;
    background-position: right top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.one-thousand-centered-cont {
    padding-top: 0;
  }

  .container.container-2 {
    min-height: 200px;
    background-image: url('../branchesAflame.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.menu-wrapper {
    padding-top: 0;
  }

  video.html-video-1 {
    width: 80%;
    height: 100%;
  }

  div.responsive-picture.team-gallery-img {
    height: 100%;
  }

  div.responsive-picture.team-gallery-img > picture {
    height: 100%;
  }

  video.html-video-2 {
    position: static;
    right: 0;
    bottom: 0;
    left: 30%;
    width: 80%;
    height: 100%;
  }

  div.responsive-picture.picture-1 {
    position: static;
    height: 75%;
  }

  div.responsive-picture.picture-1 > picture {
    height: 75%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2 {
    font-size: 36px;
  }

  h2.ultra-large {
    font-size: 50px;
  }

  h2.heading-section {
    color: #50b1a9;
    font-size: 130px;
  }

  h2 span.heading-text-1 {
    color: #097810;
  }

  h2.turquoise {
    min-width: 0;
    width: 105%;
  }

  h4 {
    font-size: 24px;
  }

  p.paragraph span.uppercase-p {
    text-transform: uppercase;
    letter-spacing: .0625rem;
  }

  p.paragraph.heading-section {
    font-size: 20px;
  }

  p.paragraph.article-body {
    font-size: 18px;
  }

  p.paragraph {
    font-size: 16px;
  }

  blockquote.contact-large-quote-text {
    text-indent: -30px;
    font-size: 2.5vw;
  }

  blockquote.contact-large-quote-text.light {
    font-size: 60px;
  }

  a.link-text.footer-contact-info {
    font-size: 30px;
  }

  a.link-text span.text-link-text-2 {
    color: transparent;
  }

  a.link-text.nav-item {
    padding-top: 1.2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    border-top: .1875rem solid transparent;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  a.link-text.nav-item:hover {
    border-top-color: #50b1a9;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  /* Interaction Elements */

  a.link-button {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  /* Layout Elements */

  .container.sample-4-left-col {
    width: 50%;
  }

  .container.surrounding-padding-col {
    margin-top: 0vh;
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-color: #fff;
  }

  .container.surrounding-padding-col-low {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .container.heading-section {
    max-width: 600px;
  }

  .container.footer-copyright.surrounding-padding-col-low {
    border-top: .0625rem dotted #272727;
  }

  .container.contact-large-quote-cont.six-hundred-centered-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-left: 10vw;
    max-width: 50vw;
  }

  .container.footer-contact-info.surrounding-padding-col {
    background-color: #1e1e1e;
  }

  .container.heading-right-cont {
    background-image: url('../militarystore-logo.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  li.list-item-container.nav-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20;
       -moz-box-flex: 0;
        -ms-flex: 0 20;
            flex: 0 20;
  }
}