*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

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

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

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

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.container-lg {
	max-width: 1335px;
  width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.container-md {
  width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.container-sm {
	max-width: 1040px;
  width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.bg-container {
  max-width: 2000px;
	margin: 0 auto;
}

@media (max-width: 1050px) {

}

/* Temp */

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
@font-face {
    font-family: 'FA-Pro';
    src: url('https://7209291.fs1.hubspotusercontent-na1.net/hubfs/7209291/Illuminate%20Theme/fonts/font-awesome/Font%20Awesome%205%20Pro-Light-300.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FA-Pro';
    src: url('https://7209291.fs1.hubspotusercontent-na1.net/hubfs/7209291/Illuminate%20Theme/fonts/font-awesome/Font%20Awesome%205%20Pro-Regular-400.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FA-Solid';
    src: url('https://7209291.fs1.hubspotusercontent-na1.net/hubfs/7209291/Illuminate%20Theme/fonts/font-awesome/Font%20Awesome%205%20Pro-Solid-900.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FA-Brands';
    src: url('https://7209291.fs1.hubspotusercontent-na1.net/hubfs/7209291/Illuminate%20Theme/fonts/font-awesome/Font%20Awesome%205%20Brands-Regular-400.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
  font: normal normal normal 14px/1 FA-Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
	content: "\f002";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-close:before {
	content: "\f00d";
}

.fa-home:before {
	font: normal normal normal 14px/1 FA-Solid;
  content: "\f015";
}

.fa-phone:before {
	font: normal normal normal 14px/1 FA-Solid;
  content: "\f095";
}

.fa-angle-down:after {
  content: "\f107";
}

i.fa-angle-down:before {
  content: "";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-arrow-right:after {
	content: "\f061";
}

i.fa-arrow-right:before {
	content: "";
}

.fa-play:before {
	font: normal normal normal 14px/1 FA-Solid;
  content: "\f04b";
}

.fa-book:before {
	font: normal normal normal 14px/1 FA-Solid;
  content: "\f02d";
}

.fa-instagram:before {
  content: "\f16d";
	font: normal normal normal 14px/1 FontAwesome;
}

.fa-envelope:before {
	font: normal normal normal 14px/1 FA-Solid;
  content: "\f0e0";
}

html {
  font-size: 19px;
}

html,body {
	scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}


* {
  box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #4c4c4e;
	overflow-x: hidden;
}

/* Paragraphs */

p {
  font-size: 1rem;
	margin: 0 0 1.05rem;
	line-height: 1.57rem;
}

p:last-child,
li:last-child {
	margin: 0;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #b1181e;
	text-decoration: none;
	font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.1rem 0;
}

h1,
h2,
h6 {
	font-weight: 300;
}

h2,
h5 {
	color: #629bb2;
}

h3,
h5 {
	font-weight: normal;
}

h3,
h4 {
	color: #b1181e;
}

h1 {
  font-size: 4.15rem; /* 79px */
	color: #dc3a26;
	line-height: 5rem;
}

h2 {
  font-size: 3.15rem; /* 60px */
	line-height: 3.15rem;
}

h3 {
  font-size: 2.36rem; /* 45px */
	line-height: 2.36rem;
}

h4 {
  font-size: 1.42rem; /* 27px */
	font-weight: bold;
	line-height: 2rem;
}

h5 {
  font-size: 1.10rem; /* 21px */
	line-height: 1.57rem;
}

h6 { 
  font-size: 1.68rem; /* 32px */
	line-height: 2.3rem;
	color: #58585b;
}

table h1,
table h2,
table h1,
table h4,
table h5,
table h6 {
	margin: 0;
}

img {
	max-width: 100% !important;
}

/* Animate CSS adjustments */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
	animation-fill-mode: none !important;
}

/* Lists */

ul,
ol {
  font-size: 1rem;
	margin: 0 0 1.57rem;
}

ul li,
ol li {
	margin: 0 0 1.05rem;
	line-height: 1.57rem;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {

}

/* Blockquotes */

blockquote {

}

/* Horizontal rules */

hr {

}

/* Subscripts and superscripts */

sup,
sub {

}

sup {

}

sub {

}

/* Focus styles */

:focus {

}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {

}

button:disabled,
.button:disabled {

}

button:hover,
button:focus,
.button:hover,
.button:focus {

}

button:active,
.button:active {

}

/* CTA Styles */

[class*="-btn"] {
	font-size: 0.84rem;
	text-transform: uppercase;
	transition: all 0.2s ease;
	display: inline-block;
	margin: 10px 0;
}

.sq-btn:after, .line-btn:after, .line-btn-red:after {
	content: "\f061";
	display: inline-block;
  font: normal normal normal 14px/1 FA-Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	padding-left: 20px;
	transition: all 0.2s ease;
	font-weight: 300;
}

.line-btn:after {
	position: absolute;
}

.sq-btn:hover:after,
.line-btn:hover:after {
	padding-left: 30px;
}

.sq-btn {
	padding: 20px 30px;
	background: #f6ca37;
	color: #4c4c4e
}

.sq-btn.sm {
	padding: 10px 15px;
}

.sq-btn:hover {
	text-decoration: none;
	color: white;
	background: #b1181e;
}

.line-btn {
	color: #9a9489;
	position: relative;
	padding-top: 20px;
}

.line-btn:before {
	content: "";
	display: inline-block;
	height: 2px;
	width: 60%;
	background: #dc3a26;
	position: absolute;
	left: 0;
	top: 0;
}

.line-btn:hover {
	color: #4c4c4e;
	text-decoration: none;
}

.line-btn-red {
	color: #b1181e;
	position: relative;
	padding-top: 20px;
	font-size: 1.42rem;
	text-transform: capitalize;
}

.line-btn-red:before {
	content: "";
	display: inline-block;
	height: 2px;
	width: 100%;
	background: #dc3a26;
	position: absolute;
	left: 0;
	top: 0;
}

/* i[class*="fa"]:before {  /* Please setup a different selector for this css rule. This effects module and menu icons. */
  display: none;
} */
/* Form */

form {

}

.hs-form-field {

}

/* Labels */

form div.field > label {
  position: absolute;
  left: -999999%;
}

form div.field > legend {
  color: #b1181e;
  font-size: 1.42rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  position: relative;
  left: 0px;
}



/* form div.hs-fieldtype-checkbox > label,
form div.hs-fieldtype-radio > label,
form div.hs-fieldtype-date > label {
position: relative;
left: 0px;
} */

/* form .form-columns-2 div:nth-child(2).hs-fieldtype-checkbox > label,
form .form-columns-2 div:nth-child(2).hs-fieldtype-radio > label,
form .form-columns-2 div:nth-child(2).hs-fieldtype-date > label {
left: 20px;
} */

/* Help text - legends */

form legend {

}

/* Inputs */

.input {
  margin: 0 0 40px 0 !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=state],
select,
textarea {
  border: solid 1px #555656;
  font-size: 1rem;
  padding: 15px 25px;
  width: 100% !important;
  line-height: 1.75;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=state]:focus,
select:focus,
textarea:focus {

}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input::after {
  content: "\f107";
  font: normal normal normal 26px/1 FontAwesome;
  color: #9a9489;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 1em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

textarea {
  min-height: 145px;
}

fieldset, input {
  max-width: 100% !important;
}

.input ul {
  display: flex;
  flex-direction: column;
  flex-flow: column wrap;
  max-height: 150px;
}

::-webkit-input-placeholder {

}

::-moz-placeholder {

}

:-ms-input-placeholder {

}

:-moz-placeholder {

}

::placeholder {

}

/* Inputs - checkbox/radio */

form .inputs-list {
  list-style-type: none;
  padding: 0;
}

.inputs-list > li {

}

.inputs-list input,
.inputs-list span {

}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  margin-right: 10px;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {

}

.fn-date-picker .pika-table thead th {

}

.fn-date-picker td.is-today .pika-button {

}

.fn-date-picker td.is-selected .pika-button {

}

.fn-date-picker td .pika-button:hover {

}

/* Inputs - file picker */

input[type=file] {

}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {

}

form .hs-richtext img {

}

form .header {

}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {

}

/* Validation */

.hs-form-required {

}

.hs-input.invalid.error {

}

.hs-error-msgs {
  padding: 0;
  margin: 0;
  position: relative;
}

.hs-error-msgs label {
  color: red;
  position: absolute;
  top: -40px;
  font-size: 0.875rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background: #f6ca37;
  font-size: 0.84rem;
  color: #4c4c4e;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 60px 20px 30px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  text-decoration: none;
  color: white;
  background: #b1181e;
}

form .hs-submit .actions:after {
  content: "\f061";
  display: inline-block;
  font: normal normal normal 14px/1 FA-Pro;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: -40px;
  transition: all 0.2s ease;
}

form .hs-submit .actions:hover:after {
  color: white;
  /* 	padding-left: 30px; */
}

/* Captcha */

.grecaptcha-badge {

}



/* Media Queries */
@media (min-width: 768px) {
  form fieldset.form-columns-2 > div:first-child .input {
    margin-right: 20px !important;
  }
  form fieldset.form-columns-2 > div:last-child .input {
    margin-left: 0px !important;
  }
}

@media (max-width: 767px) {
  .input {
    margin: 0 0 15px 0 !important;
  }
  .hs-error-msgs label {
    position: relative;
    top: -15px;
  }
}
/* Table */

table {
  border: none !important;
}

tbody + tbody {

}

th, tr, td {
  border: none !important;
}

th, td {
	padding: 20px 30px;
}

th {
	font-size: 1.42rem;
	color: #b1181e;
	font-weight: bold;
	text-align: left;
}

td {
	border-bottom: 1px solid #DCDCDC !important;
}

table tr:nth-child(2n) {
	background: #F3F2F0;
}

table tr:nth-child(2n+1) {
	background: white;
}

@media (max-width: 767px) {
	th, td {
	  padding: 10px 20px;
  }
}
.skip-to-main {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 999999999;
  background: white;
  padding: 10px;
  border-right: 2px solid #B1181E;
  border-bottom: 2px solid #B1181E;
  border-bottom-right-radius: 5px;
  transition: all 0.2s ease;
}

.skip-to-main.active {
  top: 0;
}

header.header {
  padding-top: 120px;
}

.header .header__container {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
}

.header .header__container .nav-wrapper {
  border-top: 10px solid #b1181e;
  background: white;
  display: flex;
  align-items: center;
  padding: 20px 50px 10px 50px;
  position: relative;
  z-index: 99999;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.19);
  transition: all 0.2s ease;
}

.header .header__container .nav-wrapper .logo img {
  max-height: 75px;
  height: 100%;
  width: auto !important;
  transition: all 0.2s ease;
}

.header .header__container .nav-wrapper .quick-links {
  margin-left: auto;
}

.header .header__container .nav-wrapper .quick-links li {
  margin: 0;
}

.header .header__container .nav-wrapper .quick-links li:last-child a, .header .header__container .quick-links.mobile li:last-child a {
  color: #dc3a26;
}

.header .header__container .nav-wrapper .quick-links a, .header .header__container .quick-links.mobile a {
  font-size: 0.8rem;
  color: #9a9489;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 900;
}

.header .header__container .nav-wrapper .search {
  padding: 0 50px;
  display: flex;
  align-items: center;
}

.header .header__container .nav-wrapper .search p {
  margin: 0;
  font-size: 0.8rem;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-weight: 900;
  cursor: pointer;
}

.header .header__container .nav-wrapper .search p.active {
  width: 30px;
}

.header .header__container .nav-wrapper .search p i {
  padding: 10px;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  font-size: 15px;
  line-height: 1.5;
  margin: 5px 0;
}

.header .header__container .nav-wrapper .search form input.hs-search-field__input {
  width: 0 !important;
  padding: 0;
  border: none;
  font-size: 0.75rem;
  transition: all 0.2s ease;
}

.header .header__container .nav-wrapper .search form input.hs-search-field__input.active {
  width: 200px !important;
  padding: 10px;
  border: solid 1px #555656;
}

.search .hs-search-field__suggestions.closed {
  pointer-events: none;
  opacity: 0;
}

.search .hs-search-field__suggestions.open {
  pointer-events: auto;
  opacity: 1;
}

.header .header__container .nav-wrapper .menu-open {
  background: #f6ca37;
  padding: 20px 35px;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: -50px;
  cursor: pointer;
  font-size: 0.8rem;
}

.header .header__container .nav-wrapper .menu-open i {
  padding-left: 10px;
}

.header .header__container {
  pointer-events: none;
}

.header .header__container .nav-wrapper,
.header .header__container .menu-wrapper .navigation-primary {
  pointer-events: all;
}
.header .header__container .quick-links.mobile {
  display: none !important;
}

.header .calendar-image {
  max-width: 35px !important;
  margin-left: 10%;
}

@media screen and (max-width: 767px) {
  .header .calendar-image {
    margin-right: 20px;
  }
  .header .header__container .nav-wrapper .logo {
    margin-right: 10px;
  }
}

@media (max-width: 1050px) {
  header.header {
    padding-top: 200px;
  }
  .header .header__container .nav-wrapper {
    padding: 25px 25px 10px 25px;
    box-shadow: unset;
  }
  .header .header__container .nav-wrapper .logo img {
    max-width: 130px;
  }
  .header .header__container .nav-wrapper .quick-links {
    display: none !important;
  }
  .header .header__container .quick-links.mobile {
    display: block !important;
    pointer-events: auto;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 19%);
  }
  .header .header__container .quick-links.mobile ul {
    background-color: #fff;
    flex-flow: row;
    gap: 10px;
    padding: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .header .header__container .quick-links.mobile ul li {
    width: fit-content;
    margin: 0;
  }
  .header .header__container .nav-wrapper .menu-open {
    margin-left: auto;
    margin-right: -25px;
  }
  .header .header__container .nav-wrapper .search.desktop {
    display: none;
  }
}
.footer {
	padding: 50px 0px;
}

.footer .footer__container {
	display: flex;
}

.footer .footer__container .logo {
	max-width: 235px;
	text-align: center;
}

.footer .footer__container .logo img {
	width: auto !important;
	max-height: 100px;
}

.footer .contact-info {
	padding: 0 140px;
}

.footer .contact-info p {
	margin: 0;
}

.footer .contact-info i {
	color: #dc3a26;
}

.footer .contact-info .links {
	margin-top: 20px;
}

.footer .contact-info .links ul li:not(:last-child) {
	margin: 0 50px 0 0;
}

.footer .contact-info .links ul li a {
	color: #9a9489;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: .8rem;
}

.footer .social {
	margin-left: auto;
}

@media (max-width: 1050px) {
	.footer .footer__container {
	  display: block;
  }
	
	.footer .contact-info {
	  padding: 50px 0;
  }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

.blog-header {
	overflow: hidden;
}

.blog-header .blog-index__post--feat {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
	align-items: center;
}

.blog-header .blog-index__post--feat .blog-index__post-content h1 {
	font-size: 2.89rem;
	line-height: 3.5rem;
	margin=bottom: 20px;
}

.blog-header .blog-index__post--feat .blog-index__post-content h1 a {
	font-weight: normal;
	text-decoration: none;
}

.blog-header .blog-index__post--feat .blog-index__post-content h4 {
	color: #9A9489;
	margin-bottom: 0;
}

.blog-header .blog-index__post--feat .blog-index__post-image img {
	width: 100%;
}

.blog-index__post--feat  .read-article {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
}

.blog-index__post--feat  .read-article:before {
	content: "";
	display: block;
	width: 40px;
	height: 55px;
	background: #F6CA37;
	margin-right: 20px;
}

.blog-index__post--feat .read-article i {
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
	.blog-header .container-lg {
	  padding: 0 70px;
  }
	.blog-header .blog-index__post--feat,
	.body-container--blog-index .posts-area {
		padding-top: 100px;
	}
	.blog-header .blog-index__post--feat .blog-index__post-content,
	.blog-header .blog-index__post--feat .blog-index__post-image {
		-webkit-box-flex:  0;
		-ms-flex:  0 0 50%;
		flex:  0 0 50%;
	}
	.blog-header .blog-index__post--feat .blog-index__post-content {
		padding-right: 100px;
	}
	.blog-header .blog-index__post--feat .blog-index__post-image img {
		height: 550px;
		width: 100%;
		object-fit: cover;
		margin-right: 50vw;
	}
}

@media screen and (max-width: 1280px) {
	.blog-header .blog-index__post--feat .blog-index__post-image img {
		height: 335px;
		width: 100%;
		object-fit: cover;
		margin-right: 50vw;
	}
}

@media screen and (max-width: 768px) {
  .blog-header .blog-index__post--feat {
		flex-direction: column;
		padding: 25px 0;
	}
	.blog-header .blog-index__post--feat .blog-index__post-content {
		order: 2;
		text-align: center;
		padding-top: 25px;
	}
	.body-container--blog-index .posts-area {
		padding-top: 50px;
	}
	.blog-header .blog-index__post--feat .blog-index__post-image {
		order: 1;
	}
	.blog-header .blog-index__post--feat .blog-index__post-image img {
		height: 188px;
		width: calc(100% + 40px);
    position: relative;
		object-fit: cover;
	}
	.blog-header .blog-index__post--feat .read-article {
		left: 10px;
	}
}

/* Blog header - author listing */
/* Blog header - tag listing */

.blog-header.tag-author h1 {
  font-size: 2.89rem;
}

.blog-header.tag-author .blog-header__inner {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	padding-top: 100px;
}

.blog-header.tag-author .blog-header__inner img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 20px;
}

.tag-author .read-article {
  left: 60px;
  top: 40px;
}

@media screen and (min-width: 768px) {
	.blog-header.tag-author {
		padding: 0 70px;
	}
}

@media screen and (max-width: 768px) {
	.blog-header.tag-author h1,
	.blog-header.tag-author .blog-header__author-avatar {
    text-align: center;
  }
	.blog-header.tag-author .blog-header__inner {
		display: block;
	}
}
/* Blog listing */
.blog-index__post .read-article {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	position: relative;
	left: 10px;
	color: white;
}

.blog-index__post .read-article:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%, -50%);
	display: block;
	width: 30px;
	height: 45px;
	background: #F6CA37;
}

.blog-index__post .read-article i {
	padding-left: 10px;
}

.body-container--blog-index .posts-area {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-container--blog-index .filter-sort {
	-webkit-box-flex:  0;
  -ms-flex:  0 0 calc(30% - 30px);
  flex:  0 0 calc(30% - 30px);
	align-self: flex-start;
	background-color: #F3F2F0;
	padding: 100px 40px 100px 70px;
	margin-right: 30px;
}

.body-container--blog-index .filter-sort h3 {
	color: #629BB2;
	font-weight: 300;
	border-bottom: 1px solid #9A9489;
	padding-bottom: 20px;
}

.body-container--blog-index .filter-sort ul {
	padding: 0;
	list-style-type: none;
}

.body-container--blog-index .blog-index {
	-webkit-box-flex:  0;
  -ms-flex:  0 0 calc(70% - 30px);
  flex:  0 0 calc(70% - 30px);
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	margin-right: 30px;
}

.blog-index__post {
	-webkit-box-flex:  0;
  -ms-flex:  0 0 calc(33.33% - 16px);
  flex:  0 0 calc(33.33% - 16px);
	margin: 0px 8px 50px 8px;
	background-color: #F3F2F0;
}

.blog-index__post-image {
	position: relative;
}

.blog-index__post-image img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	margin-bottom: -5px;
}

.blog-index__post-image .read-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(88, 88, 91, 0.7);
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	text-decoration: none;
	opacity: 0;
	transition: all 0.2s ease;
}

.blog-index__post-image:hover .read-overlay {
	opacity: 1;
}

.blog-index__post .blog-index__post-content {
	padding: 30px;
}

.blog-index__post .blog-index__post-content .blog-post__tag-link {
	color: #58585B;
	font-weight: 600;
	font-size: 0.84rem;
	border-bottom: 2px solid #DC3A26;
	text-decoration: none;
}

.blog-index__post .blog-index__post-content h2 {
	font-size: 1.16rem;
	line-height: 1.5rem;
	text-decoration: none;
	margin: 10px 0;
}

.blog-index__post .blog-index__post-content .date {
	font-weight: bold;
	margin: 0;
}

@media screen and (max-width: 1280px) {
	.blog-index__post {
	  -webkit-box-flex:  0;
    -ms-flex:  0 0 50%;
    flex:  0 0 50%;
  }
}

@media screen and (max-width: 1045px) {
	.body-container--blog-index .posts-area {
		flex-direction: column;
	}
	.body-container--blog-index .posts-area .blog-index {
		order: 1;
		margin: 0;
		padding: 0 50px;
	}
	.body-container--blog-index .posts-area .filter-sort {
		order: 2;
		margin: 50px 0 0 0;
		padding: 50px 70px;
		width: 100%;
	}
	.blog-index__post {
		padding: 0px 20px 30px 20px;
	}
}

@media screen and (max-width: 768px) {
	.body-container--blog-index .posts-area .blog-index {
	  display: block;
		margin-right: 0;
		padding: 0;
  }
	.body-container--blog-index .posts-area .filter-sort {
		padding: 50px 20px;
	}
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
	width: 100%;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #4c4c4e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #629bb2;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #629bb2;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #4c4c4e;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #629bb2;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #629bb2;
}

/* Blog post */
.body-container--blog-post .content-wrapper {
  position: relative;
	padding: 0 70px;
}

.body-container--blog-post .blog-index__post--feat  .read-article {
	left: 60px;
	top: 40px;
}

.blog-post .featured__image img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	margin: 30px 0px 50px 0px;
}

.blog-post .blog-post__meta {
	text-align: center;
	padding-top: 100px;
}

.blog-post .blog-post__meta h1 {
	color: #629BB2;
	font-size: 3.15rem;
}

.blog-post .blog-post__meta .blog-post__timestamp {
  font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.blog-post .blog-post__body {
	padding: 0 40px;
}

@media screen and (max-width: 768px) {
	.blog-post .featured__image img {
		height: 188px;
		width: calc(100% + 40px);
    position: relative;
		object-fit: cover;
		margin: 30px 0px;
	}
}

/* Blog related posts */

.blog-recent-posts {
  margin-top: 100px;
}

.blog-recent-posts .intro-text {
  text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.blog-recent-posts .intro-text h2 {
	font-size: 2.63rem;
}

.blog-recent-posts .related-posts {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-recent-posts .related-posts .blog-index__post:nth-child(4) {
	display: none !important;
}

@media screen and (max-width: 1280px) {
	.blog-recent-posts .blog-index__post {
	  -webkit-box-flex:  0;
    -ms-flex:  0 0 33.33%;
    flex:  0 0 33.33%;
  }
}

@media screen and (max-width: 1045px) {
	.blog-recent-posts .blog-index__post {
		padding: 0px 8px 30px 8px;
	}
}

@media screen and (max-width: 768px) {
	.body-container--blog-post .content-wrapper {
		padding: 0px 20px;
	}
	.blog-recent-posts {
		margin-top: 50px;
	}
	.blog-recent-posts .related-posts {
	  display: block;
  }
	.blog-recent-posts .blog-index__post {
	  -webkit-box-flex:  0;
    -ms-flex:  0 0 100%;
    flex:  0 0 100%;
  }
	.blog-post .blog-post__body {
		padding: 0px;
	}
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
/*   margin: 0 auto;
  max-width: 700px; */
  padding: 3rem 1.4rem;
}

.systems-page .terms {
	overflow-wrap: break-word;
  word-wrap: break-word;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
	margin-top: 20px;
}

form#email-prefs-form input[type=submit] {
	padding: 20px 30px;
}

#email-prefs-form .item,
#email-prefs-form .subscribe-options {
	margin-bottom: 20px;
}

#email-prefs-form .item .item-inner .checkbox-row {
	font-weight: bold;
}

#email-prefs-form .item .item-inner p {
	margin-top: 5px;
	font-size: 0.85rem;
}

#email-prefs-form .subscribe-options label {
	font-weight: bold;
	color: #dc3a26;
}

@media (max-width: 767px) {
	#email-prefs-form h1,
	.back-unsub h1 {
		font-size: 3rem;
		line-height: 1.5;
	}

	#email-prefs-form h2,
	.sub-conf h2 {
		font-size: 2rem;
		line-height: 1;
	}
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}