/* Text Elements */

h1.hero-heading {
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  color: rgba(255, 255, 255, .87);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 62px;
  font-family: 'Teko', sans-serif;
  -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: .7s;
     -moz-transition-duration: .7s;
       -o-transition-duration: .7s;
          transition-duration: .7s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
}

h1.hero-heading.outofview {
  -webkit-transform: scaleX(.1) scaleY(.1);
     -moz-transform: scaleX(.1) scaleY(.1);
       -o-transform: scaleX(.1) scaleY(.1);
          transform: scaleX(.1) scaleY(.1);
}

h2 {
  margin-top: 10px;
  margin-bottom: 14px;
  color: #1a1d2d;
  text-align: center;
  letter-spacing: 2px;
  font-size: 36px;
  font-family: 'Teko', sans-serif;
}

h2.product-title {
  text-align: left;
}

h2.heading-1 {
  text-transform: uppercase;
  font-weight: 300;
}

h2.product-section-title {
  text-transform: uppercase;

  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
     -moz-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(21, 37, 43, .77);
  text-align: center;
  letter-spacing: 2px;
  font-size: 28px;
  font-family: 'Teko', sans-serif;
}

h3.hero-title {
  color: #002b31;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}

h3.mission-h {
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

h3.about-h {
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

h4.product-title {
  margin-bottom: 6px;
  color: #15252b;
  font-size: 22px;
  line-height: 1.2;
}

h4 {
  font-family: 'Poppins', sans-serif;
}

h5.about-content-h {
  padding-left: 40px;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}

h5.values-header {
  color: rgba(0, 56, 56, .54);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Teko', sans-serif;
}

h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
  font-family: 'Teko', sans-serif;
}

h6 {
  color: #0b33e6;
  font-family: 'Poppins', sans-serif;
}

h6.footer-header {
  color: #38506e;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: 'Teko', sans-serif;
}

p.paragraph {
  font-family: 'Poppins', sans-serif;
}

p.paragraph.paragraph-2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 500px;
  text-align: center;
  font-size: 17px;
}

p.paragraph.action-p {
  max-width: 90%;
  color: #15252b;
}

p.paragraph.mission-p {
  max-width: 212.389381%;
  color: #002b31;
  text-align: center;
  font-size: 18px;
}

p.paragraph.about-p {
  color: #002b31;
  text-align: center;
  font-size: 18px;
}

p.paragraph.about-content {
  font-size: 17px;
}

p.paragraph.product-summery {
  font-size: 15px;
}

p.paragraph.quote {
  padding-left: 20px;
  max-width: 400px;
  border-left: .0625rem solid #d0d0d0;
  font-family: 'Andale Mono', AndaleMono, monospace;
}

p.paragraph.quoter {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

span.text-element.nav-link {
  color: #135151;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Teko', sans-serif;
}

span.text-element.img-text {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 3px;
  background-color: rgba(255, 219, 212, .91);
  box-shadow: rgba(0, 0, 0, .3) 0 0 4px 1px;
  color: #002b31;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

span.text-element.menu-toggler {
  padding-top: 22px;
  padding-right: 12px;
  padding-left: 0;
  background-color: transparent;
  color: #002b31;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  font-family: 'Teko', sans-serif;
}

span.text-element.price {
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: .0625rem solid rgba(255, 217, 210, .49);
  color: #002b31;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.3;
}

span.text-element.button.menu-toggler {
  padding-top: 14px;
  padding-bottom: 8px;
}

span.text-element.copyright {
  display: inline-block;
  padding-top: 6px;
  border-top-width: .0625rem;
  border-top-style: solid;
  color: #002b31;
  font-family: 'Poppins', sans-serif;
}

span.text-element.value-text {
  color: #002b31;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

span.text-element {
  font-family: 'Poppins', sans-serif;
}

span.text-element.footer-headline {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 16px;
}

span.text-element.footer-text {
  margin-bottom: 3px;
}

span.text-element.price.secondary-price {
  font-size: 16px;
}

span.text-element.text-1 {
  color: #002b31;
  text-align: right;
  font-size: 16px;
}

span.text-element.secondary {
  color: rgba(0, 43, 49, .8);
  font-size: 14px;
}

span.text-element.availability {
  margin-top: 20px;
  margin-right: 10px;
  color: #4c4c4c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: 'Teko', sans-serif;
}

span.text-element.old-price.price {
  border-bottom-width: 0;
  text-decoration: line-through;
  font-size: 16px;
}

span.text-element.badge {
  padding: 5px 8px;
  border-radius: 9px;
  background-color: #d25111;
  color: #fff;
}

span.text-element.badge.discount-badge {
  background-color: #114ad2;
}

a.link-text {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

a.link-text.default-link {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  color: #019b9b;
  text-align: center;
  font-size: 16px;
}

a.link-text.product-link {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: .0625rem dotted rgba(188, 220, 220, .49);
  color: #019b9b;
}

a.link-text.sub-nav {
  padding: 10px 10px 10px 1px;
}

a.link-text.footer-link {
  color: #486f6f;
}

a.link-text.default-link.sub-nav {
  padding-left: 10px;
  border-right-width: .0625rem;
  border-right-style: dotted;
}

a.link-text.more-info {
  display: block;
  padding-bottom: 0;
  border-bottom: .0625rem dotted rgba(188, 220, 220, .49);
  color: #019b9b;
  font-size: 16px;
  line-height: 1.3;
}

a.link-text.outbound-link {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: .0625rem dotted rgba(0, 43, 49, .2);
  color: #002b31;
  -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: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: border-color;
     -moz-transition-property: border-color;
       -o-transition-property: border-color;
          transition-property: border-color;
}

a.link-text.footer-nav-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  color: #4f4f4f;
  font-size: 16px;
}

a.link-text.default-link.sub-nav:last-child {
  border-right-width: 0;
}

a.link-text.outbound-link:hover {
  border-bottom-color: rgba(0, 43, 49, .7);
}

/* Interaction Elements */

a.link-button.hero-btn {
  padding: 14px 16px;
  border-radius: 4px;
  background-color: #019fa0;
  box-shadow: rgba(0, 0, 0, .5) 0 5px 10px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Karla', sans-serif;
}

a.link-button.buy-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px 16px;
  border-radius: 4px;
  background-color: #ffdbd4;
  box-shadow: rgba(0, 0, 0, .2) 0 0 4px 1px;
  color: #002b31;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  font-family: 'Teko', sans-serif;
}

a.link-button.paypal {
  background-color: #6079ff;
}

a.link-button.button.card-btn {
  margin-bottom: 0;
  padding-top: .65em;
  padding-bottom: .65em;
  border-color: #e0afa5;
  border-radius: 3px;
  background-color: #ffdbd4;
  color: #002b31;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-family: 'Teko', sans-serif;
}

a.link-button.buy-button.paypal {
  background-color: #019b9b;
  color: #fff;
}

a.link-button.button.hero-btn {
  padding-top: 16px;
  font-size: 26px;
  font-family: 'Teko', sans-serif;
}

a.link-button.button.secondary-button {
  background-color: #b8e7e6;
  color: #002b31;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

/* Layout Elements */

.container.top-bar {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: end;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;

  -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;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.container.container-1 {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  min-height: 60vh;
  max-height: 280px;
  background-image: url('../images/white_paper_blank_artist.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.hero-section {
  padding-right: 0;
  padding-left: 0;
}

.container.action-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #ffdbd4;
  box-shadow: none;
}

.container.section-head-wrapper {
  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;
  padding-top: 40px;
  padding-bottom: 40px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.nav-modal {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  z-index: 100;
  display: none;
  padding-right: 0;
  padding-left: 0;
  min-height: 50vh;
  background-color: #afdada;
  box-shadow: rgba(0, 11, 53, .5) 0 0 10px 10px;
}

.container.navigation-container {
  padding-right: 0;
  padding-left: 0;
}

.container.product-img-wrapper {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  height: 300px;
}

.container.product-card {
  margin: 10px 2px;
  padding-right: 0;
  padding-left: 0;
  max-width: 80%;
}

.container.product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin: 10px auto 20px;
  padding-right: 0;
  padding-left: 0;
  max-width: 92%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.shop-wrapper {
  margin: 100px auto 60px;
  padding-top: 60px;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .5) 0 -5px 10px 0;
  -webkit-transform: translateY(-100px);
     -moz-transform: translateY(-100px);
       -o-transform: translateY(-100px);
          transform: translateY(-100px);
}

.container.container-2 {
  padding-right: 0;
  padding-left: 0;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 60px;
  padding-right: 0;
  padding-left: 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.footer-section {
  padding: 20px;

  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
     -moz-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}

.container.product-description {
  padding-right: 0;
  padding-left: 0;
}

.container.product-visuals {
  margin: 10px 2px;
  padding-right: 0;
  padding-left: 0;
  max-width: none;
}

.container.main-img {
  position: relative;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

.container.product-details-wrapper {
  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;
  margin: 40px auto 60px;
  padding: 40px 18px;
  max-width: 480px;
  box-shadow: rgba(0, 0, 0, .5) 0 -5px 10px 0;

  -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;
  -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.thumbs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding: 10px 0;
}

.container.copyright {
  padding-top: 30px;
  width: 100%;
}

.container.sub-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -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.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-left: 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.mission-header {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
  min-height: 350px;
  background-image: url('../images/business_signature_contract_962355.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.about-header {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f9eeef;
}

.container.about-content {
  padding-top: 40px;
  padding-bottom: 60px;
}

.container.section_newsletter {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  text-align: center;
}

.container.section-divider {
  padding-right: 0;
  padding-left: 0;
}

.container.text-wrapper {
  padding-top: 30px;
}

.container.logo-component {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  padding-right: 0;
  padding-left: 0;
  max-width: 90px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  color: #fff;
}

.container.video-overlay {
  display: none;
}

.container.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  padding-top: 10px;

  -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.card-action {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
     -moz-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.container.values-section {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(1, 155, 155, .25);
}

.container.value-item {
  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-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #b8e7e6;

  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.container.values-list {
  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;
  padding-top: 10px;
  padding-bottom: 10px;

  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.featured-product.product-card {
  margin-bottom: 3rem;
  box-shadow: rgba(0, 0, 0, .5) 0 5px 10px 0;
}

.container.card-content.secondary-card {
  padding-right: 0;
  padding-left: 0;
}

.container.secondary-product-card {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;

  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
     -moz-box-flex: 0;
      -ms-flex: 0 45%;
          flex: 0 45%;
}

.container.product-section.secondary-products {
  -ms-flex-pack: justify;
  padding-right: 2%;
  padding-left: 2%;
  max-width: 96%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .5) 0 -5px 10px 0;
  -webkit-transform: translateY(-59px);
     -moz-transform: translateY(-59px);
       -o-transform: translateY(-59px);
          transform: translateY(-59px);

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 350px;
  background-image: url('../images/UnitedStates.JPG');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.show-1440 {
  display: none;
}

.container.product-image-list {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.container.availability-component {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
}

.container.catgory-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 40px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.quote-component {
  padding-left: 0;
}

.container.category-section {
  padding-bottom: 40px;
  background-image: url('../images/USPickaState-1.JPG');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.category-section.virtual-reality {
  background-image: url('../images/UnitedStates-1.JPG');
}

.container.cams.category-section {
  background-image: url('../images/UnitedStates.JPG');
}

.container.product-info {
  padding-left: 0;
}

.container.price-info {
  padding-left: 0;
}

.container.discount-indicator {
  padding-right: 0;
}

.container.category-section.gear {
  background-image: url('../images/USPickaState.JPG');
}

.container.mission-text-component {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 80%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: none;
}

.container.text-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.container.about-component {
  position: relative;
  margin: 20px auto 30px;
  max-width: 80%;
}

.container.sub-nav-links {
  text-align: center;
}

.container.contact-header {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: rgba(65, 70, 207, .12);
}

.link-container.nav-link-wrapper {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: .0625rem solid rgba(255, 255, 255, .45);
}

.link-container.img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  opacity: 0;
  -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: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: opacity;
     -moz-transition-property: opacity;
       -o-transition-property: opacity;
          transition-property: opacity;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.link-container.img-overlay:hover {
  background-color: rgba(126, 253, 174, .4);
  opacity: 1;
}

div.responsive-picture {
  max-width: none;
}

span.glyph.close-button {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 0;
  background-color: #019b9b;
  color: rgba(255, 255, 255, .8);
}

ul.list-container.main-nav {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

span.glyph.menu-toggler {
  padding: 10px 0 8px 12px;
  background-color: transparent;
  color: #002b31;
  font-size: 20px;
}

div.responsive-picture.img-thumb {
  margin-right: 10px;
  max-width: 150px;
}

a.social-image.social-ones {
  margin-right: 3px;
}

.rule hr {
  border-top-color: #ffd9d3;
}

div.responsive-picture.about {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

div.responsive-picture.logo {
  border-radius: 3px;
}

.html-element.background-vid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

li.list-item-container.nav-item {
  -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: background-color;
     -moz-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
}

span.glyph.value-icon {
  color: #6da1a0;
  font-size: 22px;
}

.html-element.gallery-config {
  display: none;
}

div.responsive-picture.product-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -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: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: opacity;
     -moz-transition-property: opacity;
       -o-transition-property: opacity;
          transition-property: opacity;
}

div.responsive-picture.background {
  position: relative;
  -webkit-filter: opacity(.37);
          filter: opacity(.37);

  mix-blend-mode: normal;
}

span.glyph.about-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 110px;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  font-size: 60px;
}

.html-element.heart-animation {
  display: none;
}

span.glyph.button.close-button {
  background-color: #002b31;
}

div.responsive-picture.img-thumb:last-child {
  margin-right: 0;
}

div.responsive-picture.img-thumb.img-thumb-active {
  box-shadow: rgba(0, 0, 0, .29) 0 3px 10px 0;
  -webkit-transform: scaleX(1.05) scaleY(1.05);
     -moz-transform: scaleX(1.05) scaleY(1.05);
       -o-transform: scaleX(1.05) scaleY(1.05);
          transform: scaleX(1.05) scaleY(1.05);
}

div.responsive-picture.product-img.product-img-active {
  opacity: 1;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

div.responsive-picture.main-image-home.product-img-active {
  opacity: 1;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

div.responsive-picture.product-cat-img.product-img-active {
  opacity: 1;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

span.glyph.button.menu-toggler:hover {
  color: #000;
}

li.list-item-container.nav-item:hover {
  background-color: #019b9b;
}

span.glyph.about-icon:hover {
  color: rgba(255, 255, 255, .5);
}

@supports (display: grid) {
  /* Text Elements */

  h1.hero-heading {
    color: rgba(255, 255, 255, .87);
  }

  h3.hero-title {
    color: #fff;
  }

  /* Layout Elements */

  .container.product-visuals {
    max-width: none;
  }

  .container.text-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .container.values-list {
    display: grid;
    padding: 0;
    background-color: #95cdcb;

    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
  }

  .container.values-section {
    background-color: #b8e7e6;
  }

  .container.text-section {
    padding-right: 0;
    padding-left: 0;
  }

  .container.action-wrapper {
    background-color: rgba(195, 221, 254, .7);
  }

  .container.about-header {
    background-color: #c3ddfe;
  }

  .container.contact-header {
    background-color: #26c2ff;
  }

  .container.logo-component {
    background-color: #fff;
  }
}

@media screen and (min-width: 20rem) {
  @supports (display: grid) {
      /* Layout Elements */

    .container.about-header {
      background-color: #258cee;
    }

    .container.contact-header {
      background-color: #26c2ff;
    }
  }
}

@media screen and (min-width: 27.5rem) {
  @supports (display: grid) {
      /* Text Elements */

    h1.hero-heading {
      color: rgba(255, 255, 255, .87);
    }

    /* Layout Elements */

    .container.action-wrapper {
      background-color: rgba(195, 221, 254, .7);
    }

    .container.logo-component {
      background-color: #fff;
    }

    .container.about-header {
      background-color: #c3ddfe;
    }
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 12vw;
  }

  h2.heading-1 {
    text-transform: uppercase;
  }

  p.paragraph.action-p {
    margin-bottom: .3rem;
  }

  span.text-element.nav-link {
    color: rgba(17, 40, 49, .8);
    font-size: 22px;
  }

  /* Interaction Elements */

  a.link-button.hero-btn {
    float: right;
  }

  a.link-button.buy-button {
    float: right;
  }

  /* Layout Elements */

  .container.top-bar {
    position: fixed;
    top: 0;
    z-index: 100;
    padding-top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .18) 0 5px 10px 0;
  }

  .container.menu-toggle {
    display: none;
  }

  .container.nav-modal {
    position: relative;
    right: auto;
    left: auto;
    display: block;
    margin-bottom: 20px;
    padding: 10px 10px 0;
    min-height: 0vh;
    border-bottom: .0625rem dotted #7efdae;
    background-color: transparent;
    box-shadow: none;
  }

  .container.navigation-container {
    position: relative;
  }

  .container.container-1 {
    min-height: 70vh;
    max-height: none;
  }

  .container.hero-section {
    position: relative;
    padding-top: 80px;
  }

  .container.action-wrapper {
    position: absolute;
    top: 80%;
    right: 10px;
    bottom: auto;
    left: 40%;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .5) 0 5px 10px 0;
  }

  .container.product-section {
    -ms-flex-pack: justify;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    max-width: 800px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.footer {
    -ms-flex-pack: justify;
    padding-left: 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.section-head-wrapper {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .container.footer-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 220px;
       -moz-box-flex: 0;
        -ms-flex: 0 220px;
            flex: 0 220px;
  }

  .container.copyright {
    padding-left: 0;
  }

  .container.product-card {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: none;

    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.product-description {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.product-details-wrapper {
    margin-top: 160px;
    padding-right: 60px;
    padding-left: 60px;
    max-width: 600px;
    border: .0625rem dotted rgba(247, 117, 255, .3);
  }

  .container.section_newsletter {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.secondary-product-card {
    margin-right: 24px;
    margin-left: 24px;
    min-width: 100px;
    max-width: 300px;
  }

  .container.container-6 {
    min-height: 400px;
  }

  .container.product-section.secondary-products {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.shop-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 90%;
  }

  .container.featured-product.product-card {
    padding-right: 0;
    padding-left: 0;
  }

  .container.category-section {
    padding-bottom: 100px;
    background-attachment: fixed;
  }

  .container.mission-header {
    padding-top: 80px;
    min-height: 450px;
    background-attachment: fixed;
  }

  .container.mission-text-component {
    max-width: 720px;
  }

  .container.about-header {
    margin-top: 90px;
  }

  .container.contact-header {
    margin-top: 90px;
  }

  .link-container.nav-link-wrapper {
    padding-bottom: .6rem;
  }

  span.glyph.close-button {
    display: none;
  }

  ul.list-container.main-nav {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-item {
    -webkit-transition-delay: 0s, 0s;
       -moz-transition-delay: 0s, 0s;
         -o-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
       -moz-transition-timing-function: ease-in-out, ease-in-out;
         -o-transition-timing-function: ease-in-out, ease-in-out;
            transition-timing-function: ease-in-out, ease-in-out;
    -webkit-transition-duration: .3s, .3s;
       -moz-transition-duration: .3s, .3s;
         -o-transition-duration: .3s, .3s;
            transition-duration: .3s, .3s;
    -webkit-transition-property: background-color, box-shadow;
       -moz-transition-property: background-color, box-shadow;
         -o-transition-property: background-color, box-shadow;
            transition-property: background-color, box-shadow;
  }

  li.list-item-container.nav-item:hover {
    background-color: rgba(255, 219, 212, .44);
    box-shadow: rgba(0, 0, 0, .3) 0 4px 10px 0;
  }

  @supports (display: grid) {
      /* Layout Elements */

    .container.product-section {
      grid-template-columns: repeat(3 , 180px);
    }

    .container.product-details-wrapper {
      display: grid;
      -ms-flex-pack: start;
      -ms-flex-align: start;
      margin-top: 40px;
      max-width: 1024px;

      grid-template-columns: 2fr 3fr;
      grid-template-rows: 100px auto;
      grid-template-areas: 'visuals product-title' 'visuals action';
      grid-column-gap: 20px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
              align-items: flex-start;
    }

    .container.product-visuals {
      grid-area: visuals;
    }

    .container.text-wrapper {
      margin-right: auto;
      margin-left: auto;
      max-width: 900px;
    }

    .container.text-section {
      margin-right: auto;
      margin-left: auto;
      max-width: 900px;
    }

    .container.values-list {
      grid-template-columns: repeat(2 , 1fr);
    }
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.product-section-title {
    margin-top: 40px;
  }

  h3 {
    margin-bottom: 1rem;
  }

  h5.about-content-h {
    padding-left: 20px;
  }

  /* Interaction Elements */

  a.link-button.button.hero-btn {
    margin-top: 10px;
  }

  /* Layout Elements */

  .container.product-section {
    padding-bottom: 60px;
    max-width: 800px;
  }

  .container.product-card {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 500px;

    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
       -moz-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
  }

  .container.action-wrapper {
    right: 40px;
    left: auto;
    max-width: 600px;
  }

  .container.container-1 {
    max-height: 440px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.section_newsletter {
    margin-bottom: 60px;
  }

  .container.video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: end;
    background-color: rgba(1, 155, 155, .4);

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.value-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 20%;
       -moz-box-flex: 1;
        -ms-flex: 1 20%;
            flex: 1 20%;
  }

  .container.secondary-product-card {
    max-width: 300px;

    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
       -moz-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
  }

  .container.featured-product.product-card {
    max-width: 400px;

    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.container-6 {
    min-height: 60vh;
  }

  .container.product-section.secondary-products {
    max-width: 1000px;
  }

  .container.section-head-wrapper {
    padding-bottom: 180px;
  }

  .container.catgory-separator {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container.category-section {
    padding-bottom: 200px;
  }

  .container.shop-wrapper {
    padding-top: 100px;
  }

  .container.mission-header {
    min-height: 550px;
  }

  .container.about-content-component {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-right: 0;
    padding-left: 0;
  }

  .container.text-wrapper {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.about-content {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 1200px;
  }

  .html-element.background-vid {
    display: block;
  }

  @supports (display: grid) {
      /* Text Elements */

    h1.hero-heading {
      color: #fff;
    }

    span.text-element.text-1 {
      background-color: rgba(38, 194, 255, .7);
      color: transparent;
    }

    span.text-element.badge.discount-badge {
      background-color: #8fb6f3;
    }

    span.text-element.badge {
      background-color: rgba(38, 194, 255, .7);
    }

    /* Layout Elements */

    .container.product-section {
      grid-template-columns: repeat(3 , 1fr);
    }

    .container.product-details-wrapper {
      margin-top: 80px;
      max-width: 90%;
    }

    .container.values-list {
      grid-template-columns: repeat(4 , 1fr);
    }

    .container.value-item {
      background-color: #b8e7e6;
    }

    .container.action-wrapper {
      background-color: rgba(195, 221, 254, .7);
    }

    .container.about-header {
      background-color: #c3ddfe;
    }

    .container.values-section {
      background-color: #c3ddfe;
    }

    .container.contact-header {
      background-color: #c3ddfe;
    }

    .container.logo-component {
      display: block;
      max-width: 142px;
      background-color: #fff;
    }
  }
}

@media screen and (min-width: 80rem) {
  @supports (display: grid) {
      /* Layout Elements */

    .container.video-overlay {
      background-color: rgba(127, 128, 134, .4);
    }
  }
}

@media screen and (min-width: 87.5rem) {
  /* Text Elements */

  h5.about-content-h {
    text-align: center;
  }

  /* Layout Elements */

  .container.product-section {
    max-width: 1600px;
  }

  .container.featured-product.product-card {
    max-width: 320px;
  }

  .container.product-section.secondary-products {
    max-width: 1400px;
  }

  .container.show-1440 {
    display: block;
  }

  .container.product-details-wrapper {
    margin-top: 200px;
  }

  .container.shop-wrapper {
    max-width: 1200px;
  }

  .container.text-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  @supports (display: grid) {
      /* Layout Elements */

    .container.product-details-wrapper {
      max-width: 1280px;
    }
  }
}

@media screen and (min-width: 102.3125rem) {
  /* Layout Elements */

  .container.featured-product.product-card {
    max-width: 370px;
  }
}