article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.flex-wrap {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px; }
  .flex-wrap.flex-wrap-small-gap {
    margin-bottom: -15px;
    margin-left: -15px; }
    .flex-wrap.flex-wrap-small-gap .flex-col {
      margin-bottom: 15px;
      padding-left: 15px; }
  .flex-wrap.flex-wrap-medium-gap {
    margin-bottom: -25px;
    margin-left: -25px; }
    .flex-wrap.flex-wrap-medium-gap .flex-col {
      margin-bottom: 25px;
      padding-left: 25px; }
  .flex-wrap .flex-col {
    margin-bottom: 40px;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 25px; }
  .flex-wrap .flex-col-1of2-mobile {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }
  .flex-wrap .flex-col-1of3-mobile {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }
  .flex-wrap .flex-col-1of4-mobile {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; }
  .flex-wrap .flex-col-1of5-mobile {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; }
  .flex-wrap .flex-col-2of3-mobile {
    -ms-flex: 66.6666%;
    flex: 66.6666%;
    max-width: 66.6666%; }
  .flex-wrap .flex-col-3of4-mobile {
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; }
  .flex-wrap .flex-col-2of5-mobile {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%; }
  .flex-wrap .flex-col-3of5-mobile {
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%; }
  .flex-wrap .flex-col-full-width {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important; }

.flex-wrap-center {
  align-items: center; }

.flex-wrap-reverse {
  flex-direction: row-reverse; }

/* Portrait tablet to landscape */
@media (min-width: 768px) {
  .flex-wrap .flex-col-1of2 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }
  .flex-wrap .flex-col-1of3 {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }
  .flex-wrap .flex-col-1of4 {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; }
  .flex-wrap .flex-col-1of5 {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; }
  .flex-wrap .flex-col-2of3 {
    -ms-flex: 66.6666%;
    flex: 66.6666%;
    max-width: 66.6666%; }
  .flex-wrap .flex-col-3of4 {
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; }
  .flex-wrap .flex-col-2of5 {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%; }
  .flex-wrap .flex-col-3of5 {
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%; } }
/* Landscape to small desktop */
@media (min-width: 1000px) {
  .flex-wrap {
    margin-bottom: -80px;
    margin-left: -50px; }
    .flex-wrap.flex-wrap-small-gap {
      margin-bottom: -25px;
      margin-left: -25px; }
      .flex-wrap.flex-wrap-small-gap .flex-col {
        margin-bottom: 25px;
        padding-left: 25px; }
    .flex-wrap .flex-col {
      margin-bottom: 80px;
      padding-left: 50px; }
    .flex-wrap .flex-col-1of2-desktop {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }
    .flex-wrap .flex-col-1of3-desktop {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 33.3333%; }
    .flex-wrap .flex-col-1of4-desktop {
      -ms-flex: 25%;
      flex: 25%;
      max-width: 25%; }
    .flex-wrap .flex-col-1of5-desktop {
      -ms-flex: 20%;
      flex: 20%;
      max-width: 20%; }
    .flex-wrap .flex-col-2of3-desktop {
      -ms-flex: 66.6666%;
      flex: 66.6666%;
      max-width: 66.6666%; }
    .flex-wrap .flex-col-3of4-desktop {
      -ms-flex: 75%;
      flex: 75%;
      max-width: 75%; }
    .flex-wrap .flex-col-2of5-desktop {
      -ms-flex: 40%;
      flex: 40%;
      max-width: 40%; }
    .flex-wrap .flex-col-3of5-desktop {
      -ms-flex: 60%;
      flex: 60%;
      max-width: 60%; } }
/* XL desktop */
@media (min-width: 1240px) {
  .flex-wrap {
    margin-bottom: -100px; }
    .flex-wrap .flex-col {
      margin-bottom: 100px; }
    .flex-wrap .flex-col-1of2-xl-desktop {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }
    .flex-wrap .flex-col-1of3-xl-desktop {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 33.3333%; }
    .flex-wrap .flex-col-1of4-xl-desktop {
      -ms-flex: 25%;
      flex: 25%;
      max-width: 25%; }
    .flex-wrap .flex-col-1of5-xl-desktop {
      -ms-flex: 20%;
      flex: 20%;
      max-width: 20%; }
    .flex-wrap .flex-col-2of3-xl-desktop {
      -ms-flex: 66.6666%;
      flex: 66.6666%;
      max-width: 66.6666%; }
    .flex-wrap .flex-col-3of4-xl-desktop {
      -ms-flex: 75%;
      flex: 75%;
      max-width: 75%; }
    .flex-wrap .flex-col-2of5-xl-desktop {
      -ms-flex: 40%;
      flex: 40%;
      max-width: 40%; }
    .flex-wrap .flex-col-3of5-xl-desktop {
      -ms-flex: 60%;
      flex: 60%;
      max-width: 60%; } }
.blue-btn, .button, .wp-block-button__link {
  display: inline-block;
  position: relative;
  font-family: "termina", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #EE0028;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500 !important;
  padding: 9px 20px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .blue-btn:hover, .button:hover, .wp-block-button__link:hover {
    color: #fff;
    background: #00000D; }
  @media only screen and (min-width: 768px) {
    .blue-btn, .button, .wp-block-button__link {
      padding: 14px 30px;
      font-size: 13px; } }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.light-content .button:hover, .button-to-light:hover {
  color: #EE0028;
  background: #fff; }

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  height: 50px;
  line-height: 20px !important;
  font-weight: 500;
  font-size: 15px !important;
  padding: 15px !important;
  margin-bottom: 10px;
  color: #00000D;
  border-radius: 3px;
  font-family: "inter-variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  border: 1px solid #F2F2F2;
  box-shadow: none;
  width: 100%;
  background: #F2F2F2;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  @media only screen and (min-width: 1239px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    textarea,
    .field {
      font-size: 17px !important;
      padding: 20px !important;
      height: 60px; } }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background: #F2F2F2 !important;
    border-color: #00000D !important;
    color: #00000D !important;
    outline: none; }
    input[type="text"]:focus::-webkit-input-placeholder, input[type="text"]:active::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="password"]:active::-webkit-input-placeholder,
    input[type="datetime"]:focus::-webkit-input-placeholder,
    input[type="datetime"]:active::-webkit-input-placeholder,
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
    input[type="datetime-local"]:active::-webkit-input-placeholder,
    input[type="date"]:focus::-webkit-input-placeholder,
    input[type="date"]:active::-webkit-input-placeholder,
    input[type="month"]:focus::-webkit-input-placeholder,
    input[type="month"]:active::-webkit-input-placeholder,
    input[type="time"]:focus::-webkit-input-placeholder,
    input[type="time"]:active::-webkit-input-placeholder,
    input[type="week"]:focus::-webkit-input-placeholder,
    input[type="week"]:active::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[type="number"]:active::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="email"]:active::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="url"]:active::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="search"]:active::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="tel"]:active::-webkit-input-placeholder,
    input[type="color"]:focus::-webkit-input-placeholder,
    input[type="color"]:active::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    select:active::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:active::-webkit-input-placeholder,
    .field:focus::-webkit-input-placeholder,
    .field:active::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #bbb; }
    input[type="text"]:focus::-moz-placeholder, input[type="text"]:active::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="password"]:active::-moz-placeholder,
    input[type="datetime"]:focus::-moz-placeholder,
    input[type="datetime"]:active::-moz-placeholder,
    input[type="datetime-local"]:focus::-moz-placeholder,
    input[type="datetime-local"]:active::-moz-placeholder,
    input[type="date"]:focus::-moz-placeholder,
    input[type="date"]:active::-moz-placeholder,
    input[type="month"]:focus::-moz-placeholder,
    input[type="month"]:active::-moz-placeholder,
    input[type="time"]:focus::-moz-placeholder,
    input[type="time"]:active::-moz-placeholder,
    input[type="week"]:focus::-moz-placeholder,
    input[type="week"]:active::-moz-placeholder,
    input[type="number"]:focus::-moz-placeholder,
    input[type="number"]:active::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="email"]:active::-moz-placeholder,
    input[type="url"]:focus::-moz-placeholder,
    input[type="url"]:active::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder,
    input[type="search"]:active::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    input[type="tel"]:active::-moz-placeholder,
    input[type="color"]:focus::-moz-placeholder,
    input[type="color"]:active::-moz-placeholder,
    select:focus::-moz-placeholder,
    select:active::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    textarea:active::-moz-placeholder,
    .field:focus::-moz-placeholder,
    .field:active::-moz-placeholder {
      /* Firefox 19+ */
      color: #bbb; }
    input[type="text"]:focus:-ms-input-placeholder, input[type="text"]:active:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="password"]:active:-ms-input-placeholder,
    input[type="datetime"]:focus:-ms-input-placeholder,
    input[type="datetime"]:active:-ms-input-placeholder,
    input[type="datetime-local"]:focus:-ms-input-placeholder,
    input[type="datetime-local"]:active:-ms-input-placeholder,
    input[type="date"]:focus:-ms-input-placeholder,
    input[type="date"]:active:-ms-input-placeholder,
    input[type="month"]:focus:-ms-input-placeholder,
    input[type="month"]:active:-ms-input-placeholder,
    input[type="time"]:focus:-ms-input-placeholder,
    input[type="time"]:active:-ms-input-placeholder,
    input[type="week"]:focus:-ms-input-placeholder,
    input[type="week"]:active:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[type="number"]:active:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="email"]:active:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="url"]:active:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="search"]:active:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="tel"]:active:-ms-input-placeholder,
    input[type="color"]:focus:-ms-input-placeholder,
    input[type="color"]:active:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    select:active:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:active:-ms-input-placeholder,
    .field:focus:-ms-input-placeholder,
    .field:active:-ms-input-placeholder {
      /* IE 10+ */
      color: #bbb; }
    input[type="text"]:focus:-moz-placeholder, input[type="text"]:active:-moz-placeholder,
    input[type="password"]:focus:-moz-placeholder,
    input[type="password"]:active:-moz-placeholder,
    input[type="datetime"]:focus:-moz-placeholder,
    input[type="datetime"]:active:-moz-placeholder,
    input[type="datetime-local"]:focus:-moz-placeholder,
    input[type="datetime-local"]:active:-moz-placeholder,
    input[type="date"]:focus:-moz-placeholder,
    input[type="date"]:active:-moz-placeholder,
    input[type="month"]:focus:-moz-placeholder,
    input[type="month"]:active:-moz-placeholder,
    input[type="time"]:focus:-moz-placeholder,
    input[type="time"]:active:-moz-placeholder,
    input[type="week"]:focus:-moz-placeholder,
    input[type="week"]:active:-moz-placeholder,
    input[type="number"]:focus:-moz-placeholder,
    input[type="number"]:active:-moz-placeholder,
    input[type="email"]:focus:-moz-placeholder,
    input[type="email"]:active:-moz-placeholder,
    input[type="url"]:focus:-moz-placeholder,
    input[type="url"]:active:-moz-placeholder,
    input[type="search"]:focus:-moz-placeholder,
    input[type="search"]:active:-moz-placeholder,
    input[type="tel"]:focus:-moz-placeholder,
    input[type="tel"]:active:-moz-placeholder,
    input[type="color"]:focus:-moz-placeholder,
    input[type="color"]:active:-moz-placeholder,
    select:focus:-moz-placeholder,
    select:active:-moz-placeholder,
    textarea:focus:-moz-placeholder,
    textarea:active:-moz-placeholder,
    .field:focus:-moz-placeholder,
    .field:active:-moz-placeholder {
      /* Firefox 18- */
      color: #bbb; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #EE0028;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  .field::-moz-placeholder {
    /* Firefox 19+ */
    color: #EE0028;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    /* IE 10+ */
    color: #EE0028;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  .field:-moz-placeholder {
    /* Firefox 18- */
    color: #EE0028;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 140px;
  line-height: 1.4; }
  @media only screen and (min-width: 1239px) {
    textarea {
      min-height: 160px; } }

select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  cursor: pointer;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  background: #F2F2F2 url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
  background-size: 20px 20px !important; }
  select:focus {
    background: #F2F2F2 url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
    background-size: 20px 20px !important; }

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

.gform_body ul {
  margin: 0; }

.hidden_label label {
  display: none; }

.gform_validation_container {
  display: none; }

body .gform_body ul {
  margin: 0; }
  body .gform_body ul li {
    list-style: none; }

.gform_required_legend {
  display: none; }

.validation_error {
  color: #00000D;
  margin-bottom: 15px;
  font-weight: 800; }

.validation_message {
  display: none !important;
  margin: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -70px;
  background: #EE0028;
  display: block;
  padding: 0px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
  font-size: 12px; }

.gfield_error textarea, .gfield_error input {
  border-color: #EE0028 !important; }
  .gfield_error textarea::-webkit-input-placeholder, .gfield_error input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #EE0028; }
  .gfield_error textarea::-moz-placeholder, .gfield_error input::-moz-placeholder {
    /* Firefox 19+ */
    color: #EE0028; }
  .gfield_error textarea:-ms-input-placeholder, .gfield_error input:-ms-input-placeholder {
    /* IE 10+ */
    color: #EE0028; }
  .gfield_error textarea:-moz-placeholder, .gfield_error input:-moz-placeholder {
    /* Firefox 18- */
    color: #EE0028; }
.gfield_error select {
  border-color: #EE0028 !important; }

li.gfield {
  position: relative; }

.gform_footer, .gform_page_footer {
  position: relative; }

img.gform_ajax_spinner {
  display: block;
  background: white;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  margin: 0 !important;
  right: 0px; }

.entry-content img.gform_ajax_spinner {
  right: 0; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #EE0028 !important;
  border: 1px solid #EE0028 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 15px 15px 15px 50px !important;
  position: relative;
  color: #fff !important;
  text-align: left; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff !important; }

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px !important;
  grid-column-gap: 10px !important; }

/*********************
GENERAL STYLES
*********************/
body {
  font-family: "inter-variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #4E4E4E;
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision; }

.large-content {
  text-wrap: balance; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0;
  padding: 40px 25px; }

.wrap-large {
  padding-top: 80px;
  padding-bottom: 80px; }

.wrap-small {
  padding-top: 25px;
  padding-bottom: 25px; }

.wrap-bottom-small {
  padding-bottom: 25px; }

@media only screen and (max-width: 767px) {
  .mobile-max-width {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }

  .mobile-small-wrap {
    padding: 15px 10px; }

  .hide-mobile {
    display: none !important; }

  .mobile-top {
    margin-top: 40px; }

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

  .flex-wrap-small-gap-mobile {
    margin-bottom: -20px; }
    .flex-wrap-small-gap-mobile .flex-col {
      margin-bottom: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .hide-tablet {
    display: none !important; } }
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  .hide-small-desktop {
    display: none !important; } }
@media only screen and (min-width: 1240px) {
  .hide-desktop {
    display: none !important; } }
.nop-top {
  padding-top: 0px !important; }

.nop-left {
  padding-left: 0px !important; }

.nop-right {
  padding-right: 0px !important; }

.nop-bottom {
  padding-bottom: 0px !important; }

.nom-top {
  margin-top: 0px !important; }

.nom-left {
  margin-left: 0px !important; }

.nom-right {
  margin-right: 0px !important; }

.nom-bottom {
  margin-bottom: 0px !important; }

.margin-top {
  margin-top: 40px !important; }

.margin-top-small {
  margin-top: 20px !important; }

.margin-bottom {
  margin-bottom: 40px !important; }

.margin-bottom-small {
  margin-bottom: 20px !important; }

.lh-0 {
  display: block;
  line-height: 0; }

.relative {
  position: relative; }

.overlay {
  position: relative; }
  .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000D;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 13, 0.8) 100%);
    z-index: 0;
    pointer-events: none; }
  .overlay:after {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: -30%;
    left: -100%;
    display: block;
    pointer-events: none;
    background: radial-gradient(50% 50% at 50% 50%, rgba(238, 0, 16, 0.8) 0%, rgba(238, 0, 16, 0) 84.62%);
    mix-blend-mode: color;
    z-index: 1;
    opacity: 0.75; }

.overlay-solid {
  position: relative; }
  .overlay-solid:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000D;
    background: linear-gradient(90deg, rgba(0, 0, 13, 0.9) 0%, rgba(0, 0, 13, 0.5) 100%);
    z-index: 0;
    pointer-events: none; }
  .overlay-solid:after {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: -20%;
    right: -100%;
    display: block;
    pointer-events: none;
    background: radial-gradient(50% 50% at 50% 50%, rgba(238, 0, 16, 0.9) 0%, rgba(238, 0, 16, 0) 84.62%);
    mix-blend-mode: color;
    z-index: 1;
    opacity: 0.75; }

.over-overlay {
  position: relative;
  z-index: 3; }

#container {
  padding-top: 100px; }

body.home #container {
  padding-top: 0px; }

body.home .hero-section .section-bg {
  max-height: 500px; }

.section-bg {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0; }

.slipstream {
  position: absolute;
  bottom: 25px;
  left: -10%;
  z-index: 1;
  width: 180%;
  height: auto;
  pointer-events: none; }
  .slipstream svg {
    width: 100%;
    height: auto; }

.hero-section .section-bg {
  position: relative;
  height: 100vw;
  inset: auto; }

.hero-section {
  background: #00000D; }

.border-radius, .entry-content img, entry-content video, .entry-content iframe {
  border-radius: 8px;
  overflow: hidden; }

/*********************
LINK STYLES
*********************/
a {
  color: #EE0028;
  text-decoration: none;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  /* on hover */ }
  a:hover {
    color: #bb001f; }

.read-more-link {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #00000D;
  font-weight: 500;
  width: fit-content; }
  .read-more-link:hover {
    color: #EE0028 !important; }
  .read-more-link svg {
    width: 55px;
    height: auto; }

.light-content .read-more-link {
  color: #fff; }
  .light-content .read-more-link:hover {
    color: #fff; }

*:focus {
  outline: none !important; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .widgettitle {
  text-rendering: optimizelegibility;
  font-family: "termina", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #00000D;
  text-wrap: balance;
  margin: 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .widgettitle a {
    text-decoration: none; }

.light-content h1 a, .light-content .h1 a, .light-content h2 a, .light-content .h2 a, .light-content h3 a, .light-content .h3 a, .light-content h4 a, .light-content .h4 a, .light-content h5 a, .light-content .h5 a {
  color: #EE0028; }
  .light-content h1 a:hover, .light-content .h1 a:hover, .light-content h2 a:hover, .light-content .h2 a:hover, .light-content h3 a:hover, .light-content .h3 a:hover, .light-content h4 a:hover, .light-content .h4 a:hover, .light-content h5 a:hover, .light-content .h5 a:hover {
    color: #bb001f; }

h1, .h1 {
  font-size: 24px; }

h2, .h2, .widgettitle {
  font-size: 24px;
  line-height: 1.2; }

h3, .h3 {
  font-size: 20px;
  line-height: 1.3; }

h4, .h4 {
  font-size: 18px;
  line-height: 1.35; }

h5, .h5 {
  font-size: 16px;
  line-height: 1.4; }

p {
  margin: 0; }

/*********************
HEADER STYLES
*********************/
body.no-scroll {
  overflow: hidden; }

.header {
  position: fixed;
  top: 30px;
  z-index: 9999;
  display: block;
  width: 100%; }

.header-wrap {
  padding-left: 10px;
  padding-right: 10px; }

#inner-header {
  padding: 0 15px;
  border-radius: 19px;
  width: 100%;
  height: 70px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 13, 0.72);
  transform: translateZ(0);
  will-change: backdrop-filter, transform; }
  #inner-header .header-left .header-logo img {
    display: block;
    width: 127px;
    height: auto;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    #inner-header .header-left .header-logo img:hover {
      opacity: 0.5; }
  #inner-header .header-right {
    display: flex;
    gap: 15px;
    align-items: center; }
    #inner-header .header-right .search-wrap {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      transform: translateY(20px);
      opacity: 0;
      pointer-events: none; }
      #inner-header .header-right .search-wrap .search-wrap-inner {
        background: #00000D;
        display: block;
        padding: 15px;
        border-radius: 19px; }
        #inner-header .header-right .search-wrap .search-wrap-inner form {
          position: relative; }
          #inner-header .header-right .search-wrap .search-wrap-inner form:after {
            position: absolute;
            width: 41px;
            height: 100%;
            right: 0;
            top: 0;
            content: "";
            display: block;
            background: #fff;
            border-radius: 0 8px 8px 0px;
            z-index: 0; }
        #inner-header .header-right .search-wrap .search-wrap-inner input {
          margin: 0;
          border: 1px solid #fff !important;
          border-radius: 8px;
          color: #fff !important;
          background: transparent !important;
          padding: 12px 15px !important;
          font-size: 15px !important;
          line-height: 16px !important;
          height: 40px !important;
          padding-right: 40px;
          position: relative;
          z-index: 1; }
          #inner-header .header-right .search-wrap .search-wrap-inner input:focus {
            color: #fff;
            background: transparent !important; }
          #inner-header .header-right .search-wrap .search-wrap-inner input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #bbb; }
          #inner-header .header-right .search-wrap .search-wrap-inner input::-moz-placeholder {
            /* Firefox 19+ */
            color: #bbb; }
          #inner-header .header-right .search-wrap .search-wrap-inner input:-ms-input-placeholder {
            /* IE 10+ */
            color: #bbb; }
          #inner-header .header-right .search-wrap .search-wrap-inner input:-moz-placeholder {
            /* Firefox 18- */
            color: #bbb; }
        #inner-header .header-right .search-wrap .search-wrap-inner button {
          position: absolute;
          z-index: 2;
          top: 1px;
          right: 1px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #fff;
          width: 40px;
          height: 38px;
          border-radius: 0px 7px 7px 0px;
          border: none;
          border-left: 1px solid #fff;
          padding: 0;
          margin: 0;
          border: none;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
          #inner-header .header-right .search-wrap .search-wrap-inner button svg path {
            transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            fill: #00000D !important; }
          #inner-header .header-right .search-wrap .search-wrap-inner button:hover {
            background: #EE0028; }
            #inner-header .header-right .search-wrap .search-wrap-inner button:hover svg path {
              fill: #fff !important; }
    #inner-header .header-right .nav-icon {
      margin: -8px -6px;
      padding: 8px 6px;
      cursor: pointer;
      line-height: 0;
      cursor: pointer; }
    #inner-header .header-right .search-icon {
      cursor: pointer;
      margin: -9px;
      padding: 9px;
      line-height: 0; }

.search-active #inner-header .header-right .search-wrap {
  transform: translateY(10px);
  opacity: 1;
  pointer-events: all; }

.nav-wrap {
  background: #fff;
  transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  z-index: 8888;
  padding: 125px 25px 100px 25px;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .nav-wrap nav {
    width: 100%; }
  .nav-wrap.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

/*********************
NAVIGATION STYLES
*********************/
.nav-wrap .nav {
  border-bottom: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav-wrap .nav li {
    margin: 0;
    position: relative;
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav-wrap .nav li a {
      font-family: "termina", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: inline-block;
      color: #00000D;
      text-decoration: none;
      padding: 15px;
      font-size: 18px;
      line-height: 27px;
      font-weight: 500;
      text-align: center;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
      .nav-wrap .nav li a:hover, .nav-wrap .nav li a:focus {
        color: #EE0028; }
    .nav-wrap .nav li .navarrow {
      display: inline-block;
      padding: 12px;
      cursor: pointer;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transform: rotate(0deg);
      /* IE 9 */
      -webkit-transform: rotate(0deg);
      /* Chrome, Safari, Opera */
      transform: rotate(0deg);
      width: 40px;
      height: 40px;
      margin-left: -10px;
      overflow: visible; }
      .nav-wrap .nav li .navarrow path {
        fill: #EE0028; }
      .nav-wrap .nav li .navarrow.active {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg); }
    .nav-wrap .nav li ul.sub-menu,
    .nav-wrap .nav li ul.children {
      margin: 0;
      padding: 10px 0;
      display: none;
      width: 100%;
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      /* highlight current page */
      /* end current highlighters */ }
      .nav-wrap .nav li ul.sub-menu li a,
      .nav-wrap .nav li ul.children li a {
        font-family: "inter-variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #EE0028;
        text-transform: none;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: "inter-variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.3; }
        .nav-wrap .nav li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li a:focus,
        .nav-wrap .nav li ul.children li a:hover,
        .nav-wrap .nav li ul.children li a:focus {
          color: #00000D; }
      .nav-wrap .nav li ul.sub-menu li ul.sub-menu,
      .nav-wrap .nav li ul.sub-menu li ul.children,
      .nav-wrap .nav li ul.children li ul.sub-menu,
      .nav-wrap .nav li ul.children li ul.children {
        margin: 0;
        display: none;
        /* highlight current page */
        /* end current highlighters */ }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a,
        .nav-wrap .nav li ul.sub-menu li ul.children li a,
        .nav-wrap .nav li ul.children li ul.sub-menu li a,
        .nav-wrap .nav li ul.children li ul.children li a {
          color: #EE0028;
          text-transform: none; }
          .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.sub-menu li ul.children li a:hover,
          .nav-wrap .nav li ul.sub-menu li ul.children li a:focus,
          .nav-wrap .nav li ul.children li ul.sub-menu li a:hover,
          .nav-wrap .nav li ul.children li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.children li ul.children li a:hover,
          .nav-wrap .nav li ul.children li ul.children li a:focus {
            color: #00000D; }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-parent a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-parent a {
          color: #00000D; }
      .nav-wrap .nav li ul.sub-menu li.current-menu-item a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-ancestor a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-parent a,
      .nav-wrap .nav li ul.children li.current-menu-item a,
      .nav-wrap .nav li ul.children li.current-menu-ancestor a,
      .nav-wrap .nav li ul.children li.current-menu-parent a {
        color: #00000D; }
  .nav-wrap .nav li.current-menu-item a,
  .nav-wrap .nav li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-parent a {
    color: #EE0028; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.background-white {
  background: #fff; }

.background-black {
  background: #00000D; }

.background-white-light-gray {
  background: #fff;
  position: relative; }
  .background-white-light-gray:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: #f5f5f5;
    pointer-events: none; }
  .background-white-light-gray .wrap {
    position: relative;
    z-index: 1; }

.background-light-gray {
  background: #f5f5f5; }

.background-black + .background-black .wrap,
.background-white + .background-white-light-gray .wrap,
.background-white + .background-white .wrap,
.background-light-gray + .background-light-gray .wrap,
.background-white-light-gray + .background-light-gray .wrap {
  padding-top: 0px; }

.background-white-light-gray.next-section-extra-top + .background-light-gray {
  padding-top: 25px; }

.light-content {
  color: #fff; }
  .light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content p, .light-content .h1, .light-content .h2, .light-content .h3, .light-content .h4, .light-content .h5, .light-content ul, .light-content li, .light-content ol {
    color: #fff; }

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

img {
  max-width: 100%;
  height: auto; }

hr {
  margin: 20px 0;
  border: none;
  height: 1px;
  background: #EE0028;
  width: 90px;
  border: none !important; }

.iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; }

.gform_wrapper + .iframe-wrap {
  padding: 0px; }

.gform_confirmation_wrapper + .iframe-wrap {
  padding-top: 0 !important; }

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0px !important; }
  .gform_wrapper.gravity-theme .gform_footer .button, .gform_wrapper.gravity-theme .gform_page_footer .button {
    margin-bottom: 0px !important; }

.tile {
  display: flex;
  background: #00000D;
  padding: 15px;
  min-height: 320px;
  font-size: 14px;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%; }

.post-slider-wrap {
  position: relative; }
  .post-slider-wrap .tns-nav {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px; }
  .post-slider-wrap .tile {
    padding-bottom: 45px; }

.map-section {
  overflow: hidden; }

.client-map {
  position: relative;
  display: block;
  line-height: 0; }

.map-image {
  width: 100%;
  height: auto; }

.red {
  color: #EE0028; }

.map-pin {
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 8px;
  height: 8px;
  background: #EE0028;
  border-radius: 50%;
  transform: translate(-50%, -50%) translateZ(0) scale(0.5);
  cursor: default;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform; }

.map-pin.active {
  transform: translateZ(0) translate(-50%, -50%) scale(1);
  background: #00000D;
  z-index: 10 !important;
  will-change: transform; }
  .map-pin.active:before {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500%;
    height: 500%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transform: translateZ(0) translate(-50%, -50%) scale(0.2);
    animation: pinPulse 1.5s ease-out infinite;
    z-index: -1;
    /* behind the pin */
    pointer-events: none;
    will-change: transform; }

.map-pin.index {
  z-index: 5; }

@keyframes pinPulse {
  0% {
    transform: translateZ(0) translate(-50%, -50%) scale(0.2);
    opacity: 1; }
  70% {
    transform: translateZ(0) translate(-50%, -50%) scale(1);
    opacity: 0; }
  100% {
    transform: translateZ(0) translate(-50%, -50%) scale(1);
    opacity: 0; } }
.client-info {
  margin-top: 10px;
  text-align: center; }

.pin-info-box {
  transform: translateZ(0);
  /* force GPU layer */
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 30px;
  /* adjust for your design */
  left: 50%;
  transform: translateZ(0) perspective(1000px) translateX(-50%);
  padding: 1.6vw;
  line-height: 1.5;
  background: #fff;
  border-radius: 1.2vw;
  box-shadow: 0px 0px 1.2vw 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 26vw;
  /* or auto */
  font-size: 1.3vw;
  will-change: transform; }
  .pin-info-box:before {
    transform: translateZ(0);
    /* force GPU layer */
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    /* sits below the tooltip */
    transform: translateZ(0) perspective(1000px) translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    /* triangle color matches tooltip bg */
    will-change: transform; }
  .pin-info-box img {
    transform: translateZ(0);
    /* force GPU layer */
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: auto;
    border-radius: 0.2vw;
    margin-bottom: 0.4vw;
    box-shadow: 0px 0px 0.6vw 0px rgba(0, 0, 0, 0.12);
    will-change: transform; }

/* Desktop only */
@media (min-width: 768px) {
  .map-pin {
    width: 12px;
    height: 12px; }

  .map-pin:hover .pin-info-box,
  .map-pin.active .pin-info-box {
    opacity: 1; }

  .client-info {
    display: none; }

  .client-map-outer {
    padding-right: 6%;
    max-width: 1240px;
    margin: 0 auto; } }
/* Mobile hides floating boxes completely */
@media (max-width: 767px) {
  .pin-info-box {
    display: none; } }
@media (min-width: 1000px) {
  .map-pin {
    width: 14px;
    height: 14px; } }
@media (min-width: 1240px) {
  .map-pin {
    width: 16px;
    height: 16px; }

  .pin-info-box {
    padding: 24px;
    border-radius: 17px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
    width: 320px;
    font-size: 16px; }
    .pin-info-box img {
      border-radius: 6px;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
      margin-bottom: 8px; } }
.stat-col {
  padding-bottom: 25px;
  position: relative; }
  .stat-col .stat-text {
    font-size: 18px; }
  .stat-col:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 1px;
    background: #EE0028;
    display: block; }
  .stat-col .h1 {
    font-size: 60px;
    line-height: 1; }

.testimonial-content {
  line-height: 1.6;
  text-wrap: auto !important;
  position: relative;
  padding: 0 35px; }
  .testimonial-content strong {
    text-transform: uppercase;
    color: #EE0028;
    font-weight: 500 !important;
    font-size: 12px; }
  .testimonial-content:before {
    content: "";
    background: url("../images/speech-open.svg") no-repeat center center scroll;
    background-size: 100% 100%;
    width: 28px;
    height: 17px;
    display: block;
    position: absolute;
    top: 0;
    left: -5px; }
  .testimonial-content:after {
    content: "";
    background: url("../images/speech-close.svg") no-repeat center center scroll;
    background-size: 100% 100%;
    width: 28px;
    height: 17px;
    display: block;
    position: absolute;
    top: 3px;
    right: -5px; }

.ditty img {
  height: 80px !important;
  width: auto !important;
  max-width: 190px !important;
  object-fit: contain !important; }

/* Tablet */
@media (max-width: 1239px) {
  .ditty-item {
    padding: 0 40px !important; }

  .ditty img {
    height: 60px !important;
    max-width: 160px !important; } }
/* Mobile */
@media (max-width: 767px) {
  .text-align-center-mobile {
    text-align: center; }

  .ditty-item {
    padding: 0 20px !important; }

  .ditty img {
    height: 40px !important;
    max-width: 130px !important; } }
.post-list {
  margin-top: -30px;
  display: flex;
  flex-direction: column; }
  .post-list .post-item-container {
    margin-top: 30px; }
  .post-list .post-item {
    color: #4E4E4E;
    display: block;
    background: #00000D;
    border: 1px solid #EE0028;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, #fff 50%, #F2F2F2 100%);
    background-size: 100% 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease; }
    .post-list .post-item:hover {
      background-size: 300% 300%; }
    .post-list .post-item .post-image {
      border-radius: 3px;
      line-height: 0;
      overflow: hidden;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12); }
    .post-list .post-item .date {
      position: absolute;
      top: 15px;
      right: 15px;
      pointer-events: none;
      background: #EE0028;
      color: #fff;
      font-size: 12px;
      padding: 5px 8px;
      display: inline-block;
      font-family: "termina", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      border-top-right-radius: 3px; }
    .post-list .post-item hr {
      margin: 15px 0; }
    .post-list .post-item .post-title {
      font-weight: 600;
      color: #00000D;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .post-list .post-item .post-title a {
        color: #00000D; }
        .post-list .post-item .post-title a:hover {
          color: #EE0028; }
    .post-list .post-item .read-more-link {
      margin-top: 15px; }

.post-column .post-image {
  margin-bottom: 15px;
  border-radius: 3px;
  line-height: 0;
  overflow: hidden; }
.post-column hr {
  margin: 15px 0; }
.post-column .post-title {
  font-weight: 600;
  color: #00000D; }
.post-column .entry-content p {
  margin-bottom: 15px; }
.post-column .read-more-link {
  margin-top: 15px; }

.light-content .post-list .post-item {
  color: #fff;
  background: linear-gradient(170deg, #0f0f1c 50%, #3e0c25 100%);
  background-size: 100% 100%;
  background-position: bottom right;
  background-repeat: no-repeat; }
  .light-content .post-list .post-item:hover {
    background-size: 300% 300%; }

.light-content .post-list .post-item .post-title {
  color: #fff; }
  .light-content .post-list .post-item .post-title a {
    color: #fff; }
    .light-content .post-list .post-item .post-title a:hover {
      color: #EE0028; }

.post-list a.post-item .post-title:hover {
  color: #EE0028 !important; }

.post-sidebar .post-item {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  border: none; }

.timeline-wrapper {
  position: relative;
  padding-right: 0px !important;
  padding-left: 0px !important;
  max-width: 100% !important; }

/* CENTER HORIZONTAL LINE */
.timeline-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  height: 2px;
  background: #EE0028; }

.timeline-slider {
  display: flex;
  cursor: grab; }
  .timeline-slider:active {
    cursor: grabbing; }

.timeline-item {
  text-align: center;
  padding: 0;
  position: relative; }

/* DATE ABOVE */
.timeline-date {
  font-size: 22px;
  font-weight: 600;
  height: 77px;
  color: #EE0028; }

/* MAIN DOT */
.timeline-dot-wrap {
  position: relative;
  height: 30px; }

.timeline-dot {
  width: 30px;
  height: 30px;
  background: #EE0028;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s ease;
  transform: scale(0.5);
  position: relative; }

/* ACTIVE DOT EXPAND ANIMATION */
.timeline-item.is-active .timeline-dot {
  background: #EE0028;
  transform: scale(1) !important;
  transition-delay: .35s; }
  .timeline-item.is-active .timeline-dot:before {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(238, 0, 40, 0.4);
    border-radius: 50%;
    transform: translateZ(0) translate(-50%, -50%) scale(0.2);
    animation: pinPulse 1.5s ease-out infinite;
    z-index: -1;
    /* behind the pin */
    pointer-events: none;
    will-change: transform; }

.timeline-drop-container {
  position: relative;
  height: 84px; }

.timeline-drop {
  width: 1px;
  height: 0%;
  background: #EE0028;
  margin: 0px auto;
  transition: height 0.35s ease; }

.timeline-item.is-active .timeline-drop {
  height: 100% !important;
  transition-delay: .6s; }

/* SMALL BOTTOM DOT */
.timeline-sub-dot {
  width: 12px;
  height: 12px;
  background: #EE0028;
  border-radius: 50%;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0) translateY(-6px);
  transform-origin: top;
  transition: all 0.35s ease; }

.timeline-item.is-active .timeline-sub-dot {
  opacity: 1 !important;
  transform: scale(1) translateY(-6px);
  transition-delay: 0.9s; }

/* CONTENT */
.timeline-content {
  margin: 0 auto;
  opacity: 0;
  padding: 25px 0px 10px 0px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(10px); }

.timeline-item.is-active .timeline-content {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition-delay: 1s; }

/* NAV BUTTONS */
.timeline-prev,
.timeline-next {
  position: absolute;
  top: 70px;
  z-index: 10;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  line-height: 0;
  padding: 0px;
  display: block;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .timeline-prev circle,
  .timeline-next circle {
    fill: #00000D;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .timeline-prev:hover circle,
  .timeline-next:hover circle {
    fill: #EE0028; }

.timeline-prev {
  left: 25px;
  transform: rotate(-180deg); }

.timeline-next {
  right: 25px; }

.timeline-prev[disabled], .timeline-next[disabled] {
  opacity: 1;
  pointer-events: none; }
  .timeline-prev[disabled] circle, .timeline-next[disabled] circle {
    fill: #dbdbdb; }

.media-block-left .entry-content img, .media-block-left .entry-content iframe, .media-block-left .entry-content p, .media-block-left .entry-content video {
  border-radius: 0px !important;
  margin: 0 !important; }

.media-block-right {
  padding: 25px; }

.links,
.entry-content .links {
  margin-left: 0;
  padding-left: 0; }
  .links li,
  .entry-content .links li {
    list-style: none;
    margin-top: 5px;
    font-family: "termina", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-family: "termina", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #00000D;
    text-wrap: balance;
    font-size: 16px; }
    .links li a,
    .entry-content .links li a {
      display: block;
      padding: 8px 0;
      text-rendering: optimizelegibility;
      font-family: "termina", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      line-height: 1.2;
      color: #00000D;
      text-wrap: balance;
      color: #EE0028;
      border-bottom: 4px solid #bbb;
      font-size: 16px; }
      .links li a:hover,
      .entry-content .links li a:hover {
        border-color: #EE0028; }
    .links li:first-of-type,
    .entry-content .links li:first-of-type {
      margin-top: 0px; }

.single-title,
.page-title,
.entry-title,
.wp-block-heading {
  margin: 0 0 20px 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #bbb;
  font-style: italic;
  margin: 0; }

strong, b, .strong {
  font-weight: 700; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content .button {
    margin-top: 10px; }
  .entry-content .wp-block-buttons {
    margin-bottom: 20px; }
  .entry-content p {
    margin-bottom: 20px; }
    .entry-content p img {
      margin-bottom: 0px !important; }
    .entry-content p strong {
      font-weight: 700; }
    .entry-content p a {
      font-weight: 600; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 20px;
    margin-top: 35px; }
  .entry-content iframe {
    width: 100%; }
  .entry-content i {
    color: #00000D; }
  .entry-content fieldset {
    margin-bottom: 15px; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px 18px; }
  .entry-content ul li {
    list-style: disc; }
  .entry-content ol li {
    list-style: decimal; }
  .entry-content hr {
    margin: 25px 0; }
  .entry-content table {
    width: 100%;
    border: 1px solid #00000D;
    border-right: none;
    margin-bottom: 25px;
    border-bottom: none; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #bbb;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .entry-content table a {
      font-weight: 700; }
  .entry-content tr {
    border-bottom: 1px solid #00000D; }
    .entry-content tr input, .entry-content tr p {
      margin: 0; }
    .entry-content tr .amount {
      font-weight: 700; }
    .entry-content tr img {
      margin: 0; }
  .entry-content td {
    padding: 15px;
    border-right: 1px solid #00000D;
    border-bottom: 1px solid #00000D;
    background: none !important;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content th {
    padding: 15px;
    background: none;
    border-bottom: 1px solid #00000D;
    border-right: 1px solid #00000D;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content blockquote {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    border-left: 3px solid #00000D;
    color: #4E4E4E; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #00000D;
    color: #f5f5f5;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content .nudge-down + p, .entry-content .nudge-down + img, .entry-content .nudge-down + table, .entry-content .nudge-down + ul, .entry-content .nudge-down + ol, .entry-content .nudge-down + iframe, .entry-content .nudge-down + fieldset, .entry-content .nudge-down + blockquote, .entry-content .nudge-down + h1, .entry-content .nudge-down + h2, .entry-content .nudge-down + h3, .entry-content .nudge-down + h4, .entry-content .nudge-down + h5, .entry-content .nudge-down + .wp-block-buttons {
    margin-top: 0px !important; }
  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content .wp-block-buttons + .nudge-up {
    margin-top: -20px;
    display: block; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    clear: both; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #EE0028; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #fff; }
    .pagination .current:hover, .pagination .current:focus {
      color: #fff; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/*********************
FOOTER STYLES
*********************/
.social {
  display: flex;
  gap: 10px; }
  .social a {
    line-height: 0px; }
  .social path {
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .social a:hover path {
    fill: #fff; }

.footer-logo {
  display: block; }

.footer {
  font-size: 14px;
  overflow: hidden; }
  .footer hr {
    width: 100%; }
  .footer .footer-nav-cols {
    column-count: 2;
    margin-top: -4px; }
  .footer ul {
    margin: 0; }
    .footer ul li a {
      line-height: 1.3;
      color: #EE0028;
      font-weight: 700;
      display: block;
      padding: 4px 0; }
      .footer ul li a:hover {
        color: #bb001f; }
    .footer ul li ul li a {
      color: #fff;
      font-weight: 400; }
      .footer ul li ul li a:hover {
        color: #bb001f; }
    .footer ul li .navarrow {
      display: none; }

/* end .footer-links */
.anim-right {
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(-25px, 0); }

.anim-left {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(25px, 0); }

.anim-down {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, -25px); }

.anim-up {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, 25px); }

.anim-fade {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0px, 0px); }

.delay-0 {
  transition-delay: 0s; }

.delay-1 {
  transition-delay: 0.1s; }

.delay-2 {
  transition-delay: 0.2s; }

.delay-3 {
  transition-delay: 0.3s; }

.delay-4 {
  transition-delay: 0.4s; }

.delay-5 {
  transition-delay: 0.5s; }

.delay-6 {
  transition-delay: 0.6s; }

.delay-7 {
  transition-delay: 0.7s; }

.delay-8 {
  transition-delay: 0.8s; }

.delay-9 {
  transition-delay: 0.9s; }

.delay-10 {
  transition-delay: 1s; }

.active-onscreen .anim-left,
.active-onscreen .anim-right,
.active-onscreen .anim-up,
.active-onscreen .anim-down,
.active-onscreen .anim-fade {
  transform: translate(0, 0);
  opacity: 1; }

.anim-single.active-onscreen.anim-left, .anim-single.active-onscreen.anim-right, .anim-single.active-onscreen.anim-up, .anim-single.active-onscreen.anim-down, .anim-single.active-onscreen.anim-fade {
  transform: translate(0, 0);
  opacity: 1; }

/*********************
TNS STYLES
*********************/
.tns-nav {
  padding: 0;
  line-height: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 10;
  font-size: 12px; }

.tns-nav button {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0 7px 0 7px;
  border: 2px solid #fff;
  text-decoration: none;
  background: 0 0;
  background: #00000D;
  font-weight: 700;
  font-size: 12px;
  line-height: 0px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18); }

.tns-nav button:hover {
  background: #EE0028;
  border-color: #fff; }

.tns-nav button.tns-nav-active {
  background: #EE0028;
  border-color: #fff; }

.white-boxed .tns-nav {
  padding-bottom: 25px; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: 0px; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: 0px;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100); }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0); }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

.tns-nav {
  display: flex;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding-top: 0px !important; }

.tns-nav button {
  width: 100%;
  height: 4px;
  background: rgba(255, 0, 64, 0.4);
  box-shadow: none;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
  margin: 0; }
  .tns-nav button.tns-nav-active {
    background: #EE0028; }
  .tns-nav button:hover {
    background: #00000D; }
  .tns-nav button:before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    pointer-events: all;
    transform: translateY(-50%); }

.tns-nav button .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #bb001f;
  transition: width linear; }

.post-slider-wrap .tns-nav button:hover {
  background: #fff; }

@media only screen and (min-width: 481px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }

  /*********************
  FOOTER STYLES
  *********************/ }
@media only screen and (min-width: 768px) {
  /*********************
  GENERAL STYLES
  *********************/
  .large-content {
    font-size: 18px; }

  .capped-content {
    max-width: 60%; }

  .wrap {
    padding: 80px 50px; }

  .wrap-small {
    padding-top: 40px;
    padding-bottom: 40px; }

  .wrap-pagination {
    padding-top: 35px !important; }

  .wrap-bottom-small, .wrap-bottom-small-tablet {
    padding-bottom: 40px; }

  .wrap-large {
    padding-top: 160px;
    padding-bottom: 160px; }

  .background-white-light-gray.next-section-extra-top + .background-light-gray {
    padding-top: 40px; }

  /*********************
  HEADER STYLES
  *********************/
  .search-icon {
    display: none; }

  .header {
    top: 40px; }

  .header-wrap {
    padding-left: 25px;
    padding-right: 25px; }

  #inner-header .header-left .header-logo img {
    width: 160px; }

  #inner-header {
    padding: 0 25px;
    gap: 25px;
    height: 100px; }

  #inner-header .header-right {
    gap: 25px; }

  #inner-header .header-right .search-wrap {
    transition: none;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    transform: none;
    opacity: 1;
    pointer-events: all; }

  #inner-header .header-right .search-wrap .search-wrap-inner {
    backdrop-filter: none;
    background: transparent;
    display: block;
    padding: 0px;
    border-radius: 0px; }

  .nav-icon svg {
    width: 33px;
    height: auto; }

  #inner-header .header-right .search-wrap .search-wrap-inner input {
    width: 210px;
    height: 34px !important;
    padding: 10px 12px !important;
    padding-right: 34px !important;
    font-size: 14px !important;
    line-height: 14px !important; }

  #inner-header .header-right .search-wrap .search-wrap-inner form:after {
    width: 35px; }

  #inner-header .header-right .search-wrap .search-wrap-inner button {
    width: 34px;
    height: 32px; }

  .nav-wrap {
    padding-top: 165px; }

  .nav-wrap .nav li a {
    font-size: 22px; }

  .nav-wrap .nav li ul.sub-menu li a, .nav-wrap .nav li ul.children li a {
    font-size: 18px; }

  /*********************
  CONTENT STYLES
  *********************/
  h1, .h1 {
    font-size: 34px; }

  h2, .h2, .widgettitle {
    font-size: 30px; }

  h3, .h3 {
    font-size: 26px; }

  h4, .h4 {
    font-size: 22px; }

  h5, .h5 {
    font-size: 18px; }

  .h5-small {
    font-size: 18px !important; }

  /*********************
  CONTENT
  *********************/
  #container {
    padding-top: 140px; }

  body.home #container {
    padding-top: 0px; }

  body.home .hero-section {
    padding-top: 140px; }

  .hero-section {
    min-height: 100vh; }

  .section-bg, .hero-section .section-bg {
    height: 100%;
    max-height: 100% !important;
    position: absolute;
    inset: 0; }

  .slipstream {
    bottom: 40px;
    left: -2%;
    width: 160%; }

  .overlay:before {
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 13, 0.8) 80%); }

  .single-title, .page-title, .entry-title, .widgettitle, .wp-block-heading {
    margin-bottom: 25px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote, .entry-content .wp-block-buttons {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 50px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content .wp-block-buttons + .nudge-up {
    margin-top: -25px; }

  .tile {
    min-height: 350px; }

  .post-slider-wrap .tile {
    min-height: 525px;
    justify-content: flex-start; }

  .post-slider-wrap .tile .tile-content {
    max-width: 50%; }

  .tns-nav {
    gap: 10px; }

  .post-slider-wrap .tns-nav {
    justify-content: flex-end; }

  .tns-nav button {
    width: 150px; }

  .post-slider-wrap .tns-nav button {
    width: 12.5%;
    width: calc(12.5% - 10px); }

  .testimonial-content strong {
    font-size: 13px; }

  .stat-col .h1 {
    font-size: 4vw; }

  .stat-col {
    border-left: 1px solid #EE0028;
    padding-left: 8%;
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px; }
    .stat-col .stat-text {
      line-height: 1.2; }

  .stat-col:after {
    display: none; }

  .testimonial-content {
    padding: 0 100px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .testimonial-content:before {
      width: 74px;
      height: 45px;
      left: 0px; }
    .testimonial-content:after {
      width: 74px;
      height: 45px;
      right: 0; }

  .post-list .post-item {
    padding: 20px; }

  .post-list .post-title {
    padding-right: 120px; }

  .post-list .post-item .date {
    right: 0px;
    top: 19px;
    border-radius: 0px;
    padding-right: 15px; }

  .post-list .post-item hr {
    margin-top: 20px;
    margin-bottom: 20px; }

  .post-item .post-item-content {
    padding-left: 10px;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .post-item .post-item-content .push-bottom {
      margin-top: auto; }

  .post-list .post-item .read-more-link {
    margin-top: 20px; }

  .post-list .post-item-container {
    max-width: 1090px; }
    .post-list .post-item-container:nth-of-type(2n) {
      margin-left: auto; }

  .post-column .post-image {
    margin-bottom: 20px; }

  .post-column hr {
    margin: 20px 0; }

  #input_1_9 {
    margin-top: 10px; }

  .timeline-next {
    right: 50px; }

  .timeline-prev {
    left: 50px; }

  .media-block-right {
    padding: 35px; }

  .links,
  .entry-content .links {
    display: flex;
    align-items: flex-end;
    margin-right: -2%; }
    .links li,
    .entry-content .links li {
      margin-top: 0px;
      margin-right: 2%; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .flex-col-1of2 .links,
  .flex-col-1of2 .entry-content .links {
    display: block;
    margin-right: 0px; }
    .flex-col-1of2 .links li,
    .flex-col-1of2 .entry-content .links li {
      margin-top: 8px;
      margin-right: 0%; }
    .flex-col-1of2 .links:first-of-type,
    .flex-col-1of2 .entry-content .links:first-of-type {
      margin-top: 0px; } }
@media only screen and (min-width: 768px) {
  /*********************
  FOOTER STYLES
  *********************/
  .footer-nav-cols {
    column-gap: 50px;
    padding-right: 25px; }

  .footer .footer-nav-cols li.dont-split {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid; }

  .footer .footer-nav-cols li.menu-item-49 {
    display: block !important; } }
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  body {
    font-size: 16px; }

  .wrap {
    padding: 100px 70px; }

  .wrap-large {
    padding-top: 200px;
    padding-bottom: 200px; }

  .wrap-small {
    padding-top: 50px;
    padding-bottom: 50px; }

  .wrap-bottom-small, .wrap-bottom-small-tablet {
    padding-bottom: 50px; }

  .background-white-light-gray.next-section-extra-top + .background-light-gray {
    padding-top: 50px; }

  .header-wrap {
    padding-left: 35px;
    padding-right: 35px; }

  #inner-header .header-left .header-logo img {
    width: 200px; }

  #inner-header {
    padding: 0 35px;
    gap: 35px; }

  #inner-header .header-right {
    gap: 35px; }

  .nav-wrap {
    padding-top: 175px; }

  .slipstream {
    bottom: -60px;
    left: -10%;
    width: 240%; }

  .large-content {
    font-size: 20px; }

  .capped-content {
    max-width: 600px; }

  h1, .h1 {
    font-size: 44px; }

  h2, .h2, .widgettitle {
    font-size: 36px; }

  h3, .h3 {
    font-size: 30px; }

  h4, .h4 {
    font-size: 26px; }

  h5, .h5 {
    font-size: 22px; }

  .margin-top {
    margin-top: 80px !important; }

  .margin-bottom {
    margin-bottom: 80px !important; }

  .margin-top-small {
    margin-top: 40px !important; }

  .margin-bottom-small {
    margin-bottom: 40px !important; }

  .single-title, .page-title, .entry-title, .widgettitle, .related h2, .wp-block-heading {
    margin-bottom: 30px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 50px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up {
    margin-top: -25px; }

  .tile {
    padding: 30px; }

  .post-slider-wrap .tns-nav {
    padding: 40px; }

  .stat-col .stat-text {
    font-size: 20px; }

  .testimonial-content strong {
    font-size: 14px; }

  .post-list .post-item {
    padding: 30px; }

  .post-list .post-item .date {
    top: 32px;
    padding-right: 30px; }

  .post-list .post-item hr {
    margin-top: 25px;
    margin-bottom: 25px; }

  .post-list .post-item .read-more-link {
    margin-top: 25px; }

  .contact-details .entry-content {
    border-left: 1px solid #EE0028;
    padding-left: 15px; }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 15px !important;
    grid-column-gap: 15px !important; }

  .timeline-next {
    right: 70px; }

  .timeline-prev {
    left: 70px; }

  .links li,
  .entry-content .links li {
    font-size: 17px; }
    .links li a,
    .entry-content .links li a {
      font-size: 17px; }

  .footer .footer-nav-cols {
    column-count: 3; } }
@media only screen and (min-width: 1240px) {
  .large-content {
    font-size: 22px; }

  .capped-content {
    max-width: 720px; }

  .header {
    z-index: 8888; }

  .nav-wrap {
    position: relative;
    transition: none;
    padding: 0px;
    background: none;
    width: auto;
    visibility: visible;
    pointer-events: all;
    overflow: visible;
    top: auto;
    right: auto;
    display: block;
    z-index: 9999;
    height: auto;
    text-align: right;
    opacity: 1;
    width: auto; }

  #inner-header, #inner-header .header-right {
    gap: 30px; }

  .nav-wrap .nav {
    border: 0;
    margin: 0;
    padding: 0;
    display: flex;
    height: auto;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav-wrap .nav li {
      float: none;
      position: relative;
      display: inline-block;
      border: none;
      line-height: 0;
      margin-left: 15px;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav-wrap .nav li:hover a {
        color: #EE0028; }
      .nav-wrap .nav li.menu-item-has-children:hover:after {
        pointer-events: all !important; }
      .nav-wrap .nav li.menu-item-has-children:after {
        content: '';
        position: absolute;
        top: 100%;
        left: -10%;
        width: 120%;
        pointer-events: none;
        height: 55px; }
      .nav-wrap .nav li .navarrow {
        display: none !important; }
      .nav-wrap .nav li a {
        font-family: "inter-variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-bottom: 0;
        padding: 0;
        font-weight: 500;
        font-size: 14px;
        display: flex;
        align-items: flex-start;
        text-align: left;
        line-height: 1.2;
        color: #fff;
        white-space: nowrap;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav-wrap .nav li a:before {
          content: "";
          background: url("../images/right-arrow.svg") no-repeat center center scroll;
          background-size: 100% 100%;
          width: 12px;
          height: 13px;
          min-width: 12px;
          min-height: 13px;
          display: inline-block;
          margin-right: 4px;
          transform: translateY(3px); }
        .nav-wrap .nav li a:hover, .nav-wrap .nav li a:focus {
          color: #EE0028; }
      .nav-wrap .nav li:first-child {
        margin-left: 0px !important; }
      .nav-wrap .nav li ul.sub-menu,
      .nav-wrap .nav li ul.children {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        margin: 0 0 0 0;
        border: 0;
        position: absolute;
        top: 100%;
        left: -20px;
        display: block;
        -ms-flex: 250px;
        flex: 250px;
        max-width: 250px;
        width: 250px;
        transform: translateY(50px);
        background: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: 8999;
        padding: 15px 20px;
        display: block !important;
        border-radius: 19px;
        /* highlight sub-menu current page */ }
        .nav-wrap .nav li ul.sub-menu li,
        .nav-wrap .nav li ul.children li {
          margin: 0;
          -ms-flex: 100%;
          flex: 100%;
          max-width: 100%;
          width: 100%;
          display: block; }
          .nav-wrap .nav li ul.sub-menu li a,
          .nav-wrap .nav li ul.children li a {
            padding-left: 0px;
            border-right: 0;
            width: 100%;
            font-size: 14px;
            line-height: 1.4;
            color: #00000D;
            padding-top: 8px;
            padding-bottom: 8px;
            text-align: left;
            white-space: normal; }
            .nav-wrap .nav li ul.sub-menu li a:before,
            .nav-wrap .nav li ul.children li a:before {
              transform: translateY(4px); }
            .nav-wrap .nav li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li a:focus,
            .nav-wrap .nav li ul.children li a:hover,
            .nav-wrap .nav li ul.children li a:focus {
              color: #EE0028; }
          .nav-wrap .nav li ul.sub-menu li:last-child a,
          .nav-wrap .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav-wrap .nav li ul.sub-menu li ul,
          .nav-wrap .nav li ul.children li ul {
            top: 0;
            left: 100%; }
        .nav-wrap .nav li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li.current-menu-parent a {
          color: #EE0028; }
      .nav-wrap .nav li:hover > ul {
        top: auto;
        visibility: visible;
        opacity: 1;
        pointer-events: all; }
    .nav-wrap .nav li.current-menu-item a,
    .nav-wrap .nav li.current-menu-ancestor a,
    .nav-wrap .nav li.current-menu-parent a {
      color: #EE0028; }

  /* end .nav */
  h1, .h1 {
    font-size: 50px; }

  .slipstream {
    bottom: -75px;
    left: -5%;
    width: 220%; }

  .tns-nav {
    gap: 14px; }

  .post-slider-wrap .tns-nav {
    padding: 50px; }

  .tns-nav button {
    height: 6px; }

  .testimonial-content strong {
    font-size: 15px; }

  .tile {
    font-size: 15px; }
    .tile .overlay-solid:after {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0; }
    .tile .overlay-solid:before {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0.7; }
    .tile .read-more-link span {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0; }
    .tile .tile-content {
      max-width: 430px !important; }
    .tile:hover .overlay-solid:after,
    .tile:hover .overlay-solid:before,
    .tile:hover .read-more-link span {
      opacity: 1; }

  .read-more-link {
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

  .read-more-link:hover {
    padding-left: 15px; }

  .post-list .post-item .post-image img {
    transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1); }

  .post-list .post-item:hover .post-image img {
    transform: scale(1.05); }

  #input_1_9 {
    margin-top: 22px;
    margin-bottom: 15px; }

  .post-sidebar .post-item .post-item-content {
    padding-left: 0px; }
    .post-sidebar .post-item .post-item-content p {
      font-size: 14px; }
  .post-sidebar .post-item .flex-col {
    position: relative; }
  .post-sidebar .post-item .date {
    right: 100%;
    top: 0;
    padding: 5px 8px;
    font-size: 10px;
    border-top-right-radius: 3px; }
  .post-sidebar .post-item .post-title {
    padding-right: 0px;
    font-size: 18px !important; }
  .post-sidebar .post-item hr {
    margin-top: 15px;
    margin-bottom: 15px; }

  .media-block {
    display: flex; }
    .media-block .media-block-left {
      -ms-flex: 70%;
      flex: 70%;
      max-width: 70%; }
    .media-block .media-block-right {
      -ms-flex: 30%;
      flex: 30%;
      max-width: 30%; }

  .links li,
  .entry-content .links li {
    font-size: 18px; }
    .links li a,
    .entry-content .links li a {
      font-size: 18px; }

  .flex-col-1of2 .links li,
  .flex-col-1of2 .entry-content .links li {
    font-size: 14px; }
    .flex-col-1of2 .links li a,
    .flex-col-1of2 .entry-content .links li a {
      font-size: 14px; }

  .footer {
    font-size: 15px; } }
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  .header-right .button {
    padding-right: 20px;
    padding-left: 20px; }

  #inner-header .header-right .search-wrap .search-wrap-inner input {
    width: 180px; } }
@media only screen and (min-width: 1240px) and (min-width: 1280px) {
  .nav-wrap .nav li {
    margin-left: 20px; } }
@media only screen and (min-width: 1240px) and (min-width: 1340px) {
  .nav-wrap .nav li {
    margin-left: 25px; }

  .nav-wrap .nav li a:before {
    margin-right: 5px; }

  .flex-col-1of2 .links li,
  .flex-col-1of2 .entry-content .links li {
    font-size: 15px; }
    .flex-col-1of2 .links li a,
    .flex-col-1of2 .entry-content .links li a {
      font-size: 15px; } }
@media only screen and (min-width: 1240px) and (min-width: 1440px) {
  #inner-header {
    gap: 35px; }

  #inner-header .header-right {
    gap: 35px; }

  .nav-wrap .nav li {
    margin-left: 30px; }

  .large-content {
    font-size: 25px; }

  .header-right .button {
    padding-right: 40px;
    padding-left: 40px; }

  .tile {
    padding: 40px;
    min-height: 375px;
    font-size: 16px; }

  .slipstream {
    bottom: -75px;
    left: -1%;
    width: 200%; }

  .tns-nav button {
    height: 8px; }

  .post-slider-wrap .tns-nav {
    padding: 60px; }

  .post-slider-wrap .tile {
    min-height: 562px; }

  .stat-col {
    padding-left: 10%;
    gap: 12px; }

  .testimonial-content strong {
    font-size: 16px; }

  .media-block-right {
    padding: 50px; }

  .flex-col-1of2 .links li,
  .flex-col-1of2 .entry-content .links li {
    font-size: 16px; }
    .flex-col-1of2 .links li a,
    .flex-col-1of2 .entry-content .links li a {
      font-size: 16px; } }
@media only screen and (min-width: 1240px) and (min-width: 1600px) {
  .nav-wrap .nav li a {
    font-size: 15px; }

  .wrap {
    max-width: 1600px;
    margin: 0 auto; }

  .full-width {
    max-width: none; }

  .header-wrap {
    max-width: 1600px;
    margin: 0 auto; }

  .header-right .button {
    padding-right: 50px;
    padding-left: 50px; }

  .search-wrap {
    margin-right: 30px; }

  .stat-col {
    gap: 15px; }

  .stat-col .h1 {
    font-size: 70px; }

  .timeline-next {
    right: 5%; }

  .timeline-prev {
    left: 5%; }

  .flex-col-1of2 .links li,
  .flex-col-1of2 .entry-content .links li {
    font-size: 18px; }
    .flex-col-1of2 .links li a,
    .flex-col-1of2 .entry-content .links li a {
      font-size: 18px; } }

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