﻿/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  opacity: 0.7;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.slick-prev {
  left: 16px;
}
.slick-next {
  right: 16px;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev::before {
  content: "←";
}
.slick-next::before {
  content: "→";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 30px;
}
/*.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; 
  }*/
.mfp-arrow:before {
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
/*.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; 
}*/
.mfp-arrow-left:before {
  margin-left: 25px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS43IDI4LjMiPjxwYXRoIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI2ZmZiIgZD0iTTE1LjY1NiAxLjVsLTEuNS0xLjUtMTQuMiAxNC4xIDE0LjEgMTQuMSAxLjUtMS41LTEyLjUtMTIuNiAxMi42LTEyLjZ6Ii8+PC9zdmc+') /*../images/previous.svg*/;
}
.mfp-arrow-right {
  right: 0;
}
/*.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; 
}*/
.mfp-arrow-right:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS43IDI4LjMiPjxwYXRoIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI2ZmZiIgZD0iTS0uMDMgMjYuN2wxLjUgMS41IDE0LjEtMTQuMUwxLjU3IDAgLjA3IDEuNWwxMi41IDEyLjYtMTIuNiAxMi42eiIvPjwvc3ZnPg==') /*/images/next.svg*/;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  font-size: 1.7em;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* disable gradient - can now add a transition */
/* disabled box shadow - can now add a transition */
.row {
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/*@media all and (min-width: @screen-large){
    .row{
        margin-left: -(@container-column-margin);
        margin-right: -(@container-column-margin);
    }
}*/
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
@media all and (min-width: 769px) {
  .offset-m-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 1024px) {
  .offset-l-3 {
    margin-left: 25%;
  }
}
.pull-1 {
  margin-left: -8.33333333%;
}
@media all and (min-width: 769px) {
  .pull-m-4 {
    margin-left: -33.33333333%;
  }
}
.col-1 {
  min-height: 1px;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
  width: 8.33333333%;
}
.col-8 {
  min-height: 1px;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
  width: 66.66666667%;
}
.col-m-3 {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 769px) {
  .col-m-3 {
    float: left;
    width: 25%;
  }
}
.col-m-4 {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 769px) {
  .col-m-4 {
    float: left;
    width: 33.33333333%;
  }
}
.col-m-8 {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 769px) {
  .col-m-8 {
    float: left;
    width: 66.66666667%;
  }
}
.col-m-9 {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 769px) {
  .col-m-9 {
    float: left;
    width: 75%;
  }
}
.col-l-3 {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 1024px) {
  .col-l-3 {
    float: left;
    width: 25%;
  }
}
.col-l-8 {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 1024px) {
  .col-l-8 {
    float: left;
    width: 66.66666667%;
  }
}
.col-l-9 {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 1024px) {
  .col-l-9 {
    float: left;
    width: 75%;
  }
}
.col-1 {
  background-color: lightpink;
}
.col-1 span {
  display: inline-block;
  background-color: deeppink;
  width: 100%;
}
@font-face {
  font-family: 'Calibre';
  src: url('/fonts/CalibreWeb-Regular.eot');
  src: url('/fonts/CalibreWeb-Regular.woff2') format('woff2'), url('/fonts/CalibreWeb-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url('/fonts/CalibreWeb-RegularItalic.eot');
  src: url('/fonts/CalibreWeb-RegularItalic.woff2') format('woff2'), url('/fonts/CalibreWeb-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Calibre';
  src: url('/fonts/CalibreWeb-Semibold.eot');
  src: url('/fonts/CalibreWeb-Semibold.woff2') format('woff2'), url('/fonts/CalibreWeb-Semibold.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: 'Calibre';
  src: url('/fonts/CalibreWeb-Semibold.eot');
  src: url('/fonts/CalibreWeb-Semibold.woff2') format('woff2'), url('/fonts/CalibreWeb-Semibold.woff') format('woff');
  font-weight: bold;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1 {
  font-size: 3em;
  font-weight: 600;
}
h2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.167;
  margin: 2em 0 1.3em;
}
.intro p {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.167;
}
p {
  font-size: 2em;
  line-height: 1.4;
}
nav ul li {
  font-size: 2em;
  font-weight: 600;
}
.hero-text p {
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.2;
}
.home-subheading {
  font-size: 2.4em;
  font-weight: 500;
}
.body-text ul {
  margin: 0;
  padding: 0 0 0 2.15em;
}
.body-text ul li {
  font-size: 2em;
}
@media all and (min-width: 769px) {
  .home-heading {
    font-size: 7.6em;
    line-height: 1;
  }
  .home-subheading {
    font-size: 3.2em;
  }
  h1 {
    font-size: 3.6em;
  }
  h2 {
    font-size: 2.4em;
  }
  .intro p {
    font-size: 2.6em;
  }
  .hero-text p {
    font-size: 8.2em;
    font-weight: 600;
  }
}
.primary-color {
  color: #F9423A;
}
.text-bold {
  font-weight: bold;
}
.text-std {
  font-size: 20px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Calibre', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  color: #4d4d4d;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #F9423A;
  text-decoration: none;
  /*&:focus {
    .tab-focus();
  }*/
}
a:hover,
a:focus {
  color: #565656;
  text-decoration: underline;
}
/* START: Version 2 stles*/
.fixed-nav {
  margin-top: 76px;
}
.bg-red {
  background-color: #F9423A;
}
.heading-panel {
  padding-top: 80px;
  padding-bottom: 40px;
}
.image-stripe {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 182px;
}
.tall-stripe {
  height: 300px;
}
.content-block {
  background-color: #fff;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  z-index: 20;
}
@media all and (min-width: 769px) {
  .content-block {
    padding: 90px 0;
  }
}
.base-307fe2 h1,
.base-307fe2 h2,
.base-307fe2 .btn-as-link {
  color: #307FE2;
}
.base-2cd5c4 h1,
.base-2cd5c4 h2,
.base-2cd5c4 .btn-as-link {
  color: #2CD5C4;
}
.base-f9423a h1,
.base-f9423a h2,
.base-f9423a .btn-as-link {
  color: #F9423A;
}
.base-ffb500 h1,
.base-ffb500 h2,
.base-ffb500 .btn-as-link {
  color: #FFB500;
}
.base-ff5e00 h1,
.base-ff5e00 h2,
.base-ff5e00 .btn-as-link {
  color: #FF5E00;
}
.btn-as-link {
  border: none;
  background: transparent;
  font-size: 2em;
  text-decoration: underline;
}
.action-link {
  border: none;
  background: transparent;
  text-decoration: underline;
}
.body-text .back,
.back,
.container a.back {
  font-size: 2em;
  color: #4d4d4d;
  text-decoration: none;
}
.body-text .back:hover,
.back:hover,
.container a.back:hover,
.body-text .back:focus,
.back:focus,
.container a.back:focus {
  color: #4d4d4d;
  text-decoration: none;
}
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 30;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.alt-text {
  color: #978B83;
}
.header-default {
  padding-top: 40px;
}
.header-default h1 {
  color: #F9423A;
  margin: 16px 0;
}
.header-default .anchor-bottom {
  margin: 16px 0;
}
@media all and (min-width: 769px) {
  .header-default {
    padding-top: 80px;
  }
}
.anchor-bottom {
  position: absolute;
  bottom: 4px;
}
@media all and (min-width: 768px) {
  /*.row{    
        margin-left: -@standard-padding-size;
        margin-right: -@standard-padding-size;
    }*/
  .article-sm-col {
    margin-left: 25%;
    padding-left: 16px;
  }
}
@media all and (min-width: 1024px) {
  .article-md-col {
    margin-left: 25%;
    padding-left: 16px;
  }
}
@media all and (min-width: 1056px) {
  .container {
    padding: 0;
  }
}
/* END: version 2 styles */
section:before,
section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
/*.section-inner{
    background-color: #fff;
    position: relative;
    z-index: 30;
}*/
/*article{
    margin: 0 16px;    
}*/
.error .body-text {
  margin-top: 128px;
}
.body-text {
  padding-bottom: 64px;
  /*& > h1 {
        display: none;
    }*/
}
.body-text:before,
.body-text:after {
  content: " ";
  display: table;
}
.body-text:after {
  clear: both;
}
.body-text a {
  color: #F9423A;
  text-decoration: underline;
}
.hero-image {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: unset;
  width: 100%;
  position: relative;
}
.hero-text {
  position: relative;
  z-index: 10;
  display: none;
}
.hero-text p {
  color: #fff;
  max-width: 1024px;
  text-align: center;
}
.hero-text > div {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-flexbox .hero-text > div {
  display: table;
  width: 100%;
}
.no-flexbox .hero-text > div > p {
  display: table-cell;
  vertical-align: middle;
}
.section-header {
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.section-header h1 {
  margin: 0;
  padding: 64px 16px;
}
.section-header:hover h1,
.section-header:focus h1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.blue {
  color: #307FE2;
}
.teal {
  color: #2CD5C4;
}
.red {
  color: #F9423A;
}
.yellow {
  color: #FFB500;
}
.orange {
  color: #FF5E00;
}
@media all and (min-width: 769px) {
  .section-header {
    display: none;
  }
  .hero-text {
    display: block;
  }
  article:before,
  article:after {
    content: " ";
    display: table;
  }
  article:after {
    clear: both;
  }
  article h1 {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .content-block {
    display: block;
  }
  /*.body-text{
        & > h1 {
            display: block;
        }
    }*/
}
@media all and (min-width: 1024px) {
  /*.expanding-content,
        .video-content{
            margin-left: @extended-row-offset;
        }*/
}
#top-banner {
  height: 870px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#top-banner .overlay {
  height: 300px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #F9423A 100%);
  opacity: 0.5;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#top-banner .container {
  height: 100%;
}
#top-banner .container .row {
  height: 100%;
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  #top-banner .container .row {
    align-items: flex-end;
  }
}
#top-banner .container .row .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media all and (min-width: 769px) {
  #top-banner .container .row .content {
    flex-direction: row;
  }
}
#top-banner .container .row .content .left-column {
  text-align: center;
}
@media all and (min-width: 769px) {
  #top-banner .container .row .content .left-column {
    text-align: left;
    width: 60%;
  }
}
#top-banner .container .row .content .left-column h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 54px;
}
#top-banner .container .row .content .left-column p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 62px;
}
#top-banner .container .row .content .left-column #scroll-more {
  margin-left: 46px;
  position: relative;
}
#top-banner .container .row .content .left-column #scroll-more:before {
  display: block;
  content: ' ';
  background-image: url("/images/Icons/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  left: -48px;
  top: 2px;
  position: absolute;
}
#top-banner .container .row .content .right-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-banner .container .row .content .right-column ul {
  list-style: none;
}
#top-banner .container .row .content .right-column ul li:first-of-type {
  margin-bottom: 24px;
}
#top-banner .container .row .content .right-column ul a {
  display: block;
}
#introduction-section {
  margin-bottom: 120px;
  margin-top: 140px;
}
#introduction-section h1 {
  margin: 0;
}
#introduction-section h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
#introduction-section p {
  width: 50%;
  line-height: 30px;
  margin-bottom: 40px;
}
@media all and (min-width: 769px) {
  #introduction-section {
    position: relative;
  }
  #introduction-section::before {
    display: block;
    content: ' ';
    background-image: url('../images/pattern.svg');
    background-size: 340px 267px;
    height: 175px;
    width: 339px;
    bottom: -130px;
    left: -170px;
    position: absolute;
    z-index: -1;
  }
  #introduction-section::after {
    display: block;
    content: ' ';
    background-image: url('../images/pattern.svg');
    background-size: 370px 270px;
    height: 300px;
    width: 170px;
    bottom: -150.5px;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}
#subscription-section h4 {
  margin-bottom: 24px;
  font-size: 30px;
}
#subscription-section p {
  padding: 0 16px;
  margin-bottom: 40px;
  color: #000000;
}
@media all and (min-width: 769px) {
  #subscription-section p {
    width: 50%;
    padding: 0;
  }
}
#features-section {
  padding: 16px;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  #features-section {
    padding: 0;
  }
}
#features-section h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#features-section h3.maori {
  margin-top: 0;
  margin-bottom: 120px;
}
#features-section .feature-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 125px;
}
@media all and (min-width: 769px) {
  #features-section .feature-item {
    flex-direction: row;
  }
}
@media all and (min-width: 769px) {
  #features-section .feature-item:first-of-type {
    position: relative;
  }
  #features-section .feature-item:first-of-type::before {
    display: block;
    content: ' ';
    background-image: url('../images/shape-top-red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 553px;
    width: 553px;
    top: 10%;
    left: -33%;
    position: absolute;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: -1;
  }
  #features-section .feature-item:nth-of-type(2) {
    position: relative;
  }
  #features-section .feature-item:nth-of-type(2)::after {
    display: block;
    content: ' ';
    background-image: url('../images/shape-triangle-blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 553px;
    width: 553px;
    top: 10%;
    left: 85%;
    position: absolute;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: -1;
  }
}
@media all and (min-width: 769px) {
  #features-section .feature-item.right {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 769px) {
  #features-section .feature-item.right .feature-details {
    padding: 0 16px;
  }
}
@media all and (min-width: 1024px) {
  #features-section .feature-item.right .feature-details {
    padding-right: 90px;
    padding-left: 128px;
  }
}
@media all and (min-width: 769px) {
  #features-section .feature-item.left .feature-details {
    padding: 0 16px;
  }
}
@media all and (min-width: 1024px) {
  #features-section .feature-item.left .feature-details {
    padding-left: 90px;
    padding-right: 128px;
  }
}
#features-section .feature-item .feature-img {
  padding: 16px 0px;
  text-align: center;
}
@media all and (min-width: 769px) {
  #features-section .feature-item .feature-img {
    padding: 0;
    text-align: initial;
    min-width: 640px;
  }
}
#features-section .feature-item .feature-img img {
  width: 100%;
}
#features-section .feature-item .feature-details {
  justify-content: flex-end;
  padding: 16px 0px;
}
#features-section .feature-item .feature-details span,
#features-section .feature-item .feature-details p {
  color: #000000;
  line-height: 30px;
}
.btn {
  padding: 12px 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.btn.primary-btn {
  background-color: #F9423A;
  color: #fff;
}
.btn.solid-btn {
  padding: 12px 84px;
  color: #F9423A;
  border: #fff solid;
  background-color: #fff;
}
.btn.solid-btn:hover {
  background-color: transparent;
  color: #fff;
}
.btn.clear-btn {
  padding: 12px 84px;
  color: #fff;
  border: solid;
}
.btn.clear-btn:hover {
  color: #F9423A;
  border-color: #fff;
  background-color: #fff;
}
.header-lg {
  font-size: 64px;
}
.header-md {
  font-size: 48px;
}
.text-normal {
  font-weight: normal;
}
.text-center {
  text-align: center;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-column {
  flex-direction: column;
}
.header.desktop-nav {
  display: none;
  position: static;
  box-shadow: none;
}
@media all and (min-width: 769px) {
  .header.desktop-nav {
    display: block;
    position: static;
    box-shadow: none;
  }
  .header.desktop-nav.fixed-top {
    position: fixed;
  }
}
.header.desktop-nav .brand {
  display: block;
}
.mobile-nav {
  display: block;
}
@media all and (min-width: 769px) {
  .mobile-nav {
    display: none;
  }
}
.header {
  height: 76px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
.header > div {
  background-color: #fff;
}
.header nav ul li span {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
nav {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  display: none;
  margin-top: 76px;
  padding: 32px 32px 32px;
  clear: left;
}
nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: block;
  margin-bottom: 15px;
  order: 2;
}
nav ul li a {
  color: #F9423A;
}
nav ul li a:hover {
  color: #F9423A;
  text-decoration: none;
}
nav ul li a:hover:after {
  content: '';
  display: block;
  height: 1px;
  border-top: 1px solid #F9423A;
}
nav ul li a:focus,
nav ul li a:active {
  outline: none;
  color: #F9423A;
  text-decoration: none;
}
nav ul li .nav-search {
  margin-top: 15px;
}
nav ul li:last-child {
  order: 1;
}
nav ul li a:after {
  content: '';
  display: block;
  height: 1px;
  border-top: 1px solid transparent;
}
nav ul li.active a:after {
  content: '';
  display: block;
  height: 1px;
  border-top: 1px solid #F9423A;
}
.sticky-logo {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: -1px;
}
.sticky-logo .large-logo {
  display: inline-block;
  height: 232px;
  pointer-events: auto;
  width: 232px;
}
.sticky-logo a {
  display: inline-block;
  height: 232px;
  width: 232px;
}
.sticky-logo a:hover,
.sticky-logo a:focus {
  outline: none;
}
.sticky-logo img {
  height: 240px;
  width: auto;
}
.sticky-logo .brand-bg {
  transition: all 0.2s ease-in;
}
.sticky-logo.fixed-logo {
  position: fixed;
  top: -155px;
}
.sticky-logo.fixed-logo .brand-bg {
  fill: #F9423A;
}
.sticky-logo.fixed-logo .brand-text {
  fill: #fff;
}
.brand {
  position: absolute;
  left: 0;
  top: 0;
}
.brand .short-logo {
  height: 76px;
  left: -4px;
  position: relative;
  width: 160px;
}
.brand .short-logo img {
  height: 76px;
  width: 170px;
}
.brand .short-logo a:hover,
.brand .short-logo a:focus {
  outline: none;
}
.burger {
  float: right;
  display: block;
  width: 32px;
  height: 30px;
  margin: 25px 16px 0 0;
  text-indent: -20em;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  position: relative;
}
.burger span.bar {
  border: 3px solid #F9423A;
  display: block;
}
.burger span.bar:before,
.burger span.bar:after {
  content: '';
  border: 3px solid #F9423A;
  position: absolute;
  display: block;
  width: 32px;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.burger span.bar:before {
  top: 0;
}
.burger span.bar:after {
  bottom: 0;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #nav {
  display: block;
}
input[type=checkbox]:checked ~ .burger span.bar:before {
  top: 12px;
}
input[type=checkbox]:checked ~ .burger span.bar:after {
  bottom: 12px;
}
@media all and (min-width: 769px) {
  .header > div {
    background-color: transparent;
  }
  .brand {
    float: left;
    width: 160px;
  }
  .burger {
    display: none;
  }
  nav {
    box-shadow: none;
    clear: unset;
    display: block;
    margin-right: 16px;
    margin-left: 168px;
    margin-top: 0;
    padding: 0 16px;
  }
  nav ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 76px;
    align-items: center;
  }
  nav ul li {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    order: 1 !important;
  }
  nav ul li .nav-search {
    margin-top: 0;
  }
  .no-flexbox nav ul {
    display: block;
    padding: 28px 0;
    float: right;
  }
  .no-flexbox nav ul li {
    padding-left: 32px;
  }
}
@media all and (min-width: 1024px) {
  .brand {
    display: none;
  }
  nav {
    margin-left: 25%;
  }
  .with-short-logo .brand {
    display: block;
    padding-left: 16px;
  }
  .sticky-logo {
    visibility: visible;
    z-index: 101;
  }
}
@media all and (min-width: 1045px) {
  nav {
    margin-right: 0;
  }
}
.expanding-content {
  padding: 32px 0;
}
.expandable-row {
  overflow: hidden;
  margin-top: 20px;
}
.expandable-row .title {
  border-top: 1px solid #E1DDDB;
  cursor: pointer;
  padding-top: 15px;
}
.expandable-row .title h2 {
  margin: 10px 0;
  position: relative;
}
.expandable-row .title h2:before {
  content: ' ';
  background: url(/images/cross.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  height: 19px;
  width: 19px;
  transform: rotate(0);
  transition: all 0.4s linear;
}
.expandable-row .title.expanded h2:before {
  content: ' ';
  background: url(/images/cross.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  height: 19px;
  width: 19px;
  transform: rotate(45deg);
}
.expandable-row .expandable {
  display: none;
  overflow: hidden;
  padding-top: 20px;
}
.expandable-row .expand-content {
  padding-bottom: 10px;
}
.tile-grid {
  padding: 0 0 72px;
  /*.tile:nth-child(6n - 7){
        background-color: @wai-gray;
        h4:after{
            .fadeOut(@wai-gray);
        }
        a{
            &:hover{
                background-color: @wai-gray-overlay;
                h4:after{
                    .fadeOut(@wai-gray-overlay);
                }
            }
        }
    }*/
}
.tile-grid:before,
.tile-grid:after {
  content: " ";
  display: table;
}
.tile-grid:after {
  clear: both;
}
.tile-grid .tile {
  margin: 1px;
  width: 100%;
  float: left;
}
.tile-grid .tile a {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.tile-grid .tile a:hover,
.tile-grid .tile a:focus {
  outline: none;
}
.tile-grid .tile-inner {
  height: auto;
  overflow: hidden;
  position: relative;
}
.tile-grid .tile-content {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.tile-grid .tile:nth-child(5n - 9) {
  background-color: #2CD5C4;
  /*h4:after{
            .fadeOut(@wai-teal);
        }
        .date-time{
            .shadowFade(@wai-teal);
        }*/
}
.tile-grid .tile:nth-child(5n - 9) a:hover {
  background-color: #115750;
  /*.date-time{
                    .shadowFade(@wai-teal-overlay);
                }
                h4:after{
                    .fadeOut(@wai-teal-overlay);
                }*/
}
.tile-grid .tile:nth-child(5n - 8) {
  background-color: #F9423A;
  /*h4:after{
            .fadeOut(@wai-red);
        }
        .date-time{
            .shadowFade(@wai-red);                                
        }*/
}
.tile-grid .tile:nth-child(5n - 8) a:hover {
  background-color: #950b05;
  /*.date-time{
                    .shadowFade(@wai-red-overlay);
                }

                h4:after{
                    .fadeOut(@wai-red-overlay);
                }*/
}
.tile-grid .tile:nth-child(5n - 7) {
  background-color: #307FE2;
  /*h4:after{
            .fadeOut(@wai-blue);
        }
        .date-time{
            .shadowFade(@wai-blue);
        }*/
}
.tile-grid .tile:nth-child(5n - 7) a:hover {
  background-color: #0f376a;
  /*.date-time{
                    .shadowFade(@wai-blue-overlay);
                }
                h4:after{
                    .fadeOut(@wai-blue-overlay);
                }*/
}
.tile-grid .tile:nth-child(5n - 6) {
  background-color: #FFB500;
  /*h4:after{
            .fadeOut(@wai-yellow);
        }
        .date-time{
            .shadowFade(@wai-yellow);
        }*/
}
.tile-grid .tile:nth-child(5n - 6) a:hover {
  background-color: #664800;
  /*.date-time{
                    .shadowFade(@wai-yellow-overlay);
                }
                h4:after{
                    .fadeOut(@wai-yellow-overlay);
                }*/
}
.tile-grid .tile:nth-child(5n) {
  background-color: #FF5E00;
  /*h4:after{
            .fadeOut(@wai-orange);
        }
        .date-time{
            .shadowFade(@wai-orange);
        }*/
}
.tile-grid .tile:nth-child(5n) a:hover {
  background-color: #662600;
  /*.date-time{
                    .shadowFade(@wai-orange-overlay);
                }
                
                h4:after{
                    .fadeOut(@wai-orange-overlay);
                }*/
}
.tile-grid .tile.inactive {
  background-color: #F0EEED;
  /*h4:after{
            .fadeOut(@wai-inactive);
        }
        .date-time{
            .shadowFade(@wai-inactive);
        }*/
}
.tile-grid .tile.inactive a {
  color: #C4BCB7;
}
.tile-grid .tile.inactive a:hover {
  color: #E1DDDb;
  background-color: #978b83;
  /*.date-time{
                    .shadowFade(@wai-inactive-overlay);
                }

                h4:after{
                    .fadeOut(@wai-inactive-overlay);
                }*/
}
.tile-grid .tile.shape {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: 100%;
  background-position-y: 100%;
}
.tile-grid .tile.shape-top-01 {
  background-image: url(/images/shape-top-01.svg);
}
.tile-grid .tile.shape-end-01 {
  background-image: url(/images/shape-end-01.svg);
}
.tile-grid .tile.shape-end-02 {
  background-image: url(/images/shape-end-02.svg);
}
.tile-grid .tile.shape-end-03 {
  background-image: url(/images/shape-end-03.svg);
}
.tile-grid .tile.shape-end-04 {
  background-image: url(/images/shape-end-04.svg);
}
.tile-grid .tile.shape-end-05 {
  background-image: url(/images/shape-end-05.svg);
}
.tile-grid dl {
  font-size: 2em;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 16px;
}
.tile-grid dt {
  height: 60%;
  line-height: 1.15;
  margin: 0;
  margin-bottom: 12px;
  padding: 0 24px 0 0;
  position: relative;
  overflow: hidden;
  /*This is will used to hold a background gradient used to fade out the text if it overflows. */
}
.tile-grid dt:after {
  content: '';
  bottom: 0;
  display: block;
  height: 25%;
  position: absolute;
  width: 100%;
}
.tile-grid dd {
  margin: 0;
  padding: 0;
}
.tile-content a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 10px;
}
.tile-content a:hover,
.tile-content a:focus,
.tile-content a:active {
  color: #fff;
  text-decoration: none;
}
.tile-content a span {
  font-size: 1.7em;
}
.tile-content a h4 {
  font-size: 1.7em;
  font-weight: 600;
  height: 4.6em;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.tile-content a h4:after {
  content: '';
  bottom: -5px;
  display: block;
  height: 25%;
  position: absolute;
  width: 100%;
}
.tile-content a .date-time {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 8px;
}
.tile-content a .date-time span {
  display: block;
  line-height: 1;
}
@media all and (min-width: 500px) {
  .tile-grid .tile {
    width: 50%;
    width: calc(50% - 2px);
  }
  .tile-grid .tile-inner {
    padding-bottom: 100%;
    height: 0;
  }
  .tile-grid .tile-content {
    position: absolute;
  }
}
@media all and (min-width: 700px) {
  .tile-grid .tile {
    width: 33.33333%;
    width: calc(33.333333% - 2px);
  }
}
@media all and (min-width: 960px) {
  .tile-grid .tile {
    width: 20%;
    width: calc(20% - 2px);
  }
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.5);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 32px 64px 32px 32px;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
.event-item {
  padding: 70px 0 90px;
}
.event-item h1 {
  color: #F9423A;
  margin: 16px 0;
}
.event-item .overview {
  margin-top: 30px;
}
.event-item .byline {
  font-style: italic;
  margin: 0;
}
.event-item a {
  color: #F9423A;
  text-decoration: underline;
}
.event-item a:hover {
  color: #950b05;
}
.event-item .datetime {
  font-weight: 700;
}
.event-item .datetime p {
  margin: 0;
}
footer {
  padding-top: 90px;
  margin-bottom: 120px;
}
footer .footer-logo {
  display: none;
}
@media all and (min-width: 769px) {
  footer .footer-logo {
    width: 260px;
    display: block;
  }
}
footer .footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .contact {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 769px) {
  footer .contact {
    text-align: right;
  }
}
footer .contact .email-container {
  margin-bottom: 40px;
}
footer .contact .email-container .email-text {
  font-size: 30px;
}
footer .contact .email-container .email-text:hover {
  color: #F9423A;
}
footer .contact .social-links {
  margin-bottom: 140px;
}
footer .contact .social-links a:not(:last-of-type) {
  margin-right: 40px;
}
@media all and (min-width: 769px) {
  footer {
    position: relative;
  }
  footer::after {
    display: block;
    content: ' ';
    background-image: url('../images/pattern.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 255px;
    width: 340px;
    bottom: -70%;
    left: 35%;
    position: absolute;
    z-index: -1;
  }
}
.icon {
  display: inline-block;
  height: 35px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: left center;
  margin-right: 8px;
  vertical-align: middle;
}
.icon-facebook {
  background-image: url(/images/Logos/Facebook.svg);
  left: -5px;
  position: relative;
  margin-right: 0;
}
.icon-twitter {
  background-image: url(/images/Logos/Twitter.svg);
  width: 34px;
  background-size: 34px;
}
.icon-youtube {
  background-image: url(/images/Logos/Youtube.svg);
  background-size: 40px;
  width: 40px;
}
.icon-pinterest {
  background-image: url(/images/Logos/Pinterest.svg);
  background-size: 30px;
  width: 30px;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: 95%;
    margin: 0 auto;
  }
  h1 {
    page-break-before: always;
  }
  .hero-text p {
    font-size: 3em;
  }
  /* these might work */
  .header {
    position: static;
  }
  .header .brand {
    display: block;
  }
  .header nav {
    display: none;
  }
  .expandable-row .expandable {
    display: block !important;
  }
  .section-header {
    display: none;
  }
  .tile-grid {
    padding: 0 0 64px;
    margin: 0;
  }
  .tile-grid .tile.shape {
    display: none;
  }
  .tile-grid .tile {
    width: 100%;
    float: none;
  }
  .tile-grid .tile-inner {
    padding-bottom: 0;
    height: auto;
  }
  .tile-grid .tile-content {
    position: relative;
  }
  .tile-content a {
    padding: 16px 0;
  }
  .tile-content a h4 {
    height: auto;
  }
  .tile-content a span ~ span {
    position: relative;
    bottom: 0;
  }
  .hero-text {
    display: block;
  }
  .hero-image,
  .scrollmagic-pin-spacer {
    display: none !important;
  }
  article,
  article .expanding-content {
    margin-left: 0 ;
  }
  article:before,
  article:after {
    content: " ";
    display: table;
  }
  article:after {
    clear: both;
  }
  article h1 {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .content-block {
    display: block;
  }
  .body-text > h1 {
    display: block;
  }
  footer .footer-middle {
    display: block;
    padding: 32px 0 64px;
  }
  footer .footer-middle h1 {
    display: block;
  }
  footer h1,
  footer .main-contact,
  footer .footer-bottom p,
  .social-links {
    margin-left: 0;
  }
}
.thumb-grid {
  text-align: center;
}
.thumb-grid:before,
.thumb-grid:after {
  content: " ";
  display: table;
}
.thumb-grid:after {
  clear: both;
}
.thumb-link {
  margin-bottom: 16px;
}
.thumb-link img {
  backface-visibility: hidden;
  max-width: 100%;
  transition: all 0.2s ease-out;
}
.thumb-link p {
  margin: 0;
  font-weight: 700;
}
.thumb-link a {
  color: #4d4d4d;
}
.thumb-link a:hover,
.thumb-link a:focus {
  color: #F9423A;
  outline: none;
  text-decoration: none;
}
.thumb-link a:hover img,
.thumb-link a:focus img {
  opacity: 0.8;
}
@media all and (min-width: 500px) {
  .thumb-grid {
    text-align: left;
    margin-left: -16px;
    margin-right: -16px;
  }
  .thumb-link {
    margin-bottom: 32px;
    width: 50%;
    float: left;
    padding: 0 16px;
  }
  .thumb-link:nth-child(2n+1) {
    clear: left;
  }
}
/* Slider overrides */
.gallery {
  position: relative;
}
/*.slides-container{
    overflow: hidden;
}*/
.slider-view button:focus,
.slider-view button:hover,
.slider-view a:focus,
.slider-view a:hover,
.slider-view a:active {
  outline: none;
  text-decoration: none;
}
.slider-view a:hover {
  cursor: zoom-in;
}
.slider-view img {
  width: inherit;
}
.slides-captions p {
  margin: 0;
}
.slides-captions .slide-caption {
  opacity: 0;
  padding: 0;
  visibility: hidden;
  height: 0;
}
.slides-captions .slide-caption.active {
  background-color: #978B83;
  color: #fff;
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 8px 16px;
}
@media all and (min-width: 769px) {
  .slides-captions {
    position: absolute;
    width: 41%;
    left: -41%;
    top: 0;
  }
  .slides-captions .slide-caption.active {
    background-color: transparent;
    color: #4d4d4d;
    padding: 0 32px 0 16px;
  }
}
.slider-nav {
  overflow: hidden;
  margin-top: 16px;
}
.slider-nav img {
  max-width: 100%;
}
.slider-nav img:focus {
  outline: none;
}
.slider-nav img:hover {
  cursor: pointer;
}
.slider-nav .slick-slide {
  margin: 0 8px;
}
.slider-nav .slick-slide:focus {
  outline: none;
}
.slider-nav .slick-list {
  margin: 0 -8px;
}
.slider-view .slick-prev:hover,
.slider-view .slick-next:hover {
  opacity: 1;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 48px;
  margin-top: -24px;
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 30px;
}
.slick-prev::before {
  content: ' ';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS43IDI4LjMiPjxwYXRoIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI2ZmZiIgZD0iTTE1LjY1NiAxLjVsLTEuNS0xLjUtMTQuMiAxNC4xIDE0LjEgMTQuMSAxLjUtMS41LTEyLjUtMTIuNiAxMi42LTEyLjZ6Ii8+PC9zdmc+') /*../images/previous.svg*/;
}
.slick-next::before {
  content: ' ';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS43IDI4LjMiPjxwYXRoIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI2ZmZiIgZD0iTS0uMDMgMjYuN2wxLjUgMS41IDE0LjEtMTQuMUwxLjU3IDAgLjA3IDEuNWwxMi41IDEyLjYtMTIuNiAxMi42eiIvPjwvc3ZnPg==') /*/images/next.svg*/;
}
.video-wrapper {
  overflow: hidden;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container img {
  max-width: 100%;
}
.video-container .icon-play {
  font-size: 64px;
  transition: all 0.2s ease-out;
}
.video-container a:hover .icon-play {
  color: #F9423A;
}
.video-row:before,
.video-row:after {
  content: " ";
  display: table;
}
.video-row:after {
  clear: both;
}
.video-row .video-thumb-wrapper {
  background-color: #555;
  float: left;
  margin-top: 19px;
  width: 140px;
  margin-bottom: 28px;
}
.video-row .video-thumb {
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
}
.video-row .video-thumb img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
}
.video-row .video-summary {
  padding-left: 16px;
  overflow: hidden;
}
.icon-play {
  color: #fff;
  font-size: 30px;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.resource-list {
  margin-top: 40px;
}
.resource-list .group-item {
  margin-bottom: 32px;
}
.resource-list h2 {
  border-top: 4px solid;
  color: #4d4d4d;
  margin: 0;
  padding-top: 8px;
}
.resource-list p {
  margin: 0.5em 0;
  line-height: 1.2;
}
.resource-list a {
  color: #F9423A;
}
.resource-list a span {
  border-bottom: 1px solid #F9423A;
}
.resource-list a:hover,
.resource-list a:focus,
.resource-list a:active {
  text-decoration: none;
}
.resource-group-page .resources {
  margin-top: 30px;
}
.resource-group-page .side-nav {
  margin-top: 3px;
}
.resource-group-page .side-nav p {
  text-indent: -18px;
  padding-left: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 26px 0;
}
.resource-group-page .anchor-bottom {
  position: relative;
}
.resource-group-page .resource-item {
  border-top: 2px solid #E1DDDB;
}
.resource-group-page .resource-item h2 {
  color: #4d4d4d;
  margin: 24px 0 2px;
}
.resource-group-page .resource-item h4 {
  color: #F9423A;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
}
.resource-group-page .resource-item p {
  color: #978B83;
  margin: 10px 0 28px;
}
.resource-group-page .resource-item .icon {
  transition: all 0.2s ease-out;
}
.resource-group-page .resource-item a:hover,
.resource-group-page .resource-item a:focus,
.resource-group-page .resource-item a:active {
  text-decoration: none;
  outline: none;
}
.resource-group-page .resource-item a:hover h2,
.resource-group-page .resource-item a:focus h2,
.resource-group-page .resource-item a:active h2 {
  color: #F9423A;
}
.resource-group-page .resource-item a:hover .icon,
.resource-group-page .resource-item a:focus .icon,
.resource-group-page .resource-item a:active .icon {
  color: #F9423A;
}
@media all and (min-width: 769px) {
  .resource-list h2 {
    border-top: 4px solid;
    color: #4d4d4d;
    margin: 0;
    padding-top: 8px;
    font-size: 24px;
    line-height: 28px;
  }
  .resource-list .resource-group {
    margin-bottom: 32px;
  }
  .resource-list .resource-group:before,
  .resource-list .resource-group:after {
    content: " ";
    display: table;
  }
  .resource-list .resource-group:after {
    clear: both;
  }
  .resource-list .col-sm-3:nth-child(3n+1) {
    clear: left;
  }
  .resource-group-page .anchor-bottom {
    position: absolute;
  }
  .heading-lines-2 h2 {
    min-height: 68px;
  }
  .heading-lines-3 h2 {
    min-height: 96px;
  }
  .heading-lines-4 h2 {
    min-height: 124px;
  }
  .heading-lines-5 h2 {
    min-height: 152px;
  }
  .heading-lines-6 h2 {
    min-height: 180px;
  }
}
.icon.icon-back {
  width: 8px;
  height: 13px;
  vertical-align: top;
  margin-right: 2px;
}
.external:after {
  content: url(/images/external-link.svg);
  padding-left: 5px;
}
.download:after {
  content: url(/images/download.svg);
  padding-left: 5px;
}
.icon-play {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.icon-play .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.tile-list dt {
  font-size: 2.6em;
  font-weight: 700;
}
.tile-list dd {
  color: #978B83;
  font-size: 2em;
  margin: 0;
}
.tile-list dd span {
  font-size: inherit;
}
.tile-list dd.category {
  color: #F9423A;
  text-transform: capitalize;
}
.tile-list .tile-content a {
  padding: 20px 0 24px;
  border-top: 2px solid #E1DDDB;
  color: #4d4d4d;
}
.tile-list .tile-content a:hover,
.tile-list .tile-content a:focus {
  outline: none;
  color: #4d4d4d;
}
.tile-list .tile-content a:hover dt,
.tile-list .tile-content a:focus dt {
  color: #F9423A;
}
.filter p {
  font-weight: 400;
  margin: 0;
}
.filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter ul li {
  font-size: 2em;
  font-weight: 700;
  margin: 10px 0;
}
aside {
  display: none;
}
aside a {
  color: #4d4d4d;
}
aside a:hover,
aside a:focus,
aside a:active {
  outline: none;
  text-decoration: none;
}
aside a:hover,
aside a:focus {
  color: #F9423A;
}
aside .active {
  color: #F9423A;
}
@media all and (min-width: 769px) {
  aside {
    display: block;
  }
}
::-webkit-input-placeholder {
  color: #F9423A;
}
::-moz-placeholder {
  color: #F9423A;
}
:-ms-input-placeholder {
  color: #F9423A;
}
:-moz-placeholder {
  color: #F9423A;
}
::placeholder {
  color: #F9423A;
}
.nav-search {
  max-width: 260px;
  overflow: hidden;
  position: relative;
}
.nav-search input {
  border: none;
  border-bottom: 1px solid #F9423A;
  border-radius: 0;
  box-sizing: border-box;
  height: 24px;
  padding-left: 0;
  padding-right: 20px;
  width: 100%;
  -webkit-appearance: none;
}
.nav-search input:focus {
  outline: none;
}
.nav-search label {
  opacity: 0;
  position: absolute;
  font-size: 0;
  z-index: -1;
}
.nav-search button {
  background-color: transparent;
  border: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-search button span {
  position: absolute;
  opacity: 0;
  font-size: 0;
}
.nav-search button span.icon-search {
  font-size: 1em;
  position: relative;
  opacity: 1;
}
@media all and (min-width: 769px) {
  .nav-search {
    max-width: 150px;
  }
}
.inline-search-box {
  width: 100%;
  margin-top: 55px;
  position: relative;
  overflow: hidden;
}
.inline-search-box input {
  background-color: #E1DDDB;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #4d4d4d;
  font-size: 2em;
  padding: 6px 24px 6px 10px;
  width: 100%;
  -webkit-appearance: none;
}
.inline-search-box input:focus {
  outline: none;
}
.inline-search-box button {
  background-color: #F9423A;
  border: none;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}
.inline-search-box button:hover {
  background-color: #950b05;
}
.inline-search-results {
  padding-bottom: 100px;
}
.inline-search-results .tile-list {
  margin-top: 60px;
}
@media all and (min-width: 560px) {
  .inline-search-box {
    width: 75%;
  }
}
.mc-form form {
  display: block;
  position: relative;
  text-align: left;
  padding: 0;
}
.mc-form input {
  border: 1px solid #E1DDDB;
  border-radius: 0;
  font-size: 2em;
  -webkit-appearance: none;
}
.mc-form input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.mc-form input[type=radio] {
  -webkit-appearance: radio;
}
.mc-form input:focus {
  outline: 1px solid #4d4d4d;
  border-color: #4d4d4d;
}
.mc-form .button {
  clear: both;
  background-color: #F9423A;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-weight: 600;
  height: 48px;
  line-height: 49px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
.mc-form #mc_embed_signup .button:hover {
  background-color: #777;
}
.mc-form #mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 0;
}
.mc-form .small-meta {
  font-size: 11px;
}
.mc-form .nowrap {
  white-space: nowrap;
}
.mc-form .mc-field-group {
  clear: left;
  position: relative;
  width: 100%;
  padding-bottom: 2em;
  min-height: 50px;
}
.mc-form .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
.mc-form .mc-field-group label {
  display: block;
  font-size: 2em;
  margin-bottom: 3px;
}
.mc-form .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
.mc-form .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}
.mc-form .datefield,
.mc-form .phonefield-us {
  padding: 5px 0;
}
.mc-form .datefield input,
.mc-form .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}
.mc-form .phonefield-us .phonearea input,
.mc-form .phonefield-us .phonedetail1 input {
  width: 40px;
}
.mc-form .datefield .monthfield input,
.mc-form .datefield .dayfield input {
  width: 30px;
}
.mc-form .datefield label,
.mc-form .phonefield-us label {
  display: none;
}
.mc-form .indicates-required {
  float: right;
  font-size: 2em;
  line-height: 48px;
}
.mc-form .asterisk {
  font-weight: normal;
  position: relative;
  top: 0;
}
.mc-form form .clear:before,
.mc-form form .clear:after {
  content: " ";
  display: table;
}
.mc-form form .clear:after {
  clear: both;
}
.mc-form .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.mc-form .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
.mc-form .mc-field-group.input-group label {
  display: inline;
}
.mc-form .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}
.mc-form div#mce-responses {
  top: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  clear: both;
}
.mc-form div.response {
  margin: 0 0 2em;
  padding: 0;
  font-weight: bold;
  z-index: 1;
}
.mc-form #mce-error-response {
  display: none;
}
.mc-form #mce-success-response {
  color: #2CD5C4;
  display: none;
}
.mc-form label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
.mc-form #num-subscribers {
  font-size: 1.1em;
}
.mc-form #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}
.mc-form #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #F9423A;
}
.mc-form #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #F9423A;
}
.mc-archive {
  padding: 5px 0 90px;
}
.mc-archive .display_archive {
  color: #978B83;
  font-size: 2em;
}
.mc-archive .campaign {
  line-height: 125%;
  margin: 0 0 5px;
}
.mc-archive a {
  color: #978B83;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.65em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #C4BCB7;
  color: #4d4d4d;
}
.button:hover {
  background-color: #950b05;
  color: #ffffff;
}
.button.short {
  padding: 0.2em 1em;
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid #C4BCB7;
  border-bottom: 2px solid #C4BCB7;
  margin: 0 0 30px;
  padding: 10px 0 0;
}
.button-group input {
  display: none;
}
.button-group input:checked + label,
.button-group input:checked + label:active {
  color: #fff;
  background-color: #F9423A;
}
.button-group input:checked + label:hover,
.button-group input:checked + label:active:hover {
  background-color: #950b05;
}
.loading {
  background: url(/images/loader.gif) no-repeat;
  background-position: center;
  padding: 20px;
}
.body-text {
  padding: 0 13px;
}
@media all and (min-width: 769px) {
  .body-text {
    margin-left: 25%;
  }
}
.body-text h1,
.body-text strong {
  color: #F9423A;
}
.body-text h2 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.body-text .mb-25 {
  margin-bottom: 25px;
}
.resources {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .resources {
    margin-left: 25%;
  }
}
.resources a {
  text-decoration: none;
}
.resource-box {
  flex: 1 0 30%;
  /* just enough room for 3 items per row */
  margin: 13px;
  background-color: #E9E9E9;
  padding: 12px 17px;
  min-height: 150px;
}
.resource-box .resource-header {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  line-height: 23px;
}
.resource-box .resource-text {
  display: none;
  font-size: 14px;
  line-height: 17px;
  margin-top: 16px;
  margin-bottom: 0;
}
.resource-box:hover {
  background-color: #FF5E00;
}
.resource-box:hover p,
.resource-box:hover p.resource-header {
  color: #fff;
}
.resource-box:hover .resource-text {
  display: block;
}
.resource-box.color-blue .resource-header {
  color: #307FE2;
}
.resource-box.color-blue:hover {
  background-color: #307FE2;
}
.resource-box.color-yellow .resource-header {
  color: #FFB500;
}
.resource-box.color-yellow:hover {
  background-color: #FFB500;
}
.resource-box.color-teal .resource-header {
  color: #2CD5C4;
}
.resource-box.color-teal:hover {
  background-color: #2CD5C4;
}
.resource-box.color-red .resource-header {
  color: #F9423A;
}
.resource-box.color-red:hover {
  background-color: #F9423A;
}
.resource-box.color-gray .resource-header {
  color: #C4BCB7;
}
.resource-box.color-gray:hover {
  background-color: #C4BCB7;
}
#resource #resource-loader {
  display: none;
}
#resource #resource-list .resource-item:not(:first-child) {
  border-top: 2px solid #E1DDDB;
}
#resource #resource-list .resource-item a {
  text-decoration: none;
}
#resource #resource-list .resource-item a:hover h2 {
  color: #F9423A;
}
#resource #resource-list .resource-item a h2 {
  color: #4d4d4d;
  margin: 24px 0 2px;
}
#resource #resource-list .resource-item a h4 {
  color: #F9423A;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
}
#resource #resource-list .resource-item a p {
  color: #978B83;
  margin: 10px 0 28px;
}
#side-menu {
  margin: 26px 0px;
}
@media all and (min-width: 769px) {
  #side-menu {
    position: fixed;
    max-width: 300px;
    padding-right: 0;
  }
}
#side-menu ul {
  list-style: none;
  padding-left: 0;
}
#side-menu ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media all and (max-width: 769px) {
  #side-menu ul li {
    font-size: 3em;
  }
}
#side-menu ul li:not(:first-of-type) {
  font-weight: 400;
  font-size: 16px;
}
@media all and (max-width: 769px) {
  #side-menu ul li:not(:first-of-type) {
    font-size: 2em;
  }
}
#side-menu ul li:not(:first-of-type) a {
  color: #4d4d4d;
}
#side-menu a span {
  position: relative;
}
#side-menu a:hover,
#side-menu a:focus {
  color: #F9423A;
  text-decoration: none;
}
#side-menu a:hover :after,
#side-menu a:focus :after {
  content: '';
  border-top: 1px solid #F9423A;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#side-menu a.selected :after {
  content: '';
  border-top: 1px solid #F9423A;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 769px) {
  .mobile-toggle {
    display: none;
  }
}