@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600,700);
@charset "UTF-8";
/* GENERAL STYLES - BASE/COMMON */
* {
  transition: ease-in-out 0.375s ease 0;
  font-family: "IBM Plex Sans", Helvetica, Helvetica Neue, Open Sans, Arial, sans-serif; }

*,
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility; }

html {
  overflow-x: hidden; }

html,
body {
  color: black;
  margin: 0; }

a:hover, a:active, a:focus,
button:hover,
button:active,
button:focus {
  cursor: pointer; }

a {
  color: #e51d37;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #265ea7; }

button,
input {
  border: none;
  outline: none;
  padding: 0; }

button {
  background-color: transparent; }

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

.preload {
  opacity: 0; }

.postload {
  opacity: 1;
  transition: opacity 0.5s; }

.page {
  margin-bottom: 30px; }
  .page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

@media all and (max-width: 61.25em) {
  .desktop-only {
    display: none; } }

@media all and (max-width: 48em) {
  .mobile-only {
    display: block; } }

.tablet-and-below-only {
  display: none; }
  @media all and (max-width: 61.25em) {
    .tablet-and-below-only {
      display: block; } }

/* FONTS - BASE/FONTS */
/* HELPER CLASSES - BASE/HELPERS */
.major-articles-grid > figure:nth-of-type(4n+1) > figcaption, .major-articles-grid > figure:nth-of-type(4n+4) > figcaption, .major-articles-grid > figure:nth-of-type(4n+2) > figcaption, .major-articles-grid > figure:nth-of-type(4n+3) > figcaption, .related-articles-list > figure:first-of-type > figcaption, .related-articles-list > figure:last-of-type > figcaption, .related-articles-list > figure:nth-of-type(2) > figcaption, .minor-articles-grid > figure figcaption, .single-article figcaption, .first-featured > figure > figcaption {
  background-color: rgba(0, 0, 0, 0.95);
  border-top: 2px solid white; }
  .major-articles-grid > figure:nth-of-type(4n+1) > figcaption > .container .article-block-author, .major-articles-grid > figure:nth-of-type(4n+4) > figcaption > .container .article-block-author, .major-articles-grid > figure:nth-of-type(4n+2) > figcaption > .container .article-block-author, .major-articles-grid > figure:nth-of-type(4n+3) > figcaption > .container .article-block-author, .related-articles-list > figure:first-of-type > figcaption > .container .article-block-author, .related-articles-list > figure:last-of-type > figcaption > .container .article-block-author, .related-articles-list > figure:nth-of-type(2) > figcaption > .container .article-block-author, .minor-articles-grid > figure figcaption > .container .article-block-author, .single-article figcaption > .container .article-block-author, .first-featured > figure > figcaption > .container .article-block-author {
    color: #e83950; }
  .major-articles-grid > figure:nth-of-type(4n+1) > figcaption > .container .article-block-published, .major-articles-grid > figure:nth-of-type(4n+4) > figcaption > .container .article-block-published, .major-articles-grid > figure:nth-of-type(4n+2) > figcaption > .container .article-block-published, .major-articles-grid > figure:nth-of-type(4n+3) > figcaption > .container .article-block-published, .related-articles-list > figure:first-of-type > figcaption > .container .article-block-published, .related-articles-list > figure:last-of-type > figcaption > .container .article-block-published, .related-articles-list > figure:nth-of-type(2) > figcaption > .container .article-block-published, .minor-articles-grid > figure figcaption > .container .article-block-published, .single-article figcaption > .container .article-block-published, .first-featured > figure > figcaption > .container .article-block-published {
    color: #f9fafc; }

.major-articles-grid, .major-articles-grid.short-grid {
  display: grid;
  grid-gap: 0.53125em 0.53125em;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(2, 18.75em);
  min-height: 0;
  min-width: 0;
  width: 100%; }
  @media all and (max-width: 30em) {
    .major-articles-grid, .major-articles-grid.short-grid {
      display: flex;
      flex-direction: column; }
      .major-articles-grid > figure, .major-articles-grid.short-grid > figure {
        height: 300px;
        width: 100%;
        margin-bottom: 10px; } }
  .major-articles-grid > figure:nth-of-type(4n+1), .major-articles-grid.short-grid > figure:nth-of-type(4n+1) {
    grid-row: 1/span 1;
    grid-column: 1/span 9;
    min-width: 0; }
  .major-articles-grid > figure:nth-of-type(4n+2), .major-articles-grid.short-grid > figure:nth-of-type(4n+2) {
    grid-row: 1/span 1;
    grid-column: 10/span 11;
    min-width: 0; }
  .major-articles-grid > figure:nth-of-type(4n+3), .major-articles-grid.short-grid > figure:nth-of-type(4n+3) {
    grid-row: 2/span 1;
    grid-column: 1/span 11;
    min-width: 0; }
  .major-articles-grid > figure:nth-of-type(4n+4), .major-articles-grid.short-grid > figure:nth-of-type(4n+4) {
    grid-row: 2/span 1;
    grid-column: 12/span 9;
    min-width: 0; }

.related-articles-list {
  display: flex; }
  @media all and (max-width: 61.25em) {
    .related-articles-list {
      flex-direction: column; } }
  .related-articles-list > figure {
    width: 500px;
    height: 300px;
    margin-right: 10px; }
    @media all and (max-width: 61.25em) {
      .related-articles-list > figure {
        margin-bottom: 10px; } }
    @media all and (max-width: 30em) {
      .related-articles-list > figure {
        width: 100%; } }
  .related-articles-list > figure > figcaption {
    height: 40%; }
    .related-articles-list > figure > figcaption > .container > a {
      font-size: 1em; }

.minor-articles-grid {
  display: grid;
  grid-gap: 0.53125em 0.53125em;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(1, 12.5em);
  min-height: 0;
  min-width: 0; }
  .minor-articles-grid > figure {
    grid-row: 1/span 1;
    grid-column: 1/span 14;
    min-width: 0; }

.single-article {
  display: flex;
  flex-direction: column; }
  .single-article figure {
    height: 300px; }
    @media all and (max-width: 61.25em) {
      .single-article figure {
        width: 100%; } }

.article-text-block {
  width: 87.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5px solid lightgrey;
  margin-top: 20px;
  padding-bottom: 20px; }
  .article-text-block > .article-block-title {
    color: black; }
  .article-text-block > .article-block-title:hover {
    color: #265ea7; }
  .article-text-block > .article-info > .article-block-published {
    color: grey; }

.first-featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px; }
  .first-featured > figure {
    height: 300px;
    width: 100%; }

.center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start; }

.container {
  height: 100%;
  margin: 0 auto;
  max-width: 87.5%;
  width: 100%; }

.container-narrow {
  height: 100%;
  margin: 0 auto;
  width: 1200px;
  max-width: 87.5%; }

.homepage {
  padding-top: 20px;
  display: flex;
  width: 100%;
  flex-direction: row; }
  @media all and (max-width: 61.25em) {
    .homepage {
      flex-direction: column; } }

.flex {
  display: flex; }

.left-rail {
  width: 70%; }
  @media all and (max-width: 61.25em) {
    .left-rail {
      width: 100%; } }

.right-rail {
  width: 30%;
  margin-left: 100px;
  align-items: center; }
  @media all and (max-width: 61.25em) {
    .right-rail {
      display: none; } }

.right-rail-show {
  width: 30%;
  margin-left: 100px;
  align-items: center; }
  @media all and (max-width: 61.25em) {
    .right-rail-show {
      width: 100%;
      margin-left: 0px; } }

.disappear {
  height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  width: 0 !important; }

.major-articles-grid.short-grid {
  display: grid;
  grid-gap: 0.53125em 0.53125em;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(1, 18.75em);
  min-height: 0;
  min-width: 0; }

.row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start; }
  @media all and (max-width: 48em) {
    .row {
      flex-direction: column; } }

.scrolled {
  position: fixed;
  z-index: 5; }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.image-gallery-fullscreen-button::before,
.image-gallery-play-button::before,
.image-gallery-left-nav::before,
.image-gallery-right-nav::before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .image-gallery.fullscreen-modal .image-gallery-content {
      top: 50%;
      transform: translateY(-50%); }

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0; }
  .image-gallery-content.fullscreen {
    background: #000; }
    .image-gallery-content.fullscreen .image-gallery-slide {
      background: #000; }

.image-gallery-slide-wrapper {
  position: relative; }
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 113px); }
    @media (max-width: 768px) {
      .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: calc(100% - 84px); } }
  .image-gallery-slide-wrapper.image-gallery-rtl {
    direction: rtl; }

.image-gallery-fullscreen-button,
.image-gallery-play-button,
.image-gallery-left-nav,
.image-gallery-right-nav {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4; }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before,
  .image-gallery-left-nav::before,
  .image-gallery-right-nav::before {
    color: #fff;
    line-height: .7;
    text-shadow: 0 2px 2px #1a1a1a;
    transition: color .2s ease-out; }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before,
  .image-gallery-left-nav:hover::before,
  .image-gallery-right-nav:hover::before {
    color: #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button:hover::before,
      .image-gallery-play-button:hover::before,
      .image-gallery-left-nav:hover::before,
      .image-gallery-right-nav:hover::before {
        color: #fff; } }

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0; }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2.7em;
    padding: 15px 20px;
    text-shadow: 0 1px 1px #1a1a1a; }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button::before,
      .image-gallery-play-button::before {
        font-size: 2.4em; } }
    @media (max-width: 480px) {
      .image-gallery-fullscreen-button::before,
      .image-gallery-play-button::before {
        font-size: 2em; } }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before {
    color: #fff;
    transform: scale(1.1); }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button:hover::before,
      .image-gallery-play-button:hover::before {
        transform: none; } }

.image-gallery-fullscreen-button {
  right: 0; }
  .image-gallery-fullscreen-button::before {
    content: "\F386"; }
  .image-gallery-fullscreen-button.active::before {
    content: "\F37D"; }
  .image-gallery-fullscreen-button.active:hover::before {
    transform: scale(0.9); }

.image-gallery-play-button {
  left: 0; }
  .image-gallery-play-button::before {
    content: "\F488"; }
  .image-gallery-play-button.active::before {
    content: "\F478"; }

.image-gallery-left-nav,
.image-gallery-right-nav {
  color: #fff;
  font-size: 5em;
  padding: 50px 15px;
  top: 50%;
  transform: translateY(-50%); }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: .6;
    pointer-events: none; }
  @media (max-width: 768px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 3.4em;
      padding: 20px 15px; } }
  @media (max-width: 480px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 2.4em;
      padding: 0 15px; } }

.image-gallery-left-nav {
  left: 0; }
  .image-gallery-left-nav::before {
    content: "\F3D2"; }

.image-gallery-right-nav {
  right: 0; }
  .image-gallery-right-nav::before {
    content: "\F3D3"; }

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }

.image-gallery-slide {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .image-gallery-slide.center {
    position: relative; }
  .image-gallery-slide img {
    width: 100%; }
  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal; }
    @media (max-width: 768px) {
      .image-gallery-slide .image-gallery-description {
        bottom: 45px;
        font-size: .8em;
        padding: 8px 15px; } }

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4; }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center; }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 0 #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px; }
    @media (max-width: 768px) {
      .image-gallery-bullets .image-gallery-bullet {
        margin: 0 3px;
        padding: 3px; } }
    @media (max-width: 480px) {
      .image-gallery-bullets .image-gallery-bullet {
        padding: 2.7px; } }
    .image-gallery-bullets .image-gallery-bullet.active {
      background: #fff; }

.image-gallery-thumbnails-wrapper {
  position: relative; }
  .image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
    direction: rtl; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 108px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        width: 81px; } }
    .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
      height: 100%;
      width: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
        display: block;
        margin-right: 0;
        padding: 0; }
        .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
          margin-left: 0; }
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left {
        margin-right: 3px; } }
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.right {
        margin-left: 3px; } }

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnails {
      padding: 3px 0; } }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: transform .45s ease-out;
    white-space: nowrap; }

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border .3s ease-out;
  width: 100px; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail {
      border: 3px solid transparent;
      width: 75px; } }
  .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 2px; }
  .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    position: relative; }
  .image-gallery-thumbnail img {
    vertical-align: middle;
    width: 100%; }
  .image-gallery-thumbnail.active {
    border: 4px solid #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail.active {
        border: 3px solid #337ab7; } }

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 black;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: .8em;
      line-height: .8em; } }

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4; }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: .8em;
      padding: 5px 10px; } }

/* GROUP ARTICLES STYLES - LAYOUT/ARTICLES */
.articles h1 {
  text-transform: uppercase;
  font-size: 1em;
  color: #222222;
  font-weight: 800; }
  .articles h1:before {
    width: 1.2em;
    background-color: #e51d37;
    content: "";
    display: block;
    height: 0.25rem;
    margin-bottom: 0.5em; }

.articles.sponsored h1:before {
  background-color: gold; }

.articles a > h1:hover {
  color: #265ea7; }

@media all and (max-width: 48em) {
  .articles .article-block-title {
    font-size: 1em; }
  .articles .article-block-author {
    font-size: 0.7em; }
  .articles .article-block-published {
    font-size: 0.7em; } }

.grey-box {
  min-height: 300px;
  margin: 5px;
  background-color: lightgrey;
  display: flex;
  align-items: center;
  justify-content: center; }
  .grey-box > p {
    color: grey;
    font-size: 20px; }
  .grey-box.first-featured {
    height: 800px; }

/* FOOTER STYLES - LAYOUT/FOOTER */
footer {
  background-color: #edf1f6;
  font-size: 0.875em;
  margin-top: 2.65625em;
  padding: 1.5em 0; }
  footer li {
    list-style: none; }
  footer ul {
    padding-left: 0; }
  footer .categories,
  footer .stay-connected-copyright {
    justify-content: space-between; }
  footer .footer-column {
    line-height: 1.25em; }
    @media all and (max-width: 48em) {
      footer .footer-column {
        line-height: 1.375em;
        margin-bottom: 1em; } }
  footer .nav-header-link,
  footer .title-link {
    color: #e51d37;
    font-weight: 700; }
  footer a {
    color: black; }
    footer a:hover, footer a:active, footer a:focus {
      color: #265ea7; }
  footer address {
    font-style: normal; }

.categories {
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  padding-bottom: 2.65625em; }

.footer-title {
  font-size: 1.0625em;
  font-weight: 700;
  height: 0;
  opacity: 0; }
  @media all and (max-width: 48em) {
    .footer-title {
      height: auto;
      opacity: 1;
      margin: 0 0 0.5em 0; } }

.sub-links {
  margin: 0.25em 0; }
  .sub-links li > a:hover, .sub-links li > a:active, .sub-links li > a:focus {
    color: #265ea7; }

.contact {
  padding-top: 2.65625em; }

.contact-phone:not(:last-of-type) {
  margin: 0 0 0.5em; }

.contact-phone span:first-of-type {
  font-weight: 700; }

.stay-connected-copyright {
  margin-top: 1em; }

.stay-connected {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start; }
  @media all and (max-width: 48em) {
    .stay-connected {
      flex-direction: column;
      align-items: stretch; } }
  .stay-connected p,
  .stay-connected .nav-link:not(:last-of-type) {
    margin: 0 0.5em 0 0; }
  @media all and (max-width: 48em) {
    .stay-connected p,
    .stay-connected .nav-link {
      margin: 0; } }
  .stay-connected p {
    font-weight: 700; }

.copyright {
  color: black;
  font-weight: 700; }
  @media all and (max-width: 48em) {
    .copyright {
      margin-top: 1em; } }
  .copyright:hover {
    font-weight: 700; }

/* HEADER STYLES - LAYOUT/HEADER */
header {
  width: 100vw; }
  header > .container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 2.65625em 0 1.25em; }
    @media all and (max-width: 48em) {
      header > .container {
        padding: 0; } }
    header > .container > a {
      width: 17.5%;
      min-width: 200px; }
      header > .container > a > img {
        width: 100%; }

.sticky-on-scroll {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  max-height: 100%;
  z-index: 10000; }

@media all and (max-width: 48em) {
  #masthead {
    display: none; } }

/* NAVIGATION STYLES - LAYOUT/NAVIGATION */
nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  border-top: 1px solid rgba(151, 151, 151, 0.5);
  padding: 0.75em 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: background-color .5s linear;
  top: 0;
  overflow-x: auto !important; }
  @media all and (max-width: 48em) {
    nav {
      height: 75px; } }
  nav > .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }

#menu-btn,
.navigation-links > a,
.navigation-links > button:not(:last-of-type) {
  margin: 0 15px 0 0; }
  @media all and (max-width: 61.25em) {
    #menu-btn,
    .navigation-links > a,
    .navigation-links > button:not(:last-of-type) {
      margin: 0 0.75em 0 0; } }

#menu-btn {
  font-size: 1.375em; }

.navigation-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }
  .navigation-links > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .navigation-links > div > a > img {
      width: 150px;
      vertical-align: middle; }
  .navigation-links > a,
  .navigation-links > button {
    font-size: 0.85vw;
    text-transform: uppercase; }
    @media all and (max-width: 61.25em) {
      .navigation-links > a,
      .navigation-links > button {
        font-size: 1vw !important; } }
  .navigation-links > a {
    color: black;
    font-weight: 400; }
    .navigation-links > a:hover, .navigation-links > a:active, .navigation-links > a:focus {
      color: #265ea7; }
  .navigation-links > .special-nav {
    color: #e51d37;
    font-weight: 600;
    padding: 0; }
    .navigation-links > .special-nav:hover, .navigation-links > .special-nav:active, .navigation-links > .special-nav:focus {
      color: #265ea7; }
    .navigation-links > .special-nav:first-of-type {
      margin: 0 0.9375em !important; }

.navigation-links-social > a {
  color: grey;
  font-size: 1.125em;
  margin-left: 15px; }
  .navigation-links-social > a:hover, .navigation-links-social > a:active, .navigation-links-social > a:focus {
    color: #265ea7; }

@media all and (max-width: 61.25em) {
  .navigation-links-social > a {
    margin-left: 0.75em; } }

@media all and (max-width: 48em) {
  .navigation-links-social {
    display: none; } }

.mobile-dbk-logo {
  display: none; }
  @media all and (max-width: 48em) {
    .mobile-dbk-logo {
      display: block; } }

.disappear-on-mobile {
  display: block; }
  @media all and (max-width: 48em) {
    .disappear-on-mobile {
      display: none; } }

/* LOADED ARTICLES STYLES - LAYOUT/LOADEDARTICLES */
.loadmore {
  width: 300px;
  font-size: 1.5em;
  font-weight: 600;
  padding: 10px;
  border: 1px grey solid;
  border-radius: 20px;
  outline: none; }
  @media all and (max-width: 61.25em) {
    .loadmore {
      width: 100%; } }

.loadmore:hover {
  background-color: grey;
  color: white; }

.loadmore:active {
  background-color: #444444;
  color: white;
  outline: none; }

/* RELATED CONTENT STYLES - LAYOUT/RELATEDCONTENT */
.related-content .article-block-title {
  overflow: hidden; }

.related-content img {
  object-fit: cover; }

.ad-block-message {
  display: flex;
  flex-direction: row;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  z-index: 1001; }
  .ad-block-message > div {
    margin: auto;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media all and (max-width: 61.25em) {
      .ad-block-message > div {
        width: 50%; } }
    @media all and (max-width: 30em) {
      .ad-block-message > div {
        width: 70%; } }
    .ad-block-message > div > img {
      width: 100%;
      height: 100%; }
    .ad-block-message > div > button {
      background-color: white;
      padding: 6px;
      color: #e51d37; }
      @media all and (max-width: 61.25em) {
        .ad-block-message > div > button {
          font-size: 0.8em; } }
      .ad-block-message > div > button > svg {
        margin-right: 3px; }

/* ADVERTISEMENT COMPONENT STYLES - COMPONENTS/ADVERTISEMENT */
.advertisement {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .advertisement > div {
    background-color: lightgrey; }

@media all and (max-width: 61.25em) {
  .ad-desktop {
    display: none; } }

.ad-mobile {
  display: none; }
  @media all and (max-width: 61.25em) {
    .ad-mobile {
      display: flex; } }

/* ARTICLE BLOCK COMPONENT STYLES - COMPONENTS/ARTICLE */
.article-block {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .article-block > div,
  .article-block > figcaption {
    width: 100%; }
  .article-block > div {
    height: 100%; }
  .article-block > figcaption {
    bottom: 0;
    position: absolute;
    z-index: 2; }
    .article-block > figcaption > .container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 1em 0; }
      .article-block > figcaption > .container > a {
        color: white;
        font-weight: 600; }

.article-block-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #e51d37; }

.article-block-title {
  color: white;
  font-size: 1.125em;
  font-weight: 700; }

.article-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.125em;
  width: 100%; }
  .article-info p {
    margin: 0; }

.article-block-author,
.article-block-published {
  font-size: 0.875em; }

.article-block-author {
  font-weight: 600 !important;
  margin: 0 0.53125em 0 0;
  text-transform: capitalize; }

.article-block-published {
  margin: 0; }

.article-block.sponsored > figcaption {
  background-color: rgba(0, 0, 0, 0.95);
  border-top: 2px solid gold; }
  .article-block.sponsored > figcaption > .container .article-block-author {
    color: yellow; }
  .article-block.sponsored > figcaption > .container .article-block-published {
    color: #f9fafc; }

/* BREADCRUMB COMPONENT STYLES - COMPONENTS/BREADCRUMB */
/* BUTTON COMPONENT STYLES - COMPONENTS/BUTTON */
.btn-menu {
  font-size: 1.125em; }

.donate-bar {
  width: 100%;
  text-align: center;
  background-color: #e7e7e7;
  padding: 10px;
  text-transform: uppercase; }

/* FEATURED ARTICLE COMPONENT STYLES - COMPONENTS/FEATUREDARTICLE */
.featured-article > figcaption {
  padding: 10px;
  padding-left: 0px; }
  @media all and (max-width: 61.25em) {
    .featured-article > figcaption {
      padding: 0px; } }

@media all and (max-width: 61.25em) {
  .featured-article {
    width: 100%;
    height: 400px; } }

.featured-article > figcaption {
  background-color: rgba(229, 29, 55, 0.95);
  border-top: 5px solid white; }
  .featured-article > figcaption > .container .article-block-author {
    font-size: 1em;
    color: black; }
    @media all and (max-width: 61.25em) {
      .featured-article > figcaption > .container .article-block-author {
        font-size: 0.7em; } }
  .featured-article > figcaption > .container .article-block-published {
    color: white;
    font-size: 1em; }
    @media all and (max-width: 61.25em) {
      .featured-article > figcaption > .container .article-block-published {
        font-size: 0.7em; } }
  .featured-article > figcaption > .container .article-block-title {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 600;
    color: white; }
    @media all and (max-width: 75em) {
      .featured-article > figcaption > .container .article-block-title {
        font-size: 1.5em; } }
    @media all and (max-width: 61.25em) {
      .featured-article > figcaption > .container .article-block-title {
        font-size: 1.2em; } }
  .featured-article > figcaption > .container.article-block-image respond-to(small) {
    height: 350px; }

.feedback-bar {
  background-color: #ebc600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (max-width: 61.25em) {
    .feedback-bar {
      padding-left: 50px;
      padding-right: 50px; } }
  .feedback-bar > p {
    color: black;
    font-size: 20px;
    font-weight: 500; }
    @media all and (max-width: 61.25em) {
      .feedback-bar > p {
        font-size: 17px; } }

/* LIGHTBOX COMPONENT STYLES - COMPONENTS/LIGHTBOX */
/* LOADING SCREEN COMPONENT STYLES - COMPONENT/LOADING.SASS */
.loading > .container .fa-spinner,
.loading .fa-spinner {
  color: #e51d37;
  font-size: 1.875em; }

.loading > .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .loading > .container > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .loading > .container > div > p {
      color: black;
      font-weight: 600;
      margin: 0.53125em 0;
      text-transform: uppercase; }
    .loading > .container > div > h1 {
      font-weight: 500; }

#app > .loading {
  height: 100vh;
  width: 100vw; }

.loading-text {
  color: black;
  font-family: dbkFont; }

.fadeInOut {
  opacity: 1;
  animation: fadeInOut 2s infinite; }

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.loaded-article-block {
  display: flex;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em; }
  @media all and (max-width: 75em) {
    .loaded-article-block {
      width: 100%; } }
  @media all and (max-width: 61.25em) {
    .loaded-article-block {
      flex-direction: column;
      height: auto; } }
  .loaded-article-block > .loaded-article-details {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 70%;
    padding-left: 1em;
    padding-right: 1em; }
    @media all and (max-width: 61.25em) {
      .loaded-article-block > .loaded-article-details {
        width: 400px; } }
    @media all and (max-width: 30em) {
      .loaded-article-block > .loaded-article-details {
        width: 300px; } }
    .loaded-article-block > .loaded-article-details > span {
      font-size: 0.9em; }
    .loaded-article-block > .loaded-article-details > .loaded-article-author-date {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      font-size: 0.9em; }
      .loaded-article-block > .loaded-article-details > .loaded-article-author-date > * > .author {
        color: #e51d37; }
      .loaded-article-block > .loaded-article-details > .loaded-article-author-date > * > .author:hover {
        color: #265ea7; }
    .loaded-article-block > .loaded-article-details > a > h2 {
      font-size: 1em;
      line-height: 1.6; }
    .loaded-article-block > .loaded-article-details > a > p {
      font-size: 0.9em;
      line-height: 1.6;
      margin-top: 0; }
  .loaded-article-block > .loaded-article-picture {
    width: 200px;
    height: 133px;
    overflow: hidden;
    background-color: #e51d37; }
    .loaded-article-block > .loaded-article-picture > .picture {
      width: 100%;
      height: 100%;
      border-style: solid;
      border-color: #e51d37;
      border-width: 0px 4px 0px 0px;
      object-fit: cover; }
    @media all and (max-width: 61.25em) {
      .loaded-article-block > .loaded-article-picture {
        width: 400px;
        height: 266px; }
        .loaded-article-block > .loaded-article-picture > .picture {
          border-width: 0px 0px 4px 0px; } }
    @media all and (max-width: 30em) {
      .loaded-article-block > .loaded-article-picture {
        width: 300px;
        height: 200px; } }

.loaded-article-block a {
  color: black; }

.loaded-article-block a:hover {
  color: #265ea7 !important; }

/* SEARCHBAR COMPONENT STYLES - COMPONENTS/SEARCHBAR */
.searchbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding: 0 0 0.15625em; }
  .searchbar:hover, .searchbar:active, .searchbar:focus {
    cursor: pointer; }
  .searchbar > i,
  .searchbar > input {
    color: black; }
  .searchbar > i {
    font-size: 0.625em; }
  .searchbar > input {
    font-size: 1em;
    font-weight: 500;
    padding-right: 1.25em; }
    .searchbar > input:hover, .searchbar > input:active, .searchbar > input:focus {
      font-weight: 500; }

.searchbar-mobile {
  display: none; }
  @media all and (max-width: 48em) {
    .searchbar-mobile {
      display: block; } }
  .searchbar-mobile > button {
    width: 10% !important; }
  .searchbar-mobile > input {
    background-color: transparent;
    width: 90%; }

.sidebar {
  position: absolute;
  left: -100%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-right: 1px solid rgba(151, 151, 151, 0.5);
  font-size: 0.8em;
  overflow-y: auto;
  height: calc(100vh - 56px); }
  @media all and (max-width: 48em) {
    .sidebar {
      height: calc(100vh - 75px);
      width: 70%; }
      .sidebar > .search-section {
        width: 100%;
        padding: 50px;
        height: 50px;
        border-bottom: 1px solid rgba(151, 151, 151, 0.5); } }

.sidebar.open {
  left: 0; }

.sidebar-link {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  background-color: white; }
  .sidebar-link > p {
    text-align: left; }
  .sidebar-link > svg {
    margin-left: auto; }

.sidebar-link:hover {
  background-color: #DDDDDD; }

.sidebar-item {
  overflow: visible;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5); }

.sidebar-item > .sidebar-item {
  display: none; }
  .sidebar-item > .sidebar-item > div {
    width: 100%;
    height: 100%; }

.sidebar-item.active > .sidebar-item {
  display: block; }
  .sidebar-item.active > .sidebar-item > .sidebar-link {
    background-color: #f1f1f1; }
  .sidebar-item.active > .sidebar-item > .sidebar-link:hover {
    background-color: #DDDDDD; }

.sidebar-item.active > .sidebar-link {
  background-color: #CCCCCC !important; }
  .sidebar-item.active > .sidebar-link > svg {
    transform: rotate(180deg); }

.sidebar-item.has-children > .sidebar-link > a > p {
  font-weight: 600; }

.sidebar a {
  color: black;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase; }

.sidebar button {
  width: 100%; }

#sidekick {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow: hidden; }
  @media all and (max-width: 61.25em) {
    #sidekick {
      width: 100%;
      height: 120px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.7);
      border-top: 2px solid rgba(211, 211, 211, 0.7); }
      #sidekick > a {
        height: 100%; }
        #sidekick > a > img {
          height: 100%;
          width: auto;
          object-fit: contain;
          align-self: center; } }
  #sidekick > button {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: white;
    color: #84e4ff;
    padding: 0.2em;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center; }
    @media all and (max-width: 61.25em) {
      #sidekick > button {
        background-color: black;
        color: white; } }

#sidekick img {
  width: 100%;
  height: 100%; }

.sponsored-links {
  width: 100%;
  background-color: #F8F8F8;
  padding: 20px;
  border: 2px solid #e51d37; }
  .sponsored-links > h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1em; }
    .sponsored-links > h2:before {
      width: 1.2em;
      background-color: #e51d37;
      content: "";
      display: block;
      height: 0.25rem;
      margin-bottom: 0.5em; }

#takeover {
  width: 100%;
  transition: opacity 0.5s ease-out;
  overflow-x: hidden; }
  #takeover > button {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: white;
    color: #84e4ff;
    padding: 0.2em;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center; }

#takeover img {
  width: 100%; }

/* ARTICLE PAGE STYLES - PAGES/ARTICLEPAGE.SASS */
.author {
  font-weight: 600; }

.category {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  margin-top: 10px; }
  .category > a {
    margin-right: 15px;
    background-color: rgba(229, 29, 55, 0.85);
    padding: 10px;
    font-size: 1em;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center; }
  .category > a:hover {
    background-color: rgba(229, 29, 55, 0.3);
    color: #e51d37; }
  @media all and (max-width: 61.25em) {
    .category {
      font-size: 0.7em;
      padding-top: 5px; } }

.details {
  font-size: 1em;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%; }
  @media all and (max-width: 61.25em) {
    .details {
      flex-direction: column; }
      .details > .dot {
        display: none; } }
  .details > span {
    margin-right: 10px; }
  .details > .twitter-link > a {
    color: #1DA1F2; }
  .details > .twitter-link > a:hover {
    color: #265ea7; }

.article-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 1.6; }
  .article-text p, .article-text a, .article-text li, .article-text blockquote {
    font-size: 20px; }
  .article-text * {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    max-width: 100%; }
  @media all and (max-width: 61.25em) {
    .article-text p, .article-text a, .article-text li, .article-text blockquote {
      font-size: 18px; } }
  .article-text > p {
    margin-bottom: 20px;
    margin-top: 20px; }
  .article-text > .wp-caption {
    max-width: 100% !important; }
    .article-text > .wp-caption > img {
      max-width: 100%;
      height: auto; }
    .article-text > .wp-caption > p {
      margin-top: 0px;
      font-style: italic;
      font-size: 0.8em; }
  .article-text > img {
    max-width: 100% !important;
    max-height: 100% !important; }
  .article-text > .aligncenter {
    align-self: center; }
  .article-text > .alignleft {
    align-self: left; }
  .article-text > .alignright {
    align-self: end; }
  .article-text > ul {
    list-style-position: inside; }
  .article-text > ol {
    list-style-position: inside; }
  .article-text > blockquote > * {
    font-style: italic;
    color: #555555; }
  .article-text > twitter-widget {
    align-self: center; }
  .article-text iframe {
    max-width: 100% !important; }

.image-area {
  width: 100%; }
  .image-area > .article-image {
    width: 100%;
    max-height: 500px;
    border-bottom: 4px solid #e51d37;
    border-top: 4px solid #e51d37;
    object-fit: cover; }
  @media all and (max-width: 61.25em) {
    .image-area {
      width: 100%; } }

.article-caption {
  font-size: 0.8em; }
  .article-caption > p {
    margin-top: 0; }

h1 {
  width: 100%; }
  @media all and (max-width: 61.25em) {
    h1 {
      font-size: 1.7em; } }

.sponsored-page .category > a {
  background-color: gold;
  color: black; }

.sponsored-page .category > a:hover {
  background-color: rgba(255, 215, 0, 0.3); }

.sponsored-page .image-area > .article-image {
  border-color: #ccac00; }

.sponsored-page .article-text * {
  font-family: 'IBM Plex Sans' !important; }

/* AUTHOR PAGE STYLES - PAGES/AUTHORPAGE.SASS */
.author-page h1 {
  font-size: 2.5em;
  text-transform: normal; }
  .author-page h1 > a {
    color: black; }
  .author-page h1 > a:hover {
    color: #265ea7; }
  @media all and (max-width: 61.25em) {
    .author-page h1 {
      font-size: 2em; } }

.links-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px; }
  .links-row > svg {
    margin-right: 10px; }
  .links-row > .fa-twitter {
    color: #1DA1F2; }
  .links-row > .fa-envelope {
    color: rgba(229, 29, 55, 0.8); }

.author-section {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .author-section > .author-info {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .author-section > .author-info > h1 {
      margin-bottom: 0; }

.author-description {
  line-height: 1.6; }

/* CATEGORY PAGE STYLES - PAGES/CATEGORYPAGE.SASS */
.category-page h1 {
  font-size: 2.5em;
  text-transform: normal; }
  .category-page h1 > a {
    color: black; }
  .category-page h1 > a:hover {
    color: #265ea7; }
  @media all and (max-width: 61.25em) {
    .category-page h1 {
      font-size: 2em; } }

/* CUSTOM PAGE STYLES - PAGES/CUSTOMPAGE.SASS */
.custom-page h1 {
  font-size: 3em;
  margin-bottom: 0; }
  @media all and (max-width: 48em) {
    .custom-page h1 {
      font-size: 2em; } }

.custom-page #page-content {
  line-height: 1.6;
  font-size: 1.1em; }
  .custom-page #page-content > p {
    margin-bottom: 20px;
    margin-top: 20px; }
    .custom-page #page-content > p > * {
      max-width: 100%;
      height: auto; }
  .custom-page #page-content > blockquote {
    font-style: italic; }
  .custom-page #page-content > * {
    max-width: 100%;
    height: auto; }

/* ERROR PAGE STYLES - PAGES/ERRORPAGE.SASS */
.error-page h1 {
  font-size: 3em; }
  @media all and (max-width: 48em) {
    .error-page h1 {
      font-size: 2em; } }

.error-page p {
  font-size: 1.1em;
  line-height: 1.6; }

/* HOME PAGE STYLES - PAGES/HOME.SASS */
.homepage {
  width: 100%;
  height: 100%; }
  .homepage .articles {
    margin-bottom: 50px; }

.homepage-bottom {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media all and (max-width: 61.25em) {
    .homepage-bottom .articles {
      margin-bottom: 20px; } }

.featured-story-area {
  display: flex;
  margin-bottom: 100px; }
  .featured-story-area > .articles {
    width: auto;
    margin-left: 20px; }
    .featured-story-area > .articles .article-block-title {
      font-size: 0.95vw; }
    .featured-story-area > .articles .article-block-author {
      font-size: 0.75vw; }
    .featured-story-area > .articles .article-block-published {
      font-size: 0.75vw; }
    @media all and (max-width: 75em) {
      .featured-story-area > .articles {
        display: none; } }
  @media all and (max-width: 61.25em) {
    .featured-story-area {
      margin-bottom: 50px; } }

.ad-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .ad-row > * {
    margin-left: 5px;
    margin-right: 5px; }

.homepage-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px; }
  .homepage-row > * {
    margin-left: 10px;
    margin-right: 10px;
    flex-basis: 0;
    flex-grow: 1; }
  @media all and (max-width: 61.25em) {
    .homepage-row {
      flex-direction: column; }
      .homepage-row > * {
        margin-left: 0px;
        margin-right: 0px;
        flex-basis: auto; } }

/* CATEGORY PAGE STYLES - PAGES/CATEGORYPAGE.SASS */
.search-results h1 {
  overflow-wrap: anywhere; }

.navigation-links > div > .hamburger {
  display: flex; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 40px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 40px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 40px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 40px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 40px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 40px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -40px;
      top: -40px;
      transform: translate3d(40px, 40px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -40px;
      top: -40px;
      transform: translate3d(-40px, 40px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -40px;
      top: 40px;
      transform: translate3d(40px, -40px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -40px;
      top: 40px;
      transform: translate3d(-40px, -40px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  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 {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  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 {
    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;
    transform: rotate(-90deg); }

