/**
 * Theme Name: ExtraMile Communications WordPress Theme
 * Theme URI: https://www.extramilecommunications.com/
 * Author: ExtraMile Dev Squad
 * Author URI: https://www.extramilecommunications.com/
 * Template: emc
 * Description: The base theme template for ExtraMile
 * Version: 1.0.0
 */
/**
 * Variables used throughout all template themes to style the website.
 */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: local('Barlow Light'), local('Barlow-Light'), url(https://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E3p-ks51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow Regular'), local('Barlow-Regular'), url(https://fonts.gstatic.com/s/barlow/v3/7cHpv4kjgoGqM7E_DMs8.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'), url(https://fonts.gstatic.com/s/barlow/v3/7cHqv4kjgoGqM7E30-8s51op.ttf) format('truetype');
}
/**
 * Site style dependencies.
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*! normalize.css v8.0.0 | 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;
}
/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
/**
 * Site mixins.
 */
.wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.text-wrapper {
  max-width: 650px;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-between-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.flex-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-space-children {
  width: 100%;
  max-width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.bk-image-cover {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
}
.bk-image-cover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.6);
}
.ul-items li {
  position: relative;
  padding-left: 30px;
}
.ul-items li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #D30030;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ol-items {
  counter-reset: ollist;
}
.ol-items > li {
  position: relative;
  padding-left: 30px;
}
.ol-items > li:before {
  counter-increment: ollist;
  content: counters(ollist, '.');
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #D30030;
  font-size: 22px;
  font-weight: bold;
}
/**
 * Base styling.
 */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4A4A4A;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
img {
  max-width: 100%;
}
/**
 * Site typography styling.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 54px;
    line-height: 1.1;
  }
}
h2 {
  color: #4A4A4A;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: #4A4A4A;
}
/**
 * Site buttons styling.
 */
.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  vertical-align: middle;
  padding: 15px 25px;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  -webkit-transition: background-color ease 0.1s, color ease 0.1s;
  -o-transition: background-color ease 0.1s, color ease 0.1s;
  transition: background-color ease 0.1s, color ease 0.1s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 768px) {
  .button {
    white-space: nowrap;
  }
}
.button.button-primary {
  color: #ffffff;
  background-color: #D30030;
}
.button.button-primary:hover {
  background-color: #ba002a;
}
.button.button-primary.button-flat,
.button.button-primary.button-flat-alt {
  background-color: transparent;
  color: #D30030;
}
.button.button-primary.button-flat:hover,
.button.button-primary.button-flat-alt:hover {
  color: #ffffff;
  background-color: #D30030;
}
.button.button-secondary {
  color: #ffffff;
  background-color: #e5e5e5;
}
.button.button-secondary:hover {
  background-color: #d8d8d8;
}
.button.button-secondary.button-flat,
.button.button-secondary.button-flat-alt {
  background-color: transparent;
  color: #e5e5e5;
}
.button.button-secondary.button-flat:hover,
.button.button-secondary.button-flat-alt:hover {
  color: #ffffff;
  background-color: #e5e5e5;
}
.button.button-light-grey {
  color: #4A4A4A;
  background-color: #E7EAED;
}
.button.button-light-grey:hover {
  background-color: #d8dde2;
}
.button.button-light-grey.button-flat,
.button.button-light-grey.button-flat-alt {
  background-color: transparent;
  color: #E7EAED;
}
.button.button-light-grey.button-flat:hover,
.button.button-light-grey.button-flat-alt:hover {
  color: #4A4A4A;
  background-color: #E7EAED;
}
.button.button-grey {
  color: #ffffff;
  background-color: #E7EAED;
}
.button.button-grey:hover {
  background-color: #d8dde2;
}
.button.button-grey.button-flat,
.button.button-grey.button-flat-alt {
  background-color: transparent;
  color: #E7EAED;
}
.button.button-grey.button-flat:hover,
.button.button-grey.button-flat-alt:hover {
  color: #ffffff;
  background-color: #E7EAED;
}
.button.button-text {
  color: #ffffff;
  background-color: #4A4A4A;
}
.button.button-text:hover {
  background-color: #3d3d3d;
}
.button.button-text.button-flat,
.button.button-text.button-flat-alt {
  background-color: transparent;
  color: #4A4A4A;
}
.button.button-text.button-flat:hover,
.button.button-text.button-flat-alt:hover {
  color: #ffffff;
  background-color: #4A4A4A;
}
.button.button-white {
  color: #4A4A4A;
  background-color: #ffffff;
}
.button.button-white:hover {
  background-color: #f2f2f2;
}
.button.button-white.button-flat,
.button.button-white.button-flat-alt {
  background-color: transparent;
  color: #ffffff;
}
.button.button-white.button-flat:hover,
.button.button-white.button-flat-alt:hover {
  color: #4A4A4A;
  background-color: #ffffff;
}
.button.button-flat-alt svg,
.button.button-normal-alt svg {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .button.button-flat-alt svg,
  .button.button-normal-alt svg {
    margin: 0 15px 0 0;
  }
}
.button svg {
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .button svg {
    margin: 0 0 0 15px;
  }
}
/**
 * Default mobile and desktop menu styling.
 */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li a {
  display: inline-block;
  color: #8F8F8F;
}
@media only screen and (min-width: 768px) {
  nav ul li a {
    display: block;
  }
}
nav > ul > li {
  display: block;
  position: relative;
  text-align: right;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  nav > ul > li {
    display: inline-block;
    text-align: left;
    padding: 0;
  }
}
nav > ul > li.menu-item-has-children {
  padding-right: 35px;
}
nav > ul > li.menu-item-has-children.toggled > .sub-menu {
  display: block;
}
@media only screen and (min-width: 768px) {
  nav > ul > li.menu-item-has-children {
    padding-right: 0;
  }
  nav > ul > li.menu-item-has-children.toggled > .sub-menu {
    display: none;
  }
  nav > ul > li.menu-item-has-children:hover {
    background-color: #dbe0e4;
  }
  nav > ul > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
nav > ul > li.menu-item-has-children:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #cad1d7;
}
nav > ul > li.menu-item-has-children:before:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  nav > ul > li.menu-item-has-children:before {
    display: none;
  }
}
nav > ul > li.menu-item-has-children:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #D30030 transparent transparent transparent;
  position: absolute;
  top: 19px;
  right: 6px;
}
@media only screen and (min-width: 768px) {
  nav > ul > li.menu-item-has-children:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li > a {
    text-align: center;
    padding: 15px 10px;
  }
  nav > ul > li > a:hover {
    background-color: #dbe0e4;
  }
}
nav > ul > li .sub-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  nav > ul > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    background-color: #dbe0e4;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
nav > ul > li .sub-menu > li {
  position: relative;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  nav > ul > li .sub-menu > li {
    padding: 0;
  }
}
nav > ul > li .sub-menu > li.menu-item-has-children.toggled > .sub-menu {
  display: block;
}
@media only screen and (min-width: 768px) {
  nav > ul > li .sub-menu > li.menu-item-has-children.toggled > .sub-menu {
    display: none;
  }
  nav > ul > li .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li .sub-menu > li > a {
    padding: 12px 15px;
  }
  nav > ul > li .sub-menu > li > a:hover {
    background-color: #d0d6dc;
  }
}
nav > ul > li .sub-menu > li > .sub-menu {
  display: block;
}
@media only screen and (min-width: 768px) {
  nav > ul > li .sub-menu > li > .sub-menu {
    display: none;
    top: 0;
    left: 100%;
  }
}
header {
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  header + .banner {
    margin-top: -50px;
  }
}
header .top {
  background-color: #e5e5e5;
}
@media only screen and (min-width: 768px) {
  header .top .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .top .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 300px) {
  header .top .social {
    display: block;
  }
}
header .top .social a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 0;
  -webkit-transition: color ease 0.15s;
  -o-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
header .top .social a:first-child {
  padding-left: 0;
}
header .top .social a:last-child {
  padding-right: 0;
}
header .top .social a:hover {
  color: #D30030;
}
@media screen and (min-width: 300px) {
  header .top .social a {
    padding: 12px 10px;
    font-size: 22px;
  }
}
header .top .social .burger {
  float: right;
  font-size: 22px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  header .top .social .burger {
    display: none;
  }
}
header .top .menu a {
  color: #ffffff;
}
header .top .top-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  header .top .top-menu {
    display: block;
  }
}
header .top .top-menu li:hover {
  background-color: #dbdbdb;
}
header .top .top-menu li:hover a {
  background-color: #dbdbdb;
}
header .top .top-menu li:hover .sub-menu {
  background-color: #dbdbdb;
}
header .top .top-menu li:hover .sub-menu a:hover {
  background-color: #d1d1d1;
}
header .top .mobile-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  header .top .mobile-menu {
    display: none !important;
  }
}
header .top .mobile-menu.toggled {
  display: block;
}
header .logo {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  header .logo {
    padding: 45px 0;
  }
}
header .logo .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo .site-logo a {
  display: block;
}
header .logo .site-logo a img {
  display: block;
  width: 100%;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  header .logo .site-logo a img {
    max-width: 250px;
  }
}
header .logo .number {
  display: none;
}
@media only screen and (min-width: 768px) {
  header .logo .number {
    display: block;
  }
}
header .logo .number a {
  font-size: 30px;
  color: #4A4A4A;
}
header .logo .number svg {
  margin-right: 20px;
  color: #D30030;
}
header .logo .search {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  header .logo .search {
    display: none;
  }
}
header .logo .search a {
  font-size: 22px;
  color: #D30030;
}
header .main-nav {
  position: relative;
}
header .main-menu {
  display: none;
  background-color: #D30030;
}
@media only screen and (min-width: 768px) {
  header .main-menu {
    display: block;
  }
}
header .main-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 90px;
}
header .main-menu > ul li {
  width: 100%;
  max-width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
header .main-menu > ul li:hover {
  background-color: #bf002b;
}
header .main-menu > ul li:hover a {
  background-color: #bf002b;
}
header .main-menu > ul li:hover .sub-menu {
  background-color: #bf002b;
}
header .main-menu > ul li:hover .sub-menu a:hover {
  background-color: #aa0027;
}
header .main-menu > ul li a {
  color: #ffffff;
  padding: 30px 10px;
}
header .search-button-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90px !important;
}
header .search-form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D30030;
  width: 100vw;
  height: 60px;
  margin: 0 -20px;
}
@media only screen and (min-width: 768px) {
  header .search-form {
    height: 100%;
    width: 100%;
    margin: 0;
  }
}
header .search-form.toggled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
header .search-form a {
  width: 100%;
  max-width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  color: #ffffff;
  -webkit-transition: background-color ease 0.15s;
  -o-transition: background-color ease 0.15s;
  transition: background-color ease 0.15s;
}
@media only screen and (min-width: 768px) {
  header .search-form a {
    width: 90px;
    min-width: 90px;
  }
}
header .search-form a:hover {
  background-color: #bf002b;
}
header .search-form input {
  width: 100%;
  max-width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  background-color: transparent;
  border: none;
  color: #ffffff;
  padding: 0 15px;
}
header .search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
header .search-form input::-moz-placeholder {
  color: #ffffff;
}
header .search-form input:-ms-input-placeholder {
  color: #ffffff;
}
header .search-form input:-moz-placeholder {
  color: #ffffff;
}
.banner {
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
}
.banner.banner-loading {
  display: block !important;
  overflow: hidden;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .banner.banner-loading.banner-full {
    height: 700px;
  }
  .banner.banner-loading.banner-half {
    height: 450px;
  }
}
.banner.no-controls .owl-nav {
  display: none;
}
.banner.banner-full .item {
  padding: 60px 0 110px 0;
}
@media only screen and (min-width: 768px) {
  .banner.banner-full .item {
    padding: 200px 0 240px 0;
  }
}
.banner.banner-half .item {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .banner.banner-half .item {
    padding: 150px 0 125px 0;
  }
}
.banner.banner-breadcrumbs-yes {
  margin-bottom: 0;
}
.banner .item {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.6);
}
.banner .item .wrapper {
  position: relative;
}
.banner .item .wrapper h1,
.banner .item .wrapper p {
  color: #ffffff;
  margin: 0;
  max-width: 750px;
}
.banner .item .wrapper h1:not(:last-child),
.banner .item .wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
.banner .item .wrapper .headline {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .banner .item .wrapper .headline {
    font-size: 40px;
  }
}
.banner .item .wrapper .content {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .banner .item .wrapper .content {
    font-size: 20px;
  }
}
.banner .item .wrapper .buttons .button {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .banner .item .wrapper .buttons .button {
    padding: 15px 60px;
    font-size: 20px;
  }
}
.banner .owl-nav {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  padding: 8px 15px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .banner .owl-nav {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner .owl-nav {
    left: 50%;
    -webkit-transform: translateX(-580px);
        -ms-transform: translateX(-580px);
            transform: translateX(-580px);
  }
}
.banner .owl-nav svg {
  color: #8F8F8F;
  font-size: 18px;
}
.banner .owl-nav span {
  font-size: 22px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .banner .owl-nav span {
    font-size: 28px;
    padding: 0 15px;
  }
}
.breadcrumb {
  margin: 0;
  background-color: #E7EAED;
}
.breadcrumb .wrapper {
  padding: 20px;
}
@media only screen and (min-width: 500px) {
  .breadcrumb .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px;
  }
}
.breadcrumb .crumbs:not(:last-child) {
  margin-bottom: 20px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 500px) {
  .breadcrumb .crumbs:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
.breadcrumb .crumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.breadcrumb .crumbs ul li,
.breadcrumb .crumbs ul li a {
  line-height: 1.2;
  font-size: 16px;
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .breadcrumb .crumbs ul li,
  .breadcrumb .crumbs ul li a {
    font-size: 18px;
  }
}
.breadcrumb .crumbs ul li.current,
.breadcrumb .crumbs ul li a.current {
  font-weight: bold;
  color: #D30030;
}
.breadcrumb .crumbs ul li.separator,
.breadcrumb .crumbs ul li a.separator {
  margin: 0 20px;
}
.breadcrumb .crumbs ul li.separator svg,
.breadcrumb .crumbs ul li a.separator svg {
  font-size: 16px;
  color: #8F8F8F;
}
.breadcrumb .crumbs ul li {
  display: inline-block;
  float: left;
}
.breadcrumb .crumbs ul li a {
  -webkit-transition: color ease 0.15s;
  -o-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
.breadcrumb .crumbs ul li a:hover {
  color: #8F8F8F;
}
.breadcrumb .social a {
  font-size: 20px;
  color: #8F8F8F;
  -webkit-transition: color ease 0.15s;
  -o-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
.breadcrumb .social a:not(:last-child) {
  margin-right: 10px;
}
.breadcrumb .social a:hover {
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .cards.cards-rows .cards-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.cards.cards-rows .cards-wrapper .card {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cards.cards-rows .cards-wrapper .card {
    grid-column: span 1;
    grid-row: span 1;
    margin-bottom: 0;
  }
  .cards.cards-rows .cards-wrapper .card.card-double {
    grid-column: span 1;
    grid-row: span 2;
  }
  .cards.cards-rows .cards-wrapper .card.card-double.card-bkimg {
    display: grid;
    -webkit-align-content: end;
        -ms-flex-line-pack: end;
            align-content: end;
  }
  .cards.cards-rows .cards-wrapper .card.card-double.card-halfimg {
    display: grid;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .cards.cards-rows .cards-wrapper .card.card-double.card-halfimg .halfimg {
    min-height: 100%;
    max-height: none;
  }
}
.cards.cards-latest .cards-wrapper,
.cards.cards-posts .cards-wrapper,
.cards.cards-pages .cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cards.cards-latest .cards-wrapper .card,
.cards.cards-posts .cards-wrapper .card,
.cards.cards-pages .cards-wrapper .card {
  width: 100%;
  max-width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .cards.cards-latest .cards-wrapper .card,
  .cards.cards-posts .cards-wrapper .card,
  .cards.cards-pages .cards-wrapper .card {
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .cards.cards-latest .cards-wrapper .card:nth-child(2n),
  .cards.cards-posts .cards-wrapper .card:nth-child(2n),
  .cards.cards-pages .cards-wrapper .card:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .cards.cards-latest .cards-wrapper .card,
  .cards.cards-posts .cards-wrapper .card,
  .cards.cards-pages .cards-wrapper .card {
    max-width: -webkit-calc(33.33% - 13.34px);
    max-width: calc(33.33% - 13.34px);
    margin: 0 20px 20px 0;
  }
  .cards.cards-latest .cards-wrapper .card:nth-child(2n),
  .cards.cards-posts .cards-wrapper .card:nth-child(2n),
  .cards.cards-pages .cards-wrapper .card:nth-child(2n) {
    margin-right: 20px;
  }
  .cards.cards-latest .cards-wrapper .card:nth-child(3n),
  .cards.cards-posts .cards-wrapper .card:nth-child(3n),
  .cards.cards-pages .cards-wrapper .card:nth-child(3n) {
    margin-right: 0;
  }
}
.cards.cards-latest .cards-wrapper .card,
.cards.cards-posts .cards-wrapper .card,
.cards.cards-pages .cards-wrapper .card {
  background-color: transparent !important;
}
.cards.cards-latest .wrapper > .buttons {
  text-align: center;
  margin-top: 30px;
}
.cards .written {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .cards .written {
    margin-bottom: 60px;
  }
}
.cards .cards-wrapper .card.card-bkimg {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
}
.cards .cards-wrapper .card.card-bkimg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.6);
}
.cards .cards-wrapper .card.card-halfimg {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cards .cards-wrapper .card.card-halfimg .halfimg {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 150px;
  max-height: 200px;
}
.cards .cards-wrapper .card.card-halfimg .card-inner h3 {
  color: #D30030;
  font-weight: 400;
}
.cards .cards-wrapper .card.card-halfimg .card-inner .eyebrow,
.cards .cards-wrapper .card.card-halfimg .card-inner .content {
  color: #4A4A4A;
}
.cards .cards-wrapper .card.card-noimg {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cards .cards-wrapper .card.card-noimg .card-inner h3 {
  color: #D30030;
  font-weight: 400;
}
.cards .cards-wrapper .card.card-noimg .card-inner .eyebrow,
.cards .cards-wrapper .card.card-noimg .card-inner .content {
  color: #4A4A4A;
}
.cards .cards-wrapper .card .card-inner {
  position: relative;
  padding: 30px;
}
.cards .cards-wrapper .card .card-inner .eyebrow,
.cards .cards-wrapper .card .card-inner h3,
.cards .cards-wrapper .card .card-inner .content {
  color: #ffffff;
}
.cards .cards-wrapper .card .card-inner .eyebrow:not(:last-child),
.cards .cards-wrapper .card .card-inner h3:not(:last-child),
.cards .cards-wrapper .card .card-inner .content:not(:last-child) {
  margin-bottom: 20px;
}
.cards .cards-wrapper .card .card-inner .eyebrow b,
.cards .cards-wrapper .card .card-inner h3 b,
.cards .cards-wrapper .card .card-inner .content b {
  color: #D30030;
}
.cards .cards-wrapper .card .card-inner .eyebrow {
  font-size: 14px;
  letter-spacing: 1px;
}
.cards .cards-wrapper .card .card-inner .h3 {
  font-size: 24px;
}
.cards .cards-wrapper .card .card-inner .content {
  font-weight: 300;
}
.cards .cards-wrapper .card .card-inner .buttons .button.button-flat {
  padding: 0;
}
.cards .cards-wrapper .card .card-inner .buttons .button.button-flat:hover {
  background-color: transparent;
}
.cards .cards-wrapper .card .card-inner .buttons .button.button-flat:hover.button-primary {
  color: #D30030;
}
.cards .cards-wrapper .card .card-inner .buttons .button.button-flat:hover.button-secondary {
  color: #e5e5e5;
}
.cards .cards-wrapper .card .card-inner .buttons .button.button-flat:hover.button-white {
  color: #ffffff;
}
.cards .cards-wrapper .card .card-inner .buttons .button.button-flat:hover.button-text {
  color: #4A4A4A;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .cards.cards-rows .cards-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cards.cards-rows .cards-wrapper .card {
    width: 100%;
    max-width: 100%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cards.cards-rows .cards-wrapper .card.card-large {
    padding: 20px;
  }
}
@media screen and (min-width: 750px) and (-ms-high-contrast: active), screen and (min-width: 750px) and (-ms-high-contrast: none) {
  .cards.cards-rows .cards-wrapper .card {
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .cards.cards-rows .cards-wrapper .card:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) and (-ms-high-contrast: active), screen and (min-width: 1000px) and (-ms-high-contrast: none) {
  .cards.cards-rows .cards-wrapper .card {
    max-width: -webkit-calc(33.33% - 13.34px);
    max-width: calc(33.33% - 13.34px);
    margin: 0 20px 20px 0;
  }
  .cards.cards-rows .cards-wrapper .card:nth-child(2n) {
    margin-right: 20px;
  }
  .cards.cards-rows .cards-wrapper .card:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb + .page-content {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-content > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .page-content > .wrapper .sidebar {
    width: 100%;
    max-width: 100%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 300px;
    margin-right: 20px;
  }
}
.page-content > .wrapper .sidebar .sidebar-menu {
  background-color: #E7EAED;
  list-style: none;
  padding: 20px;
  margin: 0;
}
.page-content > .wrapper .sidebar .sidebar-menu:not(:last-child) {
  margin-bottom: 20px;
}
.page-content > .wrapper .sidebar .sidebar-menu li:not(:last-child) {
  margin-bottom: 12px;
}
.page-content > .wrapper .sidebar .sidebar-menu li.sidebar-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.page-content > .wrapper .sidebar .sidebar-menu li a {
  color: #8F8F8F;
  -webkit-transition: color ease 0.15s;
  -o-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
.page-content > .wrapper .sidebar .sidebar-menu li a:hover {
  color: #4A4A4A;
}
.page-content > .wrapper .sidebar .sidebar-contact .card {
  padding: 20px;
}
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary h2,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary h2,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image h2,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary h3,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary h3,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image h3,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary p,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary p,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image p,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary li,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary li,
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image li {
  color: #ffffff;
}
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary h2:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary h2:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image h2:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary h3:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary h3:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image h3:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary p:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary p:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image p:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary li:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary li:not(:last-child),
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image li:not(:last-child) {
  margin-bottom: 20px;
}
.page-content > .wrapper .sidebar .sidebar-contact .card.card-primary {
  background-color: #D30030;
}
.page-content > .wrapper .sidebar .sidebar-contact .card.card-secondary {
  background-color: #e5e5e5;
}
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
}
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.6);
}
.page-content > .wrapper .sidebar .sidebar-contact .card.card-image * {
  position: relative;
}
.page-content > .wrapper .content {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-content > .wrapper .content {
    width: 100%;
    max-width: 100%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.page-content > .wrapper .content .case-study {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  padding: 100px 0;
}
.page-content > .wrapper .content .case-study:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.6);
}
.page-content > .wrapper .content .case-study .wrapper {
  position: relative;
}
.page-content > .wrapper .content .case-study h2,
.page-content > .wrapper .content .case-study p {
  color: #ffffff;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.page-content > .wrapper .content .case-study h2:not(:last-child),
.page-content > .wrapper .content .case-study p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .two-column .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.two-column .tc-container {
  width: 100%;
  max-width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.two-column .tc-container:not(:last-child) {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .two-column .tc-container:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
.two-column .tc-container.tc-container-left img.image-gradient {
  float: right;
}
.two-column .tc-container.tc-container-left .gradient {
  right: auto;
  left: 0;
}
.two-column .tc-container img {
  display: block;
  position: relative;
  z-index: 999;
}
.two-column .tc-container img.image-gradient {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .two-column .tc-container img.image-gradient {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.two-column .tc-container .gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: #D30030;
  background: -webkit-gradient(linear, left top, left bottom, from(#D30030), to(#e5e5e5));
  background: -webkit-linear-gradient(top, #D30030 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #D30030 0%, #e5e5e5 100%);
  background: linear-gradient(180deg, #D30030 0%, #e5e5e5 100%);
}
@media only screen and (min-width: 992px) {
  .two-column .tc-container .gradient {
    width: 250px;
    height: 250px;
  }
}
.count-up {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  padding: 45px 0;
  margin: 60px 0;
}
.count-up:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.6);
}
@media only screen and (min-width: 768px) {
  .count-up {
    padding: 100px 0;
  }
}
.count-up .wrapper {
  position: relative;
}
.count-up .wrapper .stats {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .count-up .wrapper .stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.count-up .wrapper .stats .stat {
  width: 100%;
  max-width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.count-up .wrapper .stats .stat:not(:last-child) {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .count-up .wrapper .stats .stat:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
.count-up .wrapper .stats .stat .value-container {
  white-space: nowrap;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .count-up .wrapper .stats .stat .value-container {
    margin-bottom: 10px;
  }
}
.count-up .wrapper .stats .stat .value-container span {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
}
.count-up .wrapper .stats .stat .value-container .prefix,
.count-up .wrapper .stats .stat .value-container .suffix {
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .count-up .wrapper .stats .stat .value-container .prefix,
  .count-up .wrapper .stats .stat .value-container .suffix {
    font-size: 50px;
  }
}
.count-up .wrapper .stats .stat .value-container .value {
  font-size: 55px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .count-up .wrapper .stats .stat .value-container .value {
    font-size: 70px;
  }
}
.count-up .wrapper .stats .stat .label {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .count-up .wrapper .stats .stat .label {
    font-size: 22px;
  }
}
.logo-carousel .wrapper .written:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .logo-carousel .wrapper .written:not(:last-child) {
    margin-bottom: 45px;
  }
}
.logo-carousel .wrapper .logos .logo {
  text-align: center;
}
.logo-carousel .wrapper .logos .logo a {
  display: inline-block;
}
.logo-carousel .wrapper .logos .logo img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 125px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .top {
  background-color: #D30030;
  padding: 30px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  footer .top {
    padding: 60px 0;
  }
}
footer .top .wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .top .title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  footer .top .title {
    font-size: 24px;
  }
}
footer .top .newsletter {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  footer .top .newsletter {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  footer .top .newsletter {
    margin-right: 85px;
  }
}
footer .top .newsletter img {
  position: absolute;
  left: 0;
  top: -45px;
}
footer .top .newsletter .nf-form-title {
  display: none;
}
footer .top .newsletter .nf-form-layout form {
  overflow: hidden;
}
footer .top .newsletter .email-container {
  margin-bottom: 15px;
}
footer .top .newsletter .email-container .nf-field-label {
  display: none;
}
footer .top .newsletter .email-container input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 18px 15px;
  font-size: 16px;
}
footer .top .newsletter .checkbox-container {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
footer .top .newsletter .checkbox-container .ninja-forms-req-symbol {
  display: none;
}
footer .top .newsletter .checkbox-container .nf-field-label {
  width: 100%;
}
footer .top .newsletter .checkbox-container .nf-field-element {
  width: auto;
}
footer .top .newsletter .checkbox-container input {
  width: 16px;
  height: 16px;
}
footer .top .newsletter .checkbox-container label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
footer .top .newsletter .submit-container {
  position: absolute;
  top: 106px;
  right: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  footer .top .newsletter .submit-container {
    top: 115px;
  }
}
footer .top .newsletter .submit-container input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  vertical-align: middle;
  padding: 15px 25px;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  -webkit-transition: background-color ease 0.1s, color ease 0.1s;
  -o-transition: background-color ease 0.1s, color ease 0.1s;
  transition: background-color ease 0.1s, color ease 0.1s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #E7EAED;
  color: #4A4A4A;
  padding: 8px 25px;
  border: none;
}
@media only screen and (min-width: 768px) {
  footer .top .newsletter .submit-container input {
    white-space: nowrap;
  }
}
footer .top .newsletter .submit-container input.button-primary {
  color: #ffffff;
  background-color: #D30030;
}
footer .top .newsletter .submit-container input.button-primary:hover {
  background-color: #ba002a;
}
footer .top .newsletter .submit-container input.button-primary.button-flat,
footer .top .newsletter .submit-container input.button-primary.button-flat-alt {
  background-color: transparent;
  color: #D30030;
}
footer .top .newsletter .submit-container input.button-primary.button-flat:hover,
footer .top .newsletter .submit-container input.button-primary.button-flat-alt:hover {
  color: #ffffff;
  background-color: #D30030;
}
footer .top .newsletter .submit-container input.button-secondary {
  color: #ffffff;
  background-color: #e5e5e5;
}
footer .top .newsletter .submit-container input.button-secondary:hover {
  background-color: #d8d8d8;
}
footer .top .newsletter .submit-container input.button-secondary.button-flat,
footer .top .newsletter .submit-container input.button-secondary.button-flat-alt {
  background-color: transparent;
  color: #e5e5e5;
}
footer .top .newsletter .submit-container input.button-secondary.button-flat:hover,
footer .top .newsletter .submit-container input.button-secondary.button-flat-alt:hover {
  color: #ffffff;
  background-color: #e5e5e5;
}
footer .top .newsletter .submit-container input.button-light-grey {
  color: #4A4A4A;
  background-color: #E7EAED;
}
footer .top .newsletter .submit-container input.button-light-grey:hover {
  background-color: #d8dde2;
}
footer .top .newsletter .submit-container input.button-light-grey.button-flat,
footer .top .newsletter .submit-container input.button-light-grey.button-flat-alt {
  background-color: transparent;
  color: #E7EAED;
}
footer .top .newsletter .submit-container input.button-light-grey.button-flat:hover,
footer .top .newsletter .submit-container input.button-light-grey.button-flat-alt:hover {
  color: #4A4A4A;
  background-color: #E7EAED;
}
footer .top .newsletter .submit-container input.button-grey {
  color: #ffffff;
  background-color: #E7EAED;
}
footer .top .newsletter .submit-container input.button-grey:hover {
  background-color: #d8dde2;
}
footer .top .newsletter .submit-container input.button-grey.button-flat,
footer .top .newsletter .submit-container input.button-grey.button-flat-alt {
  background-color: transparent;
  color: #E7EAED;
}
footer .top .newsletter .submit-container input.button-grey.button-flat:hover,
footer .top .newsletter .submit-container input.button-grey.button-flat-alt:hover {
  color: #ffffff;
  background-color: #E7EAED;
}
footer .top .newsletter .submit-container input.button-text {
  color: #ffffff;
  background-color: #4A4A4A;
}
footer .top .newsletter .submit-container input.button-text:hover {
  background-color: #3d3d3d;
}
footer .top .newsletter .submit-container input.button-text.button-flat,
footer .top .newsletter .submit-container input.button-text.button-flat-alt {
  background-color: transparent;
  color: #4A4A4A;
}
footer .top .newsletter .submit-container input.button-text.button-flat:hover,
footer .top .newsletter .submit-container input.button-text.button-flat-alt:hover {
  color: #ffffff;
  background-color: #4A4A4A;
}
footer .top .newsletter .submit-container input.button-white {
  color: #4A4A4A;
  background-color: #ffffff;
}
footer .top .newsletter .submit-container input.button-white:hover {
  background-color: #f2f2f2;
}
footer .top .newsletter .submit-container input.button-white.button-flat,
footer .top .newsletter .submit-container input.button-white.button-flat-alt {
  background-color: transparent;
  color: #ffffff;
}
footer .top .newsletter .submit-container input.button-white.button-flat:hover,
footer .top .newsletter .submit-container input.button-white.button-flat-alt:hover {
  color: #4A4A4A;
  background-color: #ffffff;
}
footer .top .newsletter .submit-container input.button-flat-alt svg,
footer .top .newsletter .submit-container input.button-normal-alt svg {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 768px) {
  footer .top .newsletter .submit-container input.button-flat-alt svg,
  footer .top .newsletter .submit-container input.button-normal-alt svg {
    margin: 0 15px 0 0;
  }
}
footer .top .newsletter .submit-container input svg {
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 768px) {
  footer .top .newsletter .submit-container input svg {
    margin: 0 0 0 15px;
  }
}
footer .top .newsletter .submit-container input:hover {
  background-color: #d8dde2;
}
footer .top .newsletter .submit-container input.button-flat,
footer .top .newsletter .submit-container input.button-flat-alt {
  background-color: transparent;
  color: #E7EAED;
}
footer .top .newsletter .submit-container input.button-flat:hover,
footer .top .newsletter .submit-container input.button-flat-alt:hover {
  color: #4A4A4A;
  background-color: #E7EAED;
}
footer .top .newsletter .nf-form-fields-required {
  display: none;
}
footer .top .newsletter .nf-error-wrap {
  display: none;
}
footer .top .newsletter .nf-error-msg {
  display: none;
}
footer .top .newsletter .nf-response-msg {
  color: #ffffff;
}
footer .top .social {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .top .social a,
footer .top .social span {
  display: inline-block;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: color ease 0.15s;
  -o-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
footer .top .social a:hover,
footer .top .social span:hover {
  color: #e5e5e5;
}
footer .top .social a:not(:last-child),
footer .top .social span:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (min-width: 500px) {
  footer .top .social a,
  footer .top .social span {
    font-size: 30px;
  }
  footer .top .social a:not(:last-child),
  footer .top .social span:not(:last-child) {
    margin-right: 30px;
  }
}
footer .middle {
  background-color: #e5e5e5;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  footer .middle {
    padding: 60px 0;
  }
}
footer .middle .site-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .middle .site-logo a {
  display: inline-block;
}
footer .middle .site-logo a img {
  display: block;
  width: 100%;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  footer .middle .site-logo a img {
    max-width: 250px;
  }
}
footer .middle .site-logo .copyright {
  color: #ffffff;
  font-size: 14px;
  padding: 20px 0;
}
footer .middle .footer-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  footer .middle .footer-menu ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    text-align: right;
  }
}
footer .middle .footer-menu ul.sub-menu {
  display: none !important;
}
footer .middle .footer-menu ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0;
}
footer .middle .footer-menu ul li:before,
footer .middle .footer-menu ul li:after {
  content: none;
}
footer .middle .footer-menu ul li:hover {
  background-color: transparent;
}
footer .middle .footer-menu ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  footer .middle .footer-menu ul li {
    text-align: right;
  }
}
footer .middle .footer-menu ul li a {
  display: inline-block;
  color: #ffffff;
  padding: 0;
  text-align: center;
  -webkit-transition: color ease 0.15s;
  -o-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
footer .middle .footer-menu ul li a:hover {
  background-color: transparent;
  color: #D30030;
}
footer .middle .footer-menu ul li a:before,
footer .middle .footer-menu ul li a:after {
  content: none;
}
footer .bottom {
  background-color: #dbdbdb;
  padding: 20px 0;
}
footer .bottom p,
footer .bottom a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}
footer .bottom p:not(:last-child),
footer .bottom a:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  footer .bottom p:not(:last-child),
  footer .bottom a:not(:last-child) {
    margin-bottom: 0;
  }
}
footer .bottom .emc:hover span {
  color: #C0CF45;
}
footer .bottom .emc span {
  -webkit-transition: color ease 0.15s;
  -o-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
/**
 * Custom styling and overrides.
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section {
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  section {
    margin: 100px auto;
  }
}
.iframe-container {
  position: relative;
  padding-top: 50%;
}
@media only screen and (min-width: 768px) {
  .iframe-container {
    padding-top: 35%;
  }
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.written h1:not(:last-child),
.written h2:not(:last-child),
.written h3:not(:last-child),
.written h4:not(:last-child),
.written h5:not(:last-child),
.written h6:not(:last-child),
.written div:not(:last-child),
.written p:not(:last-child),
.written > a:not(:last-child),
.written ul:not(:last-child),
.written ol:not(:last-child),
.written img:not(:last-child),
.written > span:not(:last-child) {
  margin-bottom: 20px;
}
.written .eyebrow {
  color: #8F8F8F;
  font-size: 14px;
  letter-spacing: 1px;
}
.written h1,
.written h2,
.written h3,
.written h4,
.written h5,
.written h6 {
  color: #D30030;
}
.written h1 b,
.written h2 b,
.written h3 b,
.written h4 b,
.written h5 b,
.written h6 b {
  color: #e5e5e5;
}
.written h1,
.written h2 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .written h1,
  .written h2 {
    font-size: 34px;
  }
}
.written h3 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .written h3 {
    font-size: 28px;
  }
}
.written p {
  font-weight: 300;
  overflow: hidden;
}
.written p b {
  color: #D30030;
  font-weight: 400;
}
.written a {
  color: #D30030;
}
.written a:hover {
  text-decoration: underline;
}
.written ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
  padding: 20px;
}
.written ul li {
  position: relative;
  padding-left: 30px;
}
.written ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #D30030;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .written ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .written ul li {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .written ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.written ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ollist;
}
.written ol > li {
  position: relative;
  padding-left: 30px;
}
.written ol > li:before {
  counter-increment: ollist;
  content: counters(ollist, '.');
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #D30030;
  font-size: 22px;
  font-weight: bold;
}
.written li {
  font-weight: 300;
}
.written li:not(:last-child) {
  margin-bottom: 15px;
}
.home .cards-rows + .cards-rows {
  background-color: #f3f3f3;
  padding: 60px 0 30px 0;
  margin: -60px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .home .cards-rows + .cards-rows {
    padding: 200px 0 100px 0;
    margin: -200px auto 0 auto;
  }
}
.sidebar .sidebar-title:before {
  content: 'Sidebar Menu';
}
.page-id-20 .nf-form-cont .nf-form-title {
  display: none;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-debug-msg,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-before-form,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-after-form {
  display: none;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content {
  display: none;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap .nf-field-label {
  display: block;
  line-height: 1.25;
  padding: 0;
  margin: 0;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap .nf-field-label label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap .nf-field-label label a {
  color: #D30030;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap .nf-field-label label a:hover {
  color: #bf002b;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap .nf-field-element {
  margin-right: 20px;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-field .field-wrap .nf-field-element input {
  padding: 0 !important;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-after-field {
  width: 100%;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.checkbox-container .nf-after-field .nf-error-msg {
  text-align: center;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.recaptcha-container .nf-field-label {
  display: none;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.recaptcha-container .g-recaptcha > div {
  margin: auto;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element {
  text-align: center;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  vertical-align: middle;
  padding: 15px 25px;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  -webkit-transition: background-color ease 0.1s, color ease 0.1s;
  -o-transition: background-color ease 0.1s, color ease 0.1s;
  transition: background-color ease 0.1s, color ease 0.1s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  background-color: #D30030;
  border: none;
  padding: 15px 60px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input {
    white-space: nowrap;
  }
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-primary {
  color: #ffffff;
  background-color: #D30030;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-primary:hover {
  background-color: #ba002a;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-primary.button-flat,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-primary.button-flat-alt {
  background-color: transparent;
  color: #D30030;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-primary.button-flat:hover,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-primary.button-flat-alt:hover {
  color: #ffffff;
  background-color: #D30030;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-secondary {
  color: #ffffff;
  background-color: #e5e5e5;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-secondary:hover {
  background-color: #d8d8d8;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-secondary.button-flat,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-secondary.button-flat-alt {
  background-color: transparent;
  color: #e5e5e5;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-secondary.button-flat:hover,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-secondary.button-flat-alt:hover {
  color: #ffffff;
  background-color: #e5e5e5;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-light-grey {
  color: #4A4A4A;
  background-color: #E7EAED;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-light-grey:hover {
  background-color: #d8dde2;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-light-grey.button-flat,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-light-grey.button-flat-alt {
  background-color: transparent;
  color: #E7EAED;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-light-grey.button-flat:hover,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-light-grey.button-flat-alt:hover {
  color: #4A4A4A;
  background-color: #E7EAED;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-grey {
  color: #ffffff;
  background-color: #E7EAED;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-grey:hover {
  background-color: #d8dde2;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-grey.button-flat,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-grey.button-flat-alt {
  background-color: transparent;
  color: #E7EAED;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-grey.button-flat:hover,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-grey.button-flat-alt:hover {
  color: #ffffff;
  background-color: #E7EAED;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-text {
  color: #ffffff;
  background-color: #4A4A4A;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-text:hover {
  background-color: #3d3d3d;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-text.button-flat,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-text.button-flat-alt {
  background-color: transparent;
  color: #4A4A4A;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-text.button-flat:hover,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-text.button-flat-alt:hover {
  color: #ffffff;
  background-color: #4A4A4A;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-white {
  color: #4A4A4A;
  background-color: #ffffff;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-white:hover {
  background-color: #f2f2f2;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-white.button-flat,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-white.button-flat-alt {
  background-color: transparent;
  color: #ffffff;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-white.button-flat:hover,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-white.button-flat-alt:hover {
  color: #4A4A4A;
  background-color: #ffffff;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-flat-alt svg,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-normal-alt svg {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-flat-alt svg,
  .page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-normal-alt svg {
    margin: 0 15px 0 0;
  }
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input svg {
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input svg {
    margin: 0 0 0 15px;
  }
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input:hover {
  background-color: #ba002a;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-flat,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-flat-alt {
  background-color: transparent;
  color: #D30030;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-flat:hover,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .field-wrap .nf-field-element input.button-flat-alt:hover {
  color: #ffffff;
  background-color: #D30030;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-label {
  margin-bottom: 5px;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-label label {
  font-size: 16px;
  font-weight: 300;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-label label .ninja-forms-req-symbol {
  color: #D30030;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element select,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea {
  background-color: transparent;
  font-size: 14px;
  padding: 15px 20px;
  border: 1px solid #CFD4D3;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input::-webkit-input-placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element select::-webkit-input-placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input::-moz-placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element select::-moz-placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input:-ms-input-placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element select:-ms-input-placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input::-ms-input-placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element select::-ms-input-placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea::-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input::placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element select::placeholder,
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea::placeholder {
  color: #ffffff;
  font-weight: 300;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea {
  resize: none;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-before-field {
  display: none;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-after-field .nf-input-limit {
  display: none;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-after-field .nf-error-msg {
  color: #cc0000;
  font-size: 12px;
  text-align: left;
  margin: 0;
}
.page-id-20 .nf-form-cont .nf-form-wrap .nf-form-layout .nf-after-form-content .nf-error-msg {
  color: #cc0000;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.page-id-20 .contact-box {
  padding: 20px;
  background-color: #E7EAED;
}
.page-id-20 .contact-box .label {
  color: #D30030;
  margin-bottom: 15px;
}
.page-id-20 .contact-box a,
.page-id-20 .contact-box .value {
  display: block;
  color: #4A4A4A;
}
.page-id-20 .tc-container {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.page-id-16 .written ul {
  background-color: #ffffff;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .page-id-16 .written ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media only screen and (min-width: 992px) {
  .page-id-16 .written ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.page-id-16 .written ol:not(:last-child) {
  margin-bottom: 45px;
}
.page-id-16 .written ol:not(:first-child) {
  margin-top: 45px;
}
.page-id-16 .written ol > li:not(:last-child) {
  margin-bottom: 45px;
}
.page-id-16 .written table {
  width: 100%;
  border-collapse: collapse;
}
.page-id-16 .written table:not(:last-child) {
  margin-bottom: 20px;
}
.page-id-16 .written table td {
  border: 1px solid gainsboro;
  padding: 10px;
}
header .top {
  background-color: #D30030;
}
header .top .wrapper .social {
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .top .wrapper .social a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  header .top .wrapper .social a {
    min-width: 30px;
    text-align: center;
    -webkit-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
  }
  header .top .wrapper .social a:first-child {
    padding-left: 10px;
  }
  header .top .wrapper .social a:hover {
    background-color: #e70035;
    color: #ffffff;
  }
}
header .top .wrapper .menu.top-menu ul li:hover {
  background-color: transparent;
}
header .top .wrapper .menu.top-menu ul li a {
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
header .top .wrapper .menu.top-menu ul li a:hover {
  background-color: #e70035;
}
header .top .wrapper .menu.mobile-menu.toggled {
  padding-bottom: 15px;
}
header .logo {
  padding: 30px 0;
}
header .logo .site-logo {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  header .logo .site-logo {
    margin: 0;
  }
}
header .logo .site-logo a img {
  max-width: 300px;
}
header .logo .search {
  display: none;
}
header > .wrapper {
  display: none;
}
header + .banner {
  margin-top: 0;
}
.page-content .wrapper .content .written .image-row {
  display: grid;
  grid-gap: 20px;
}
.page-content .wrapper .content .written .image-row.image-row-6 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 500px) {
  .page-content .wrapper .content .written .image-row.image-row-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .page-content .wrapper .content .written .image-row.image-row-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.page-content .wrapper .content .written .image-row.image-row-5 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .page-content .wrapper .content .written .image-row.image-row-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.page-content .wrapper .content .written .image-row.image-row-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .page-content .wrapper .content .written .image-row.image-row-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-content .wrapper .content .written .image-row.image-row-3 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 500px) {
  .page-content .wrapper .content .written .image-row.image-row-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-content .wrapper .content .written .image-row img {
  margin-bottom: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  justify-self: stretch;
}
footer .top {
  display: none;
  background-color: #D30030;
}
footer .top .wrapper .social a {
  color: #ffc2d0;
}
footer .top .wrapper .social a:hover {
  color: #ffffff;
}
footer .middle {
  display: none;
}
footer .middle .wrapper .site-logo .copyright {
  color: #4A4A4A;
}
footer .middle .wrapper .footer-menu ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
footer .middle .wrapper .footer-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .middle .wrapper .footer-menu ul li a {
  color: #8F8F8F;
}
footer .middle .wrapper .footer-menu ul li a:hover {
  color: #4A4A4A;
}
footer .bottom {
  background-color: #D30030;
}
footer .bottom .wrapper .ra {
  color: #ffffff;
}
footer .bottom .wrapper .emc,
footer .bottom .wrapper .emc > a {
  color: #ffffff;
}
footer .bottom .wrapper .emc:hover span,
footer .bottom .wrapper .emc > a:hover span {
  color: #51c1b0;
}
