/*!***********************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \***********************************************************************************************************************/
h1, h2, h3 {
  text-transform: initial !important; }

p {
  color: black !important; }

th {
  border: 2px solid black;
  padding: 10px; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #3a728a; }

h1, .h1 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h2, .h2 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h3, .h3 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h4, .h4 {
  font-size: 1.375rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.2625rem + 0.15vw) ; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

/*
@include web-font('ArnoPro','fonts/','ArnoPro-Bold', '700', 'Normal');
*/
@font-face {
  font-family: "Whitney";
  font-weight: 400;
  font-style: Normal;
  src: local("/assets/dist/fonts/Whitney-Book"), url("/assets/dist/fonts/Whitney-Book.woff2") format("woff2"), url("/assets/dist/fonts/Whitney-Book.woff") format("woff"), url("/assets/dist/fonts/Whitney-Book.ttf") format("truetype");
  font-display: swap; }

html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  background-size: cover;
  background-attachment: fixed;
  min-width: 320px; }

img {
  max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

@media (max-width: 575.98px) {
  body:before {
    content: "xs";
    display: none;
    visibility: hidden; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  body:before {
    content: "sm";
    display: none;
    visibility: hidden; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  body:before {
    content: "md";
    display: none;
    visibility: hidden; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  body:before {
    content: "lg";
    display: none;
    visibility: hidden; } }

@media (min-width: 1200px) {
  body:before {
    content: "xl";
    display: none;
    visibility: hidden; } }

body {
  color: #212529;
  font-size: 1rem; }

h1 {
  font-family: "Arial", sans-serif;
  color: #3a728a;
  font-size: 1.75rem;
  margin-top: 20px; }

h2 {
  font-family: "Arial", sans-serif;
  color: #3a728a;
  font-size: 1.5rem; }

h3 {
  font-family: "Arial", sans-serif;
  color: #3a728a;
  font-size: 1.5rem; }

h4 {
  font-family: "Arial", sans-serif;
  color: #3a728a;
  font-size: 1.375rem; }

h5 {
  font-family: "Arial", sans-serif;
  color: #3a728a;
  font-size: 1.25rem; }

h6 {
  font-family: "Arial", sans-serif;
  color: #3a728a;
  font-size: 1rem; }

h1,
h2 {
  text-transform: uppercase; }

h3 {
  margin-bottom: 15px; }

.content__text h3, .about__two-column h3, .video h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 15px; }
  .content__text h3:after, .about__two-column h3:after, .video h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 90px;
    background-color: #FF6A13;
    z-index: 1; }
  @media (max-width: 767.98px) {
    .content__text h3.long:after, .about__two-column h3.long:after, .video h3.long:after {
      left: 10px; } }

header {
  background: rgba(255, 255, 255, 0.88); }
  header .header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 0; }
    @media (min-width: 576px) {
      header .header {
        max-width: 540px; } }
    @media (min-width: 768px) {
      header .header {
        max-width: 720px; } }
    @media (min-width: 992px) {
      header .header {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      header .header {
        max-width: 1140px; } }
    header .header img {
      height: auto;
      width: 100%; }

footer {
  margin-bottom: 20px; }
  footer .footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: white;
    padding: 25px 15px 25px 15px;
    text-align: center; }
    @media (min-width: 576px) {
      footer .footer {
        max-width: 540px; } }
    @media (min-width: 768px) {
      footer .footer {
        max-width: 720px; } }
    @media (min-width: 992px) {
      footer .footer {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      footer .footer {
        max-width: 1140px; } }
    footer .footer img {
      padding-bottom: 10px; }
    footer .footer p {
      color: #000000;
      margin-bottom: 0; }
      footer .footer p a {
        color: #000000; }
        footer .footer p a.defaultview {
          display: none; }

@media (max-width: 991.98px) {
  .toggleNav {
    width: 40px;
    height: 35px;
    z-index: 100;
    border: none;
    background-color: transparent;
    transform: rotate(0deg) scale(0.75);
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 20px;
    display: block; }
    .toggleNav.open {
      position: fixed; }
      .toggleNav.open span {
        background-color: white; }
    .toggleNav:focus {
      outline: 2px dashed #000000; } }
  @media (max-width: 991.98px) and (min-width: 1025px) {
    .toggleNav {
      display: none; } }

@media (max-width: 991.98px) {
    .toggleNav span {
      position: absolute;
      display: block;
      height: 6px;
      width: 50%;
      background: #13284c;
      opacity: 1;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
    .toggleNav span:nth-child(even) {
      left: 50%; }
    .toggleNav span:nth-child(odd) {
      left: 0; }
    .toggleNav span:nth-child(1), .toggleNav span:nth-child(2) {
      top: 3px; }
    .toggleNav span:nth-child(3), .toggleNav span:nth-child(4) {
      top: 14px; }
    .toggleNav span:nth-child(5), .toggleNav span:nth-child(6) {
      top: 25px; }
    .toggleNav.open span:nth-child(1), .toggleNav.open span:nth-child(6) {
      transform: rotate(45deg); }
    .toggleNav.open span:nth-child(2), .toggleNav.open span:nth-child(5) {
      transform: rotate(-45deg); }
    .toggleNav.open span:nth-child(1) {
      left: 4px;
      top: 8px; }
    .toggleNav.open span:nth-child(2) {
      left: calc(50% - 4px);
      top: 8px; }
    .toggleNav.open span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    .toggleNav.open span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    .toggleNav.open span:nth-child(5) {
      left: 3px;
      top: 21px; }
    .toggleNav.open span:nth-child(6) {
      left: calc(50% - 3px);
      top: 21px; }
  .nav {
    height: 0;
    width: 100%;
    position: fixed;
    background-color: #000000;
    z-index: 10;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: height 0.5s; }
    .nav.active {
      height: 100%; }
    .nav__wrapper {
      position: relative;
      padding: 150px 0 0 20px; }
    .nav ul {
      list-style: none;
      padding: 0; }
      .nav ul li {
        padding: 0 40px 25px 0; }
        .nav ul li a {
          position: relative;
          font-size: 1.9375rem;
          color: #FFFFFF;
          text-decoration: none; }
          .nav ul li a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -6px;
            height: 3px;
            width: 0;
            background-color: #FFFFFF;
            z-index: 1;
            transition: width .2s linear; }
          .nav ul li a:hover:after {
            width: 100%; } }

@media (min-width: 992px) {
  .toggleNav {
    display: none; }
  .nav {
    background: #3a728a;
    display: block; }
    .nav__wrapper {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
    @media (min-width: 992px) and (min-width: 576px) {
      .nav__wrapper {
        max-width: 540px; } }
    @media (min-width: 992px) and (min-width: 768px) {
      .nav__wrapper {
        max-width: 720px; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .nav__wrapper {
        max-width: 960px; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .nav__wrapper {
        max-width: 1140px; } }

@media (min-width: 992px) {
      .nav__wrapper ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        padding: 10px 0;
        margin: 0; }
        .nav__wrapper ul li {
          position: relative;
          display: inherit;
          padding: 0 14px; }
          .nav__wrapper ul li a {
            position: relative;
            color: #FFFFFF;
            font-size: 1.25rem;
            font-weight: 300;
            text-decoration: none; }
            .nav__wrapper ul li a:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: -6px;
              height: 3px;
              width: 0;
              background-color: #FFFFFF;
              z-index: 1;
              transition: width .2s linear; }
            .nav__wrapper ul li a:hover:after {
              width: 100%; } }

.content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.88);
  padding-bottom: 20px;
  padding-top: 20px; }
  @media (min-width: 576px) {
    .content {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .content {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .content {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .content {
      max-width: 1140px; } }
  .content__text h3 {
    font-size: 1.5rem;
    text-transform: uppercase; }
  .content__two-column {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .content__two-column__header {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; }
      .content__two-column__header h3 {
        position: relative;
        font-size: 1.75rem;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 40px;
        padding-bottom: 15px; }
        .content__two-column__header h3:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          width: 90px;
          background-color: #FF6A13;
          z-index: 1; }
        @media (min-width: 992px) {
          .content__two-column__header h3 {
            font-size: 2.25rem; } }
    .content__two-column__header--initial {
      text-align: initial; }
    .content__two-column__image {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .content__two-column__image {
          flex: 0 0 50%;
          max-width: 50%;
          padding-bottom: 0; } }
    .content__two-column__text {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .content__two-column__text {
          flex: 0 0 50%;
          max-width: 50%;
          max-width: 420px;
          margin: 0 auto; } }
      .content__two-column__text p {
        width: 100%;
        font-size: 1.125rem;
        font-weight: bold;
        font-style: italic; }
        @media (min-width: 992px) {
          .content__two-column__text p {
            font-size: 1.25rem; } }

table {
  max-width: 100%;
  width: 100%; }
  table tbody tr {
    max-width: 100%;
    width: 100%; }
    table tbody tr td {
      border: 2px solid black;
      padding: 10px; }

.hero {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/dist/images/main-header.jpg");
  background-position: center 35%;
  margin-bottom: 0px;
  min-height: 160px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 576px) {
    .hero {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .hero {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .hero {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .hero {
      max-width: 1140px; } }
  @media (min-width: 768px) {
    .hero {
      background-position: center 28%;
      min-height: 450px; } }
  @media (max-width: 991.98px) {
    .hero--main {
      min-height: 330px; } }
  .hero--main .hero__content {
    margin-top: 60px; }
    @media (min-width: 576px) {
      .hero--main .hero__content {
        margin-top: 50px; } }
    @media (min-width: 768px) {
      .hero--main .hero__content {
        margin-top: 25px; } }

.video {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .video {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .video {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .video {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .video {
      max-width: 1140px; } }
  .video__wrapper {
    display: block; }
    .video__wrapper h2 {
      position: relative;
      display: inline-block;
      margin-bottom: 40px;
      padding-bottom: 15px; }
      .video__wrapper h2:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 90px;
        background-color: #FF6A13;
        z-index: 1; }
  .video__two-column {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .video__two-column__image {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .video__two-column__image {
          flex: 0 0 50%;
          max-width: 50%;
          padding-bottom: 0; } }
    .video__two-column__video {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .video__two-column__video {
          flex: 0 0 50%;
          max-width: 50%; } }
  .video__container {
    display: block;
    margin: 0 auto; }
    .video__container__inner {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .video__container__inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .video__container .youtube-player,
    .video__container .vimeo-player {
      position: relative;
      padding-bottom: 56.23%;
      /* Use 75% for 4:3 videos */
      height: 0;
      overflow: hidden;
      max-width: 100%; }
      .video__container .youtube-player iframe,
      .video__container .vimeo-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent; }
      .video__container .youtube-player img,
      .video__container .vimeo-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all; }
        .video__container .youtube-player img:hover,
        .video__container .vimeo-player img:hover {
          -webkit-filter: brightness(85%); }
      .video__container .youtube-player .play,
      .video__container .vimeo-player .play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("/assets/dist/images/play.svg") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: 0 0;
        background-size: cover;
        width: 94px;
        height: 92px;
        text-indent: -99999px;
        cursor: pointer; }

.full-width {
  background-color: #000000;
  margin-bottom: 40px;
  overflow: hidden;
  min-height: 270px; }
  @media (min-width: 480px) {
    .full-width {
      min-height: 450px; } }
  .full-width__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% center;
    min-height: 170px;
    width: calc(100% - 30px);
    margin: 15px; }
    @media (min-width: 480px) {
      .full-width__image {
        position: absolute;
        min-height: 450px;
        margin: 0; } }
    @media (min-width: 992px) {
      .full-width__image {
        width: 72%; } }
    @media (min-width: 985px) {
      .full-width__image {
        background-position: 20% center; } }
    @media (min-width: 1200px) {
      .full-width__image {
        background-position: 0% center; } }
  .full-width__content {
    position: relative;
    color: #FFFFFF;
    padding: 0 30px; }
    @media (min-width: 480px) {
      .full-width__content {
        margin-top: 45px; } }
    @media (max-width: 992px) and (min-width: 480px) {
      .full-width__content {
        float: right; } }
    @media (max-width: 992px) {
      .full-width__content {
        text-align: center; } }
    .full-width__content h3 {
      font-size: 1.75rem;
      text-transform: uppercase;
      width: 100%;
      margin-bottom: 8px; }
      @media (min-width: 480px) {
        .full-width__content h3 {
          max-width: 290px;
          margin-bottom: 15px; } }
      @media (min-width: 992px) {
        .full-width__content h3 {
          float: left;
          width: 50%;
          font-size: 2.25rem;
          max-width: 360px; } }
    .full-width__content p {
      width: 100%;
      font-size: 1.125rem;
      font-weight: bold;
      font-style: italic; }
      @media (min-width: 480px) {
        .full-width__content p {
          max-width: 312px; } }
      @media (min-width: 992px) {
        .full-width__content p {
          float: right;
          width: 50%;
          font-size: 1.375rem;
          margin-right: 10%; } }
      @media (min-width: 1299px) {
        .full-width__content p {
          max-width: 390px;
          margin-right: 20%; } }

.accordion {
  margin: 40px 0; }
  .accordion-controls {
    list-style: none;
    padding: 0; }
  .accordion__panel h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0; }
  .accordion__panel--trigger {
    position: relative;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px 52px 15px 15px;
    border-radius: 0;
    color: #000000; }
  .accordion__panel--title {
    display: flex; }
    .accordion__panel--title p {
      font-weight: bold;
      margin: 0; }
    .accordion__panel--title p:first-child {
      padding: 0 20px 0 0;
      margin: 0; }
  .accordion__panel--icon {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 15px;
    height: 15px;
    background-image: url("/assets/dist/images/icons/Accordion-plus-large@2x.png");
    background-size: cover; }
  @media (min-width: 768px) {
    .accordion__panel--trigger {
      padding: 25px 60px 25px 20px; }
    .accordion__panel--icon {
      right: 20px;
      top: 30px;
      width: 20px;
      height: 20px; } }
  .accordion__panel--content {
    display: flex;
    border-bottom: 1px solid #979797; }
    .accordion__panel--content ol,
    .accordion__panel--content ul {
      margin-bottom: 30px; }
    .accordion__panel--content table {
      width: 100%;
      margin-bottom: 30px; }
      .accordion__panel--content table td {
        padding: 7px 0; }
        @media (max-width: 991.98px) {
          .accordion__panel--content table td {
            display: block; } }
    .accordion__panel--content .text {
      margin: 20px; }
  .accordion__panel.active .accordion__panel--trigger {
    color: #000000; }
  .accordion__panel.active .accordion__panel--icon {
    height: 2px;
    top: 24px;
    background-image: url("/assets/dist/images/icons/Accordion-Minus-Small@2x.png");
    background-size: cover; }
    @media (min-width: 768px) {
      .accordion__panel.active .accordion__panel--icon {
        top: 39px; } }
  .accordion__panel.active .accordion__panel--content {
    border-bottom: none; }

.back-to-top {
  z-index: 2000;
  position: fixed;
  width: 48px;
  height: 48px;
  background: #000000;
  right: 30px;
  bottom: 30px;
  border-radius: 0px;
  opacity: 0;
  cursor: pointer;
  transform: scale(0);
  transition: 0.25s all ease; }
  .back-to-top.active {
    transform: scale3d(1, 1, 1);
    opacity: 1; }
    .back-to-top.active:before {
      transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, 45deg); }
    .back-to-top.active:after {
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, -45deg); }
  .back-to-top:before, .back-to-top:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: white;
    border-radius: 4px;
    top: 45%;
    transition: 0.25s all ease;
    transform: rotate(0); }
  .back-to-top:before {
    left: calc(50% + 1px); }
  .back-to-top:after {
    right: 50%; }

.about {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .about {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .about {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .about {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .about {
      max-width: 1140px; } }
  .about__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .about__text {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px; }
  .about__two-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px; }
    .about__two-column h2 {
      font-size: 1.5rem;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .about__two-column h2 {
          font-size: 1.5rem; } }
    .about__two-column__content--image {
      width: 250px; }
    .about__two-column__label {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; }
      @media (max-width: 991.98px) {
        .about__two-column__label {
          margin-bottom: 20px; } }
    .about__two-column__content {
      flex: 0 0 100%;
      max-width: 100%; }
      .about__two-column__content--image {
        max-width: 300px; }
      .about__two-column__content--center {
        text-align: center; }
        .about__two-column__content--center p {
          margin-bottom: 2rem;
          color: #00AFAD; }
      .about__two-column__content__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 20px; }
      .about__two-column__content__5-columns {
        flex: 0 0 25%;
        max-width: 25%; }
        @media (min-width: 768px) {
          .about__two-column__content__5-columns img {
            padding: 0 20px; } }

