/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

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

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

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

html {
  font-size: 62.5%; }

body {
  font-family: open-sans, sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #424344;
  line-height: 2; }

@media screen and (min-width: 1080px) {
  #main {
    margin-top: 120px; }
    #main.has-banner {
      margin-top: 820px; }
    #main.shortened {
      margin-top: 540px; } }

.fancy {
  font-style: italic; }

.thin {
  font-weight: 300; }

.caps {
  text-transform: uppercase; }

h1 {
  font-size: 3.2rem;
  line-height: 1.3;
  overflow: hidden; }

h2 {
  font-size: 2.8rem;
  line-height: 1.3;
  overflow: hidden; }

h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  overflow: hidden; }

h4 {
  font-size: 2rem;
  line-height: 1.3;
  overflow: hidden; }

h5 {
  font-size: 1.6rem;
  line-height: 1.3;
  overflow: hidden; }

h6 {
  font-size: 1.2rem;
  line-height: 1.3;
  overflow: hidden; }

a {
  color: #424344;
  text-decoration: none;
  border-bottom: 1px solid #424344;
  font-weight: 600; }

b,
strong {
  font-weight: 600; }

p.lead {
  margin-top: -1rem;
  font-size: 2rem;
  line-height: 1.2;
  opacity: .8; }

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

iframe {
  width: 100%;
  height: 420px;
  display: block; }
  @media screen and (min-width: 800px) {
    iframe {
      height: 560px; } }

fieldset {
  border: none;
  padding: 0; }

legend {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600; }

label {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 3px; }

input, textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #FFFFFF;
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 5px;
  box-sizing: border-box; }

span.field-error {
  float: right;
  margin-top: -3.2rem;
  color: red; }

.button, button, [type=button] {
  display: inline-block;
  width: auto;
  background-color: #424344;
  color: #FFFFFF;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 10px;
  line-height: 1.2;
  transition: all .2s ease; }
  .button:hover, button:hover, [type=button]:hover {
    background-color: #D9000D !important;
    border-color: #D9000D !important;
    color: #FFFFFF !important;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.5);
    transform: translate(2px, -2px); }
  .button:active, button:active, [type=button]:active {
    transform: none;
    box-shadow: none; }

.control {
  margin-bottom: 20px; }
  .control:last-child {
    margin-bottom: 0; }

.success {
  background-color: lightgreen;
  color: darkgreen;
  padding: 10px;
  line-height: 1;
  margin-top: 20px;
  border-radius: 5px; }
  .success.hide {
    display: none; }

.error {
  background-color: pink;
  color: darkred;
  padding: 10px;
  line-height: 1;
  margin-top: 20px;
  border-radius: 5px; }
  .error.hide {
    display: none; }

.notice {
  background-color: lightblue;
  color: darkblue;
  padding: 10px;
  line-height: 1;
  margin-top: 20px;
  border-radius: 5px; }
  .notice.hide {
    display: none; }

.table {
  overflow-x: scroll; }

table {
  width: 100%; }

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: -1px;
  left: -1px; }
  .visually-hidden * {
    margin: 0;
    padding: 0; }

#footer {
  background-color: #160102;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400; }
  #footer svg {
    width: 20px;
    height: 20px;
    fill: #FFFFFF; }
  #footer a {
    color: #FFFFFF;
    border: none; }
    #footer a:hover {
      border-bottom: 1px solid #FFFFFF; }
  #footer .address,
  #footer .phone,
  #footer .email {
    margin-bottom: 20px; }
    #footer .address .title,
    #footer .phone .title,
    #footer .email .title {
      display: flex;
      align-items: center;
      line-height: normal;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px; }
      #footer .address .title svg,
      #footer .phone .title svg,
      #footer .email .title svg {
        margin-right: 20px; }
    #footer .address .text,
    #footer .phone .text,
    #footer .email .text {
      margin-left: 40px; }
  #footer .form {
    margin-bottom: 20px; }
    #footer .form legend {
      letter-spacing: 1px !important;
      font-weight: 700;
      font-size: 2rem; }
    #footer .form button {
      background-color: transparent;
      border: 2px solid #FFFFFF;
      text-transform: uppercase; }
  #footer form {
    transition: opacity .2s ease; }
    #footer form.hide {
      opacity: 0; }
  @media screen and (min-width: 800px) {
    #footer .container {
      display: flex;
      padding-top: 40px; }
      #footer .container .left {
        flex: 0 0 50%; }
      #footer .container .right {
        margin-left: auto;
        flex: 0 0 40%; } }
  @media screen and (min-width: 1080px) {
    #footer .container {
      padding-top: 60px; }
      #footer .container .left {
        flex: 0 0 40%; }
      #footer .container .right {
        flex: 0 0 60%;
        margin-top: 60px;
        display: flex;
        padding-left: 4rem; }
        #footer .container .right .right {
          margin-top: 0; } }
  #footer .social .links {
    display: flex; }
    #footer .social .links .link {
      margin-right: 10px;
      background-color: #FFFFFF;
      width: 36px;
      height: 36px;
      padding: 6px;
      border-radius: 5px;
      transition: all .2s ease; }
      #footer .social .links .link svg {
        width: 100%;
        height: 100%; }
      #footer .social .links .link:hover {
        background-color: rgba(255, 255, 255, 0.9); }
  #footer .brand {
    display: none; }
    @media screen and (min-width: 800px) {
      #footer .brand {
        display: block;
        margin-top: 20px; }
        #footer .brand svg {
          width: 200px;
          height: auto;
          fill: #D9000D; } }
  #footer .full {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600; }
    #footer .full .copy {
      padding: 0 20px; }
    #footer .full .links {
      padding: 0 20px; }
      #footer .full .links .link {
        padding: 0 10px;
        border-right: 1px solid #FFFFFF; }
        #footer .full .links .link:last-child {
          border: none; }

#banner {
  height: 70vw;
  max-height: 560px;
  position: relative; }
  #banner .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: bottom center; }
  @media screen and (min-width: 1080px) {
    #banner {
      position: absolute;
      width: 100vw;
      background-position: bottom;
      max-height: 800px;
      top: 0; }
      #banner::before {
        content: " ";
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.3) 100px, rgba(0, 0, 0, 0) 300px); } }
  #banner .cta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    padding: 20px;
    line-height: 1.2;
    z-index: 10; }
    #banner .cta .title {
      text-transform: uppercase; }
    #banner .cta .text {
      font-weight: 600; }
    #banner .cta .button {
      background-color: transparent;
      border: 2px solid #FFFFFF;
      font-weight: 600;
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px; }
    #banner .cta .left {
      margin-bottom: 20px; }
    #banner .cta .container {
      max-width: 800px; }
    @media screen and (min-width: 800px) {
      #banner .cta {
        padding-top: 80px;
        padding-bottom: 80px;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
        #banner .cta .container {
          display: flex;
          align-items: center; }
        #banner .cta .title {
          font-size: 2.8rem;
          font-weight: 600;
          margin-bottom: 10px;
          letter-spacing: 1px; }
        #banner .cta .text {
          font-size: 2rem;
          font-weight: 400; }
        #banner .cta .left {
          flex: 0 0 75%;
          border-right: 1px solid rgba(255, 255, 255, 0.5);
          margin-bottom: 0; }
        #banner .cta .right {
          flex: 0 0 25%;
          text-align: center; } }
    @media screen and (min-width: 1080px) {
      #banner .cta {
        -webkit-backdrop-filter: blur(1px);
                backdrop-filter: blur(1px); } }
  @media screen and (min-width: 1080px) {
    #banner.shortened {
      max-height: 520px; } }

#nav-icon {
  height: 60px;
  width: 60px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 2000;
  background-color: #D9000D;
  border: 10px solid #D9000D;
  transition: all .2s ease; }
  #nav-icon .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px; }
    #nav-icon .icon span, #nav-icon .icon::before, #nav-icon .icon::after {
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      width: 100%;
      height: 6px;
      transform: translateY(-50%);
      content: " ";
      transition: all .2s ease; }
    #nav-icon .icon::before {
      transform: translateY(-250%); }
    #nav-icon .icon::after {
      transform: translateY(150%); }
  #nav-icon .text {
    position: absolute;
    bottom: 0;
    margin-bottom: -10px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600; }
  @media screen and (min-width: 800px) {
    #nav-icon {
      transform: translateY(-100px); } }
  #nav-icon.open .text {
    display: none; }
  #nav-icon.open .icon span {
    opacity: 0; }
  #nav-icon.open .icon::before {
    transform: translateY(0) rotate(-45deg); }
  #nav-icon.open .icon::after {
    transform: translateY(0) rotate(45deg); }

#main-nav {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: -1px;
  left: -1px; }

#mobile-nav {
  position: fixed;
  z-index: 1000;
  background-color: #D9000D;
  height: 100vh;
  width: 100vw;
  margin-left: -100vw;
  transition: margin-left .25s ease; }
  #mobile-nav.open {
    margin-left: 0; }
  #mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #mobile-nav a {
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    text-transform: uppercase; }
  #mobile-nav ul.lev-1 {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px; }
    #mobile-nav ul.lev-1 > li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
      #mobile-nav ul.lev-1 > li > a {
        font-size: 2rem;
        letter-spacing: 1px; }
      #mobile-nav ul.lev-1 > li > ul {
        flex: 0 0 100%; }
      #mobile-nav ul.lev-1 > li.active > a {
        text-decoration: underline; }
  #mobile-nav ul.lev-2 {
    overflow: hidden;
    transition: height .2s ease-in-out; }
    #mobile-nav ul.lev-2.open {
      padding-bottom: 10px; }
  #mobile-nav .reveal {
    font-size: 2rem;
    color: #FFFFFF;
    padding: 0 10px; }
    #mobile-nav .reveal span.icon {
      display: block;
      line-height: .8;
      font-size: 3rem;
      transform: rotate(-45deg);
      pointer-events: none; }

/*
#mobile-nav {

    background-color: $primary;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 200;
    left: -100vw;

    &.open {
        left: 0;
    }

    .forward {
        font-weight: $extra-bold;
        font-size: 2rem;
        color: $white;
        padding: 0 $spacing / 2;
        border-left: 1px solid rgba($white, .5);
        span.icon {
            display: block;
            transform: rotate(225deg);
            pointer-events: none;
        }
    }

    .backward {
        font-size: 2rem;
        color: $white;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        text-transform: uppercase;
        
        span.icon {
            display: block;
            transform: rotate(45deg);
            pointer-events: none;
        }
    }

    ul {
        @include nolist;
        position: relative;
    }

    li {
        border-bottom: 1px solid $white;
        display: flex;
        align-items: center;
    }

    a {
        color: $white;
        border: none;
        white-space: nowrap;
    }

    li.has-subnav {
        display: flex;
        > ul {
            position: absolute;
            top: 0;
            width: 100%;
            padding-top: $spacing * 2;
        }
    }

    ul.lev-1 {
        margin-top: 100px;
        position: relative;
    }

}
*/
/*
#mobile-nav {
    position: fixed;
    background-color: $primary;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    left: -100vw;
    opacity: 0;

    transition: left .2s ease;

    font-size: 2rem;

    .scroller {
        overflow-x: hidden;
        width: 100vw;
    }

    ul {
        @include nolist;
        transition: margin-left 1s ease;
    }

    li {
        border-bottom: 1px solid rgba($white, .5);
        width: 100%;
    }

    a {
        color: $white;
        border: none;
        font-weight: $semi-bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    li.has-subnav {
        display: flex;
        justify-content: space-between;
        > ul {
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
        }
    }

    .forward {
        font-weight: $extra-bold;
        font-size: 2rem;
        color: $white;
        padding: 0 $spacing / 2;
        border-left: 1px solid rgba($white, .5);
        span.icon {
            display: block;
            transform: rotate(225deg);
            pointer-events: none;
        }
    }

    &.open {
        left: 0;
        opacity: 1;

        .lev-1 {
            margin-top: 100px;
            padding: 20px;
        }

        .lev-2 {
            position: absolute;
            left: 100vw;
        }

    }

    @include break-medium {
        display: none;
    }

}
*/
#desktop-nav {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: -1px;
  left: -1px; }
  #desktop-nav *,
  #desktop-nav *::before,
  #desktop-nav *::after {
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 800px) {
    #desktop-nav {
      position: relative;
      width: auto;
      height: auto;
      overflow: visible;
      top: auto;
      left: auto; }
      #desktop-nav *,
      #desktop-nav *::before,
      #desktop-nav *::after {
        margin: inherit;
        padding: inherit; } }
  #desktop-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 800px) {
      #desktop-nav ul > li {
        text-transform: uppercase; } }
    @media screen and (min-width: 1080px) {
      #desktop-nav ul > li {
        padding-left: 20px;
        padding-right: 20px; }
        #desktop-nav ul > li a {
          padding: 0; } }
  #desktop-nav a {
    color: #FFFFFF; }
  #desktop-nav ul.lev-1 {
    display: flex;
    justify-content: space-evenly;
    position: relative; }
    #desktop-nav ul.lev-1 > li {
      position: relative;
      display: flex;
      justify-content: space-evenly;
      font-weight: 600; }
      #desktop-nav ul.lev-1 > li .reveal {
        color: #FFFFFF;
        font-size: 2rem;
        transform: translate(-10px, -8px) rotate(-45deg);
        padding: 0;
        margin: 0;
        order: 1; }
      #desktop-nav ul.lev-1 > li a {
        order: 2;
        letter-spacing: 1px; }
      #desktop-nav ul.lev-1 > li.has-subnav:hover .lev-2 {
        height: auto;
        pointer-events: inherit;
        opacity: 1; }
      #desktop-nav ul.lev-1 > li.active {
        border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
  #desktop-nav ul.lev-2 {
    background-color: #D9000D;
    position: absolute;
    height: 0;
    overflow-y: hidden;
    top: 40px;
    padding-top: 20px;
    pointer-events: none;
    opacity: 0;
    transition: all .5s ease;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); }
    #desktop-nav ul.lev-2 a {
      white-space: nowrap;
      padding: 5px 20px; }
    #desktop-nav ul.lev-2 li {
      padding: 0;
      text-transform: capitalize;
      font-weight: 400; }

#top-bar {
  background-color: #D9000D;
  padding: 20px;
  position: relative;
  z-index: 100; }
  #top-bar .container {
    padding-left: 0;
    padding-right: 0; }
  #top-bar a {
    border: none;
    display: flex; }
  #top-bar .brand {
    max-width: 200px; }
    #top-bar .brand svg {
      width: 100%;
      height: 60px;
      fill: #FFFFFF; }
  @media screen and (min-width: 800px) {
    #top-bar .brand {
      margin: 0 auto; }
    #top-bar #desktop-nav {
      margin-top: 20px; } }
  @media screen and (min-width: 1080px) {
    #top-bar {
      transition: all 2s ease;
      background-color: transparent;
      position: fixed;
      width: 100vw;
      top: 0;
      left: 0;
      z-index: 200; }
      #top-bar.has-banner {
        background-color: transparent; }
      #top-bar.show-bg {
        background-color: #D9000D; }
      #top-bar .brand {
        margin: 0; }
      #top-bar .container {
        display: flex;
        justify-content: space-between; } }

#features .container {
  max-width: 1080px; }

#features .icon {
  flex: 0 0 40px; }

#features svg {
  fill: #D9000D; }

#features .feature {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: normal;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px; }
  #features .feature:first-child {
    padding-top: 0; }
  #features .feature .title {
    flex: 0 0 calc(100% - 80px);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem; }
  #features .feature .text {
    margin-top: 10px;
    font-size: 1.2rem; }
    #features .feature .text .rich-text {
      margin: 0; }

@media screen and (min-width: 800px) {
  #features .feature {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0; }
    #features .feature .icon {
      flex: 0 0 30px;
      height: 30px;
      background-color: #D9000D;
      border: 20px solid #D9000D;
      border-radius: 200px; }
      #features .feature .icon svg {
        fill: #FFFFFF; }
    #features .feature .title {
      flex: 0 0 20%;
      font-size: inherit; }
    #features .feature .text {
      flex: 0 0 60%;
      margin-top: 0;
      font-size: inherit;
      line-height: 1.6; } }

.call-to-action-block {
  background-image: linear-gradient(#8d0008, #D9000D, #8d0008);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF; }
  .call-to-action-block .title {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase; }
  .call-to-action-block .text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4; }
  .call-to-action-block .button {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px; }
  @media screen and (min-width: 800px) {
    .call-to-action-block {
      padding-top: 40px;
      padding-bottom: 40px; }
      .call-to-action-block .container {
        display: flex;
        flex-wrap: wrap; }
      .call-to-action-block .left {
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      .call-to-action-block .right {
        flex: 0 0 50%; }
      .call-to-action-block .text {
        font-size: inherit; } }
  @media screen and (min-width: 1080px) {
    .call-to-action-block {
      padding-top: 80px;
      padding-bottom: 80px; }
      .call-to-action-block .title {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px; } }

.heading-block {
  padding-top: 40px; }
  .heading-block .page-title {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin: 1rem 0 0 0;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6); }
  .heading-block .sub-heading {
    font-family: jubilat, serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    opacity: .75;
    letter-spacing: 1px; }
  .heading-block .underline {
    background-color: rgba(0, 0, 0, 0.2);
    height: 2px; }
  .heading-block .rich-text {
    margin-bottom: 0; }
  @media screen and (min-width: 1080px) {
    .heading-block .sub-heading {
      font-size: 2.6rem; } }

.leader-block {
  margin-top: 40px;
  text-align: center; }
  .leader-block img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .leader-block .panel {
    margin-bottom: 40px; }
  .leader-block .title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 20px; }
  .leader-block .text {
    line-height: normal;
    font-size: 1.4rem;
    padding-top: 3px; }
  .leader-block .link-button {
    margin-top: 20px; }
    .leader-block .link-button .button {
      background-color: transparent;
      color: #424344;
      text-transform: uppercase;
      font-weight: 600;
      border: 2px solid #cccccc;
      padding-left: 20px;
      padding-right: 20px; }
  @media screen and (min-width: 800px) {
    .leader-block {
      text-align: left; }
      .leader-block .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly; }
      .leader-block .panel {
        flex: 0 0 40%; }
      .leader-block img {
        max-width: auto;
        width: 100%; } }
  @media screen and (min-width: 1080px) {
    .leader-block .container {
      justify-content: space-between; }
    .leader-block .panel {
      flex: 0 0 45%;
      display: flex;
      margin-bottom: 80px; }
    .leader-block .title {
      margin-top: 0;
      margin-left: 20px; }
    .leader-block .text {
      margin-left: 20px; }
    .leader-block .left {
      flex: 0 0 40%; }
    .leader-block .right {
      flex: 0 0 60%;
      display: flex;
      flex-direction: column; }
    .leader-block .link-button {
      margin-top: auto;
      margin-left: 20px; }
      .leader-block .link-button .button {
        padding-left: 40px;
        padding-right: 40px; } }

.rich-text {
  margin-bottom: 40px; }
  .rich-text::after {
    content: " ";
    display: table;
    float: none;
    clear: both; }
  .rich-text .richtext-image.left {
    float: left;
    margin-right: 20px; }
  .rich-text .richtext-image.right {
    float: right;
    margin-left: 20px; }

.row-block .column {
  margin-bottom: 40px; }

@media screen and (min-width: 800px) {
  .row-block .columns {
    display: flex;
    margin-left: -40px;
    margin-right: -40px; }
    .row-block .columns .column {
      margin-bottom: 0; }
      .row-block .columns .column .spacing {
        margin-left: 40px;
        margin-right: 40px; } }

.row-block .block-figure figure {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .row-block .block-figure figure figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2;
    text-transform: capitalize; }

.accordion-block {
  margin-top: 20px;
  margin-bottom: 20px; }
  .accordion-block ul.accordion {
    margin: 0;
    padding: 0;
    list-style: none; }
    .accordion-block ul.accordion .item .title {
      font-weight: 600;
      display: flex; }
  .accordion-block .expander {
    display: block;
    line-height: .5;
    font-size: 3rem;
    transform: rotate(-45deg);
    pointer-events: none;
    margin-left: 20px;
    transition: all .2s ease; }
  .accordion-block ul.accordion.activate li .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    padding-top: 10px; }
  .accordion-block ul.accordion.activate li .text {
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out; }
    .accordion-block ul.accordion.activate li .text .rich-text {
      margin-bottom: 0; }
  .accordion-block ul.accordion.activate li:hover .title {
    color: #D9000D;
    cursor: pointer; }
  .accordion-block ul.accordion.activate li:hover .expander {
    transform: translateY(2px) rotate(-45deg); }
  .accordion-block ul.accordion.activate li.open .title {
    color: #D9000D;
    border-bottom-color: rgba(217, 0, 13, 0.2); }
  .accordion-block ul.accordion.activate li.open .text {
    height: inherit; }

.gallery-block {
  padding-top: 20px;
  padding-bottom: 40px; }
  .gallery-block .title {
    font-size: 2rem;
    color: #bcbdbd;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .gallery-block img {
    transition: all .2s ease; }
  .gallery-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .gallery-block ul li {
      flex: 0 0 50%;
      max-width: 300px; }
      @media screen and (min-width: 800px) {
        .gallery-block ul li {
          flex: 0 0 25%; } }
      .gallery-block ul li a {
        display: block;
        overflow: hidden;
        border: none; }
        .gallery-block ul li a:hover img {
          transform: scale(1.1) rotate(2deg); }
        .gallery-block ul li a:hover figcaption {
          top: 50%;
          color: #FFFFFF; }
  .gallery-block figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden; }
    .gallery-block figure figcaption {
      position: absolute;
      bottom: 0;
      top: 80%;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      padding: 0 10px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 2;
      text-transform: capitalize;
      text-align: center;
      transition: all .2s ease;
      display: flex;
      justify-content: center;
      align-items: center; }

.brands-block {
  padding-top: 20px;
  padding-bottom: 40px; }
  .brands-block .title {
    font-size: 2rem;
    color: #bcbdbd;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .brands-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px; }
  .brands-block a {
    display: block;
    border: none; }
  .brands-block figure {
    padding: 20px;
    margin: 0; }
    .brands-block figure figcaption {
      display: none; }

.embed-block {
  padding-top: 20px;
  padding-bottom: 20px; }
  .embed-block.no-bottom-margin {
    padding-bottom: 0; }

.blog-roll a {
  border: none;
  font-weight: 400; }

.blog-roll .back {
  margin-bottom: 20px; }
  .blog-roll .back a {
    background-color: #D9000D;
    color: #FFFFFF;
    border: none;
    font-weight: 400;
    padding-right: 15px;
    height: 30px;
    display: inline-block; }
    .blog-roll .back a span {
      border-top: 15px solid #FFFFFF;
      border-bottom: 15px solid #FFFFFF;
      border-right: 15px solid #D9000D;
      float: left; }

.blog-roll .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #D9000D;
  text-transform: uppercase; }

.blog-roll .image {
  display: none; }
  @media screen and (min-width: 800px) {
    .blog-roll .image {
      display: block; } }

.blog-roll .more {
  background-color: #D9000D;
  color: #FFFFFF;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 10px;
  margin-top: 20px;
  height: 30px; }
  .blog-roll .more span {
    border-top: 15px solid #FFFFFF;
    border-bottom: 15px solid #FFFFFF;
    border-left: 15px solid #D9000D;
    float: right; }

.blog-roll .post {
  border: 1px solid rgba(111, 113, 113, 0.2);
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.2s ease; }
  .blog-roll .post:hover {
    border-color: rgba(217, 0, 13, 0.5); }
    .blog-roll .post:hover a .title,
    .blog-roll .post:hover a .introduction,
    .blog-roll .post:hover a .more {
      transform: translatex(6px); }
  .blog-roll .post a {
    display: block;
    padding: 20px;
    position: relative;
    padding: 40px; }
    @media screen and (min-width: 800px) {
      .blog-roll .post a {
        display: flex;
        justify-content: space-between; }
        .blog-roll .post a .title,
        .blog-roll .post a .introduction,
        .blog-roll .post a .more {
          transition: all 0.2s ease; }
        .blog-roll .post a .text {
          flex: 0 0 45%; }
        .blog-roll .post a .image {
          flex: 0 0 45%; }
        .blog-roll .post a .date {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 1rem;
          background-color: rgba(111, 113, 113, 0.2);
          padding-left: 6px;
          padding-right: 6px; }
        .blog-roll .post a .category {
          position: absolute;
          bottom: 0;
          left: 0;
          font-size: 1rem;
          background-color: rgba(111, 113, 113, 0.2);
          padding-left: 6px;
          padding-right: 6px; } }

.blog-roll .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }
  .blog-roll .pagination svg {
    width: 10px;
    height: 10px; }
  .blog-roll .pagination a {
    padding: 0 0.25rem;
    background-color: rgba(111, 113, 113, 0.2);
    margin-left: 10px;
    margin-right: 10px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: center;
    color: #FFFFFF; }
    .blog-roll .pagination a.active {
      color: #FFFFFF;
      background-color: #D9000D; }
  .blog-roll .pagination a.prev svg {
    transform: rotate(-90deg); }
  .blog-roll .pagination a.next svg {
    transform: rotate(90deg); }

.blog-post.meta {
  margin-bottom: 20px;
  font-size: 1.4rem; }
  .blog-post.meta .container {
    display: flex;
    justify-content: space-between; }
  .blog-post.meta .category a {
    background-color: #D9000D;
    color: #FFFFFF;
    border: none;
    font-weight: 400;
    padding-left: 15px;
    height: 30px;
    display: block; }
    .blog-post.meta .category a span {
      border-top: 15px solid #FFFFFF;
      border-bottom: 15px solid #FFFFFF;
      border-left: 15px solid #D9000D;
      float: right; }
  .blog-post.meta .back a {
    background-color: #D9000D;
    color: #FFFFFF;
    border: none;
    font-weight: 400;
    padding-right: 15px;
    height: 30px;
    display: block; }
    .blog-post.meta .back a span {
      border-top: 15px solid #FFFFFF;
      border-bottom: 15px solid #FFFFFF;
      border-right: 15px solid #D9000D;
      float: left; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
            animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
            animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
