/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 09 February 2021 09:56:10
*/


@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Thu Dec 14 2017 13:17:16 GMT+0100 (STD)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Parallax
    S
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.c-arrow-list, .p-footer__list, .p-footer__privacy-list, .p-header__nav-list, .p-header__subnav-list, .c-icon-link-list, .c-pagination, .p-social__list, .c-tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix, .c-icon-line, .c-tabs, .c-tab-list, .c-tabs__filter-row {
  *zoom: 1;
}

.clearfix:before, .c-icon-line:before, .c-tabs:before, .c-tab-list:before, .c-tabs__filter-row:before, .clearfix:after, .c-icon-line:after, .c-tabs:after, .c-tab-list:after, .c-tabs__filter-row:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .c-icon-line:after, .c-tabs:after, .c-tab-list:after, .c-tabs__filter-row:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

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

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables 
table {
    width: 100%;
    border-collapse: collapse;
    margin: .5em 0;
}

caption {
    @include sq-font-size(.8);
    font-style: italic;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: .5em 0;
}

th {
    background: $base-font-colour;
    color: invert($base-font-colour);
}

td {
    border: 1px solid $base-font-colour;
} */
/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/*
--------------------
Modules
--------------------
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://sydneystartuphub.com/__data/assets/css_file_folder/0011/133103/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://sydneystartuphub.com/__data/assets/css_file_folder/0011/133103/fonts/slick.eot");
  src: url("https://sydneystartuphub.com/__data/assets/css_file_folder/0011/133103/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://sydneystartuphub.com/__data/assets/css_file_folder/0011/133103/fonts/slick.woff") format("woff"), url("https://sydneystartuphub.com/__data/assets/css_file_folder/0011/133103/fonts/slick.ttf") format("truetype"), url("https://sydneystartuphub.com/__data/assets/css_file_folder/0011/133103/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Module: Parallax */
.parallax {
  position: relative;
  min-height: 210px;
}

.parallax__layer {
  position: absolute;
  z-index: -1;
}

.parallax__layer-background {
  width: 768px;
}

.parallax__layer-foreground {
  display: none;
}

.parallax__layer--center {
  left: 50%;
  margin-left: -384px;
}

/* Module: S */
.o-col, .o-layout, .p-hub__item, .c-icon-link-list__item {
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  display: flex;
  -ms-flex-align: stretch;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.o-col__item {
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

.o-container--wide, .o-container,
.o-container--medium, .o-container--narrow {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.o-container--wide {
  max-width: 80rem;
}

@media screen and (min-width: 82.5em) {
  .o-container--wide {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-container,
.o-container--medium {
  max-width: 55.625rem;
}

@media screen and (min-width: 58.75em) {
  .o-container,
  .o-container--medium {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-container--narrow {
  max-width: 40.625rem;
}

@media screen and (min-width: 43.125em) {
  .o-container--narrow {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 37.438em) {
  .o-container--no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-col {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.o-col:after {
  content: " ";
  display: block;
  clear: both;
}

.o-col__item {
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 37.438em) {
  .o-col__item--first-on-small {
    order: -1;
  }
}

.o-col--auto .o-col__item {
  width: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 37.5em) {
  .o-col--auto .o-col__item {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 1;
  }
}

@media screen and (min-width: 56.25em) {
  .o-col--auto .o-col__item {
    width: auto;
    flex-basis: 0;
  }
}

.o-col--1 .o-col__item {
  width: 100%;
}

.o-col--2 .o-col__item {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .o-col--2 .o-col__item {
    width: 48.8959%;
    float: left;
    margin-right: 2.2082%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2 .o-col__item:nth-child(2n + 2) {
    width: 48.8959%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--left .o-col__item {
    width: 23.34385%;
    float: left;
    margin-right: 2.2082%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--left .o-col__item:nth-child(2n + 2) {
    width: 74.44795%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right .o-col__item {
    width: 74.44795%;
    float: left;
    margin-right: 2.2082%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right .o-col__item:nth-child(2n + 2) {
    width: 23.34385%;
    float: right;
    margin-right: 0;
  }
}

.o-col--3 .o-col__item {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .o-col--3 .o-col__item {
    width: 31.8612%;
    float: left;
    margin-right: 2.2082%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--3 .o-col__item:nth-child(3n + 3) {
    width: 31.8612%;
    float: right;
    margin-right: 0;
  }
}

.o-col--4 .o-col__item {
  width: 48.8959%;
  float: left;
  margin-right: 2.2082%;
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item {
    width: 23.34385%;
    float: left;
    margin-right: 2.2082%;
  }
}

.o-col--4 .o-col__item:nth-child(2n + 2) {
  width: 48.8959%;
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item:nth-child(2n + 2) {
    width: 23.34385%;
    float: left;
    margin-right: 2.2082%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item:nth-child(4n + 4) {
    width: 23.34385%;
    float: right;
    margin-right: 0;
  }
}

.o-col--5 .o-col__item {
  width: 48.8959%;
  float: left;
  margin-right: 2.2082%;
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item {
    width: 18.23344%;
    float: left;
    margin-right: 2.2082%;
  }
}

.o-col--5 .o-col__item:nth-child(2n + 2) {
  width: 48.8959%;
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item:nth-child(2n + 2) {
    width: 18.23344%;
    float: left;
    margin-right: 2.2082%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item:nth-child(5n + 5) {
    width: 18.23344%;
    float: right;
    margin-right: 0;
  }
}

.no-gutters .o-col__item {
  margin-bottom: 0;
}

.o-col--2.no-gutters .o-col__item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--2.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
  }
}

.o-col--3.no-gutters .o-col__item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--3.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--3.no-gutters .o-col__item:nth-child(3n + 3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
  }
}

.o-col--4.no-gutters .o-col__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}

.o-col--4.no-gutters .o-col__item:nth-child(2n + 2) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item:nth-child(4n + 4) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: right;
  }
}

.o-col--5.no-gutters .o-col__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
  }
}

.o-col--5.no-gutters .o-col__item:nth-child(2n + 2) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item:nth-child(5n + 5) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: right;
  }
}

.o-layout {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.o-layout:after {
  content: " ";
  display: block;
  clear: both;
}

.o-layout--2col-right .o-content {
  width: 74.58824%;
  float: left;
  margin-right: 1.64706%;
  padding-right: 1.25rem;
}

.o-layout--2col-right .o-aside {
  width: 23.76471%;
  float: right;
  margin-right: 0;
}

.o-col--debug .o-col__item {
  background-color: #6c6a99;
  color: white;
}

.t-bg--blue {
  background-color: #2a8436;
}

.page-wrapper {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* Module: S */
/*profill object-fit style*/
.compat-object-fit {
  background-position: center center;
  background-size: cover;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.compat-object-fit img {
  opacity: 0;
}

a:hover .compat-object-fit {
  transform: scale(1.2);
}

.compat-object-fit-wrapper {
  overflow: hidden;
}

.c-objectfit {
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover .c-objectfit {
  transform: scale(1.2);
}

a.c-objectfit__wrapper {
  overflow: hidden;
  display: inline-block;
}

/* Module: S */
.t-bg--primary-color {
  background-color: #2a8436;
}

.t-bg--secondary-color {
  background-color: #2a8436;
}

.t-bg--tertiary-color {
  background-color: #1cace2;
}

.t-bg--bright-cerulean {
  background-color: #1cace2;
}

.t-bg--deep-sea-blue {
  background-color: #002664;
}

.t-bg--matisse {
  background-color: #207ba1;
}

.t-bg--foam {
  background-color: #f2fbfe;
}

.t-bg--crimson {
  background-color: #d7153a;
}

.t-bg--sun-song {
  background-color: #eca320;
}

.t-bg--concrete {
  background-color: #f3f3f3;
}

.t-bg--scarabaeus {
  background-color: #404040;
}

.t-color--black {
  color: #000;
}

.t-color--white {
  color: #fff;
}

/* Module: S */
body {
  font-family: "Ubuntu", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  letter-spacing: 0.025rem;
}

h1,
.e-h1,
h2,
.e-h2,
h3,
.e-h3,
h4,
.e-h4,
h5,
.e-h5,
h6,
.e-h6 {
  font-weight: 300;
  letter-spacing: normal;
  margin: 1.875rem 0 0.875rem;
}

h1,
.e-h1 {
  font-size: 58px;
  font-size: 3.625rem;
  letter-spacing: -0.1375rem;
}

h2,
.e-h3 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -0.075rem;
}

h3,
.e-h4 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.0625rem;
}

h4,
.e-h5 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.04375rem;
}

h5,
.e-h6 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

hr {
  border-bottom: 1px solid #d2d2d2;
  border-top: none;
  display: block;
  margin: 0 auto;
  max-width: 80rem;
}

hr.hr--medium {
  max-width: 55.625rem;
}

hr.hr--full-width {
  max-width: none;
}

hr.hr--narrow {
  max-width: 40.625rem;
}

@media screen and (max-width: 37.438em) {
  hr {
    max-width: 100%;
  }
  hr.hr--full-width {
    max-width: none;
  }
}

p {
  margin: 0.875rem 0;
}

a {
  color: #2a8436;
}

.t-bg--primary-color a,
.t-color--white a {
  color: #fff;
}

blockquote {
  font-size: 1.5rem;
  margin: 1.875rem 2.5rem;
  padding-right: 4.5rem;
  padding-top: 0.625rem;
  text-align: center;
}

blockquote::before {
  font-size: 4.0625rem;
}

blockquote::after {
  bottom: 0;
  color: #222;
  content: '\201C';
  font-size: 4.0625rem;
  line-height: 1em;
  position: absolute;
  right: 0;
}

.c-testimonial,
.inside .o-content-container .c-testimonial {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1.875rem 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 60em) {
  .c-testimonial,
  .inside .o-content-container .c-testimonial {
    font-size: 1.5rem;
    margin: 1.875rem 2.5rem;
  }
}

.c-testimonial__desc {
  display: block;
  letter-spacing: -0.0625rem;
  quotes: none;
  padding: 1.5625rem;
  position: relative;
}

@media screen and (min-width: 60em) {
  .c-testimonial__desc {
    padding: 0.625rem 4.5rem;
  }
}

.c-testimonial__desc::before, .c-testimonial__desc::after {
  color: #222;
  content: '\201C';
  font-size: 4.0625rem;
  line-height: 1em;
  position: absolute;
}

.c-testimonial__desc::before {
  left: 0;
  top: 0;
}

.c-testimonial__desc::after {
  bottom: 0;
  line-height: 0;
  right: 0;
}

.c-testimonial__pic {
  border-radius: 50%;
  display: inline-block;
  height: 5.25rem;
  width: 5.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 60em) {
  .c-testimonial__pic {
    height: 9.0625rem;
    width: 9.0625rem;
    margin: 0 auto 1.25rem;
  }
}

.c-testimonial__reviewer {
  color: #4f4f4f;
  display: block;
  font-size: 0.875rem;
  letter-spacing: -0.04375rem;
  margin: 0.625rem 1.875rem 0;
}

@media screen and (min-width: 60em) {
  .c-testimonial__reviewer {
    font-size: 1.125rem;
    margin: 1.875rem auto 0;
  }
}

strong {
  font-weight: 600;
}

.highlight {
  background-color: #2a8436;
  color: #fff;
}

.p-footer .highlight {
  background-color: transparent;
  color: #2a8436;
  padding: 0;
}

.c-arrow-heading {
  padding: 0 1.25rem 3.75rem;
  position: relative;
}

.c-arrow-heading:before {
  background-color: #d2d2d2;
  bottom: 1.125rem;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-arrow-heading:after {
  background-color: white;
  border-radius: 100%;
  bottom: 0;
  box-shadow: -0.1875rem 0 0.4375rem 0 rgba(0, 0, 0, 0.05);
  content: url(../../../file/0018/133074/next_v-0.1.2.svg);
  display: block;
  fill: #404040;
  height: 2.25rem;
  left: 50%;
  padding: 0 0.5rem;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  width: 2.25rem;
}

/* Module: S */
.c-icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em;
}

.c-icon--normal {
  font-size: 21px;
}

.c-icon--large {
  font-size: 50px;
}

.c-icon--white {
  color: #fff;
}

.c-icon--deep-sea-blue {
  color: #002664;
}

.c-icon--green {
  color: #2a8436;
}

.c-icon--grey {
  color: #545454;
}

.c-icon--large {
  font-size: 3.0625rem;
}

.c-icon--primary {
  color: #2a8436;
}

.c-icon--secondary {
  color: #2a8436;
}

/* Module: S */
.c-accordion {
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  border-left: none;
  border-right: none;
}

.no-js .c-accordion {
  height: auto;
}

.c-accordion__item {
  margin-bottom: 1.5625rem;
}

.c-accordion:not(.js-is-tabs) .c-accordion__item {
  position: relative;
}

.c-accordion:not(.js-is-tabs) .c-accordion__item::after {
  -webkit-transition: color 0.125s ease-in-out, transform 0.125s ease-in-out, right 0.125s ease-in-out, top 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out, transform 0.125s ease-in-out, right 0.125s ease-in-out, top 0.125s ease-in-out;
  transition: color 0.125s ease-in-out, transform 0.125s ease-in-out, right 0.125s ease-in-out, top 0.125s ease-in-out;
  color: #000;
  content: none;
  display: block;
  line-height: 3.125rem;
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 0;
}

.c-accordion:not(.js-is-tabs) .c-accordion__item.is-active::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  right: 1.125rem;
  top: 0.3125rem;
}

.c-accordion__title {
  -webkit-transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out, opacity 0.125s ease-in-out;
  -moz-transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out, opacity 0.125s ease-in-out;
  transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out, opacity 0.125s ease-in-out;
  background-color: #f3f3f3;
  border: 0.0625rem solid transparent;
  color: #000;
  display: block;
  line-height: 1.23;
  outline: none;
  padding: 0.875rem 0.25rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.c-accordion__item.is-active .c-accordion__title {
  background-color: #2a8436;
  color: #fff;
}

.c-accordion__title:hover, .c-accordion__title:active, .c-accordion__title:focus {
  background-color: #e6e6e6;
}

.c-accordion__item.is-active .c-accordion__title:hover, .c-accordion__item.is-active .c-accordion__title:active, .c-accordion__item.is-active .c-accordion__title:focus {
  background-color: #24712e;
}

.c-accordion__title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.04375rem;
  margin: 0;
  padding: 0 3.125rem 0 0.9375rem;
}

.c-accordion__icon {
  position: absolute;
  right: 2.375rem;
  top: 50%;
}

.c-accordion__icon-x, .c-accordion__icon-y {
  background-color: #000;
  height: 0.125rem;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 1.3125rem;
}

.c-accordion__item.is-active .c-accordion__icon-x {
  background-color: #fff;
  transform: rotate(180deg);
}

.c-accordion__icon-y {
  transform: rotate(90deg);
}

.c-accordion__item.is-active .c-accordion__icon-y {
  background-color: #fff;
  transform: rotate(180deg);
}

.c-accordion__panel {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  background-color: #fff;
  border-bottom: 0.0625rem solid transparent;
  border-left: 0.0625rem solid transparent;
  border-right: 0.0625rem solid transparent;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.js-enabled .c-accordion__panel {
  /*max-height: 0;*/
}

.c-accordion__item.is-active .c-accordion__panel {
  border-color: #d2d2d2;
}

.c-accordion__item:not(.is-active) .c-accordion__panel {
  max-height: 0 !important;
}

.c-accordion__panel__inner {
  padding: 1.4375rem 1.75rem;
  text-align: left;
}

.c-accordion.js-is-tabs {
  border: none;
  position: relative;
}

.no-js .c-accordion.js-is-tabs,
.no-flexbox .c-accordion.js-is-tabs {
  display: table;
}

.flexbox .c-accordion.js-is-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-accordion.js-is-tabs .c-accordion__item {
  border: none;
  width: auto;
  z-index: 0;
}

.c-accordion.js-is-tabs .c-accordion__item:not(:first-child) {
  border-left: 0.1875rem solid transparent;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current {
  z-index: 2;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current .c-accordion__title {
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-bottom: none;
  color: #222;
  opacity: 1;
  margin-top: 0;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current .c-accordion__panel {
  opacity: 1;
}

.c-accordion.js-is-tabs .c-accordion__title {
  -webkit-transition: background-color 0.125s ease-in-out;
  -moz-transition: background-color 0.125s ease-in-out;
  transition: background-color 0.125s ease-in-out;
  background-color: #2a8436;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  color: #fff;
  opacity: 0.85;
}

.c-accordion.js-is-tabs .c-accordion__title:hover {
  background-color: #1e5d26;
}

.c-accordion.js-is-tabs .c-accordion__panel {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  border: 0.0625rem solid #ccc;
  left: 0;
  max-height: initial;
  opacity: 0;
  position: absolute;
  margin-top: -0.0625rem;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 60em) {
  .c-accordion--has-summary {
    margin-left: 0.25rem;
    margin-right: 0;
  }
}

.c-accordion--has-summary .c-accordion__item {
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.06);
  margin-bottom: 0.3125rem;
}

.c-accordion--has-summary .c-accordion__item.t-color--primary-color .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--primary-color .c-accordion__title__icon {
  color: #2a8436;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--primary-color .c-accordion__panel {
  background-color: #2a8436;
}

.c-accordion--has-summary .c-accordion__item.t-color--secondary-color .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--secondary-color .c-accordion__title__icon {
  color: #2a8436;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--secondary-color .c-accordion__panel {
  background-color: #2a8436;
}

.c-accordion--has-summary .c-accordion__item.t-color--tertiary-color .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--tertiary-color .c-accordion__title__icon {
  color: #1cace2;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--tertiary-color .c-accordion__panel {
  background-color: #1cace2;
}

.c-accordion--has-summary .c-accordion__item.t-color--bright-cerulean .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--bright-cerulean .c-accordion__title__icon {
  color: #1cace2;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--bright-cerulean .c-accordion__panel {
  background-color: #1cace2;
}

.c-accordion--has-summary .c-accordion__item.t-color--deep-sea-blue .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--deep-sea-blue .c-accordion__title__icon {
  color: #002664;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--deep-sea-blue .c-accordion__panel {
  background-color: #002664;
}

.c-accordion--has-summary .c-accordion__item.t-color--matisse .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--matisse .c-accordion__title__icon {
  color: #207ba1;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--matisse .c-accordion__panel {
  background-color: #207ba1;
}

.c-accordion--has-summary .c-accordion__item.t-color--foam .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--foam .c-accordion__title__icon {
  color: #f2fbfe;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--foam .c-accordion__panel {
  background-color: #f2fbfe;
}

.c-accordion--has-summary .c-accordion__item.t-color--crimson .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--crimson .c-accordion__title__icon {
  color: #d7153a;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--crimson .c-accordion__panel {
  background-color: #d7153a;
}

.c-accordion--has-summary .c-accordion__item.t-color--sun-song .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--sun-song .c-accordion__title__icon {
  color: #eca320;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--sun-song .c-accordion__panel {
  background-color: #eca320;
}

.c-accordion--has-summary .c-accordion__item.t-color--concrete .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--concrete .c-accordion__title__icon {
  color: #f3f3f3;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--concrete .c-accordion__panel {
  background-color: #f3f3f3;
}

.c-accordion--has-summary .c-accordion__item.t-color--scarabaeus .c-accordion__title h3,
.c-accordion--has-summary .c-accordion__item.t-color--scarabaeus .c-accordion__title__icon {
  color: #404040;
  fill: #fff;
}

.c-accordion--has-summary .c-accordion__item.t-color--scarabaeus .c-accordion__panel {
  background-color: #404040;
}

.c-accordion--has-summary .c-accordion__item.is-active .c-accordion__title {
  background-color: #fff;
  color: #000;
}

.c-accordion--has-summary .c-accordion__item.is-active .c-accordion__title:hover, .c-accordion--has-summary .c-accordion__item.is-active .c-accordion__title:active, .c-accordion--has-summary .c-accordion__item.is-active .c-accordion__title:focus {
  background-color: #f9f9f9;
}

.c-accordion--has-summary .c-accordion__title {
  background-color: #fff;
  border: none;
  height: 5.6875rem;
  padding: 0.9375rem 3.125rem 0.9375rem 5.3125rem;
}

@media screen and (min-width: 60em) {
  .c-accordion--has-summary .c-accordion__title {
    height: 8.8125rem;
    padding: 1.875rem 10rem 1.5625rem 9.0625rem;
  }
}

.c-accordion--has-summary .c-accordion__title h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 3.8125rem;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 60em) {
  .c-accordion--has-summary .c-accordion__title h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.125;
  }
}

.c-accordion--has-summary .c-accordion__title__icon {
  align-content: stretch;
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 500;
  height: 3.5625rem;
  left: 0.9375rem;
  justify-content: center;
  position: absolute;
  width: 3.5625rem;
}

@media screen and (min-width: 60em) {
  .c-accordion--has-summary .c-accordion__title__icon {
    height: 5.5rem;
    font-size: 1.5625rem;
    left: 1.25rem;
    margin-top: 0;
    width: 5.5rem;
  }
}

.c-accordion--has-summary .c-accordion__title__icon abbr[title] {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.c-accordion--has-summary .t-color--matisse .c-accordion__title__icon {
  background-color: #207ba1;
  color: #fff !important;
}

.c-accordion--has-summary .t-color--primary-color .c-accordion__title__icon {
  background-color: #2a8436;
  color: #fff !important;
}

.c-accordion--has-summary .t-color--secondary-color .c-accordion__title__icon {
  background-color: #2a8436;
  color: #fff !important;
}

.c-accordion--has-summary .t-color--bright-cerulean .c-accordion__title__icon {
  background-color: #1cace2;
  color: #fff !important;
}

.c-accordion--has-summary .t-color--scarabaeus .c-accordion__title__icon {
  background-color: #404040;
  color: #fff !important;
}

.c-accordion--has-summary .c-accordion__summary {
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
}

@media screen and (min-width: 60em) {
  .c-accordion--has-summary .c-accordion__summary {
    display: block;
  }
}

.c-accordion--has-summary .c-accordion__icon {
  right: 2.5rem;
}

@media screen and (min-width: 60em) {
  .c-accordion--has-summary .c-accordion__icon {
    right: 2.8125rem;
  }
}

.c-accordion--has-summary .c-accordion__icon-x,
.c-accordion--has-summary .c-accordion__icon-y,
.c-accordion--has-summary .c-accordion__item.is-active .c-accordion__icon-x,
.c-accordion--has-summary .c-accordion__item.is-active .c-accordion__icon-y {
  background-color: #2a8436;
}

.c-accordion--has-summary .c-accordion__panel {
  border: none;
  color: #fff;
}

.c-accordion--has-summary .c-accordion__panel__inner {
  padding: 1.875rem 3.125rem;
}

.c-accordion--has-summary .c-accordion__panel__inner a {
  color: #fff;
}

/* Module: S */
.c-arrow-list {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 1.875rem 0.625rem;
}

@media screen and (min-width: 37.5em) {
  .c-arrow-list {
    -webkit-display: flex;
    display: flex;
    margin: 0;
  }
}

@media screen and (min-width: 60em) {
  .c-arrow-list {
    margin: 4.375rem 0 3.75rem 0;
  }
}

.c-arrow-list__item {
  line-height: 1.125;
  margin-bottom: 3.125rem;
  padding: 0;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 37.5em) {
  .c-arrow-list__item {
    -webkit-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding: 0 0.625rem;
    text-align: center;
  }
}

@media screen and (min-width: 60em) {
  .c-arrow-list__item {
    padding: 0 2.5rem;
  }
}

.c-arrow-list__item:not(:last-child)::after {
  background-image: url(../../../file/0020/133076/right-arrow_v-0.1.2.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50%;
  bottom: -3.875rem;
  content: '';
  display: block;
  height: 1.5rem;
  left: 50%;
  margin-left: -1.875rem;
  position: absolute;
  transform: rotate(90deg);
  width: 3.5625rem;
}

@media screen and (min-width: 37.5em) {
  .c-arrow-list__item:not(:last-child)::after {
    background-size: 60%;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: -2.25rem;
    top: 1.8125rem;
    transform: rotate(0);
  }
}

@media screen and (min-width: 60em) {
  .c-arrow-list__item:not(:last-child)::after {
    background-size: cover;
    right: -1.25rem;
    top: 3.9375rem;
  }
}

.c-arrow-list__heading {
  display: inline-block;
  margin: 0.9375rem 0;
}

@media screen and (min-width: 60em) {
  .c-arrow-list__heading {
    margin: 1.875rem 0 1.25rem 0;
  }
}

.c-icon.c-arrow-list__icon {
  -webkit-transform: translateY(0.9375rem);
  -ms-transform: translateY(0.9375rem);
  transform: translateY(0.9375rem);
  display: inline-block;
  height: 3.125rem;
  margin-right: 0.9375rem;
  width: 3.125rem;
}

@media screen and (min-width: 37.5em) {
  .c-icon.c-arrow-list__icon {
    display: block;
    margin: 0 auto 1.25rem auto;
  }
}

@media screen and (min-width: 60em) {
  .c-icon.c-arrow-list__icon {
    height: 7.1875rem;
    width: 7.1875rem;
  }
}

/* Module: S */
.c-article__date {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.6px;
  text-align: center;
  margin-bottom: 2rem;
}

.c-article__image-wrapper {
  margin: 0 auto 3.75rem;
}

.c-article__image-wrapper img {
  height: 11.5625rem;
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .c-article__image-wrapper {
    margin: 1.25rem auto 1.25rem;
    max-width: 33.5625rem;
  }
  .c-article__image-wrapper img {
    height: 23.3125rem;
    max-width: 33.5625rem;
  }
}

.c-article__image-wrapper--full-width {
  margin: 0;
}

.c-article__image-wrapper--full-width img {
  height: 10.3125rem;
}

@media screen and (min-width: 37.5em) {
  .c-article__image-wrapper--full-width {
    margin: 0;
    max-width: none;
  }
  .c-article__image-wrapper--full-width img {
    height: 30rem;
    max-width: none;
  }
}

.c-article__social-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2rem;
}

.c-article__social__list {
  padding: 0 0 0 1rem;
}

.c-article__social__list .p-social__item .c-icon {
  width: 2.375rem;
  height: 2.375rem;
}

.c-article__video-wrapper {
  margin: 5rem 0 4.375rem;
}

.c-article__content {
  text-align: left;
}

@media screen and (max-width: 37.438em) {
  .c-article__content {
    font-size: 1.125rem;
  }
}

.s-article__wrapper {
  margin: 1.75rem 0 1.875rem;
}

@media screen and (min-width: 37.5em) {
  .s-article__wrapper {
    margin: 5rem 0 5.5rem;
  }
}

/* Module: S */
.c-button-row {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 2.75rem auto 0;
  width: auto;
}

.c-button-row--smaller-margins {
  margin: 2rem auto 0;
}

@media screen and (min-width: 37.5em) {
  .c-button-row--extra-margins {
    margin: 4rem auto;
  }
}

@media screen and (max-width: 37.438em) {
  .c-button-row {
    display: block;
    margin: 2.5rem 0.625rem 0 0.625rem;
  }
}

.c-button-row--align-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.c-button-row > .c-btn {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.c-button-row > .c-btn.no-margin-bottom {
  margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {
  .c-button-row > .c-btn {
    max-width: 18.125rem;
    min-width: 11.375rem;
    width: auto;
  }
  .c-button-row > .c-btn.c-btn--wide {
    max-width: 31.25rem;
  }
}

@media screen and (max-width: 37.438em) {
  .c-button-row > .c-btn.c-btn--wide {
    overflow: visible;
    white-space: normal;
  }
  .c-button-row > .c-btn:last-child {
    margin-bottom: 0;
  }
}

.c-button-row > .c-btn:only-child {
  margin-left: 0;
  margin-right: 0;
}

.c-btn__icon {
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  height: 1.25rem;
  margin-right: 0.625rem;
  width: 1.4375rem;
}

.c-btn:hover .c-btn__icon {
  color: #fff;
}

/* Module: S */
.c-btn {
  background-color: #2a8436;
  border-color: #2a8436;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  border: 0.125rem solid transparent;
  display: inline-block;
  margin: 0 1.25rem 1.25rem 0;
  position: relative;
  text-decoration: none;
}

.c-btn:hover, .c-btn:active, .c-btn:focus {
  background-color: #33a442;
  border-color: #33a442;
  outline: none;
  text-decoration: none !important;
}

.c-btn.c-btn--border:hover, .c-btn.c-btn--border:active, .c-btn.c-btn--border:focus {
  color: #2a8436;
}

.c-btn.c-btn--border-inverse {
  background-color: #fff;
  border-color: #2a8436;
  color: #2a8436;
}

.c-btn.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn.c-btn--border-inverse:hover, .c-btn.c-btn--border-inverse:active, .c-btn.c-btn--border-inverse:focus {
  background-color: #2a8436;
  color: #fff;
}

.c-btn.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
  position: relative;
}

.c-btn.c-btn--3d:hover, .c-btn.c-btn--3d:active, .c-btn.c-btn--3d:focus {
  background-color: #2a8436;
  border-color: #2a8436;
  box-shadow: 0 0.125rem #1b5623;
  color: #fff;
  top: 0.125rem;
}

.c-btn.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #2a8436;
}

.c-btn.c-btn--3d:active {
  box-shadow: 0 0 #1b5623;
  top: 0.25rem;
}

.c-btn.c-btn--disabled {
  cursor: default;
}

.c-btn.c-btn--disabled:hover, .c-btn.c-btn--disabled:active, .c-btn.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn.c-btn--disabled:hover.c-btn--border-inverse, .c-btn.c-btn--disabled:active.c-btn--border-inverse, .c-btn.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn.c-btn--disabled:hover.c-btn--3d, .c-btn.c-btn--disabled:active.c-btn--3d, .c-btn.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
}

.c-btn--primary {
  background-color: #2a8436;
  border-color: #2a8436;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  background-color: #33a442;
  border-color: #33a442;
  outline: none;
  text-decoration: none !important;
}

.c-btn--primary.c-btn--border:hover, .c-btn--primary.c-btn--border:active, .c-btn--primary.c-btn--border:focus {
  color: #2a8436;
}

.c-btn--primary.c-btn--border-inverse {
  background-color: #fff;
  border-color: #2a8436;
  color: #2a8436;
}

.c-btn--primary.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--primary.c-btn--border-inverse:hover, .c-btn--primary.c-btn--border-inverse:active, .c-btn--primary.c-btn--border-inverse:focus {
  background-color: #2a8436;
  color: #fff;
}

.c-btn--primary.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
  position: relative;
}

.c-btn--primary.c-btn--3d:hover, .c-btn--primary.c-btn--3d:active, .c-btn--primary.c-btn--3d:focus {
  background-color: #2a8436;
  border-color: #2a8436;
  box-shadow: 0 0.125rem #1b5623;
  color: #fff;
  top: 0.125rem;
}

.c-btn--primary.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--primary.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--primary.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #2a8436;
}

.c-btn--primary.c-btn--3d:active {
  box-shadow: 0 0 #1b5623;
  top: 0.25rem;
}

.c-btn--primary.c-btn--disabled {
  cursor: default;
}

.c-btn--primary.c-btn--disabled:hover, .c-btn--primary.c-btn--disabled:active, .c-btn--primary.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--primary.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--primary.c-btn--disabled:active.c-btn--border-inverse, .c-btn--primary.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--primary.c-btn--disabled:hover.c-btn--3d, .c-btn--primary.c-btn--disabled:active.c-btn--3d, .c-btn--primary.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
}

.c-btn--secondary {
  background-color: #2a8436;
  border-color: #2a8436;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
  background-color: #33a442;
  border-color: #33a442;
  outline: none;
  text-decoration: none !important;
}

.c-btn--secondary.c-btn--border:hover, .c-btn--secondary.c-btn--border:active, .c-btn--secondary.c-btn--border:focus {
  color: #2a8436;
}

.c-btn--secondary.c-btn--border-inverse {
  background-color: #fff;
  border-color: #2a8436;
  color: #2a8436;
}

.c-btn--secondary.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--secondary.c-btn--border-inverse:hover, .c-btn--secondary.c-btn--border-inverse:active, .c-btn--secondary.c-btn--border-inverse:focus {
  background-color: #2a8436;
  color: #fff;
}

.c-btn--secondary.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
  position: relative;
}

.c-btn--secondary.c-btn--3d:hover, .c-btn--secondary.c-btn--3d:active, .c-btn--secondary.c-btn--3d:focus {
  background-color: #2a8436;
  border-color: #2a8436;
  box-shadow: 0 0.125rem #1b5623;
  color: #fff;
  top: 0.125rem;
}

.c-btn--secondary.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--secondary.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--secondary.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #2a8436;
}

.c-btn--secondary.c-btn--3d:active {
  box-shadow: 0 0 #1b5623;
  top: 0.25rem;
}

.c-btn--secondary.c-btn--disabled {
  cursor: default;
}

.c-btn--secondary.c-btn--disabled:hover, .c-btn--secondary.c-btn--disabled:active, .c-btn--secondary.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--secondary.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--secondary.c-btn--disabled:active.c-btn--border-inverse, .c-btn--secondary.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--secondary.c-btn--disabled:hover.c-btn--3d, .c-btn--secondary.c-btn--disabled:active.c-btn--3d, .c-btn--secondary.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
}

.c-btn--ter {
  background-color: #2a8436;
  border-color: #2a8436;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--ter:hover, .c-btn--ter:active, .c-btn--ter:focus {
  background-color: #33a442;
  border-color: #33a442;
  outline: none;
  text-decoration: none !important;
}

.c-btn--ter.c-btn--border:hover, .c-btn--ter.c-btn--border:active, .c-btn--ter.c-btn--border:focus {
  color: #2a8436;
}

.c-btn--ter.c-btn--border-inverse {
  background-color: #fff;
  border-color: #2a8436;
  color: #2a8436;
}

.c-btn--ter.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--ter.c-btn--border-inverse:hover, .c-btn--ter.c-btn--border-inverse:active, .c-btn--ter.c-btn--border-inverse:focus {
  background-color: #2a8436;
  color: #fff;
}

.c-btn--ter.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
  position: relative;
}

.c-btn--ter.c-btn--3d:hover, .c-btn--ter.c-btn--3d:active, .c-btn--ter.c-btn--3d:focus {
  background-color: #2a8436;
  border-color: #2a8436;
  box-shadow: 0 0.125rem #1b5623;
  color: #fff;
  top: 0.125rem;
}

.c-btn--ter.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--ter.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--ter.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #2a8436;
}

.c-btn--ter.c-btn--3d:active {
  box-shadow: 0 0 #1b5623;
  top: 0.25rem;
}

.c-btn--ter.c-btn--disabled {
  cursor: default;
}

.c-btn--ter.c-btn--disabled:hover, .c-btn--ter.c-btn--disabled:active, .c-btn--ter.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--ter.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--ter.c-btn--disabled:active.c-btn--border-inverse, .c-btn--ter.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--ter.c-btn--disabled:hover.c-btn--3d, .c-btn--ter.c-btn--disabled:active.c-btn--3d, .c-btn--ter.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
}

.c-btn--warning {
  background-color: #eca320;
  border-color: #eca320;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--warning:hover, .c-btn--warning:active, .c-btn--warning:focus {
  background-color: #f0b345;
  border-color: #f0b345;
  outline: none;
  text-decoration: none !important;
}

.c-btn--warning.c-btn--border:hover, .c-btn--warning.c-btn--border:active, .c-btn--warning.c-btn--border:focus {
  color: #eca320;
}

.c-btn--warning.c-btn--border-inverse {
  background-color: #fff;
  border-color: #eca320;
  color: #eca320;
}

.c-btn--warning.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--warning.c-btn--border-inverse:hover, .c-btn--warning.c-btn--border-inverse:active, .c-btn--warning.c-btn--border-inverse:focus {
  background-color: #eca320;
  color: #fff;
}

.c-btn--warning.c-btn--3d {
  box-shadow: 0 0.25rem #c0800f;
  position: relative;
}

.c-btn--warning.c-btn--3d:hover, .c-btn--warning.c-btn--3d:active, .c-btn--warning.c-btn--3d:focus {
  background-color: #eca320;
  border-color: #eca320;
  box-shadow: 0 0.125rem #c0800f;
  color: #fff;
  top: 0.125rem;
}

.c-btn--warning.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--warning.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--warning.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #eca320;
}

.c-btn--warning.c-btn--3d:active {
  box-shadow: 0 0 #c0800f;
  top: 0.25rem;
}

.c-btn--warning.c-btn--disabled {
  cursor: default;
}

.c-btn--warning.c-btn--disabled:hover, .c-btn--warning.c-btn--disabled:active, .c-btn--warning.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--warning.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--warning.c-btn--disabled:active.c-btn--border-inverse, .c-btn--warning.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--warning.c-btn--disabled:hover.c-btn--3d, .c-btn--warning.c-btn--disabled:active.c-btn--3d, .c-btn--warning.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #c0800f;
}

.c-btn--danger {
  background-color: #d7153a;
  border-color: #d7153a;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--danger:hover, .c-btn--danger:active, .c-btn--danger:focus {
  background-color: #eb294e;
  border-color: #eb294e;
  outline: none;
  text-decoration: none !important;
}

.c-btn--danger.c-btn--border:hover, .c-btn--danger.c-btn--border:active, .c-btn--danger.c-btn--border:focus {
  color: #d7153a;
}

.c-btn--danger.c-btn--border-inverse {
  background-color: #fff;
  border-color: #d7153a;
  color: #d7153a;
}

.c-btn--danger.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--danger.c-btn--border-inverse:hover, .c-btn--danger.c-btn--border-inverse:active, .c-btn--danger.c-btn--border-inverse:focus {
  background-color: #d7153a;
  color: #fff;
}

.c-btn--danger.c-btn--3d {
  box-shadow: 0 0.25rem #a00f2a;
  position: relative;
}

.c-btn--danger.c-btn--3d:hover, .c-btn--danger.c-btn--3d:active, .c-btn--danger.c-btn--3d:focus {
  background-color: #d7153a;
  border-color: #d7153a;
  box-shadow: 0 0.125rem #a00f2a;
  color: #fff;
  top: 0.125rem;
}

.c-btn--danger.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--danger.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--danger.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #d7153a;
}

.c-btn--danger.c-btn--3d:active {
  box-shadow: 0 0 #a00f2a;
  top: 0.25rem;
}

.c-btn--danger.c-btn--disabled {
  cursor: default;
}

.c-btn--danger.c-btn--disabled:hover, .c-btn--danger.c-btn--disabled:active, .c-btn--danger.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--danger.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--danger.c-btn--disabled:active.c-btn--border-inverse, .c-btn--danger.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--danger.c-btn--disabled:hover.c-btn--3d, .c-btn--danger.c-btn--disabled:active.c-btn--3d, .c-btn--danger.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #a00f2a;
}

.c-btn--success {
  background-color: #1cace2;
  border-color: #1cace2;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--success:hover, .c-btn--success:active, .c-btn--success:focus {
  background-color: #3ebae8;
  border-color: #3ebae8;
  outline: none;
  text-decoration: none !important;
}

.c-btn--success.c-btn--border:hover, .c-btn--success.c-btn--border:active, .c-btn--success.c-btn--border:focus {
  color: #1cace2;
}

.c-btn--success.c-btn--border-inverse {
  background-color: #fff;
  border-color: #1cace2;
  color: #1cace2;
}

.c-btn--success.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--success.c-btn--border-inverse:hover, .c-btn--success.c-btn--border-inverse:active, .c-btn--success.c-btn--border-inverse:focus {
  background-color: #1cace2;
  color: #fff;
}

.c-btn--success.c-btn--3d {
  box-shadow: 0 0.25rem #1483ad;
  position: relative;
}

.c-btn--success.c-btn--3d:hover, .c-btn--success.c-btn--3d:active, .c-btn--success.c-btn--3d:focus {
  background-color: #1cace2;
  border-color: #1cace2;
  box-shadow: 0 0.125rem #1483ad;
  color: #fff;
  top: 0.125rem;
}

.c-btn--success.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--success.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--success.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #1cace2;
}

.c-btn--success.c-btn--3d:active {
  box-shadow: 0 0 #1483ad;
  top: 0.25rem;
}

.c-btn--success.c-btn--disabled {
  cursor: default;
}

.c-btn--success.c-btn--disabled:hover, .c-btn--success.c-btn--disabled:active, .c-btn--success.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--success.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--success.c-btn--disabled:active.c-btn--border-inverse, .c-btn--success.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--success.c-btn--disabled:hover.c-btn--3d, .c-btn--success.c-btn--disabled:active.c-btn--3d, .c-btn--success.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #1483ad;
}

.c-btn--info {
  background-color: #002664;
  border-color: #002664;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--info:hover, .c-btn--info:active, .c-btn--info:focus {
  background-color: #00368d;
  border-color: #00368d;
  outline: none;
  text-decoration: none !important;
}

.c-btn--info.c-btn--border:hover, .c-btn--info.c-btn--border:active, .c-btn--info.c-btn--border:focus {
  color: #002664;
}

.c-btn--info.c-btn--border-inverse {
  background-color: #fff;
  border-color: #002664;
  color: #002664;
}

.c-btn--info.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--info.c-btn--border-inverse:hover, .c-btn--info.c-btn--border-inverse:active, .c-btn--info.c-btn--border-inverse:focus {
  background-color: #002664;
  color: #fff;
}

.c-btn--info.c-btn--3d {
  box-shadow: 0 0.25rem #000f27;
  position: relative;
}

.c-btn--info.c-btn--3d:hover, .c-btn--info.c-btn--3d:active, .c-btn--info.c-btn--3d:focus {
  background-color: #002664;
  border-color: #002664;
  box-shadow: 0 0.125rem #000f27;
  color: #fff;
  top: 0.125rem;
}

.c-btn--info.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--info.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--info.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #002664;
}

.c-btn--info.c-btn--3d:active {
  box-shadow: 0 0 #000f27;
  top: 0.25rem;
}

.c-btn--info.c-btn--disabled {
  cursor: default;
}

.c-btn--info.c-btn--disabled:hover, .c-btn--info.c-btn--disabled:active, .c-btn--info.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--info.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--info.c-btn--disabled:active.c-btn--border-inverse, .c-btn--info.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--info.c-btn--disabled:hover.c-btn--3d, .c-btn--info.c-btn--disabled:active.c-btn--3d, .c-btn--info.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #000f27;
}

.c-btn--disabled {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--disabled:hover, .c-btn--disabled:active, .c-btn--disabled:focus {
  background-color: #555454;
  border-color: #555454;
  outline: none;
  text-decoration: none !important;
}

.c-btn--disabled.c-btn--border:hover, .c-btn--disabled.c-btn--border:active, .c-btn--disabled.c-btn--border:focus {
  color: #404040;
}

.c-btn--disabled.c-btn--border-inverse {
  background-color: #fff;
  border-color: #404040;
  color: #404040;
}

.c-btn--disabled.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--disabled.c-btn--border-inverse:hover, .c-btn--disabled.c-btn--border-inverse:active, .c-btn--disabled.c-btn--border-inverse:focus {
  background-color: #404040;
  color: #fff;
}

.c-btn--disabled.c-btn--3d {
  box-shadow: 0 0.25rem #222121;
  position: relative;
}

.c-btn--disabled.c-btn--3d:hover, .c-btn--disabled.c-btn--3d:active, .c-btn--disabled.c-btn--3d:focus {
  background-color: #404040;
  border-color: #404040;
  box-shadow: 0 0.125rem #222121;
  color: #fff;
  top: 0.125rem;
}

.c-btn--disabled.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--disabled.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--disabled.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #404040;
}

.c-btn--disabled.c-btn--3d:active {
  box-shadow: 0 0 #222121;
  top: 0.25rem;
}

.c-btn--disabled.c-btn--disabled {
  cursor: default;
}

.c-btn--disabled.c-btn--disabled:hover, .c-btn--disabled.c-btn--disabled:active, .c-btn--disabled.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--disabled.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--disabled.c-btn--disabled:active.c-btn--border-inverse, .c-btn--disabled.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--disabled.c-btn--disabled:hover.c-btn--3d, .c-btn--disabled.c-btn--disabled:active.c-btn--3d, .c-btn--disabled.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #222121;
}

.c-btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #2a8436;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--white:hover, .c-btn--white:active, .c-btn--white:focus {
  background-color: white;
  border-color: white;
  outline: none;
  text-decoration: none !important;
}

.c-btn--white.c-btn--border:hover, .c-btn--white.c-btn--border:active, .c-btn--white.c-btn--border:focus {
  color: #fff;
}

.c-btn--white.c-btn--border-inverse {
  background-color: #2a8436;
  border-color: #fff;
  color: #fff;
}

.c-btn--white.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--white.c-btn--border-inverse:hover, .c-btn--white.c-btn--border-inverse:active, .c-btn--white.c-btn--border-inverse:focus {
  background-color: #fff;
  color: #2a8436;
}

.c-btn--white.c-btn--3d {
  box-shadow: 0 0.25rem #e1e0e0;
  position: relative;
}

.c-btn--white.c-btn--3d:hover, .c-btn--white.c-btn--3d:active, .c-btn--white.c-btn--3d:focus {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0.125rem #e1e0e0;
  color: #2a8436;
  top: 0.125rem;
}

.c-btn--white.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--white.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--white.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #2a8436;
  color: #fff;
}

.c-btn--white.c-btn--3d:active {
  box-shadow: 0 0 #e1e0e0;
  top: 0.25rem;
}

.c-btn--white.c-btn--disabled {
  cursor: default;
}

.c-btn--white.c-btn--disabled:hover, .c-btn--white.c-btn--disabled:active, .c-btn--white.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--white.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--white.c-btn--disabled:active.c-btn--border-inverse, .c-btn--white.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--white.c-btn--disabled:hover.c-btn--3d, .c-btn--white.c-btn--disabled:active.c-btn--3d, .c-btn--white.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #e1e0e0;
}

.c-btn--border:hover, .c-btn--border:active, .c-btn--border:focus {
  background-color: #fff;
}

.c-btn--lg {
  padding: 1.25rem 3.75rem;
}

.c-btn--sm {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 1.75rem;
}

@media screen and (min-width: 37.5em) {
  .c-btn--sm-desktop-only {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5rem 1.75rem;
  }
}

.c-btn--wide {
  padding: 0.875rem 3.75rem;
}

.c-btn--round {
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}

.c-btn--flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.c-btn--concrete {
  background-color: #2a8436;
  border-color: #2a8436;
  color: #f3f3f3;
  font-weight: 400;
  outline: none;
  padding: 0.875rem 2.1875rem;
}

.c-btn--concrete:hover, .c-btn--concrete:active, .c-btn--concrete:focus {
  background-color: #33a442;
  border-color: #33a442;
  outline: none;
  text-decoration: none !important;
}

.c-btn--concrete.c-btn--border:hover, .c-btn--concrete.c-btn--border:active, .c-btn--concrete.c-btn--border:focus {
  color: #2a8436;
}

.c-btn--concrete.c-btn--border-inverse {
  background-color: #f3f3f3;
  border-color: #2a8436;
  color: #2a8436;
}

.c-btn--concrete.c-btn--border-inverse.c-btn--transparent {
  background-color: transparent;
}

.c-btn--concrete.c-btn--border-inverse:hover, .c-btn--concrete.c-btn--border-inverse:active, .c-btn--concrete.c-btn--border-inverse:focus {
  background-color: #2a8436;
  color: #f3f3f3;
}

.c-btn--concrete.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
  position: relative;
}

.c-btn--concrete.c-btn--3d:hover, .c-btn--concrete.c-btn--3d:active, .c-btn--concrete.c-btn--3d:focus {
  background-color: #2a8436;
  border-color: #2a8436;
  box-shadow: 0 0.125rem #1b5623;
  color: #f3f3f3;
  top: 0.125rem;
}

.c-btn--concrete.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover, .c-btn--concrete.c-btn--3d.c-btn--3d.c-btn--border-inverse:active, .c-btn--concrete.c-btn--3d.c-btn--3d.c-btn--border-inverse:focus {
  background-color: #f3f3f3;
  color: #2a8436;
}

.c-btn--concrete.c-btn--3d:active {
  box-shadow: 0 0 #1b5623;
  top: 0.25rem;
}

.c-btn--concrete.c-btn--disabled {
  cursor: default;
}

.c-btn--concrete.c-btn--disabled:hover, .c-btn--concrete.c-btn--disabled:active, .c-btn--concrete.c-btn--disabled:focus {
  background-color: #404040 !important;
  border-color: #404040;
  color: #fff !important;
  top: auto;
}

.c-btn--concrete.c-btn--disabled:hover.c-btn--border-inverse, .c-btn--concrete.c-btn--disabled:active.c-btn--border-inverse, .c-btn--concrete.c-btn--disabled:focus.c-btn--border-inverse {
  background-color: #fff !important;
  color: #404040 !important;
}

.c-btn--concrete.c-btn--disabled:hover.c-btn--3d, .c-btn--concrete.c-btn--disabled:active.c-btn--3d, .c-btn--concrete.c-btn--disabled:focus.c-btn--3d {
  box-shadow: 0 0.25rem #1b5623;
}

.c-btn--margintop {
  margin-top: 3.75rem;
}

.c-btn--center {
  text-align: center;
}

/* Module: S */
.cmg li {
  margin-bottom: 1rem;
}

.cmg img {
  -webkit-box-shadow: 1px 1px 5px #d2d2d2;
  -moz-box-shadow: 1px 1px 5px #d2d2d2;
  box-shadow: 1px 1px 5px #d2d2d2;
  margin: 1rem 0;
}

/* Module: S */
.p-contact-feature {
  color: #fff;
  padding: 1.5625rem 0 3.125rem 0;
}

@media screen and (min-width: 56.25em) {
  .p-contact-feature {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  .p-contact-feature > .o-container--medium,
  .p-contact-feature > .o-container--wide {
    border-top: 1px solid #333;
    padding-top: 3.125rem;
  }
}

.p-contact-feature svg + h2 {
  margin-top: 1.25rem;
}

.p-contact-feature__heading {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: -0.075rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 56.25em) {
  .p-contact-feature__frm {
    align-content: stretch;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 56.25em) {
  .p-contact-feature__box {
    flex-grow: 1;
  }
}

.p-contact-feature__btn {
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 56.25em) {
  .p-contact-feature__btn {
    margin-top: 2.3125rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 11.4375rem;
  }
  .p-footer .p-contact-feature__btn {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.p-contact-feature__arrow {
  position: absolute;
  right: 1.125rem;
  top: 1.125rem;
}

@media screen and (min-width: 56.25em) {
  .p-contact-feature__arrow {
    top: 1.1875rem;
  }
}

/* Module: S */
.c-contact-widget__toggle, .c-contact-widget__bubble {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

.c-contact-widget__toggle:hover, .c-contact-widget__bubble:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.c-contact-widget {
  bottom: 1.25rem;
  display: block;
  position: fixed;
  right: 1.25rem;
  z-index: 999;
}

.c-contact-widget__icon {
  color: #2a8436;
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.c-contact-widget__icon--close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background-color: #fff;
  opacity: 0;
}

.is-expanded .c-contact-widget__icon--close {
  opacity: 1;
}

.c-contact-widget__icon--close svg {
  color: #2a8436;
  fill: #2a8436;
  height: 1.375rem;
  margin-top: 1.25rem;
  width: 1.375rem;
}

.c-contact-widget__toggle .c-contact-widget__icon {
  height: 3.9375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.9375rem;
}

.is-expanded .c-contact-widget__icon.c-contact-widget__icon--open {
  opacity: 0;
}

.c-contact-widget__toggle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  background-color: #2a8436;
  border: none;
  -webkit-box-shadow: -7px 0px 20.4px 0.6px rgba(0, 0, 0, 0.15);
  box-shadow: -7px 0px 20.4px 0.6px rgba(0, 0, 0, 0.15);
  display: block;
  height: 3.9375rem;
  outline: 0;
  text-align: center;
  width: 3.9375rem;
}

.is-expanded .c-contact-widget__toggle {
  background-color: #fff;
}

.c-contact-widget__bubble-container {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  position: absolute;
  top: 0rem;
  left: 0.6875rem;
  z-index: -1;
}

.is-expanded > .c-contact-widget__bubble-container {
  -webkit-transform: translateY(-3.75rem);
  -ms-transform: translateY(-3.75rem);
  transform: translateY(-3.75rem);
}

.c-contact-widget__bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  left: 0;
  outline: 0;
  position: absolute;
  text-align: center;
  top: 0;
}

.is-expanded .c-contact-widget__bubble:last-of-type {
  -webkit-transform: translateY(-3.4375rem);
  -ms-transform: translateY(-3.4375rem);
  transform: translateY(-3.4375rem);
}

.is-expanded .c-contact-widget__bubble:last-of-type:hover {
  -webkit-transform: translateY(-3.4375rem) scale(1.1, 1.1);
  -ms-transform: translateY(-3.4375rem) scale(1.1, 1.1);
  transform: translateY(-3.4375rem) scale(1.1, 1.1);
}

.c-contact-widget__info {
  -webkit-transition: opacity 0.25s ease-in-out, right 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, right 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, right 0.25s ease-in-out;
  background-color: #2a8436;
  color: #fff;
  opacity: 0;
  padding: 0.75rem 1.25rem;
  pointer-events: none;
  position: absolute;
  right: 5.625rem;
  text-align: center;
  top: -3.875rem;
  -webkit-touch-callout: none;
  width: 9.375rem;
}

.c-contact-widget__info.is-active {
  opacity: 1;
  pointer-events: auto;
  right: 4.875rem;
  -webkit-touch-callout: inherit;
}

.c-contact-widget__info::after {
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #2a8436;
  border-top: 10px solid transparent;
  content: '';
  display: block;
  height: 0;
  margin-top: -1.25rem;
  position: absolute;
  top: 50%;
  right: -0.875rem;
  width: 0;
}

.c-contact-widget__tel-link {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

/* Module: S */
.p-contact__icon {
  height: 3.25rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
  width: 3.0625rem;
}

.p-contact__icon--address {
  height: 3.75rem;
  width: 2.75rem;
}

.p-contact__icon--ssh {
  height: 3.4375rem;
  width: 4.1875rem;
}

.p-contact__link .p-contact__icon {
  position: absolute;
  left: 3.125rem;
  top: 1.25rem;
}

.p-contact__link {
  height: 5.6875rem;
  line-height: 5.6875rem;
}

.p-contact__link.o-content-container {
  padding: 0;
}

.p-contact__link a {
  text-decoration: none;
}

.p-contact__link__heading {
  margin: 0;
  text-align: center;
  text-decoration: none;
}

.p-contact__form label {
  display: block;
  margin-bottom: 0.3125rem;
}

@media screen and (min-width: 60em) {
  .p-contact__form {
    margin: 0 2.5rem 2.5rem;
  }
}

.p-contact__form__input,
.p-contact__form__textarea {
  -webkit-border-radius: 1.375rem;
  -moz-border-radius: 1.375rem;
  border-radius: 1.375rem;
  border: 0.0625rem solid #2a8436;
  display: block;
  margin-bottom: 1.25rem;
  padding: 0.625rem 1.25rem;
  width: 100%;
}

.p-contact__form__textarea {
  height: 15.625rem;
  resize: none;
}

.p-contact__form__submit {
  display: block;
  margin: 0 auto;
}

.sq-form-error {
  color: #d7153a;
}

.sq-form-question-error input, .sq-form-question-error textarea {
  border-color: #d7153a;
}

abbr[title].sq-form-required-field {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

/* Module: S */
.o-content-container {
  margin: 0 auto;
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 60em) {
  .o-content-container {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
    text-align: center;
  }
}

.o-content-container--extra-padding {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

@media screen and (min-width: 60em) {
  .o-content-container--extra-padding {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.o-content-container--no-padding {
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 37.438em) {
  .o-content-container--no-padding-xs {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.o-content-container--no-bottom-padding {
  overflow-y: hidden;
  padding-bottom: 0;
}

.main > .o-content-container--no-bottom-padding:last-child {
  padding-bottom: 2.8125rem;
}

@media screen and (max-width: 37.438em) {
  .o-content-container--no-bottom-padding-xs:not(:last-child) {
    padding-bottom: 0;
  }
}

.o-content-container__image {
  margin-bottom: 0.625rem;
}

.o-content-container__heading,
.o-content-container__heading--centered {
  line-height: 1.125;
  margin: 0 0 1.75rem 0;
  text-align: left;
}

@media screen and (min-width: 37.5em) {
  .o-content-container__heading,
  .o-content-container__heading--centered {
    text-align: center;
  }
}

.o-content-container__heading:not(:first-of-type),
.o-content-container__heading--centered:not(:first-of-type) {
  margin-top: 6.25rem;
}

@media screen and (max-width: 56.1875em) {
  .o-content-container__header--small-mobile {
    font-size: 2.75rem;
  }
}

.o-content-container__heading--centered {
  text-align: center;
}

.p-intro-block {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
  text-align: left;
}

@media screen and (min-width: 37.5em) {
  .p-intro-block {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
    text-align: center;
  }
}

@media screen and (min-width: 37.5em) {
  .c-intro-block__heading {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 37.438em) {
  .p-download .o-col__item {
    margin-bottom: 3.125rem;
  }
  .p-download .o-col__item:last-child {
    margin-bottom: 0;
  }
  .p-download .o-content-container__heading {
    margin-bottom: 1rem;
  }
  .p-download .c-button-row {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 37.5em) {
  .p-download .o-col__item {
    margin-bottom: 3.125rem;
  }
  .p-download .o-col__item:last-child, .p-download .o-col__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 56.25em) {
  .p-download .o-col__item {
    margin-bottom: 0;
  }
}

.p-news-with-image {
  position: relative;
  min-height: 23.125rem;
}

.p-news-with-image .image__container {
  margin: -2.8125rem -1.25rem 2rem -1.25rem;
}

.p-news-with-image .image__container + .image__container {
  margin: -2rem -1.25rem -2.8125rem  -1.25rem;
}

.p-news-with-image .image__container img {
  width: 100%;
  display: block;
}

.p-news-with-image .content__container + .image__container {
  margin: 2rem -1.25rem -2.8125rem  -1.25rem;
}

.p-news-with-image .content__container p + p {
  margin-bottom: 0;
}

.p-news-with-image.content-with-content .content__container:first-child {
  margin-bottom: 2.8125rem;
}

@media screen and (min-width: 56.25em) {
  .p-news-with-image > .o-content-container {
    display: flex;
  }
  .p-news-with-image .image__container {
    position: absolute;
    margin: 0 50% 0 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .p-news-with-image .image__container + .content__container {
    margin-left: calc(50% + 2.5rem);
    margin-right: 0;
  }
  .p-news-with-image .image__container + .image__container {
    margin: 0 0 0 50%;
  }
  .p-news-with-image .image__container img {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .p-news-with-image .o-content-container {
    position: static;
  }
  .p-news-with-image .content__container {
    margin-right: calc(50% + 2.5rem);
  }
  .p-news-with-image .content__container + .content__container {
    margin-right: 0;
    margin-left: 2.5rem;
  }
  .p-news-with-image .content__container > h2:first-child,
  .p-news-with-image .content__container > h3:first-child,
  .p-news-with-image .content__container > h4:first-child {
    margin-top: 0;
  }
  .p-news-with-image .content__container + .image__container {
    margin: 0 0 0 50%;
  }
  .p-news-with-image.content-with-content .content__container:first-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* Module: S */
.c-cssfilter:not(.is-loading) {
  position: relative;
}

.c-cssfilter .c-cssfilter__overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.c-cssfilter .c-cssfilter__img {
  display: block;
}

.c-cssfilter--dark:not(.is-broken) .c-cssfilter__overlay {
  background: #000;
  opacity: .6;
}

.c-cssfilter--squiz:not(.is-broken) .c-cssfilter__overlay {
  background: linear-gradient(to bottom, transparent 0, #000);
  opacity: .6;
}

.c-cssfilter--1977:not(.is-broken) {
  -webkit-filter: contrast(110%) brightness(110%) saturate(130%);
  filter: contrast(110%) brightness(110%) saturate(130%);
}

.c-cssfilter--1977:not(.is-broken) .c-cssfilter__overlay {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

.c-cssfilter--aden:not(.is-broken) {
  -webkit-filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
  filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
}

.c-cssfilter--aden:not(.is-broken) .c-cssfilter__overlay {
  background: -webkit-linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, rgba(66, 10, 14, 0));
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, rgba(66, 10, 14, 0));
}

.c-cssfilter--brooklyn:not(.is-broken) {
  -webkit-filter: contrast(90%) brightness(110%);
  filter: contrast(90%) brightness(110%);
}

.c-cssfilter--brooklyn:not(.is-broken) .c-cssfilter__overlay {
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(168, 223, 193, 0.4) 1, rgba(183, 196, 200, 0.2));
  background: radial-gradient(50% 50%, circle closest-corner, rgba(168, 223, 193, 0.4) 1, rgba(183, 196, 200, 0.2));
  mix-blend-mode: overlay;
}

.c-cssfilter--earlybird:not(.is-broken) {
  -webkit-filter: contrast(90%) sepia(20%);
  filter: contrast(90%) sepia(20%);
}

.c-cssfilter--earlybird:not(.is-broken) .c-cssfilter__overlay {
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, #d0ba8e 20, rgba(29, 2, 16, 0.2));
  background: radial-gradient(50% 50%, circle closest-corner, #d0ba8e 20, rgba(29, 2, 16, 0.2));
  mix-blend-mode: overlay;
}

.c-cssfilter--gingham:not(.is-broken) {
  -webkit-filter: brightness(105%) hue-rotate(350deg);
  filter: brightness(105%) hue-rotate(350deg);
}

.c-cssfilter--gingham:not(.is-broken) .c-cssfilter__overlay {
  mix-blend-mode: darken;
  background: -webkit-linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, transparent);
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, transparent);
}

.c-cssfilter--hudson:not(.is-broken) {
  -webkit-filter: contrast(90%) brightness(120%) saturate(110%);
  filter: contrast(90%) brightness(120%) saturate(110%);
}

.c-cssfilter--hudson:not(.is-broken) .c-cssfilter__overlay {
  opacity: .5;
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, #ffb1a6 50, #342134);
  background: radial-gradient(50% 50%, circle closest-corner, #ffb1a6 50, #342134);
  mix-blend-mode: multiply;
}

.c-cssfilter--inkwell:not(.is-broken) {
  -webkit-filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
  filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
}

.c-cssfilter--inkwell:not(.is-broken) .c-cssfilter__overlay {
  background: transparent;
}

.c-cssfilter--lofi:not(.is-broken) {
  -webkit-filter: contrast(150%) saturate(110%);
  filter: contrast(150%) saturate(110%);
}

.c-cssfilter--lofi:not(.is-broken) .c-cssfilter__overlay {
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, transparent 70, #222222);
  background: radial-gradient(50% 50%, circle closest-corner, transparent 70, #222222);
  mix-blend-mode: multiply;
}

.c-cssfilter--perpetua:not(.is-broken) .c-cssfilter__overlay {
  opacity: .5;
  background: -webkit-linear-gradient(to bottom, #005b9a 1, rgba(61, 193, 230, 0));
  background: linear-gradient(to bottom, #005b9a 1, rgba(61, 193, 230, 0));
  mix-blend-mode: soft-light;
}

.c-cssfilter--reyes:not(.is-broken) {
  -webkit-filter: contrast(85%) brightness(110%) saturate(75%) sepia(22%);
  filter: contrast(85%) brightness(110%) saturate(75%) sepia(22%);
}

.c-cssfilter--reyes:not(.is-broken) .c-cssfilter__overlay {
  opacity: .5;
  background: #adcdef;
  mix-blend-mode: soft-light;
}

.c-cssfilter--toaster:not(.is-broken) {
  -webkit-filter: contrast(150%) brightness(90%) saturate(100%);
  filter: contrast(150%) brightness(90%) saturate(100%);
}

.c-cssfilter--toaster:not(.is-broken) .c-cssfilter__overlay {
  opacity: .5;
  background: #adcdef;
  mix-blend-mode: screen;
}

.c-cssfilter--walden:not(.is-broken) {
  -webkit-filter: brightness(110%) saturate(160%) sepia(30%) hue-rotate(350deg);
  filter: brightness(110%) saturate(160%) sepia(30%) hue-rotate(350deg);
}

.c-cssfilter--walden:not(.is-broken) .c-cssfilter__overlay {
  opacity: .3;
  background: #cc4400;
  mix-blend-mode: screen;
}

.c-cssfilter--xpro2:not(.is-broken) {
  -webkit-filter: sepia(30%) brightness(100%) contrast(100%) saturate(100%);
  filter: sepia(30%) brightness(100%) contrast(100%) saturate(100%);
}

.c-cssfilter--xpro2:not(.is-broken) .c-cssfilter__overlay {
  background: #cc4400;
  mix-blend-mode: color-burn;
}

/* Module: S */
.p-facilities-list__heading {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.04375rem;
  margin: 0 0 4rem;
  text-align: center;
}

.p-facilities-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-facilities-list__item {
  flex-basis: 50%;
  padding: 0 1rem 2.5rem 1rem;
  text-align: center;
}

.p-facilities-list__item:last-child, .p-facilities-list__item:nth-last-child(2) {
  padding-bottom: 0;
}

@media screen and (max-width: 22.5em) {
  .p-facilities-list__item {
    flex-basis: 100%;
  }
  .p-facilities-list__item:nth-last-child(2) {
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 37.5em) {
  .p-facilities-list__item:nth-last-child(3) {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .p-facilities-list__item {
    flex-basis: calc(100% / 3);
  }
}

.p-facilities-list__block {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 37.5em) {
  .p-facilities-list__block {
    max-width: 11.25rem;
  }
}

.p-facilities-list__content {
  line-height: 1.25;
}

.p-facilities-list__link {
  margin-top: 1rem;
  text-decoration: none;
  font-weight: bold;
}

.p-facilities-list__link:hover, .p-facilities-list__link:focus {
  text-decoration: underline;
}

.p-facilities-list__row {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Module: S */
.p-feature {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.875rem 0;
}

@media screen and (min-width: 60em) {
  .p-feature {
    margin: 3.125rem 0;
  }
}

.p-feature__img {
  margin-bottom: 0.3125rem;
  width: 100%;
}

.p-feature__item {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 37.438em) {
  .p-feature__item {
    background-color: #f3f3f3;
    padding: 1.5625rem 2.5rem 1.5625rem 1.5625rem;
  }
}

.p-feature__published-info {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.p-feature__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0.625rem 0 0 0;
}

@media screen and (max-width: 37.438em) {
  .p-feature__img,
  .p-feature__content {
    display: none;
  }
}

.p-feature__btn.c-btn {
  margin-top: 0.625rem;
}

@media screen and (max-width: 37.438em) {
  .p-feature__btn.c-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url(../../../file/0018/133074/next_v-0.1.2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    height: 1.25rem;
    margin: -0.625rem 0 0 0;
    padding: 0;
    position: absolute;
    right: 1.25rem;
    text-indent: -624.9375rem;
    top: 50%;
    width: 1rem;
  }
  .p-feature__btn.c-btn.c-btn {
    background-color: transparent;
  }
  .p-feature__btn.c-btn.c-btn:hover {
    background-color: transparent !important;
  }
}

.p-feature__btn-centered {
  margin: 2rem auto 4.25rem;
  text-align: center;
}

@media screen and (min-width: 37.5em) {
  .p-feature__btn-centered {
    margin: 3.625rem auto 4.25rem;
  }
}

/* Module: S */
.p-footer {
  font-weight: 400;
  text-align: center;
  background-color: #000;
  padding-top: 1.25rem;
}

@media screen and (min-width: 56.25em) {
  .p-footer {
    text-align: left;
    padding-top: 4.375rem;
  }
}

.p-footer__container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 56.25em) {
  .p-footer__container {
    display: block;
    /*align-content: stretch;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;   
    flex-wrap: nowrap;
    */
  }
}

.p-footer__container.t-content--top {
  align-items: flex-start;
}

.p-footer__contact-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 56.25em) {
  .p-footer__contact-container {
    align-content: stretch;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.p-footer__heading {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0;
  letter-spacing: -0.05rem;
}

@media screen and (min-width: 56.25em) {
  .p-footer__heading {
    margin-bottom: 1.25rem;
  }
}

.p-footer__content {
  line-height: 1.75;
}

@media screen and (min-width: 56.25em) {
  .p-footer__list {
    display: flex;
  }
}

.p-footer__nav {
  margin-bottom: 2.1875rem;
}

@media screen and (min-width: 56.25em) {
  .p-footer__nav {
    margin-bottom: 0rem;
    min-width: 10.625rem;
  }
}

.p-footer__nav-item {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 56.25em) {
  .p-footer__nav-item {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 63.75em) {
  .p-footer__nav-item {
    font-size: 1rem;
  }
}

.p-footer__nav-item:first-of-type .p-footer__nav-link {
  margin-left: 0;
}

.p-footer__nav-item:last-of-type .p-footer__nav-link {
  margin-right: 0;
}

.p-footer__nav-link {
  color: #fff;
  text-decoration: none;
}

.p-footer__content .p-footer__nav-link {
  margin: 0;
}

.p-footer__nav-link:hover, .p-footer__nav-link:active, .p-footer__nav-link:focus {
  text-decoration: underline;
}

@media screen and (min-width: 56.25em) {
  .p-footer__nav-link {
    margin: 0 0.625rem;
  }
}

@media screen and (min-width: 56.25em) {
  .p-footer__social {
    text-align: right;
  }
}

.p-footer__news {
  color: #fff;
  margin: 1.25rem 0;
}

.p-footer__news a {
  color: #2a8436;
}

@media screen and (min-width: 56.25em) {
  .p-footer__news {
    width: 50%;
    flex-grow: 1;
    font-size: 0.875rem;
    margin: 0 0.9375rem 2.6875rem 0.9375rem;
  }
  .p-footer__news:first-of-type {
    margin-left: 0;
  }
  .p-footer__news:last-of-type {
    margin-right: 0;
  }
}

.p-footer__menu {
  background-color: #333;
  padding: 2.1875rem 0 0.625rem 0;
}

.p-footer__privacy {
  background-color: #333;
  padding: 1.5625rem 0 2.1875rem 0;
}

@media screen and (min-width: 56.25em) {
  .p-footer__privacy-container {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-footer__privacy-list {
  align-content: stretch;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.p-footer__privacy-item {
  line-height: .75;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 56.25em) {
  .p-footer__privacy-item {
    margin-bottom: 0;
  }
}

.p-footer__privacy-link {
  color: #fff;
  font-size: 0.75rem;
  margin: 0 0.375rem;
  text-decoration: none;
}

.p-footer__privacy-link:hover {
  text-decoration: underline;
}

.p-footer__privacy-item:first-of-type .p-footer__privacy-link {
  margin-left: 0;
}

.p-footer__copyright {
  color: #fff;
  font-size: 0.75rem;
  margin-top: 2.25rem;
}

@media screen and (min-width: 56.25em) {
  .p-footer__copyright {
    margin-left: 2rem;
    margin-top: 0;
  }
}

/* Module: S */
.c-frm__box {
  margin: 2.5rem 0;
}

@media screen and (min-width: 56.25em) {
  .c-frm__box {
    margin-bottom: 0;
  }
  .p-footer .c-frm__box {
    margin: 0 0.625rem;
  }
}

.c-frm__box:first-of-type {
  margin-left: 0;
}

.c-frm__box:last-of-type {
  margin-right: 0;
}

.c-frm__box--txt {
  background-color: #fff;
  border-radius: 2.1875rem;
  padding: 0.8125rem 1.0625rem;
}

.c-frm__txt {
  border: 0;
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

@media screen and (min-width: 56.25em) {
  .c-frm__txt {
    font-size: 1rem;
  }
}

.c-frm__box--select {
  background-color: #fff;
  border-radius: 2.3125rem;
  font-size: 0.875rem;
  padding: 1.6875rem 0;
  position: relative;
}

@media screen and (min-width: 56.25em) {
  .c-frm__box--select {
    padding: 1.8125rem 0;
  }
}

.c-frm__box--select::before {
  background-color: #2a8436;
  content: '';
  border-radius: 50%;
  height: 3.125rem;
  position: absolute;
  right: 0.25rem;
  top: 0.125rem;
  width: 3.125rem;
}

@media screen and (min-width: 56.25em) {
  .c-frm__box--select::before {
    top: 0.25rem;
  }
}

.c-frm__select {
  background-color: transparent;
  border: 0;
  left: 0;
  margin: 0 0 0 1rem;
  padding: 0.4375rem 0 0.4375rem 0.625rem;
  position: absolute;
  top: 0.6875rem;
  width: calc(100% - 20px);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.0625rem;
  text-overflow: '';
}

@media screen and (min-width: 56.25em) {
  .c-frm__select {
    font-size: 1rem;
    top: 0.625rem;
  }
}

.c-frm__select::-ms-expand {
  display: none;
}

.ajax-form-container {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.ajax-form-container.is-loading form {
  opacity: .5;
}

.c-frm__select:focus::-ms-value {
  color: black;
  background: transparent;
  outline: 1px dotted black;
}

/* Module: S */
.p-header {
  font-weight: 400;
  z-index: 101;
  background-color: #000;
  position: relative;
}

@media screen and (min-width: 63.75em) {
  .p-header {
    padding: 1rem 0;
  }
  body.header-gradient .p-header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 1rem 0 2rem 0;
    background: -moz-linear-gradient(top, black 35%, transparent 100%);
    background: -webkit-linear-gradient(top, black 35%, transparent 100%);
    background: linear-gradient(to bottom, black 35%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  }
}

.p-header__container {
  align-content: stretch;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 5rem;
}

.p-header__menu-checkbox {
  display: none;
}

@media screen and (min-width: 63.75em) {
  .p-header__nav-container {
    align-content: stretch;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

.p-header__menubar {
  cursor: pointer;
  display: block;
  height: 1.5625rem;
  position: relative;
  width: 1.9375rem;
}

.p-header__menubar > div {
  background-color: #2a8436;
  height: 0.1875rem;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 63.75em) {
  .p-header__menubar {
    display: none;
  }
}

.p-header__menubar-top,
.p-header__menubar-bottom {
  transition: transform 0.125s ease-in-out 0.3s, opacity 0.125s ease-in-out 0.2s;
}

.p-header__menu-checkbox:checked + .p-header__menubar .p-header__menubar-top, .p-header__menu-checkbox:checked + .p-header__menubar
.p-header__menubar-bottom {
  transition: transform 0.125s ease-in-out 0s, opacity 0.125s ease-in-out 0.1s;
}

.p-header__menubar-top {
  top: 0;
}

.p-header__menu-checkbox:checked + .p-header__menubar .p-header__menubar-top {
  opacity: 0;
  transform: translateY(11px);
}

.p-header__menubar-middle1,
.p-header__menubar-middle2 {
  margin-top: -0.09375rem;
  top: 50%;
  transition: transform 0.125s ease-in-out 0s;
}

.p-header__menu-checkbox:checked + .p-header__menubar .p-header__menubar-middle1, .p-header__menu-checkbox:checked + .p-header__menubar
.p-header__menubar-middle2 {
  transition: transform 0.125s ease-in-out 0.2s;
}

.p-header__menu-checkbox:checked + .p-header__menubar .p-header__menubar-middle1 {
  transform: rotate(45deg);
}

.p-header__menu-checkbox:checked + .p-header__menubar .p-header__menubar-middle2 {
  transform: rotate(-45deg);
}

.p-header__menubar-bottom {
  bottom: 0;
}

.p-header__menu-checkbox:checked + .p-header__menubar .p-header__menubar-bottom {
  opacity: 0;
  transform: translateY(-11px);
}

.p-header__logo-img {
  height: 3.625rem;
}

@media screen and (min-width: 63.75em) {
  .p-header__logo-img {
    height: 5.4375rem;
    width: 13.303rem;
  }
}

.p-header__nav {
  background-color: #2a8436;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 5rem;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 63.75em) {
  .p-header__nav {
    background: transparent;
    color: black;
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    transform: translateX(0) !important;
    visibility: visible;
  }
}

.p-header__menu-checkbox:checked ~ .p-header__nav-container .p-header__nav {
  opacity: 1;
  transform: translateX(100%);
  visibility: visible;
}

@media screen and (min-width: 63.75em) {
  .p-header__nav-list {
    align-content: stretch;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

.p-header__nav-link {
  border-bottom: 0.0625rem solid #36ab46;
  color: #fff;
  display: block;
  padding: 1rem 1.25rem;
  text-decoration: none;
}

@media screen and (min-width: 63.75em) {
  .p-header__nav-link {
    border-bottom: 0.3125rem solid transparent;
    color: #fff;
    letter-spacing: normal;
    padding: 2.625rem 0;
    transition: border 0.25s ease-in-out;
  }
  body.header-gradient .p-header__nav-link {
    padding: 1.5rem 0;
  }
  .is-current .p-header__nav-link, .p-header__nav-link:hover {
    border-color: #2a8436;
  }
}

.p-header__nav-item:last-of-type .p-header__nav-link {
  border: 0;
}

@media screen and (min-width: 63.75em) {
  .p-header__nav-item:last-of-type .p-header__nav-link {
    border-bottom: 0.3125rem solid transparent;
  }
  .p-header__nav-item:last-of-type .p-header__nav-link:hover {
    border-color: #2a8436;
  }
}

@media screen and (min-width: 63.75em) {
  .p-header__nav-item {
    margin: 0 0.9375rem;
    position: relative;
  }
  .p-header__nav-item.has-child .p-header__nav-link {
    padding-right: 1rem;
  }
  .p-header__nav-item.has-child .p-header__nav-link::after {
    content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.656%2049.656%22%20fill%3D%22%232a8436%22%3E%3Cg%3E%3Cpath%20d%3D%22M1.414%2014.535l2.828-2.828%2020.586%2020.585%2020.586-20.585%202.828%202.828L24.828%2037.95%22%2F%3E%3Cpath%20d%3D%22M24.828%2039.364L0%2014.536l4.242-4.242L24.828%2030.88l20.586-20.587%204.242%204.242-24.828%2024.83zm-22-24.828l22%2022%2022-22-1.414-1.415-20.586%2020.587L4.242%2013.122l-1.414%201.414z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);
    display: block;
    height: 0.625rem;
    position: absolute;
    right: 0;
    top: 38%;
    width: 0.625rem;
  }
}

.p-header__subnav-list {
  background-color: #2a8436;
}

@media screen and (min-width: 63.75em) {
  .p-header__subnav-list {
    left: -3.125rem;
    position: absolute;
    top: 6.9375rem;
    transition: all 0.25s ease-in-out;
    width: 18.75rem;
  }
  body.header-gradient .p-header__subnav-list {
    top: 4.6875rem;
  }
}

.js .p-header__subnav-list {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

@media screen and (min-width: 63.75em) {
  .js .p-header__subnav-list {
    max-height: none;
    transform: translateY(0.625rem);
  }
}

@media screen and (min-width: 63.75em) {
  .js .p-header__nav-item:hover .p-header__subnav-list {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1;
  }
}

.p-header__subnav-item {
  transition: background-color 0.25s ease-in-out;
}

.p-header__subnav-item:hover {
  background-color: #287c33;
}

.p-header__subnav-link {
  border-bottom: 0.0625rem solid #30973e;
  color: #fff;
  display: block;
  margin: 0 1.5rem;
  padding: 1.875rem 2.0625rem;
  text-decoration: none;
}

@media screen and (min-width: 63.75em) {
  .p-header__subnav-link {
    margin: 0 0.9375rem;
    padding: 1.5625rem 2.5rem;
  }
}

.p-header__subnav-item:last-of-type .p-header__subnav-link {
  border: 0;
}

.p-header__subnav-arrow {
  display: none;
}

@media screen and (min-width: 63.75em) {
  .p-header__subnav-arrow {
    display: block;
    font-size: 0.625rem;
    margin-top: -0.1875rem;
    position: absolute;
    right: -1.1875rem;
    top: 50%;
  }
}

@media screen and (min-width: 63.75em) {
  .p-header__search {
    margin: 0 1.875rem;
  }
}

.p-header__search-btn {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  display: block;
  height: 2.875rem;
  padding: 0.625rem;
  transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  width: 2.875rem;
}

.p-header__search-btn:hover,
.p-header__search-checkbox:focus + .p-header__search-btn {
  cursor: pointer;
  transform: scale(1.2);
}

.p-header__search-checkbox:checked + .p-header__search-btn {
  background-color: #2a8436;
}

.p-header__search-icon {
  font-size: 1.625rem;
  transition: color 0.25s ease-in-out;
}

.p-header__search-checkbox:checked + .p-header__search-btn .p-header__search-icon {
  color: #fff;
}

.p-header__search-checkbox {
  display: none;
}

.p-header__search-container {
  background-color: #2a8436;
  left: 0;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  top: 5rem;
  transform: translateY(-0.625rem);
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 63.75em) {
  body.header-gradient .p-header__search-container {
    top: 7.1875rem;
  }
}

.p-header__search-checkbox:checked ~ .p-header__search-container {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-header__search-inner {
  border-bottom: 1px solid #fff;
  margin: 0 1.25rem;
  max-width: 56.25rem;
  padding: 0;
  width: calc(100% - 2.5rem);
  align-content: stretch;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (min-width: 56.25em) {
  .p-header__search-inner {
    margin: 0 auto;
  }
}

.p-header__search-submit {
  background-color: transparent;
  border: 0;
  font-size: 1.5625rem;
  padding: 0;
}

.p-header__search-input {
  color: #fff;
  background-color: transparent;
  border: 0;
  line-height: 1;
  width: calc(100% - 2.9375rem);
}

.p-header__search-input::placeholder, .p-header__search-input::-webkit-input-placeholder {
  color: #8df380;
  font-size: 1.4375rem;
  line-height: 0.8;
}

.p-header__apply {
  text-align: center;
}

@media screen and (min-width: 63.75em) {
  .p-header__apply {
    display: none;
  }
}

.p-header__apply.p-header__apply--desktop {
  display: none;
}

@media screen and (min-width: 63.75em) {
  .p-header__apply.p-header__apply--desktop {
    display: block;
  }
}

.p-header__apply-btn {
  margin: 2.1875rem 0 2.625rem;
}

.p-header__apply-btn {
  min-width: 6.5625rem;
}

/* Module: S */
.p-hero {
  position: relative;
}

.p-hero .p-info-panel__wrapper .o-col__item {
  margin-bottom: -0.0625rem;
  margin-top: -0.0625rem;
}

.p-hero__inner {
  height: 20rem;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 63.75em) {
  .p-hero__inner {
    height: 41.875rem;
  }
}

.p-hero__img-wrapper {
  z-index: -1;
}

.p-hero__img {
  height: 20rem;
  width: 100%;
}

@media screen and (min-width: 63.75em) {
  .p-hero__img {
    height: 41.875rem;
  }
}

.parallax .p-hero__img {
  height: 40rem;
}

@media screen and (min-width: 63.75em) {
  .parallax .p-hero__img {
    height: 83.75rem;
  }
}

.p-hero__content {
  color: #fff;
  max-width: 43.125rem;
  position: absolute;
  top: 3.75rem;
}

.p-hero__heading {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}

@media screen and (min-width: 63.75em) {
  .p-hero__heading {
    font-size: 3.875rem;
    font-weight: 500;
    margin-top: 5.125rem;
  }
}

.p-hero--more-svg {
  font-size: 1.125rem;
  font-weight: 600;
}

.p-hero--more-svg .e-link--more-svg-icon {
  bottom: 0.1875rem !important;
}

.p-hero__content-bottom {
  margin-top: -1.5625rem;
}

@media screen and (min-width: 63.75em) {
  .p-hero__content-bottom {
    bottom: 1.5625rem;
    margin-top: 0;
    max-width: 75rem;
    position: absolute;
  }
}

@media screen and (min-width: 63.75em) {
  .p-hero__container {
    position: relative;
  }
}

.p-info-panel {
  flex-grow: 1;
}

.p-hero--small .p-hero__inner {
  height: 15.625rem;
}

@media screen and (min-width: 63.75em) {
  .p-hero--small .p-hero__inner {
    height: 17.8125rem;
  }
  body.header-gradient .p-hero--small .p-hero__inner {
    height: 21.75rem;
  }
}

.p-hero--small.p-hero--short .p-hero__inner {
  height: 5.3125rem;
}

@media screen and (min-width: 63.75em) {
  .p-hero--small.p-hero--short .p-hero__inner {
    height: 9.375rem;
  }
}

.p-hero--small .p-info-panel--dark {
  background-color: transparent;
}

.p-hero--small .p-info-panel__wrapper .o-col__item {
  margin: 0;
}

.p-hero--small .p-hero__container {
  background-color: #2a8436;
  padding: 0;
}

.p-hero--small .p-hero__content {
  bottom: 0;
  max-width: none;
  position: relative;
  top: auto;
}

@media screen and (min-width: 63.75em) {
  body.header-gradient .p-hero--small .p-hero__content {
    padding-top: 4rem;
  }
}

.p-hero--small .p-hero__intro {
  color: #2a8436;
  font-size: 0.875rem;
}

.p-hero--small .p-hero__heading {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (min-width: 63.75em) {
  .p-hero--small .p-hero__heading {
    font-size: 3.375rem;
  }
}

.p-hero--small .p-hero__content-bottom {
  margin-top: 0;
  position: static;
}

.p-hero--small .p-info-panel--dark {
  border: 0 !important;
  padding: 0.625rem 0;
}

@media screen and (min-width: 63.75em) {
  .p-hero--small .p-info-panel--dark {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
}

.p-hero--small .o-col__item:first-of-type .p-info-panel--dark {
  padding-top: 0.9375rem;
}

.p-hero--small .o-col__item:nth-child(2) .p-info-panel--dark {
  padding: 0;
}

@media screen and (min-width: 63.75em) {
  .p-hero--small .o-col__item:nth-child(2) .p-info-panel--dark {
    padding: 0 1.25rem;
  }
}

.p-hero--small .o-col__item:last-of-type .p-info-panel--dark {
  padding-bottom: 0.9375rem;
}

.p-hero--small .p-info-panel__content {
  align-content: stretch;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}

.p-hero--small .p-info-panel__subheading {
  line-height: 1.4;
  margin: 0 0.625rem 0 0;
  width: 35%;
}

@media screen and (min-width: 63.75em) {
  .p-hero--small .p-info-panel__subheading {
    width: auto;
  }
}

.p-hero--small .p-info-panel__heading {
  font-size: 0.875rem;
  margin: 0;
}

.p-hero--small .p-hero__box {
  height: 100%;
  left: 50%;
  max-width: 75rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 40px);
  align-content: stretch;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.js .p-hero--animation::before {
  background-color: #2a8436;
  content: '';
  height: 100%;
  position: absolute;
  transition: all .3s ease;
  width: 100%;
}

.js .p-hero--animation .p-hero__intro,
.js .p-hero--animation .p-hero__heading,
.js .p-hero--animation .p-hero__more,
.js .p-hero--animation .p-info-panel__wrapper .o-col__item {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
}

.js .p-hero--animation.is-hero-image-loaded::before {
  opacity: 0;
  visibility: hidden;
}

.js .p-hero--animation.is-hero-image-loaded .p-hero__intro,
.js .p-hero--animation.is-hero-image-loaded .p-hero__heading,
.js .p-hero--animation.is-hero-image-loaded .p-hero__more,
.js .p-hero--animation.is-hero-image-loaded .p-info-panel__wrapper .o-col__item {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.js .p-hero--animation.is-hero-image-loaded .p-hero__intro {
  transition-delay: 0;
}

.js .p-hero--animation.is-hero-image-loaded .p-hero__heading {
  transition-delay: 0;
}

.js .p-hero--animation.is-hero-image-loaded.p-hero__small .p-hero__heading {
  transition-delay: .3s;
}

.js .p-hero--animation.is-hero-image-loaded .p-hero__more {
  transition-delay: .3s;
}

.js .p-hero--animation.is-hero-image-loaded .p-info-panel__wrapper .o-col__item:nth-child(1) {
  transition-delay: .8s;
}

.js .p-hero--animation.is-hero-image-loaded .p-info-panel__wrapper .o-col__item:nth-child(2) {
  transition-delay: 1s;
}

.js .p-hero--animation.is-hero-image-loaded .p-info-panel__wrapper .o-col__item:nth-child(3) {
  transition-delay: 1.2s;
}

.js .p-hero--animation.is-hero-image-loaded-bgonly .p-hero__heading {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* Module: S */
.p-hero--home__slide, .p-hero--home__pattern-overlay {
  height: 28.4375rem;
}

@media screen and (min-width: 60em) {
  .p-hero--home__slide, .p-hero--home__pattern-overlay {
    height: 48.375rem;
  }
}
/*SDNSW-3768 changes start*/
.p-hero--home {
  /*background-color: #2a8436;*/
  background-color: white;
  position: relative;
}

.p-hero--home .c-slider.p-hero--home__slider {
    -webkit-transition: opacity 0.4s ease;
       -moz-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.p-hero--home .c-slider.p-hero--home__slider.active {
    opacity: 1;
    visibility: visible;
}
/*SDNSW-3768 changes end*/

.p-hero--home__slider.slick-slider {
  margin: 0;
}

.p-hero--home__slider.slick-slider .c-slider__dots {
  bottom: 1.25rem;
}

@media screen and (min-width: 60em) {
  .p-hero--home__slider.slick-slider .c-slider__dots {
    bottom: 3.125rem;
  }
}

.p-hero--home__slider.slick-slider .c-slider__arrow {
  color: #fff;
}

.p-hero--home__slider.slick-slider .c-slider__arrow--next {
  right: 1.25rem;
}

.p-hero--home__slide {
  background-size: cover;
  background-position: center center;
}

.p-hero--home__slide__inner {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}

@media screen and (min-width: 63.75em) {
  .p-hero--home__slide__inner {
    padding-top: 3.90625rem;
  }
}

@media screen and (min-width: 60em) {
  .p-hero--home__slide__inner {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 34.375rem;
  }
}

.p-hero--home__heading {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: -0.1375rem;
  line-height: 1.125;
  margin-top: 0;
  padding: 0;
}

@media screen and (min-width: 60em) {
  .p-hero--home__heading {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.p-hero--home__btn.c-btn {
  margin: .5rem auto;
  max-width: 11.375rem;
}

@media screen and (min-width: 60em) {
  .p-hero--home__btn.c-btn {
    display: inline-block;
  }
}

.p-hero--home__btn.c-btn:hover {
  background-color: #2a8436;
  border-color: #2a8436;
  color: #fff;
}

.p-hero--home__pattern-overlay {
  background-repeat: no-repeat;
  display: none;
  left: 0;
  position: absolute;
  top: 5.9375rem;
  width: 17.5rem;
  z-index: 99;
}

@media screen and (min-width: 60em) {
  .p-hero--home__pattern-overlay {
    background-image: url(../../../image/0005/133079/circles-bg_v-0.1.2.png);
    display: block;
  }
}

/* Module: S */
.p-hub__item {
  background-color: #fff;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 60em) {
  .p-hub__item {
    border: 0.0625rem solid #d2d2d2;
    min-height: 15.1875rem;
    margin-bottom: 2.1875rem;
  }
  .p-hub__item.p-hub__event-item {
    min-height: 18.125rem;
  }
}

.p-hub__img {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .p-hub__img {
    background-size: cover;
    background-position: center;
    display: block;
    flex-grow: 1;
    margin-bottom: 0;
    max-width: 15.1875rem;
    width: auto;
  }
}

.p-hub__content {
  padding: 0;
}

@media screen and (min-width: 37.5em) {
  .p-hub__content {
    -webkit-flex: 1;
    flex: 1;
    padding: 1.5625rem 3.125rem;
  }
}

.p-hub__content__copy {
  display: none;
}

@media screen and (min-width: 60em) {
  .p-hub__content__copy {
    display: block;
  }
}

@media screen and (min-width: 37.5em) {
  .p-hub__content__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Module: S */
.c-icon-line {
  -webkit-align-items: center;
  align-items: center;
  color: #2a8436;
  -webkit-display: flex;
  display: flex;
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
}

.c-icon-line::after, .c-icon-line::before {
  background-color: #2a8436;
  content: '';
  display: block;
  height: 0.0625rem;
  width: 100%;
}

.c-icon-line__icon {
  color: inherit;
  height: 2.5rem;
  margin: 0 1.125rem;
  width: 6.25rem;
}

@media screen and (min-width: 60em) {
  .c-icon-line__icon {
    height: 4.25rem;
    margin: 0 1.625rem;
    width: 9.6875rem;
  }
}

/* Module: S */
.c-accordion--has-summary .c-accordion__title, .c-icon-link-list__item {
  -webkit-box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 60em) {
  .c-accordion--has-summary .c-accordion__title, .c-icon-link-list__item {
    -webkit-box-shadow: -3px 0px 13px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -3px 0px 13px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -3px 0px 13px 0 rgba(0, 0, 0, 0.06);
  }
}

.c-icon-link-list {
  margin: 2.5rem -1.25rem 0;
}

@media screen and (min-width: 60em) {
  .c-icon-link-list {
    margin: 3.75rem 0 0;
  }
}

@media screen and (max-width: 37.438em) {
  .c-icon-link-list {
    margin-bottom: -0.4375rem;
  }
}

.c-icon-link-list__item {
  height: 5.625rem;
  line-height: 5.625rem;
  margin-bottom: 0.3125rem;
  padding-left: 15%;
}

@media screen and (min-width: 60em) {
  .c-icon-link-list__item {
    height: 6.25rem;
    line-height: 6.25rem;
    padding-left: 3.75rem;
  }
}

.c-icon.c-icon-link-list__icon {
  -webkit-align-self: center;
  align-self: center;
  display: block;
  height: 3.4375rem;
  margin-right: 1.875rem;
  width: 2.5rem;
}

@media screen and (min-width: 60em) {
  .c-icon.c-icon-link-list__icon {
    height: 3.125rem;
    margin-right: 3.125rem;
    width: 3.4375rem;
  }
}

.c-icon-link-list__title {
  color: #000;
  display: block;
  letter-spacing: -0.05rem;
  line-height: 5.625rem;
  margin: 0;
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .c-icon-link-list__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 6.25rem;
  }
}

.c-btn.c-icon-link-list__btn {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-align-self: center;
  align-self: center;
  display: none;
  line-height: 1;
  margin: 0 2.5rem 0 auto;
  padding: 1.125rem 3.0625rem;
}

.c-btn.c-icon-link-list__btn.c-btn--secondary {
  color: black;
}

.c-btn.c-icon-link-list__btn.c-btn--secondary:hover {
  color: #fff;
}

@media screen and (min-width: 60em) {
  .c-btn.c-icon-link-list__btn {
    display: block;
  }
}

/* Module: S */
.c-loader-list__more-link {
  display: block;
  font-weight: 400;
  text-align: center;
}

/* Module: S */
.c-pagination {
  margin: 0.625rem auto;
  text-align: center;
}

.c-pagination__item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  background-color: #404040;
  display: inline-block;
  height: 2.8125rem;
  margin: 0 0.1875rem;
  text-align: center;
  width: 2.8125rem;
}

.c-pagination__item.is-active, .c-pagination__item:hover {
  background-color: #2a8436;
}

.c-pagination__arrow {
  background-color: #2a8436;
  position: relative;
}

.c-pagination__arrow:hover {
  background-color: #36ab46;
}

.c-pagination__arrow::after {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  content: '\25C2\00FE0E';
  display: block;
  height: 100%;
  left: -0.125rem;
  line-height: 2.8125rem;
  pointer-events: none;
  position: absolute;
  top: -0.1875rem;
  width: 100%;
  z-index: 3;
}

.c-pagination__arrow--next::after {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 0.125rem;
}

.c-pagination__link {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: block;
  line-height: 2.8125rem;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
}

.c-pagination__arrow .c-pagination__link {
  text-indent: -624.9375rem;
}

/* Module: S */
.p-partner-list {
  border-bottom: 0.0625rem solid #d2d2d2;
  padding: 2.5rem 0 .5rem;
}

.p-partner-list__heading {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.04375rem;
  margin: 0 0 2rem;
  text-align: center;
}

.p-partner-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.p-partner-list__item {
  flex-basis: 50%;
  padding-bottom: 1.5rem;
  padding-right: 1.875rem;
  text-align: center;
}

.p-partner-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  height: 8.25rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  padding: 1rem;
  transition: border-color 0.25s ease-in-out;
}

.p-partner-list__link:hover, .p-partner-list__link:focus, .p-partner-list__link.active {
  border-color: #2a8436;
}

@media screen and (max-width: 22.5em) {
  .p-partner-list__item {
    flex-basis: 100%;
    padding-right: 0;
  }
  .p-partner-list__item:last-child {
    padding-bottom: 0;
  }
  .p-partner-list__link {
    height: auto;
    min-height: 5rem;
    padding: 1.25rem 0;
  }
}

@media screen and (min-width: 37.5em) {
  .p-partner-list {
    padding: 2.5rem 0 1.25rem;
  }
  .p-partner-list__item {
    flex-basis: calc(100% / 3);
  }
  .p-partner-list__item:nth-child(2n) {
    padding-right: 1.875rem;
  }
  .p-partner-list__item:nth-child(3n) {
    padding-right: 0;
  }
}

@media screen and (min-width: 60em) {
  .p-partner-list__item {
    flex-basis: 25%;
    width: 12.5rem;
  }
  .p-partner-list__item:nth-child(3n) {
    padding-right: 1.875rem;
  }
}

/* Module: S */
@media screen and (min-width: 60em) {
  .p-product-matcher .p-contact-feature {
    padding: 1.875rem 0;
  }
}

.p-product-matcher .p-contact-feature__heading {
  font-size: 24px;
  font-size: 1.5rem;
  color: #222;
}

.p-product-matcher .p-contact-feature__box {
  border: 0.0625rem solid #ababab;
}

.p-product-matcher__item {
  display: block;
  opacity: 1;
  padding: 0.9375rem 0;
  text-align: left;
}

.p-product-matcher__item:focus {
  outline: none;
}

.p-product-matcher__item:not(:last-child) {
  border-bottom: 0.0625rem solid #ababab;
}

.p-product-matcher__item .c-button-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.p-product-matcher__btn.is-active {
  background-color: #2a8436;
  color: #fff;
}

.p-product-matcher__result {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-product-matcher__result:focus {
  outline: none;
}

.p-product-matcher__result .c-accordion__item.is-active .c-accordion__title {
  background-color: #fff;
}

.p-product-matcher__result .o-content-container {
  text-align: center;
}

@media screen and (min-width: 60em) {
  .p-product-matcher__result__summary {
    margin: 0 auto 3.125rem auto;
    max-width: 21.875rem;
  }
  .p-product-matcher__result--non-eligible .p-product-matcher__result__summary {
    margin: 0 auto;
  }
}

.p-product-matcher__result__heading {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 60em) {
  .p-product-matcher__result__heading {
    margin-bottom: 3.125rem;
  }
}

.p-product-matcher__cta {
  margin: 1.875rem auto 0;
  text-align: center;
}

.p-product-matcher__cta .c-btn {
  margin-right: 0;
}

@media screen and (min-width: 60em) {
  .p-product-matcher__cta {
    margin: 3.125rem auto 0;
  }
}

.p-product-matcher__cta__icon {
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out;
  margin-right: 0.5rem;
}

.c-btn:hover .p-product-matcher__cta__icon,
.c-btn:active .p-product-matcher__cta__icon,
.c-btn:focus .p-product-matcher__cta__icon {
  color: #fff;
}

.p-product-matcher__loader {
  background: #fff url("../../../image/0017/133181/ajax-loader_v-0.1.2.gif") center center no-repeat;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

/* Module: S */
.p-profile {
  text-align: left;
}

.p-profile__info {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 60em) {
  .p-profile__info {
    display: block;
  }
}

@media screen and (max-width: 37.438em) {
  .p-profile__img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 5.125rem;
    margin-right: 0.9375rem;
    width: 5.125rem;
  }
}

.p-profile__name {
  margin: 1.25rem 0 0.3125rem 0;
}

.p-profile__title {
  font-size: 14.4px;
  font-size: 0.9rem;
  margin: 0;
}

.p-profile__description {
  margin-top: 1.25rem;
}

@media screen and (max-width: 37.438em) {
  .p-profile__description {
    margin-top: 0.625rem;
  }
}

/* Module: S */
.search-tier {
  display: none;
}

/***********Search Box on Search Page***********/
.search-form__container form {
  border-bottom: 2px solid #002664;
  margin-bottom: 3rem;
}

.search-form__container input {
  width: 82%;
  outline: none;
  box-sizing: border-box;
  border: none;
  color: #002664;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 0;
  height: 3.125rem;
}

@media screen and (min-width: 64em) {
  .search-form__container input {
    width: 84%;
  }
}

button.search__icon {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.search-form__container .search__icon {
  text-indent: -9999px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDk1IDQ2Ni4yTDM3Ny4yIDM0OC40YzI5LjItMzUuNiA0Ni44LTgxLjIgNDYuOC0xMzAuOUM0MjQgMTAzLjUgMzMxLjUgMTEgMjE3LjUgMTEgMTAzLjQgMTEgMTEgMTAzLjUgMTEgMjE3LjVTMTAzLjQgNDI0IDIxNy41IDQyNGM0OS43IDAgOTUuMi0xNy41IDEzMC44LTQ2LjdMNDY2LjEgNDk1YzggOCAyMC45IDggMjguOSAwIDgtNy45IDgtMjAuOSAwLTI4Ljh6bS0yNzcuNS04My4zQzEyNi4yIDM4Mi45IDUyIDMwOC43IDUyIDIxNy41UzEyNi4yIDUyIDIxNy41IDUyQzMwOC43IDUyIDM4MyAxMjYuMyAzODMgMjE3LjVzLTc0LjMgMTY1LjQtMTY1LjUgMTY1LjR6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.8125rem;
  height: 2.8125rem;
  float: right;
  -webkit-appearance: button;
  cursor: pointer;
}

.search-results {
  margin: 2.5rem 0;
}

.search-results__summary {
  margin-top: 0;
}

.search-results__title-link {
  color: #2a8436;
}

.search-overlay {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  transform: translateY(-0.625rem);
  top: 0;
}

.search-overlay.is-active {
  transform: translateY(0);
  visibility: visible;
  opacity: 0.5;
}

/* Module: S */
.c-slider {
  margin: 0;
}

.c-slider__item--gallery {
  padding: 1rem;
}

.c-slider__arrow {
  -webkit-transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  transition: opacity 0.125s ease-in-out;
}

.p-hero--home .c-slider__arrow {
  display: none !important;
}

.c-slider__arrow--next {
  right: -0.3125rem;
}

@media screen and (min-width: 60em) {
  .c-slider__arrow--next {
    right: -1.5625rem;
  }
}

.c-slider__arrow--prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-top: -0.9375rem;
  left: -0.3125rem;
  z-index: 10000;
}

@media screen and (min-width: 60em) {
  .c-slider__arrow--prev {
    left: -1.5625rem;
  }
}

.c-slider__arrow:hover, .c-slider__arrow:active, .c-slider__arrow:focus {
  opacity: .5;
}

.c-slider__arrow::before {
  content: none;
}

@media screen and (min-width: 60em) {
  .c-slider__arrow {
    display: block;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.c-slider__icon {
  color: #d2d2d2;
  height: 1.875rem;
  width: 1.875rem;
}

.c-slider__dots.slick-dots li {
  margin: 0 0.0625rem;
}

.c-slider__dots.slick-dots li button {
  height: 0.875rem;
  padding: 0;
  width: 0.875rem;
}

.c-slider__dots.slick-dots li button::before {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e2e2e2;
  content: '';
  height: 0.875rem;
  opacity: 1;
  width: 0.875rem;
}

.c-slider__dots.slick-dots li.slick-active button::before {
  background-color: #2a8436;
  opacity: 1;
}

.c-slider.c-slider--with-text .c-slider__arrow {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .c-slider.c-slider--with-text .c-slider__arrow {
    display: block;
    top: 18%;
    right: -1.875rem;
  }
}

@media screen and (min-width: 60em) {
  .c-slider.c-slider--with-text .c-slider__arrow {
    right: -2.8125rem;
    top: 8.875rem;
  }
}

@media screen and (min-width: 37.5em) {
  .c-slider.c-slider--with-text .c-slider__arrow--prev {
    left: -1.875rem;
  }
}

@media screen and (min-width: 60em) {
  .c-slider.c-slider--with-text .c-slider__arrow--prev {
    left: -3.125rem;
  }
}

.c-slider.c-slider--with-text .c-slider__dots {
  bottom: -3.75rem;
}

.c-slider.c-slider--single-gallery .c-slider__arrow {
  display: none !important;
}

.c-slider.c-slider--single-gallery .c-slider__dots {
  bottom: 1.5rem;
}

.c-slider__caption {
  font-style: italic;
  margin-top: 0.625rem;
  text-align: center;
}

.slick-loading .slick-list {
  background: #fff url("../../../image/0017/133181/ajax-loader_v-0.1.2.gif") center center no-repeat;
}

/* Module: S */
.p-social__item {
  display: inline-block;
  margin: 0 0.3125rem;
}

.p-social__item:first-of-type {
  margin-left: 0;
}

.p-social__item:last-of-type {
  margin-right: 0;
}

.p-social__item .c-icon {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.p-footer .p-social__item .c-icon {
  font-size: 2.375rem;
}

.p-social__item:hover .c-icon {
  color: #2a8436;
}

/* Module: S */
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

.table-horizontal-style table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

.table-horizontal-style table thead {
  background-color: #2a8436;
  color: #fff;
}

.table-horizontal-style table tbody tr td, .table-horizontal-style table thead tr th {
  border: 1px solid #4f4f4f;
  padding: 5px;
}

.table-horizontal-style table tbody tr td ul {
  list-style-type: none;
}

.table-horizontal-style table tbody tr td ul li::before {
  content: "• ";
  color: #2a8436;
}

.table-vertical-style table thead {
  border-top: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
  background-color: #2a8436;
  color: #fff;
}

.table-vertical-style table tbody tr td, .table-vertical-style table thead tr th {
  padding: 5px;
}

.table-vertical-style table thead tr {
  border-bottom: 1px solid #4f4f4f;
}

.table-vertical-style table tbody tr {
  border-bottom: 1px solid #4f4f4f;
}

.table-vertical-style table tbody tr td:first-child {
  background-color: #e2e2e2;
  width: 40%;
}

.table-vertical-style table tbody tr td ul {
  list-style-type: none;
}

.table-vertical-style table tbody tr td ul li::before {
  content: "• ";
  color: #2a8436;
}

/* Lists */
.list-style-green-bullets ul {
  list-style-type: none;
  text-align: initial;
}

.list-style-green-bullets li {
  padding: 4px 0;
}

.list-style-green-bullets li::before {
  content: "• ";
  color: #2a8436;
}

.list-style-green-bullets ul li a {
  color: #222;
  text-decoration: none;
}

.list-style-green-bullets ul li a:hover {
  color: #2a8436;
  text-decoration: none;
}

.list-style-table li {
  padding: 4px 0;
  border-top: 1px solid #2a8436;
  width: 50%;
  text-align: left !important;
  padding-left: 5px;
}

.list-style-table li:last-child {
  border-bottom: 1px solid #2a8436;
  padding: 4px 0;
  border-top: 1px solid #2a8436;
  text-align: left !important;
  padding-left: 5px;
}

.list-style-table ul li ul li {
  width: 100%;
}

.list-style-table ul li ul li:last-child {
  border-bottom: none;
  padding: 4px 0;
  border-top: 1px solid #2a8436;
  text-align: left !important;
  padding-left: 5px;
}

.list-style-table ul {
  list-style-type: none;
}

.list-style-table ul li a {
  color: #222;
  text-decoration: none;
}

.list-style-table ul li a:hover {
  color: #2a8436;
  text-decoration: none;
}

/* Module: S */
.c-tabs {
  position: relative;
}

.c-tab-list {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0.625rem -1.875rem 1.875rem -1.875rem;
}

@media screen and (min-width: 60em) {
  .c-tab-list {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0.625rem auto 3.125rem auto;
  }
}

.c-tabs--filters .c-tab-list {
  background-color: #fff;
  -webkit-box-shadow: 4.1px 4.4px 14px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 4.1px 4.4px 14px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 4.1px 4.4px 14px 0 rgba(0, 0, 0, 0.17);
  display: block;
  height: auto;
  margin: 0;
  max-width: 55%;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 3.0625rem;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 98;
}

@media screen and (min-width: 60em) {
  .c-tabs--filters .c-tab-list {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0.625rem auto 3.125rem auto;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
  }
}

.c-tabs--filters:not(.is-expanded) .c-tab-list {
  pointer-events: none;
  -webkit-transform: translateX(125%);
  -ms-transform: translateX(125%);
  transform: translateX(125%);
}

@media screen and (min-width: 60em) {
  .c-tabs--filters:not(.is-expanded) .c-tab-list {
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.c-tabs__filter-row {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

@media screen and (min-width: 60em) {
  .c-tabs__filter-row {
    display: none;
  }
}

.c-tabs__filter-row__heading {
  font-size: 20px;
  font-size: 1.25rem;
  float: left;
  margin: 0;
}

.c-tabs__filter-row__toggle {
  float: right;
  margin: 0;
  padding-top: 0.3125rem;
  text-decoration: none;
}

.c-tabs__filter-row__icon {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transform: rotate(90deg) translateX(0.125rem);
  -ms-transform: rotate(90deg) translateX(0.125rem);
  transform: rotate(90deg) translateX(0.125rem);
  margin: 0 0 0 0.375rem;
}

.c-tabs--filters.is-expanded .c-tabs__filter-row__icon {
  -webkit-transform: rotate(-90deg) translateX(-0.125rem);
  -ms-transform: rotate(-90deg) translateX(-0.125rem);
  transform: rotate(-90deg) translateX(-0.125rem);
}

.c-tab {
  -webkit-transition: border-color 0.125s ease-in-out;
  -moz-transition: border-color 0.125s ease-in-out;
  transition: border-color 0.125s ease-in-out;
  border-bottom: 0.125rem solid #d2d2d2;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.c-tab.is-active {
  border-color: #2a8436;
}

@media screen and (min-width: 60em) {
  .c-tab {
    width: auto;
  }
  .c-tab:not(.is-active) {
    border-bottom: 0.125rem solid #d2d2d2;
  }
  .c-tab:hover, .c-tab:active, .c-tab:focus {
    border-color: #b9b9b9;
  }
  .c-tab.is-active {
    border-color: #2a8436;
  }
}

.c-tabs--filters .c-tab {
  border: none;
  display: block;
  margin: 0.75rem 0;
  text-align: right;
  white-space: nowrap;
  width: auto;
}

.c-tabs--filters .c-tab:not(.is-active) {
  border: none;
}

@media screen and (min-width: 60em) {
  .c-tabs--filters .c-tab:not(.is-active) {
    border-bottom: 0.125rem solid #d2d2d2;
  }
  .c-tabs--filters .c-tab:hover, .c-tabs--filters .c-tab:active, .c-tabs--filters .c-tab:focus {
    border-color: #b9b9b9;
  }
  .c-tabs--filters .c-tab.is-active {
    border-color: #2a8436;
  }
}

.c-tab a {
  text-decoration: none;
}

.c-tab__link {
  color: #000;
  display: inline-block;
  padding: 0 0 0.3125rem 0;
}

@media screen and (min-width: 60em) {
  .c-tab__link {
    padding: 0 2.1875rem 0.3125rem 2.1875rem;
  }
}

.c-tabs--filters .c-tab__link {
  padding: 0.5rem 0;
  text-align: right;
}

.c-tabs--filters .c-tab.is-active .c-tab__link {
  border-bottom: 0.125rem solid #2a8436;
}

@media screen and (min-width: 60em) {
  .c-tabs--filters .c-tab__link {
    padding: 0 2.1875rem 0.3125rem 2.1875rem;
  }
}

.c-tabs__panel-container {
  -webkit-transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
  overflow: hidden;
  position: relative;
}

.c-tabs__panel-container.c-tabs__panel-container--content {
  margin-bottom: 3.125rem;
}

.c-tabs__panel {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  left: 0;
  opacity: 1;
  position: relative;
  top: 0.625rem;
  width: 100%;
}

.js-tabs .c-tabs__panel {
  position: absolute;
}

.c-tabs__panel:not(.is-active) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.c-tabs__panel-container--content .c-tabs__panel {
  position: relative !important;
}

.c-tabs__panel-container--content .c-tabs__panel .c-accordion__item {
  margin-bottom: 1.5625rem;
}

/* Module: S */
.three-col-text__heading {
  font-size: 28px;
  font-size: 1.75rem;
}

.three-col-text__header:not(.o-col) {
  margin-bottom: 2.75rem;
}

.three-col-text__header:not(.o-col) .three-col-text__heading {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.125;
  margin: 0 0 1.75rem 0;
}

@media screen and (min-width: 37.5em) {
  .three-col-text__header:not(.o-col) .three-col-text__heading {
    text-align: center;
  }
}

.three-col-text__image {
  margin-left: -1.25rem;
  margin-top: -2.8125rem;
  max-width: none;
  width: calc(100% + 2 * 1.25rem);
}

@media screen and (min-width: 37.5em) {
  .three-col-text__image {
    margin-left: auto;
    margin-top: 0;
    max-width: 100%;
    width: auto;
  }
}

.three-col-text__list {
  border: 1px solid #2a8436;
  border-left: none;
  border-right: none;
  list-style-type: none;
  margin: 0 0 1.75rem;
  padding: 1.375rem 0;
  text-align: left;
}

@media screen and (min-width: 37.5em) {
  .three-col-text__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6em;
    -moz-column-gap: 6em;
    column-gap: 6em;
    margin: 1rem 0 3.375rem;
  }
}

@media screen and (min-width: 60em) {
  .three-col-text__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.three-col-text__item {
  display: block;
  padding: .5rem 0;
}

/* Module: S */
@media screen and (max-width: 37.438em) {
  .u-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 37.5em) {
  .u-mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 37.438em) {
  .u-no-bottom-padding-mobile {
    padding-bottom: 0 !important;
  }
}

.u-align-center {
  text-align: center !important;
}

.u-align-left {
  text-align: left !important;
}

.u-align-right {
  text-align: right !important;
}

.u-hidden {
  display: none !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-no-padding-top {
  padding-top: 0 !important;
}

.u-no-padding-bottom {
  padding-bottom: 0 !important;
}

.u-no-underline {
  text-decoration: none;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: Parallax */
  .parallax {
    overflow: hidden;
  }
  .parallax__layer-background {
    overflow: hidden;
  }
  .parallax__layer-background img {
    min-width: 100%;
  }
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: Parallax */
  .parallax__layer-background {
    min-width: 768px;
    width: 100%;
  }
  .parallax__layer-background img {
    width: 100%;
    min-width: 100%;
  }
  .parallax__layer-foreground {
    display: block;
  }
  .parallax__layer-center {
    left: 0;
    margin: 0 auto;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Module: Parallax */
  .parallax {
    min-height: inherit;
  }
  .parallax__layer-background {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */