/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

.triangle, hr {
  border: solid 12px transparent;
  display: block;
  background-color: transparent !important;
  height: 0 !important;
  width: 0 !important; }

.triangle-up {
  border-bottom-color: currentcolor; }

.triangle-down {
  border-top-color: currentcolor; }

.triangle-down-left, hr {
  border-width: 8.4px;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor; }

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

.img {
  display: block;
  margin: auto;
  max-width: 100%; }

.aspectRatioPlaceholder .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.zoom-effect .img {
  cursor: pointer;
  cursor: -webkit-zoom-in; }

.zoom-effect .zoomImg,
.zoom-effect .zoomImg-wrap {
  position: relative;
  z-index: 900;
  transition: all 300ms; }

.zoom-effect .zoomImg-wrap--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.zoom-effect .zoomImg {
  cursor: pointer;
  cursor: -webkit-zoom-out; }

.zoom-effect .zoomOverlay.show {
  opacity: 0.9;
  transition: opacity 0.3s 0.2s; }

.zoom-effect .zoomOverlay {
  z-index: 800;
  background: #fff;
  position: absolute;
  transition: opacity 0.2s;
  opacity: 0;
  cursor: pointer;
  cursor: -webkit-zoom-out; }

body {
  color: #343333;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  letter-spacing: 1px;
  line-height: 1.6875em;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 39.9375em) {
    body {
      font-size: 0.9em; } }

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  line-height: 1.25;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase; }

h1 {
  font-size: 1.8rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 0.9rem; }

h6 {
  font-size: 1.125em; }

p {
  margin: 0 0 1.6875em; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #00A19B;
  transition: color 0.1s linear; }
  a:hover {
    color: #00eee5;
    text-decoration: none; }
  a:active, a:focus {
    color: #00eee5; }

a[href^=mailto] {
  word-break: break-all;
  word-wrap: break-word; }

hr {
  margin: 1.6875em auto; }
  hr:first-child {
    margin-top: 0; }
  hr:last-child {
    margin-bottom: 0; }

img {
  margin: 0;
  max-width: 100%;
  height: auto; }

abbr,
acronym {
  border-bottom: 1px dotted #b4b2b2;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.84375em; }

code {
  background-color: #d7dedf;
  padding: 0 3px; }

hgroup {
  margin-bottom: 0.84375em; }

del {
  color: #5b5959; }

fieldset {
  border: 1px solid #b4b2b2;
  margin: 0 0 0.84375em 0;
  padding: 1.6875em; }

input,
select {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.125em; }

label {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0.42188em; }
  label.required:after {
    content: " *"; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  transition: border-color;
  box-sizing: border-box;
  background-color: white;
  border-radius: 0;
  border: 1px solid #b4b2b2;
  margin-bottom: 0.84375em;
  padding: 0.5625em 0.5625em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #343333; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #00A19B;
    box-shadow: 0 0 5px rgba(0, 136, 130, 0.7); }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.42188em;
  width: auto; }

input[type="file"] {
  margin-bottom: 0.84375em;
  padding-bottom: 0.5625em;
  width: 100%; }

select {
  margin-bottom: 1.6875em;
  max-width: 100%;
  width: auto; }

.inline-form {
  display: -ms-flexbox;
  display: flex; }
  .inline-form input,
  .inline-form .btn {
    margin-bottom: 0;
    margin-right: 1rem; }
  .inline-form input {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .inline-form .btn {
    -ms-flex: none;
        flex: none; }

ul.unstyled, ol.unstyled, nav ul, .pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul, ol {
  margin-bottom: 0.84375em;
  padding-left: 1.2rem; }

li {
  margin-bottom: 1em; }

dl {
  line-height: 1.6875em;
  margin-bottom: 0.84375em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.84375em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.84375em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #8e8c8c;
  font-weight: bold;
  padding: 0.84375em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #b4b2b2;
  padding: 0.84375em 0; }

tr, td, th {
  vertical-align: middle; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  width: 100%; }
  body > * {
    width: 100%; }
  .menu-open body {
    overflow: hidden; }

main {
  max-width: 71.11111em;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff; }
  main::after {
    clear: both;
    content: "";
    display: block; }

main > * {
  margin-top: 0.8rem; }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.u-hidden {
  display: none !important; }

.clear {
  clear: both;
  height: 0px;
  overflow: hidden; }

button,
input[type="submit"],
.btn {
  -webkit-font-smoothing: antialiased;
  background-color: #343333;
  border-radius: 0;
  border: none;
  box-shadow: 2px 2px 2px #6d6d74;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.0125em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1em 3em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-transform: uppercase; }

button,
input[type="submit"],
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  button:hover,
  input[type="submit"]:hover,
  .btn:hover {
    background-color: #4e4c4c;
    color: white; }
  button.btn-primary,
  input[type="submit"].btn-primary,
  .btn.btn-primary {
    background-color: #00A19B;
    color: white; }
    button.btn-primary:hover,
    input[type="submit"].btn-primary:hover,
    .btn.btn-primary:hover {
      background-color: #00eee5; }

.btn-menu {
  background-color: transparent;
  box-shadow: none; }
  .btn-menu:hover {
    background-color: transparent; }

.pagination {
  clear: both;
  margin: 2rem; }
  .pagination a {
    background-color: #ffffff;
    border: solid 1px #b4b2b2;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    padding: 0.5rem 1rem;
    line-height: 2rem; }
    .pagination a:hover {
      border-color: #343333; }
    .pagination a.current {
      background-color: #eee; }
  .pagination ul {
    text-align: center; }
  .pagination li {
    display: inline; }
  .pagination span {
    display: none; }

.site-footer {
  max-width: 71.11111em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
  min-height: 150px;
  background-color: #343333;
  color: #E8F2F3;
  padding-top: 1.2rem; }
  .site-footer::after {
    clear: both;
    content: "";
    display: block; }

.site-footer a {
  color: inherit;
  text-decoration: none; }
  .site-footer a:hover {
    text-decoration: underline; }

.site-footer h5 {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  letter-spacing: inherit;
  line-height: inherit;
  margin-top: 0;
  text-transform: uppercase; }

.site-footer__logo {
  margin: 0 auto; }

.site-footer li:last-child {
  margin-bottom: 0; }

.site-footer__copyright {
  font-size: 0.8rem;
  margin: 0; }

.site-footer__block {
  -ms-flex: 1;
      flex: 1;
  padding: 30px;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .site-footer__block {
      padding-top: 0; } }

.site-footer__block--links {
  font-size: 0.9rem; }

.site-footer__social {
  min-height: 30px; }

.site-footer__social a {
  border: solid 2px #E8F2F3;
  border-radius: 50%;
  display: inline-block;
  margin: 1rem 0.5rem;
  transition: background-color 0.3s;
  width: 2.8rem;
  height: 2.8rem; }
  .site-footer__social a svg {
    display: block;
    margin: auto;
    fill: #E8F2F3;
    transition: fill 0.3s;
    width: 1.2rem; }
  .site-footer__social a:hover, .site-footer__social a:focus {
    background-color: #E8F2F3; }
    .site-footer__social a:hover svg, .site-footer__social a:focus svg {
      fill: #343333; }

.a-icon--linkedin {
  height: 2.4rem; }

@media screen and (min-width: 40em) {
  .site-footer {
    display: -ms-flexbox;
    display: flex; }
  .site-footer__block--main {
    -ms-flex-order: 2;
        order: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .site-footer__block--links {
    text-align: left;
    -ms-flex-order: 1;
        order: 1; }
  .site-footer__block--aside {
    text-align: right;
    -ms-flex-order: 3;
        order: 3; } }

.site-newsletter {
  max-width: 71.11111em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
  min-height: 150px;
  background-color: #343333;
  color: #E8F2F3; }
  .site-newsletter::after {
    clear: both;
    content: "";
    display: block; }
  .site-newsletter .actions {
    margin: 0 !important;
    padding: 0 !important; }

.site-newsletter a {
  color: inherit;
  text-decoration: none; }
  .site-newsletter a:hover {
    text-decoration: underline; }

.site-newsletter__block {
  -ms-flex: 1;
      flex: 1;
  padding: 30px;
  text-align: center; }

.site-newsletter__disclaimer {
  -ms-flex: 1;
      flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 0;
  text-align: center;
  color: #E8F2F3;
  font-size: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em; }
  .site-newsletter__disclaimer a,
  .site-newsletter__disclaimer a:hover,
  .site-newsletter__disclaimer a:focus,
  .site-newsletter__disclaimer a:active {
    color: #E8F2F3;
    text-decoration: underline; }

.site-newsletter {
  /* Descriptions (targets class applied to Help Text divs) */
  /* Labels (selects field labels and error messages) */
  /* Inputs (selectors for all inputs)  */
  /* Inputs in focus (selectors for all inputs when clicked)  */
  /* Multi-line inputs (selectors to target multi-line fields */
  /* Dropdowns (selectors for dropdowns) */
  /* Multi-select (selectors for multi-select fields) */
  /* Required (selectors for fields, when they do not pass validation) */
  /* Error message (selector for validation messages) */
  /* Placeholder Text (styles the placeholder attribute text) */
  /* Multi Column Form (selectors for fieldsets and field wrappers)
     ========================================================================== */ }
  .site-newsletter fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important; }
  .site-newsletter .hs-form {
    margin-top: 30px; }
  .site-newsletter .form-columns-2 {
    display: inline-block !important;
    vertical-align: top !important; }
  .site-newsletter .form-columns-1 {
    display: inline-block !important;
    vertical-align: top !important; }
  .site-newsletter .hs_submit {
    width: 210px !important;
    display: inline-block !important;
    vertical-align: top !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 24px; }
    @media screen and (min-width: 40em) {
      .site-newsletter .hs_submit {
        padding-top: 24px; } }
  .site-newsletter .hs-button {
    width: 200px !important;
    background-color: #00A19B !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    padding: 10.113px !important;
    line-height: 19.994px !important;
    font-size: 1.0125em !important;
    box-sizing: border-box !important; }
    @media screen and (min-width: 40em) {
      .site-newsletter .hs-button {
        line-height: 24px !important;
        padding: 11px !important; } }
  .site-newsletter .hs-input {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    color: #343333 !important;
    border-radius: 3px;
    font-size: 1.125em !important;
    padding: 0.5625em 0.5625em !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: auto !important; }
  .site-newsletter .hs-input.error {
    border-color: #E2494B !important; }
  .site-newsletter .hs_email .hs-field-desc {
    display: none !important; }
  .site-newsletter .hs-form-field label {
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    color: #fff !important; }
  .site-newsletter .hs-form-required {
    color: #E2494B !important; }
  .site-newsletter .hs-form-field .hs-error-msgs {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
    line-height: 12px !important;
    margin-top: 5px !important; }
  .site-newsletter .hs-form-field .hs-error-msgs label {
    font-size: 10px !important;
    line-height: 12px !important;
    text-transform: none !important; }
  .site-newsletter .hs-form-field {
    width: 210px !important;
    display: inline-block !important;
    vertical-align: top !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    float: none !important; }
  .site-newsletter .hs_lifecyclestage {
    display: none !important; }
  .site-newsletter .hs_error_rollup label {
    color: #fff !important;
    text-align: center !important; }
  .site-newsletter ::-webkit-input-placeholder {
    /* Webkit Browsers */ }
  .site-newsletter :-moz-placeholder {
    /* Firefox 18- */ }
  .site-newsletter ::-moz-placeholder {
    /* Firefox 19+ */ }
  .site-newsletter :-ms-input-placeholder {
    /* IE10 */ }
  .site-newsletter .hs-form .hs-form fieldset.form-columns-1 {
    display: inline-block; }
  .site-newsletter .hs-form .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 200px;
    background: red !important; }
  .site-newsletter .hs-form .hs-form fieldset.form-columns-2 {
    display: inline-block; }
  .site-newsletter .hs-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 200px; }

.navbar {
  background: #fff;
  max-width: 71.11111em;
  margin-left: auto;
  margin-right: auto;
  font-family: "Oswald", sans-serif;
  transition: background-color 0.3s;
  margin-left: -30px;
  padding: 0 30px;
  position: fixed;
  width: 100%;
  z-index: 101; }
  .navbar::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 61.25em) {
    .navbar {
      padding: 8px 30px 10px; } }
  .navbar:after {
    content: none; }
  .navbar .btn-menu {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: transparent url(/images/menu-icon-dark.svg) 50% 50% no-repeat;
    font-size: 0.8em;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    line-height: 62px;
    transition: line-height 0.3s;
    width: 70px;
    right: 0; }
    @media screen and (min-width: 1024px) {
      .navbar .btn-menu {
        font-size: inherit;
        display: none; } }
    .navbar .btn-menu:focus, .navbar .btn-menu:active {
      outline: none; }
    .menu-open .navbar .btn-menu {
      background-image: url(/images/menu-icon.svg); }
  .menu-open .navbar {
    background-color: #222; }
  .navbar.is-sticky {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #e8e8e8 100%); }
    .navbar.is-sticky a,
    .navbar.is-sticky .btn-menu {
      height: 60px;
      line-height: 60px; }
    .navbar.is-sticky h1 img {
      width: 110px; }
    .navbar.is-sticky .c-credit {
      transition: opacity 0.3s;
      opacity: 0; }

.topnav {
  max-width: 71.11111em;
  margin-left: auto;
  margin-right: auto;
  /*background-color: $grey-0;*/
  background-size: cover;
  background-position: 50% 50%; }
  .topnav::after {
    clear: both;
    content: "";
    display: block; }
  .topnav .container {
    position: relative; }
  .topnav .datecat {
    font-family: "Oswald", sans-serif;
    right: 30px;
    line-height: 1.2;
    position: absolute;
    bottom: 90px;
    text-transform: uppercase;
    color: #fff; }
  @media screen and (min-width: 61.25em) {
    .topnav--img .container {
      height: 55.46875vw;
      max-height: 710px; } }
  .topnav--news {
    height: 90px; }
  .topnav--compact .container {
    /*height: auto;*/
    height: 27vw; }
    @media (max-width: 600px) {
      .topnav--compact .container {
        height: 38vw; } }
    @media (max-width: 450px) {
      .topnav--compact .container {
        height: 48vw; } }
  .topnav--newshome.topnav .container {
    max-height: 442px; }
  .topnav--newshome.topnav .c-hero-image {
    padding-top: 110px; }
    @media (max-width: 979px) {
      .topnav--newshome.topnav .c-hero-image {
        padding-top: 90px; } }
  .topnav--newshome.topnav .c-hero-image__wrapper .c-hero-image__text, .topnav--newshome.topnav .c-hero-image__wrapper .c-news-post__header h1, .c-news-post__header .topnav--newshome.topnav .c-hero-image__wrapper h1 {
    font-weight: 400;
    font-size: 2.34em;
    letter-spacing: normal; }
    @media (max-width: 1040px) {
      .topnav--newshome.topnav .c-hero-image__wrapper .c-hero-image__text, .topnav--newshome.topnav .c-hero-image__wrapper .c-news-post__header h1, .c-news-post__header .topnav--newshome.topnav .c-hero-image__wrapper h1 {
        font-size: 2em; } }
    @media (max-width: 900px) {
      .topnav--newshome.topnav .c-hero-image__wrapper .c-hero-image__text, .topnav--newshome.topnav .c-hero-image__wrapper .c-news-post__header h1, .c-news-post__header .topnav--newshome.topnav .c-hero-image__wrapper h1 {
        font-size: 1.6em; } }
    @media (max-width: 740px) {
      .topnav--newshome.topnav .c-hero-image__wrapper .c-hero-image__text, .topnav--newshome.topnav .c-hero-image__wrapper .c-news-post__header h1, .c-news-post__header .topnav--newshome.topnav .c-hero-image__wrapper h1 {
        font-size: 1.3em; } }
  .topnav--title-hidden .c-hero-image__wrapper {
    visibility: hidden; }
  .topnav--none .container {
    height: 62px; }
    @media (min-width: 980px) {
      .topnav--none .container {
        height: 81px; } }
    @media (min-width: 1024px) {
      .topnav--none .container {
        height: 108px; } }
  .topnav .c-hero-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 25.625rem;
    padding-top: 90px; }
    @media screen and (min-width: 61.25em) {
      .topnav .c-hero-image {
        height: calc(100% - 5em); } }
  .topnav--compact .c-hero-image {
    /*height: auto;*/
    height: 100%; }
  .topnav--none .c-hero-image {
    display: none; }
  .topnav .c-hero-image__text, .topnav .c-news-post__header h1, .c-news-post__header .topnav h1 {
    padding-top: 0;
    padding-bottom: 5em; }
    @media screen and (min-width: 40em) {
      .topnav .c-hero-image__text, .topnav .c-news-post__header h1, .c-news-post__header .topnav h1 {
        padding-bottom: 0; } }
  .topnav--compact .c-hero-image__text, .topnav--compact .c-news-post__header h1, .c-news-post__header .topnav--compact h1 {
    padding-bottom: 30px; }
  .topnav a {
    color: #343333;
    display: block;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 90px;
    text-decoration: none;
    transition: all 0.3s; }
    .topnav a:hover span, .topnav a.is-active span {
      border-bottom: solid 2px #00A19B;
      padding-bottom: 5px; }
    @media (max-width: 1024px) {
      .topnav a {
        color: #fff; } }
  .topnav h1 a {
    line-height: 1; }
  .topnav .c-credit {
    display: none;
    opacity: 0.75;
    position: absolute;
    left: 30px;
    top: 65px; }
    .topnav .c-credit a {
      display: inline;
      line-height: inherit; }
  .topnav--img .c-credit {
    display: block; }
  .topnav h1 {
    display: inline-block;
    white-space: nowrap; }
    .topnav h1 img {
      width: 110px;
      transition: width .2s ease-in-out; }
      @media screen and (min-width: 1024px) {
        .topnav h1 img {
          width: 160px; } }
    .topnav h1 span {
      position: absolute;
      visibility: hidden;
      width: 0;
      overflow: hidden; }
  .topnav nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .topnav nav:last-child {
      margin-right: 0; }
  .topnav__menu {
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 1023px) {
      .topnav__menu {
        -ms-flex-align: end;
            align-items: flex-end;
        background-color: #343333;
        -ms-flex-direction: column;
            flex-direction: column;
        left: 0;
        max-width: 100vw;
        padding: 1em 0.5em;
        position: fixed;
        top: 81px;
        width: 100%;
        z-index: 100; }
        .is-sticky .topnav__menu {
          background-color: rgba(0, 0, 0, 0.75);
          top: 78px; } }
    @media screen and (max-width: 979px) {
      .topnav__menu {
        top: 62px; }
        .is-sticky .topnav__menu {
          top: 62px; } }
    @media screen and (min-width: 1024px) {
      .topnav__menu {
        opacity: 1;
        visibility: visible;
        margin-right: -1em; } }
    .menu-open .topnav__menu {
      visibility: visible;
      opacity: 1; }
  .topnav li {
    margin-bottom: 0;
    text-transform: uppercase; }
    .topnav li a {
      font-size: 0.9rem;
      padding-left: 1em;
      padding-right: 1em; }
      @media screen and (max-height: 800px) and (max-width: 1023px) {
        .topnav li a {
          height: 12vh;
          line-height: 12vh; } }
  .topnav .topnav__menu--item-icon {
    font-size: 24px;
    position: relative;
    top: 5px; }
  .topnav .topnav__menu--item-icon-text {
    display: inline;
    margin-left: 20px; }
    @media screen and (min-width: 1024px) {
      .topnav .topnav__menu--item-icon-text {
        display: none; } }
  .topnav-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden; }
    .menu-open .topnav-overlay {
      visibility: visible; }
  .topnav .menu-closed-logo {
    display: block; }
  .topnav .menu-open-logo {
    display: none; }
  .menu-open .topnav .menu-closed-logo {
    display: none; }
  .menu-open .topnav .menu-open-logo {
    display: block; }

.topnav__button-wrapper {
  position: relative; }
  .topnav__button-wrapper .topnav__button {
    height: auto;
    padding: 0.6em 1em !important;
    background-color: #00A19B;
    color: #ffffff;
    border-radius: 3px;
    border-width: 0 !important; }
  @media screen and (max-width: 61.25em) {
    .topnav__button-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 90px; } }

@media screen and (min-width: 1024px) {
  .menu-open .topnav-overlay {
    display: none; }
  .menu-open .topnav a {
    color: #fff; } }

.c-active {
  background-color: #E8F2F3;
  padding-top: 30px; }

.c-active__card-row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  .c-active__card-row:last-child {
    margin-right: 0; }

/**
 * Medium screens
 */
@media screen and (min-width: 40em) {
  .c-active__card {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    .c-active__card:last-child {
      margin-right: 0; }
  .c-active__card-row {
    display: -ms-flexbox;
    display: flex; } }

/**
 * Large screens
 */
@media screen and (min-width: 61.25em) {
  .c-active__card-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    display: -ms-flexbox;
    display: flex; }
    .c-active__card-row:last-child {
      margin-right: 0; }
  .c-active__card {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    .c-active__card:last-child {
      margin-right: 0; } }

.c-active__card {
  background-color: #ffffff;
  box-shadow: 2px 2px 2px #d7dedf;
  margin-top: 30px; }
  .c-active__card:only-child {
    margin-left: auto !important;
    margin-right: auto !important; }

.c-active__img {
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover; }

.c-active__text {
  line-height: 1.2;
  padding: 30px; }
  .c-active__text h4 {
    margin-top: 0; }

.c-active footer {
  clear: left;
  font-size: 1.3rem;
  margin: 0 auto;
  max-width: 55rem;
  padding: 3rem 30px;
  text-align: center; }

/**
 * Variation for news listing
 */
@media screen and (min-width: 40em) {
  .body--newsIndex .c-active__card-row {
    display: block; } }

@media screen and (min-width: 40em) {
  .body--newsIndex .c-active__card {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    .body--newsIndex .c-active__card:last-child {
      margin-right: 0; } }

@media screen and (min-width: 61.25em) {
  .body--newsIndex .c-active__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; } }

@media screen and (min-width: 61.25em) {
  .body--newsIndex .c-active__img {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    height: auto;
    background-position: 50% 50%; } }

@media screen and (min-width: 61.25em) {
  .body--newsIndex .c-active__text {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; } }

.body--newsIndex .c-active__text a {
  text-decoration: none; }
  .body--newsIndex .c-active__text a:hover, .body--newsIndex .c-active__text a:focus {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink; }

.c-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  .c-news-post .c-buttons {
    margin: 0 -15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2em; }
    @media screen and (min-width: 768px) {
      .c-news-post .c-buttons {
        margin: 0 -30px; } }
    .c-news-post .c-buttons:last-child {
      padding-bottom: 0; }

.c-buttons--alt {
  position: relative; }
  .c-buttons--alt:before {
    content: '';
    position: absolute;
    border: solid 20px transparent;
    border-top: solid 20px white;
    left: 50%;
    margin-left: -20px;
    top: 0; }

.c-buttons__box {
  background: #d7dedf;
  padding: 3rem;
  width: 100%;
  float: left;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .c-buttons__box {
      width: 50%; } }

@media screen and (min-width: 40em) {
  .c-buttons__box--wide {
    width: 100%; } }

.c-buttons__box:nth-child(2n) {
  background-color: #a6a9aa; }

.c-completed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px; }

.c-completed__title {
  font-size: 1.35em;
  letter-spacing: 2px;
  margin-top: 0; }

.c-completed__text {
  font-size: 1em;
  line-height: 1.4; }

.c-completed__card {
  background-color: #00A19B;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 30px; }
  .js .c-completed__card {
    opacity: 0;
    transition: opacity 0.8s ease-in-out; }
    .js .c-completed__card.is-visible {
      opacity: 1; }
  @media screen and (min-width: 40em) and (max-width: 61.1875em) {
    .c-completed__card {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .c-completed__card:last-child {
        margin-right: 0; }
      .c-completed__card:nth-child(2n) {
        margin-right: 0; }
      .c-completed__card:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 61.25em) {
    .c-completed__card {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .c-completed__card:last-child {
        margin-right: 0; }
      .c-completed__card:nth-child(3n) {
        margin-right: 0; }
      .c-completed__card:nth-child(3n+1) {
        clear: left; } }

.c-completed__card--alt1 {
  background-color: #878586; }

.c-completed__card--alt2 {
  background-color: #949293; }

.c-completed__card--alt3 {
  background-color: #A2A0A1; }

.c-credit {
  color: #ffffff;
  font-size: 0.8rem; }
  .c-credit img {
    margin-left: 1rem;
    vertical-align: middle; }

.c-diagram {
  padding: 60px; }
  @media screen and (max-width: 39.9375em) {
    .c-diagram {
      font-size: 1rem;
      padding: 2em; } }
  .c-diagram img {
    width: 100%; }
  .c-diagram--alt3 {
    padding: 0; }
  .c-diagram hr {
    background-color: #343333;
    margin-bottom: 1.6875em; }
  .c-diagram ul {
    max-width: 27em; }

.c-diagram--alt2 hr,
.c-diagram--alt3 hr {
  margin-left: 0; }

.c-diagram--alt1 {
  padding-left: 1em;
  padding-right: 1em; }
  .c-diagram--alt1 .c-diagram__heading {
    text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .c-diagram--alt1 .c-diagram__image {
      margin-top: 2em; } }

.c-diagram--alt2 {
  background-color: #E8F2F3; }
  .c-diagram--alt2::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 40em) {
    .c-diagram--alt2 {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  @media screen and (min-width: 40em) {
    .c-diagram--alt2 .c-diagram__text,
    .c-diagram--alt2 .c-diagram__image {
      display: table-cell;
      vertical-align: middle;
      width: 50%; } }
  @media screen and (min-width: 40em) {
    .c-diagram--alt2 .c-diagram__text {
      padding: 0 2.35765% 0 0; } }
  .c-diagram--alt2 .c-diagram__image {
    margin-top: 2em; }

.c-diagram--alt3 .c-diagram__image {
  background-color: #E8F2F3;
  padding: 60px; }

.c-diagram--alt3 .c-diagram__img {
  display: block;
  margin: auto;
  max-width: 500px; }

.c-diagram--alt3 .c-diagram__text {
  background-color: #343333;
  color: #ffffff;
  padding: 90px; }
  @media screen and (max-width: 39.9375em) {
    .c-diagram--alt3 .c-diagram__text {
      padding: 3em; } }
  .c-diagram--alt3 .c-diagram__text a {
    color: inherit;
    border-bottom: solid 2px #904041;
    text-decoration: none; }
    .c-diagram--alt3 .c-diagram__text a:hover {
      border-bottom: none; }

@media screen and (min-width: 61.25em) {
  .c-diagram--alt3 {
    display: -ms-flexbox;
    display: flex; }
    .c-diagram--alt3 .c-diagram__image {
      width: 60%; }
    .c-diagram--alt3 .c-diagram__text {
      width: 40%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; } }

.c-heading {
  background-color: #343333;
  color: #ffffff;
  padding: 90px 30px;
  text-align: center; }
  .c-heading > :last-child {
    margin-bottom: 0; }

.c-heading__subheading {
  font-size: 1.4rem; }

.c-heading h3 {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

.c-heading hr {
  margin: 2rem auto; }

.c-heading--alt {
  position: relative; }
  .c-heading--alt:before {
    content: '';
    position: absolute;
    border: solid 20px transparent;
    border-top: solid 20px white;
    left: 50%;
    margin-left: -20px;
    top: 0; }

.c-hero-image {
  font-family: "Oswald", sans-serif;
  position: relative; }
  .c-hero-image hr {
    margin: 1em auto; }
    .c-hero-image hr.hr--hidden {
      opacity: 0;
      visibility: hidden; }
  .c-news-post .c-hero-image {
    margin: 0px -15px;
    padding-bottom: 2em; }
    @media screen and (min-width: 768px) {
      .c-news-post .c-hero-image {
        margin: 0px -30px; } }
    .c-news-post .c-hero-image:last-child {
      padding-bottom: 0; }

.c-hero-image__img {
  display: block; }

.c-hero-image__text, .c-news-post__header h1 {
  padding-bottom: 2em;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-shadow: 0 0 3px #6d6d74;
  /*text-transform: uppercase;*/ }
  @media screen and (min-width: 40em) {
    .c-hero-image__text, .c-news-post__header h1 {
      font-size: 2rem; } }
  @media screen and (min-width: 61.25em) {
    .c-hero-image__text, .c-news-post__header h1 {
      font-size: 2.8rem; } }
  .c-hero-image__text :first-child, .c-news-post__header h1 :first-child {
    margin-top: 0; }
  .c-hero-image__text :last-child, .c-news-post__header h1 :last-child {
    margin-bottom: 0; }

.c-hero-image__text--dark {
  color: black; }

.c-hero-logo img {
  max-height: 9vw; }

@font-face {
  font-family: 'manufacture2030';
  src: url("/fonts/manufacture2030.eot?2zuo3h");
  src: url("/fonts/manufacture2030.eot?2zuo3h#iefix") format("embedded-opentype"), url("/fonts/manufacture2030.ttf?2zuo3h") format("truetype"), url("/fonts/manufacture2030.woff?2zuo3h") format("woff"), url("/fonts/manufacture2030.svg?2zuo3h#innovation-gateway") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'manufacture2030' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon--facebook-square:before {
  content: "\e900"; }

.icon--twitter-square:before {
  content: "\e901"; }

.c-partners {
  color: #ffffff;
  text-align: center; }
  .c-partners--light {
    background-color: #ffffff; }
    .c-partners--light h3 {
      color: #343333; }
  .c-partners--dark {
    background-color: #343333; }
    .c-partners--dark h3 {
      color: #ffffff; }
  .c-partners h3 {
    padding: 60px 60px 0; }
  @media screen and (min-width: 61.25em) {
    .c-partners hr {
      margin-bottom: 0; } }

.c-partners__logos {
  padding: 2em 0 1em;
  text-align: center; }

.c-partners__logos .slick-track {
  margin-left: auto;
  margin-right: auto; }

.c-partners--arrows {
  padding-left: 70px;
  padding-right: 70px; }
  .c-partners--arrows .slick-next {
    right: -40px; }
  .c-partners--arrows .slick-prev {
    left: -40px; }
  .c-partners--arrows input[type="submit"].slick-arrow,
  .c-partners--arrows .slick-arrow {
    box-shadow: none;
    width: 40px;
    height: 40px; }
    .c-partners--arrows input[type="submit"].slick-arrow::before,
    .c-partners--arrows .slick-arrow::before {
      font-size: 40px; }

.c-partners--darkcontrols .slick-arrow::before {
  color: #000; }

.c-partners--darkcontrols .slick-dots li.slick-active button:before, .c-partners--darkcontrols .slick-dots li button:before {
  color: #000; }

.c-partners .slick-slide {
  margin: 0; }

.c-partners__item {
  display: inline-block;
  vertical-align: middle;
  height: 186px;
  width: 168px;
  padding-left: 24px;
  padding-right: 24px; }

.slick-slide img.c-partners__logo,
.c-partners__logo {
  margin: 0 1.5rem 30px;
  max-width: 120px;
  padding: 1em 0;
  margin-left: auto;
  margin-right: auto; }

.c-quote {
  background-color: #00A19B;
  color: #ffffff;
  text-align: center;
  padding: 60px 30px; }
  @media screen and (max-width: 39.9375em) {
    .c-quote {
      margin-left: 0;
      margin-right: 0;
      padding: 3em 1em; } }

.c-quote--arrows {
  padding-left: 70px;
  padding-right: 70px; }
  .c-quote--arrows .slick-next {
    right: -40px; }
  .c-quote--arrows .slick-prev {
    left: -40px; }
  .c-quote--arrows input[type="submit"].slick-arrow,
  .c-quote--arrows .slick-arrow {
    box-shadow: none;
    width: 40px;
    height: 40px; }
    .c-quote--arrows input[type="submit"].slick-arrow::before,
    .c-quote--arrows .slick-arrow::before {
      font-size: 40px; }
  @media screen and (max-width: 39.9375em) {
    .c-quote--arrows {
      padding-left: 1em;
      padding-right: 1em; }
      .c-quote--arrows input[type="submit"].slick-arrow,
      .c-quote--arrows .slick-arrow {
        display: none !important; } }

.c-quote h3 {
  color: #ffffff;
  font-size: 1.2rem;
  text-transform: uppercase; }

.c-quote p {
  font-size: 1rem;
  margin: auto;
  margin-bottom: 1rem;
  max-width: 34em; }
  @media screen and (min-width: 40em) {
    .c-quote p {
      font-size: 1.4rem; } }

.c-quote cite {
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase; }

.c-quote hr {
  background-color: #ffffff;
  margin-top: 2em; }

.c-text {
  background-color: #00A19B;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 2em;
  font-size: 1rem; }
  @media screen and (min-width: 40em) {
    .c-text {
      font-size: 1.3rem;
      padding: 60px 30px; } }

.c-text--dark {
  background-color: #415965; }

.c-text__content {
  max-width: 60rem;
  margin: auto;
  text-align: center; }

.c-text--alt {
  position: relative; }
  .c-text--alt:before {
    content: '';
    position: absolute;
    border: solid 20px transparent;
    border-top: solid 20px white;
    left: 50%;
    margin-left: -20px;
    top: 0; }

.c-text-image {
  background-color: #343333;
  color: #ffffff; }
  @media screen and (min-width: 40em) {
    .c-text-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: nowrap; }
      .c-text-image--lightbox {
        -ms-flex-align: center;
            align-items: center; } }

.c-heading + .c-text-image {
  margin-top: 0; }

.c-text-image a {
  color: inherit;
  border-bottom: solid 2px #904041;
  text-decoration: none; }
  .c-text-image a:hover {
    border-bottom: none; }

.c-text-image hr {
  margin-left: 0; }

.c-text-image__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 2em 2em;
  font-size: 1rem; }
  @media screen and (min-width: 40em) {
    .c-text-image__text {
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
      padding: 30px;
      font-size: 1rem; } }
  @media screen and (min-width: 61.25em) {
    .c-text-image__text {
      padding: 60px;
      font-size: 1.3rem; } }
  @media screen and (min-width: 81.25em) {
    .c-text-image__text {
      -ms-flex: 1 1 40%;
          flex: 1 1 40%; } }
  .c-text-image__text h6 {
    margin-top: 0;
    margin-bottom: 1em; }

.c-text-image__img {
  padding: 0 2em 56vw;
  background-size: cover;
  background-position: center; }
  .c-text-image--lightbox .c-text-image__img {
    padding: 0 2em 2em; }
  @media screen and (min-width: 40em) {
    .c-text-image__img {
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
      padding: 30px 30px 30px 0; }
      .c-text-image--reverse .c-text-image__img {
        padding: 30px 0 30px 30px; } }
  @media screen and (min-width: 61.25em) {
    .c-text-image__img {
      padding: 60px 60px 60px 0; }
      .c-text-image--reverse .c-text-image__img {
        padding: 60px 0 60px 60px; } }
  @media screen and (min-width: 81.25em) {
    .c-text-image__img {
      -ms-flex: 1 1 60%;
          flex: 1 1 60%; } }
  .c-text-image__img img {
    display: block; }

.c-text-image--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.c-text-image--alt-1 {
  background-color: #415965; }

.c-text-image--alt-2 {
  background-color: #E8F2F3;
  color: #343333; }

.c-text-image--alt-3 {
  background-color: #00A19B; }
  .c-text-image--alt-3 hr {
    background-color: #ffffff; }

.c-text-image--alt-4 {
  background-color: #E8F2F3;
  color: #343333; }
  .c-text-image--alt-4 hr {
    background-color: #343333; }
  .c-text-image--alt-4 .c-text-image__text,
  .c-text-image--alt-4 .c-text-image__img {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%; }
  .c-text-image--alt-4 .c-text-image__img {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }

.zoom-effect {
  position: relative;
  margin: 0; }

.c-newsgrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 15px 0; }
  @media screen and (min-width: 768px) {
    .c-newsgrid {
      margin: 30px 30px 0; } }

.c-newsgrid__datecat {
  font-family: "Oswald", sans-serif;
  font-size: 0.75em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase; }
  .c-newsgrid__datecat .cat-title {
    display: inline-block; }

.c-newsgrid__title {
  font-size: 1.35em;
  letter-spacing: 2px;
  margin-top: 0.5em; }

.c-newsgrid__text {
  font-size: 1em;
  line-height: 1.4; }

.c-newsgrid__link {
  font-family: "Oswald", sans-serif;
  font-size: 0.75em;
  line-height: 1.4;
  margin-top: 1em;
  text-transform: uppercase; }

.c-newsgrid__cell {
  background-color: #e36409;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 30px; }
  .c-newsgrid__cell a {
    color: #FFF;
    display: inline-block;
    text-decoration: none; }
    .c-newsgrid__cell a:hover {
      color: #FFF;
      text-decoration: underline; }
  .js .c-newsgrid__cell {
    opacity: 0;
    transition: opacity 0.8s ease-in-out; }
    .js .c-newsgrid__cell.is-visible {
      opacity: 1; }
  @media screen and (min-width: 40em) and (max-width: 61.1875em) {
    .c-newsgrid__cell {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .c-newsgrid__cell:last-child {
        margin-right: 0; }
      .c-newsgrid__cell:nth-child(2n) {
        margin-right: 0; }
      .c-newsgrid__cell:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 61.25em) {
    .c-newsgrid__cell {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .c-newsgrid__cell:last-child {
        margin-right: 0; }
      .c-newsgrid__cell:nth-child(3n) {
        margin-right: 0; }
      .c-newsgrid__cell:nth-child(3n+1) {
        clear: left; } }

.c-newsgrid__cell--articles {
  background-color: #6d6d74; }

.c-newsgrid__cell--press-releases {
  background-color: #e36409; }

.c-newsgrid__cell--in-the-media {
  background-color: #a6a9aa; }

.c-news-post__header {
  -ms-flex-align: center;
      align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5em 30px;
  position: relative; }
  .c-news-post__header::before {
    background-color: rgba(80, 35, 3, 0.5);
    bottom: 0;
    content: ' ';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  .c-news-post__header .datecat {
    font-family: "Oswald", sans-serif;
    left: 30px;
    line-height: 1.2;
    position: absolute;
    top: 30px;
    text-transform: uppercase; }
  .c-news-post__header h1 {
    line-height: 1.4;
    margin: 0;
    padding: 5vh 0;
    position: relative;
    text-transform: none; }
    .c-news-post__header h1::before, .c-news-post__header h1::after {
      background-color: #ffba28;
      content: ' ';
      display: block;
      height: 8px;
      left: 50%;
      position: absolute;
      width: 2rem; }
    .c-news-post__header h1::before {
      top: 0;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .c-news-post__header h1::after {
      bottom: 0;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .c-news-post__header h1 .cat-ttl {
      display: inline-block; }
  .c-news-post__header--sub {
    min-height: 70vh; }
    @media screen and (min-width: 768px) {
      .c-news-post__header--sub {
        min-height: 50vh; } }
  .body--news-category .c-news-post__header {
    background-color: #343333;
    position: relative; }
    .body--news-category .c-news-post__header::before {
      background-color: transparent;
      bottom: auto;
      content: '';
      display: block;
      left: auto;
      position: static;
      right: auto;
      top: auto;
      z-index: auto; }
    .body--news-category .c-news-post__header:before {
      content: '';
      position: absolute;
      border: solid 20px transparent;
      border-top: solid 20px white;
      left: 50%;
      margin-left: -20px;
      top: 0; }
    .body--news-category .c-news-post__header h1 {
      padding-top: 0; }
      .body--news-category .c-news-post__header h1::before {
        content: '';
        display: none; }

.c-news-post__body {
  background-color: #E8F2F3;
  padding: 2em 0 0; }
  @media screen and (max-width: 767px) {
    .c-news-post__body .container {
      padding-left: 15px;
      padding-right: 15px; } }

.c-news-comments {
  padding: 17px 20px 20px; }

.no-results {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2em 1em;
  text-align: center;
  width: 100%; }

.c-body-text {
  margin: 0 auto;
  max-width: 42em;
  padding-bottom: 3em;
  padding-top: 1em; }
  .c-body-text__img {
    max-width: 25em;
    width: 40vw; }
    .c-body-text__img--left {
      float: left;
      margin: 0.25em 1em 1em -15px; }
      @media screen and (min-width: 768px) {
        .c-body-text__img--left {
          margin: 0.25em 1.5em 1.5em -30px; } }
      @media screen and (min-width: 816px) {
        .c-body-text__img--left {
          margin-left: calc(((100vw - 42em) / 2) * -1); } }
      @media screen and (min-width: 1280px) {
        .c-body-text__img--left {
          margin-left: -14.5555em; } }
    .c-body-text__img--right {
      float: right;
      margin: 0.25em -15px 1em 1em; }
      @media screen and (min-width: 768px) {
        .c-body-text__img--right {
          margin: 0.25em -30px 1.5em 1.5em; } }
      @media screen and (min-width: 816px) {
        .c-body-text__img--right {
          margin-right: calc(((100vw - 42em) / 2) * -1); } }
      @media screen and (min-width: 1280px) {
        .c-body-text__img--right {
          margin-right: -14.5555em; } }
  .c-body-text + .c-body-text {
    margin-top: -3em; }

.c-news-quote {
  background-color: #00A19B;
  color: #ffffff;
  text-align: center;
  margin: 0px -15px 2em;
  padding: 60px 30px; }
  @media screen and (min-width: 768px) {
    .c-news-quote {
      margin-left: -30px;
      margin-right: -30px; } }
  .c-news-quote:last-child {
    margin-bottom: 0; }
  .c-news-quote blockquote {
    margin: 0; }
  .c-news-quote p {
    font-size: 1.4em;
    margin: auto;
    margin-bottom: 1em;
    max-width: 32em; }
  .c-news-quote cite {
    font-size: 0.875em;
    font-style: normal;
    text-transform: uppercase; }

.c-video-embed {
  background-color: #333;
  margin: 0 -15px 2em; }
  @media screen and (min-width: 768px) {
    .c-video-embed {
      margin: 0 -30px 2em; } }
  .c-video-embed:last-child {
    margin-bottom: 0; }
  .c-video-embed .c-video-embed__wrapper-outer {
    margin: 0 auto;
    max-width: calc(80vh * 1.77777); }
  .c-video-embed .c-video-embed__wrapper-inner {
    position: relative;
    display: block;
    height: 0;
    margin: 0 auto;
    padding: 0 0 56.25%;
    overflow: hidden; }
  .c-video-embed iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.c-newsnav {
  position: relative;
  padding: 12.5px 0 15.5px;
  background-color: rgba(52, 51, 51, 0.9);
  font-family: "Oswald", sans-serif; }
  @media (max-width: 479px) {
    .c-newsnav {
      padding: 12.5px 0 10.5px; } }
  @media (min-width: 480px) {
    .c-newsnav.is-sticky {
      max-width: 71.11111em;
      margin-left: auto;
      margin-right: auto;
      position: fixed;
      top: 78px;
      margin-top: 0;
      width: 100%;
      z-index: 2; }
      .c-newsnav.is-sticky::after {
        clear: both;
        content: "";
        display: block; } }
  @media (max-width: 979px) and (min-width: 480px) {
    .c-newsnav.is-sticky {
      top: 60px; } }
  @media screen and (min-width: 480px) {
    .c-newsnav {
      margin-top: 0;
      background-color: rgba(52, 51, 51, 0.9); } }
  .c-newsnav__list {
    padding-left: 30px;
    padding-right: 30px;
    -ms-flex-align: end;
        align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: relative;
    top: 2.5px; }
    @media (max-width: 479px) {
      .c-newsnav__list {
        display: block;
        top: 0; } }
    @media screen and (min-width: 480px) {
      .c-newsnav__list {
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: row;
            flex-direction: row; } }
    .c-newsnav__list--newsentry {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .c-newsnav__list li {
      margin-bottom: 0.5em;
      color: #FFF;
      font-size: 0.78em;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      margin-right: 1.79em; }
      @media screen and (min-width: 480px) {
        .c-newsnav__list li {
          margin-bottom: 0; } }
      @media (max-width: 1080px) {
        .c-newsnav__list li {
          margin-right: 1.3em; } }
      @media (max-width: 479px) {
        .c-newsnav__list li {
          margin-right: 0; } }
      .c-newsnav__list li:last-child {
        margin-right: 0; }
    .c-newsnav__list .label {
      color: rgba(255, 255, 255, 0.7); }
      @media screen and (max-width: 539px) {
        .c-newsnav__list .label {
          display: none; } }
    .c-newsnav__list a {
      display: inline-block;
      border-bottom: 2px solid transparent;
      color: #FFF;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.133em;
      line-height: 1.5; }
      @media screen and (min-width: 480px) {
        .c-newsnav__list a {
          line-height: 2; } }
      .c-newsnav__list a:hover, .c-newsnav__list a:focus, .c-newsnav__list a.is-active {
        color: #FFF;
        border-color: #00A19B; }
    .c-newsnav__list .back {
      margin-right: auto; }
      @media screen and (max-width: 480px) {
        .c-newsnav__list .back {
          padding-bottom: 2px;
          padding-top: 2px; } }

.c-newsnav__search {
  padding-bottom: 10px;
  margin: 0 30px; }
  @media (min-width: 1040px) {
    .c-newsnav__search {
      float: left;
      width: 382px;
      margin-right: 10px;
      padding-bottom: 0; } }
  .c-newsnav__search input {
    background: #fff url(../images/icon-search.svg) 10px 10px no-repeat;
    background-size: 18px 18px;
    height: 38px;
    padding: 11px 10px 11px 47px;
    margin: -3px 0 -3px 0px;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.13em;
    border: 0;
    border-radius: 3px; }
    .c-newsnav__search input::-webkit-input-placeholder {
      color: #343333; }
    .c-newsnav__search input:-ms-input-placeholder {
      color: #343333; }
    .c-newsnav__search input::placeholder {
      color: #343333; }

.logobar {
  padding: 20px 50px; }

.logobar__label {
  font-weight: bold;
  width: 20%;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle; }

.logobar__logos {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.logobar__logoholder {
  display: inline-block;
  width: 16.66%;
  vertical-align: middle;
  padding: 0 15px;
  box-sizing: border-box; }

@media (max-width: 1024px) {
  .logobar__label {
    width: 16%; }
  .logobar__logos {
    width: 84%; } }

@media (max-width: 750px) {
  .logobar__label {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 10px; }
  .logobar__logos {
    width: 100%; }
  .logobar {
    padding: 17px 30px; } }

@media (max-width: 550px) {
  .logobar__logoholder {
    padding: 0 7px; } }

@media (max-width: 450px) {
  .logobar__logoholder {
    width: 33.33%;
    padding: 7px; }
  .logobar__label {
    padding-bottom: 2px; } }

.keyfeatures__item {
  text-align: center;
  width: 25%;
  float: left;
  padding: 0 26px 10px;
  box-sizing: border-box;
  font-size: 90%; }

.keyfeatures__title {
  font-size: 105%;
  font-weight: bold;
  padding-bottom: 12px;
  text-decoration: none;
  color: #343333;
  display: block; }

.keyfeatures__imgholder {
  margin-bottom: 15px;
  text-decoration: none;
  display: block; }

.keyfeatures__img {
  max-width: 100%; }

.keyfeatures {
  padding-top: 50px;
  /*padding-bottom: 20px;*/ }

.keyfeatures__smallwidthclear {
  display: none; }

.keyfeatures__heading {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 25px;
  color: #343333;
  display: block; }

@media (max-width: 1200px) {
  .keyfeatures {
    padding-top: 35px;
    padding-bottom: 10px; }
  .keyfeatures__item {
    padding: 0 26px 35px; }
  .keyfeatures__imgholder {
    margin-bottom: 13px; }
  .keyfeatures__title {
    padding-bottom: 8px; } }

@media (max-width: 1100px) {
  .keyfeatures__item {
    padding: 0 23px 31px; } }

@media (max-width: 1024px) {
  .keyfeatures__item {
    font-size: 83%; } }

@media (max-width: 950px) {
  .keyfeatures__imgholder {
    margin-bottom: 7px; }
  .keyfeatures__title {
    padding-bottom: 4px; } }

@media (max-width: 900px) {
  .keyfeatures__smallwidthclear {
    clear: both;
    height: 0px;
    overflow: hidden;
    display: block; }
  .keyfeatures__item {
    font-size: 100%;
    width: 50%;
    padding: 0 20px 45px; }
  .keyfeatures__imgholder {
    margin-bottom: 10px; }
  .keyfeatures__title {
    padding-bottom: 7px; }
  .keyfeatures {
    padding-top: 40px;
    padding-bottom: 0; } }

@media (max-width: 630px) {
  .keyfeatures__item {
    padding: 0 20px 30px; }
  .keyfeatures {
    padding-top: 26px; } }

@media (max-width: 400px) {
  .keyfeatures__item {
    padding: 0 15px 30px;
    font-size: 85%; } }

@media (max-width: 350px) {
  .keyfeatures__item {
    font-size: 100%;
    width: 100%;
    float: none; } }

.customhero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 55vh;
  display: table;
  -moz-display: block;
  width: 100%;
  table-layout: fixed;
  position: relative;
  text-align: left; }

.customhero__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  position: relative; }

.customhero__title {
  font-size: 3em;
  line-height: 1.3em;
  padding-bottom: 14px; }

.customhero__btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 110%;
  padding: 6px 32px 9px;
  margin: 0 10px 10px 0;
  /*&:hover {
        background: $aqua;
        color: #fff;
        border-color: $aqua;
    }*/ }

.customhero__btn--green {
  background: #00A19B;
  color: #fff;
  border-color: #00A19B; }
  .customhero__btn--green:hover {
    color: #fff; }

.customhero__btn--transparent {
  border-color: #00A19B;
  color: #00A19B;
  background: transparent; }
  .customhero__btn--transparent:hover {
    color: #00A19B; }

.customhero__imgside {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 30px; }

.customhero__img {
  width: 100%; }

.customhero__textside {
  width: 50%;
  display: inline-block;
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px; }

.customhero__desc {
  line-height: 1.4em;
  font-size: 110%;
  padding-bottom: 31px; }

.customhero__video {
  width: 100%; }

@media (max-width: 1050px) {
  .customhero__title {
    font-size: 2.5em; } }

@media (max-width: 1024px) {
  .customhero__imgside {
    padding: 20px; }
  .customhero__desc {
    font-size: 105%;
    padding-bottom: 27px; }
  .customhero__btn {
    font-size: 105%;
    padding: 6px 27px 8px; } }

@media (max-width: 900px) {
  .customhero__btn {
    padding: 6px 18px 8px; }
  .customhero__desc {
    font-size: 100%; }
  .customhero__btn {
    font-size: 100%; }
  .customhero__title {
    font-size: 2.2em; } }

@media (max-width: 810px) {
  .customhero__btn {
    padding: 5px 13px 7px;
    margin: 0 5px 5px 0; }
  .customhero__title {
    font-size: 2em; }
  .customhero__video {
    height: 260px; } }

@media (max-width: 745px) {
  .customhero__title {
    font-size: 1.8em; }
  .customhero__textside {
    padding-top: 15px; }
  .customhero__video {
    height: 205px; } }

@media (max-width: 670px) {
  .customhero__textside {
    font-size: 90%; }
  .customhero__title {
    padding-bottom: 11px; }
  .customhero__desc {
    padding-bottom: 25px; }
  .customhero__video {
    height: 170px; } }

@media (max-width: 550px) {
  .customhero__textside {
    font-size: 100%;
    width: 100%;
    text-align: center;
    padding: 15px 20px 20px; }
  .customhero__btn {
    margin: 0 5px 10px; }
  .customhero__imgside {
    width: 100%;
    padding: 15px 40px; }
  .customhero__video {
    height: 250px; } }

@media (max-width: 450px) {
  .customhero__video {
    height: 215px; } }

@media (max-width: 400px) {
  .customhero__imgside {
    padding: 15px 20px; } }

@media (max-width: 360px) {
  .customhero__btn {
    padding: 5px 10px 7px;
    margin: 0 2px 10px; }
  .customhero__video {
    height: 180px; } }

.customsimpleheader {
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 12% 15%; }

.customsimpleheader__header h1 {
  text-transform: none;
  font-family: 'Lato', arial, helvetica, sans-serif;
  font-size: 2.5em;
  letter-spacing: 0;
  color: #020202; }
  @media (min-width: 800px) {
    .customsimpleheader__header h1 {
      font-size: 2.8rem; }
    .customsimpleheader__header h1 p {
      margin-block-start: 0em;
      margin-block-end: 0em; } }

.customsimpleheader__sections {
  vertical-align: top;
  display: inline-block; }

.customsimpleheader__section {
  display: block;
  vertical-align: top;
  width: 176px;
  padding: 0 16px;
  margin: 30px 0 0;
  letter-spacing: 0; }
  .customsimpleheader__section p {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0 0 3px; }
  @media (min-width: 436px) {
    .customsimpleheader__section {
      display: inline-block;
      border-left: #ebebeb 1px solid; }
      .customsimpleheader__section:first-child {
        border-left: 0; } }
  @media (min-width: 536px) {
    .customsimpleheader__section {
      width: 216px;
      padding: 0 36px; } }

.customsimpleheader__image {
  display: block; }
  .customsimpleheader__image img {
    vertical-align: middle; }
  .customsimpleheader__image:before {
    display: inline-block;
    height: 68px;
    vertical-align: middle;
    width: 0px;
    overflow: hidden;
    content: " "; }

.hive-grid {
  overflow: hidden;
  margin-top: 20px; }
  @media (max-width: 749px) {
    .hive-grid:nth-child(n+3) {
      margin-top: 0; } }
  .hive-grid--noresults {
    display: block !important; }
    @media (max-width: 749px) {
      .hive-grid--noresults {
        padding: 3px 20px 14px; } }
  @media (min-width: 750px) {
    .hive-grid {
      display: -ms-grid;
      display: grid;
      padding: 30px 30px;
      grid-gap: 30px;
      margin-top: 0;
      grid-template-areas: "article1 article2"
 "article1 article3"
 "article4 article3"
 "article5 article6"
 "article7 article8"
 "article9 article10";
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      /*grid-template-rows: 250px 250px 250px 250px 250px 250px;*/
      -ms-grid-rows: 250px 250px;
          grid-template-rows: 250px 250px;
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
      .hive-grid + .hive-grid {
        padding-top: 0;
        margin-top: 0; }
      .hive-grid.hive-grid--ajax {
        grid-template-areas: "article1 article2"
 "article1 article3"
 "article4 article3"
 "article5 article6"
 "article5 article7"
 "article8 article9"; } }
  @media (min-width: 750px) and (min-width: 1190px) {
    .hive-grid {
      grid-template-areas: "article1 article1 article2 article2"
 "article1 article1 article3 article3"
 "article4 article5 article3 article3"
 "article6 article6 article7 article7"
 "article8 article8 article9 article10";
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr;
      /*            grid-template-rows: 250px 250px 250px 250px 250px;*/
      -ms-grid-rows: 250px 250px;
          grid-template-rows: 250px 250px;
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
      .hive-grid.hive-grid--ajax {
        grid-template-areas: "article1 article1 article2 article2"
 "article1 article1 article3 article3"
 "article4 article5 article3 article3"
 "article6 article6 article7 article7"
 "article8 article8 article9 article9"; } }
  @media (min-width: 750px) {
      .hive-grid > div {
        -ms-grid-column-span: 2;
        display: inline-block;
        justify-self: stretch; }
        .hive-grid > div:nth-child(2), .hive-grid > div:nth-child(3), .hive-grid > div:nth-child(7), .hive-grid > div:nth-child(9) {
          -ms-grid-column: 5; }
        .hive-grid > div:nth-child(1) {
          grid-area: article1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 2;
          -ms-grid-column: 1;
          -ms-grid-column-span: 4; }
        .hive-grid > div:nth-child(2) {
          grid-area: article2;
          -ms-grid-row: 1;
          -ms-grid-column: 5;
          -ms-grid-column-span: 4; }
        .hive-grid > div:nth-child(3) {
          grid-area: article3;
          -ms-grid-row: 2;
          -ms-grid-column-span: 4;
          -ms-grid-row-span: 2; }
        .hive-grid > div:nth-child(4) {
          grid-area: article4;
          -ms-grid-row: 3;
          -ms-grid-column: 1;
          -ms-grid-column-span: 4; }
        .hive-grid > div:nth-child(5) {
          grid-area: article5;
          -ms-grid-row: 4;
          -ms-grid-column: 1;
          -ms-grid-column-span: 4; }
        .hive-grid > div:nth-child(6) {
          grid-area: article6;
          -ms-grid-row: 4;
          -ms-grid-column: 5;
          -ms-grid-column-span: 4; }
        .hive-grid > div:nth-child(7) {
          grid-area: article7;
          -ms-grid-row: 7;
          -ms-grid-column-span: 4;
          -ms-grid-column: 1; }
        .hive-grid > div:nth-child(8) {
          grid-area: article8;
          -ms-grid-row: 7;
          -ms-grid-column: 5;
          -ms-grid-column-span: 4; }
        .hive-grid > div:nth-child(9) {
          grid-area: article9;
          -ms-grid-row: 9;
          -ms-grid-column: 1;
          -ms-grid-column-span: 4; }
        .hive-grid > div:nth-child(10) {
          grid-area: article10;
          -ms-grid-row: 9;
          -ms-grid-column: 5;
          -ms-grid-column-span: 4; } }
    @media (min-width: 750px) and (min-width: 1190px) {
      .hive-grid > div:nth-child(1) {
        grid-area: article1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4; }
      .hive-grid > div:nth-child(2) {
        grid-area: article2;
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 4; }
      .hive-grid > div:nth-child(3) {
        grid-area: article3;
        -ms-grid-row: 2;
        -ms-grid-column-span: 4;
        -ms-grid-row-span: 5; }
      .hive-grid > div:nth-child(4) {
        grid-area: article4;
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2; }
      .hive-grid > div:nth-child(5) {
        grid-area: article5;
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2; }
      .hive-grid > div:nth-child(6) {
        grid-area: article6;
        -ms-grid-row: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4; }
      .hive-grid > div:nth-child(7) {
        grid-area: article7;
        -ms-grid-row: 7;
        -ms-grid-column-span: 4;
        -ms-grid-column: 5; }
      .hive-grid > div:nth-child(8) {
        grid-area: article8;
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4; }
      .hive-grid > div:nth-child(9) {
        grid-area: article9;
        -ms-grid-row: 9;
        -ms-grid-column: 5;
        -ms-grid-column-span: 2; }
      .hive-grid > div:nth-child(10) {
        grid-area: article10;
        -ms-grid-row: 9;
        -ms-grid-column: 7;
        -ms-grid-column-span: 2; } }

@media (min-width: 750px) {
  .hive-grid:nth-child(n+3) > div:nth-child(9) {
    -ms-grid-column-span: 4; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hive-grid__newsletter {
    margin-left: 15px;
    margin-right: 15px;
    height: calc(100% - 30px) !important; } }

@media all and (-ms-high-contrast: none) and (min-width: 750px), (-ms-high-contrast: active) and (min-width: 750px) {
  .hive-grid {
    display: -ms-grid; } }

.hive-grid__item {
  position: relative;
  height: 45vh;
  font-family: "Oswald", sans-serif;
  margin: 0 20px 20px; }
  @media (min-width: 750px) {
    .hive-grid__item {
      display: inline-block;
      min-height: 250px;
      height: 100%;
      margin: 0px; } }

.hive-grid__item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

.hive-grid__newsletterform label#label-email-9788ed40-7e6f-4baf-bfb5-f0708e6ca94c {
  display: none; }

.hive-grid__newsletterform .inputs-list[role="alert"] {
  display: none !important; }

.hive-grid__newsletterform .inputs-list {
  clear: both;
  color: #fff;
  font-size: 85%; }

.hive-grid__item-tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #02A19B;
  padding: 4.5px 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%; }

.hive-grid__item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 20px 20px 0 0;
  margin-right: 65px;
  max-width: 655px; }
  .hive-grid__item-text h4 {
    color: #343333;
    margin: 0 0 5px;
    font-weight: 400;
    text-transform: uppercase;
    max-height: 2.8em;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: normal; }
    .hive-grid__item-text h4 .lastword:after {
      content: "\2026";
      position: absolute; }

.hive-grid__item-date {
  color: #02A19B;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: normal; }

.hive-grid__newsletter {
  background-color: #02A19B;
  padding: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 20px; }
  @media (min-width: 750px) {
    .hive-grid__newsletter {
      margin-top: 0;
      margin-bottom: 0; } }
  .hive-grid__newsletter h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
  .hive-grid__newsletter p {
    clear: both;
    padding-top: 1px;
    padding-bottom: 0;
    margin: 0;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 0.89em; }
    @media (max-width: 850px) {
      .hive-grid__newsletter p {
        line-height: 1.3em; } }
    .hive-grid__newsletter p a {
      color: #ffffff;
      font-weight: 400; }
  .hive-grid__newsletter input.hs-input {
    margin: 0 0 10px;
    padding: 10px 20px;
    width: calc(100% - 105px);
    float: left;
    height: 50px;
    font-size: 0.78em;
    border: 0;
    box-shadow: none;
    font-family: "Oswald", sans-serif;
    color: #363534;
    letter-spacing: 0.133em;
    border-radius: 0; }
  .hive-grid__newsletter button,
  .hive-grid__newsletter input[type="submit"] {
    width: 105px;
    background-color: #343333;
    color: #ffffff;
    text-align: center;
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    font-size: 0.78em;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: 0.133em; }

.hive-grid__newsletter input.hs-input::-webkit-input-placeholder {
  color: #363534; }

.hive-grid__newsletter input.hs-input:-moz-placeholder {
  color: #363534; }

.hive-grid__newsletter input.hs-input::-moz-placeholder {
  color: #363534; }

.hive-grid__newsletter input.hs-input:-ms-input-placeholder {
  color: #363534; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hive-grid {
    margin-top: 0;
    padding-bottom: 0; }
  .hive-grid-more {
    padding-top: 63px !important; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 749px), (-ms-high-contrast: none) and (max-width: 749px) {
    .hive-grid-more {
      padding-top: 34px !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hive-grid__item {
    padding: 15px 0;
    margin: 0 15px; }
  .hive-grid__item-tag {
    top: 15px; }
  .hive-grid__item-text {
    bottom: 15px; } }

.hive-grid__newsletter-holder {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 31px;
  padding-right: 30px; }
  @media (max-width: 1000px) {
    .hive-grid__newsletter-holder {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 900px) {
    .hive-grid__newsletter-holder {
      padding-left: 0;
      padding-right: 0; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.hive-loading {
  text-align: center; }
  .hive-loading img {
    animation: spin 4s linear; }

.hive-grid-more {
  text-align: center;
  margin-top: 0;
  padding: 33px 20px 54px; }
  .hive-grid-more a {
    background-color: #02A19B;
    display: inline-block;
    max-width: 100%;
    width: 381px;
    padding: 15.5px 10px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-size: 78%;
    line-height: 1.36em;
    letter-spacing: 0.133em;
    max-width: 100%; }
    @media (max-width: 639px) {
      .hive-grid-more a {
        font-size: 100%; } }
  @media (max-width: 749px) {
    .hive-grid-more {
      padding: 14px 20px 24px; } }

.patterns h1 img {
  display: none; }

.patterns__contents {
  display: -ms-flexbox;
  display: flex; }

.patterns__contents-section {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 30px; }
  .patterns__contents-section ul {
    column-count: 2; }

.slick-dots {
  max-width: 100%; }

.slick-dots button {
  box-shadow: none; }

.slick-dots li button:before {
  color: #ffffff;
  font-size: 12px; }

.slick-dots li.slick-active button:before {
  color: #ffffff; }

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

.slick-slide {
  margin: 1em 2em; }

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