/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*!
 * This file has been modified to remove vendor prefixes
 * and to replace classes with mixins
 * ------
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* custom animations below */
@font-face {
  font-family: 'oswald';
  src: url("../fonts/oswald-regular.woff2") format("woff2"), url("../fonts/oswald-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  background: #000;
  font-family: "oswald", sans-serif;
  font-size: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100vw;
}

:root.iw-root-inverse {
  background: white;
}

:root.iw-menu-open {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

:root > body {
  height: 100%;
  font-size: 100%;
  margin: 0;
  width: 100vw;
}

:root > body * {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

.iw-sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.iw-nowrap {
  white-space: nowrap;
}

.iw-js [class*='iw-animate--'] {
  visibility: hidden;
}

.iw-animate,
.iw-js .iw-animate {
  visibility: visible;
}

.iw-animate.iw-animate--fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iw-animate.iw-animate--zoomIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.iw-animate.iw-animate--fadeIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iw-animate.iw-animate--fadeInUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.iw-animate.iw-animate--fadeInUpBig {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.iw-animate.iw-animate--fadeInDown {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.iw-animate.iw-animate--flipInX {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.iw-animate.iw-animate--zoomIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.iw-animate.iw-animate--slideInLeft {
  opacity: 0;
  transition: opacity .2s ease-in;
}

.iw-animate.iw-animate--slideInLeft {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  opacity: 1;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.iw-animate.iw-animate--rotateIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
  }
}

.iw-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.iw-logo {
  height: 2rem;
  width: 12rem;
}

@media screen and (max-width: 1000px) {
  .iw-logo {
    height: 1.625rem;
    width: 10rem;
  }
}

.iw-ap-gear {
  border: 5px solid red;
}

.iw-button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 1.3rem;
  text-align: center;
  text-decoration: none;
}

.iw-button:hover {
  cursor: pointer;
}

.iw-button:hover {
  cursor: pointer;
}

.iw-button:focus {
  outline: 0;
}

.iw-button ::-moz-focus-inner {
  border: 0;
}

.iw-button--outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.iw-button--outline:focus, .iw-button--outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

.iw-button--search {
  background: #fff;
  border: 1px solid #fff;
  color: #d3d5d6;
}

.iw-button--search:focus, .iw-button--search:hover {
  color: #919699;
}

.iw-button--menu {
  background: #8B8D90;
  border-radius: 8px;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transform: translate3d(0, 3.6rem, 0);
          transform: translate3d(0, 3.6rem, 0);
  transition: background-color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, background-color .2s ease-out;
  transition: transform .2s ease-out, background-color .2s ease-out, -webkit-transform .2s ease-out;
  width: 45px;
  z-index: 5;
}

.iw-button--menu:focus, .iw-button--menu:hover {
  background: #4c4d4f;
}

.is-scrolled .iw-button--menu, .iw-button--menu[aria-expanded='true'] {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.iw-button--menu[aria-expanded='true'] {
  background: rgba(139, 141, 144, 0);
  transition: background-color 1.2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, background-color 1.2s ease-out;
  transition: transform .2s ease-out, background-color 1.2s ease-out, -webkit-transform .2s ease-out;
}

.iw-button--menu[aria-expanded='true']:focus {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .iw-button--menu {
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
  }
  .is-scrolled .iw-button--menu {
    -webkit-transform: translate3d(0, -1rem, 0);
            transform: translate3d(0, -1rem, 0);
  }
  .iw-button--menu[aria-expanded='true'] {
    -webkit-transform: translate3d(0, -1rem, 0);
            transform: translate3d(0, -1rem, 0);
  }
}

@media screen and (max-width: 767px) {
  .iw-button--menu {
    -webkit-transform: translate3d(0, -1rem, 0);
            transform: translate3d(0, -1rem, 0);
  }
}

.iw-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.188rem;
}

@media screen and (max-width: 1000px) {
  .iw-view {
    font-size: 0.9504rem;
  }
}

.iw-js .iw-view {
  opacity: 0;
}

.iw-js .iw-view.iw-view--loaded {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iw-header {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #1a1919;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.5rem 1.5rem 8.5rem;
  position: relative;
  height: 50vw;
  width: 100vw;
}

.iw-header--image {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/603728777.jpg);
  background-attachment: fixed;
  background-size: 100vw;
  background-position: top;
  background-repeat: no-repeat;
  height: 25vw;
}

.iw-header.iw-header--plain {
  background: #fff;
  height: auto;
  min-height: 9rem;
  padding: 1.5rem 1.5rem;
}

.iw-header.iw-header--plain .iw-button--search {
  background: #4a4b4c;
  border: 1px solid #4a4b4c;
  color: #d3d5d6;
}

.iw-header.iw-header--plain .iw-button--search:focus, .iw-header.iw-header--plain .iw-button--search:hover {
  color: #edeeef;
}

.iw-header.iw-header--plain .iw-header__contact-link,
.iw-header.iw-header--plain .iw-button--outline {
  border-color: #4a4b4c;
  color: #4a4b4c;
}

.iw-header.iw-header--plain .iw-header__contact-link:focus, .iw-header.iw-header--plain .iw-header__contact-link:hover,
.iw-header.iw-header--plain .iw-button--outline:focus,
.iw-header.iw-header--plain .iw-button--outline:hover {
  background: rgba(0, 0, 0, 0.05);
}

.iw-header.iw-header--plain .iw-form__control {
  border-color: #4a4b4c;
  color: #4a4b4c;
}

.iw-header.iw-header--plain .iw-form__control::-webkit-input-placeholder {
  color: #4a4b4c;
}

.iw-header.iw-header--plain .iw-form__control::-moz-placeholder {
  color: #4a4b4c;
}

.iw-header.iw-header--plain .iw-form__control:-ms-input-placeholder {
  color: #4a4b4c;
}

.iw-header.iw-header--plain .iw-form__control:focus {
  background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .iw-header.iw-header--plain {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    min-height: 0;
    padding: 1.3rem 1rem;
  }
}

.iw-header__brand {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
  margin: 0;
  position: relative;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
  z-index: 4;
}

.iw-menu-open .iw-header__brand {
  z-index: 2;
}

.iw-header__brand-a {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  display: block;
  margin: -.5rem;
  padding: .5rem;
}

.iw-header__brand-a:active, .iw-header__brand-a:visited {
  color: #fff;
}

.iw-header__brand-a:focus {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  outline: none;
}

@media screen and (max-width: 767px) {
  .iw-header__brand {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    top: -.3rem;
  }
}

.iw-header__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  position: relative;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
  z-index: 4;
}

.iw-menu-open .iw-header__actions {
  z-index: 2;
}

.iw-header__actions .iw-button--outline {
  margin-left: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  width: 6rem;
}

.iw-header__actions .iw-button--search > .iw-icon {
  margin-top: .2rem;
}

.iw-header__actions .iw-form__control--search {
  max-width: 21.500rem;
}

@media screen and (max-width: 767px) {
  .iw-header__actions {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .iw-header__actions {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .iw-header__actions .iw-form__addon {
    margin-top: 2rem;
  }
  .iw-header__actions .iw-button--outline {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
  .iw-header__actions .iw-form__control--search {
    max-width: none;
  }
}

.iw-header__video-container {
  height: 50vw;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .iw-header__video-container {
    display: none;
  }
}

.iw-header__video {
  display: block;
  min-width: 100vw;
  object-fit: inherit;
}

.iw-header__video--animate-in {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iw-header__video--animate-out {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  opacity: 0;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .iw-header__video {
    display: none;
  }
}

.iw-header__video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* @media screen and (max-width: $break-video) {
            display: none;
        } */
}

.iw-header__video-controls .iw-header__prev,
.iw-header__video-controls .iw-header__play,
.iw-header__video-controls .iw-header__next {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5em 1.5em;
  border: 1px solid transparent;
  border-radius: 1em;
  margin: .5em .25em;
  padding: .75em;
  width: 1.5em;
  height: 1.5em;
}

.iw-header__video-controls .iw-header__prev:focus,
.iw-header__video-controls .iw-header__play:focus,
.iw-header__video-controls .iw-header__next:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0;
}

@media screen and (max-width: 1024px) {
  .iw-header__video-controls .iw-header__prev,
  .iw-header__video-controls .iw-header__play,
  .iw-header__video-controls .iw-header__next {
    font-size: 2em;
  }
}

.iw-header__video-controls .iw-header__prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Chevron_left' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpath d='M12.452,4.516c0.446,0.436,0.481,1.043,0,1.576L8.705,10l3.747,3.908c0.481,0.533,0.446,1.141,0,1.574 c-0.445,0.436-1.197,0.408-1.615,0c-0.418-0.406-4.502-4.695-4.502-4.695C6.112,10.57,6,10.285,6,10s0.112-0.57,0.335-0.789 c0,0,4.084-4.287,4.502-4.695C11.255,4.107,12.007,4.08,12.452,4.516z' style='fill: %23fff;'/%3E%3C/svg%3E");
}

.iw-header__video-controls .iw-header__play {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Play' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpath d='M15,10.001c0,0.299-0.305,0.514-0.305,0.514l-8.561,5.303C5.51,16.227,5,15.924,5,15.149V4.852 c0-0.777,0.51-1.078,1.135-0.67l8.561,5.305C14.695,9.487,15,9.702,15,10.001z' style='fill: %23fff;' /%3E%3C/svg%3E");
  background-position: .1em center;
}

.iw-header__video-controls .iw-header__play.iw-header__pause {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Paus' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpath d='M15,3h-2c-0.553,0-1,0.048-1,0.6V16.4c0,0.552,0.447,0.6,1,0.6h2c0.553,0,1-0.048,1-0.6V3.6C16,3.048,15.553,3,15,3z M7,3H5 C4.447,3,4,3.048,4,3.6V16.4C4,16.952,4.447,17,5,17h2c0.553,0,1-0.048,1 0.6V3.6C8,3.048,7.553,3,7,3z' style='fill: %23fff;' /%3E%3C/svg%3E");
  background-size: 1.3em 1.3em;
}

.iw-header__video-controls .iw-header__next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Chevron_right' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpath d='M9.163,4.516c0.418,0.408,4.502,4.695,4.502,4.695C13.888,9.43,14,9.715,14,10s-0.112,0.57-0.335,0.787 c0,0-4.084,4.289-4.502,4.695c-0.418,0.408-1.17,0.436-1.615,0c-0.446-0.434-0.481-1.041,0-1.574L11.295,10L7.548,6.092 c-0.481-0.533-0.446-1.141,0-1.576C7.993,4.08,8.745,4.107,9.163,4.516z' style='fill: %23fff;' /%3E%3C/svg%3E");
}

.iw-header__text {
  color: #fff;
  left: 0;
  margin: 2rem 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.iw-header__text--with-caption {
  height: 15rem;
}

@media screen and (max-width: 767px) {
  .iw-header__text--with-caption {
    height: auto;
  }
}

.iw-header__text .iw-heading--animate-in {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iw-header__text .iw-heading--animate-out {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .iw-header__text {
    margin: 2rem 0 .5rem;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: calc(100% + 1rem);
  }
}

.iw-header__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-height: 15rem;
  white-space: pre-line;
}

.iw-header__caption--animate-in {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .iw-header__caption--animate-in {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.iw-header__caption--animate-in.iw-header__caption--animate-repeated {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.iw-header__caption--animate-out {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (min-width: 767px) {
  .iw-header__caption {
    margin: 1em auto 0;
    min-height: 0;
  }
}

.iw-caption {
  display: block;
  margin: auto 0;
}

.iw-caption--uppercase {
  text-transform: uppercase;
}

.iw-caption--large {
  font-size: 3.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 1000px) {
  .iw-caption--large {
    font-size: 2.56rem;
  }
}

@media screen and (max-width: 767px) {
  .iw-caption--large {
    font-size: 1.813rem;
  }
}

.iw-caption--medium {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: auto;
  max-width: 35em;
}

@media screen and (max-width: 1000px) {
  .iw-caption--medium {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .iw-caption--medium {
    font-size: 1.5rem;
  }
}

.iw-caption--small {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: auto;
  max-width: 35em;
}

@media screen and (max-width: 1000px) {
  .iw-caption--small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .iw-caption--small {
    font-size: 1rem;
  }
}

.iw-caption--centered {
  text-align: center;
}

.iw-caption__credits {
  display: block;
  margin-top: 1em;
  text-align: right;
}

.iw-header__text-word {
  white-space: nowrap;
}

.iw-header__text-char {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.68, 0, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.68, 0, 0.68, 1), opacity 0.3s cubic-bezier(0.68, 0, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.68, 0, 0.68, 1), opacity 0.3s cubic-bezier(0.68, 0, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.68, 1);
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.iw-header__text-char:first-child {
  -webkit-transform: translate3d(0, 0em, 0);
          transform: translate3d(0, 0em, 0);
}

.iw-header__contact {
  bottom: 0;
  height: 3em;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 10rem;
  z-index: 2;
}

.iw-header__contact-link {
  border: 3px solid #fff;
  bottom: -3px;
  color: #fff;
  display: block;
  font-size: 1.313rem;
  padding: 0.5rem 0.65rem;
  position: absolute;
  right: -3px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 10rem;
}

.iw-header__contact-link:focus, .iw-header__contact-link:hover {
  background: rgba(255, 255, 255, 0.2);
  outline: 0;
}

@media screen and (max-width: 767px) {
  .iw-header__contact-link {
    font-size: 1.188rem;
  }
}

@media screen and (max-width: 767px) {
  .iw-header {
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  
    height: 500px;
    padding: 1.3rem 1rem 4.5rem;
    position: relative;
  }
  .iw-header:not([class*='iw-header--image']):not(.iw-header--plain)::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/river_rocks_poster.jpg");
    background-position: center top;
    background-size: 100vw;
background-position: top;
background-repeat: no-repeat;;
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  .iw-header--image {
    background: transparent;
  }
  .iw-header--image::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/603728777.jpg);
    background-size: 100vw;
background-position: top;
background-repeat: no-repeat;;
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }

}

.iw-heading {
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-align: center;
  text-transform: uppercase;
}

.iw-heading--header {
  font-size: 3.2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .iw-heading--header {
    font-size: 2.56rem;
  }
}

@media screen and (max-width: 767px) {
  .iw-heading--header {
    font-size: 2rem;
  }
}

.iw-heading--l {
  font-size: 2.56rem;
}

@media screen and (max-width: 1000px) {
  .iw-heading--l {
    font-size: 1.92rem;
  }
}

.iw-heading--m {
  font-size: 2rem;
}

@media screen and (max-width: 1000px) {
  .iw-heading--m {
    font-size: 1.6rem;
  }
}

.iw-heading--s {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .iw-heading--s {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}

.iw-heading--how {
  color: #bda264;
}

.iw-heading--color {
  color: #826246;
}

.iw-header .iw-heading {
  text-shadow: -2px 0 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.iw-form__control {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: 1px solid #ddd;
  box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.65rem;
  width: 100%;
}

.iw-form__control:focus {
  background: rgba(255, 255, 255, 0.2);
  background-blend-mode: overlay;
  outline: 0;
}

.iw-form__control--search {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
}

.iw-form__control--search::-webkit-input-placeholder {
  color: #fff;
}

.iw-form__control--search::-moz-placeholder {
  color: #fff;
}

.iw-form__control--search:-ms-input-placeholder {
  color: #fff;
}

.iw-form__addon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.iw-form__addon > .iw-button {
  margin-left: -13px;
  padding: 0 0.65rem;
}

.iw-menu {
  left: 0;
  padding: 1.5rem 1.5rem 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  width: 100vw;
  z-index: 3;
}

.iw-menu__brand {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-tap-highlight-color: transparent;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  color: #fff;
  display: inline-block;
  margin-top: 1.1rem;
  padding: 0.5rem 1.5rem 0.5rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.iw-menu__brand:focus {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  outline: none;
}

@media screen and (max-width: 1000px) {
  .iw-menu__brand {
    margin-top: 1.5rem;
    padding: 0 1rem 0;
  }
}

.iw-menu__icon {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: growIn;
          animation-name: growIn;
  background: #fff;
  border-radius: 3px;
  display: block;
  font-size: 0;
  height: 5px;
  left: 8px;
  margin-top: -2px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
}

@-webkit-keyframes growIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
            transform: scale3d(0.6, 0.6, 0.6);
  }
  33% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes growIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
            transform: scale3d(0.6, 0.6, 0.6);
  }
  33% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.iw-menu__icon::after, .iw-menu__icon::before {
  background: #fff;
  border-radius: 3px;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  width: 29px;
}

.iw-menu__icon::after {
  top: -10px;
}

.iw-menu__icon::before {
  bottom: -10px;
}

[aria-expanded='true'] > .iw-menu__icon {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
  background: rgba(255, 255, 255, 0);
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
  }
}

[aria-expanded='true'] > .iw-menu__icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

[aria-expanded='true'] > .iw-menu__icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.iw-menu__contents {
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  left: 0;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  z-index: 3;
}

.iw-button[aria-expanded='true'] + .iw-menu__contents {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media screen and (max-width: 1000px) {
  .iw-menu__contents {
    overflow-y: scroll;
  }
}

.iw-menu__list {
  list-style: none;
  padding: 2rem 1.5rem 0;
}

@media screen and (max-width: 1000px) {
  .iw-menu__list {
    padding: 2rem 1rem 0;
  }
}

.iw-menu__list-item {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2rem;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .iw-menu__list-item {
    margin-bottom: 1rem;
  }
}

.iw-menu__section {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.813rem;
  margin: 0 1.5rem .3rem 0;
  padding: .3rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}

.iw-menu__section:focus {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  outline: none;
}

@media screen and (max-width: 1000px) {
  .iw-menu__section {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}

.iw-menu__pages {
  padding: .5rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .iw-menu__pages {
    padding: 0;
  }
}

.iw-js .iw-menu__pages {
  opacity: 0;
  transition: opacity .2s 0s ease-out, -webkit-transform .4s ease-out;
  transition: opacity .2s 0s ease-out, transform .4s ease-out;
  transition: opacity .2s 0s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.iw-js .iw-menu__pages.iw-menu__pages--open {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: opacity .2s .2s ease-out, -webkit-transform .4s ease-out;
  transition: opacity .2s .2s ease-out, transform .4s ease-out;
  transition: opacity .2s .2s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out;
}

@media screen and (max-width: 1000px) {
  .iw-js .iw-menu__pages {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.iw-menu__page {
  -webkit-tap-highlight-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.5rem;
  margin-right: 1.2rem;
  padding: .3rem;
  text-decoration: none;
}

.iw-menu__page:hover {
  color: #bda264;
}

.iw-menu__page:focus {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  outline: none;
}

.iw-menu__page--active {
  color: #bda264;
  border-bottom: 3px solid #bda264;
}

.iw-menu__page--active:focus {
  border-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .iw-menu__page--active {
    border-bottom: 0;
    border-left: 3px solid #bda264;
    margin-left: -3px;
  }
}

@media screen and (max-width: 1000px) {
  .iw-menu__page {
    display: block;
  }
}

.iw-menu__search-login {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1rem;
}

.iw-menu__search-login > form {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 1.5rem;
}

.iw-menu__search-login > form > .iw-form__control--search {
  min-width: 0;
}

.iw-menu__search-login > .iw-button {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 511.9px) {
  .iw-menu__search-login {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .iw-menu__search-login > form {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .iw-menu__search-login {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .iw-menu {
    padding: 2rem 1rem 0;
  }
}

.iw-main {
  box-shadow: -3px 0 3px 2px rgba(0, 0, 0, 0.2);
}

.iw-main + .iw-section::after {
  background: #434442;
  top: 0;
  content: '';
  height: 2px;
  left: calc(-50vw + 30rem);
  position: absolute;
  width: 100vw;
}

.iw-main > .iw-section-bg:first-child {
  border-top: 3px solid #fff;
}

@media screen and (max-width: 1000px) {
  .iw-main {
    margin-top: 0;
    overflow: hidden;
  }
  .iw-main + .iw-section::after {
    left: 0;
  }
}

.iw-main--animate-delay .iw-section:nth-child(1) [class*='iw-animate'],
.iw-main--animate-delay .iw-section-bg:nth-child(1) [class*='iw-animate'] {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.iw-main--animate-delay .iw-section:nth-child(2) [class*='iw-animate'],
.iw-main--animate-delay .iw-section-bg:nth-child(2) [class*='iw-animate'] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.iw-main--animate-delay .iw-section:nth-child(3) [class*='iw-animate'],
.iw-main--animate-delay .iw-section-bg:nth-child(3) [class*='iw-animate'] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.iw-main--animate-delay .iw-section:nth-child(4) [class*='iw-animate'],
.iw-main--animate-delay .iw-section-bg:nth-child(4) [class*='iw-animate'] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.iw-main--animate-delay .iw-section:nth-child(5) [class*='iw-animate'],
.iw-main--animate-delay .iw-section-bg:nth-child(5) [class*='iw-animate'] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.iw-main--animate-delay .iw-section:nth-child(6) [class*='iw-animate'],
.iw-main--animate-delay .iw-section-bg:nth-child(6) [class*='iw-animate'] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.iw-main--animate-delay .iw-section:nth-child(7) [class*='iw-animate'],
.iw-main--animate-delay .iw-section-bg:nth-child(7) [class*='iw-animate'] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.iw-section {
  line-height: 1.4;
  margin: 0 auto;
  width: 60rem;
  padding: 3rem 3rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.iw-section::before {
  background: #fff;
  bottom: 0;
  content: '';
  left: calc(-1 * ((100vw - 60rem) / 2));
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.iw-section:not(.iw-section--inverse) + .iw-section:not(.iw-section--inverse)::before {
  border-top: 2px solid #434442;
}

.iw-section--inverse {
  color: #fff;
}

.iw-section--inverse::before {
  background: #1a1919;
}

.iw-section--wide {
  width: 90vw;
}

.iw-section--wide::before {
  left: -5vw;
}

.iw-section--footer {
  font-size: 1.188rem;
  padding: 1.5rem 0;
}

.iw-section--footer .iw-section__link {
  color: #fff;
  text-decoration: none;
}

.iw-section--footer .iw-section__link:focus, .iw-section--footer .iw-section__link:hover {
  color: rgba(255, 255, 255, 0.7);
  outline: 0;
}

@media screen and (max-width: 1000px) {
  .iw-section--footer {
    font-size: 0.8316rem;
    padding: 2rem 1rem;
  }
}

.iw-section.iw-section--article {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .iw-section.iw-section--article {
    padding: 0 1rem 1rem 1rem;
  }
}

.iw-section.iw-section--full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
}

.iw-section.iw-section--full::before {
  left: 0;
}

.iw-section__full-inner {
  padding: 0 3rem;
}

@media screen and (max-width: 1000px) {
  .iw-section__full-inner {
    padding: 0 1rem;
  }
}

.iw-section--transparent::before {
  background: transparent;
}

.iw-section.iw-section--video {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.iw-section.iw-section--video::before {
  left: 0;
}

@media screen and (max-width: 1000px) {
  .iw-section.iw-section--video {
    padding: 0;
  }
}

.iw-section__video {
  display: block;
  height: 47.81vw;
  margin: 0 auto;
  width: 85vw;
}

@media screen and (max-width: 1000px) {
  .iw-section__video {
    height: 56.25vw;
    width: 100vw;
  }
}

.iw-section__p {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .iw-section {
    padding: 4rem 2rem;
    width: 100vw;
  }
  .iw-section::before {
    left: 0;
  }
  .iw-section--full {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 512px) {
  .iw-section {
    padding: 2rem 1rem;
    width: 100vw;
  }
}

.iw-section-bg-buyer {
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/CHILDHOSPITAL.jpg);
  background-size: 100% 100%, cover;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.iw-section-bg-managedservices {
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/Attached_bkg_ManagedServices.jpg);
  background-size: 100% 100%, cover;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.iw-section-bg-platform {
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/Attached_bkg_Platform.jpg);
  background-size: 100% 100%, cover;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.iw-section-bg-supplier {
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/Attached_bkg_Supplier.jpg);
  background-size: 100% 100%, cover;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.iw-section-bg-giving {
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/givingback.jpg);
  background-size: 100% 100%, cover;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.iw-section-bg {
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/CHILDHOSPITAL.jpg);
  background-size: 100% 100%, cover;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .iw-section-bg {
    background: none;
  }
  .iw-section-bg::before {
    background-attachment: fixed;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/CHILDHOSPITAL.jpg);
    background-size: 100% 100%, cover;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

.iw-offers {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0 0 -3rem;
  width: 100%;
}

.iw-offers__list {
  font-size: 1.5rem;
  list-style: none;
  padding: 0;
}

.iw-offers__list:first-child {
  margin-left: auto;
  text-align: right;
}

.iw-offers__list:first-child > .iw-offers__list-item:nth-child(0n + 2) {
  padding-right: 1rem;
}

.iw-offers__list:last-child {
  margin-right: auto;
}

.iw-offers__list--caps {
  color: #4C3621;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .iw-offers__list {
    width: 100%;
  }
  .iw-offers__list:first-child, .iw-offers__list:last-child {
    margin: 0;
    text-align: left;
  }
}

@media screen and (max-width: 1000px) {
  .iw-offers__list {
    font-size: 1.2rem;
  }
}

.iw-offers__list-item {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .iw-offers__list-item {
    padding-left: 1rem;
    position: relative;
  }
}

.iw-offers__list-item::before {
  background-image: url(../images/cog-half.svg);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

@media screen and (max-width: 1000px) {
  .iw-offers__list-item::before {
    left: 0;
    position: absolute;
    top: .4rem;
  }
}

.iw-offers__list-span {
  display: block;
  font-size: 1.313rem;
}

@media screen and (max-width: 1000px) {
  .iw-offers__list-span {
    font-size: 0.9191rem;
  }
}

.iw-offers__img-container {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 1rem 0 2rem;
}

@media screen and (max-width: 1000px) {
  .iw-offers__img-container {
    left: 50%;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 0 2rem;
    position: absolute;
    top: -2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .iw-offers__img-container.iw-animate--fadeIn {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .iw-offers__img-container + .iw-offers__list {
    padding-left: 25%;
  }
}

@media screen and (max-width: 600px) {
  .iw-offers__img-container {
    opacity: .5;
  }
}

.iw-offers__img {
  height: 16em;
  width: 16em;
}

@media screen and (max-width: 1000px) {
  .iw-offers__img {
    height: 12em;
    width: 12em;
  }
}

.iw-offers__img .iw-optimized-gear {
  -webkit-animation: rotating 70s infinite linear;
          animation: rotating 70s infinite linear;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 1000px) {
  .iw-offers {
    margin: 3rem 0 0;
    position: relative;
  }
}

@media screen and (max-width: 600px) {
  .iw-offers {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3rem 0 0;
    position: relative;
  }
}

.iw-how {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3rem;
}

.iw-how__step {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0 3rem;
}

.iw-how__step [class*='iw-animate'] {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.iw-how__step:first-child {
  padding: 0 5rem 0 0;
}

.iw-how__step:first-child [class*='iw-animate'] {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.iw-how__step:last-child {
  padding: 0 0 0 5rem;
}

.iw-how__step:last-child [class*='iw-animate'] {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

@media screen and (max-width: 1000px) {
  .iw-how__step {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 auto;
    max-width: 100vw;
    width: 20em;
  }
}

.iw-how__caption {
  height: 8rem;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .iw-how__caption {
    height: auto;
  }
}

.iw-how__img {
  height: 8rem;
  width: 100%;
}

.iw-how__arrow {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 5.5rem;
}

.iw-how__arrow .iw-icon {
  height: auto;
  min-width: 4rem;
}

@media screen and (max-width: 1200px) {
  .iw-how__arrow {
    display: none;
  }
}

.iw-how__heading, .iw-how__p {
  margin: 0;
}

.iw-how__heading {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1.5rem 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .iw-how__heading {
    font-size: 1.2rem;
    white-space: normal;
  }
}

.iw-how__p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9504rem;
  font-weight: 300;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .iw-how__p {
    font-size: 0.8316rem;
  }
}

@media screen and (max-width: 1200px) {
  .iw-how {
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  .iw-how__step, .iw-how__step:first-child, .iw-how__step:last-child {
    padding: 1rem;
  }
}

.iw-social {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 54rem;
}

.iw-social__li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.iw-social__li:not(:last-child) {
  padding-right: 5rem;
}

.iw-social__a {
  display: block;
  text-decoration: none;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.iw-social__a:focus, .iw-social__a:hover {
  outline: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.iw-social__img {
  height: 3rem;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .iw-social {
    width: auto;
  }
  .iw-social__li {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .iw-social__li:not(:last-child) {
    padding-right: 2rem;
  }
  .iw-social__img {
    height: 2rem;
    width: auto;
  }
}

.iw-team {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.iw-team__item {
  padding: 0;
}

.iw-team__item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.iw-team__item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.iw-team__item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.iw-team__item:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.iw-team__item:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.iw-team__item:nth-child(odd) > .iw-team__link {
  background: #d1d2d4;
}

.iw-team__item:nth-child(odd) > .iw-team__link:focus, .iw-team__item:nth-child(odd) > .iw-team__link:hover {
  background: #c9cacd;
}

.iw-team__item:nth-child(odd) > .iw-team__link .iw-team__play {
  color: #fff;
}

.iw-team__link {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #323232;
  padding: 1rem 3rem;
  text-align: left;
  text-decoration: none;
  width: 100vw;
}

.iw-team__link:focus, .iw-team__link:hover {
  background: #f7f7f7;
  color: inherit;
  outline: 0;
}

@media screen and (max-width: 1000px) {
  .iw-team__link {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 1rem;
  }
}

.iw-team__image {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 110px;
  padding-right: 3rem;
}

@media screen and (max-width: 1000px) {
  .iw-team__image {
    padding-bottom: 1rem;
    padding-right: 0;
  }
}

.iw-team__label {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 1000px) {
  .iw-team__label {
    padding-top: .1rem;
    text-align: center;
  }
}

.iw-team__play {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  color: #d1d2d4;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.iw-team__play:hover {
  cursor: pointer;
}

.iw-team__play .iw-icon {
  height: 4rem;
  width: 5rem;
}

@media screen and (max-width: 1000px) {
  .iw-team__play {
    margin-bottom: -0.7rem;
    margin-top: 1rem;
  }
}

.iw-news {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.iw-news__item {
  padding: 0;
}

.iw-news__item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.iw-news__item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.iw-news__item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.iw-news__item:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.iw-news__item:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.iw-news__item:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.iw-news__item:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.iw-news__item:nth-child(odd) > .iw-news__link {
  background: #d1d2d4;
}

.iw-news__item:nth-child(odd) > .iw-news__link:focus, .iw-news__item:nth-child(odd) > .iw-news__link:hover {
  background: #c9cacd;
}

.iw-news__link {
  -webkit-tap-highlight-color: transparent;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #323232;
  padding: 1rem 3rem;
  text-decoration: none;
}

.iw-news__linkfocus, .iw-news__link:hover {
  background: #f7f7f7;
  color: inherit;
  outline: 0;
}

@media screen and (max-width: 1000px) {
  .iw-news__link {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 1rem 1rem;
  }
}

.iw-news__title {
  max-width: 40rem;
}

@media screen and (max-width: 1000px) {
  .iw-news__title {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin-bottom: 1rem;
    margin-left: 1rem;
    width: 80%;
  }
}

.iw-news__paper {
  margin-left: auto;
}

.iw-news__paper > .iw-icon {
  height: 2.4rem;
  width: 3rem;
}

@media screen and (max-width: 1000px) {
  .iw-news__paper {
    height: 1.8rem;
    margin-left: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .iw-news__paper > .iw-icon {
    height: 1.8rem;
    width: 2rem;
  }
}

.iw-article-header .iw-heading {
  text-align: left;
  text-transform: none;
}

.iw-article-header__box {
  padding: 2rem 0;
  position: relative;
}

.iw-article-header__box::before {
  background: #d1d2d4;
  bottom: 0;
  content: '';
  left: calc(-5vw - 3rem);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.iw-article-header__box + .iw-article-header__box {
  margin-top: 2rem;
}

@media screen and (max-width: 1000px) {
  .iw-article-header__box + .iw-article-header__box {
    margin-top: 1rem;
  }
  .iw-article-header__box::before {
    left: -1rem;
  }
}

.iw-article-header__p {
  margin: 0;
}

.iw-article-p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .iw-article-p {
    font-size: 0.8rem;
  }
}

.iw-list {
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}

.iw-list-ol {
  list-style: decimal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}

.iw-list-ul {
  list-style: bullet;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}

.iw-header--image {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/rockpile_1.jpg);
  background-attachment: fixed;
  background-size: 100vw;
background-position: top;
background-repeat: no-repeat;;
  height: 25vw;
  min-height: 10rem;
}

.iw-header--image-careers {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/flowers.jpg);
  background-attachment: fixed;
  background-size: 100vw;
background-position: top;
background-repeat: no-repeat;;
  height: 25vw;
  min-height: 10rem;
}

.iw-header--image-news {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/tree_hillside.jpg);
  background-attachment: fixed;
  background-size: 100vw;
background-position: top;
background-repeat: no-repeat;;
  height: 25vw;
  min-height: 10rem;
}

.iw-header--image-giving {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/givingback2sm.jpg);
  background-attachment: fixed;
  background-size: 100vw;
background-position: top;
background-repeat: no-repeat;;
  height: 25vw;
  min-height: 10rem;
}

.iw-header--image-whitepapers {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/seasky.jpg);
  background-attachment: fixed;
  background-size: 100vw;
background-position: top;
background-repeat: no-repeat;;
  height: 25vw;
  min-height: 10rem;
}

.iw-header--image-marketingmaterials {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/leaves_CU.jpg);
  background-attachment: fixed;
  background-size: 100vw;
background-position: top;
background-repeat: no-repeat;;
  height: 25vw;
  min-height: 10rem;
}

@media screen and (max-width: 768px) {
  .iw-header.iw-header.iw-header-phone-index::before {
    background-image: 
      linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/river_rocks_poster.jpg");
	  background-size: cover;
  }

  .iw-header.iw-header.iw-header-phone-buyer::before {
    background-image: 
      linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/waterfall_poster.jpg");
	  background-size: cover;
  }
    .iw-header.iw-header.iw-header-phone-supplier::before {
    background-image: 
      linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/green_leaves_poster.jpg");
	  background-size: cover;
  }

  .iw-header.iw-header.iw-header-phone-managedservices::before {
    background-image: 
      linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/trees_fall_poster.jpg");
	  background-size: cover;
  }
  
   .iw-header.iw-header.iw-header-phone-platform::before {
    background-image: 
      linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/wheat_poster.jpg");
	  background-size: cover;
  }
  
     .iw-header.iw-header.iw-header-phone-about::before {
    background-image: 
      linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/flyover_poster.png");
	  background-size: cover;
  }
}

/*# sourceMappingURL=main.css.map */
