/* Hide only visually, but have it available for screenreaders: h5bp.com/v
 * Converted from HTML5 Boilerplate
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.83; }

main {
  overflow: hidden; }

hr {
  border: 0;
  height: 1px;
  background-color: black; }

p {
  line-height: 2; }

table {
  border-collapse: collapse; }

video,
audio,
img {
  max-width: 100%; }

button {
  border: 0;
  background: transparent;
  outline: none; }

a {
  color: inherit;
  text-decoration: none; }

.center-wrapper {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 25px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-out; }
  .btn-block {
    width: 100%;
    max-width: 315px; }
  .btn-solid {
    color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25); }
    .btn-solid.btn-green {
      background-color: #58ac6e; }
    .btn-solid.btn-blue {
      background-color: #3097b9; }
  .btn-outline {
    border: 1px solid #dcdcdc; }
    .btn-outline.btn-green {
      color: #58ac6e; }
  .btn-no-shadow {
    box-shadow: none; }
  .btn-iconed {
    position: relative; }
    .btn-iconed .btn-icon {
      position: absolute;
      top: 50%;
      left: 65%;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      opacity: 0; }

.btn-iconed .btn-text, .btn-iconed .btn-icon {
  transition: all 0.4s ease-out; }

.btn-solid.btn-blue:hover, .btn-hover-spot:hover .btn-solid.btn-blue {
  background-color: #00427a; }

.btn-solid.btn-green:hover, .btn-hover-spot:hover .btn-solid.btn-green {
  background-color: #358c4b; }

.btn-outline:hover, .btn-hover-spot:hover .btn-outline {
  background-color: #f9f9f9; }

.btn-iconed:hover .btn-text, .btn-hover-spot:hover .btn-iconed .btn-text {
  transform: translateX(-45%); }
.btn-iconed:hover .btn-icon, .btn-hover-spot:hover .btn-iconed .btn-icon {
  left: 75%;
  opacity: 1; }

@media only screen and (min-width: 64em) {
  .btn {
    min-width: 225px; } }
.icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in; }
  .icon-arrow-right-white {
    background-image: url("../assets/img/icon-arrow-right-white@2x.png"); }
  .icon-arrow-down-gray {
    background-image: url("../assets/img/icon-arrow-down-gray@2x.png"); }
  .icon-facebook {
    background-image: url("../assets/img/icon-facebook@2x.png"); }
  .icon-instagram {
    background-image: url("../assets/img/icon-instagram@2x.png"); }
  .icon-youtube {
    background-image: url("../assets/img/icon-youtube@2x.png"); }

.circle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #3097b9;
  text-align: center; }
  .circle-text-1 {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.9rem; }
  .circle-text-2 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem; }

.badge {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding: 0 20px;
  border: 1px solid #c8c8c8;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

.heading {
  font-weight: 800;
  color: #00427a;
  line-height: 1.166; }
  .heading-lvl-1 {
    font-size: 3.3rem; }
  .heading-lvl-2 {
    font-size: 2.6rem; }
  @media only screen and (min-width: 64em) {
    .heading-lvl-1 {
      font-size: 4.8rem; } }

.homepage-hero {
  padding: 60px 0 50px;
  background: url("../assets/img/homepage-hero@2x.jpg") center center no-repeat;
  background-size: cover; }
  .homepage-hero-container {
    color: #fff; }
  .homepage-hero-content {
    text-align: center; }
  .homepage-hero-label, .homepage-hero-title {
    margin: 0; }
  .homepage-hero-label {
    font-size: 1.6rem;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 1.375; }
  .homepage-hero-title {
    margin: 10px 0 40px;
    font-size: 4.9rem;
    font-weight: 800;
    line-height: 1.079; }
  .homepage-hero .btn {
    width: 100%;
    max-width: 315px; }
  @media only screen and (min-width: 48em) {
    .homepage-hero {
      position: relative; }
      .homepage-hero-container {
        max-width: 680px; }
        .homepage-hero-container:before {
          content: "";
          display: block;
          width: 420px;
          top: 0;
          bottom: 0;
          left: -190px;
          position: absolute;
          z-index: 10;
          background-color: #00427a; }
      .homepage-hero-content {
        position: relative;
        z-index: 20;
        text-align: left; } }
  @media only screen and (min-width: 64em) {
    .homepage-hero {
      padding: 100px 0 90px; }
      .homepage-hero-container {
        max-width: 585px; }
      .homepage-hero-label {
        letter-spacing: 5px; }
      .homepage-hero-title {
        margin-bottom: 65px;
        font-size: 7.6rem; } }
  @media only screen and (min-width: 80em) {
    .homepage-hero {
      padding: 200px 0 180px; }
      .homepage-hero-container {
        position: relative; }
        .homepage-hero-container:before {
          top: -75px;
          bottom: -70px;
          left: -200px; } }

.feature-item {
  text-align: center; }
  .feature-item-image {
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .feature-item-image img {
      -webkit-transform: scale(0.5);
      transform: scale(0.5); }
  .feature-item-title {
    margin: 15px 0 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.3rem; }

.features-grid {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .features-grid-item {
    margin-bottom: 30px; }
    .features-grid-item:last-child {
      margin-bottom: 0; }
  @media only screen and (min-width: 48em) {
    .features-grid {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-around; }
      .features-grid-item {
        max-width: 225px;
        margin-bottom: 0; } }

.product-tile {
  position: relative;
  height: 100%;
  padding: 35px;
  padding-top: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2); }
  .product-tile .badge-group {
    top: 15px;
    left: 15px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .product-tile .badge-group .badge {
      margin-bottom: 10px;
      background-color: #fff; }
      .product-tile .badge-group .badge:last-child {
        margin-bottom: 0; }
  .product-tile .btn {
    max-width: 220px; }
  .product-tile-link {
    height: 100%;
    display: block; }
  .product-tile-image-container {
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .product-tile-category, .product-tile-name {
    margin: 0;
    line-height: 1.9rem; }
  .product-tile-category {
    letter-spacing: 3px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #7b7b7b; }
  .product-tile-name {
    letter-spacing: 2px;
    font-size: 1.5rem;
    font-weight: 700; }
  .product-tile-footer {
    margin-top: 30px;
    text-align: center; }
    .product-tile-footer .btn {
      width: 220px; }
  @media only screen and (min-width: 80em) {
    .product-tile .badge-group {
      top: 35px;
      left: -25px; }
      .product-tile .badge-group .badge {
        background-color: transparent; } }

.news-item-thumbnail-container img {
  width: 100%;
  vertical-align: top; }
.news-item-title, .news-item-excerpt {
  margin: 0; }
.news-item-title {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 800; }
.news-item-excerpt {
  margin-top: 15px;
  font-weight: 600; }

.banner {
  margin: 0 -15px; }
  .banner-content {
    color: #fff; }
  .banner-title {
    margin: 0;
    line-height: 1.167; }
  .banner .btn {
    width: 100%;
    max-width: 315px; }

.banner-wide {
  position: relative; }
  .banner-wide .circle {
    top: -20px;
    left: 15px;
    position: absolute;
    z-index: 20; }
  .banner-wide-bg-1 .banner-wide-image {
    background-image: url("../assets/img/banner-wide-1@2x.jpg"); }
  .banner-wide-bg-2 .banner-wide-image {
    background-image: url("../assets/img/banner-wide-2@2x.jpg"); }
  .banner-wide-image {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .banner-wide-content {
    position: relative;
    padding: 120px 15px 35px;
    text-align: center; }
  .banner-wide-title {
    margin-bottom: 20px;
    font-size: 4.8rem; }
  .banner-wide-caption {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500; }
  .banner-wide .btn {
    bottom: -32px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (min-width: 64em) {
    .banner-wide {
      background-color: #00427a; }
      .banner-wide-image {
        width: 58%;
        height: auto;
        bottom: -70px; }
      .banner-wide-content {
        margin-left: 48%;
        max-width: 550px;
        padding-bottom: 75px;
        padding-top: 80px;
        text-align: left; }
      .banner-wide-title {
        max-width: 500px; }
      .banner-wide .btn {
        left: auto;
        -webkit-transform: none;
        transform: none; } }
  @media only screen and (min-width: 85em) {
    .banner-wide {
      margin: 0 -110px; }
      .banner-wide-content {
        padding-top: 120px; } }

.banner-simple {
  position: relative;
  padding: 100px 15px 60px;
  background-size: cover;
  background-position: center center;
  color: #fff; }
  .banner-simple-bg-1 {
    background-image: url("../assets/img/banner-simple-1@2x.jpg"); }
  .banner-simple-bg-2 {
    background-image: url("../assets/img/banner-simple-2@2x.jpg"); }
  .banner-simple .circle {
    top: -50px;
    right: 15px;
    position: absolute; }
  .banner-simple .btn {
    margin-top: 45px; }
  .banner-simple-content {
    text-align: center; }
  .banner-simple-title {
    font-size: 3.4rem; }
  @media only screen and (min-width: 48em) {
    .banner-simple {
      padding: 70px 15px 60px; }
      .banner-simple .circle {
        top: -20px; }
      .banner-simple-content {
        max-width: 480px;
        padding-right: 0;
        text-align: left; } }
  @media only screen and (min-width: 64em) {
    .banner-simple {
      padding: 90px 60px 80px; }
      .banner-simple-title {
        font-size: 4.8rem; } }
  @media only screen and (min-width: 80em) {
    .banner-simple {
      padding-left: 115px; }
      .banner-simple .btn {
        margin-top: 60px; } }
  @media only screen and (min-width: 85em) {
    .banner-simple {
      margin-left: 0;
      margin-right: 0; } }

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .grid .grid-item {
    width: 100%;
    padding: 7.5px 15px; }
  @media only screen and (min-width: 42.5em) {
    .grid .grid-item {
      padding: 15px;
      width: 50%; } }
  @media only screen and (min-width: 64em) {
    .grid .grid-item {
      width: 33.333%; } }

body.menu-open {
  overflow: hidden; }

.page-navbar {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2); }
  .page-navbar .center-wrapper {
    max-width: 1500px; }
  .page-navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .page-navbar .logo {
    display: inline-block;
    width: 125px;
    height: 60px;
    background: url(../assets/img/logo-top.svg) center center no-repeat;
    background-size: 125px auto;
    text-indent: -99999px; }
  .page-navbar .menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    background-color: #3097b9;
    transition: transform 0.25s ease-in;
    z-index: 100000; }
    .page-navbar .menu-container.menu-open {
      transform: translateX(0); }
  .page-navbar .secondary-menu {
    width: 100%;
    order: 2;
    margin: auto 0 0;
    padding: 20px 0 5vh;
    list-style-type: none;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .page-navbar .secondary-menu li {
      line-height: 1;
      margin: 15px; }
      .page-navbar .secondary-menu li a {
        padding: 10px 15px;
        color: #fff;
        font-size: 1rem;
        font-weight: 600; }
  .page-navbar .main-menu {
    order: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 10vh 0 0;
    padding: 0;
    list-style-type: none; }
    .page-navbar .main-menu li {
      margin: 20px 0;
      color: #fff;
      font-size: 1.4rem; }
  .page-navbar .menu-btn {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #222;
    border-radius: 8px; }
    .page-navbar .menu-btn-open {
      background: url(../assets/img/menu-btn-open.svg) center center no-repeat;
      background-size: 25px auto; }
    .page-navbar .menu-btn-close {
      position: absolute;
      top: 20px;
      right: 20px;
      background: url(../assets/img/menu-btn-close.svg) center center no-repeat;
      background-size: 25px auto; }
  .page-navbar .lang-dropdown {
    margin: 0 15px 0 auto; }
  @media only screen and (min-width: 1024px) {
    .page-navbar {
      padding: 35px 0 30px; }
      .page-navbar .logo {
        width: 200px;
        background-size: 200px auto; }
      .page-navbar .menu-btn {
        display: none; }
      .page-navbar .menu-container {
        position: static;
        flex-direction: column;
        align-items: flex-end;
        margin: 0 85px 0 auto;
        background-color: #fff;
        transform: translateY(0); }
      .page-navbar .secondary-menu {
        margin: 0 0 20px;
        padding: 0;
        width: auto;
        order: 0;
        border-top: 0;
        display: flex;
        align-items: center; }
        .page-navbar .secondary-menu li {
          margin: 0;
          color: #989898;
          padding: 0 20px;
          border-right: 2px solid #aeaeae; }
          .page-navbar .secondary-menu li:last-child {
            border-right: 0; }
          .page-navbar .secondary-menu li a {
            padding: 0;
            color: #a9a9a9; }
      .page-navbar .main-menu {
        margin: 0;
        flex-direction: row;
        order: 0; }
        .page-navbar .main-menu li {
          color: #222;
          margin: 0 15px; }
          .page-navbar .main-menu li:last-child {
            margin-right: 0; }
      .page-navbar .lang-dropdown {
        margin: 0;
        align-self: flex-end; } }
  @media only screen and (min-width: 1280px) {
    .page-navbar .main-menu li {
      margin: 0 45px; } }

.lang-dropdown {
  position: relative;
  width: 85px;
  height: 30px;
  z-index: 100; }
  .lang-dropdown-container {
    position: absolute;
    overflow: hidden;
    border-radius: 8px;
    padding-bottom: 5px; }
  .lang-dropdown-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #e8e8e8;
    color: #222;
    min-width: 85px;
    height: 30px;
    line-height: 30px;
    z-index: 100;
    cursor: pointer; }
    .lang-dropdown-label-text {
      margin-right: 15px;
      font-weight: 600; }
  .lang-dropdown.dropdown-open .lang-dropdown-label .icon {
    transform: rotate(180deg); }
  .lang-dropdown.dropdown-open .lang-dropdown-list {
    transform: translateY(5px); }
  .lang-dropdown-list {
    top: 35px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    background-color: #e8e8e8;
    list-style-type: none;
    text-align: center;
    transform: translateY(-120%);
    transition: transform 0.3s ease-out; }
    .lang-dropdown-list li {
      font-weight: 600;
      color: #222; }
      .lang-dropdown-list li a {
        display: block;
        padding: 5px 10px; }

.page-footer {
  background-color: #00427a;
  padding: 35px 0;
  color: #fff; }
  .page-footer-title {
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 2.2rem; }
  .page-footer .social-media {
    margin-bottom: 25px; }
    .page-footer .social-media-link {
      display: inline-block;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      transition: transform 0.2s ease-in; }
      .page-footer .social-media-link:hover {
        transform: translateY(-3px); }
  .page-footer-text-box {
    margin-bottom: 25px; }
    .page-footer-text-box-title {
      margin: 0;
      font-weight: 800; }
    .page-footer-text-box p {
      margin: 0; }
  .page-footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .page-footer-links a {
      display: inline-block;
      padding: 5px 0; }
  .page-footer-copyrights {
    display: inline-block;
    margin: 0;
    margin-left: 30px;
    opacity: 0.38; }
  .page-footer-row-copyrights {
    display: flex;
    align-items: center; }
  @media only screen and (min-width: 768px) {
    .page-footer {
      padding: 70px 0 45px; }
      .page-footer-row-headline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 45px; }
      .page-footer-title {
        margin-bottom: 0; }
      .page-footer .social-media {
        margin-bottom: 0; }
      .page-footer-row-text {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr;
        grid-gap: 40px; }
      .page-footer-text-box {
        margin-bottom: 0; }
      .page-footer-row-copyrights {
        margin-top: 40px; } }
  @media only screen and (min-width: 1024px) {
    .page-footer {
      padding: 115px 0 80px; }
      .page-footer-links a {
        padding: 0; }
      .page-footer-row-headline {
        margin-bottom: 50px; }
      .page-footer-row-text {
        grid-template-columns: 7fr 1fr 3fr;
        grid-gap: 90px; }
      .page-footer-text-box-description {
        max-width: 500px; } }

.text-medium {
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 2.2rem; }
  .text-medium:last-child {
    margin-bottom: 0; }
.text-bold {
  font-weight: 700; }
.text-center {
  text-align: center; }
.text-gray {
  color: #c1c1c1; }

.logo {
  display: inline-block;
  width: 45px;
  height: 45px; }
  .logo-monochromatic {
    background: url(../assets/img/logo-footer.svg) center center no-repeat;
    background-size: 40px auto;
    opacity: 0.38; }

.text-medium {
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 2.2rem; }
  .text-medium:last-child {
    margin-bottom: 0; }
.text-bold {
  font-weight: 700; }
.text-center {
  text-align: center; }
.text-gray {
  color: #c1c1c1; }

.features-section-title {
  margin: 0 0 10px; }
@media only screen and (min-width: 64em) {
  .features-section-title {
    margin: 0 0 40px; } }

.news-section .news-item {
  margin-bottom: 30px; }
.news-section .news-heading {
  margin-bottom: 25px;
  text-align: center; }
.news-section .news-title {
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 3.8rem;
  color: #00427a; }
@media only screen and (min-width: 42.5em) {
  .news-section .news-item {
    margin-bottom: 0; }
  .news-section .news-heading {
    text-align: left; } }
@media only screen and (min-width: 48em) {
  .news-section .news-heading {
    margin-bottom: 0; }
  .news-section .grid {
    flex-wrap: nowrap; } }
@media only screen and (min-width: 64em) {
  .news-section .news-title {
    margin-bottom: 65px; } }

.homepage .features-section {
  margin-top: 60px; }
.homepage .banner-wide {
  margin-top: 55px; }
.homepage .products-section {
  padding-top: 50px;
  padding-bottom: 35px; }
.homepage .products-grid {
  margin-top: 70px; }
.homepage .products-section-footer {
  margin-top: 15px;
  text-align: center; }
.homepage .news-section {
  margin: 35px 0 55px; }
@media only screen and (min-width: 48em) {
  .homepage .banner-wide {
    margin-top: 100px; } }
@media only screen and (min-width: 64em) {
  .homepage .banner-wide {
    margin-top: 140px; }
  .homepage .products-section {
    padding-top: 100px;
    padding-bottom: 45px; }
  .homepage .features-section {
    margin-top: 100px; }
  .homepage .products-section-footer {
    margin-top: 35px; }
  .homepage .news-section {
    margin-top: 75px; } }
@media only screen and (min-width: 80em) {
  .homepage .products-section {
    margin-top: -150px;
    padding-top: 300px;
    padding-bottom: 55px; }
  .homepage .news-section {
    margin-top: 170px;
    margin-bottom: 100px; } }

.bg-pattern {
  background: url(../assets/img/pattern-bg.jpg) center center no-repeat;
  background-size: cover; }

.distributor-item-title {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2rem; }
.distributor-item-details {
  margin: 0;
  line-height: 2rem;
  font-weight: 600; }
@media only screen and (min-width: 48em) {
  .distributor-item-title {
    margin-bottom: 20px; } }

.distributors-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }
  @media only screen and (min-width: 48em) {
    .distributors-list {
      grid-template-columns: repeat(4, 1fr); } }

.distribution-page .heading-lvl-1 {
  margin-top: 55px;
  margin-bottom: 40px;
  max-width: 580px; }
.distribution-page .distributions-subtitle {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 500; }
.distribution-page .distributions-info {
  margin: 35px 0 45px; }
  .distribution-page .distributions-info-btn-group {
    margin-top: 25px;
    text-align: center; }
@media only screen and (min-width: 64em) {
  .distribution-page .distributions-info {
    margin: 45px 0 90px; }
    .distribution-page .distributions-info-btn-group {
      margin-top: 55px; }
      .distribution-page .distributions-info-btn-group .btn {
        min-width: 315px; }
    .distribution-page .distributions-info .map {
      margin-bottom: 55px; } }
@media only screen and (min-width: 80em) {
  .distribution-page .heading-lvl-1 {
    margin-top: 115px; }
  .distribution-page .distributions-info {
    margin: 85px 0 180px; }
    .distribution-page .distributions-info .heading-lvl-2 {
      margin-bottom: 45px; }
    .distribution-page .distributions-info-btn-group {
      margin-top: 9 5px; }
    .distribution-page .distributions-info .map {
      margin-bottom: 120px; } }

.map {
  width: 100%;
  height: 500px; }

.narrow-container {
  max-width: 1000px;
  margin: 0 auto; }

.mission-page .features-section {
  margin: 35px 0 65px; }
.mission-page .news-section {
  margin: 65px 0 45px; }
@media only screen and (min-width: 48em) {
  .mission-page .features-section {
    margin-top: 45px; }
  .mission-page .news-section {
    margin-top: 80px; } }
@media only screen and (min-width: 64em) {
  .mission-page .features-section {
    margin: 70px 0 90px; }
  .mission-page .news-section {
    margin: 150px 0 80px; } }
@media only screen and (min-width: 80em) {
  .mission-page .banner-transparent {
    margin-top: 55px; }
  .mission-page .features-section {
    margin-bottom: 150px; }
  .mission-page .news-section {
    margin: 225px 0 130px; } }

.banner-transparent {
  padding-top: 25px; }
  .banner-transparent .banner-title {
    margin: 0 0 25px;
    color: #00427a;
    font-weight: 800; }
  .banner-transparent .banner-caption {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #222;
    font-weight: 500; }
  .banner-transparent .banner-image {
    position: relative;
    max-width: 250px;
    margin: -230px 0 0 auto;
    z-index: -1;
    opacity: 0.4; }
    .banner-transparent .banner-image img {
      vertical-align: bottom; }
    .banner-transparent .banner-image .circle {
      position: absolute;
      background-color: #58ac6e; }
  @media only screen and (min-width: 48em) {
    .banner-transparent {
      padding-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .banner-transparent .banner-content {
        max-width: 600px;
        margin-right: 35px; }
      .banner-transparent .banner-image {
        margin-top: 0;
        width: 280px;
        max-width: unset;
        flex-shrink: 0;
        opacity: 1; }
        .banner-transparent .banner-image .circle {
          top: -20px;
          left: 6px; } }
  @media only screen and (min-width: 64em) {
    .banner-transparent .banner-title {
      margin-bottom: 50px; } }

.breadcrumb {
  padding: 0;
  margin: 0 0 45px;
  display: flex;
  list-style: none; }
  .breadcrumb-item {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #c0c0c0;
    line-height: 1;
    display: inline-flex;
    align-items: center; }
    .breadcrumb-item:last-child {
      padding-right: 0;
      margin-right: 0;
      border-right: 0; }
  .breadcrumb-link {
    font-size: 1rem;
    font-weight: 600;
    color: #a8a8a8; }

.bg-pattern-top {
  background-image: url("../assets/img/pattern-top.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  padding-top: 65px; }

.heading-group .heading {
  margin: 0; }
.heading-group .heading-lvl-2 + .heading-lvl-1 {
  margin-top: -20px; }

.pagination {
  display: flex;
  margin: 60px 0; }
  .pagination-align-right {
    justify-content: flex-end; }
  .pagination-item {
    margin-right: 13px; }
    .pagination-item:last-child {
      margin-right: 0; }
    .pagination-item-active .pagination-link {
      background-color: #58ac6e;
      color: #fff; }
      .pagination-item-active .pagination-link:hover {
        background-color: #358c4b; }
  .pagination-link {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #e8e8e8;
    color: #222;
    transition: background-color 0.3s ease-out; }
    .pagination-link:hover {
      background-color: #dadada; }

.category-list-page .heading-group .heading-lvl-2 {
  margin-bottom: 10px; }
.category-list-page .heading-group .heading-lvl-1 {
  margin-top: 0; }
.category-list-page .products-grid {
  margin-top: 42px; }
.category-list-page .banner-simple {
  margin-top: 120px;
  margin-bottom: 50px; }
@media only screen and (min-width: 64em) {
  .category-list-page .banner-simple {
    margin-top: 100px;
    margin-bottom: 120px; } }

.product-details .heading-group .heading-lvl-2 {
  margin: 0 0 5px;
  line-height: 4.4rem;
  font-weight: 800;
  color: #c1c1c1; }
.product-details .heading-group .heading-lvl-1 {
  margin: 0;
  color: #00427a;
  line-height: 4.4rem;
  font-weight: 800; }
.product-details-image-container {
  margin: 35px 0; }
.product-details-image {
  margin-top: 25px; }
  .product-details-image img {
    vertical-align: bottom; }
.product-details-spec {
  margin: 0 -15px;
  padding: 35px 15px;
  background: url(../assets/img/pattern-spec.png) center center repeat; }
  .product-details-spec-title {
    font-size: 2.8rem;
    line-height: 5.6rem;
    font-weight: 800;
    color: #fff; }
  .product-details-spec-list {
    width: 100%; }
    .product-details-spec-list tr {
      border-bottom: 1px solid #fff;
      color: #fff;
      line-height: 4.6rem; }
      .product-details-spec-list tr:last-child {
        border-bottom: none; }
    .product-details-spec-list td {
      font-size: 1.3rem; }
    .product-details-spec-list td:nth-child(1) {
      width: 60%;
      font-weight: 500; }
    .product-details-spec-list td:nth-child(2) {
      width: 40%;
      font-weight: 800; }
  .product-details-spec-footer {
    text-align: center; }
  .product-details-spec .btn {
    margin-top: 25px; }
.product-details-description {
  margin-top: 30px;
  max-width: 550px; }
  .product-details-description-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 2.1rem;
    color: #222; }
  .product-details-description-text p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.1rem; }
@media only screen and (min-width: 48em) {
  .product-details-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px; }
  .product-details-image-container {
    width: 50%;
    max-width: 500px;
    margin: 0; }
  .product-details-image {
    margin-top: 55px; }
  .product-details-spec {
    flex-shrink: 0;
    width: 50%;
    margin: 0;
    margin-left: 45px; }
    .product-details-spec .btn {
      margin-top: 40px; }
  .product-details-description-title {
    margin-bottom: 20px; } }
@media only screen and (min-width: 64em) {
  .product-details-spec {
    max-width: 480px;
    margin: 0 0 0 45px;
    padding: 45px 65px 50px; }
  .product-details-image {
    max-width: 420px;
    margin: 125px 0 0 auto; }
  .product-details-image-container {
    position: relative; }
    .product-details-image-container .badge-group {
      position: absolute; }
      .product-details-image-container .badge-group .badge {
        display: block; }
        .product-details-image-container .badge-group .badge:nth-child(1) {
          margin-bottom: 12px; }
  .product-details-spec-footer {
    text-align: left; }
  .product-details-description {
    margin-top: 60px; } }
@media only screen and (min-width: 80em) {
  .product-details-image-container .badge-group {
    left: -30px;
    top: 30px; } }

.product-detail-page .feauted-products-section {
  margin: 45px 0 85px; }
.product-detail-page .banner-simple {
  margin-bottom: 55px; }
@media only screen and (min-width: 48em) {
  .product-detail-page .feauted-products-section {
    margin-top: 55px; }
  .product-detail-page .banner-simple {
    margin-bottom: 80px; } }
@media only screen and (min-width: 64em) {
  .product-detail-page .feauted-products-section {
    margin: 110px 0 105px; }
    .product-detail-page .feauted-products-section .heading-lvl-2 {
      margin-bottom: 55px; }
  .product-detail-page .banner-simple {
    margin-bottom: 120px;
    padding-top: 125px;
    padding-bottom: 125px; }
    .product-detail-page .banner-simple-content {
      max-width: 440px; }
    .product-detail-page .banner-simple .btn {
      margin-top: 35px; } }

/*# sourceMappingURL=main.css.map */
