@charset "UTF-8";
/*!
Theme Name: Sussex-Royal
Author: Article
Author URI: https://madebyarticle.com/
Description: 
Version: 1.0
*/
/* normalize.css v3..1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
}

body {
  margin: 0;
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[data-animation="fade-in"] {
  -webkit-transition: 1500ms opacity;
  transition: 1500ms opacity;
  opacity: 0 !important;
}

[data-animation="fade-in"].is-visible {
  opacity: 1 !important;
}

[data-animation="fade-in-up"] {
  opacity: 0 !important;
  -webkit-transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms transform;
  transition: 1500ms opacity, 1250ms transform, 1250ms -webkit-transform;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

[data-animation="fade-in-up"][data-transition-amount="double"] {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

[data-animation="fade-in-up"][data-transition-amount="half"] {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

[data-animation="fade-in-up"][data-transition-amount="quarter"] {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

[data-animation="fade-in-up"].is-visible {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-animation="fade-in-up-before"]:before {
  opacity: 0 !important;
  -webkit-transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms transform;
  transition: 1500ms opacity, 1250ms transform, 1250ms -webkit-transform;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

[data-animation="fade-in-up-before"].is-visible:before {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-duration="regular"] {
  -webkit-transition: 1500ms opacity, 1250ms -webkit-transform !important;
  transition: 1500ms opacity, 1250ms -webkit-transform !important;
  transition: 1500ms opacity, 1250ms transform !important;
  transition: 1500ms opacity, 1250ms transform, 1250ms -webkit-transform !important;
}

[data-duration="slow"] {
  -webkit-transition: 2000ms opacity, 1750ms -webkit-transform !important;
  transition: 2000ms opacity, 1750ms -webkit-transform !important;
  transition: 2000ms opacity, 1750ms transform !important;
  transition: 2000ms opacity, 1750ms transform, 1750ms -webkit-transform !important;
}

[data-delay="250"] {
  -webkit-transition-delay: 250ms !important;
          transition-delay: 250ms !important;
}

[data-delay="500"] {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

[data-delay="550"] {
  -webkit-transition-delay: 550ms !important;
          transition-delay: 550ms !important;
}

[data-delay="600"] {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}

[data-delay="650"] {
  -webkit-transition-delay: 650ms !important;
          transition-delay: 650ms !important;
}

[data-delay="700"] {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

[data-delay="750"] {
  -webkit-transition-delay: 750ms !important;
          transition-delay: 750ms !important;
}

[data-delay="800"] {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
}

[data-delay="850"] {
  -webkit-transition-delay: 850ms !important;
          transition-delay: 850ms !important;
}

[data-delay="900"] {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important;
}

[data-delay="950"] {
  -webkit-transition-delay: 950ms !important;
          transition-delay: 950ms !important;
}

[data-delay="1000"] {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

[data-delay="1250"] {
  -webkit-transition-delay: 1250ms !important;
          transition-delay: 1250ms !important;
}

[data-delay="1500"] {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important;
}

@media (max-width: 960px) {
  [data-delay-mobile="0"] {
    -webkit-transition-delay: 0ms !important;
            transition-delay: 0ms !important;
  }
}

@media (max-width: 960px) {
  [data-delay-mobile="250"] {
    -webkit-transition-delay: 250ms !important;
            transition-delay: 250ms !important;
  }
}

@media (max-width: 960px) {
  [data-delay-mobile="500"] {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }
}

@media (max-width: 960px) {
  [data-delay-mobile="750"] {
    -webkit-transition-delay: 750ms !important;
            transition-delay: 750ms !important;
  }
}

@media (max-width: 960px) {
  [data-delay-mobile="1000"] {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }
}

@media (max-width: 960px) {
  [data-delay-mobile="1250"] {
    -webkit-transition-delay: 1250ms !important;
            transition-delay: 1250ms !important;
  }
}

@media (max-width: 960px) {
  [data-delay-mobile="1500"] {
    -webkit-transition-delay: 1500ms !important;
            transition-delay: 1500ms !important;
  }
}

body {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #EFEFEF;
  font-family: "Semplicita", helvetica;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
}

body:not(.no-loading) {
  height: calc(100vh + 1px);
}

body:not(.no-loading) .not-loader {
  -webkit-transform: translateY(-9999999px);
          transform: translateY(-9999999px);
}

.site-wrap > article {
  overflow: hidden;
}

.site-wrap.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.wrapper {
  max-width: 1178px;
  margin: 0 auto;
  padding: 0 10px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

*:focus {
  outline: 1px solid #cc0000 !important;
  outline-offset: 2px;
}

.whole-click {
  cursor: pointer;
}

svg.ig {
  fill: #cc0000;
}

svg.arrow {
  fill: #fff;
}

.sticky.fixed {
  position: fixed !important;
  bottom: 28px;
}

.sticky.fixed-top {
  position: fixed !important;
  top: 28px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sticky.fixed-top.nav-open {
  top: 120px !important;
}

.sticky.stuck {
  position: absolute !important;
  bottom: 0;
}

.lazy-image {
  opacity: 0;
  -webkit-transition: 0.75s all;
  transition: 0.75s all;
}

.lazy-image.is-visible {
  opacity: 1;
}

.skipnav:focus, .skipnav:active {
  position: absolute !important;
  top: 5px !important;
  left: 42% !important;
  width: 16%;
  background-color: #000;
  padding: 10px;
  color: #fff;
  z-index: 9999;
  text-align: center;
  clip: inherit;
  overflow: hidden;
  border: 0 none !important;
  width: auto !important;
  height: auto !important;
  margin: inherit;
}

.accessible {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  border: 0 none !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
}

@media (max-width: 960px) {
  .error404 header.main-header.always-small .header-main > img.logo-main-alt {
    opacity: 0;
  }
  .error404 header.main-header.always-small .header-main > img {
    opacity: 1;
  }
  .error404 header.main-header.always-small > a svg {
    fill: #cc0000;
  }
  .error404 header.main-header.always-small .mob-menu-trigger-inner::before, .error404 header.main-header.always-small .mob-menu-trigger-inner::after {
    background: #cc0000;
  }
}

.fourohfour {
  height: calc(100vh - 67px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1080px) {
  .fourohfour {
    height: calc(100vh - 209px);
  }
}

@media (max-width: 960px) {
  .fourohfour {
    padding-top: 130px;
    height: calc(100vh - 130px);
  }
}

@media (max-width: 600px) {
  .fourohfour {
    padding-top: 86px;
    height: calc(100vh - 86px);
  }
}

.fourohfour .inner {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.fourohfour .inner h2 {
  margin: 0;
  font-family: "Ogg", serif;
  font-weight: normal;
  font-size: 2.125rem;
  line-height: 1.2;
  color: #cc0000;
}

@media (max-width: 960px) {
  .fourohfour .inner h2 {
    font-size: 1.5rem;
  }
}

.fourohfour .inner h3 {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  color: #cc0000;
}

@media (max-width: 960px) {
  .fourohfour .inner h3 {
    font-size: 0.625rem;
  }
  .fourohfour .inner h3.is-accessible {
    font-size: 0.875rem;
  }
}

.fourohfour .inner a {
  display: inline-block;
  margin: 32px auto 0;
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: rgba(35, 50, 86, 0.8);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fourohfour .inner a.is-accessible {
  font-size: 1rem;
}

.fourohfour .inner a svg {
  fill: #cc0000;
  width: 15px;
  height: 10px;
  margin: 6px auto 0;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fourohfour .inner a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media (max-width: 960px) {
  .hide-on-mobile {
    display: none;
  }
}

.accessibility-toggle {
  position: fixed;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: #cc0000;
  border: none;
  border-radius: 50%;
  z-index: 10000;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: none;
}

@media (max-width: 960px) {
  .accessibility-toggle {
    right: 20px;
  }
}

.accessibility-toggle svg {
  width: 100%;
  height: 100%;
}

.accessibility-toggle.is-accessible {
  background-color: green;
}

body.home .main-header .header-main {
  padding-top: 48px;
}

@media (max-width: 600px) {
  body.home .main-header .header-main {
    padding-top: 30px;
    height: auto;
  }
}

body.home .main-header .header-main > img {
  display: block;
}

@media (max-width: 960px) {
  body:not(.home) .main-header .header-main > svg {
    margin-top: 6px;
  }
}

.main-header {
  width: 33.6%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #EFEFEF;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  z-index: 10;
  border-right: solid 1px rgba(51, 51, 51, 0.1);
}

@media (max-width: 960px) {
  .main-header {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
}

.main-header + .fixed-menu {
  width: 33.6%;
  min-width: 456px;
}

.main-header + .fixed-menu + .site-wrap {
  margin-left: 33.6%;
}

@media (max-width: 960px) {
  .main-header + .fixed-menu + .site-wrap {
    margin-left: 0;
  }
}

.main-header.menu-open {
  border-right: solid 1px transparent;
}

.main-header .menu-trigger, .main-header .mob-menu-trigger {
  border: none;
  background-color: transparent;
  padding: 0;
}

.main-header .menu-trigger {
  display: block;
  margin: 26px auto 0;
  text-align: center;
  cursor: pointer;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.60313rem;
  line-height: 1;
  letter-spacing: .87px;
  text-transform: uppercase;
  color: #cc0000;
  padding-top: 25px;
  position: relative;
}

@media (max-width: 960px) {
  .main-header .menu-trigger {
    display: none;
  }
}

.main-header .menu-trigger.is-accessible {
  font-size: 0.875rem;
  padding-top: 27px;
}

.main-header .menu-trigger.is-accessible::before, .main-header .menu-trigger.is-accessible::after {
  left: 7px;
}

.main-header .menu-trigger::before, .main-header .menu-trigger::after {
  content: ' ';
  display: block;
  width: 33px;
  height: 1px;
  background-color: #cc0000;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: top .5s, -webkit-transform .5s;
  transition: top .5s, -webkit-transform .5s;
  transition: top .5s, transform .5s;
  transition: top .5s, transform .5s, -webkit-transform .5s;
}

.main-header .menu-trigger::after {
  top: 15px;
}

.main-header .menu-trigger.active::before {
  top: 10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.main-header .menu-trigger.active::after {
  top: 10px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.main-header .mob-menu-trigger {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 960px) {
  .main-header .mob-menu-trigger {
    display: block;
  }
}

.main-header .mob-menu-trigger-inner {
  position: absolute;
  width: 25px;
  height: 11px;
  top: 0;
  left: 0;
  margin: 14px 8px;
}

.main-header .mob-menu-trigger-inner::before, .main-header .mob-menu-trigger-inner::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cc0000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-header .mob-menu-trigger-inner::after {
  top: auto;
  bottom: 0;
}

.main-header .mob-menu-trigger.active .mob-menu-trigger-inner::before {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-header .mob-menu-trigger.active .mob-menu-trigger-inner::after {
  bottom: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-header .mob-menu {
  margin: 0 20px;
  border-top: solid 1px rgba(35, 50, 86, 0.1);
  display: none;
}

.main-header .mob-menu > a {
  display: block;
  text-align: center;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #cc0000;
  bottom: 0;
  margin: auto;
  padding: 45px 0 50px 0;
  border-bottom: solid 1px rgba(35, 50, 86, 0.1);
}

.main-header .mob-menu > a span {
  display: block;
  font-size: 0.625rem;
  margin-bottom: 3px;
}

.main-header .mob-menu > a span.is-accessible {
  font-size: 0.875rem;
}

.main-header .mob-menu > a small {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}

.main-header .mob-menu > a small.is-accessible {
  font-size: 1rem;
}

.main-header .mob-menu .extra-nav {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(35, 50, 86, 0.1);
}

.main-header .mob-menu .extra-nav .col {
  width: 33.333%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-header .mob-menu .extra-nav .col a {
  display: block;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: #cc0000;
}

.main-header .mob-menu .extra-nav .col a.is-accessible {
  font-size: 0.875rem;
}

.main-header .mob-menu .extra-nav .col a + a {
  margin-top: 10px;
}

.main-header .mob-menu .extra-nav .col li + li {
  margin-top: 10px;
}

.main-header .mob-menu .extra-nav .col:only-child {
  width: 100%;
}

.main-header .mob-menu .extra-nav .col:only-child li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.main-header .header-main {
  padding-top: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #cc0000;
  height: 144px;
  outline: none !important;
}

@media (max-width: 960px) {
  .main-header .header-main {
    padding-top: 0;
    position: relative;
    margin-bottom: 30px;
    display: block;
  }
}

@media (max-width: 600px) {
  .main-header .header-main {
    padding-top: 0;
    height: auto;
  }
}

.main-header .header-main > img {
  width: 37px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 960px) {
  .main-header .header-main > img {
    display: none;
  }
}

@media (max-width: 600px) {
  .main-header .header-main > img {
    width: 23px;
    height: 30px;
  }
}

.main-header .header-main > img.logo-main-alt {
  opacity: 0;
}

.main-header .header-main .title {
  display: block;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-header .header-main .title.is-accessible {
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .main-header .header-main .title {
    font-size: 0.34375rem;
    line-height: 1;
    letter-spacing: .7px;
    margin-top: 15px;
  }
  .main-header .header-main .title.is-accessible {
    font-size: 0.875rem;
  }
}

.main-header .header-main > svg {
  width: 252px;
  height: 43px;
  margin-top: 14px;
  fill: #cc0000;
}

@media (max-width: 600px) {
  .main-header .header-main > svg {
    width: 186px;
    height: 32px;
    margin-top: 11px;
  }
}

.main-header > p {
  width: 250px;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(84, 84, 84, 0.8);
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-header > p.is-accessible {
  font-size: 1rem;
}

@media (max-width: 960px) {
  .main-header > p {
    position: static;
    margin-top: 34px;
    display: block;
    border-top: solid 1px #CDCDCD;
    padding: 32px 0;
    width: calc(100% - 40px);
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.main-header > p a {
  font-style: italic;
  color: rgba(35, 50, 86, 0.8);
  display: block;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .main-header > p a {
    font-style: normal;
  }
}

.main-header > p a svg {
  fill: #cc0000;
  width: 15px;
  height: 10px;
  margin: 6px auto 0;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .main-header > p a svg {
    display: inline-block;
    margin: 0 0 0 6px;
    width: 12px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.main-header > p a:hover svg {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.main-header .ig-link {
  position: absolute;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  width: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cc0000;
}

.main-header .ig-link.is-accessible {
  font-size: 1rem;
}

@media (max-width: 960px) {
  .main-header .ig-link {
    display: none;
  }
}

.main-header .ig-link span {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.main-header .ig-link svg {
  width: 18px;
  height: 18px;
  display: block;
  z-index: 1;
  margin: 0 auto 12px;
}

.main-header.menu-open .ig-link {
  opacity: 0 !important;
  z-index: -1;
}

.main-header.small-transition {
  width: 92px;
}

.main-header.small-transition + .fixed-menu {
  display: none;
}

.main-header.small-transition .header-main {
  width: 37px;
  height: 48px;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
}

.main-header.small-transition > p {
  color: transparent;
  pointer-events: none;
}

.main-header.small-transition > p a {
  color: transparent;
}

.main-header.small-transition > p a svg {
  opacity: 0;
}

.main-header.small-transition > a {
  opacity: 1;
}

.main-header.small {
  width: 92px;
}

@media (max-width: 960px) {
  .main-header.small {
    width: 100%;
  }
}

.main-header.small + .fixed-menu {
  width: 33.6%;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.main-header.small + .fixed-menu + .site-wrap {
  margin-left: 92px;
}

@media (max-width: 960px) {
  .main-header.small + .fixed-menu + .site-wrap {
    margin-left: 0;
  }
}

.main-header.small .header-main {
  width: 37px;
  height: 48px;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
}

.main-header.small > p {
  color: transparent;
  pointer-events: none;
}

.main-header.small > p a {
  color: transparent;
}

.main-header.small > p a svg {
  opacity: 0;
}

.main-header.small > a {
  opacity: 1;
  font-size: 0;
}

.main-header.small > a.ig-link {
  z-index: 1;
}

@media (max-width: 960px) {
  .main-header.small > a.ig-link {
    display: none;
  }
}

.main-header.always-small + .fixed-menu + .site-wrap {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-left: 92px;
}

@media (max-width: 960px) {
  .main-header.always-small + .fixed-menu + .site-wrap {
    margin-left: 0;
  }
}

header.main-header.always-small > p {
  opacity: 0;
}

@media (max-width: 960px) {
  header.main-header.always-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding-bottom: 0;
  }
  header.main-header.always-small .header-main {
    width: 300px;
    height: auto;
    color: #fff;
  }
  header.main-header.always-small .header-main .title {
    display: none;
  }
  header.main-header.always-small .header-main > img {
    opacity: 0;
  }
  header.main-header.always-small .header-main > img.logo-main-alt {
    opacity: 1;
  }
  header.main-header.always-small p {
    display: none;
  }
  header.main-header.always-small > a svg {
    fill: #fff;
  }
  header.main-header.always-small .mob-menu-trigger-inner::before, header.main-header.always-small .mob-menu-trigger-inner::after {
    background: #fff;
  }
  header.main-header.always-small.color {
    background: #EFEFEF;
  }
  header.main-header.always-small.color .header-main * {
    color: #cc0000;
  }
  header.main-header.always-small.color .header-main .title {
    height: 8px;
    margin-top: 20px;
  }
}

@media (max-width: 960px) and (max-width: 600px) {
  header.main-header.always-small.color .header-main .title {
    height: 5px;
    margin-top: 15px;
  }
}

@media (max-width: 960px) {
  header.main-header.always-small.color .header-main > img {
    opacity: 1;
  }
  header.main-header.always-small.color .header-main > img.logo-main-alt {
    opacity: 0;
  }
  header.main-header.always-small.color > a svg {
    fill: #cc0000;
  }
  header.main-header.always-small.color .mob-menu-trigger-inner::before, header.main-header.always-small.color .mob-menu-trigger-inner::after {
    background: #cc0000;
  }
}

@media (max-width: 600px) {
  header.main-header.always-small .header-main {
    width: 186px;
  }
}

.fixed-menu {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 33.6%;
  background-color: #EFEFEF;
  height: 100vh;
  z-index: 9;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 24px 0;
}

@media (max-width: 960px) {
  .fixed-menu {
    display: none !important;
  }
}

.fixed-menu.open-immediate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fixed-menu nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 24px;
  border-left: solid 1px rgba(51, 51, 51, 0.1);
}

.fixed-menu nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  list-style: none;
}

.fixed-menu nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-bottom: solid 1px rgba(35, 50, 86, 0.1);
}

.fixed-menu nav li a {
  display: block;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fixed-menu nav li a h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #cc0000;
  height: 44px;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fixed-menu nav li a h2 span {
  font-size: 0.625rem;
  letter-spacing: 1.12px;
  display: block;
  margin-bottom: 9px;
}

.fixed-menu nav li a h2 span.is-accessible {
  font-size: 0.875rem;
}

.fixed-menu nav li a h2 span small {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}

.fixed-menu nav li a h2 span small.is-accessible {
  font-size: 1rem;
}

.fixed-menu nav li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 1;
}

.fixed-menu nav li a:hover, .fixed-menu nav li a:active, .fixed-menu nav li a:focus {
  background: #cc0000;
}

.fixed-menu nav li a:hover h2, .fixed-menu nav li a:active h2, .fixed-menu nav li a:focus h2 {
  color: #fff;
}

.fixed-menu nav li a:hover img, .fixed-menu nav li a:active img, .fixed-menu nav li a:focus img {
  opacity: .35;
}

.fixed-menu nav li a:hover img.is-accessible, .fixed-menu nav li a:active img.is-accessible, .fixed-menu nav li a:focus img.is-accessible {
  opacity: .15;
}

.fixed-menu nav .extra-nav {
  margin-top: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-menu nav .extra-nav .col {
  width: 33.333%;
  list-style: none;
}

.fixed-menu nav .extra-nav .col a {
  display: block;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: #cc0000;
}

.fixed-menu nav .extra-nav .col a.is-accessible {
  font-size: 0.875rem;
}

.fixed-menu nav .extra-nav .col a:hover, .fixed-menu nav .extra-nav .col a:active, .fixed-menu nav .extra-nav .col a:focus {
  text-decoration: underline;
  background: transparent;
}

.fixed-menu nav .extra-nav .col a:hover a, .fixed-menu nav .extra-nav .col a:active a, .fixed-menu nav .extra-nav .col a:focus a {
  background: transparent;
}

.fixed-menu nav .extra-nav .col li {
  border-bottom: 0;
}

.fixed-menu nav .extra-nav .col li + li {
  margin-top: 10px;
}

.fixed-menu nav .extra-nav .col:only-child {
  width: 100%;
  display: block;
}

.fixed-menu nav .extra-nav .col:only-child li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.menu-shade {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0000;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.menu-shade.active {
  opacity: .6;
  pointer-events: all;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

.popup-modal__shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0000;
  opacity: .8;
}

.popup-modal__button {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 0;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup-modal__button::before {
  content: ' ';
  display: block;
  width: 20px;
  height: 2px;
  background: #cc0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popup-modal__button::after {
  content: ' ';
  display: block;
  height: 20px;
  width: 2px;
  background: #cc0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popup-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #cc0000;
  color: #fff;
  padding: 28px 24px;
  text-align: center;
  width: calc(100% - 36px);
  max-width: 600px;
}

.popup-modal__content > div {
  border: solid 1px #fff;
  padding: 25px 12px 27px;
}

.popup-modal__content p {
  margin: 0;
  font-family: palatino,serif;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
  font-size: .875rem;
  font-style: italic;
}

.popup-modal__content p a {
  color: #fff;
  border-bottom: solid 1px #fff;
}

.popup-modal__content p + p {
  margin-top: 12px;
}

.footer-main {
  border-top: solid 1px rgba(51, 51, 51, 0.1);
  padding: 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1170px) {
  .footer-main {
    padding: 24px 20px;
  }
}

@media (max-width: 768px) {
  .footer-main {
    padding: 45px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-main.hidden {
  opacity: 0;
}

.footer-main nav, .footer-main > div {
  width: calc(100% / 3);
  line-height: 1;
}

@media (max-width: 1080px) {
  .footer-main nav, .footer-main > div {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-main nav, .footer-main > div {
    width: 100% !important;
  }
}

@media (max-width: 1080px) {
  .footer-main nav, .footer-main > div:not(.footer-instagram) {
    width: 25%;
  }
}

@media (max-width: 1080px) {
  .footer-main .footer-instagram {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .footer-main nav {
    margin: 45px 0;
  }
}

.footer-main nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
}

@media (max-width: 1080px) {
  .footer-main nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-main nav li {
  display: block;
  vertical-align: middle;
}

@media (max-width: 1080px) {
  .footer-main nav li {
    text-align: center;
    width: 100%;
  }
}

.footer-main nav li + li {
  margin-left: 20px;
}

@media (max-width: 1080px) {
  .footer-main nav li + li {
    margin-top: 12px;
    margin-left: 0;
  }
}

.footer-main nav a {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #cc0000;
  text-transform: uppercase;
}

.footer-main nav a.is-accessible {
  font-size: 0.875rem;
}

.footer-main .footer-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -2px;
}

@media (max-width: 768px) {
  .footer-main .footer-instagram {
    display: none;
  }
}

.footer-main .footer-instagram-mobile {
  display: none;
}

@media (max-width: 768px) {
  .footer-main .footer-instagram-mobile {
    display: block;
  }
}

.footer-main .footer-instagram a {
  color: #cc0000;
  text-align: center;
}

.footer-main .footer-instagram a span {
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-main .footer-instagram a span.is-accessible {
  font-size: 0.875rem;
}

.footer-main .footer-instagram a span small {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 0.6875rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.footer-main .footer-instagram a span small.is-accessible {
  font-size: 1rem;
}

.footer-main .footer-instagram a svg {
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}

.footer-main > div:not(.footer-instagram) {
  text-align: right;
}

@media (max-width: 1080px) {
  .footer-main > div:not(.footer-instagram) {
    text-align: center;
  }
}

.footer-main > div:not(.footer-instagram) span {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 0.6875rem;
  color: #545454;
  opacity: .6;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1080px) {
  .footer-main > div:not(.footer-instagram) span {
    display: block;
  }
}

.footer-main > div:not(.footer-instagram) span.is-accessible {
  font-size: 1rem;
}

.footer-main > div:not(.footer-instagram) a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: 18px;
  padding: 1px 0;
  position: relative;
  top: -1px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

@media (max-width: 1170px) {
  .footer-main > div:not(.footer-instagram) a {
    margin-left: 12px;
  }
}

@media (max-width: 1080px) {
  .footer-main > div:not(.footer-instagram) a {
    margin-top: 12px;
    margin-left: 0;
  }
}

.footer-main > div:not(.footer-instagram) a svg {
  width: 102px;
  height: 8px;
}

.more-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .more-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 40px;
  }
}

.more-links.hidden {
  opacity: 0;
}

.more-links a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 20px;
  color: #cc0000;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .more-links a {
    padding: 45px 20px;
  }
}

.more-links a:not(:last-of-type):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.1);
}

@media (max-width: 768px) {
  .more-links a:not(:last-of-type):after {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.more-links a .content {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 768px) {
  .more-links a .content {
    top: 50%;
  }
}

.more-links a .content span {
  display: block;
  width: 100%;
}

.more-links a .content .reveal {
  opacity: 0;
  height: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 768px) {
  .more-links a .content .reveal {
    display: none;
  }
}

.more-links a .content svg {
  fill: #cc0000;
  width: 12px;
  height: 8px;
}

.more-links a:hover .content, .more-links a:active .content, .more-links a:focus .content {
  top: 50%;
}

.more-links a:hover .reveal, .more-links a:active .reveal, .more-links a:focus .reveal {
  opacity: 1;
}

.pillar {
  background-color: #cc0000;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.pillar-short > a {
  background-color: #cc0000 !important;
  padding-top: 0 !important;
  opacity: 1 !important;
}

.pillar-short > a:hover {
  background-color: #cc0000 !important;
}

.pillar-short > a .content-wrap {
  position: relative;
}

.pillar-short > a .content p {
  margin-top: 0;
  opacity: 1;
  font-family: "Semplicita", helvetica;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: 1.69px;
  text-transform: uppercase;
}

.pillar-short > a .content p br {
  display: none;
}

.pillar.hidden {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.pillar > a {
  position: relative;
  background-color: #cc0000;
  opacity: .7;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-top: 46.8817802%;
  display: block;
  overflow: hidden;
}

.pillar > a.is-accessible {
  opacity: .3;
}

@media (max-width: 960px) {
  .pillar > a {
    padding-top: 100%;
  }
}

.pillar > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.pillar .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  padding: 22px 25px 30px;
}

@media (max-width: 960px) {
  .pillar .content-wrap {
    padding: 20px;
  }
}

.pillar .content {
  position: relative;
  top: 0;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  padding: 25px 0 27px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.pillar .content > h2 {
  margin: 0;
  color: #fff;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 960px) {
  .pillar .content > h2 {
    font-size: 1.25rem;
    letter-spacing: 3.38px;
  }
}

.pillar .content > h2 span {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 0.625rem;
  letter-spacing: 1px;
}

.pillar .content > h2 span.is-accessible {
  font-size: 0.875rem;
}

.pillar .content > h2 span small {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 0.6875rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.pillar .content > h2 span small.is-accessible {
  font-size: 1rem;
}

.pillar .content p {
  max-width: 390px;
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  opacity: .8;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.pillar .content p.is-accessible {
  font-size: 1rem;
}

@media (max-width: 960px) {
  .pillar .content p {
    opacity: 1;
    margin: auto;
    margin-top: 10px;
    height: auto !important;
    font-size: 0.75rem;
  }
  .pillar .content p.is-accessible {
    font-size: 1rem;
  }
}

.pillar .box {
  position: absolute;
  top: 22px;
  left: 25px;
  right: 25px;
  bottom: 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  border-left: solid 1px rgba(255, 255, 255, 0.25);
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 960px) {
  .pillar .box {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

.pillar .box::after, .pillar .box::before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(50% - 44px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.pillar .box::after {
  right: 0;
}

.pillar .arrow {
  width: 17px;
  height: 11px;
  position: absolute;
  top: calc(100% - 25px - 11px);
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

@media (max-width: 960px) {
  .pillar .arrow {
    top: calc(100% - 16px - 11px);
    bottom: 16px;
  }
}

.pillar > a:hover, .pillar > a:active, .pillar > a:focus {
  opacity: .35;
}

.pillar > a:hover.is-accessible, .pillar > a:active.is-accessible, .pillar > a:focus.is-accessible {
  opacity: 0;
}

.pillar > a:hover + .content-wrap p, .pillar > a:active + .content-wrap p, .pillar > a:focus + .content-wrap p {
  margin-top: 12px;
  opacity: 1;
}

@media (max-width: 960px) {
  .pillar > a:hover + .content-wrap p, .pillar > a:active + .content-wrap p, .pillar > a:focus + .content-wrap p {
    margin-top: 10px;
  }
}

.pillar > a:active + .content-wrap p, .pillar > a:focus + .content-wrap p {
  height: auto !important;
}

.pillar.transition > a {
  opacity: 0.7 !important;
}

.pillar.transition .content {
  opacity: 0;
}

.pillar.transition .box, .pillar.transition .arrow {
  opacity: 0 !important;
  -webkit-transition: 0.3s all !important;
  transition: 0.3s all !important;
}

.pillar.transition .content > h2 {
  font-size: 2.25rem;
}

.pillar.transition .content > h2 span {
  font-size: 1.0625rem;
}

.pillar.transition .content p {
  height: 0 !important;
  margin-top: 0 !important;
}

.pillar.transition .box,
.pillar.transition .arrow {
  opacity: 0 !important;
}

.post-hero {
  position: relative;
  background-color: #cc0000;
  padding-top: 46.8817802%;
}

@media (max-width: 960px) {
  .post-hero {
    padding-top: 125%;
  }
}

.post-hero-no-image {
  position: relative;
  background-color: #cc0000;
  padding-top: 490px;
}

.post-hero img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 1.75s all;
  transition: 1.75s all;
}

.post-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: ' ';
  display: block;
  background-color: #cc0000;
  opacity: .3;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.post-hero.is-accessible::before {
  opacity: 0.7;
}

.post-hero::after {
  content: ' ';
  display: block;
  width: 1px;
  height: 121px;
  background: #D2D2D2;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 3;
}

@media (max-width: 960px) {
  .post-hero::after {
    height: 60px;
    bottom: -30px;
  }
}

.post-hero .title {
  position: absolute;
  top: 24px;
  width: 360px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 4;
}

@media (max-width: 960px) {
  .post-hero .title {
    display: none;
  }
}

.post-hero .title svg {
  width: 200px;
  height: 34px;
  fill: #fff;
}

.post-hero .title h2 {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.post-hero .title h2.is-accessible {
  font-size: 0.875rem;
}

.post-hero .title h1 {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.post-hero .title h1 span {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 0.65rem;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: 0;
}

.post-hero .title h1 span.is-accessible {
  font-size: 0.875rem;
}

.post-hero .title h3 {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 1.1875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 2px 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.post-hero .title h3.is-accessible {
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.post-hero .title h3 span {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 0.65rem;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  margin-right: 3px;
  letter-spacing: 0;
}

.post-hero .title h3 span.is-accessible {
  font-size: 1rem;
}

.post-hero img {
  display: block;
  width: 100%;
}

.post-hero .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.post-hero .content-wrap > h1 {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 960px) {
  .post-hero .content-wrap > h1 {
    font-size: 1.25rem;
    letter-spacing: 3.38px;
  }
}

.post-hero .content-wrap > h1 span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 960px) {
  .post-hero .content-wrap > h1 span {
    font-size: 0.625rem;
  }
  .post-hero .content-wrap > h1 span.is-accessible {
    font-size: 0.875rem;
  }
}

.post-hero .content-wrap > h1 span small {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 1.0625rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 960px) {
  .post-hero .content-wrap > h1 span small {
    font-size: 0.75rem;
  }
  .post-hero .content-wrap > h1 span small.is-accessible {
    font-size: 1rem;
  }
}

.post-hero.active::after {
  opacity: 1;
}

.post-hero.active .title {
  opacity: 1;
}

.post-hero .caption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #fff;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: .88px;
  text-transform: uppercase;
  z-index: 3;
  max-width: calc(100% - 56px);
}

.post-hero .caption.is-accessible {
  font-size: 0.875rem;
}

@media (max-width: 960px) {
  .post-hero .caption {
    bottom: 13px;
  }
}

.content-column {
  max-width: 736px;
  padding: 0 20px;
  margin: 116px auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 1.8125rem;
}

@media (max-width: 600px) {
  .content-column {
    margin-bottom: 54px;
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.content-column.page-column {
  margin: 116px auto;
}

@media (max-width: 600px) {
  .content-column.page-column {
    margin-bottom: 54px;
  }
}

.content-column.hidden {
  opacity: 0;
}

.content-column > h2 {
  font-family: "Ogg", serif;
  font-weight: normal;
  font-size: 2.125rem;
  line-height: 1.2;
  margin: 80px 0 26px;
}

@media (max-width: 960px) {
  .content-column > h2 {
    font-size: 1.5rem;
    margin: 52px 0 20px;
  }
}

.content-column > h3 {
  font-family: "Semplicita", helvetica;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 35px;
}

.content-column > h4 {
  font-family: "Semplicita", helvetica;
  font-weight: normal;
  font-size: 1.28125rem;
  line-height: 1.5;
  margin: 70px 0 16px;
}

.content-column > p {
  margin: 0;
}

.content-column > p + p {
  margin-top: 26px;
}

.content-column > p:first-child {
  width: auto;
  margin: 0 -166px 40px;
  padding: 0 20px;
  text-align: center;
  font-family: "Ogg", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.75rem;
  position: relative;
}

@media (max-width: 1170px) {
  .content-column > p:first-child {
    margin: 0 -88px 40px;
  }
}

@media (max-width: 960px) {
  .content-column > p:first-child {
    margin: 0 0 30px;
    padding: 0;
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

.content-column > p:first-child a {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
}

.content-column > p > span:first-child {
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  font-size: 11.25rem;
  line-height: 1;
  opacity: .1;
}

@media (max-width: 960px) {
  .content-column > p > span:first-child {
    font-size: 5rem;
    top: -34px;
  }
}

.content-column .separator-widget {
  position: relative;
  margin: 80px 0;
}

@media (max-width: 960px) {
  .content-column .separator-widget {
    margin: 50px 0;
  }
}

.content-column .separator-widget hr {
  border: none;
  position: relative;
  height: 10px;
}

.content-column .separator-widget hr:before, .content-column .separator-widget hr:after {
  content: '';
  position: absolute;
  background-color: rgba(51, 51, 51, 0.1);
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 40px);
}

.content-column .separator-widget hr:before {
  left: 0;
}

.content-column .separator-widget hr:after {
  right: 0;
}

.content-column .separator-widget svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  opacity: 0.1;
}

.content-column > p a,
.content-column > ul a,
.content-column > ol a,
.content-column > h3 a,
.content-column > h2 a,
.content-column > h4 a,
.content-column .item-content > p a,
.content-column .item-content > ul a,
.content-column .item-content > ol a,
.content-column .item-content > h3 a,
.content-column .item-content > h2 a,
.content-column .item-content > h4 a {
  color: #cc0000;
  border-bottom: solid 1px #cc0000;
  padding-bottom: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.content-column > p a:hover,
.content-column > ul a:hover,
.content-column > ol a:hover,
.content-column > h3 a:hover,
.content-column > h2 a:hover,
.content-column > h4 a:hover,
.content-column .item-content > p a:hover,
.content-column .item-content > ul a:hover,
.content-column .item-content > ol a:hover,
.content-column .item-content > h3 a:hover,
.content-column .item-content > h2 a:hover,
.content-column .item-content > h4 a:hover {
  padding-bottom: 2px;
}

.content-column > ul:not(.people-widget) {
  padding-left: 0;
}

.content-column > ul:not(.people-widget) li {
  position: relative;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 16px;
}

.content-column > ul:not(.people-widget) li::before {
  content: ' ';
  display: block;
  width: 12px;
  height: 1px;
  background: #333;
  opacity: .6;
  position: absolute;
  top: 13px;
  left: 0;
}

.content-column ol {
  padding-left: 0;
  counter-reset: orderedList;
}

.content-column ol li {
  position: relative;
  list-style: none;
  padding-left: 24px;
  counter-increment: orderedList;
}

.content-column ol li::before {
  content: counter(orderedList) ".";
  color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
}

.content-column .item-list-accordion {
  margin-top: 36px;
}

.content-column .item-list-accordion + p {
  margin-top: 30px;
}

.content-column .item-list-accordion + .item-inner-title {
  padding-top: 110px !important;
}

.content-column .item-list-accordion .wp-block-image {
  margin: 0;
}

.content-column .item {
  border-top: solid 1px rgba(51, 51, 51, 0.1);
  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
  padding: 28px 0;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-column .item.is-accessible {
  font-size: 0.875rem;
}

@media (max-width: 960px) {
  .content-column .item {
    padding: 24px 0;
  }
}

@media (max-width: 960px) {
  .content-column .item {
    font-size: 0.75rem;
  }
  .content-column .item.is-accessible {
    font-size: 0.875rem;
  }
}

.content-column .item.item-inner-title {
  padding: 0;
  border: none;
  padding-top: 66px;
}

.content-column .item.item-inner-title + .item-list-accordion {
  margin-top: 28px;
}

.content-column .item.item-inner-title h3 {
  padding-top: 0;
}

.content-column .item > h3 {
  margin: 0;
  padding-top: 82px;
  font-weight: normal;
  color: #333;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.content-column .item span {
  font-family: "Palatino", serif;
  font-weight: normal;
  outline: none !important;
}

.content-column .item > a {
  padding: 28px 24px 28px 0;
  border-bottom: 0;
  display: block;
  width: 100%;
}

@media (max-width: 960px) {
  .content-column .item > a {
    padding: 24px 24px 24px 0;
  }
}

.content-column .item > a svg {
  position: absolute;
  top: 32px;
  right: 0;
  width: 11px;
  height: 11px;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}

@media (max-width: 960px) {
  .content-column .item > a svg {
    top: 29px;
  }
}

.content-column .item + .item {
  border-top: 0;
}

.content-column .item a {
  color: #cc0000;
}

.content-column .item.link {
  padding: 0;
}

.content-column .item.openable {
  padding: 0;
  position: relative;
}

.content-column .item.openable > button {
  padding: 28px 24px 28px 0;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  letter-spacing: inherit;
  text-align: left;
  width: 100%;
  color: #cc0000;
}

@media (max-width: 960px) {
  .content-column .item.openable > button {
    padding: 24px 24px 24px 0;
  }
}

.content-column .item.openable > svg {
  position: absolute;
  top: 32px;
  right: 0;
  width: 13px;
  height: 9px;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}

@media (max-width: 960px) {
  .content-column .item.openable > svg {
    top: 29px;
  }
}

.content-column .item.openable .item-content {
  display: none;
  cursor: auto;
  text-transform: none;
  letter-spacing: 0;
}

.content-column .item.openable .item-content p:not(.wp-caption-text) {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0 0 23px;
}

@media (max-width: 600px) {
  .content-column .item.openable .item-content p:not(.wp-caption-text) {
    line-height: 1.625rem;
  }
}

.content-column .item.openable .item-content > a {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  display: block;
  max-width: 170px;
  width: 100%;
  text-align: center;
  background: #cc0000;
  color: #fff;
  padding: 26px 26px 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.6875rem;
  margin-bottom: 33px;
}

.content-column .item.openable .item-content > a.is-accessible {
  font-size: 0.875rem;
}

.content-column .item.openable .item-content img {
  width: 100%;
}

.content-column .item.open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-column .item.w-image > button, .content-column .item.w-image > a {
  padding: 20px 24px 20px 0;
}

@media (max-width: 960px) {
  .content-column .item.w-image > button, .content-column .item.w-image > a {
    padding: 16px 24px 16px 0;
  }
}

.content-column .item.w-image > div.w-image-label {
  margin: -8px 0;
}

.content-column .item.w-image > div.w-image-label span {
  color: #333;
}

.content-column .item.w-image .w-image-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-column .item.w-image .w-image-label img {
  width: 58px;
  border-radius: 50%;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  pointer-events: none;
}

.content-column .item.w-image .w-image-label span {
  display: block;
  width: calc(100% - 78px);
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cc0000;
  pointer-events: none;
}

.content-column .item.w-image .w-image-label span.is-accessible {
  font-size: 0.875rem;
}

@media (max-width: 960px) {
  .content-column .item.w-image .w-image-label span {
    font-size: 0.75rem;
  }
  .content-column .item.w-image .w-image-label span.is-accessible {
    font-size: 0.875rem;
  }
}

.content-column .item.w-image > svg, .content-column .item.w-image > a > svg {
  top: 45px;
}

.content-column .gallery {
  margin: 90px 0;
  width: calc(100vw - 139px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .content-column .gallery {
    width: calc(100vw - 40px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 60px 0 60px 50%;
  }
}

@media (max-width: 600px) {
  .content-column .gallery {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin: 60px 0;
    display: block;
  }
}

.content-column .gallery::before {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333;
  opacity: .1;
}

@media (max-width: 600px) {
  .content-column .gallery::before {
    display: none;
  }
}

.content-column .gallery figure {
  width: calc(50% - 24px);
  margin: 0;
}

@media (max-width: 600px) {
  .content-column .gallery figure {
    width: 100%;
  }
  .content-column .gallery figure + figure {
    margin-top: 32px;
  }
}

.content-column .gallery figure img {
  width: 100%;
  display: block;
}

.content-column .gallery figure figcaption {
  margin-top: 16px;
}

@media (max-width: 960px) {
  .content-column .gallery figure figcaption {
    margin-top: 12px;
  }
}

.content-column blockquote {
  margin: 138px -150px 55px;
  text-align: center;
  font-family: "Ogg", serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 3.25rem;
  position: relative;
}

@media (max-width: 1170px) {
  .content-column blockquote {
    margin: 138px -87px 55px;
    padding: 0 20px;
  }
}

@media (max-width: 960px) {
  .content-column blockquote {
    margin: 72px 0 30px;
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

.content-column blockquote::before {
  content: '“';
  display: block;
  top: -78px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  font-size: 11.25rem;
  line-height: 1;
  opacity: .1;
  position: absolute;
}

@media (max-width: 960px) {
  .content-column blockquote::before {
    font-size: 6.25rem;
    top: -44px;
  }
}

.content-column blockquote cite {
  display: block;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.25;
  letter-spacing: .88px;
  text-transform: uppercase;
  margin-top: 36px;
}

.content-column blockquote cite.is-accessible {
  font-size: 0.875rem;
}

.content-column > figure:not(.wp-block-embed):not(.wp-block-image) {
  width: calc(100vw - 91px);
  margin: 102px 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 960px) {
  .content-column > figure:not(.wp-block-embed):not(.wp-block-image) {
    width: 100vw;
    margin: 60px 0 60px 50%;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}

.content-column > figure:not(.wp-block-embed):not(.wp-block-image) img {
  display: block;
  width: 100%;
}

.content-column .wp-caption, .content-column .wp-block-image {
  width: auto !important;
  margin: 43px auto !important;
}

.content-column .wp-caption img, .content-column .wp-block-image img {
  margin-bottom: -10px;
  width: 100%;
}

.content-column .wp-caption .wp-caption-text, .content-column .wp-caption figcaption, .content-column .wp-block-image .wp-caption-text, .content-column .wp-block-image figcaption {
  margin-top: 20px;
}

@media (max-width: 960px) {
  .content-column .wp-caption .wp-caption-text, .content-column .wp-caption figcaption, .content-column .wp-block-image .wp-caption-text, .content-column .wp-block-image figcaption {
    margin-top: 16px;
  }
}

.content-column figcaption, .content-column .wp-caption-text {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: .88px;
  text-transform: uppercase;
  margin: 4px 0 0;
  padding: 0;
  text-align: left;
}

.content-column figcaption.is-accessible, .content-column .wp-caption-text.is-accessible {
  font-size: 0.875rem;
}

@media (max-width: 960px) {
  .content-column figcaption, .content-column .wp-caption-text {
    margin: 0;
  }
}

.content-column .wp-caption-text {
  margin: 8px 0 0;
}

.content-column .people-widget {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 1.38px;
  text-transform: uppercase;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin: 0;
  padding: 0;
}

.content-column .people-widget.is-accessible {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

@media (max-width: 600px) {
  .content-column .people-widget {
    font-size: 0.625rem;
    line-height: 0.875rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .content-column .people-widget.is-accessible {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.content-column .people-widget li {
  display: block;
  margin-bottom: 14px;
}

.content-column .quote-widget {
  width: calc(100vw - 139px);
  margin: 102px 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

@media (max-width: 960px) {
  .content-column .quote-widget {
    margin: 60px 0 60px 50%;
    width: 100vw;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}

@media (max-width: 600px) {
  .content-column .quote-widget {
    display: block;
  }
}

.content-column .quote-widget::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 22px;
  left: 22px;
  right: 0;
  bottom: 32px;
  border: solid 1px #CDCDCD;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 960px) {
  .content-column .quote-widget::before {
    right: 20px;
    left: 20px;
  }
}

@media (max-width: 600px) {
  .content-column .quote-widget::before {
    bottom: 0;
    top: 24px;
  }
}

.content-column .quote-widget > figure {
  width: calc(50% - 12px);
  margin: 0;
}

@media (max-width: 600px) {
  .content-column .quote-widget > figure {
    width: 100%;
  }
}

.content-column .quote-widget > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 960px) {
  .content-column .quote-widget > figure figcaption {
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
  .content-column .quote-widget > figure figcaption {
    margin-left: 40px;
  }
}

.content-column .quote-widget .content {
  width: calc(50% - 12px);
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  padding-bottom: 56px;
  margin: 96px 0 0;
}

@media (max-width: 960px) {
  .content-column .quote-widget .content {
    padding-right: 50px;
    padding-bottom: 46px;
    margin: 66px 0 0;
  }
}

@media (max-width: 600px) {
  .content-column .quote-widget .content {
    width: 100%;
    padding: 0 40px 75px;
    margin: 96px 0 0;
  }
}

.content-column .quote-widget .content > .quote {
  display: block;
  max-width: 422px;
  margin: 0 auto 0;
  font-family: "Ogg", serif;
  text-transform: none;
  font-weight: normal;
  font-size: 2.625rem;
  line-height: 3.25rem;
  position: relative;
}

@media (max-width: 960px) {
  .content-column .quote-widget .content > .quote {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.content-column .quote-widget .content > .quote.quote {
  font-size: 2.125rem;
  line-height: 1.25;
  max-width: 80%;
}

@media (max-width: 1350px) {
  .content-column .quote-widget .content > .quote.quote {
    font-size: 2.5vw;
  }
}

@media (max-width: 960px) {
  .content-column .quote-widget .content > .quote.quote {
    font-size: 1.375rem;
    line-height: 1.25;
    max-width: 100%;
  }
}

.content-column .quote-widget .content cite {
  display: block;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: .88px;
  text-transform: uppercase;
  margin-top: 36px;
}

.content-column .quote-widget .content cite.is-accessible {
  font-size: 0.875rem;
}

@media (max-width: 960px) {
  .content-column .quote-widget .content cite {
    margin-top: 22px;
  }
}

.more-articles {
  border-top: solid 1px rgba(51, 51, 51, 0.1);
  padding-top: 120px;
  text-align: center;
  position: relative;
}

@media (max-width: 960px) {
  .more-articles {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .more-articles {
    padding-top: 90px;
  }
}

.more-articles h2 > span.large {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
  font-family: "Ogg", serif;
  font-weight: normal;
  font-size: 12.5rem;
  line-height: 1;
  color: #e1e1e1;
  margin: 0;
}

@media (max-width: 700px) {
  .more-articles h2 > span.large {
    font-size: 9.375rem;
    top: 32px;
  }
}

.more-articles h2 > span:not(.large) {
  display: block;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 1.18px;
  text-transform: uppercase;
}

.more-articles h2 > span:not(.large).is-accessible {
  font-size: 0.875rem;
}

.more-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  max-width: 1280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto 60px;
}

@media (max-width: 960px) {
  .more-grid {
    padding: 0 20px;
  }
}

@media (max-width: 700px) {
  .more-grid {
    display: block;
    margin-top: 24px;
    margin-bottom: 48px;
  }
}

.more-grid > a {
  display: block;
  position: relative;
  width: calc(33.333% - 46.666px);
}

@media (max-width: 960px) {
  .more-grid > a {
    width: calc(33.333% - 23.333333333px);
  }
}

@media (max-width: 700px) {
  .more-grid > a {
    max-width: 345px;
    margin: 0 auto;
    width: 100%;
  }
  .more-grid > a + a {
    margin-top: 38px;
  }
}

.more-grid > a:not(:first-of-type)::before {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 35px;
  width: 1px;
  height: 100%;
  background: #333;
  opacity: .1;
  display: block;
  content: ' ';
}

@media (max-width: 960px) {
  .more-grid > a:not(:first-of-type)::before {
    display: none;
  }
}

.more-grid > a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  display: block;
  background: #cc0000;
  opacity: .3;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.more-grid > a.is-accessible::after {
  opacity: 0.65;
}

.more-grid > a > img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: auto;
}

.more-grid > a .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.more-grid > a .content > svg {
  position: absolute;
  top: calc(100% - 25% - 15px);
  bottom: 25%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 15px;
  pointer-events: none;
}

@media (max-width: 1170px) {
  .more-grid > a .content > svg {
    top: calc(100% - 30px - 15px);
    bottom: 30px;
  }
}

.more-grid > a .content .content-inner {
  position: relative;
  top: 0;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.more-grid > a .content .content-inner h3 {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

@media (max-width: 1230px) {
  .more-grid > a .content .content-inner h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 960px) {
  .more-grid > a .content .content-inner h3 {
    font-size: 1rem;
    left: 3px;
  }
}

@media (max-width: 700px) {
  .more-grid > a .content .content-inner h3 {
    font-size: 1.5rem;
  }
}

.more-grid > a .content .content-inner h3 span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 1px;
  margin: 0 0 8px;
}

.more-grid > a .content .content-inner h3 span.is-accessible {
  font-size: 0.875rem;
}

.more-grid > a .content .content-inner h3 span small {
  font-family: "Palatino", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 0.6875rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}

.more-grid > a .content .content-inner h3 span small.is-accessible {
  font-size: 1rem;
}

.more-grid > a .content .content-inner p {
  max-width: 370px;
  font-family: "Palatino", serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  margin: 0;
  opacity: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  padding: 0 30px;
  margin-top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.more-grid > a .content .content-inner p.is-accessible {
  font-size: 1rem;
  line-height: 1.4375rem;
}

@media (max-width: 960px) {
  .more-grid > a .content .content-inner p {
    display: none;
  }
}

.more-grid > a:hover::after, .more-grid > a:active::after, .more-grid > a:focus::after {
  opacity: .65;
  background: #cc0000;
}

.more-grid > a:hover.is-accessible::after, .more-grid > a:active.is-accessible::after, .more-grid > a:focus.is-accessible::after {
  opacity: 1;
}

.more-grid > a:hover .content p, .more-grid > a:active .content p, .more-grid > a:focus .content p {
  margin-top: 12px;
  opacity: 0.8;
}

.more-grid > a:active .content .content-inner p, .more-grid > a:focus .content .content-inner p {
  height: auto !important;
}

.more-grid.alt {
  max-width: 960px;
}

.more-grid.alt > a {
  width: calc(50% - 35px);
}

@media (max-width: 700px) {
  .more-grid.alt > a {
    width: 100%;
  }
}

.item-list {
  letter-spacing: 1px;
  position: relative;
  margin-top: 80px;
}

.item-list + .item-list {
  margin-top: 100px;
}

.item-list .item-title {
  position: absolute;
  right: 100%;
  height: 100%;
  width: calc(50vw - 278px - 140px);
}

@media (max-width: 960px) {
  .item-list .item-title {
    position: static;
    width: 100%;
    border-top: 0;
    margin-top: 40px;
  }
  .item-list .item-title + .item {
    margin-top: 20px;
  }
}

.item-list .item-title + .item-inner-title {
  border-top: solid 1px rgba(51, 51, 51, 0.1);
}

.item-list .item-title h2 {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 1.69px;
  margin: 0;
  padding-right: 20px;
  text-transform: uppercase;
}

.item-list .item-title h2.is-accessible {
  font-size: 0.875rem;
}

@media (max-width: 960px) {
  .item-list .item-title h2 {
    display: none;
  }
}

.item-list .item > a {
  border-bottom: 0;
  display: block;
  width: 100%;
}

.item-list .item-content {
  text-transform: none;
  letter-spacing: 0;
  cursor: auto;
}

.page-hero {
  text-align: center;
  position: relative;
}

.page-hero > a {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 34px;
}

@media (max-width: 960px) {
  .page-hero > a {
    display: none;
  }
}

.page-hero > a svg {
  fill: #cc0000;
  display: block;
  width: 100%;
  height: 100%;
}

.page-hero h1 {
  padding: 260px 0 180px;
  margin: 0;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 6px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .page-hero h1 {
    padding: 220px 0 100px;
    font-size: 1.875rem;
  }
}

.page-column > p:first-child {
  padding: 0;
  margin: 0;
  text-align: inherit;
  font: inherit;
}

.wp-block-image {
  max-width: none;
  margin: 26px 0;
}

figure.full-image > p {
  font-family: "Palatino", serif;
  font-size: 1rem;
  color: #545454;
  letter-spacing: 0;
  text-align: center;
  line-height: 22.86px;
  margin: 0 auto 62px;
  max-width: 225px;
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  figure.full-image > p {
    margin-bottom: 46px;
  }
}

figure.full-image > p::after {
  content: ' ';
  display: block;
  width: 1px;
  height: 121px;
  background: #D2D2D2;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 17px auto 0;
  z-index: 3;
}

@media (max-width: 960px) {
  figure.full-image > p::after {
    height: 60px;
  }
}

figure.full-image .img-wrap {
  position: relative;
}

figure.full-image .img-wrap img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

figure.full-image .img-wrap figcaption:not(.cred) {
  margin-top: 16px;
  margin-left: 20px;
}

@media (max-width: 960px) {
  figure.full-image .img-wrap figcaption:not(.cred) {
    margin-top: 12px;
  }
}

figure.full-image .img-wrap figcaption.cred {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #fff;
  z-index: 3;
}

@media (max-width: 960px) {
  figure.full-image .img-wrap figcaption.cred {
    bottom: 12px;
  }
}

figure.full-image .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(35, 50, 86, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

figure.full-image .img-wrap .overlay.is-accessible {
  background: rgba(35, 50, 86, 0.7);
}

figure.full-image .img-wrap .overlay-text {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

figure.full-image .img-wrap .overlay-text h2 {
  margin: 0;
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  figure.full-image .img-wrap .overlay-text h2 {
    font-size: 1.25rem;
    letter-spacing: 3.38px;
  }
}

figure.full-image .img-wrap .overlay-text p {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.27;
}

@media (max-width: 960px) {
  figure.full-image .img-wrap .overlay-text p {
    font-size: 1rem;
  }
}

figure.full-image .img-wrap .overlay::after {
  content: ' ';
  display: block;
  width: 1px;
  height: 121px;
  background: #D2D2D2;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 3;
}

@media (max-width: 960px) {
  figure.full-image .img-wrap .overlay::after {
    height: 60px;
    bottom: -30px;
  }
}

.arch-hero {
  text-align: center;
  background: #cc0000;
  padding: 242px 24px 218px;
}

@media (max-width: 600px) {
  .arch-hero {
    padding: 0 24px;
    height: 490px;
  }
}

.arch-hero h1 {
  margin: 0;
  font-family: "Semplicita", helvetica;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 6.09px;
  line-height: 31.86px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .arch-hero h1 {
    font-size: 1.25rem;
    letter-spacing: 3.38px;
    line-height: 1.5;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.arch-list {
  padding: 0 18px;
}

@media (max-width: 960px) {
  .arch-list {
    padding: 0 24px;
  }
}

.arch-list__single {
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .arch-list__single {
    display: block;
  }
}

@media (max-width: 600px) {
  .arch-list__single {
    padding: 48px 0;
  }
}

.arch-list__single + div {
  border-top: solid 1px rgba(51, 51, 51, 0.1);
}

.arch-list__single small {
  width: 26%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Semplicita", helvetica;
  font-size: 11px;
  color: #cc0000;
  letter-spacing: 1.86px;
  line-height: 26.55px;
}

@media (max-width: 960px) {
  .arch-list__single small {
    width: 100%;
    margin-bottom: 12px;
    display: block;
  }
}

.arch-list__single h2 {
  margin: 0;
  width: 100%;
  position: relative;
  font-family: "Semplicita", helvetica;
  font-size: 19px;
  font-weight: normal;
  color: #cc0000;
  letter-spacing: 3.22px;
  line-height: 26.55px;
  padding-right: 50px;
}

@media (max-width: 600px) {
  .arch-list__single h2 {
    font-size: 16px;
    letter-spacing: 2.2px;
  }
}

.arch-list__single h2 a {
  max-width: 585px;
  width: 100%;
  display: block;
  color: #cc0000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.arch-list__single h2 a:hover {
  opacity: .7;
}

.arch-list__single h2 svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 15px;
}

.loader {
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 22px;
  opacity: 0;
  -webkit-transition: 750ms opacity;
  transition: 750ms opacity;
  z-index: 9999;
}

body:not(.no-loading) .loader {
  opacity: 1;
}

.loader:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  border: 1px solid #CDCDCD;
  opacity: 0;
  -webkit-transition: 750ms opacity;
  transition: 750ms opacity;
}

.loader.in:after {
  opacity: 1;
}

.loader blockquote {
  max-width: 670px;
  padding: 20px;
}

.loader .loader-item {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1250ms opacity, 1000ms -webkit-transform;
  transition: 1250ms opacity, 1000ms -webkit-transform;
  transition: 1250ms opacity, 1000ms transform;
  transition: 1250ms opacity, 1000ms transform, 1000ms -webkit-transform;
}

.loader .loader-item.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loader .loader-item.out {
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.loader .quote {
  font-family: "Ogg", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.625rem;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .loader .quote {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.loader cite {
  font-family: "Semplicita", helvetica;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.88px;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.loader cite.is-accessible {
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #cc0000;
  color: #fff;
  padding: 16px;
  z-index: 10000;
  width: calc(100% - 50px);
  max-width: 640px;
}

@media (max-width: 960px) {
  .cookies {
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 480px) {
  .cookies {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cookies.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.cookies:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.cookies .content {
  padding: 16px;
  position: relative;
}

.cookies .content:after {
  content: '';
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 480px) {
  .cookies .content:after {
    width: auto;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 18px;
    right: 18px;
  }
}

.cookies p {
  font-family: "Palatino", serif;
  margin-top: 0;
  font-size: 0.75rem;
  line-height: 1.0625rem;
}

.cookies p.is-accessible {
  font-size: 1rem;
  line-height: 1.25rem;
}

.cookies p:last-of-type {
  margin-bottom: 0;
}

.cookies a, .cookies .no-cookie-consent {
  display: inline;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.2s padding-bottom;
  transition: 0.2s padding-bottom;
}

.cookies a:hover, .cookies a:active, .cookies a:focus, .cookies .no-cookie-consent:hover, .cookies .no-cookie-consent:active, .cookies .no-cookie-consent:focus {
  padding-bottom: 1px;
}

.cookies button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.cookies button:not(.no-cookie-consent) {
  text-transform: uppercase;
  padding: 18px 28px;
  font-size: 0.75rem;
  line-height: 1.375rem;
  letter-spacing: 1.2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.cookies button:not(.no-cookie-consent).is-accessible {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (max-width: 480px) {
  .cookies button:not(.no-cookie-consent) {
    width: 100%;
  }
}

.cookies button:not(.no-cookie-consent):hover, .cookies button:not(.no-cookie-consent):active, .cookies button:not(.no-cookie-consent):focus {
  opacity: 0.8;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover, .hamburger:active, .hamburger:focus {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  position: relative;
}

.hamburger-inner {
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #cc0000;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
          transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
          transform: translate3d(0, -14px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
          transform: translate3d(40px, 40px, 0) rotate(45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
          transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
          transform: translate3d(40px, -40px, 0) rotate(-45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
          transform: translate3d(-40px, -40px, 0) rotate(45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
          transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
          transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
          transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
