html {
  box-sizing: border-box;
}

* {
  margin-top: 0;
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: Lato, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.58;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
}

::-moz-selection {
  background: yellow;
}

::selection {
  background: yellow;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.heading--1 {
  margin-bottom: 0.75rem;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.35;
}

.heading--2 {
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.35;
}

.heading--3 {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.35;
}

.heading--4 {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.35;
}

.heading--5 {
  margin-bottom: 0.75rem;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}

.heading--6 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.35;
}

.heading--7 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.divider {
  margin: 16px 0;
  width: 60px;
  height: 3px;
}

*[class|='heading'] a {
  font-size: inherit;
  font-weight: inherit;
}

*[class|='heading'] a:hover, *[class|='heading'] a:focus {
  text-decoration: none;
}

* a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: all 350ms ease;
  color: inherit;
}

* a:hover, * a:focus {
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: underline;
  cursor: pointer;
}

.js-scroll:hover,
.js-scroll:focus {
  text-decoration: none;
}

.link--1 {
  color: #0069ba;
}

.link--1:hover, .link--1focus {
  color: #0069ba;
  cursor: pointer;
}

.link--2 {
  color: #cc0033;
}

.link--2:hover, .link--2focus {
  color: #cc0033;
  cursor: pointer;
}

.link--3 {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.link--3:hover, .link--3focus {
  cursor: pointer;
}

p,
ul,
ol,
table {
  margin-bottom: 1.5rem;
}

ul,
ol,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.ta--1 {
  text-align: left;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ta--2 {
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ta--3 {
  text-align: right;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.clearfix:after {
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}

.va {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.time {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0;
  font-size: 0.813rem;
  border: 0;
  display: inline-block;
}

.image-wrapper {
  width: 100%;
}

.image-wrapper--shadow img {
  box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}

.image-wrapper--shadow .video-js {
  box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}

.image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
  object-fit: cover;
  display: block;
}

.bg--1 {
  background-color: #171721;
  color: #ffffff;
}

.bg--2 {
  background-color: #3f3f5b;
  color: #ffffff;
}

.bg--3 {
  background-color: #ffd500;
  color: #000000;
}

.bg--4 {
  background-color: #101010;
  color: #ffffff;
}

.bg--5 {
  background-color: #fc3d67;
  color: #ffffff;
}

.bg--img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg--overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  opacity: 0.44;
}

.bg--blend {
  background-blend-mode: multiply;
}

.fill--w {
  width: 100%;
}

.fill--h {
  height: 100%;
}

.fill--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.list-style--1 {
  padding: 0;
}

.list-style--1 li {
  position: relative;
  margin-bottom: 0.375rem;
  padding-left: 1.25rem;
}

.list-style--1 li:before {
  content: '\2022';
  position: absolute;
  top: 0.063rem;
  left: 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.1;
}

.list-style--2 {
  padding: 0;
}

.list-style--2 li {
  margin-bottom: 0.375rem;
}

.figure {
  margin-bottom: 0.75rem;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #ffd500;
}

.figure + p {
  margin-bottom: 0.75rem;
  font-weight: bold;
}

.hide {
  display: none;
}

.icon img {
  max-width: 7.5rem;
  height: auto;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #333333;
}

.header,
.main,
.footer {
  width: 100%;
  float: left;
  transition: width 350ms ease, margin-left 350ms ease, -webkit-filter 350ms ease;
  transition: width 350ms ease, margin-left 350ms ease, filter 350ms ease;
  transition: width 350ms ease, margin-left 350ms ease, filter 350ms ease, -webkit-filter 350ms ease;
  background: #ffffff;
}

@media only screen and (max-width: 1848px) {
  .active--action-bar .header,
  .active--action-bar .main,
  .active--action-bar .footer,
  .active--action-bar .search__overlay,
  .active--action-bar .navigation__overlay {
    width: calc(100vw - 15rem);
    margin-left: 15rem;
  }
}

@media only screen and (max-width: 1024px) {
  .active--action-bar .header,
  .active--action-bar .main,
  .active--action-bar .footer,
  .active--action-bar .search__overlay,
  .active--action-bar .navigation__overlay {
    width: 100vw;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}

.header > .wrapper--1 {
  z-index: 1003;
}

@media print {
  .header .region {
    display: none;
  }
}

.main {
  min-height: calc(100vh - 233px);
  padding-top: 116px;
}

.hasHeader .main {
  min-height: calc(100vh - 349px);
  padding: 0;
}

.active--search {
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

.wrapper--1 {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 85.5rem;
}

.wrapper--2 {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 67.125rem;
}

.section {
  width: 100%;
  padding: 2.625rem 0;
  float: left;
}

.section + .section__more {
  margin-bottom: -1.75rem;
}

.section .section__more {
  top: 24px;
}

.section__more {
  position: relative;
  top: -0.813rem;
  width: 100%;
  float: left;
}

.section__more > div:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 3rem);
  height: 0.063rem;
  padding: 0 1.5rem;
  background: #dddddd;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section__more .button, .section__more .mktoButton {
  position: relative;
  z-index: 1;
}

.section__number {
  margin: -10px 0 7px;
  padding-bottom: 2px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: 3px solid #000000;
  display: inline-block;
}

.article {
  position: relative;
  width: 100%;
}

.article__header {
  margin-top: 4.313rem;
}

.article__row {
  margin-bottom: 2.25rem;
  /* 	  	padding-bottom: 9px; */
  /* 	  	border-bottom: 1px solid #dddddd; */
}

.article__row:last-of-type:not(:first-of-type) {
  border: 0 none;
}

.aside {
  width: 100%;
  font-size: 0.875rem;
}

.aside .block {
  margin-bottom: 3rem;
}

.content {
  padding: 0 1.5rem;
}

.content--1 {
  padding: 0 0.75rem;
}

.page-layout {
  width: 100%;
  float: left;
}

.page-layout--1__left-main-right .column__left {
  width: 23.63%;
  margin-top: 11.875rem;
  float: left;
}

@media print {
  .page-layout--1__left-main-right .column__left {
    display: none;
  }
}

.page-layout--1__left-main-right .column__main {
  width: 49%;
  float: left;
}

@media print {
  .page-layout--1__left-main-right .column__main {
    width: 100%;
  }
}

.page-layout--1__left-main-right .column__right {
  width: 23.63%;
  margin-top: 11.875rem;
  float: left;
}

@media print {
  .page-layout--1__left-main-right .column__right {
    display: none;
  }
}

.page-layout--1__left-main .column__left {
  width: 18.75rem;
  margin-top: 11.875rem;
  float: left;
}

@media print {
  .page-layout--1__left-main .column__left {
    display: none;
  }
}

.page-layout--1__left-main .column__main {
  width: calc(100% - 18.75rem);
  float: right;
}

@media print {
  .page-layout--1__left-main .column__main {
    width: 100%;
  }
}

.page-layout--1__main-right .column__main {
  width: calc(100% - 18.75rem);
  float: left;
}

@media print {
  .page-layout--1__main-right .column__main {
    width: 100%;
  }
}

.page-layout--1__main-right .column__right {
  width: 18.75rem;
  margin-top: 11.875rem;
  float: left;
}

@media print {
  .page-layout--1__main-right .column__right {
    display: none;
  }
}

.page-layout--2__left-main-right .column__left {
  width: 13.18%;
  margin-top: 3.375rem;
  float: left;
}

@media print {
  .page-layout--2__left-main-right .column__left {
    display: none;
  }
}

.page-layout--2__left-main-right .column__main {
  width: 63.18%;
  padding-right: 10.7rem;
  float: left;
}

@media print {
  .page-layout--2__left-main-right .column__main {
    width: 100%;
  }
}

.page-layout--2__left-main-right .column__right {
  width: 23.63%;
  margin-top: 3rem;
  float: left;
}

@media print {
  .page-layout--2__left-main-right .column__right {
    display: none;
  }
}

.page-layout--2__left-main .column__left {
  width: 13.18%;
  float: left;
}

@media print {
  .page-layout--2__left-main .column__left {
    display: none;
  }
}

.page-layout--2__left-main .column__main {
  width: calc(100% - 13.18%);
  float: left;
}

@media print {
  .page-layout--2__left-main .column__main {
    width: 100%;
  }
}

.page-layout--2__main-right .column__main {
  width: 74.54%;
  padding-right: 48px;
  float: left;
}

@media print {
  .page-layout--2__main-right .column__main {
    width: 100%;
  }
}

.page-layout--2__main-right .column__right {
  width: 23.63%;
  float: left;
}

@media print {
  .page-layout--2__main-right .column__right {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .page-layout .column__right {
    margin-top: 2.25rem;
  }
  .page-layout--2__left-main-right .column__main {
    width: calc(100% - 13.18%);
  }
  .page-layout--2__left-main-right .column__right {
    width: 100%;
    padding: 0 13.18%;
  }
}

@media only screen and (max-width: 736px) {
  .article__header {
    margin-top: 0;
  }
  .page-layout {
    width: 100%;
    float: left;
  }
  .page-layout div[class*='column'] {
    width: 100%;
    padding: 0;
  }
  .page-layout .column__left,
  .page-layout .column__right {
    margin: 0;
  }
  .page-layout--1__left-main-right .column__left,
  .page-layout--1__left-main-right .column__right {
    margin-top: 0;
  }
  .page-layout--2__left-main-right .column__right {
    padding: 0;
  }
}

.two-col-landing #main {
  float: left;
  width: 60%;
}

.two-col-landing #secondary {
  float: right;
  width: 30%;
}

.region--user {
  position: relative;
  padding: 20px 0;
  float: right;
}

.tools {
  /* 	position: fixed; */
  width: 100%;
  float: left;
  /*     z-index: 400; */
}

.tools div[role="contentinfo"] {
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tools div[aria-label="Status message"] {
  background: #12e0a0;
}

.tools div[aria-label="Error message"] {
  background: #e01252;
  color: #000000;
}

.tools div[aria-label="Error message"] li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

.tools #block-sgt-tools {
  display: none;
}

.tools #block-sgt-local-tasks {
  width: 100%;
  float: left;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tools #block-sgt-local-tasks ul {
  width: 100%;
  float: left;
}

.tools #block-sgt-local-tasks ul > li {
  float: left;
  border-right: 1px solid #dddddd;
  cursor: pointer;
  transition: background 350ms ease;
}

.tools #block-sgt-local-tasks ul > li:hover {
  background: #cc0033;
  color: #000000;
}

.tools #block-sgt-local-tasks ul > li a {
  padding: 6px 18px;
  display: block;
}

/**
 * @file
 * Utility classes to hide elements in different ways.
 */
/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden;
}

.column {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
}

.column > div[class*='column'] {
  height: 100%;
}

.column__two, .column__two--1-1, .column__two--1-2, .column__two--2-1, .column__two--2-2, .column__two--3-1, .column__two--3-2, .column__two--4-1, .column__two--4-2, .column__three, .column__four, .column__five, .column__six, .column__grow {
  position: relative;
  width: 100%;
  padding: 0 0.75rem;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column__two .column {
  width: 50%;
}

.column__two--1-1 > .column:first-of-type {
  width: 360px;
}

.column__two--1-1 > .column:last-of-type {
  width: calc(100% - 360px);
}

.column__two--1-2 > .column:first-of-type {
  width: calc(100% - 360px);
}

.column__two--1-2 > .column:last-of-type {
  width: 360px;
}

.column__two--2-1 > .column:first-of-type {
  width: 44%;
}

.column__two--2-1 > .column:last-of-type {
  width: 56%;
}

.column__two--2-2 > .column:first-of-type {
  width: 56%;
}

.column__two--2-2 > .column:last-of-type {
  width: 44%;
}

.column__two--3-1 > .column:first-of-type {
  width: 15rem;
}

.column__two--3-1 > .column:last-of-type {
  width: calc(100% - 15rem);
}

.column__two--3-2 > .column:first-of-type {
  width: calc(100% - 15rem);
}

.column__two--3-2 > .column:last-of-type {
  width: 15rem;
}

.column__two--4-1 > .column:first-of-type {
  width: 40.179%;
}

.column__two--4-1 > .column:last-of-type {
  width: 59.821%;
}

.column__two--4-2 > .column:first-of-type {
  width: 59.821%;
}

.column__two--4-2 > .column:last-of-type {
  width: 40.179%;
}

.column__three .column {
  width: 33.33%;
}

.column__four .column {
  width: 25%;
}

.column__five .column {
  width: 20%;
}

.column__six .column {
  width: 16.6%;
}

.column__grow {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.column__grow .column {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.column--d-b {
  display: block;
}

.column--as-b {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}

.column--as-c {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.column--as-fs {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.column--as-fe {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.column--as-s {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.column--merge-a {
  padding: 0;
}

.column--merge-r {
  padding-right: 0;
}

.column--merge-l {
  padding-left: 0;
}

.column--nowrap {
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.column--mb-r {
  margin-bottom: 0;
}

.column--bd-t {
  border-top: 0.063rem solid #dddddd;
}

.column--bd-r {
  border-right: 0.063rem solid #dddddd;
}

.column--bd-b {
  border-bottom: 0.063rem solid #dddddd;
}

.column--bd-l {
  border-left: 0.063rem solid #dddddd;
}

.column--jc-sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.column--jc-sb {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  .column__four .column {
    width: 50%;
  }
  .column__six .column {
    width: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .column__four .column {
    width: 50%;
  }
  .column__six .column {
    width: 33.33%;
  }
}

@media only screen and (max-width: 480px) {
  .column {
    width: 100% !important;
  }
  .column__grow .column {
    width: auto !important;
  }
}

.form-item {
  margin-bottom: 24px;
}

.form input[type=text],
.form input[type=url],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form input[type=date],
.form textarea {
  width: 100%;
  padding: 0.75rem;
  background: none;
  border-radius: 4px;
  border: 1px solid #000000;
  font-weight: 400;
  color: #000000;
}

.form input[type=text]::-webkit-input-placeholder,
.form input[type=url]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder,
.form input[type=number]::-webkit-input-placeholder,
.form input[type=date]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.form input[type=text]:-ms-input-placeholder,
.form input[type=url]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=date]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.form input[type=text]::placeholder,
.form input[type=url]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=date]::placeholder,
.form textarea::placeholder {
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.form textarea {
  width: 100% !important;
  height: initial !important;
  resize: none;
}

.form label {
  display: none;
}

.form #edit-preview {
  display: none;
}

.header__social-icons a {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  float: left;
  background: #00923f;
  color: #ffffff;
  border-radius: 90px;
}

.header__social-icons a:hover, .header__social-icons a:focus {
  background: #00a647;
  border-color: #00a647;
  color: ffffff;
}

.header__social-icons .fa-shopping-basket {
  margin: 0;
  font-size: 19px;
}

.header__social-icons .fa-facebook-f {
  margin: 1px 0 0;
}

.header__social-icons .fa-instagram {
  margin: 1px 0 0;
}

.header__social-icons .fas,
.header__social-icons .fab {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}

.table {
  width: 100%;
  /* 	font-size: 14px; */
}

.table__overflow {
  position: relative;
  width: 100%;
  max-height: 480px;
  overflow: auto;
}

.table__overflow--1 {
  position: relative;
  width: 100%;
  overflow-x: scroll;
}

.table__overflow--2 {
  position: relative;
  overflow-y: scroll;
}

.table--1 tr:hover td, .table--1 trfocus td {
  background: #f5f5f5;
}

.table--1 th,
.table--1 td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}

.table--1 td {
  border-bottom: 0.063rem solid #dddddd;
  white-space: nowrap;
}

.table--2 td {
  padding-right: 48px;
  white-space: nowrap;
}

.table--3 th,
.table--3 td {
  text-align: left;
  vertical-align: top;
}

.table--3 th {
  padding: 0.75rem 0;
}

.table--3 td:nth-of-type(2) {
  text-align: right;
}

.table--3 tr:first-of-type td {
  padding-top: 0.75rem;
}

.table--3 tr:last-of-type td {
  padding-bottom: 0.75rem;
}

.table--4 td {
  padding-right: 15px;
  white-space: nowrap;
}

.table__wrapper {
  width: 40.5rem;
}

.table__wrapper .column {
  margin-bottom: 0;
}

.table__wrapper th {
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0.063rem solid #000000;
}

.table__wrapper tfoot tr {
  border-bottom: none;
}

.table__wrapper tfoot tr:hover td, .table__wrapper tfoot trfocus td {
  background: none;
}

.section__quote .column__wrapper:first-of-type:not(:last-of-type) {
  margin-bottom: 3rem;
}

.quote {
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
}

.quote:before {
  content: '\f10d';
  position: absolute;
  top: -19px;
  left: 0;
  font-family: FontAwesomeS;
  font-size: 3.75rem;
  font-weight: 900;
  color: #ffd500;
  opacity: 0.36;
}

.date {
  width: 1.875rem;
  margin-right: 0.75rem;
  height: 100%;
  float: left;
  text-align: center;
}

.date > span {
  width: 100%;
  font-weight: 900;
  display: inline-block;
}

.date__1 {
  font-size: 1.5rem;
  line-height: 32px;
}

.date__2 {
  font-size: 0.75rem;
  line-height: 16px;
  text-transform: uppercase;
}

.date--1 {
  margin: 24px 0;
  height: 100%;
  text-align: center;
}

.date--1 > span {
  width: 100%;
  font-weight: 900;
  display: inline-block;
}

.date--1__1 {
  font-size: 36px;
  line-height: 1.2;
}

.date--1__2 {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

.tags {
  margin: 1.125rem 0;
  padding-top: 1.5rem;
  border-top: 0.063rem solid #dddddd;
}

.tag {
  margin: 0.375rem 0.188rem;
  padding: 0.25rem 0.5rem;
  background: #dddddd;
  font-size: 0.875rem;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}

.tag:hover, .tag:focus {
  background: #e5e5e5;
}

.tag a:hover,
.tag a:focus {
  text-decoration: none;
}

.tag__wrapper {
  margin-bottom: 5.25rem;
  padding: 1.5rem 0;
  border-top: 0.063rem solid #dddddd;
  border-bottom: 0.063rem solid #dddddd;
}

@media only screen and (max-width: 736px) {
  .tag__wrapper {
    margin-bottom: 1.5rem;
  }
}

.social-icons a:hover, .social-icons a:focus {
  text-decoration: none;
}

.social-icons i {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  cursor: pointer;
  transition: color 350ms ease;
  display: block;
}

.social-icons i.fa-facebook-f:hover, .social-icons i.fa-facebook-f:focus {
  color: #3b5998;
}

.social-icons i.fa-twitter:hover, .social-icons i.fa-twitter:focus {
  color: #1ca1f3;
}

.social-icons i.fa-linkedin-in:hover, .social-icons i.fa-linkedin-in:focus {
  color: #4875b4;
}

.social-icons i.fa-envelope:hover, .social-icons i.fa-envelope:focus {
  color: #4ff4a2;
}

.social-icons i.fa-print:hover, .social-icons i.fa-print:focus {
  color: #ffd500;
}

@media only screen and (max-width: 736px) {
  .social-icons {
    width: 100%;
    margin: 1.5rem 0;
    float: left;
  }
  .social-icons i {
    width: 20%;
    float: left;
  }
}

.pager {
  position: relative;
  width: 100%;
  margin: 3rem 0;
  float: left;
  text-align: center;
}

.pager__items {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
}

.pager__item {
  margin: 3px;
  padding: 0px;
  float: left;
  background: #ffffff;
  list-style-type: none;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.pager__item--ellipsis {
  display: none;
}

.pager__item.is-active {
  background: #171721;
  color: #ffffff;
}

.pager__item a {
  padding: 8px 16px;
  display: block;
  cursor: pointer;
}

.pager__item a:hover, .pager__item a:focus {
  background: #f5f5f5;
  color: #cc0033;
  text-decoration: none;
}

@media print {
  .pagination {
    display: none;
  }
}

.region--logo {
  position: relative;
  width: 185px;
  padding: 12px 0;
  float: left;
  z-index: 501;
}

.region--logo img {
  width: 65px;
  height: 65px;
  display: block;
}

.region--nav {
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
  z-index: 999;
}

.js-nav-toggle {
  display: none;
}

.navigation__group {
  position: relative;
  padding: 0 0.75rem;
  float: left;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: difference;
  z-index: 2;
}

.navigation__group > a,
.navigation__group > span {
  cursor: pointer;
  transition: all 350ms ease;
}

.navigation__group > a:hover, .navigation__group > a:focus,
.navigation__group > span:hover,
.navigation__group > span:focus {
  color: #ababab;
  text-decoration: none;
}

.navigation__group-sub {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  text-transform: initial;
}

.navigation__group-sub a,
.navigation__group-sub span {
  padding: 0.75rem 1.5rem;
  line-height: 1.35;
  transition: all 350ms ease;
  color: #000000;
  cursor: pointer;
  display: block;
}

.navigation__group-sub a.active, .navigation__group-sub a:hover, .navigation__group-sub a:focus,
.navigation__group-sub span.active,
.navigation__group-sub span:hover,
.navigation__group-sub span:focus {
  background: #00923f;
  text-decoration: none;
  color: #ffffff;
}

.navigation__group-sub span:after {
  content: "\f067";
  font-family: FontAwesomeS;
  float: right;
}

.navigation__group-sub span.active:after {
  content: "\f068";
}

.menu-level--0:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
}

.menu-level--1 {
  position: absolute;
  top: 41px;
  left: 0;
  margin-left: -0.75rem;
  width: 264px;
  padding: 0.75rem 0;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  display: none;
}

@media only screen and (max-width: 480px) {
  .js-nav-toggle {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 20;
    display: block;
  }
  .nav-line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 4px;
    background: #cc0033;
    border-radius: 100px;
    transition: all 350ms ease;
    display: block;
  }
  .hasHeader .nav-line,
  .nav--active .nav-line {
    background: #000000;
  }
  .nav-line--1 {
    margin-top: -8px;
  }
  .nav-line--3 {
    margin-top: 8px;
  }
  .nav--active .nav-line {
    margin: 0 0 0 -15px;
  }
  .nav--active .nav-line--1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav--active .nav-line--2 {
    display: none;
  }
  .nav--active .nav-line--3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #block-fitch-solutions-main-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #cc0033;
    display: none;
    z-index: 10;
  }
  #block-fitch-solutions-main-menu .navigation__group {
    width: 100%;
  }
  #block-fitch-solutions-main-menu .navigation__group > a,
  #block-fitch-solutions-main-menu .navigation__group > span {
    color: #000000;
    transition: none;
    display: block;
  }
  #block-fitch-solutions-main-menu .navigation__group > a:hover, #block-fitch-solutions-main-menu .navigation__group > a:focus, #block-fitch-solutions-main-menu .navigation__group > a.active,
  #block-fitch-solutions-main-menu .navigation__group > span:hover,
  #block-fitch-solutions-main-menu .navigation__group > span:focus,
  #block-fitch-solutions-main-menu .navigation__group > span.active {
    background: #ffd500;
    color: #000000;
  }
  #block-fitch-solutions-main-menu.active {
    display: block;
  }
  #block-fitch-solutions-main-menu .menu-level--0 {
    position: absolute;
    top: 50%;
    width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: auto;
  }
  #block-fitch-solutions-main-menu .navigation__group-sub {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #block-fitch-solutions-main-menu .navigation__group-sub > a,
  #block-fitch-solutions-main-menu .navigation__group-sub > span {
    color: #000000;
  }
  #block-fitch-solutions-main-menu .menu-level--1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #49597f;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
  }
}

.overlay__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: 1001;
}

.overlay__close {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 38px;
  height: 38px;
  font-size: 1.5rem;
  line-height: 38px;
  text-align: center;
  text-shadow: none;
  text-indent: 0;
  color: #ffffff;
  background: #212121;
  border: 0 none;
  border-radius: 32px;
  outline: 0;
  cursor: pointer;
  z-index: 100;
}

.overlay-content-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 47.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1002;
}

.overlay-content-wrapper .block-header {
  padding-right: 1.5rem;
  color: #ffffff;
}

.overlay-content-wrapper .heading--2 {
  font-weight: 300;
}

.overlay__header {
  padding-right: 1.5rem;
  color: #ffffff;
}

.overlay__content {
  max-height: 100%;
  margin-left: 0;
  padding: 1.5rem 0;
  padding-bottom: 0;
  background: #ffffff;
  overflow-y: auto;
  border-radius: 5px;
}

.overlay__content p {
  padding: 0 0.75rem;
}

@media only screen and (max-width: 736px) {
  .overlay-content-wrapper {
    padding: 0 0.75rem;
  }
  .overlay__content {
    height: 29.375rem;
  }
  .overlay__close {
    right: 0.313rem;
  }
}

.section__contact {
  position: relative;
  height: calc(100vh - 72px);
  margin: 0;
  padding: 0;
  background-position: center left -25vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__contact:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50vw;
  width: 50vw;
  height: calc(100vh - 72px);
  background: #ffffff;
  z-index: 1;
}

.section__contact .wrapper--1 {
  z-index: 10;
}

.section__contact .heading--1 {
  margin: -5px 0 0;
  font-size: 60px;
  line-height: 1.35;
  color: #ffffff;
  transition: all 350ms ease;
}

.section__contact .column {
  padding: 0 84px;
}

.section__contact .column + .column {
  padding: 0 144px;
}

.button, .mktoButton {
  height: auto;
  padding: 0.625rem 1.125rem;
  font-size: 0.938rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border: 0 none;
  border-radius: 5px;
  outline: none;
  transition: all 350ms ease;
  cursor: pointer;
  display: inline-block;
}

.button:hover, .mktoButton:hover, .button:focus, .mktoButton:focus {
  text-decoration: none;
}

.button--fill {
  width: 100%;
}

.button--1, .mktoButton, .button--primary {
  background: #00923f;
  border: 2px solid #00923f;
  color: #ffffff;
}

.button--1:hover, .mktoButton:hover, .button--1:focus, .mktoButton:focus, .button--primary:hover, .button--primary:focus {
  background: #00a647;
  border-color: #00a647;
  color: #ffffff;
}

.button--2 {
  background: #171721;
  border: 2px solid #171721;
  color: #ffffff;
}

.button--2:hover, .button--2:focus {
  background: #1f1f2d;
  border-color: #1f1f2d;
  color: #ffffff;
}

.button--3 {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
}

.button--3:hover, .button--3:focus {
  background: #00a647;
  border-color: #00a647;
  color: #ffffff;
}

.button--disabled:hover, .button--disabled:focus {
  background: inherit;
  border-color: inherit;
  cursor: default;
}

.button--action {
  padding: 7px 15px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  border-radius: 0.75rem;
  color: #000000;
  cursor: pointer;
}

.button--action-1 {
  background: #dddddd;
}

.button--action-1:hover, .button--action-1:focus {
  background: #46a3d6;
  color: #ffffff;
}

.button--action-2 {
  background: #ffffff;
  border: 0.063rem solid #dddddd;
}

.button--action-2:hover, .button--action-2:focus {
  background: #000000;
  border: 0.063rem solid #000000;
  color: #ffffff;
}

.button--action-3 {
  background: #2a8abf;
  border-color: #2a8abf;
  color: #ffffff;
}

.button--action-3:hover, .button--action-3:focus {
  background: #46a3d6;
  color: #ffffff;
  color: #ffffff;
}

.button--action.active {
  background: #dddddd;
  color: #000000;
}

.button--login {
  width: 65px;
  padding: 5px 9px;
  background: #2a8abf;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
  cursor: pointer;
}

.button--login.active {
  background: #dddddd;
  color: #000000;
}

.button__wrapper {
  width: 100%;
  margin-top: -0.75rem;
}

.button__wrapper .button--action {
  margin: 0;
}

.button__wrapper--1 {
  text-align: left;
}

.button__wrapper--2 {
  text-align: center;
}

.button__wrapper--3 {
  text-align: right;
}

.section__page-header {
  position: relative;
  height: calc(100vh - 6.25rem);
  max-height: 53.125rem;
  min-height: 694px;
  padding: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.section__page-header .page-header__banner {
  height: 100%;
}

.section__page-header .page-header__text {
  width: calc(100% - 70px);
  max-width: 760px;
  margin-left: 72px;
  z-index: 1;
  transition: all 350ms ease;
}

.section__page-header .page-header__text .heading--1 {
  margin-bottom: 18px;
  font-size: 60px;
  line-height: 1;
  transition: all 350ms ease;
}

.section__page-header .page-header__text .heading--1 + .button__wrapper {
  padding-top: 9px;
}

.section__page-header .page-header__text .heading--sub {
  margin-bottom: 1.125rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.section__page-header .page-header__text p {
  max-width: 48rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.58;
}

.section__page-header .page-header__text p + .button__wrapper {
  padding-top: 29px;
}

.section__page-header .page-header__text .button__wrapper {
  margin-top: -6px;
}

.section__page-header .page-header__text .button__wrapper a {
  margin: 6px 8px 0 0;
}

.section__page-header .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.section__page-header .video #video-bg {
  position: absolute;
  background-color: transparent;
}

.section__page-header .video #video-bg .vjs-tech {
  top: 0 !important;
  left: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .section__page-header-2 .page-header__text {
    width: calc(100% - 24px);
    margin-left: 24px;
  }
  .section__page-header-2 .page-header__text .heading--1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .section__page-header-2 {
    max-height: 72vh;
    min-height: 540px;
  }
  .section__page-header-2 .page-header__text {
    margin-top: -24px;
  }
  .section__page-header-2 .page-header__text .heading--1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 480px) {
  .section__page-header-2 {
    max-height: 53.125rem;
  }
  .section__page-header-2 .page-header__text .heading--1 {
    font-size: 36px;
  }
}

.icon-teaser {
  max-width: 324px;
}

.icon-teaser .icon {
  position: relative;
  top: 44px;
}

.key-highlight {
  position: relative;
  height: 100%;
  padding: 2.25rem 1.5rem;
  overflow: hidden;
  color: #ffffff;
}

.key-highlight > *:not(.video) {
  position: relative;
}

.key-highlight p:last-of-type:not(:first-of-type) {
  margin-bottom: 0;
}

.key-highlight .heading--1 {
  width: 66%;
  margin-bottom: 4.625rem;
}

.key-highlight .heading--sub {
  color: inherit;
}

.key-highlight p:last-of-type {
  margin-bottom: 0;
}

.key-highlight .button__wrapper {
  position: absolute;
  bottom: 36px;
  width: calc(100% - 48px);
}

.key-highlight .button__wrapper + p {
  margin-bottom: 88px;
}

.key-highlight .video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.column__two--1-2 .heading--1:not(.video__title),
.column__two--2-1 .heading--1:not(.video__title) {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .key-highlight .heading--1 {
    width: 84%;
  }
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  .key-highlight .heading--1 {
    width: 100%;
    /* 			margin-bottom: $mpb-1; */
  }
}

@media only screen and (max-width: 768px) {
  .key-highlight .heading--1 {
    width: 100%;
    /* 			margin-bottom: $mpb-1; */
  }
}

.key-point {
  padding: 84px 1.5rem;
  color: #ffffff;
}

.page-teaser {
  padding: 84px 1.5rem;
  color: #ffffff;
}

.highlight {
  position: relative;
  width: 100%;
  padding: 2.25rem 1.5rem;
  z-index: 1;
}

.highlight p:last-of-type:not(:first-of-type) {
  margin-bottom: 0;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 736px) {
  .highlight {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.showcase {
  padding: 0 90px;
}

@media only screen and (max-width: 1366px) {
  .showcase {
    height: auto;
    padding: 0 1.875rem;
  }
  .showcase .va {
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media only screen and (max-width: 736px) {
  .showcase {
    padding: 0 0.75rem;
  }
  .showcase .va {
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
  .column {
    /* 		padding: 0 $mpb-1; */
    /* 		display: flex; */
  }
  p + .button__wrapper {
    margin-bottom: 1.5rem;
  }
}

.card {
  height: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  border-left: 0.063rem solid #dddddd;
  border-bottom: 0.063rem solid #dddddd;
  border-right: 0.063rem solid #dddddd;
}

.card .image-wrapper {
  margin-bottom: 3rem;
}

.card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
}

.card .image-wrapper a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.course {
  position: relative;
  min-height: 441px;
  padding: 39px 24px 42px;
  color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.course *[heading--] {
  margin-bottom: 24px;
}

.course .divider {
  background-color: white;
}

.course .button__wrapper {
  position: absolute;
  bottom: 42px;
  left: 24px;
  width: calc(100% - 48px);
}

.course .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232E3E;
  object-fit: cover;
  display: none;
}

.course .js-map-toggle:not(.button):not(.mktoButton) {
  cursor: pointer;
}

.course .js-map-toggle:not(.button):not(.mktoButton) .fas {
  transition: color 350ms ease;
}

.course .js-map-toggle:not(.button):not(.mktoButton):hover:not(.button):not(.mktoButton) .fas,
.course .js-map-toggle:not(.button):not(.mktoButton):focus:not(.button):not(.mktoButton) .fas {
  color: #00a647;
}

.video {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
}

.video__wrapper > div > div:first-of-type {
  display: none !important;
}

.video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
}

.carousel {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  clear: both;
}

.carousel__wrapper {
  position: relative;
}

.carousel__slide {
  width: 100%;
  height: 100%;
  padding: 84px 36px 0;
  background: #ffffff;
}

.carousel__controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.carousel__controls--prev, .carousel__controls--next {
  position: absolute;
  right: -42px;
  width: 84px;
  height: 84px;
  background: #ffffff;
  border: 3px solid #000000;
  text-align: center;
  cursor: pointer;
  transition: background 350ms ease;
  z-index: 12;
}

.carousel__controls--prev:hover, .carousel__controls--prev:focus, .carousel__controls--next:hover, .carousel__controls--next:focus {
  background: #000000;
}

.carousel__controls--prev:hover i, .carousel__controls--prev:focus i, .carousel__controls--next:hover i, .carousel__controls--next:focus i {
  color: #ffffff;
}

.carousel__controls--prev i, .carousel__controls--next i {
  font-size: 3rem;
  color: #000000;
}

.carousel__controls--prev {
  bottom: 24px;
}

.carousel__controls--next {
  bottom: 109px;
}

@media only screen and (max-width: 1366px) {
  .carousel__controls {
    width: 100%;
  }
  .carousel__controls--prev {
    left: 0;
  }
  .carousel__controls--next {
    right: 0;
  }
}

.section__reviews {
  height: 600px;
  margin-top: 2.625rem;
  padding: 0;
  background: #e0ffee;
}

.section__reviews .column {
  margin: 0;
  padding: 0 70px;
}

.section__reviews .column + .column {
  padding: 0 70px 0 0;
}

.section__reviews .heading--1 {
  margin-top: 136px;
}

.reviews {
  height: 600px;
  background: #ffffff;
}

.reviews .rating {
  position: absolute;
  bottom: 48px;
  width: 256px;
  height: auto;
}

.footer {
  font-size: 0.875rem;
  color: #ffffff;
}

@media print {
  .footer {
    display: none;
  }
}

.footer .column {
  margin-bottom: 0;
}

.footer a {
  color: inherit;
}

.footer__links {
  padding: 3rem 0;
  background: #101010;
}

.footer__links li {
  margin-bottom: 0.375rem;
  padding-right: 0.75rem;
}

.footer__links a {
  color: #aaaaaa;
}

.footer__links a:hover, .footer__links a:focus {
  color: #d2d2d2;
}

.footer__legal {
  padding: 1.5rem 0;
  background: #000000;
}

.footer__legal li {
  padding: 0 0.375rem;
  display: inline-block;
}

.footer .column--2 {
  text-align: right;
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  .footer__links ul {
    margin-bottom: 1.5rem;
  }
  .footer__links li {
    padding: 0;
  }
  .footer .column {
    text-align: center;
  }
  .footer .column--1 {
    margin-bottom: 0.75rem;
  }
}
