@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://use.typekit.net/yjk2grg.css");
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Oswald:600,300");
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 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 on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * 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; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* 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; }

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

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

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 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 */ }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Merriweather", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

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

.row {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.703125rem;
    margin-left: -0.703125rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.703125rem;
    padding-left: 0.703125rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.703125rem;
  padding-left: 0.703125rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.703125rem;
  padding-left: 0.703125rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 75em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.40625rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 87.5rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 75em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 75em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 75em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 75em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 75em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 75em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

@media print, screen and (min-width: 75em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 75em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 75em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 75em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 75em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 75em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 87.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

#burger {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .8s ease-in-out;
  -moz-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  cursor: pointer;
  top: 1.5625rem; }

#burger span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 50%;
  background: #0099ff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

#burger span:nth-child(even) {
  left: 50%; }

#burger span:nth-child(odd) {
  left: 0px; }

#burger span:nth-child(1), #burger span:nth-child(2) {
  top: 0px; }

#burger span:nth-child(3), #burger span:nth-child(4) {
  top: 6px; }

#burger span:nth-child(5), #burger span:nth-child(6) {
  top: 12px; }

#burger.open span:nth-child(1), #burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#burger.open span:nth-child(2), #burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#burger.open span:nth-child(1) {
  left: 0px;
  top: 0px; }

#burger.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 0px; }

#burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#burger.open span:nth-child(5) {
  left: 0px;
  top: 6px; }

#burger.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 6px; }

#burger {
  float: right;
  display: inline-block;
  z-index: 11;
  position: relative;
  right: 0.1875rem; }
  @media print, screen and (min-width: 75em) {
    #burger {
      display: none; } }

.off-canvas {
  z-index: 10;
  position: absolute;
  top: -120vh;
  width: 100vw;
  left: 0;
  background: #fff;
  transition: all 0.5s ease-in-out;
  min-height: 100vh;
  padding-top: 6.25rem; }
  .off-canvas.open {
    top: 0;
    transition: all 0.5s ease-in-out; }
  .off-canvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-top: 0.9375rem;
    padding-left: 2.125rem; }
    .off-canvas ul li a {
      font-size: 1.125rem;
      text-transform: uppercase;
      font-weight: 900;
      padding-bottom: 0.125rem;
      display: inline-block;
      position: relative;
      color: #000;
      margin-bottom: 0.9375rem;
      line-height: 1;
      letter-spacing: -0.025em;
      height: 1.875rem; }
    .off-canvas ul li.current_page_item a {
      border-bottom: 0.625rem solid #ff9900; }
    .off-canvas ul li ul {
      display: block;
      padding-left: 0;
      margin-top: -0.6875rem;
      margin-bottom: 1.5rem; }
      .off-canvas ul li ul li {
        list-style: none;
        height: 2.3125rem; }
        .off-canvas ul li ul li a {
          font-weight: 300; }

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right; }
  @media print, screen and (min-width: 75em) {
    .main-menu ul {
      margin-right: 10%; } }

header {
  height: 4.6875rem;
  padding-top: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.5rem; }
  header .logo {
    width: 10.9375rem; }
    @media print, screen and (min-width: 75em) {
      header .logo {
        width: 15.625rem;
        content: url(../assets/logo.png);
        position: relative;
        top: 0.25rem;
        left: -2%; } }
  @media print, screen and (min-width: 75em) {
    header {
      height: 6.9375rem; } }
  @media print, screen and (min-width: 75em) {
    header .off-canvas {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      width: 73%;
      height: auto;
      margin-top: 0;
      padding-top: 0;
      min-height: 0;
      background: transparent; }
      header .off-canvas ul {
        margin-top: 3.5rem; }
        header .off-canvas ul li {
          display: inline-block;
          margin-right: 1.9375rem;
          width: auto;
          height: auto;
          overflow: visible; }
          header .off-canvas ul li a {
            font-size: 1.125rem;
            padding-bottom: 2.3125rem;
            font-family: "oswald"; }
          header .off-canvas ul li:hover a, header .off-canvas ul li.current_page_item a, header .off-canvas ul li.current-menu-item a {
            border-bottom: 0.625rem solid #ff9900; }
          header .off-canvas ul li.menu-item-1001:hover a, header .off-canvas ul li.current-menu-item.menu-item-1001 a {
            border-bottom: 0.625rem solid #0066cc; }
          header .off-canvas ul li ul {
            display: none; }
          header .off-canvas ul li.menu-item-has-children {
            position: relative; }
            header .off-canvas ul li.menu-item-has-children:hover ul {
              display: block;
              position: absolute;
              left: 0;
              top: 94%;
              background: #ff9900;
              width: 262%; }
              header .off-canvas ul li.menu-item-has-children:hover ul li {
                width: 100%;
                background-size: 0px 100%;
                background-repeat: no-repeat;
                background-position: 0 0;
                outline: 0 !important;
                box-shadow: none !important;
                border: 0;
                display: block;
                border-bottom: 0;
                transition: background-size 0.13s ease-in-out;
                background-color: #ff9900;
                background-image: url(../assets/darken.png);
                height: auto;
                margin-bottom: 0.0625rem;
                padding-left: 1.125rem;
                padding-top: 0.8125rem; }
                header .off-canvas ul li.menu-item-has-children:hover ul li a {
                  font-weight: 900;
                  font-size: 1rem;
                  border-bottom: 0;
                  margin-bottom: 0;
                  padding-bottom: 0; }
                header .off-canvas ul li.menu-item-has-children:hover ul li:hover {
                  border-color: transparent;
                  background-size: 100% 100%; }
    header .blog .current_menu_item a {
      border-bottom: 0.625rem solid #0066cc; }
    header .menu-item-1001:hover a {
      border-bottom: 0.625rem solid #0066cc; } }

@media print, screen and (min-width: 75em) {
  .menu-main-menu-container {
    height: 3.0625rem; } }

footer {
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  clear: both;
  padding-top: 1.5rem; }
  @media print, screen and (min-width: 75em) {
    footer {
      padding-left: 0;
      padding-right: 0;
      padding-top: 3.125rem; } }
  footer h2 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 0.125rem; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
  footer img.signal,
  footer img.whatsapp {
    width: 1.5625rem;
    margin-bottom: 0.5rem;
    margin-right: 0.625rem;
    margin-top: 0.125rem; }
    @media print, screen and (min-width: 75em) {
      footer img.signal,
      footer img.whatsapp {
        width: 2.8125rem;
        margin-top: 0.625rem;
        margin-bottom: 1.125rem; } }
  footer p.contact-info {
    margin-bottom: 2.625rem; }
    @media print, screen and (min-width: 75em) {
      footer p.contact-info {
        margin-bottom: 0.875rem; } }
  footer .btn {
    margin-top: -0.5rem;
    margin-bottom: 2.75rem; }
    @media print, screen and (min-width: 75em) {
      footer .btn {
        width: 100%;
        height: 3.125rem;
        font-size: 1rem;
        line-height: 3.125rem !important; } }
  @media print, screen and (min-width: 75em) {
    footer p {
      font-size: 1rem;
      line-height: 1.5rem; } }
  footer .small-text p {
    font-size: 0.75rem;
    line-height: 1.125rem; }
    @media print, screen and (min-width: 75em) {
      footer .small-text p {
        font-size: 1rem;
        line-height: 1.5rem; } }
    footer .small-text p strong {
      font-family: "Oswald";
      font-size: 0.9375rem; }
      @media print, screen and (min-width: 75em) {
        footer .small-text p strong {
          font-size: 1.25rem; } }
    footer .small-text p a {
      color: #fff; }
  footer .small-text ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: -0.6875rem; }
    @media print, screen and (min-width: 75em) {
      footer .small-text ul {
        margin-top: -0.5625rem; } }
    @media print, screen and (min-width: 75em) {
      footer .small-text ul li {
        display: inline-block;
        float: left;
        margin-right: 1.25rem;
        margin-bottom: 2.8125rem; } }
    footer .small-text ul li a {
      font-size: 0.625rem;
      line-height: 1.75rem;
      color: #fff; }
      @media print, screen and (min-width: 75em) {
        footer .small-text ul li a {
          font-size: 0.875rem;
          line-height: 1.125rem; } }
  footer .facebook,
  footer .twitter,
  footer .youtube,
  footer .instagram {
    display: inline-block;
    margin-bottom: 1.875rem;
    margin-top: -0.3125rem; }
    @media print, screen and (min-width: 75em) {
      footer .facebook,
      footer .twitter,
      footer .youtube,
      footer .instagram {
        margin-top: -0.125rem;
        margin-bottom: 2.125rem;
        margin-top: 0; } }
  footer .facebook {
    width: 0.75rem;
    margin-right: 0.625rem; }
    @media print, screen and (min-width: 75em) {
      footer .facebook {
        width: 0.9375rem;
        margin-right: 0.9375rem;
        margin-left: -0.125rem; } }
  footer .twitter {
    width: 2.15625rem;
    margin-right: 0.8125rem; }
    @media print, screen and (min-width: 75em) {
      footer .twitter {
        width: 2.25rem;
        margin-right: 1.125rem; } }
  footer .youtube {
    width: 2.34375rem;
    margin-right: 0.875rem; }
    @media print, screen and (min-width: 75em) {
      footer .youtube {
        width: 2.8125rem;
        margin-right: 1rem; } }
  footer .instagram {
    width: 1.71875rem;
    margin-right: 0; }
    @media print, screen and (min-width: 75em) {
      footer .instagram {
        width: 2.0625rem; } }
  footer .show-for-large {
    display: none; }
    @media print, screen and (min-width: 75em) {
      footer .show-for-large {
        display: block; } }
  @media print, screen and (min-width: 75em) {
    footer .hide-for-large {
      display: none; } }
  @media print, screen and (min-width: 75em) {
    footer .gridfix {
      position: relative;
      width: 11.25rem;
      margin-right: 0.75rem; }
      footer .gridfix.first-col {
        margin-right: 6.125rem;
        width: 12.5rem; }
      footer .gridfix:last-of-type {
        margin-right: 0; }
      footer .gridfix a {
        line-height: 1.5rem; } }

@media print, screen and (min-width: 40em) {
  .page-template-default footer {
    margin-top: 3.125rem; }
  .page-template-events-php footer,
  .page-template-press-releases-php footer {
    margin-top: 2.5rem; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-slide,
.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);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

@media print, screen and (min-width: 75em) {
  .shadowcont {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
    min-height: 100vh;
    max-width: 87.5rem;
    margin: 0 auto;
    overflow: auto; } }

.trans {
  background-size: 0px 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
  background-image: url(../assets/darken.png);
  transition: background-size 0.13s ease;
  background-color: #ff9900;
  height: auto;
  width: 100%;
  text-transform: uppercase;
  font-family: "Oswald"; }
  .trans:hover {
    border-color: transparent;
    background-size: 100% 100%; }

.btn {
  width: 9.375rem;
  height: 2.34375rem;
  line-height: 2.34375rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  border-radius: 0;
  display: block;
  position: relative; }
  .btn:hover {
    color: #000; }

.blue-grad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001f66+0,0099ff+100 */
  background: #001f66;
  /* Old browsers */
  background: -moz-linear-gradient(top, #001f66 0%, #0099ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #001f66 0%, #0099ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #001f66 0%, #0099ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f66', endColorstr='#0099ff',GradientType=0 );
  /* IE6-9 */ }

.trans-blue-grad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001f66+0,0099ff+100&0.75+0,0.75+100 */
  background: -moz-linear-gradient(top, rgba(0, 31, 102, 0.75) 0%, rgba(0, 153, 255, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 31, 102, 0.75) 0%, rgba(0, 153, 255, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 31, 102, 0.75) 0%, rgba(0, 153, 255, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf001f66', endColorstr='#bf0099ff',GradientType=0 );
  /* IE6-9 */ }

* {
  font-weight: 300;
  letter-spacing: -0.025em; }

h1, h2, strong, strong a {
  font-weight: 900; }

.float-center {
  margin: 0 auto;
  float: none; }

h1 {
  font-size: 1.125rem;
  letter-spacing: -0.025em;
  line-height: 1.125rem;
  margin-bottom: 1.125rem; }
  @media print, screen and (min-width: 40em) {
    h1 {
      font-size: 1.875rem;
      line-height: 2.25rem;
      margin-bottom: 1.25rem; } }

h2 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 1.125rem;
  letter-spacing: -0.025em; }
  @media print, screen and (min-width: 40em) {
    h2 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }

p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 1.125rem;
  letter-spacing: -0.025em; }
  @media print, screen and (min-width: 40em) {
    p {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }

.page-hero {
  height: 104vw;
  background-size: cover !important;
  background-position: center !important;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .page-hero {
      height: 37.5rem; } }
  .page-hero .textarea {
    color: #fff;
    padding: 0.3125rem 1.25rem;
    padding-right: 15%;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 900;
    font-family: "Oswald";
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 3.125rem; }
    @media print, screen and (min-width: 40em) {
      .page-hero .textarea {
        font-size: 2.75rem;
        line-height: 2.75rem;
        max-width: 80%;
        padding: 1.0625rem 5% 0.9375rem 1.25rem;
        min-height: 4.6875rem;
        height: auto; } }
    @media print, screen and (min-width: 75em) {
      .page-hero .textarea {
        max-width: 62.5%;
        padding: 1.0625rem 5% 0.9375rem 9%; } }

ul.breadcrumbs {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  margin-top: 0.125rem; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 0.75rem; }
    ul.breadcrumbs li a {
      font-size: 0.625rem;
      color: #000;
      font-weight: 300; }
    ul.breadcrumbs li.separator {
      font-size: 0.625rem; }
    ul.breadcrumbs li.item-current strong {
      font-weight: 900;
      font-size: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    ul.breadcrumbs {
      top: 0.875rem;
      margin-bottom: 3.125rem; }
      ul.breadcrumbs li {
        margin-right: 1.25rem; }
      ul.breadcrumbs a, ul.breadcrumbs strong, ul.breadcrumbs .separator {
        font-size: 1rem !important; } }

.main-content .image-content img {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .main-content .image-content img {
      margin-bottom: 1.25rem; } }

.main-content .image-content span p {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 900;
  margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .main-content .image-content span p {
      font-size: 1rem;
      line-height: 1.25rem;
      padding-right: 15%; } }

@media print, screen and (min-width: 40em) {
  .main-content .image-content {
    margin-top: 1.25rem; } }

.side-link {
  display: block;
  clear: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5625rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17); }
  @media print, screen and (min-width: 75em) {
    .side-link {
      margin-bottom: 3.125rem; } }
  .side-link div.image {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 45%;
    float: left; }
    @media print, screen and (min-width: 40em) {
      .side-link div.image {
        width: 42%; } }
    .side-link div.image:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
      @media print, screen and (min-width: 75em) {
        .side-link div.image:after {
          padding-bottom: 102%; } }
  .side-link.tv div.image:before {
    display: block;
    content: " ";
    width: 3.125rem;
    height: 3.125rem;
    background: url(../assets/play-small.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover; }
  .side-link div.text {
    float: left;
    width: 55%;
    position: relative;
    padding-left: 1.625rem;
    padding-top: 2.8125rem;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .side-link div.text {
        width: 58%;
        padding-top: 3.5625rem; } }
  .side-link h4 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 900;
    margin-bottom: -0.0625rem; }
    @media print, screen and (min-width: 75em) {
      .side-link h4 {
        font-size: 1.25rem; } }
  .side-link span {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 300;
    font-style: italic; }
    @media print, screen and (min-width: 75em) {
      .side-link span {
        font-size: 1.125rem; } }
  .side-link a {
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 1; }
  .side-link a {
    color: #fff; }

.side {
  padding-top: 1.5625rem; }
  @media print, screen and (min-width: 75em) {
    .side {
      background: #fff;
      padding-top: 0.4375rem;
      padding-left: 1.875rem !important; } }

.page-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .page-container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media print, screen and (min-width: 75em) {
    .page-container {
      padding-left: 0;
      padding-right: 0;
      max-width: 71.875rem;
      margin: 0 auto; } }

.awareness-image {
  position: relative;
  background-size: cover !important;
  background-position: center !important; }
  .awareness-image:after {
    content: "";
    display: block;
    padding-bottom: 69%; }
    @media print, screen and (min-width: 40em) {
      .awareness-image:after {
        padding-bottom: 108%; } }
  .awareness-image .caption {
    font-size: 0.625rem;
    color: #fff;
    font-family: "Oswald";
    text-transform: initial;
    height: 1.5625rem;
    position: absolute;
    width: 100%;
    font-weight: 900;
    left: 0;
    padding-left: 1.5625rem;
    bottom: 0;
    display: flex;
    align-items: center; }
    @media print, screen and (min-width: 40em) {
      .awareness-image .caption {
        height: 3.125rem;
        font-size: 1.25rem; } }

@media print, screen and (min-width: 40em) {
  .download {
    margin-top: 4.375rem; } }

.download h3 {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.25rem;
  position: relative;
  top: 0.5rem;
  margin-bottom: 1.6875rem; }
  @media print, screen and (min-width: 40em) {
    .download h3 {
      top: -0.375rem;
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-bottom: 0.75rem; } }

.download p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 1.125rem; }
  @media print, screen and (min-width: 40em) {
    .download p {
      font-size: 1rem;
      line-height: 1.25rem;
      margin-bottom: 1.25rem; } }

.download .download-info:before {
  content: " ";
  display: inline-block;
  background: url(../assets/docicon.png) no-repeat;
  background-size: cover;
  width: 1.5625rem;
  height: 2.1875rem;
  position: relative;
  left: 0;
  float: left;
  margin-right: 0.8125rem; }
  @media print, screen and (min-width: 40em) {
    .download .download-info:before {
      width: 1.75rem;
      height: 2.375rem;
      margin-right: 1.375rem; } }

.download .download-info .doc-title {
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 900;
  display: block;
  float: left; }
  @media print, screen and (min-width: 40em) {
    .download .download-info .doc-title {
      font-size: 1rem;
      line-height: 1.25rem;
      margin-top: -1.875rem;
      margin-left: 3.0625rem; } }

.download .download-info .document-date {
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: block;
  float: left; }
  @media print, screen and (min-width: 40em) {
    .download .download-info .document-date {
      font-size: 1rem;
      line-height: 1.25rem;
      clear: left;
      left: 3.0625rem;
      position: relative; } }
  .download .download-info .document-date span {
    position: relative;
    display: inline-block;
    margin-left: 0.375rem;
    margin-right: 0.375rem; }
    @media print, screen and (min-width: 40em) {
      .download .download-info .document-date span {
        margin-left: 0.5rem;
        margin-right: 0.5rem; } }

.download .download-info .btn {
  clear: left;
  top: 20px;
  margin-bottom: 2.8125rem; }
  @media print, screen and (min-width: 40em) {
    .download .download-info .btn {
      height: 3.125rem;
      line-height: 3.125rem;
      top: 1.875rem;
      width: 12.5rem;
      font-size: 1rem;
      margin-bottom: 9.375rem; } }

.download:after {
  content: " ";
  width: 92%;
  height: 0.0625rem;
  background: #0099ff;
  margin: 0 auto;
  margin-bottom: 1.5625rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .download:after {
      width: 97.5%;
      margin-bottom: 3.125rem; } }

.awareness-images .awareness-image {
  margin-bottom: 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .awareness-images .awareness-image {
      width: 30.666666%; }
      .awareness-images .awareness-image:nth-of-type(2) {
        margin-left: 4%;
        margin-right: 4%; }
      .awareness-images .awareness-image:after {
        padding-bottom: 108%; } }

@media print, screen and (min-width: 75em) {
  .download .awareness-image {
    width: 37%; }
    .download .awareness-image:after {
      padding-bottom: 108%; } }

a, strong a {
  color: #000; }
  a:hover, strong a:hover {
    color: #000; }

.grey {
  background: #f0f0f0;
  padding-top: 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .grey {
      padding-top: 3.125rem; } }

.medium-columns {
  padding-right: .9375rem;
  padding-left: 5%;
  float: left; }

@media print, screen and (min-width: 75em) {
  .report-links .columns:last-of-type {
    padding-left: 2%; } }

.report-links img {
  margin-bottom: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .report-links img {
      margin-bottom: 1.375rem; } }

.report-links h3 {
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .report-links h3 {
      font-size: 1.25rem;
      line-height: 1.25rem;
      margin-bottom: 0.25rem; } }

.report-links a.btn {
  margin-top: -0.6875rem;
  margin-bottom: 3.125rem; }
  @media print, screen and (min-width: 40em) {
    .report-links a.btn {
      font-size: 1rem;
      margin-top: -0.1875rem;
      width: 12.5rem;
      height: 3.125rem;
      line-height: 3.125rem; } }

.research-home h1 {
  font-size: 1.375rem;
  line-height: 1.5rem; }
  @media print, screen and (min-width: 75em) {
    .research-home h1 {
      font-size: 2.75rem;
      line-height: 2.75rem;
      margin-bottom: 6.5rem;
      margin-top: 0.625rem; } }

.report-item {
  border-bottom: 0.0625rem solid #0099ff;
  margin-bottom: 1.5625rem; }
  @media print, screen and (min-width: 75em) {
    .report-item {
      margin-bottom: 3.125rem; } }
  .report-item:first-of-type {
    margin-top: 1.5625rem; }
  .report-item:last-of-type {
    border-bottom: 0; }
  @media print, screen and (min-width: 75em) {
    .report-item .columns:last-of-type {
      padding-left: 2%; } }
  .report-item img {
    margin-bottom: 0.3125rem; }
    @media print, screen and (min-width: 75em) {
      .report-item img {
        margin-bottom: 3.125rem; } }
  .report-item h3 {
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 75em) {
      .report-item h3 {
        font-size: 1.875rem;
        line-height: 1.875rem;
        margin-bottom: 1.5rem;
        margin-top: -0.25rem; } }
  .report-item a.btn {
    margin-top: -0.6875rem;
    margin-bottom: 1.6875rem; }
    @media print, screen and (min-width: 75em) {
      .report-item a.btn {
        font-size: 1rem;
        margin-top: -0.1875rem;
        width: 12.5rem;
        height: 3.125rem;
        line-height: 3.125rem; } }

.hub-links {
  margin-bottom: 0.3125rem; }
  .hub-links .medium-6 {
    margin-bottom: 1.5625rem; }
    .hub-links .medium-6:first-of-type {
      margin-top: 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .hub-links .medium-6 {
      margin-bottom: 3.125rem; }
      .hub-links .medium-6:first-of-type {
        margin-top: 0; }
      .hub-links .medium-6:nth-of-type(3) {
        clear: left; } }

@media print, screen and (min-width: 40em) and (min-width: 75em) {
  .hub-links .columns:last-of-type, .hub-links .columns:nth-of-type(2) {
    padding-left: 2%; } }
  @media print, screen and (min-width: 40em) {
    .hub-links img {
      margin-bottom: 1rem; } }
  @media print, screen and (min-width: 75em) {
    .hub-links {
      margin-bottom: 3.125rem; } }
  @media print, screen and (min-width: 75em) {
    .hub-links h3 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-bottom: 0;
      margin-top: 0; } }
  .hub-links p {
    width: 90%; }
    @media print, screen and (min-width: 75em) {
      .hub-links p {
        font-size: 1.25rem;
        line-height: 1.5rem;
        width: 93%; } }
  .hub-links a.btn {
    margin-top: -0.6875rem;
    margin-bottom: 1.6875rem; }
    @media print, screen and (min-width: 75em) {
      .hub-links a.btn {
        font-size: 1rem;
        margin-top: -0.1875rem;
        width: 12.5rem;
        height: 3.125rem;
        line-height: 3.125rem; } }

.research-home.hub h1,
.page-template-events h1,
.page-template-press-releases h1,
.page-id-81 h1,
.page-id-77 h1,
.page-id-26 h1,
.page-id-30 h1 {
  font-size: 1.375rem;
  line-height: 1.5rem; }
  @media print, screen and (min-width: 75em) {
    .research-home.hub h1,
    .page-template-events h1,
    .page-template-press-releases h1,
    .page-id-81 h1,
    .page-id-77 h1,
    .page-id-26 h1,
    .page-id-30 h1 {
      font-size: 2.75rem;
      line-height: 2.75rem;
      margin-bottom: 5.625rem;
      margin-top: 0.625rem;
      width: 82%; } }

.page-id-26 .page-hero .textarea, .parent-pageid-26 .page-hero .textarea,
.page-id-28 .page-hero .textarea,
.page-id-97 .page-hero .textarea,
.page-id-101 .page-hero .textarea,
.page-id-99 .page-hero .textarea,
.page-id-103 .page-hero .textarea,
.page-id-18 .page-hero .textarea,
.page-id-30 .page-hero .textarea {
  display: none; }

ul.accordion {
  background: #fff;
  margin-top: 2.75rem; }
  @media print, screen and (min-width: 40em) {
    ul.accordion {
      margin-top: 6rem; } }
  ul.accordion .accordion-title {
    border: 0;
    border-top: 1px solid #0099ff;
    padding-top: 1.4375rem;
    padding-left: 0;
    padding-right: 1.875rem;
    padding-bottom: 0;
    font-family: "Oswald"; }
    @media print, screen and (min-width: 40em) {
      ul.accordion .accordion-title {
        padding-top: 2.625rem; } }
    ul.accordion .accordion-title:before {
      position: absolute;
      top: 16.5%;
      right: 0;
      margin-top: -0.5rem;
      color: #0099ff;
      font-size: 2.0625rem; }
      @media print, screen and (min-width: 40em) {
        ul.accordion .accordion-title:before {
          position: absolute;
          top: 16.5%;
          right: -6px;
          margin-top: 6px;
          color: #09f;
          font-size: 59px; } }
    ul.accordion .accordion-title:hover {
      color: #0099ff; }
    ul.accordion .accordion-title span.title {
      font-size: 1.125rem;
      line-height: 1.25rem;
      font-weight: 900;
      display: block;
      color: #000; }
      @media print, screen and (min-width: 40em) {
        ul.accordion .accordion-title span.title {
          font-size: 1.875rem;
          line-height: 2.25rem; } }
    ul.accordion .accordion-title span.subtitle {
      font-size: 1.125rem;
      line-height: 1.25rem;
      font-weight: 300;
      display: block;
      color: #000; }
      @media print, screen and (min-width: 40em) {
        ul.accordion .accordion-title span.subtitle {
          font-size: 1.875rem;
          line-height: 2.25rem; } }
    ul.accordion .accordion-title span.date {
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 300;
      display: block;
      color: #000; }
      @media print, screen and (min-width: 40em) {
        ul.accordion .accordion-title span.date {
          font-size: 1.25rem;
          line-height: 2.25rem;
          margin-top: 0.3125rem; } }
  ul.accordion .accordion-content {
    border: 0;
    padding-left: 0; }
    @media print, screen and (min-width: 75em) {
      ul.accordion .accordion-content {
        padding-right: 11%;
        padding-bottom: 1.25rem; } }
  ul.accordion .accordion-title:hover, ul.accordion .accordion-title:focus {
    background-color: #fff; }

@media print, screen and (min-width: 75em) {
  .header-content {
    padding-right: 11%; } }

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #0099ff; }

.video-header {
  /*padding-top:rem-calc(25);*/
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media print, screen and (min-width: 75em) {
    .video-header {
      /*padding-top:rem-calc(50);*/ } }
  @media print, screen and (min-width: 75em) {
    .video-header .video-container {
      max-width: 71.875rem;
      margin: 0 auto; } }
  .video-header .video-container .column, .video-header .video-container .columns {
    float: left; }
    .video-header .video-container .column.videotext, .video-header .video-container .videotext.columns {
      padding: 10px 0 20px 0; }
      @media print, screen and (min-width: 40em) {
        .video-header .video-container .column.videotext, .video-header .video-container .videotext.columns {
          padding: 10px 0 50px 0; } }
      .video-header .video-container .column.videotext a, .video-header .video-container .videotext.columns a {
        color: #fff; }
      .video-header .video-container .column.videotext h1, .video-header .video-container .videotext.columns h1 {
        font-size: 1.125rem;
        margin-bottom: 0; }
        @media screen and (max-width: 39.9375em) {
          .video-header .video-container .column.videotext h1, .video-header .video-container .videotext.columns h1 {
            font-size: 0.925rem;
            line-height: 1.25rem; } }
  .video-header .video-container .video {
    padding-left: 0;
    padding-right: 0; }
    .video-header .video-container .video .embed {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      /* 16:9 */ }
    .video-header .video-container .video .embed iframe,
    .video-header .video-container .video .embed video {
      position: absolute;
      width: 100%;
      height: 100%; }
  .video-header .video-container .video-text {
    background: #fff;
    padding: 1.375rem 1.5625rem 0 1.5625rem; }
    .video-header .video-container .video-text h1 {
      font-size: 1.125rem;
      line-height: 1.25rem;
      display: block; }
      @media print, screen and (min-width: 75em) {
        .video-header .video-container .video-text h1 {
          font-size: 1.25rem;
          line-height: 1.5rem; } }
    .video-header .video-container .video-text span.date {
      font-size: 0.875rem;
      line-height: 1.125rem;
      display: block;
      font-weight: 300;
      margin-bottom: 1.75rem; }
      @media print, screen and (min-width: 75em) {
        .video-header .video-container .video-text span.date {
          font-size: 1rem;
          line-height: 1.125rem;
          margin-bottom: 1.25rem; } }
    .video-header .video-container .video-text p {
      font-size: 0.875rem;
      line-height: 1.125rem;
      display: block; }
      @media print, screen and (min-width: 75em) {
        .video-header .video-container .video-text p {
          font-size: 1rem;
          line-height: 1.25rem; } }
  .video-header h1.big {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.3125rem; }
    @media print, screen and (min-width: 75em) {
      .video-header h1.big {
        font-size: 2.75rem;
        line-height: 2.75rem;
        margin-top: 2.5rem;
        margin-bottom: 1rem; } }

h2.other {
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 75em) {
    h2.other {
      font-size: 1rem;
      margin-bottom: 1.25rem; } }

.video-link, .video-link-highlights {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 75em) {
    .video-link, .video-link-highlights {
      margin-bottom: 3.125rem; } }
  @media print, screen and (min-width: 75em) {
    .video-link img, .video-link-highlights img {
      margin-bottom: 0.5rem; } }
  .video-link span.title, .video-link-highlights span.title {
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 0.875rem;
    display: block;
    margin-bottom: -0.3125rem;
    margin-top: 0.3125rem; }
    @media print, screen and (min-width: 75em) {
      .video-link span.title, .video-link-highlights span.title {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: initial; } }
  .video-link span.date, .video-link-highlights span.date {
    font-size: 0.75rem;
    line-height: 0.875rem; }
    @media print, screen and (min-width: 75em) {
      .video-link span.date, .video-link-highlights span.date {
        font-size: 1rem;
        line-height: 1.25rem; } }

/** iohr TV 2018 **/
.page-template-page-iohr-tv-category .shadowcont, .single-iohr_tv .shadowcont, .tax-iohr_tv_cat .shadowcont, .post-type-archive-iohr_tv .shadowcont {
  background-color: #000020;
  color: #fff; }

.page-template-page-iohr-tv-category header, .single-iohr_tv header, .tax-iohr_tv_cat header, .post-type-archive-iohr_tv header {
  background-color: #ffffff; }

.page-template-page-iohr-tv-category .iohrtv-icon-head, .single-iohr_tv .iohrtv-icon-head, .tax-iohr_tv_cat .iohrtv-icon-head, .post-type-archive-iohr_tv .iohrtv-icon-head {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category .iohrtv-icon-head, .single-iohr_tv .iohrtv-icon-head, .tax-iohr_tv_cat .iohrtv-icon-head, .post-type-archive-iohr_tv .iohrtv-icon-head {
      margin-top: 35px;
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 75em) {
    .page-template-page-iohr-tv-category .iohrtv-icon-head, .single-iohr_tv .iohrtv-icon-head, .tax-iohr_tv_cat .iohrtv-icon-head, .post-type-archive-iohr_tv .iohrtv-icon-head {
      margin-top: 50px;
      margin-bottom: 35px; } }
  .page-template-page-iohr-tv-category .iohrtv-icon-head img, .single-iohr_tv .iohrtv-icon-head img, .tax-iohr_tv_cat .iohrtv-icon-head img, .post-type-archive-iohr_tv .iohrtv-icon-head img {
    float: left;
    max-width: 50px;
    max-height: 50px;
    margin-right: 12px; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category .iohrtv-icon-head img, .single-iohr_tv .iohrtv-icon-head img, .tax-iohr_tv_cat .iohrtv-icon-head img, .post-type-archive-iohr_tv .iohrtv-icon-head img {
        max-width: 75px;
        max-height: 75px;
        margin-right: 30px; } }
    @media print, screen and (min-width: 75em) {
      .page-template-page-iohr-tv-category .iohrtv-icon-head img, .single-iohr_tv .iohrtv-icon-head img, .tax-iohr_tv_cat .iohrtv-icon-head img, .post-type-archive-iohr_tv .iohrtv-icon-head img {
        max-width: 100px;
        max-height: 100px;
        margin-right: 50px; } }
  .page-template-page-iohr-tv-category .iohrtv-icon-head h1, .single-iohr_tv .iohrtv-icon-head h1, .tax-iohr_tv_cat .iohrtv-icon-head h1, .post-type-archive-iohr_tv .iohrtv-icon-head h1 {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0; }

@media screen and (max-width: 39.9375em) {
  .page-template-page-iohr-tv-category .vid-cat-title-area, .single-iohr_tv .vid-cat-title-area, .tax-iohr_tv_cat .vid-cat-title-area, .post-type-archive-iohr_tv .vid-cat-title-area {
    margin-top: 20px; } }

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .page-template-page-iohr-tv-category .vid-cat-title-area, .single-iohr_tv .vid-cat-title-area, .tax-iohr_tv_cat .vid-cat-title-area, .post-type-archive-iohr_tv .vid-cat-title-area {
    margin-top: 20px; } }

.page-template-page-iohr-tv-category .vid-cat-title-area .cat-title, .single-iohr_tv .vid-cat-title-area .cat-title, .tax-iohr_tv_cat .vid-cat-title-area .cat-title, .post-type-archive-iohr_tv .vid-cat-title-area .cat-title {
  color: #ff9900;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: normal; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category .vid-cat-title-area .cat-title, .single-iohr_tv .vid-cat-title-area .cat-title, .tax-iohr_tv_cat .vid-cat-title-area .cat-title, .post-type-archive-iohr_tv .vid-cat-title-area .cat-title {
      font-size: 1.875rem;
      line-height: normal; } }
  @media print, screen and (min-width: 75em) {
    .page-template-page-iohr-tv-category .vid-cat-title-area .cat-title, .single-iohr_tv .vid-cat-title-area .cat-title, .tax-iohr_tv_cat .vid-cat-title-area .cat-title, .post-type-archive-iohr_tv .vid-cat-title-area .cat-title {
      font-size: 3.125rem;
      line-height: normal; } }

.page-template-page-iohr-tv-category .datetimesection .datedivider, .single-iohr_tv .datetimesection .datedivider, .tax-iohr_tv_cat .datetimesection .datedivider, .post-type-archive-iohr_tv .datetimesection .datedivider {
  font-family: "Oswald", san-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem; }

@media print, screen and (min-width: 40em) {
  .page-template-page-iohr-tv-category .datetimesection .datedivider, .single-iohr_tv .datetimesection .datedivider, .tax-iohr_tv_cat .datetimesection .datedivider, .post-type-archive-iohr_tv .datetimesection .datedivider {
    display: none; }
  .page-template-page-iohr-tv-category .datetimesection .datesingle, .single-iohr_tv .datetimesection .datesingle, .tax-iohr_tv_cat .datetimesection .datesingle, .post-type-archive-iohr_tv .datetimesection .datesingle {
    display: block; } }

.page-template-page-iohr-tv-category .datetimesection .datesingle, .single-iohr_tv .datetimesection .datesingle, .tax-iohr_tv_cat .datetimesection .datesingle, .post-type-archive-iohr_tv .datetimesection .datesingle {
  font-family: "Oswald", san-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category .datetimesection .datesingle, .single-iohr_tv .datetimesection .datesingle, .tax-iohr_tv_cat .datetimesection .datesingle, .post-type-archive-iohr_tv .datetimesection .datesingle {
      font-size: 0.925rem; } }

.page-template-page-iohr-tv-category .datetimesection .videolength, .single-iohr_tv .datetimesection .videolength, .tax-iohr_tv_cat .datetimesection .videolength, .post-type-archive-iohr_tv .datetimesection .videolength {
  font-family: "Oswald", san-serif;
  font-weight: 300;
  color: #0099ff;
  text-transform: uppercase;
  font-size: 0.7rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category .datetimesection .videolength, .single-iohr_tv .datetimesection .videolength, .tax-iohr_tv_cat .datetimesection .videolength, .post-type-archive-iohr_tv .datetimesection .videolength {
      font-size: 0.925rem; } }

.page-template-page-iohr-tv-category .videocategories .videocategory, .single-iohr_tv .videocategories .videocategory, .tax-iohr_tv_cat .videocategories .videocategory, .post-type-archive-iohr_tv .videocategories .videocategory {
  padding-top: 25px; }
  .page-template-page-iohr-tv-category .videocategories .videocategory.highlights, .single-iohr_tv .videocategories .videocategory.highlights, .tax-iohr_tv_cat .videocategories .videocategory.highlights, .post-type-archive-iohr_tv .videocategories .videocategory.highlights {
    display: none; }
  .page-template-page-iohr-tv-category .videocategories .videocategory:nth-child(2), .single-iohr_tv .videocategories .videocategory:nth-child(2), .tax-iohr_tv_cat .videocategories .videocategory:nth-child(2), .post-type-archive-iohr_tv .videocategories .videocategory:nth-child(2) {
    padding-top: 15px; }
  .page-template-page-iohr-tv-category .videocategories .videocategory:nth-child(n+2), .single-iohr_tv .videocategories .videocategory:nth-child(n+2), .tax-iohr_tv_cat .videocategories .videocategory:nth-child(n+2), .post-type-archive-iohr_tv .videocategories .videocategory:nth-child(n+2) {
    border-top: 1px solid #fff;
    padding-top: 25px; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category .videocategories .videocategory:nth-child(n+2), .single-iohr_tv .videocategories .videocategory:nth-child(n+2), .tax-iohr_tv_cat .videocategories .videocategory:nth-child(n+2), .post-type-archive-iohr_tv .videocategories .videocategory:nth-child(n+2) {
        padding-top: 45px; } }

.page-template-page-iohr-tv-category .vid-cat-contain, .single-iohr_tv .vid-cat-contain, .tax-iohr_tv_cat .vid-cat-contain, .post-type-archive-iohr_tv .vid-cat-contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category .vid-cat-contain, .single-iohr_tv .vid-cat-contain, .tax-iohr_tv_cat .vid-cat-contain, .post-type-archive-iohr_tv .vid-cat-contain {
      margin-bottom: 25px; } }
  .page-template-page-iohr-tv-category .vid-cat-contain h2, .single-iohr_tv .vid-cat-contain h2, .tax-iohr_tv_cat .vid-cat-contain h2, .post-type-archive-iohr_tv .vid-cat-contain h2 {
    padding: 0;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category .vid-cat-contain h2, .single-iohr_tv .vid-cat-contain h2, .tax-iohr_tv_cat .vid-cat-contain h2, .post-type-archive-iohr_tv .vid-cat-contain h2 {
        float: left; } }
    .page-template-page-iohr-tv-category .vid-cat-contain h2 .cat-title, .single-iohr_tv .vid-cat-contain h2 .cat-title, .tax-iohr_tv_cat .vid-cat-contain h2 .cat-title, .post-type-archive-iohr_tv .vid-cat-contain h2 .cat-title {
      color: #ff9900;
      font-weight: 600;
      font-size: 1.5625rem;
      line-height: normal; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-iohr-tv-category .vid-cat-contain h2 .cat-title, .single-iohr_tv .vid-cat-contain h2 .cat-title, .tax-iohr_tv_cat .vid-cat-contain h2 .cat-title, .post-type-archive-iohr_tv .vid-cat-contain h2 .cat-title {
          font-size: 1.875rem;
          line-height: normal; } }
      @media print, screen and (min-width: 75em) {
        .page-template-page-iohr-tv-category .vid-cat-contain h2 .cat-title, .single-iohr_tv .vid-cat-contain h2 .cat-title, .tax-iohr_tv_cat .vid-cat-contain h2 .cat-title, .post-type-archive-iohr_tv .vid-cat-contain h2 .cat-title {
          font-size: 3.125rem;
          line-height: normal; } }
  .page-template-page-iohr-tv-category .vid-cat-contain a.view-all-iohr-tv-category .btn, .single-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category .btn, .tax-iohr_tv_cat .vid-cat-contain a.view-all-iohr-tv-category .btn, .post-type-archive-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category .btn {
    width: 5rem; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-iohr-tv-category .vid-cat-contain a.view-all-iohr-tv-category .btn, .single-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category .btn, .tax-iohr_tv_cat .vid-cat-contain a.view-all-iohr-tv-category .btn, .post-type-archive-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category .btn {
        font-size: 0.6rem;
        width: 3.5rem;
        height: 1.85rem;
        line-height: 1.85rem; } }
  .page-template-page-iohr-tv-category .vid-cat-contain a.view-all-iohr-tv-category.desktop, .single-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category.desktop, .tax-iohr_tv_cat .vid-cat-contain a.view-all-iohr-tv-category.desktop, .post-type-archive-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category.desktop {
    display: none; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category .vid-cat-contain a.view-all-iohr-tv-category, .single-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category, .tax-iohr_tv_cat .vid-cat-contain a.view-all-iohr-tv-category, .post-type-archive-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category {
      display: flex;
      align-items: center; }
      .page-template-page-iohr-tv-category .vid-cat-contain a.view-all-iohr-tv-category.desktop, .single-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category.desktop, .tax-iohr_tv_cat .vid-cat-contain a.view-all-iohr-tv-category.desktop, .post-type-archive-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category.desktop {
        display: block; }
      .page-template-page-iohr-tv-category .vid-cat-contain a.view-all-iohr-tv-category.mobile, .single-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category.mobile, .tax-iohr_tv_cat .vid-cat-contain a.view-all-iohr-tv-category.mobile, .post-type-archive-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category.mobile {
        display: none; } }
  @media print, screen and (min-width: 75em) {
    .page-template-page-iohr-tv-category .vid-cat-contain a.view-all-iohr-tv-category, .single-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category, .tax-iohr_tv_cat .vid-cat-contain a.view-all-iohr-tv-category, .post-type-archive-iohr_tv .vid-cat-contain a.view-all-iohr-tv-category {
      display: flex;
      align-items: center; } }

.page-template-page-iohr-tv-category .video-archive-title, .single-iohr_tv .video-archive-title, .tax-iohr_tv_cat .video-archive-title, .post-type-archive-iohr_tv .video-archive-title {
  color: #ff9900;
  margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .page-template-page-iohr-tv-category .video-archive-title, .single-iohr_tv .video-archive-title, .tax-iohr_tv_cat .video-archive-title, .post-type-archive-iohr_tv .video-archive-title {
      padding-top: 30px; } }
  @media screen and (min-width: 40em) and (max-width: 74.9375em) {
    .page-template-page-iohr-tv-category .video-archive-title, .single-iohr_tv .video-archive-title, .tax-iohr_tv_cat .video-archive-title, .post-type-archive-iohr_tv .video-archive-title {
      margin-top: 30px; } }

.page-template-page-iohr-tv-category .videoarchive .video-archive-item, .single-iohr_tv .videoarchive .video-archive-item, .tax-iohr_tv_cat .videoarchive .video-archive-item, .post-type-archive-iohr_tv .videoarchive .video-archive-item {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 20px; }
  .page-template-page-iohr-tv-category .videoarchive .video-archive-item:not(:first-child), .single-iohr_tv .videoarchive .video-archive-item:not(:first-child), .tax-iohr_tv_cat .videoarchive .video-archive-item:not(:first-child), .post-type-archive-iohr_tv .videoarchive .video-archive-item:not(:first-child) {
    border-top: 1px solid #fff; }
  .page-template-page-iohr-tv-category .videoarchive .video-archive-item a, .single-iohr_tv .videoarchive .video-archive-item a, .tax-iohr_tv_cat .videoarchive .video-archive-item a, .post-type-archive-iohr_tv .videoarchive .video-archive-item a {
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category .videoarchive .video-archive-item a, .single-iohr_tv .videoarchive .video-archive-item a, .tax-iohr_tv_cat .videoarchive .video-archive-item a, .post-type-archive-iohr_tv .videoarchive .video-archive-item a {
        display: flex; }
        .page-template-page-iohr-tv-category .videoarchive .video-archive-item a:hover img, .single-iohr_tv .videoarchive .video-archive-item a:hover img, .tax-iohr_tv_cat .videoarchive .video-archive-item a:hover img, .post-type-archive-iohr_tv .videoarchive .video-archive-item a:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transition: scale(1.1);
          -ms-transition: scale(1.1);
          transform: scale(1.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
          -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
          -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
          -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
          -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }
        .page-template-page-iohr-tv-category .videoarchive .video-archive-item a:hover .textcontentsection .title, .single-iohr_tv .videoarchive .video-archive-item a:hover .textcontentsection .title, .tax-iohr_tv_cat .videoarchive .video-archive-item a:hover .textcontentsection .title, .post-type-archive-iohr_tv .videoarchive .video-archive-item a:hover .textcontentsection .title {
          color: #ff9900; } }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category .videoarchive .video-archive-item a .imgsection, .single-iohr_tv .videoarchive .video-archive-item a .imgsection, .tax-iohr_tv_cat .videoarchive .video-archive-item a .imgsection, .post-type-archive-iohr_tv .videoarchive .video-archive-item a .imgsection {
        height: 100%;
        max-width: 22%;
        margin-right: 4%; } }
    .page-template-page-iohr-tv-category .videoarchive .video-archive-item a .imgsection img, .single-iohr_tv .videoarchive .video-archive-item a .imgsection img, .tax-iohr_tv_cat .videoarchive .video-archive-item a .imgsection img, .post-type-archive-iohr_tv .videoarchive .video-archive-item a .imgsection img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .page-template-page-iohr-tv-category .videoarchive .video-archive-item a .textcontentsection .title, .single-iohr_tv .videoarchive .video-archive-item a .textcontentsection .title, .tax-iohr_tv_cat .videoarchive .video-archive-item a .textcontentsection .title, .post-type-archive-iohr_tv .videoarchive .video-archive-item a .textcontentsection .title {
      font-family: "Oswald", san-serif;
      color: #fff;
      margin-bottom: 5px;
      font-size: 0.925rem;
      line-height: 1.25rem;
      margin-top: 5px; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-iohr-tv-category .videoarchive .video-archive-item a .textcontentsection .title, .single-iohr_tv .videoarchive .video-archive-item a .textcontentsection .title, .tax-iohr_tv_cat .videoarchive .video-archive-item a .textcontentsection .title, .post-type-archive-iohr_tv .videoarchive .video-archive-item a .textcontentsection .title {
          font-size: 1.125rem;
          margin-top: 0; } }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category .videoarchive .video-archive-item a .textcontentsection, .single-iohr_tv .videoarchive .video-archive-item a .textcontentsection, .tax-iohr_tv_cat .videoarchive .video-archive-item a .textcontentsection, .post-type-archive-iohr_tv .videoarchive .video-archive-item a .textcontentsection {
        max-width: 57%;
        margin-right: 4%; } }
    .page-template-page-iohr-tv-category .videoarchive .video-archive-item a .datetimesection .datedivider, .single-iohr_tv .videoarchive .video-archive-item a .datetimesection .datedivider, .tax-iohr_tv_cat .videoarchive .video-archive-item a .datetimesection .datedivider, .post-type-archive-iohr_tv .videoarchive .video-archive-item a .datetimesection .datedivider {
      font-family: "Oswald", san-serif;
      font-weight: 300;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.7rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category .videoarchive .video-archive-item a .datetimesection .datedivider, .single-iohr_tv .videoarchive .video-archive-item a .datetimesection .datedivider, .tax-iohr_tv_cat .videoarchive .video-archive-item a .datetimesection .datedivider, .post-type-archive-iohr_tv .videoarchive .video-archive-item a .datetimesection .datedivider {
        display: none; }
      .page-template-page-iohr-tv-category .videoarchive .video-archive-item a .datetimesection .date, .single-iohr_tv .videoarchive .video-archive-item a .datetimesection .date, .tax-iohr_tv_cat .videoarchive .video-archive-item a .datetimesection .date, .post-type-archive-iohr_tv .videoarchive .video-archive-item a .datetimesection .date {
        display: block; } }

.page-template-page-iohr-tv-category .videoarchive .contentexcerpt, .single-iohr_tv .videoarchive .contentexcerpt, .tax-iohr_tv_cat .videoarchive .contentexcerpt, .post-type-archive-iohr_tv .videoarchive .contentexcerpt {
  color: #fff; }
  .page-template-page-iohr-tv-category .videoarchive .contentexcerpt p, .single-iohr_tv .videoarchive .contentexcerpt p, .tax-iohr_tv_cat .videoarchive .contentexcerpt p, .post-type-archive-iohr_tv .videoarchive .contentexcerpt p {
    margin-bottom: 8px; }

.page-template-page-iohr-tv-category .videoarchive .date, .single-iohr_tv .videoarchive .date, .tax-iohr_tv_cat .videoarchive .date, .post-type-archive-iohr_tv .videoarchive .date {
  font-family: "Oswald", san-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category .videoarchive .date, .single-iohr_tv .videoarchive .date, .tax-iohr_tv_cat .videoarchive .date, .post-type-archive-iohr_tv .videoarchive .date {
      font-size: 0.925rem; } }

.page-template-page-iohr-tv-category .videoarchive .videolength, .single-iohr_tv .videoarchive .videolength, .tax-iohr_tv_cat .videoarchive .videolength, .post-type-archive-iohr_tv .videoarchive .videolength {
  font-family: "Oswald", san-serif;
  font-weight: 300;
  color: #0099ff;
  text-transform: uppercase;
  font-size: 0.7rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category .videoarchive .videolength, .single-iohr_tv .videoarchive .videolength, .tax-iohr_tv_cat .videoarchive .videolength, .post-type-archive-iohr_tv .videoarchive .videolength {
      font-size: 0.925rem; } }

.page-template-page-iohr-tv-category div.videos, .single-iohr_tv div.videos, .tax-iohr_tv_cat div.videos, .post-type-archive-iohr_tv div.videos {
  display: flex;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap;
  flex-direction: row; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-iohr-tv-category div.videos, .single-iohr_tv div.videos, .tax-iohr_tv_cat div.videos, .post-type-archive-iohr_tv div.videos {
      justify-content: normal; }
      .page-template-page-iohr-tv-category div.videos.threewide, .single-iohr_tv div.videos.threewide, .tax-iohr_tv_cat div.videos.threewide, .post-type-archive-iohr_tv div.videos.threewide {
        flex-wrap: nowrap; } }
  .page-template-page-iohr-tv-category div.videos .video-link, .single-iohr_tv div.videos .video-link, .tax-iohr_tv_cat div.videos .video-link, .post-type-archive-iohr_tv div.videos .video-link {
    vertical-align: top;
    color: #fff; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-iohr-tv-category div.videos .video-link, .single-iohr_tv div.videos .video-link, .tax-iohr_tv_cat div.videos .video-link, .post-type-archive-iohr_tv div.videos .video-link {
        /*width:50%;*/
        margin-right: 2%;
        display: block;
        flex: 0 0 49%;
        /*&:first-child:nth-last-child(1) {
					padding-right:4%;
				}*/ }
        .page-template-page-iohr-tv-category div.videos .video-link:nth-of-type(2n), .single-iohr_tv div.videos .video-link:nth-of-type(2n), .tax-iohr_tv_cat div.videos .video-link:nth-of-type(2n), .post-type-archive-iohr_tv div.videos .video-link:nth-of-type(2n) {
          margin-right: 0; }
        .page-template-page-iohr-tv-category div.videos .video-link:nth-child(3), .page-template-page-iohr-tv-category div.videos .video-link:nth-child(4), .single-iohr_tv div.videos .video-link:nth-child(3), .single-iohr_tv div.videos .video-link:nth-child(4), .tax-iohr_tv_cat div.videos .video-link:nth-child(3), .tax-iohr_tv_cat div.videos .video-link:nth-child(4), .post-type-archive-iohr_tv div.videos .video-link:nth-child(3), .post-type-archive-iohr_tv div.videos .video-link:nth-child(4) {
          /*hides 3rd and 4th videos on mobile */
          display: none; } }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category div.videos .video-link, .single-iohr_tv div.videos .video-link, .tax-iohr_tv_cat div.videos .video-link, .post-type-archive-iohr_tv div.videos .video-link {
        /*width:25%;*/
        flex: 0 0 22%;
        margin-right: 4%;
        /*&:first-child:nth-last-child(1), &:first-child:nth-last-child(2), &:first-child:nth-last-child(3) {
					padding-right:4%;
				}*/ }
        .page-template-page-iohr-tv-category div.videos .video-link:nth-of-type(4n), .single-iohr_tv div.videos .video-link:nth-of-type(4n), .tax-iohr_tv_cat div.videos .video-link:nth-of-type(4n), .post-type-archive-iohr_tv div.videos .video-link:nth-of-type(4n) {
          margin-right: 0; } }
    .page-template-page-iohr-tv-category div.videos .video-link img, .single-iohr_tv div.videos .video-link img, .tax-iohr_tv_cat div.videos .video-link img, .post-type-archive-iohr_tv div.videos .video-link img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .page-template-page-iohr-tv-category div.videos .video-link:hover img, .single-iohr_tv div.videos .video-link:hover img, .tax-iohr_tv_cat div.videos .video-link:hover img, .post-type-archive-iohr_tv div.videos .video-link:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transition: scale(1.1);
      -ms-transition: scale(1.1);
      transform: scale(1.1);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }
    .page-template-page-iohr-tv-category div.videos .video-link:hover .title, .single-iohr_tv div.videos .video-link:hover .title, .tax-iohr_tv_cat div.videos .video-link:hover .title, .post-type-archive-iohr_tv div.videos .video-link:hover .title {
      color: #ff9900; }
    .page-template-page-iohr-tv-category div.videos .video-link span.title, .single-iohr_tv div.videos .video-link span.title, .tax-iohr_tv_cat div.videos .video-link span.title, .post-type-archive-iohr_tv div.videos .video-link span.title {
      font-family: "Oswald", san-serif;
      color: #fff;
      margin-bottom: 10px;
      font-size: 0.925rem;
      line-height: 1.25rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-iohr-tv-category div.videos .video-link span.title, .single-iohr_tv div.videos .video-link span.title, .tax-iohr_tv_cat div.videos .video-link span.title, .post-type-archive-iohr_tv div.videos .video-link span.title {
          font-size: 1.125rem;
          margin-bottom: 5px; } }
    .page-template-page-iohr-tv-category div.videos .video-link .contentexcerpt, .single-iohr_tv div.videos .video-link .contentexcerpt, .tax-iohr_tv_cat div.videos .video-link .contentexcerpt, .post-type-archive-iohr_tv div.videos .video-link .contentexcerpt {
      color: #fff; }
      .page-template-page-iohr-tv-category div.videos .video-link .contentexcerpt p, .single-iohr_tv div.videos .video-link .contentexcerpt p, .tax-iohr_tv_cat div.videos .video-link .contentexcerpt p, .post-type-archive-iohr_tv div.videos .video-link .contentexcerpt p {
        margin-bottom: 8px; }
    .page-template-page-iohr-tv-category div.videos .video-link .date, .single-iohr_tv div.videos .video-link .date, .tax-iohr_tv_cat div.videos .video-link .date, .post-type-archive-iohr_tv div.videos .video-link .date {
      font-family: "Oswald", san-serif;
      font-weight: 300;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.7rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-iohr-tv-category div.videos .video-link .date, .single-iohr_tv div.videos .video-link .date, .tax-iohr_tv_cat div.videos .video-link .date, .post-type-archive-iohr_tv div.videos .video-link .date {
          font-size: 0.925rem; } }
    .page-template-page-iohr-tv-category div.videos .video-link .videolength, .single-iohr_tv div.videos .video-link .videolength, .tax-iohr_tv_cat div.videos .video-link .videolength, .post-type-archive-iohr_tv div.videos .video-link .videolength {
      font-family: "Oswald", san-serif;
      font-weight: 300;
      color: #0099ff;
      text-transform: uppercase;
      font-size: 0.7rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-iohr-tv-category div.videos .video-link .videolength, .single-iohr_tv div.videos .video-link .videolength, .tax-iohr_tv_cat div.videos .video-link .videolength, .post-type-archive-iohr_tv div.videos .video-link .videolength {
          font-size: 0.925rem; } }
  .page-template-page-iohr-tv-category div.videos .video-link-highlights, .single-iohr_tv div.videos .video-link-highlights, .tax-iohr_tv_cat div.videos .video-link-highlights, .post-type-archive-iohr_tv div.videos .video-link-highlights {
    vertical-align: top;
    display: inline-block;
    color: #fff;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-iohr-tv-category div.videos .video-link-highlights, .single-iohr_tv div.videos .video-link-highlights, .tax-iohr_tv_cat div.videos .video-link-highlights, .post-type-archive-iohr_tv div.videos .video-link-highlights {
        margin-right: 4%;
        flex-grow: 1; }
        .page-template-page-iohr-tv-category div.videos .video-link-highlights:last-of-type, .single-iohr_tv div.videos .video-link-highlights:last-of-type, .tax-iohr_tv_cat div.videos .video-link-highlights:last-of-type, .post-type-archive-iohr_tv div.videos .video-link-highlights:last-of-type {
          margin-right: 0; } }
    .page-template-page-iohr-tv-category div.videos .video-link-highlights img, .single-iohr_tv div.videos .video-link-highlights img, .tax-iohr_tv_cat div.videos .video-link-highlights img, .post-type-archive-iohr_tv div.videos .video-link-highlights img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .page-template-page-iohr-tv-category div.videos .video-link-highlights:hover img, .single-iohr_tv div.videos .video-link-highlights:hover img, .tax-iohr_tv_cat div.videos .video-link-highlights:hover img, .post-type-archive-iohr_tv div.videos .video-link-highlights:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transition: scale(1.1);
      -ms-transition: scale(1.1);
      transform: scale(1.1);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
      -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }
    .page-template-page-iohr-tv-category div.videos .video-link-highlights:hover .title, .single-iohr_tv div.videos .video-link-highlights:hover .title, .tax-iohr_tv_cat div.videos .video-link-highlights:hover .title, .post-type-archive-iohr_tv div.videos .video-link-highlights:hover .title {
      color: #ff9900; }
    .page-template-page-iohr-tv-category div.videos .video-link-highlights span.title, .single-iohr_tv div.videos .video-link-highlights span.title, .tax-iohr_tv_cat div.videos .video-link-highlights span.title, .post-type-archive-iohr_tv div.videos .video-link-highlights span.title {
      font-family: "Oswald", san-serif;
      color: #fff;
      margin-bottom: 10px;
      font-size: 0.925rem;
      line-height: 1.25rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-iohr-tv-category div.videos .video-link-highlights span.title, .single-iohr_tv div.videos .video-link-highlights span.title, .tax-iohr_tv_cat div.videos .video-link-highlights span.title, .post-type-archive-iohr_tv div.videos .video-link-highlights span.title {
          font-size: 1.125rem;
          margin-bottom: 5px;
          padding-top: 10px; } }
    .page-template-page-iohr-tv-category div.videos .video-link-highlights .contentexcerpt, .single-iohr_tv div.videos .video-link-highlights .contentexcerpt, .tax-iohr_tv_cat div.videos .video-link-highlights .contentexcerpt, .post-type-archive-iohr_tv div.videos .video-link-highlights .contentexcerpt {
      color: #fff; }
      .page-template-page-iohr-tv-category div.videos .video-link-highlights .contentexcerpt p, .single-iohr_tv div.videos .video-link-highlights .contentexcerpt p, .tax-iohr_tv_cat div.videos .video-link-highlights .contentexcerpt p, .post-type-archive-iohr_tv div.videos .video-link-highlights .contentexcerpt p {
        margin-bottom: 8px; }
    .page-template-page-iohr-tv-category div.videos .video-link-highlights .date, .single-iohr_tv div.videos .video-link-highlights .date, .tax-iohr_tv_cat div.videos .video-link-highlights .date, .post-type-archive-iohr_tv div.videos .video-link-highlights .date {
      font-family: "Oswald", san-serif;
      font-weight: 300;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.7rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-iohr-tv-category div.videos .video-link-highlights .date, .single-iohr_tv div.videos .video-link-highlights .date, .tax-iohr_tv_cat div.videos .video-link-highlights .date, .post-type-archive-iohr_tv div.videos .video-link-highlights .date {
          font-size: 0.925rem; } }
    .page-template-page-iohr-tv-category div.videos .video-link-highlights .videolength, .single-iohr_tv div.videos .video-link-highlights .videolength, .tax-iohr_tv_cat div.videos .video-link-highlights .videolength, .post-type-archive-iohr_tv div.videos .video-link-highlights .videolength {
      font-family: "Oswald", san-serif;
      font-weight: 300;
      color: #0099ff;
      text-transform: uppercase;
      font-size: 0.7rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-iohr-tv-category div.videos .video-link-highlights .videolength, .single-iohr_tv div.videos .video-link-highlights .videolength, .tax-iohr_tv_cat div.videos .video-link-highlights .videolength, .post-type-archive-iohr_tv div.videos .video-link-highlights .videolength {
          font-size: 0.925rem; } }

.row.form {
  margin-top: 1.375rem; }
  @media print, screen and (min-width: 75em) {
    .row.form {
      margin-top: 4.125rem; } }
  @media print, screen and (min-width: 40em) {
    .row.form div.small-12:first-of-type {
      padding-right: 2%; }
    .row.form div.small-12:last-of-type {
      padding-left: 2%; } }
  .row.form span {
    display: block;
    font-weight: 900;
    font-size: 0.75rem;
    margin-bottom: -1.375rem; }
    @media print, screen and (min-width: 75em) {
      .row.form span {
        font-size: 0.875rem; } }
    .row.form span i {
      display: inline;
        display-font-weight: 300;
        display-margin-bottom: 0;
        display-font-style: normal; }
    .row.form span.interest {
      margin-bottom: 2.625rem; }
      @media print, screen and (min-width: 75em) {
        .row.form span.interest {
          margin-bottom: 1.5625rem; } }
  .row.form input {
    border: none;
    background: #e5f5ff;
    width: 100%;
    height: 2.34375rem;
    line-height: 2.34375rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }
    .row.form input::-moz-placeholder {
      font-weight: 900;
      color: #000; }
    .row.form input:-ms-input-placeholder {
      font-weight: 900;
      color: #000; }
    .row.form input:-moz-placeholder {
      font-weight: 900;
      color: #000; }
    .row.form input::-webkit-input-placeholder {
      font-weight: 900;
      color: #000; }
    @media print, screen and (min-width: 75em) {
      .row.form input {
        height: 3.125rem;
        line-height: 3.125rem;
        font-size: 1rem;
        margin-bottom: 1.25rem; } }
  .row.form select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: #e5f5ff url(../assets/select@2x.png) no-repeat 88% 10px;
    background-size: 1.09375rem 0.65625rem;
    font-size: 1rem;
    overflow: hidden;
    width: 106%;
    border-radius: 0;
    border: none;
    font-size: 0.875rem;
    height: 2.34375rem;
    padding: 0.3125rem;
    /* If you add too much padding here, the options won't show in IE */ }
    @media print, screen and (min-width: 75em) {
      .row.form select {
        height: 3.125rem;
        font-size: 1rem;
        background: #e5f5ff url(../assets/select@2x.png) no-repeat 88% 19px;
        background-size: 1.625rem; } }
  .row.form span.country {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2.625rem; }
  .row.form span.collaborate {
    margin-bottom: -0.5rem; }
    @media print, screen and (min-width: 75em) {
      .row.form span.collaborate {
        margin-bottom: -1.25rem; } }
  .row.form span.know-more {
    margin-bottom: -0.625rem; }
    @media print, screen and (min-width: 75em) {
      .row.form span.know-more {
        margin-bottom: -1.25rem; } }

.interests .wpcf7-checkbox .wpcf7-list-item {
  margin: 0; }
  .interests .wpcf7-checkbox .wpcf7-list-item label {
    width: 45%;
    height: 2.34375rem;
    border: 1px solid #0099ff;
    position: relative;
    display: inline-block;
    float: left;
    margin-bottom: 0.78125rem;
    cursor: pointer;
    z-index: 1; }
    .interests .wpcf7-checkbox .wpcf7-list-item label.checked {
      background: #0099ff; }
    @media print, screen and (min-width: 75em) {
      .interests .wpcf7-checkbox .wpcf7-list-item label {
        width: 27%;
        height: 3.125rem;
        line-height: 3.125rem;
        font-size: 1rem;
        margin-bottom: 1.5625rem; } }
    .interests .wpcf7-checkbox .wpcf7-list-item label span {
      line-height: 2.34375rem;
      font-size: 0.875rem;
      font-weight: 900;
      text-align: center; }
      @media print, screen and (min-width: 75em) {
        .interests .wpcf7-checkbox .wpcf7-list-item label span {
          font-size: 1rem;
          line-height: 3.125rem; } }
    .interests .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
      visibility: hidden; }
  .interests .wpcf7-checkbox .wpcf7-list-item:nth-child(odd) label {
    margin-right: 9%; }

@media print, screen and (min-width: 75em) {
  .interests .wpcf7-list-item:nth-child(odd) label {
    margin-right: 0 !important; }
  .interests .wpcf7-list-item:nth-child(1) label,
  .interests .wpcf7-list-item:nth-child(2) label,
  .interests .wpcf7-list-item:nth-child(4) label,
  .interests .wpcf7-list-item:nth-child(5) label,
  .interests .wpcf7-list-item:nth-child(7) label,
  .interests .wpcf7-list-item:nth-child(8) label,
  .interests .wpcf7-list-item:nth-child(10) label,
  .interests .wpcf7-list-item:nth-child(11) label {
    margin-right: 9% !important; } }

textarea {
  border: 1px solid #0099ff;
  padding: 0.625rem;
  height: 10.9375rem; }
  textarea::-webkit-input-placeholder {
    font-weight: 900;
    color: #000; }
  textarea::-moz-placeholder {
    font-weight: 900;
    color: #000; }
  textarea:-ms-input-placeholder {
    font-weight: 900;
    color: #000; }
  textarea:-moz-placeholder {
    font-weight: 900;
    color: #000; }
  @media print, screen and (min-width: 75em) {
    textarea {
      font-size: 1rem;
      line-height: 1.25rem;
      width: 100%;
      padding: 1.125rem 1.625rem; } }

@media print, screen and (min-width: 75em) {
  .postcode, .country-container {
    display: inline-block !important;
    width: 45%;
    float: left;
    position: relative; } }

@media print, screen and (min-width: 75em) {
  .postcode {
    margin-right: 10%; } }

@media print, screen and (min-width: 75em) {
  .country-container {
    top: -2.9375rem; }
    .country-container span {
      position: relative;
      top: 0; } }

input[type="submit"] {
  width: 9.375rem;
  height: 2.34375rem;
  line-height: 2.34375rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  border-radius: 0.1875rem;
  display: block;
  position: relative;
  background-size: 0px 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
  background-image: url(../assets/darken.png);
  transition: background-size 0.13s ease;
  background-color: #f08500;
  height: auto;
  width: 100%;
  text-transform: uppercase;
  font-family: "Oswald";
  cursor: pointer;
  width: 9.375rem;
  margin-top: -1.6875rem; }
  input[type="submit"]:hover {
    color: #000; }
  input[type="submit"]:hover {
    border-color: transparent;
    background-size: 100% 100%; }
  @media print, screen and (min-width: 75em) {
    input[type="submit"] {
      display: inline-block;
      margin-top: 0;
      top: -73px;
      left: 53.5%;
      height: 50px;
      width: 200px;
      font-size: 16px; } }

.form-footer {
  border-top: 1px solid #0099ff;
  border-bottom: 1px solid #0099ff;
  margin-top: 1.5rem;
  padding-top: 1.375rem;
  margin-bottom: 1.5625rem; }
  @media print, screen and (min-width: 75em) {
    .form-footer {
      margin-top: -2.5rem; }
      .form-footer .small-12 {
        margin: 0 auto;
        width: 63%;
        position: relative;
        float: none;
        height: 4.125rem;
        margin-bottom: 1.4375rem; }
      .form-footer .wpcf7-list-item {
        display: block;
        margin: 0; } }
  .form-footer span.email {
    font-size: 0.75rem;
    line-height: 0.8125rem;
    display: block;
    position: relative;
    width: 60%;
    top: -27px;
    left: 49px; }
    @media print, screen and (min-width: 75em) {
      .form-footer span.email {
        font-size: 0.875rem;
        width: auto;
        top: -1.1875rem; } }

#signup span {
  margin-left: 0; }

#signup label {
  position: relative;
  cursor: pointer;
  padding: 0;
  border: 0; }
  @media print, screen and (min-width: 75em) {
    #signup label {
      display: block; } }

#signup label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #e5f5ff; }
  @media print, screen and (min-width: 75em) {
    #signup label:before {
      display: block;
      margin-top: 0.9375rem; } }

#signup label.checked {
  height: 1.5625rem; }

#signup label.checked:after {
  content: '';
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../assets/tick@2x.png) no-repeat;
  background-size: cover;
  top: 5px;
  left: 5px; }

#signup span.wpcf7-list-item-label {
  display: none; }

#signup input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

.home .page-hero {
  height: 20.9375rem; }
  @media print, screen and (min-width: 40em) {
    .home .page-hero {
      height: 40.625rem; } }

.hero-text {
  display: none; }

.slick-initialized .hero-text {
  display: block; }

.home-carousel {
  margin-left: 0;
  width: 100%;
  clear: both; }
  .home-carousel li.slick-slide {
    min-height: 20.3125rem;
    width: 100%;
    background-size: cover !important; }
    @media print, screen and (min-width: 40em) {
      .home-carousel li.slick-slide {
        height: 37.5rem;
        max-width: 100%; } }
    .home-carousel li.slick-slide .hero-text {
      top: 11.25rem;
      height: 7.5rem;
      padding-left: 1.5625rem;
      padding-right: 1.5625rem;
      position: relative;
      color: #fff;
      font-size: 0.875rem;
      line-height: 1.125rem;
      font-weight: 900;
      width: 85%;
      padding-top: 0.5rem;
      padding-right: 1rem; }
      @media print, screen and (min-width: 40em) {
        .home-carousel li.slick-slide .hero-text {
          font-size: 1.5rem;
          line-height: 1.75rem;
          top: 26.875rem; } }
      @media print, screen and (min-width: 75em) {
        .home-carousel li.slick-slide .hero-text {
          width: 78%;
          margin-left: 0.8125rem;
          padding-right: 27%;
          top: 28.125rem;
          display: flex;
          align-items: center;
          height: 6.25rem;
          padding-top: 0; } }
      .home-carousel li.slick-slide .hero-text a.btn {
        margin-top: 0.4375rem; }
        @media print, screen and (min-width: 75em) {
          .home-carousel li.slick-slide .hero-text a.btn {
            position: absolute;
            right: 5.5%;
            top: 1.125rem;
            width: 12.5rem;
            height: 3.125rem;
            line-height: 3.125rem;
            font-size: 1rem; } }
    @media print, screen and (min-width: 75em) {
      .home-carousel li.slick-slide .vw {
        max-width: 71.875rem;
        position: relative;
        margin: 0 auto; } }

.slick-next, .slick-prev {
  display: none !important; }

ul.slick-dots {
  list-style: none;
  display: block;
  position: relative;
  text-align: center;
  height: 0.625rem;
  margin-left: -2px;
  margin-top: 0.125rem;
  margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    ul.slick-dots {
      margin-top: 1.25rem; } }
  ul.slick-dots li {
    display: inline-block;
    margin: 0 auto;
    height: 0.46875rem; }
    ul.slick-dots li button {
      width: 0.46875rem;
      height: 0.46875rem;
      border-radius: 100%;
      margin: 0 auto;
      margin-left: 0.28125rem;
      margin-right: 0.28125rem;
      background: #000;
      overflow: hidden;
      text-indent: -999em; }
      @media print, screen and (min-width: 40em) {
        ul.slick-dots li button {
          width: 0.9375rem;
          height: 0.9375rem;
          margin-left: 0.5rem;
          margin-right: 0.5rem; } }
    ul.slick-dots li.slick-active button {
      background: #ff9900; }

h1.leadin {
  display: block;
  font-size: 1.375rem;
  line-height: 1.5rem;
  text-align: center;
  width: 96%;
  margin: 0 auto;
  margin-top: 1.1875rem; }
  @media print, screen and (min-width: 75em) {
    h1.leadin {
      font-size: 2.75rem;
      margin-top: 1.5625rem;
      margin-bottom: 3.125rem; } }

.home-vid {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  color: #fff;
  margin-bottom: 1.25rem; }
  .home-vid a {
    color: #fff; }
  @media print, screen and (min-width: 40em) {
    .home-vid {
      padding-right: 0; } }
  .home-vid div.blue-grad {
    padding-top: 1.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.0625rem; }
    @media print, screen and (min-width: 40em) {
      .home-vid div.blue-grad {
        padding-top: 1.25rem;
        padding-left: 6%;
        min-height: 9.375rem; } }
  .home-vid .title {
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .home-vid .title {
        font-size: 1.5rem;
        line-height: 1.5rem; } }
  .home-vid .text {
    font-size: 0.875rem;
    line-height: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .home-vid .text {
        font-size: 1.125rem;
        line-height: 1.5rem; } }

.for-small {
  background: #f0f0f0;
  margin-top: 1.25rem;
  padding: 1.5625rem 1.25rem; }
  @media print, screen and (min-width: 75em) {
    .for-small {
      display: none; } }
  .for-small .side-link span.text {
    display: none; }
  .for-small .side-link a.link {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-style: italic;
    color: #fff !important; }

.for-medium {
  display: none; }
  @media print, screen and (min-width: 75em) {
    .for-medium {
      display: block;
      padding-top: 4.3125rem; }
      .for-medium .home-vid {
        padding-left: 0;
        margin-left: .9375rem;
        width: 98%; }
        .for-medium .home-vid img {
          width: 100%;
          height: 31.25rem; }
      .for-medium .other-link {
        margin-bottom: 3.125rem;
        padding-left: 0; }
      .for-medium .small-8 {
        padding-left: 0;
        padding-right: 0; }
      .for-medium .img {
        height: 9.375rem;
        overflow: hidden; }
      .for-medium .small-4 {
        padding-right: 0; }
        .for-medium .small-4 .small-12 {
          padding-right: 0; }
          .for-medium .small-4 .small-12 .title {
            font-weight: 900;
            font-size: 1.5rem;
            line-height: 1.5rem;
            color: #fff; }
          .for-medium .small-4 .small-12 div.text {
            padding-top: 25px;
            padding-left: 15%;
            padding-bottom: 1.875rem;
            height: 9.375rem; }
          .for-medium .small-4 .small-12 span.text {
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #fff;
            position: relative; }
            .for-medium .small-4 .small-12 span.text p {
              margin-bottom: 0; }
          .for-medium .small-4 .small-12 a {
            font-style: italic;
            font-size: 1rem;
            line-height: 1.5rem;
            color: #fff; } }

.shad {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  position: relative;
  overflow: auto;
  margin-left: .9375rem; }
  .shad .columns {
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .home-vid:hover .blue-grad,
  .other-link:hover .blue-grad,
  .side-link:hover .blue-grad {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001138+0,007acc+100 */
    background: #001138;
    /* Old browsers */
    background: -moz-linear-gradient(top, #001138 0%, #007acc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #001138 0%, #007acc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #001138 0%, #007acc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001138', endColorstr='#007acc',GradientType=0 );
    /* IE6-9 */ } }

a.biglink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

@media print, screen and (min-width: 75em) {
  .no-pad {
    padding-left: 0;
    padding-right: 0; } }

.no-pad-all {
  padding-left: 0;
  padding-right: 0; }

.no-pad-left {
  padding-left: 0; }
  @media screen and (max-width: 39.9375em) {
    .no-pad-left {
      padding-right: 0; } }

.page-template-full-width .page-container, .page-template-full-width-img .page-container {
  padding-bottom: 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-full-width .page-container, .page-template-full-width-img .page-container {
      padding-bottom: 3.125rem; } }

.home a.biglink {
  display: none; }

.home .home-vid,
.home .other-link {
  position: relative; }
  .home .home-vid a,
  .home .other-link a {
    display: block; }

.report-links .medium-6.columns img {
  width: 100%;
  height: 313px;
  object-fit: cover; }

.share {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .share {
      padding-bottom: 1.25rem;
      margin-bottom: 2.5rem;
      margin-top: 2.5rem; } }
  .share.video {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0; }
    @media print, screen and (min-width: 40em) {
      .share.video {
        display: flex;
        justify-content: space-between;
        padding-top: 0.5rem; } }
    @media print, screen and (min-width: 75em) {
      .share.video {
        margin-bottom: 2.5rem; } }
    .share.video #breadcrumbs {
      margin-top: 10px;
      display: inline-block;
      font-family: "Oswald", sans-serif; }
      @media screen and (max-width: 39.9375em) {
        .share.video #breadcrumbs {
          font-size: 0.8rem; } }
      .share.video #breadcrumbs span > span a {
        padding: 0 7px 0 0; }
      .share.video #breadcrumbs span > span span a {
        padding: 0 7px; }
      .share.video #breadcrumbs span > span span span a {
        padding: 0 7px; }
      .share.video #breadcrumbs a {
        color: #fff;
        top: 0 !important; }
      .share.video #breadcrumbs .breadcrumb_last {
        font-weight: bold;
        padding: 0 7px; }
  .share.shareright {
    justify-content: flex-end; }
  .share .title {
    font-family: "Oswald", sans-serif;
    color: #999;
    font-weight: 600; }
  .share .twitter,
  .share .facebook,
  .share .mail {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.625rem;
    display: inline-block;
    background-size: cover !important;
    background-position: top;
    top: 0.125rem;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .share .twitter,
      .share .facebook,
      .share .mail {
        width: 1.875rem;
        height: 1.875rem;
        margin-right: 0.625rem;
        top: 0.5625rem; }
        .share .twitter:hover,
        .share .facebook:hover,
        .share .mail:hover {
          background-position: bottom; } }
  .share .twitter {
    background: url(../assets/twitter.png) no-repeat; }
  .share .facebook {
    background: url(../assets/face.png) no-repeat;
    margin-left: 0.875rem; }
  .share .mail {
    background: url(../assets/email.png) no-repeat; }
  @media screen and (max-width: 39.9375em) {
    .share .videoshare {
      display: block;
      padding: 5px 0;
      clear: both; }
      .share .videoshare.middleshare {
        border-top: 1px solid #fff;
        margin-top: 15px; } }
  .share .videoshare .title {
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-transform: none; }
  .share .videoshare .twitter,
  .share .videoshare .facebook,
  .share .videoshare .mail {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.625rem;
    display: inline-block;
    background-size: cover !important;
    background-position: top;
    top: 0.125rem;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .share .videoshare .twitter,
      .share .videoshare .facebook,
      .share .videoshare .mail {
        width: 1.875rem;
        height: 1.875rem;
        margin-right: 0.625rem;
        top: 0.5625rem; }
        .share .videoshare .twitter:hover,
        .share .videoshare .facebook:hover,
        .share .videoshare .mail:hover {
          background-position: bottom; } }
  .share .videoshare .twitter {
    background: url(../assets/twitter-alternate.png) no-repeat; }
  .share .videoshare .facebook {
    background: url(../assets/face-alternate.png) no-repeat;
    margin-left: 0.875rem; }
  .share .videoshare .mail {
    background: url(../assets/email-alternate.png) no-repeat;
    margin-right: 0; }

.social-media.twitter, .social-media.facebook, .social-media.mail {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
  margin-right: 0.625rem !important;
  display: inline-block;
  background-size: cover !important;
  top: 0.125rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .social-media.twitter, .social-media.facebook, .social-media.mail {
      width: 1.875rem !important;
      height: 1.875rem !important;
      margin-right: 0.9375rem !important;
      top: 0.5625rem; }
      .social-media.twitter:hover, .social-media.facebook:hover, .social-media.mail:hover {
        opacity: 0.8; } }

.social-media.twitter {
  background: url(../assets/twitter.png) no-repeat !important; }

.social-media.facebook {
  background: url(../assets/face.png) no-repeat !important;
  margin-left: 0.625rem; }

.social-media.mail {
  background: url(../assets/email.png) no-repeat !important; }

/* iohr about page 201806 */
.page-template-page-about .row.main-content {
  margin-bottom: 1.8rem; }

.page-template-page-about iframe {
  /* video iframe box shadow */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.page-template-page-about .image-content img {
  margin-bottom: 10px; }

.page-template-page-about .share {
  margin-top: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #0a0a0a; }
  @media screen and (max-width: 39.9375em) {
    .page-template-page-about .share {
      margin-bottom: 40px; } }
  .page-template-page-about .share #breadcrumbs a {
    color: #0a0a0a; }
  @media screen and (max-width: 39.9375em) {
    .page-template-page-about .share .middleshare {
      border-top: 1px solid #000; } }
  .page-template-page-about .share .title {
    color: #0a0a0a; }
  .page-template-page-about .share .mail {
    background: url(../assets/email-black-alternate.png) no-repeat;
    margin-right: 0; }

.page-template-page-about .side > div {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-about .side > div {
      float: right;
      margin-bottom: 3.125rem; } }

.page-template-page-about .side .new-link-caption {
  background-color: #fefefe;
  padding: 15px 20px 40px 20px;
  margin: 0;
  font-family: "Oswald", san-serif;
  font-weight: 600;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 7px 10px 20px 10px; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-about .side .new-link-caption {
      font-size: 1.1rem;
      line-height: 1.3rem;
      padding: 15px 20px 40px 20px; } }

.small-hidden {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .small-hidden {
      display: block; } }

@media print, screen and (min-width: 40em) {
  .medium-hidden {
    display: none; } }

@media print, screen and (min-width: 75em) {
  .medium-hidden {
    display: block; } }

@media print, screen and (min-width: 75em) {
  .large-hidden {
    display: none; } }

/*** makes nav menu item for 'iohr tv' highlighted when in any of the tv section **/
.iohr_tv-template-default header .off-canvas ul li a[href*="iohr-tv"], .tax-iohr_tv_cat header .off-canvas ul li a[href*="iohr-tv"], .post-type-archive-iohr_tv header .off-canvas ul li a[href*="iohr-tv"] {
  /* use href* (with the * symbol) as this then checks for whether the URL string 'contains' this text and then shows it */
  border-bottom: 0.625rem solid #ff9900; }

.home .grey {
  margin-bottom: 1.5625rem; }
  @media print, screen and (min-width: 75em) {
    .home .grey {
      margin-bottom: 3.125rem; } }

.home .page-container .row {
  margin-left: 0;
  margin-right: 0; }

.home h1, .home a.button, .home h1 p {
  font-family: "Oswald"; }

.home p {
  font-family: "merriweather"; }

.home .page-hero {
  height: 20.3125rem;
  background-size: cover; }
  @media print, screen and (min-width: 75em) {
    .home .page-hero {
      height: 37.5rem; } }
  .home .page-hero a.btn.trans {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    margin-left: 1.40625rem;
    text-transform: uppercase;
    border-radius: 0;
    font-family: "Oswald";
    letter-spacing: initial;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: max-content; }
    @media print, screen and (min-width: 75em) {
      .home .page-hero a.btn.trans {
        font-size: 1rem;
        line-height: 3.125rem;
        height: 3.125rem;
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        margin-top: 0.75rem;
        bottom: -1rem; } }

.home .iohrtv {
  height: 22.5rem;
  display: block;
  clear: both;
  padding: 0; }
  @media print, screen and (min-width: 75em) {
    .home .iohrtv {
      height: 40.625rem;
      padding-right: 1rem; } }
  .home .iohrtv .slides {
    height: 20.9375rem;
    padding: 0;
    margin: 0;
    margin-left: 0; }
    @media print, screen and (min-width: 75em) {
      .home .iohrtv .slides {
        height: 40.625rem; } }
    .home .iohrtv .slides li {
      overflow: hidden;
      padding: 0;
      margin: 0;
      height: 20.9375rem; }
      @media print, screen and (min-width: 75em) {
        .home .iohrtv .slides li {
          height: 40.625rem; } }
      .home .iohrtv .slides li a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1; }
      .home .iohrtv .slides li img.hide-for-medium {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        @media print, screen and (min-width: 40em) {
          .home .iohrtv .slides li img.hide-for-medium {
            display: none; } }
      .home .iohrtv .slides li img.show-for-medium {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        @media print, screen and (min-width: 40em) {
          .home .iohrtv .slides li img.show-for-medium {
            display: block; } }
      .home .iohrtv .slides li .cat {
        position: absolute;
        top: 9.875rem;
        font-size: 0.9375rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background: #ff9900;
        color: #000;
        font-family: "Oswald";
        left: 0.9375rem;
        line-height: 1.6875rem;
        height: 1.6875rem; }
        @media print, screen and (min-width: 75em) {
          .home .iohrtv .slides li .cat {
            font-size: 1.25rem;
            height: 2.25rem;
            line-height: 2.25rem;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            left: 1.25rem;
            top: 32.25rem; } }
      .home .iohrtv .slides li .text {
        position: absolute;
        top: 11.5625rem;
        left: 0.9375rem;
        max-width: 88%; }
        @media print, screen and (min-width: 75em) {
          .home .iohrtv .slides li .text {
            padding: 1.25rem;
            left: 0;
            top: 33.25rem;
            max-width: 100%; } }
        .home .iohrtv .slides li .text p {
          background: #fff;
          color: #000;
          font-family: "Oswald";
          font-size: 0.9375rem;
          line-height: 1.125rem;
          letter-spacing: initial;
          padding: 0.9375rem; }
          @media print, screen and (min-width: 75em) {
            .home .iohrtv .slides li .text p {
              font-size: 1.25rem;
              line-height: 1.5rem; } }
  @media print, screen and (min-width: 75em) {
    .home .iohrtv ul.slick-dots {
      margin-top: 0.4375rem; } }
  .home .iohrtv ul.slick-dots li button {
    width: .46875rem;
    height: .46875rem;
    border-radius: 100%;
    margin: 0 auto;
    margin-left: .28125rem;
    margin-right: .28125rem;
    background: transparent;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid; }
    @media print, screen and (min-width: 75em) {
      .home .iohrtv ul.slick-dots li button {
        width: 0.625rem;
        height: 0.625rem; } }
  .home .iohrtv ul.slick-dots li.slick-active button {
    background: #000;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid; }

.home .tile {
  height: 12.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5625rem; }
  @media print, screen and (min-width: 75em) {
    .home .tile {
      margin-bottom: 3.125rem; } }
  .home .tile a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; }
  .home .tile img.hide-for-medium {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .home .tile img.hide-for-medium {
        display: none; } }
  .home .tile img.show-for-medium {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .home .tile img.show-for-medium {
        display: block;
        max-width: 200%;
        width: auto;
        height: 100%; } }
  .home .tile .cat {
    position: absolute;
    top: 6.125rem;
    font-size: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #ff9900;
    color: #000;
    font-family: "Oswald";
    left: 0.9375rem;
    line-height: 1.6875rem;
    height: 1.6875rem; }
    @media print, screen and (min-width: 75em) {
      .home .tile .cat {
        font-size: 1.25rem;
        height: 2.25rem;
        line-height: 2.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        left: 1.25rem;
        top: 10.3125rem; } }
  .home .tile .text {
    position: absolute;
    top: 7.8125rem;
    left: 0.9375rem;
    max-width: 88%; }
    @media print, screen and (min-width: 75em) {
      .home .tile .text {
        padding: 1.25rem;
        left: 0;
        top: 11.25rem;
        max-width: 100%; } }
    .home .tile .text p {
      background: #fff;
      color: #000;
      font-family: "Oswald";
      font-size: 0.9375rem;
      line-height: 1.125rem;
      letter-spacing: initial;
      padding: 0.9375rem; }
      @media print, screen and (min-width: 75em) {
        .home .tile .text p {
          font-size: 1.25rem;
          line-height: 1.5rem; } }

.home .black {
  height: 12.5rem;
  background: #000;
  color: #fff;
  margin-bottom: 1.5625rem;
  padding: 1.5625rem;
  position: relative; }
  @media print, screen and (min-width: 75em) {
    .home .black {
      padding: 3.125rem;
      height: 21.875rem;
      margin-bottom: 3.125rem;
      width: 47.66%; }
      .home .black:first-of-type {
        margin-right: 4.34%; } }
  .home .black img {
    width: 3.5625rem;
    position: relative;
    display: block; }
    @media print, screen and (min-width: 75em) {
      .home .black img {
        width: 5.5625rem; } }
  .home .black span.title {
    font-family: "Oswald";
    font-size: 1.5625rem;
    margin-bottom: 1.5625rem;
    display: block;
    margin-bottom: 0.625rem; }
    @media print, screen and (min-width: 75em) {
      .home .black span.title {
        font-size: 3.125rem; } }
  .home .black p {
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #fff; }
    @media print, screen and (min-width: 75em) {
      .home .black p {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700; } }
  .home .black a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; }

@media print, screen and (min-width: 75em) {
  .home .side {
    width: 30.4%;
    float: right;
    padding-left: 0 !important;
    padding-top: 0;
    background: transparent; }
    .home .side .columns {
      padding-left: 0;
      padding-right: 0; }
    .home .side .tile {
      height: 18.75rem !important; } }

@media print, screen and (min-width: 75em) {
  .home .other-tiles .tile {
    height: 25rem;
    margin-bottom: 3.125rem; }
    .home .other-tiles .tile .cat {
      top: 16.5rem; }
    .home .other-tiles .tile .text {
      top: 17.5rem; }
    .home .other-tiles .tile.medium-12 img {
      height: auto;
      width: 100%; }
    .home .other-tiles .tile.medium-3, .home .other-tiles .tile.medium-4, .home .other-tiles .tile.medium-6 {
      margin-right: 4.34%; }
      .home .other-tiles .tile.medium-3.last-row, .home .other-tiles .tile.medium-4.last-row, .home .other-tiles .tile.medium-6.last-row {
        margin-right: 0;
        float: left !important; }
  .home .other-tiles .medium-3 {
    width: 21.74%; }
  .home .other-tiles .medium-4 {
    width: 30.44%; }
  .home .other-tiles .medium-6 {
    width: 47.83%; } }

ul.breadcrumbs {
  font-family: "Oswald";
  font-size: 0.875rem;
  margin-top: -0.5rem; }

.single .grey {
  background: #e0e0e0; }

.single .page-hero .title-box {
  background: #0066cc;
  color: #fff;
  font-family: "Oswald";
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  position: relative;
  width: 85.9375%;
  margin: 0 auto;
  top: 12.5rem;
  padding: 0.9375rem 1.375rem; }
  @media print, screen and (min-width: 40em) {
    .single .page-hero .title-box {
      font-size: 3.125rem;
      line-height: 3.125rem;
      max-width: 43.75rem;
      margin-left: 0;
      top: 25rem; } }

.single .leadin p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 1.8125rem; }
  @media print, screen and (min-width: 75em) {
    .single .leadin p {
      font-size: 2rem;
      line-height: 2.5rem;
      margin-bottom: 2.5rem; } }

.single .date {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: block; }
  @media print, screen and (min-width: 75em) {
    .single .date {
      font-size: 1rem; } }

* {
  letter-spacing: initial; }

.share, .social-media {
  height: 2.9375rem;
  padding-top: 0.125rem; }
  @media print, screen and (min-width: 75em) {
    .share, .social-media {
      height: 3.25rem; } }
  .share a, .social-media a {
    top: 0.4375rem !important;
    position: relative; }
  .share span.title, .social-media span.title {
    text-transform: uppercase;
    font-size: 0.75rem; }
    @media print, screen and (min-width: 40em) {
      .share span.title, .social-media span.title {
        font-size: 1rem; } }

@media print, screen and (min-width: 75em) {
  .single .blg .breadcrumbs {
    margin-top: -1.9375rem;
    margin-bottom: 1.0625rem; } }

h1 {
  font-family: "Oswald";
  font-size: 1.5625rem;
  line-height: 1.5625rem; }

h2 {
  font-family: "Oswald";
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  letter-spacing: -0.025em; }

h3 {
  font-family: "Oswald";
  font-size: 0.9375rem;
  line-height: 1.125rem; }

h4 {
  font-family: "Oswald";
  font-size: 0.9375rem;
  line-height: 1.125rem; }

@media print, screen and (min-width: 75em) {
  h1 {
    font-family: "Oswald";
    font-size: 3.125rem;
    line-height: 3.125rem; }
  h2 {
    font-family: "Oswald";
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.025em; }
  h3 {
    font-family: "Oswald";
    font-size: 1.25rem;
    line-height: 1.5rem; }
  h4 {
    font-family: "Oswald";
    font-size: 1.25rem;
    line-height: 1.5rem; } }

.big-box {
  background: #0066cc;
  color: #fff;
  position: relative;
  width: 85.9375%;
  margin: 0 auto;
  top: 10rem;
  padding: 0.9375rem 1.375rem; }
  @media print, screen and (min-width: 75em) {
    .big-box {
      font-size: 3.125rem;
      line-height: 3.125rem;
      max-width: 43.75rem;
      margin-left: 0;
      top: 25rem; } }
  .big-box p {
    font-family: "Merriweather";
    display: none;
    font-size: 0.75rem;
    line-height: 1.125rem; }
    .big-box p:first-of-type {
      display: block; }
    @media print, screen and (min-width: 75em) {
      .big-box p {
        display: block; } }

@media print, screen and (min-width: 75em) {
  .page-id-996 .stripe-box h1 {
    font-size: 2.75rem; } }

.page-id-996 .page-hero {
  height: 26.125rem; }
  @media print, screen and (min-width: 75em) {
    .page-id-996 .page-hero {
      height: 37.5rem; }
      .page-id-996 .page-hero .big-box {
        max-width: 31.25rem;
        margin-top: 3.125rem;
        top: 0;
        width: 31.25rem;
        left: 55.5%; }
        .page-id-996 .page-hero .big-box p {
          font-size: 1rem;
          line-height: 1.5rem; } }

.stripe-box {
  background: #000;
  color: #fff;
  margin-top: 0px;
  position: relative;
  letter-spacing: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  width: 100%; }
  .stripe-box h1 {
    text-transform: none;
    margin-top: initial !important; }
  @media print, screen and (min-width: 75em) {
    .stripe-box {
      padding-top: 1.4375rem;
      padding-bottom: 1.4em; }
      .stripe-box h1 {
        font-size: 2.75rem;
        line-height: 2.75rem;
        margin-top: auto !important;
        margin-bottom: auto !important; } }

.black-title {
  position: relative;
  background: #000;
  color: #fff;
  font-family: "oswald";
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.9375rem;
  width: max-content;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .black-title.top {
    margin-top: 0.9375rem; }
  @media print, screen and (min-width: 75em) {
    .black-title {
      height: 2.25rem;
      line-height: 2.25rem;
      font-size: 1.25rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.latest-blogs-external {
  margin-top: 1.25rem; }
  @media print, screen and (min-width: 75em) {
    .latest-blogs-external {
      margin-top: 3.3125rem;
      margin-bottom: 5.75rem; } }
  .latest-blogs-external ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .latest-blogs-external ul li {
      position: relative;
      margin-bottom: 0.9375rem;
      display: block;
      padding-left: 0.9375rem; }
      @media print, screen and (min-width: 75em) {
        .latest-blogs-external ul li {
          font-size: 2rem;
          padding-left: 1.625rem; } }
      .latest-blogs-external ul li:before {
        display: block;
        content: ">";
        color: #0066cc;
        position: absolute;
        top: -0.3125rem;
        left: 0;
        font-size: 1.25rem; }
        @media print, screen and (min-width: 75em) {
          .latest-blogs-external ul li:before {
            font-size: 2rem;
            top: -0.625rem; } }
      .latest-blogs-external ul li a {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.5625rem;
        display: block;
        text-decoration: underline; }
        @media print, screen and (min-width: 75em) {
          .latest-blogs-external ul li a {
            font-size: 2rem;
            line-height: 2.25rem; } }
      .latest-blogs-external ul li:last-of-type {
        margin-bottom: 2.5rem; }

.blogs .article {
  background-size: cover !important;
  height: 12.5rem;
  margin-bottom: 1.5625rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .blogs .article {
      height: 25rem; } }
  @media print, screen and (min-width: 75em) {
    .blogs .article {
      width: 29.4%;
      padding: 0;
      height: 25rem;
      margin-bottom: 3.125rem; }
      .blogs .article:nth-child(3n+2) {
        margin-right: 3.125rem;
        margin-left: 3.125rem; } }
  .blogs .article a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  .blogs .article .inner {
    width: 85.9375%;
    margin: 0 auto;
    margin-top: 2.75rem;
    position: relative; }
    @media print, screen and (min-width: 75em) {
      .blogs .article .inner {
        width: 85%;
        margin-top: 9.6875rem; } }
  .blogs .article .blog {
    width: 3.75rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
    color: #fff;
    font-family: "Oswald";
    text-align: center;
    font-size: 0.9375rem;
    position: relative;
    background: #0066cc;
    display: block; }
    @media print, screen and (min-width: 75em) {
      .blogs .article .blog {
        font-size: 1.25rem;
        width: 5.125rem;
        height: 2.25rem;
        line-height: 2.25rem; } }
  .blogs .article .content {
    background: #fff;
    height: 7.0625rem;
    padding: 0.9375rem;
    width: 100%; }
    @media print, screen and (min-width: 75em) {
      .blogs .article .content {
        padding: 1.375rem;
        height: 12rem; } }
    .blogs .article .content .title {
      font-size: 0.9375rem;
      line-height: 1.125rem;
      font-family: "Oswald"; }
      @media print, screen and (min-width: 75em) {
        .blogs .article .content .title {
          font-size: 1.25rem;
          line-height: 1.5rem; } }
    .blogs .article .content .date {
      font-size: 0.75rem;
      line-height: 1.125rem;
      font-weight: 700;
      margin-bottom: 1.125rem;
      display: block; }
      @media print, screen and (min-width: 75em) {
        .blogs .article .content .date {
          font-size: 1rem;
          line-height: 1.5rem; } }
    .blogs .article .content p {
      font-size: 0.75rem;
      line-height: 1.125rem; }
      @media print, screen and (min-width: 75em) {
        .blogs .article .content p {
          font-size: 1rem;
          line-height: 1.5rem; } }

ul.trending {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  margin-top: 1.25rem;
  margin-botom: 1.25rem; }
  ul.trending li {
    position: relative;
    margin-bottom: 0.625rem;
    display: block;
    padding-left: 0.9375rem; }
    ul.trending li:before {
      display: block;
      content: ">";
      color: #0066cc;
      position: absolute;
      top: -2px;
      left: 0; }
      @media print, screen and (min-width: 75em) {
        ul.trending li:before {
          font-size: 1rem; } }
    ul.trending li a {
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 1.125rem;
      display: block;
      text-decoration: none; }
      @media print, screen and (min-width: 75em) {
        ul.trending li a {
          font-size: 1rem;
          line-height: 1.5rem; } }

.single .side-area, .editorial .side-area {
  margin-top: 0.875rem; }
  .single .side-area ul, .editorial .side-area ul {
    margin-bottom: 2.75rem; }
    .single .side-area ul.external li, .editorial .side-area ul.external li {
      padding-left: 1.25rem; }
    .single .side-area ul.external li, .single .side-area ul.external a, .editorial .side-area ul.external li, .editorial .side-area ul.external a {
      font-size: 1.3125rem;
      line-height: 1.5625rem;
      letter-spacing: -0.025em; }
      @media print, screen and (min-width: 75em) {
        .single .side-area ul.external li, .single .side-area ul.external a, .editorial .side-area ul.external li, .editorial .side-area ul.external a {
          font-size: 1rem !important;
          line-height: 1.5rem !important; } }

@media print, screen and (min-width: 75em) {
  .single .page-container .large-collapse .large-9, .editorial .page-container .large-collapse .large-9 {
    padding-right: 1.5625rem; }
  .single .page-container .large-collapse .large-3, .editorial .page-container .large-collapse .large-3 {
    padding-left: 1.5625rem;
    padding-top: 7.6875rem; } }

footer .orange {
  color: #ff9900; }

footer h2 {
  font-size: 0.9375rem;
  margin-bottom: 1.125rem; }
  @media print, screen and (min-width: 75em) {
    footer h2 {
      font-size: 1.25rem;
      margin-bottom: 2rem; } }

footer .gridfix ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: rem-cal(32); }
  footer .gridfix ul li {
    line-height: 1.125rem;
    margin-left: 0; }
    @media print, screen and (min-width: 75em) {
      footer .gridfix ul li {
        line-heiught: 1.5rem; } }
    footer .gridfix ul li a {
      text-decoration: none;
      font-size: 0.75rem; }
      @media print, screen and (min-width: 75em) {
        footer .gridfix ul li a {
          font-size: 1rem; } }

footer .gridfix.end {
  margin-bottom: 1.125rem; }

.tile.is-blog .cat {
  background: #0066cc;
  color: #fff; }

header {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.52); }
  @media print, screen and (min-width: 75em) {
    header {
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.52);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.52);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.52); } }

.page-template-footer-page .page-hero {
  height: 9.28125rem;
  background: #e0e0e0;
  z-index: -1;
  letter-spacing: initial;
  display: flex;
  align-items: center; }
  @media print, screen and (min-width: 40em) {
    .page-template-footer-page .page-hero {
      height: 18.75rem; } }
  .page-template-footer-page .page-hero h1 {
    margin-bottom: 0; }

@media print, screen and (min-width: 75em) {
  .blogs .article.column:last-child:not(:first-child), .blogs .article.columns:last-child:not(:first-child), .blogs .article.column.columns:last-child:not(:first-child), .blogs .article.columns:last-child:not(:first-child) {
    float: left; } }

.after-footer {
  margin-bottom: 0 !important;
  padding-top: 1.375rem;
  color: #666 !important;
  background: #000 !important; }
  .after-footer:before {
    display: block;
    position: relative;
    width: 100%;
    height: 0.0625rem;
    background: #666;
    content: " "; }
  .after-footer img.flogo {
    width: 3.75rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem; }
    @media print, screen and (min-width: 75em) {
      .after-footer img.flogo {
        float: left;
        width: 5rem;
        margin-top: 1.8125rem;
        margin-right: 1.25rem; } }
  .after-footer .grey {
    background: #000; }
  .after-footer strong {
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 0.84375rem; }
    @media print, screen and (min-width: 40em) {
      .after-footer strong {
        font-size: 1rem;
        line-height: 1.125rem; } }
  .after-footer p {
    font-size: 0.65625rem;
    line-height: 0.65625rem; }
    @media print, screen and (min-width: 40em) {
      .after-footer p {
        font-size: 0.875rem;
        line-height: 1.125rem; } }
    @media print, screen and (min-width: 75em) {
      .after-footer p {
        margin-top: 1.8125rem;
        font-size: 0.75rem;
        line-height: 1rem; } }
  .after-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5625rem;
    margin-top: -0.625rem; }
    @media print, screen and (min-width: 75em) {
      .after-footer ul {
        margin-top: 1.5625rem; } }
    .after-footer ul li {
      padding-left: 0; }
      @media print, screen and (min-width: 75em) {
        .after-footer ul li {
          line-height: 1rem; } }
      .after-footer ul li a {
        font-size: 0.625rem;
        line-height: 1.3125rem;
        color: #666; }
        @media print, screen and (min-width: 40em) {
          .after-footer ul li a {
            font-size: 0.75rem;
            line-height: 0.75rem; } }
  @media print, screen and (min-width: 75em) {
    .after-footer .legal {
      width: 36.33333%; } }

.home .blurb-box {
  margin-top: 1.5625rem;
  margin-left: 0.3125rem;
  background: transparent !important; }
  .home .blurb-box a.btn.trans {
    margin-left: 0;
    margin-bottom: 0.0625rem;
    margin-top: 0;
    position: absolute !important;
    bottom: 1.5625rem !important;
    font-family: "Oswald";
    width: auto; }
    @media print, screen and (min-width: 75em) {
      .home .blurb-box a.btn.trans {
        bottom: 6.25rem !important; } }
  @media print, screen and (min-width: 40em) {
    .home .blurb-box {
      margin-top: 3.125rem;
      margin-left: 0;
      width: 70%;
      height: 100%; } }
  .home .blurb-box h1 p, .home .blurb-box h1 strong {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    text-transform: uppercase; }
    @media print, screen and (min-width: 40em) {
      .home .blurb-box h1 p, .home .blurb-box h1 strong {
        font-size: 3.125rem;
        line-height: 3.125rem; } }
  .home .blurb-box h1 strong {
    display: table;
    margin-bottom: -1.5rem !important;
    background: #fff;
    padding: 0 0.625rem;
    position: relative;
    font-weight: normal;
    height: 1.5625rem;
    width: max-content; }
    @media print, screen and (min-width: 40em) {
      .home .blurb-box h1 strong {
        height: 3.75rem;
        margin-bottom: -3rem !important; } }
  @media print, screen and (min-width: 40em) {
    .home .blurb-box .text {
      margin-top: 3.125rem; } }
  .home .blurb-box .text p {
    font-size: 0.75rem;
    line-height: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .home .blurb-box .text p {
        font-size: 1rem;
        line-height: 2.125rem; } }
    .home .blurb-box .text p strong {
      margin-top: 25px;
      display: table;
      margin-bottom: -1.5rem !important;
      background: #fff;
      padding: 0 0.625rem;
      position: relative;
      font-weight: normal;
      height: 1.25rem;
      width: max-content; }
      @media print, screen and (min-width: 40em) {
        .home .blurb-box .text p strong {
          height: 2.125rem; } }

.blue-side-header {
  margin-top: 0.9375rem;
  height: 1.6875rem;
  line-height: 1.6875rem;
  font-size: 0.9375rem;
  font-family: "Oswald";
  text-transform: uppercase;
  width: 100%;
  position: relative;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002067+0,0094f8+100 */
  background: #002067;
  /* Old browsers */
  background: -moz-linear-gradient(top, #002067 0%, #0094f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002067 0%, #0094f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002067 0%, #0094f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002067', endColorstr='#0094f8',GradientType=0 );
  /* IE6-9 */
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .blue-side-header {
      font-size: 1.25rem;
      height: 3.125rem;
      line-height: 3.125rem;
      margin-top: 0.1875rem; } }

ul.others, ul.trending {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  ul.others li, ul.trending li {
    margin-left: 0;
    padding-left: 0;
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding-left: 0.625rem;
    position: relative;
    border-bottom: 1px solid #ff9900;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      ul.others li, ul.trending li {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-left: 0.875rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; } }
    ul.others li:before, ul.trending li:before {
      content: ">";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      color: #ff9900;
      top: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        ul.others li:before, ul.trending li:before {
          top: 0.75rem; } }
    ul.others li a, ul.trending li a {
      text-decoration: none; }
      @media print, screen and (min-width: 75em) {
        ul.others li a:hover, ul.trending li a:hover {
          text-decoration: underline; } }
    ul.others li span.date, ul.trending li span.date {
      display: block;
      font-weight: 700; }

ul.trending li {
  border-bottom: 1px solid #0066cc; }

.editorial .content h1 {
  font-family: "Merriweather";
  font-size: 1.3125rem;
  line-height: 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .editorial .content h1 {
      font-size: 2rem;
      line-height: 2.5rem;
      margin-bottom: 3.125rem; } }

.editorial .content .main-date {
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: block; }
  @media print, screen and (min-width: 40em) {
    .editorial .content .main-date {
      margin-bottom: 1.5rem; } }

.editorial .content p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 1.125rem; }
  @media print, screen and (min-width: 40em) {
    .editorial .content p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 1.5rem; } }

@media print, screen and (min-width: 75em) {
  .editorial .large-9 {
    padding-right: 1.5625rem !important; }
  .editorial .large-3 {
    padding-left: 1.5625rem !important;
    padding-top: 7.6875rem; } }

.area-text {
  background: #fff;
  color: #000;
  font-family: "Oswald";
  padding: 0 0.625rem;
  position: absolute;
  bottom: 0.625rem;
  left: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .area-text {
      left: 0;
      height: 5rem;
      padding: 0 1.25rem;
      bottom: 1.25rem; } }
  .area-text p {
    font-size: 1.5625rem;
    line-height: 2.5rem; }
    @media print, screen and (min-width: 40em) {
      .area-text p {
        line-height: 5rem;
        font-size: 3.125rem; } }

.page-hero .page-container {
  position: relative;
  height: 100%; }

.page-template-footer-page .page-hero {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002067+0,0094f8+100 */
  background: #002067;
  /* Old browsers */
  background: -moz-linear-gradient(top, #002067 0%, #0094f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002067 0%, #0094f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002067 0%, #0094f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002067', endColorstr='#0094f8',GradientType=0 );
  /* IE6-9 */ }
  .page-template-footer-page .page-hero h1 {
    color: #fff; }

p {
  font-size: 0.75rem;
  line-height: 1.125rem; }
  @media print, screen and (min-width: 40em) {
    p {
      font-size: 1rem;
      line-height: 1.5rem; } }

@media print, screen and (min-width: 75em) {
  #menu-item-34 ul {
    width: 220px; } }

.side .new-link {
  position: relative;
  height: 62vw;
  margin-bottom: 1.5625rem;
  background-size: cover !important; }
  .side .new-link a.btn {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .side .new-link a.btn {
        left: 1.25rem;
        bottom: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .side .new-link {
      width: 100%;
      padding-bottom: 100%;
      height: initial;
      margin-bottom: 3.125rem; } }
  .side .new-link.about-links {
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .side .new-link.about-links {
        height: 45vw; } }
    @media print, screen and (min-width: 40em) {
      .side .new-link.about-links {
        padding-bottom: 80%; } }
    .side .new-link.about-links a.btn {
      bottom: 0;
      text-align: left;
      left: 0;
      text-align: left;
      padding-left: 10px;
      padding-right: 10px;
      width: auto; }
      @media screen and (max-width: 39.9375em) {
        .side .new-link.about-links a.btn {
          font-size: 1rem; } }
      @media print, screen and (min-width: 40em) {
        .side .new-link.about-links a.btn {
          font-size: 1.3rem;
          padding-left: 20px;
          padding-right: 20px; } }

.image-left-text {
  background: #e0e0e0;
  background-clip: content-box;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .image-left-text {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .image-left-text img {
    max-width: 6.25rem; }
    @media print, screen and (min-width: 40em) {
      .image-left-text img {
        max-width: 25%;
        float: left;
        display: inline-block; } }
  .image-left-text div.text {
    padding: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .image-left-text div.text {
        float: left;
        display: flex;
        align-items: center;
        width: 75%;
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        background: transparent; } }
    .image-left-text div.text p {
      margin-bottom: 0; }

@media print, screen and (min-width: 75em) {
  .home .iohrtv .slides li .cat,
  .home .tile .cat {
    background-size: 0px 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0;
    background-image: url(../assets/darken.png);
    transition: background-size 0.13s ease;
    background-color: #ff9900;
    height: auto; }
  .home .iohrtv .slides li a:hover ~ .cat,
  .home .tile a:hover ~ .cat {
    border-color: transparent;
    background-size: 100% 100%; } }

.home .tile.is-blog .cat {
  background-size: 0px 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU4RkE5MEY5MzU5MzExRThCQ0ZFOEJDRDE5OTUwODY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU4RkE5MEZBMzU5MzExRThCQ0ZFOEJDRDE5OTUwODY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RThGQTkwRjczNTkzMTFFOEJDRkU4QkNEMTk5NTA4NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RThGQTkwRjgzNTkzMTFFOEJDRkU4QkNEMTk5NTA4NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6eWqUBAAAADklEQVR42mJgME4DCDAAANAAmgv25bMAAAAASUVORK5CYII=);
  transition: background-size 0.13s ease;
  background-color: #0066cc;
  color: #fff;
  height: auto; }

.home .tile.is-blog a:hover ~ .cat {
  border-color: transparent;
  background-size: 100% 100%; }
