/*!----------------------------------------------------------------------------------------------------
 * Theme Name: Modified Makespace Theme
 * Description: Just another custom WordPress theme by the fine folks at Makespace and heavily modified by CRIMSON!
 * Author: CRIMSON, Makespace
 * Author URI: https://www.crimsonagency.com
 * Version: 2.2.55
 * Template: makespace-framework
 * BitBucket Theme URI: mort-crim-communications-web/makespace-child
-----------------------------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Font Awesome Pro 5.10.0-11 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/assets-f/misc/a0fae75ec38cd3.eot");
  src: url("fonts/assets-f/misc/a0fae75ec38cd3.eot?#iefix") format("embedded-opentype"), url("/assets-f/fonts/1ba25df8c776da.woff2") format("woff2"), url("fonts/assets-f/fonts/69be2881c3324a.woff") format("woff"), url("fonts/assets-f/fonts/df495dc7aa522d.ttf") format("truetype"), url("fonts/assets-f/misc/8c72dacdbeb59c.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/assets-f/misc/e47f5ab0aec298.eot");
  src: url("fonts/assets-f/misc/e47f5ab0aec298.eot?#iefix") format("embedded-opentype"), url("fonts/assets-f/fonts/0a350b658b4e7b.woff2") format("woff2"), url("fonts/assets-f/fonts/f476e69770f971.woff") format("woff"), url("fonts/assets-f/fonts/72431bd7d50717.ttf") format("truetype"), url("fonts/assets-f/misc/05ed715d3da2b8.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/assets-f/misc/6974cd39f22683.eot");
  src: url("fonts/assets-f/misc/6974cd39f22683.eot?#iefix") format("embedded-opentype"), url("/assets-f/fonts/55bb7290425ec8.woff2") format("woff2"), url("fonts/assets-f/fonts/26a7438403653a.woff") format("woff"), url("fonts/assets-f/fonts/0deb63c7340ccf.ttf") format("truetype"), url("fonts/assets-f/misc/a30c6d52826b67.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/assets-f/misc/df9da6cb75042b.eot");
  src: url("fonts/assets-f/misc/df9da6cb75042b.eot?#iefix") format("embedded-opentype"), url("/assets-f/fonts/dea1a811a9b5ee.woff2") format("woff2"), url("fonts/assets-f/fonts/59ebcb9084df8b.woff") format("woff"), url("fonts/assets-f/fonts/ae6a1ebb3e9e43.ttf") format("truetype"), url("fonts/assets-f/misc/cdd87c9ad28169.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------
  FONTS
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
  BRANDING COLORS
----------------------------------------------------------------------*/
/* Spacing */
/* Makespace colors */
/* Social media colors */
/*----------------------------------------------------------------------
  FORMS
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
  CONTAINERS & GRID
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
  MEDIA QUERIES & BREAKPOINTS
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
  CALCULATIONS & STANDARDS
  You should not have to edit anything below this line. If so and you
  believe it's a problem with or enhancement to the framework, be sure
  to create an issue on Github:

  https://github.com/makespaceweb/makespace-child/issues

----------------------------------------------------------------------*/
@font-face {
  font-family: "bartonmalowicons";
  src: url("fonts/assets-f/misc/721ae628449bb5.eot");
  src: url("fonts/assets-f/misc/721ae628449bb5.eot#iefix") format("embedded-opentype"), url("/assets-f/fonts/d1c3720d998cb3.ttf") format("truetype"), url("fonts/assets-f/fonts/fb190310c10767.woff") format("woff"), url("fonts/assets-f/misc/42c4227a624aff.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.bartonmalowicons, .location-archive__title:after, .archive-header-filters .select2:after, .filter-container .filter-dropdown .filter-display::before, .primary-navigation > .menu-item-has-children > a:after,
.landing-header__primary-wrapper > div > ul.menu > .menu-item-has-children > a:after, .secondary-navigation > .menu-item-has-children > a:after, #ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after, .bartonmalowicons-arrow-right:before, .bartonmalowicons-angle-down:before, .bartonmalowicons-angle-up:before, .bartonmalowicons-angle-right:before, .bartonmalowicons-angle-left:before, .bartonmalowicons-home:before, .bartonmalowicons-share:before, .bartonmalowicons-search:before, .bartonmalowicons-location:before, .bartonmalowicons-floor-plan:before, .bartonmalowicons-gear:before, .bartonmalowicons-wall:before, .bartonmalowicons-forklift:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bartonmalowicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bartonmalowicons-forklift:before {
  content: "\e903";
}

.bartonmalowicons-wall:before {
  content: "\e904";
}

.bartonmalowicons-gear:before {
  content: "\e905";
}

.bartonmalowicons-floor-plan:before {
  content: "\e906";
}

.bartonmalowicons-location:before {
  content: "\e907";
}

.bartonmalowicons-search:before {
  content: "\e908";
}

.bartonmalowicons-share:before {
  content: "\e909";
}

.bartonmalowicons-home:before {
  content: "\e90a";
}

.bartonmalowicons-angle-left:before {
  content: "\e90b";
}

.bartonmalowicons-angle-right:before {
  content: "\e90c";
}

.bartonmalowicons-angle-up:before {
  content: "\e900";
}

.bartonmalowicons-angle-down:before {
  content: "\e901";
}

.bartonmalowicons-arrow-right:before {
  content: "\e902";
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
/**
* Factoria
*/
.factoria-bold {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
}
.entry-content .factoria-bold {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
}

.factoria-bold-italic {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
}
.entry-content .factoria-bold-italic {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
}

.factoria-book {
  font-family: factoria, serif;
  font-weight: 400;
  font-style: normal;
}
.entry-content .factoria-book {
  font-family: factoria, serif;
  font-weight: 400;
  font-style: normal;
}

.factoria-book-italic {
  font-family: factoria, serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.entry-content .factoria-book-italic {
  font-family: factoria, serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}

.factoria-ultra {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
}
.entry-content .factoria-ultra {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
}

.factoria-ultra-italic {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  font-style: italic;
}
.entry-content .factoria-ultra-italic {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  font-style: italic;
}

/**
* Industry
*/
.industry-black {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.entry-content .industry-black {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.industry-black-italic {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-style: italic;
}
.entry-content .industry-black-italic {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-style: italic;
}

.industry-bold {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.entry-content .industry-bold {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.industry-bold-italic {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
}
.entry-content .industry-bold-italic {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
}

.industry-demi {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.entry-content .industry-demi {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.industry-demi-italic {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
}
.entry-content .industry-demi-italic {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
}

.industry-book {
  font-family: industry, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.entry-content .industry-book {
  font-family: industry, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.industry-book-italic {
  font-family: industry, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.entry-content .industry-book-italic {
  font-family: industry, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 10px;
}

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

body {
  color: #091D2A;
  font-family: urw-din, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 122px;
}
body.nav-ocn.nav-open {
  overflow: hidden;
}
@media (max-width: 936px) {
  body {
    padding-top: 80px;
  }
}

.wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.wrapper--margin-bottom {
  margin-bottom: 40px;
}

.skip-link,
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.skip-link:focus,
.screen-reader-text:focus {
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  z-index: 10000;
  padding: 15px;
  background-color: #fff;
  color: #43515c;
  transition: none;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
.container, .bm-home-content-career__container, .bm-home-content-career__caption-container, .bm-home-posts__wrapper, .bm-home-content-feature__container, .bm-home-content-feature__caption-container, .bm-home-stats__container, .bm-offset-box__container, .search__wrapper, .service-container, .service-section__title, .archive-market__list, .single-market .single-market-wide .entry-content > .container, .tribe-events-single, .tribe-events-single__title-wrapper, .locator__header, .locator-primary__content-container, .single-project article, .single-market article, .full-width__header, .post-type-archive-tribe_events .archive-header-filters, .post-type-archive-project .archive-header-filters, .service-video-header__caption, .footer-cta-wysiwyg__container, .footer-cta-newsletter__container, .footer-cta-contact__container, .site-footer__grid, .site-header__container, .single-staff, .single-staff-content__wrapper, .single-staff-personal__wrapper, .wp-block-group__inner-container, .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 126rem;
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 767px) {
  .container, .bm-home-content-career__container, .bm-home-content-career__caption-container, .bm-home-posts__wrapper, .bm-home-content-feature__container, .bm-home-content-feature__caption-container, .bm-home-stats__container, .bm-offset-box__container, .search__wrapper, .service-container, .service-section__title, .archive-market__list, .single-market .single-market-wide .entry-content > .container, .tribe-events-single, .tribe-events-single__title-wrapper, .locator__header, .locator-primary__content-container, .single-project article, .single-market article, .full-width__header, .post-type-archive-tribe_events .archive-header-filters, .post-type-archive-project .archive-header-filters, .service-video-header__caption, .footer-cta-wysiwyg__container, .footer-cta-newsletter__container, .footer-cta-contact__container, .site-footer__grid, .site-header__container, .single-staff, .single-staff-content__wrapper, .single-staff-personal__wrapper, .wp-block-group__inner-container, .wp-block-cover__inner-container {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .container, .bm-home-content-career__container, .bm-home-content-career__caption-container, .bm-home-posts__wrapper, .bm-home-content-feature__container, .bm-home-content-feature__caption-container, .bm-home-stats__container, .bm-offset-box__container, .search__wrapper, .service-container, .service-section__title, .archive-market__list, .single-market .single-market-wide .entry-content > .container, .tribe-events-single, .tribe-events-single__title-wrapper, .locator__header, .locator-primary__content-container, .single-project article, .single-market article, .full-width__header, .post-type-archive-tribe_events .archive-header-filters, .post-type-archive-project .archive-header-filters, .service-video-header__caption, .footer-cta-wysiwyg__container, .footer-cta-newsletter__container, .footer-cta-contact__container, .site-footer__grid, .site-header__container, .single-staff, .single-staff-content__wrapper, .single-staff-personal__wrapper, .wp-block-group__inner-container, .wp-block-cover__inner-container {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .container, .bm-home-content-career__container, .bm-home-content-career__caption-container, .bm-home-posts__wrapper, .bm-home-content-feature__container, .bm-home-content-feature__caption-container, .bm-home-stats__container, .bm-offset-box__container, .search__wrapper, .service-container, .service-section__title, .archive-market__list, .single-market .single-market-wide .entry-content > .container, .tribe-events-single, .tribe-events-single__title-wrapper, .locator__header, .locator-primary__content-container, .single-project article, .single-market article, .full-width__header, .post-type-archive-tribe_events .archive-header-filters, .post-type-archive-project .archive-header-filters, .service-video-header__caption, .footer-cta-wysiwyg__container, .footer-cta-newsletter__container, .footer-cta-contact__container, .site-footer__grid, .site-header__container, .single-staff, .single-staff-content__wrapper, .single-staff-personal__wrapper, .wp-block-group__inner-container, .wp-block-cover__inner-container {
    padding: 0 48px;
  }
}

.container__main {
  float: left;
  padding-right: 5%;
  width: calc(100% - 390px);
}
.container__main--no-sidebar {
  padding-right: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .container__main {
    padding-right: 0;
    width: 100%;
  }
}

.container__sidebar {
  float: right;
  width: 390px;
}
@media (max-width: 1024px) {
  .container__sidebar {
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
#msw-dashboard {
  background: rgb(248, 151, 29);
  color: #fff;
  display: none;
  font-family: arial;
  font-size: 0.9rem;
  font-weight: bold;
  left: 0;
  opacity: 0.3;
  padding: 0.75rem;
  position: fixed;
  top: 50%;
  z-index: 99999;
  transform: translate(-100%, -50%);
  transition: opacity 300ms, padding 300ms, transform 300ms;
}
#msw-dashboard img {
  display: block;
}
#msw-dashboard:hover {
  opacity: 1;
  padding-left: 2rem;
}
.scrolled #msw-dashboard {
  transform: translate(0, -50%);
}
@media (min-width: 767px) {
  #msw-dashboard {
    display: block;
  }
}

.nav-dropdown #nav-toggle span {
  transition: background 0ms;
  transition-delay: 400ms;
}
.nav-dropdown #nav-toggle span:after {
  transition: bottom 400ms, transform 400ms;
  transition-delay: 400ms, 0ms;
}
.nav-dropdown #nav-toggle span:before {
  transition: top 400ms, transform 400ms;
  transition-delay: 400ms, 0ms;
}
.nav-dropdown.nav-open #nav-toggle span {
  background: transparent;
  transition-delay: 400ms;
}
.nav-dropdown.nav-open #nav-toggle span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0ms, 400ms;
}
.nav-dropdown.nav-open #nav-toggle span:before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0ms, 400ms;
}

#dropdown-nav-primary {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 800ms;
}
.nav-open #dropdown-nav-primary {
  max-height: 1000px;
}
#dropdown-nav-primary .menu > li {
  position: relative;
}
#dropdown-nav-primary .menu > li a {
  display: block;
  padding: 10px 7.5%;
  position: relative;
}
#dropdown-nav-primary .menu > li.menu-item-has-children > a:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ccc;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 7.5%;
  top: 20px;
  width: 0;
  transition: transform 300ms;
}
#dropdown-nav-primary .menu > li .sub-menu {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms;
}
#dropdown-nav-primary .menu > li.menu-item-open > a:after {
  transform: rotate(-180deg);
}
#dropdown-nav-primary .menu > li.menu-item-open .sub-menu {
  max-height: 500px;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
.columns-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 100%;
}
.columns-1.wp-block-gallery {
  display: inherit;
}
.columns-1 .product,
.columns-1 .post,
.columns-1 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-1 .product:nth-child(1),
.columns-1 .post:nth-child(1),
.columns-1 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-1 .product:nth-child(2),
.columns-1 .post:nth-child(2),
.columns-1 .block:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-1 .product:nth-child(3),
.columns-1 .post:nth-child(3),
.columns-1 .block:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.columns-1 .product:nth-child(4),
.columns-1 .post:nth-child(4),
.columns-1 .block:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.columns-1 .product:nth-child(5),
.columns-1 .post:nth-child(5),
.columns-1 .block:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.columns-1 .product:nth-child(6),
.columns-1 .post:nth-child(6),
.columns-1 .block:nth-child(6) {
  -ms-grid-column: 1;
  -ms-grid-row: 6;
}
.columns-1 .product:nth-child(7),
.columns-1 .post:nth-child(7),
.columns-1 .block:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}
.columns-1 .product:nth-child(8),
.columns-1 .post:nth-child(8),
.columns-1 .block:nth-child(8) {
  -ms-grid-column: 1;
  -ms-grid-row: 8;
}
.columns-1 .product:nth-child(9),
.columns-1 .post:nth-child(9),
.columns-1 .block:nth-child(9) {
  -ms-grid-column: 1;
  -ms-grid-row: 9;
}
.columns-1 .product:nth-child(10),
.columns-1 .post:nth-child(10),
.columns-1 .block:nth-child(10) {
  -ms-grid-column: 1;
  -ms-grid-row: 10;
}
.columns-1 .product:nth-child(11),
.columns-1 .post:nth-child(11),
.columns-1 .block:nth-child(11) {
  -ms-grid-column: 1;
  -ms-grid-row: 11;
}

@media (max-width: 1024px) {
  .columns-1 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-1 .product:nth-child(1),
  .columns-1 .post:nth-child(1),
  .columns-1 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-1 .product:nth-child(2),
  .columns-1 .post:nth-child(2),
  .columns-1 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-1 .product:nth-child(3),
  .columns-1 .post:nth-child(3),
  .columns-1 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-1 .product:nth-child(4),
  .columns-1 .post:nth-child(4),
  .columns-1 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-1 .product:nth-child(5),
  .columns-1 .post:nth-child(5),
  .columns-1 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-1 .product:nth-child(6),
  .columns-1 .post:nth-child(6),
  .columns-1 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-1 .product:nth-child(7),
  .columns-1 .post:nth-child(7),
  .columns-1 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-1 .product:nth-child(8),
  .columns-1 .post:nth-child(8),
  .columns-1 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-1 .product:nth-child(9),
  .columns-1 .post:nth-child(9),
  .columns-1 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-1 .product:nth-child(10),
  .columns-1 .post:nth-child(10),
  .columns-1 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-1 .product:nth-child(11),
  .columns-1 .post:nth-child(11),
  .columns-1 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-1 {
    display: block;
  }
}
.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 49% 2rem 49%;
}
.columns-2.wp-block-gallery {
  display: inherit;
}
.columns-2 .product,
.columns-2 .post,
.columns-2 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-2 .product:nth-child(1),
.columns-2 .post:nth-child(1),
.columns-2 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-2 .product:nth-child(2),
.columns-2 .post:nth-child(2),
.columns-2 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-2 .product:nth-child(3),
.columns-2 .post:nth-child(3),
.columns-2 .block:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-2 .product:nth-child(4),
.columns-2 .post:nth-child(4),
.columns-2 .block:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.columns-2 .product:nth-child(5),
.columns-2 .post:nth-child(5),
.columns-2 .block:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.columns-2 .product:nth-child(6),
.columns-2 .post:nth-child(6),
.columns-2 .block:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.columns-2 .product:nth-child(7),
.columns-2 .post:nth-child(7),
.columns-2 .block:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.columns-2 .product:nth-child(8),
.columns-2 .post:nth-child(8),
.columns-2 .block:nth-child(8) {
  -ms-grid-column: 3;
  -ms-grid-row: 4;
}
.columns-2 .product:nth-child(9),
.columns-2 .post:nth-child(9),
.columns-2 .block:nth-child(9) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.columns-2 .product:nth-child(10),
.columns-2 .post:nth-child(10),
.columns-2 .block:nth-child(10) {
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}
.columns-2 .product:nth-child(11),
.columns-2 .post:nth-child(11),
.columns-2 .block:nth-child(11) {
  -ms-grid-column: 1;
  -ms-grid-row: 6;
}

@media (max-width: 1024px) {
  .columns-2 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-2 .product:nth-child(1),
  .columns-2 .post:nth-child(1),
  .columns-2 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-2 .product:nth-child(2),
  .columns-2 .post:nth-child(2),
  .columns-2 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-2 .product:nth-child(3),
  .columns-2 .post:nth-child(3),
  .columns-2 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-2 .product:nth-child(4),
  .columns-2 .post:nth-child(4),
  .columns-2 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-2 .product:nth-child(5),
  .columns-2 .post:nth-child(5),
  .columns-2 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-2 .product:nth-child(6),
  .columns-2 .post:nth-child(6),
  .columns-2 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-2 .product:nth-child(7),
  .columns-2 .post:nth-child(7),
  .columns-2 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-2 .product:nth-child(8),
  .columns-2 .post:nth-child(8),
  .columns-2 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-2 .product:nth-child(9),
  .columns-2 .post:nth-child(9),
  .columns-2 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-2 .product:nth-child(10),
  .columns-2 .post:nth-child(10),
  .columns-2 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-2 .product:nth-child(11),
  .columns-2 .post:nth-child(11),
  .columns-2 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-2 {
    display: block;
  }
}
.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 32% 2rem 32% 2rem 32%;
}
.columns-3.wp-block-gallery {
  display: inherit;
}
.columns-3 .product,
.columns-3 .post,
.columns-3 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-3 .product:nth-child(1),
.columns-3 .post:nth-child(1),
.columns-3 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-3 .product:nth-child(2),
.columns-3 .post:nth-child(2),
.columns-3 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-3 .product:nth-child(3),
.columns-3 .post:nth-child(3),
.columns-3 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-3 .product:nth-child(4),
.columns-3 .post:nth-child(4),
.columns-3 .block:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-3 .product:nth-child(5),
.columns-3 .post:nth-child(5),
.columns-3 .block:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.columns-3 .product:nth-child(6),
.columns-3 .post:nth-child(6),
.columns-3 .block:nth-child(6) {
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}
.columns-3 .product:nth-child(7),
.columns-3 .post:nth-child(7),
.columns-3 .block:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.columns-3 .product:nth-child(8),
.columns-3 .post:nth-child(8),
.columns-3 .block:nth-child(8) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.columns-3 .product:nth-child(9),
.columns-3 .post:nth-child(9),
.columns-3 .block:nth-child(9) {
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}
.columns-3 .product:nth-child(10),
.columns-3 .post:nth-child(10),
.columns-3 .block:nth-child(10) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.columns-3 .product:nth-child(11),
.columns-3 .post:nth-child(11),
.columns-3 .block:nth-child(11) {
  -ms-grid-column: 3;
  -ms-grid-row: 4;
}

@media (max-width: 1024px) {
  .columns-3 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-3 .product:nth-child(1),
  .columns-3 .post:nth-child(1),
  .columns-3 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-3 .product:nth-child(2),
  .columns-3 .post:nth-child(2),
  .columns-3 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-3 .product:nth-child(3),
  .columns-3 .post:nth-child(3),
  .columns-3 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-3 .product:nth-child(4),
  .columns-3 .post:nth-child(4),
  .columns-3 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-3 .product:nth-child(5),
  .columns-3 .post:nth-child(5),
  .columns-3 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-3 .product:nth-child(6),
  .columns-3 .post:nth-child(6),
  .columns-3 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-3 .product:nth-child(7),
  .columns-3 .post:nth-child(7),
  .columns-3 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-3 .product:nth-child(8),
  .columns-3 .post:nth-child(8),
  .columns-3 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-3 .product:nth-child(9),
  .columns-3 .post:nth-child(9),
  .columns-3 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-3 .product:nth-child(10),
  .columns-3 .post:nth-child(10),
  .columns-3 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-3 .product:nth-child(11),
  .columns-3 .post:nth-child(11),
  .columns-3 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-3 {
    display: block;
  }
}
.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 23.5% 2rem 23.5% 2rem 23.5% 2rem 23.5%;
}
.columns-4.wp-block-gallery {
  display: inherit;
}
.columns-4 .product,
.columns-4 .post,
.columns-4 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-4 .product:nth-child(1),
.columns-4 .post:nth-child(1),
.columns-4 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-4 .product:nth-child(2),
.columns-4 .post:nth-child(2),
.columns-4 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-4 .product:nth-child(3),
.columns-4 .post:nth-child(3),
.columns-4 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-4 .product:nth-child(4),
.columns-4 .post:nth-child(4),
.columns-4 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-4 .product:nth-child(5),
.columns-4 .post:nth-child(5),
.columns-4 .block:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-4 .product:nth-child(6),
.columns-4 .post:nth-child(6),
.columns-4 .block:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.columns-4 .product:nth-child(7),
.columns-4 .post:nth-child(7),
.columns-4 .block:nth-child(7) {
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}
.columns-4 .product:nth-child(8),
.columns-4 .post:nth-child(8),
.columns-4 .block:nth-child(8) {
  -ms-grid-column: 7;
  -ms-grid-row: 2;
}
.columns-4 .product:nth-child(9),
.columns-4 .post:nth-child(9),
.columns-4 .block:nth-child(9) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.columns-4 .product:nth-child(10),
.columns-4 .post:nth-child(10),
.columns-4 .block:nth-child(10) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.columns-4 .product:nth-child(11),
.columns-4 .post:nth-child(11),
.columns-4 .block:nth-child(11) {
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}

@media (max-width: 1024px) {
  .columns-4 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-4 .product:nth-child(1),
  .columns-4 .post:nth-child(1),
  .columns-4 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-4 .product:nth-child(2),
  .columns-4 .post:nth-child(2),
  .columns-4 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-4 .product:nth-child(3),
  .columns-4 .post:nth-child(3),
  .columns-4 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-4 .product:nth-child(4),
  .columns-4 .post:nth-child(4),
  .columns-4 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-4 .product:nth-child(5),
  .columns-4 .post:nth-child(5),
  .columns-4 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-4 .product:nth-child(6),
  .columns-4 .post:nth-child(6),
  .columns-4 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-4 .product:nth-child(7),
  .columns-4 .post:nth-child(7),
  .columns-4 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-4 .product:nth-child(8),
  .columns-4 .post:nth-child(8),
  .columns-4 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-4 .product:nth-child(9),
  .columns-4 .post:nth-child(9),
  .columns-4 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-4 .product:nth-child(10),
  .columns-4 .post:nth-child(10),
  .columns-4 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-4 .product:nth-child(11),
  .columns-4 .post:nth-child(11),
  .columns-4 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-4 {
    display: block;
  }
}
.columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 18.4% 2rem 18.4% 2rem 18.4% 2rem 18.4% 2rem 18.4%;
}
.columns-5.wp-block-gallery {
  display: inherit;
}
.columns-5 .product,
.columns-5 .post,
.columns-5 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-5 .product:nth-child(1),
.columns-5 .post:nth-child(1),
.columns-5 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-5 .product:nth-child(2),
.columns-5 .post:nth-child(2),
.columns-5 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-5 .product:nth-child(3),
.columns-5 .post:nth-child(3),
.columns-5 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-5 .product:nth-child(4),
.columns-5 .post:nth-child(4),
.columns-5 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-5 .product:nth-child(5),
.columns-5 .post:nth-child(5),
.columns-5 .block:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}
.columns-5 .product:nth-child(6),
.columns-5 .post:nth-child(6),
.columns-5 .block:nth-child(6) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-5 .product:nth-child(7),
.columns-5 .post:nth-child(7),
.columns-5 .block:nth-child(7) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.columns-5 .product:nth-child(8),
.columns-5 .post:nth-child(8),
.columns-5 .block:nth-child(8) {
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}
.columns-5 .product:nth-child(9),
.columns-5 .post:nth-child(9),
.columns-5 .block:nth-child(9) {
  -ms-grid-column: 7;
  -ms-grid-row: 2;
}
.columns-5 .product:nth-child(10),
.columns-5 .post:nth-child(10),
.columns-5 .block:nth-child(10) {
  -ms-grid-column: 9;
  -ms-grid-row: 2;
}
.columns-5 .product:nth-child(11),
.columns-5 .post:nth-child(11),
.columns-5 .block:nth-child(11) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

@media (max-width: 1024px) {
  .columns-5 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-5 .product:nth-child(1),
  .columns-5 .post:nth-child(1),
  .columns-5 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-5 .product:nth-child(2),
  .columns-5 .post:nth-child(2),
  .columns-5 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-5 .product:nth-child(3),
  .columns-5 .post:nth-child(3),
  .columns-5 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-5 .product:nth-child(4),
  .columns-5 .post:nth-child(4),
  .columns-5 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-5 .product:nth-child(5),
  .columns-5 .post:nth-child(5),
  .columns-5 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-5 .product:nth-child(6),
  .columns-5 .post:nth-child(6),
  .columns-5 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-5 .product:nth-child(7),
  .columns-5 .post:nth-child(7),
  .columns-5 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-5 .product:nth-child(8),
  .columns-5 .post:nth-child(8),
  .columns-5 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-5 .product:nth-child(9),
  .columns-5 .post:nth-child(9),
  .columns-5 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-5 .product:nth-child(10),
  .columns-5 .post:nth-child(10),
  .columns-5 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-5 .product:nth-child(11),
  .columns-5 .post:nth-child(11),
  .columns-5 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-5 {
    display: block;
  }
}
.columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 15% 2rem 15% 2rem 15% 2rem 15% 2rem 15% 2rem 15%;
}
.columns-6.wp-block-gallery {
  display: inherit;
}
.columns-6 .product,
.columns-6 .post,
.columns-6 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-6 .product:nth-child(1),
.columns-6 .post:nth-child(1),
.columns-6 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-6 .product:nth-child(2),
.columns-6 .post:nth-child(2),
.columns-6 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-6 .product:nth-child(3),
.columns-6 .post:nth-child(3),
.columns-6 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-6 .product:nth-child(4),
.columns-6 .post:nth-child(4),
.columns-6 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-6 .product:nth-child(5),
.columns-6 .post:nth-child(5),
.columns-6 .block:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}
.columns-6 .product:nth-child(6),
.columns-6 .post:nth-child(6),
.columns-6 .block:nth-child(6) {
  -ms-grid-column: 11;
  -ms-grid-row: 1;
}
.columns-6 .product:nth-child(7),
.columns-6 .post:nth-child(7),
.columns-6 .block:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-6 .product:nth-child(8),
.columns-6 .post:nth-child(8),
.columns-6 .block:nth-child(8) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.columns-6 .product:nth-child(9),
.columns-6 .post:nth-child(9),
.columns-6 .block:nth-child(9) {
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}
.columns-6 .product:nth-child(10),
.columns-6 .post:nth-child(10),
.columns-6 .block:nth-child(10) {
  -ms-grid-column: 7;
  -ms-grid-row: 2;
}
.columns-6 .product:nth-child(11),
.columns-6 .post:nth-child(11),
.columns-6 .block:nth-child(11) {
  -ms-grid-column: 9;
  -ms-grid-row: 2;
}

@media (max-width: 1024px) {
  .columns-6 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-6 .product:nth-child(1),
  .columns-6 .post:nth-child(1),
  .columns-6 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-6 .product:nth-child(2),
  .columns-6 .post:nth-child(2),
  .columns-6 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-6 .product:nth-child(3),
  .columns-6 .post:nth-child(3),
  .columns-6 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-6 .product:nth-child(4),
  .columns-6 .post:nth-child(4),
  .columns-6 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-6 .product:nth-child(5),
  .columns-6 .post:nth-child(5),
  .columns-6 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-6 .product:nth-child(6),
  .columns-6 .post:nth-child(6),
  .columns-6 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-6 .product:nth-child(7),
  .columns-6 .post:nth-child(7),
  .columns-6 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-6 .product:nth-child(8),
  .columns-6 .post:nth-child(8),
  .columns-6 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-6 .product:nth-child(9),
  .columns-6 .post:nth-child(9),
  .columns-6 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-6 .product:nth-child(10),
  .columns-6 .post:nth-child(10),
  .columns-6 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-6 .product:nth-child(11),
  .columns-6 .post:nth-child(11),
  .columns-6 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-6 {
    display: block;
  }
}
.columns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 12.5714285714% 2rem 12.5714285714% 2rem 12.5714285714% 2rem 12.5714285714% 2rem 12.5714285714% 2rem 12.5714285714% 2rem 12.5714285714%;
}
.columns-7.wp-block-gallery {
  display: inherit;
}
.columns-7 .product,
.columns-7 .post,
.columns-7 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-7 .product:nth-child(1),
.columns-7 .post:nth-child(1),
.columns-7 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-7 .product:nth-child(2),
.columns-7 .post:nth-child(2),
.columns-7 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-7 .product:nth-child(3),
.columns-7 .post:nth-child(3),
.columns-7 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-7 .product:nth-child(4),
.columns-7 .post:nth-child(4),
.columns-7 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-7 .product:nth-child(5),
.columns-7 .post:nth-child(5),
.columns-7 .block:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}
.columns-7 .product:nth-child(6),
.columns-7 .post:nth-child(6),
.columns-7 .block:nth-child(6) {
  -ms-grid-column: 11;
  -ms-grid-row: 1;
}
.columns-7 .product:nth-child(7),
.columns-7 .post:nth-child(7),
.columns-7 .block:nth-child(7) {
  -ms-grid-column: 13;
  -ms-grid-row: 1;
}
.columns-7 .product:nth-child(8),
.columns-7 .post:nth-child(8),
.columns-7 .block:nth-child(8) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-7 .product:nth-child(9),
.columns-7 .post:nth-child(9),
.columns-7 .block:nth-child(9) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.columns-7 .product:nth-child(10),
.columns-7 .post:nth-child(10),
.columns-7 .block:nth-child(10) {
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}
.columns-7 .product:nth-child(11),
.columns-7 .post:nth-child(11),
.columns-7 .block:nth-child(11) {
  -ms-grid-column: 7;
  -ms-grid-row: 2;
}

@media (max-width: 1024px) {
  .columns-7 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-7 .product:nth-child(1),
  .columns-7 .post:nth-child(1),
  .columns-7 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-7 .product:nth-child(2),
  .columns-7 .post:nth-child(2),
  .columns-7 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-7 .product:nth-child(3),
  .columns-7 .post:nth-child(3),
  .columns-7 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-7 .product:nth-child(4),
  .columns-7 .post:nth-child(4),
  .columns-7 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-7 .product:nth-child(5),
  .columns-7 .post:nth-child(5),
  .columns-7 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-7 .product:nth-child(6),
  .columns-7 .post:nth-child(6),
  .columns-7 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-7 .product:nth-child(7),
  .columns-7 .post:nth-child(7),
  .columns-7 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-7 .product:nth-child(8),
  .columns-7 .post:nth-child(8),
  .columns-7 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-7 .product:nth-child(9),
  .columns-7 .post:nth-child(9),
  .columns-7 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-7 .product:nth-child(10),
  .columns-7 .post:nth-child(10),
  .columns-7 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-7 .product:nth-child(11),
  .columns-7 .post:nth-child(11),
  .columns-7 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-7 {
    display: block;
  }
}
.columns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 10.75% 2rem 10.75% 2rem 10.75% 2rem 10.75% 2rem 10.75% 2rem 10.75% 2rem 10.75% 2rem 10.75%;
}
.columns-8.wp-block-gallery {
  display: inherit;
}
.columns-8 .product,
.columns-8 .post,
.columns-8 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-8 .product:nth-child(1),
.columns-8 .post:nth-child(1),
.columns-8 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-8 .product:nth-child(2),
.columns-8 .post:nth-child(2),
.columns-8 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-8 .product:nth-child(3),
.columns-8 .post:nth-child(3),
.columns-8 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-8 .product:nth-child(4),
.columns-8 .post:nth-child(4),
.columns-8 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-8 .product:nth-child(5),
.columns-8 .post:nth-child(5),
.columns-8 .block:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}
.columns-8 .product:nth-child(6),
.columns-8 .post:nth-child(6),
.columns-8 .block:nth-child(6) {
  -ms-grid-column: 11;
  -ms-grid-row: 1;
}
.columns-8 .product:nth-child(7),
.columns-8 .post:nth-child(7),
.columns-8 .block:nth-child(7) {
  -ms-grid-column: 13;
  -ms-grid-row: 1;
}
.columns-8 .product:nth-child(8),
.columns-8 .post:nth-child(8),
.columns-8 .block:nth-child(8) {
  -ms-grid-column: 15;
  -ms-grid-row: 1;
}
.columns-8 .product:nth-child(9),
.columns-8 .post:nth-child(9),
.columns-8 .block:nth-child(9) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-8 .product:nth-child(10),
.columns-8 .post:nth-child(10),
.columns-8 .block:nth-child(10) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.columns-8 .product:nth-child(11),
.columns-8 .post:nth-child(11),
.columns-8 .block:nth-child(11) {
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}

@media (max-width: 1024px) {
  .columns-8 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-8 .product:nth-child(1),
  .columns-8 .post:nth-child(1),
  .columns-8 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-8 .product:nth-child(2),
  .columns-8 .post:nth-child(2),
  .columns-8 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-8 .product:nth-child(3),
  .columns-8 .post:nth-child(3),
  .columns-8 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-8 .product:nth-child(4),
  .columns-8 .post:nth-child(4),
  .columns-8 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-8 .product:nth-child(5),
  .columns-8 .post:nth-child(5),
  .columns-8 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-8 .product:nth-child(6),
  .columns-8 .post:nth-child(6),
  .columns-8 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-8 .product:nth-child(7),
  .columns-8 .post:nth-child(7),
  .columns-8 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-8 .product:nth-child(8),
  .columns-8 .post:nth-child(8),
  .columns-8 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-8 .product:nth-child(9),
  .columns-8 .post:nth-child(9),
  .columns-8 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-8 .product:nth-child(10),
  .columns-8 .post:nth-child(10),
  .columns-8 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-8 .product:nth-child(11),
  .columns-8 .post:nth-child(11),
  .columns-8 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-8 {
    display: block;
  }
}
.columns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 9.3333333333% 2rem 9.3333333333% 2rem 9.3333333333% 2rem 9.3333333333% 2rem 9.3333333333% 2rem 9.3333333333% 2rem 9.3333333333% 2rem 9.3333333333% 2rem 9.3333333333%;
}
.columns-9.wp-block-gallery {
  display: inherit;
}
.columns-9 .product,
.columns-9 .post,
.columns-9 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-9 .product:nth-child(1),
.columns-9 .post:nth-child(1),
.columns-9 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(2),
.columns-9 .post:nth-child(2),
.columns-9 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(3),
.columns-9 .post:nth-child(3),
.columns-9 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(4),
.columns-9 .post:nth-child(4),
.columns-9 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(5),
.columns-9 .post:nth-child(5),
.columns-9 .block:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(6),
.columns-9 .post:nth-child(6),
.columns-9 .block:nth-child(6) {
  -ms-grid-column: 11;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(7),
.columns-9 .post:nth-child(7),
.columns-9 .block:nth-child(7) {
  -ms-grid-column: 13;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(8),
.columns-9 .post:nth-child(8),
.columns-9 .block:nth-child(8) {
  -ms-grid-column: 15;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(9),
.columns-9 .post:nth-child(9),
.columns-9 .block:nth-child(9) {
  -ms-grid-column: 17;
  -ms-grid-row: 1;
}
.columns-9 .product:nth-child(10),
.columns-9 .post:nth-child(10),
.columns-9 .block:nth-child(10) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.columns-9 .product:nth-child(11),
.columns-9 .post:nth-child(11),
.columns-9 .block:nth-child(11) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

@media (max-width: 1024px) {
  .columns-9 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-9 .product:nth-child(1),
  .columns-9 .post:nth-child(1),
  .columns-9 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-9 .product:nth-child(2),
  .columns-9 .post:nth-child(2),
  .columns-9 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-9 .product:nth-child(3),
  .columns-9 .post:nth-child(3),
  .columns-9 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-9 .product:nth-child(4),
  .columns-9 .post:nth-child(4),
  .columns-9 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-9 .product:nth-child(5),
  .columns-9 .post:nth-child(5),
  .columns-9 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-9 .product:nth-child(6),
  .columns-9 .post:nth-child(6),
  .columns-9 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-9 .product:nth-child(7),
  .columns-9 .post:nth-child(7),
  .columns-9 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-9 .product:nth-child(8),
  .columns-9 .post:nth-child(8),
  .columns-9 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-9 .product:nth-child(9),
  .columns-9 .post:nth-child(9),
  .columns-9 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-9 .product:nth-child(10),
  .columns-9 .post:nth-child(10),
  .columns-9 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-9 .product:nth-child(11),
  .columns-9 .post:nth-child(11),
  .columns-9 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-9 {
    display: block;
  }
}
.columns-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 8.2% 2rem 8.2% 2rem 8.2% 2rem 8.2% 2rem 8.2% 2rem 8.2% 2rem 8.2% 2rem 8.2% 2rem 8.2% 2rem 8.2%;
}
.columns-10.wp-block-gallery {
  display: inherit;
}
.columns-10 .product,
.columns-10 .post,
.columns-10 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-10 .product:nth-child(1),
.columns-10 .post:nth-child(1),
.columns-10 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(2),
.columns-10 .post:nth-child(2),
.columns-10 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(3),
.columns-10 .post:nth-child(3),
.columns-10 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(4),
.columns-10 .post:nth-child(4),
.columns-10 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(5),
.columns-10 .post:nth-child(5),
.columns-10 .block:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(6),
.columns-10 .post:nth-child(6),
.columns-10 .block:nth-child(6) {
  -ms-grid-column: 11;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(7),
.columns-10 .post:nth-child(7),
.columns-10 .block:nth-child(7) {
  -ms-grid-column: 13;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(8),
.columns-10 .post:nth-child(8),
.columns-10 .block:nth-child(8) {
  -ms-grid-column: 15;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(9),
.columns-10 .post:nth-child(9),
.columns-10 .block:nth-child(9) {
  -ms-grid-column: 17;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(10),
.columns-10 .post:nth-child(10),
.columns-10 .block:nth-child(10) {
  -ms-grid-column: 19;
  -ms-grid-row: 1;
}
.columns-10 .product:nth-child(11),
.columns-10 .post:nth-child(11),
.columns-10 .block:nth-child(11) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

@media (max-width: 1024px) {
  .columns-10 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-10 .product:nth-child(1),
  .columns-10 .post:nth-child(1),
  .columns-10 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-10 .product:nth-child(2),
  .columns-10 .post:nth-child(2),
  .columns-10 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-10 .product:nth-child(3),
  .columns-10 .post:nth-child(3),
  .columns-10 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-10 .product:nth-child(4),
  .columns-10 .post:nth-child(4),
  .columns-10 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-10 .product:nth-child(5),
  .columns-10 .post:nth-child(5),
  .columns-10 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-10 .product:nth-child(6),
  .columns-10 .post:nth-child(6),
  .columns-10 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-10 .product:nth-child(7),
  .columns-10 .post:nth-child(7),
  .columns-10 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-10 .product:nth-child(8),
  .columns-10 .post:nth-child(8),
  .columns-10 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-10 .product:nth-child(9),
  .columns-10 .post:nth-child(9),
  .columns-10 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-10 .product:nth-child(10),
  .columns-10 .post:nth-child(10),
  .columns-10 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-10 .product:nth-child(11),
  .columns-10 .post:nth-child(11),
  .columns-10 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-10 {
    display: block;
  }
}
.columns-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727% 2rem 7.2727272727%;
}
.columns-11.wp-block-gallery {
  display: inherit;
}
.columns-11 .product,
.columns-11 .post,
.columns-11 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-11 .product:nth-child(1),
.columns-11 .post:nth-child(1),
.columns-11 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(2),
.columns-11 .post:nth-child(2),
.columns-11 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(3),
.columns-11 .post:nth-child(3),
.columns-11 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(4),
.columns-11 .post:nth-child(4),
.columns-11 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(5),
.columns-11 .post:nth-child(5),
.columns-11 .block:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(6),
.columns-11 .post:nth-child(6),
.columns-11 .block:nth-child(6) {
  -ms-grid-column: 11;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(7),
.columns-11 .post:nth-child(7),
.columns-11 .block:nth-child(7) {
  -ms-grid-column: 13;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(8),
.columns-11 .post:nth-child(8),
.columns-11 .block:nth-child(8) {
  -ms-grid-column: 15;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(9),
.columns-11 .post:nth-child(9),
.columns-11 .block:nth-child(9) {
  -ms-grid-column: 17;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(10),
.columns-11 .post:nth-child(10),
.columns-11 .block:nth-child(10) {
  -ms-grid-column: 19;
  -ms-grid-row: 1;
}
.columns-11 .product:nth-child(11),
.columns-11 .post:nth-child(11),
.columns-11 .block:nth-child(11) {
  -ms-grid-column: 21;
  -ms-grid-row: 1;
}

@media (max-width: 1024px) {
  .columns-11 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-11 .product:nth-child(1),
  .columns-11 .post:nth-child(1),
  .columns-11 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-11 .product:nth-child(2),
  .columns-11 .post:nth-child(2),
  .columns-11 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-11 .product:nth-child(3),
  .columns-11 .post:nth-child(3),
  .columns-11 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-11 .product:nth-child(4),
  .columns-11 .post:nth-child(4),
  .columns-11 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-11 .product:nth-child(5),
  .columns-11 .post:nth-child(5),
  .columns-11 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-11 .product:nth-child(6),
  .columns-11 .post:nth-child(6),
  .columns-11 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-11 .product:nth-child(7),
  .columns-11 .post:nth-child(7),
  .columns-11 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-11 .product:nth-child(8),
  .columns-11 .post:nth-child(8),
  .columns-11 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-11 .product:nth-child(9),
  .columns-11 .post:nth-child(9),
  .columns-11 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-11 .product:nth-child(10),
  .columns-11 .post:nth-child(10),
  .columns-11 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-11 .product:nth-child(11),
  .columns-11 .post:nth-child(11),
  .columns-11 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-11 {
    display: block;
  }
}
.columns-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2rem;
  -ms-grid-columns: 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5% 2rem 6.5%;
}
.columns-12.wp-block-gallery {
  display: inherit;
}
.columns-12 .product,
.columns-12 .post,
.columns-12 .block {
  -ms-grid-columns: 1;
  margin-bottom: 2rem;
}
.columns-12 .product:nth-child(1),
.columns-12 .post:nth-child(1),
.columns-12 .block:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(2),
.columns-12 .post:nth-child(2),
.columns-12 .block:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(3),
.columns-12 .post:nth-child(3),
.columns-12 .block:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(4),
.columns-12 .post:nth-child(4),
.columns-12 .block:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(5),
.columns-12 .post:nth-child(5),
.columns-12 .block:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(6),
.columns-12 .post:nth-child(6),
.columns-12 .block:nth-child(6) {
  -ms-grid-column: 11;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(7),
.columns-12 .post:nth-child(7),
.columns-12 .block:nth-child(7) {
  -ms-grid-column: 13;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(8),
.columns-12 .post:nth-child(8),
.columns-12 .block:nth-child(8) {
  -ms-grid-column: 15;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(9),
.columns-12 .post:nth-child(9),
.columns-12 .block:nth-child(9) {
  -ms-grid-column: 17;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(10),
.columns-12 .post:nth-child(10),
.columns-12 .block:nth-child(10) {
  -ms-grid-column: 19;
  -ms-grid-row: 1;
}
.columns-12 .product:nth-child(11),
.columns-12 .post:nth-child(11),
.columns-12 .block:nth-child(11) {
  -ms-grid-column: 21;
  -ms-grid-row: 1;
}

@media (max-width: 1024px) {
  .columns-12 {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 49% 2rem 49%;
  }
  .columns-12 .product:nth-child(1),
  .columns-12 .post:nth-child(1),
  .columns-12 .block:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .columns-12 .product:nth-child(2),
  .columns-12 .post:nth-child(2),
  .columns-12 .block:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .columns-12 .product:nth-child(3),
  .columns-12 .post:nth-child(3),
  .columns-12 .block:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .columns-12 .product:nth-child(4),
  .columns-12 .post:nth-child(4),
  .columns-12 .block:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .columns-12 .product:nth-child(5),
  .columns-12 .post:nth-child(5),
  .columns-12 .block:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .columns-12 .product:nth-child(6),
  .columns-12 .post:nth-child(6),
  .columns-12 .block:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .columns-12 .product:nth-child(7),
  .columns-12 .post:nth-child(7),
  .columns-12 .block:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .columns-12 .product:nth-child(8),
  .columns-12 .post:nth-child(8),
  .columns-12 .block:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .columns-12 .product:nth-child(9),
  .columns-12 .post:nth-child(9),
  .columns-12 .block:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .columns-12 .product:nth-child(10),
  .columns-12 .post:nth-child(10),
  .columns-12 .block:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .columns-12 .product:nth-child(11),
  .columns-12 .post:nth-child(11),
  .columns-12 .block:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
}
@media (max-width: 640px) {
  .columns-12 {
    display: block;
  }
}
.flex-columns-1,
.gallery-columns-1 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-1 .post,
.flex-columns-1 .product,
.flex-columns-1 .block,
.flex-columns-1 .gallery-item,
.gallery-columns-1 .post,
.gallery-columns-1 .product,
.gallery-columns-1 .block,
.gallery-columns-1 .gallery-item {
  width: 100%;
  margin: 1.5%;
}
.flex-columns-1 .post:nth-child(1n),
.flex-columns-1 .product:nth-child(1n),
.flex-columns-1 .block:nth-child(1n),
.flex-columns-1 .gallery-item:nth-child(1n),
.gallery-columns-1 .post:nth-child(1n),
.gallery-columns-1 .product:nth-child(1n),
.gallery-columns-1 .block:nth-child(1n),
.gallery-columns-1 .gallery-item:nth-child(1n) {
  margin-right: 0px;
}
.flex-columns-1 .post:nth-child(1n+1),
.flex-columns-1 .product:nth-child(1n+1),
.flex-columns-1 .block:nth-child(1n+1),
.flex-columns-1 .gallery-item:nth-child(1n+1),
.gallery-columns-1 .post:nth-child(1n+1),
.gallery-columns-1 .product:nth-child(1n+1),
.gallery-columns-1 .block:nth-child(1n+1),
.gallery-columns-1 .gallery-item:nth-child(1n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-1 .post,
  .flex-columns-1 .product,
  .flex-columns-1 .block,
  .flex-columns-1 .gallery-item,
  .gallery-columns-1 .post,
  .gallery-columns-1 .product,
  .gallery-columns-1 .block,
  .gallery-columns-1 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-1 .post:nth-child(1n+2),
  .flex-columns-1 .product:nth-child(1n+2),
  .flex-columns-1 .block:nth-child(1n+2),
  .flex-columns-1 .gallery-item:nth-child(1n+2),
  .gallery-columns-1 .post:nth-child(1n+2),
  .gallery-columns-1 .product:nth-child(1n+2),
  .gallery-columns-1 .block:nth-child(1n+2),
  .gallery-columns-1 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-1 .post:nth-child(2n),
  .flex-columns-1 .product:nth-child(2n),
  .flex-columns-1 .block:nth-child(2n),
  .flex-columns-1 .gallery-item:nth-child(2n),
  .gallery-columns-1 .post:nth-child(2n),
  .gallery-columns-1 .product:nth-child(2n),
  .gallery-columns-1 .block:nth-child(2n),
  .gallery-columns-1 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-1 .post,
  .flex-columns-1 .product,
  .flex-columns-1 .block,
  .flex-columns-1 .gallery-item,
  .gallery-columns-1 .post,
  .gallery-columns-1 .product,
  .gallery-columns-1 .block,
  .gallery-columns-1 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-2,
.gallery-columns-2 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-2 .post,
.flex-columns-2 .product,
.flex-columns-2 .block,
.flex-columns-2 .gallery-item,
.gallery-columns-2 .post,
.gallery-columns-2 .product,
.gallery-columns-2 .block,
.gallery-columns-2 .gallery-item {
  width: 48.5%;
  margin: 1.5%;
}
.flex-columns-2 .post:nth-child(2n),
.flex-columns-2 .product:nth-child(2n),
.flex-columns-2 .block:nth-child(2n),
.flex-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-2 .post:nth-child(2n),
.gallery-columns-2 .product:nth-child(2n),
.gallery-columns-2 .block:nth-child(2n),
.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin-right: 0px;
}
.flex-columns-2 .post:nth-child(2n+1),
.flex-columns-2 .product:nth-child(2n+1),
.flex-columns-2 .block:nth-child(2n+1),
.flex-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-2 .post:nth-child(2n+1),
.gallery-columns-2 .product:nth-child(2n+1),
.gallery-columns-2 .block:nth-child(2n+1),
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-2 .post,
  .flex-columns-2 .product,
  .flex-columns-2 .block,
  .flex-columns-2 .gallery-item,
  .gallery-columns-2 .post,
  .gallery-columns-2 .product,
  .gallery-columns-2 .block,
  .gallery-columns-2 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-2 .post:nth-child(1n+2),
  .flex-columns-2 .product:nth-child(1n+2),
  .flex-columns-2 .block:nth-child(1n+2),
  .flex-columns-2 .gallery-item:nth-child(1n+2),
  .gallery-columns-2 .post:nth-child(1n+2),
  .gallery-columns-2 .product:nth-child(1n+2),
  .gallery-columns-2 .block:nth-child(1n+2),
  .gallery-columns-2 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-2 .post:nth-child(2n),
  .flex-columns-2 .product:nth-child(2n),
  .flex-columns-2 .block:nth-child(2n),
  .flex-columns-2 .gallery-item:nth-child(2n),
  .gallery-columns-2 .post:nth-child(2n),
  .gallery-columns-2 .product:nth-child(2n),
  .gallery-columns-2 .block:nth-child(2n),
  .gallery-columns-2 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-2 .post,
  .flex-columns-2 .product,
  .flex-columns-2 .block,
  .flex-columns-2 .gallery-item,
  .gallery-columns-2 .post,
  .gallery-columns-2 .product,
  .gallery-columns-2 .block,
  .gallery-columns-2 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-3,
.gallery-columns-3 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-3 .post,
.flex-columns-3 .product,
.flex-columns-3 .block,
.flex-columns-3 .gallery-item,
.gallery-columns-3 .post,
.gallery-columns-3 .product,
.gallery-columns-3 .block,
.gallery-columns-3 .gallery-item {
  width: 31.3333333333%;
  margin: 1.5%;
}
.flex-columns-3 .post:nth-child(3n),
.flex-columns-3 .product:nth-child(3n),
.flex-columns-3 .block:nth-child(3n),
.flex-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-3 .post:nth-child(3n),
.gallery-columns-3 .product:nth-child(3n),
.gallery-columns-3 .block:nth-child(3n),
.gallery-columns-3 .gallery-item:nth-child(3n) {
  margin-right: 0px;
}
.flex-columns-3 .post:nth-child(3n+1),
.flex-columns-3 .product:nth-child(3n+1),
.flex-columns-3 .block:nth-child(3n+1),
.flex-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-3 .post:nth-child(3n+1),
.gallery-columns-3 .product:nth-child(3n+1),
.gallery-columns-3 .block:nth-child(3n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-3 .post,
  .flex-columns-3 .product,
  .flex-columns-3 .block,
  .flex-columns-3 .gallery-item,
  .gallery-columns-3 .post,
  .gallery-columns-3 .product,
  .gallery-columns-3 .block,
  .gallery-columns-3 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-3 .post:nth-child(1n+2),
  .flex-columns-3 .product:nth-child(1n+2),
  .flex-columns-3 .block:nth-child(1n+2),
  .flex-columns-3 .gallery-item:nth-child(1n+2),
  .gallery-columns-3 .post:nth-child(1n+2),
  .gallery-columns-3 .product:nth-child(1n+2),
  .gallery-columns-3 .block:nth-child(1n+2),
  .gallery-columns-3 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-3 .post:nth-child(2n),
  .flex-columns-3 .product:nth-child(2n),
  .flex-columns-3 .block:nth-child(2n),
  .flex-columns-3 .gallery-item:nth-child(2n),
  .gallery-columns-3 .post:nth-child(2n),
  .gallery-columns-3 .product:nth-child(2n),
  .gallery-columns-3 .block:nth-child(2n),
  .gallery-columns-3 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-3 .post,
  .flex-columns-3 .product,
  .flex-columns-3 .block,
  .flex-columns-3 .gallery-item,
  .gallery-columns-3 .post,
  .gallery-columns-3 .product,
  .gallery-columns-3 .block,
  .gallery-columns-3 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-4,
.gallery-columns-4 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-4 .post,
.flex-columns-4 .product,
.flex-columns-4 .block,
.flex-columns-4 .gallery-item,
.gallery-columns-4 .post,
.gallery-columns-4 .product,
.gallery-columns-4 .block,
.gallery-columns-4 .gallery-item {
  width: 22.75%;
  margin: 1.5%;
}
.flex-columns-4 .post:nth-child(4n),
.flex-columns-4 .product:nth-child(4n),
.flex-columns-4 .block:nth-child(4n),
.flex-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-4 .post:nth-child(4n),
.gallery-columns-4 .product:nth-child(4n),
.gallery-columns-4 .block:nth-child(4n),
.gallery-columns-4 .gallery-item:nth-child(4n) {
  margin-right: 0px;
}
.flex-columns-4 .post:nth-child(4n+1),
.flex-columns-4 .product:nth-child(4n+1),
.flex-columns-4 .block:nth-child(4n+1),
.flex-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-4 .post:nth-child(4n+1),
.gallery-columns-4 .product:nth-child(4n+1),
.gallery-columns-4 .block:nth-child(4n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-4 .post,
  .flex-columns-4 .product,
  .flex-columns-4 .block,
  .flex-columns-4 .gallery-item,
  .gallery-columns-4 .post,
  .gallery-columns-4 .product,
  .gallery-columns-4 .block,
  .gallery-columns-4 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-4 .post:nth-child(1n+2),
  .flex-columns-4 .product:nth-child(1n+2),
  .flex-columns-4 .block:nth-child(1n+2),
  .flex-columns-4 .gallery-item:nth-child(1n+2),
  .gallery-columns-4 .post:nth-child(1n+2),
  .gallery-columns-4 .product:nth-child(1n+2),
  .gallery-columns-4 .block:nth-child(1n+2),
  .gallery-columns-4 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-4 .post:nth-child(2n),
  .flex-columns-4 .product:nth-child(2n),
  .flex-columns-4 .block:nth-child(2n),
  .flex-columns-4 .gallery-item:nth-child(2n),
  .gallery-columns-4 .post:nth-child(2n),
  .gallery-columns-4 .product:nth-child(2n),
  .gallery-columns-4 .block:nth-child(2n),
  .gallery-columns-4 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-4 .post,
  .flex-columns-4 .product,
  .flex-columns-4 .block,
  .flex-columns-4 .gallery-item,
  .gallery-columns-4 .post,
  .gallery-columns-4 .product,
  .gallery-columns-4 .block,
  .gallery-columns-4 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-5,
.gallery-columns-5 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-5 .post,
.flex-columns-5 .product,
.flex-columns-5 .block,
.flex-columns-5 .gallery-item,
.gallery-columns-5 .post,
.gallery-columns-5 .product,
.gallery-columns-5 .block,
.gallery-columns-5 .gallery-item {
  width: 17.6%;
  margin: 1.5%;
}
.flex-columns-5 .post:nth-child(5n),
.flex-columns-5 .product:nth-child(5n),
.flex-columns-5 .block:nth-child(5n),
.flex-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-5 .post:nth-child(5n),
.gallery-columns-5 .product:nth-child(5n),
.gallery-columns-5 .block:nth-child(5n),
.gallery-columns-5 .gallery-item:nth-child(5n) {
  margin-right: 0px;
}
.flex-columns-5 .post:nth-child(5n+1),
.flex-columns-5 .product:nth-child(5n+1),
.flex-columns-5 .block:nth-child(5n+1),
.flex-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-5 .post:nth-child(5n+1),
.gallery-columns-5 .product:nth-child(5n+1),
.gallery-columns-5 .block:nth-child(5n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-5 .post,
  .flex-columns-5 .product,
  .flex-columns-5 .block,
  .flex-columns-5 .gallery-item,
  .gallery-columns-5 .post,
  .gallery-columns-5 .product,
  .gallery-columns-5 .block,
  .gallery-columns-5 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-5 .post:nth-child(1n+2),
  .flex-columns-5 .product:nth-child(1n+2),
  .flex-columns-5 .block:nth-child(1n+2),
  .flex-columns-5 .gallery-item:nth-child(1n+2),
  .gallery-columns-5 .post:nth-child(1n+2),
  .gallery-columns-5 .product:nth-child(1n+2),
  .gallery-columns-5 .block:nth-child(1n+2),
  .gallery-columns-5 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-5 .post:nth-child(2n),
  .flex-columns-5 .product:nth-child(2n),
  .flex-columns-5 .block:nth-child(2n),
  .flex-columns-5 .gallery-item:nth-child(2n),
  .gallery-columns-5 .post:nth-child(2n),
  .gallery-columns-5 .product:nth-child(2n),
  .gallery-columns-5 .block:nth-child(2n),
  .gallery-columns-5 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-5 .post,
  .flex-columns-5 .product,
  .flex-columns-5 .block,
  .flex-columns-5 .gallery-item,
  .gallery-columns-5 .post,
  .gallery-columns-5 .product,
  .gallery-columns-5 .block,
  .gallery-columns-5 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-6,
.gallery-columns-6 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-6 .post,
.flex-columns-6 .product,
.flex-columns-6 .block,
.flex-columns-6 .gallery-item,
.gallery-columns-6 .post,
.gallery-columns-6 .product,
.gallery-columns-6 .block,
.gallery-columns-6 .gallery-item {
  width: 14.1666666667%;
  margin: 1.5%;
}
.flex-columns-6 .post:nth-child(6n),
.flex-columns-6 .product:nth-child(6n),
.flex-columns-6 .block:nth-child(6n),
.flex-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-6 .post:nth-child(6n),
.gallery-columns-6 .product:nth-child(6n),
.gallery-columns-6 .block:nth-child(6n),
.gallery-columns-6 .gallery-item:nth-child(6n) {
  margin-right: 0px;
}
.flex-columns-6 .post:nth-child(6n+1),
.flex-columns-6 .product:nth-child(6n+1),
.flex-columns-6 .block:nth-child(6n+1),
.flex-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-6 .post:nth-child(6n+1),
.gallery-columns-6 .product:nth-child(6n+1),
.gallery-columns-6 .block:nth-child(6n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-6 .post,
  .flex-columns-6 .product,
  .flex-columns-6 .block,
  .flex-columns-6 .gallery-item,
  .gallery-columns-6 .post,
  .gallery-columns-6 .product,
  .gallery-columns-6 .block,
  .gallery-columns-6 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-6 .post:nth-child(1n+2),
  .flex-columns-6 .product:nth-child(1n+2),
  .flex-columns-6 .block:nth-child(1n+2),
  .flex-columns-6 .gallery-item:nth-child(1n+2),
  .gallery-columns-6 .post:nth-child(1n+2),
  .gallery-columns-6 .product:nth-child(1n+2),
  .gallery-columns-6 .block:nth-child(1n+2),
  .gallery-columns-6 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-6 .post:nth-child(2n),
  .flex-columns-6 .product:nth-child(2n),
  .flex-columns-6 .block:nth-child(2n),
  .flex-columns-6 .gallery-item:nth-child(2n),
  .gallery-columns-6 .post:nth-child(2n),
  .gallery-columns-6 .product:nth-child(2n),
  .gallery-columns-6 .block:nth-child(2n),
  .gallery-columns-6 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-6 .post,
  .flex-columns-6 .product,
  .flex-columns-6 .block,
  .flex-columns-6 .gallery-item,
  .gallery-columns-6 .post,
  .gallery-columns-6 .product,
  .gallery-columns-6 .block,
  .gallery-columns-6 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-7,
.gallery-columns-7 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-7 .post,
.flex-columns-7 .product,
.flex-columns-7 .block,
.flex-columns-7 .gallery-item,
.gallery-columns-7 .post,
.gallery-columns-7 .product,
.gallery-columns-7 .block,
.gallery-columns-7 .gallery-item {
  width: 11.7142857143%;
  margin: 1.5%;
}
.flex-columns-7 .post:nth-child(7n),
.flex-columns-7 .product:nth-child(7n),
.flex-columns-7 .block:nth-child(7n),
.flex-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-7 .post:nth-child(7n),
.gallery-columns-7 .product:nth-child(7n),
.gallery-columns-7 .block:nth-child(7n),
.gallery-columns-7 .gallery-item:nth-child(7n) {
  margin-right: 0px;
}
.flex-columns-7 .post:nth-child(7n+1),
.flex-columns-7 .product:nth-child(7n+1),
.flex-columns-7 .block:nth-child(7n+1),
.flex-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-7 .post:nth-child(7n+1),
.gallery-columns-7 .product:nth-child(7n+1),
.gallery-columns-7 .block:nth-child(7n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-7 .post,
  .flex-columns-7 .product,
  .flex-columns-7 .block,
  .flex-columns-7 .gallery-item,
  .gallery-columns-7 .post,
  .gallery-columns-7 .product,
  .gallery-columns-7 .block,
  .gallery-columns-7 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-7 .post:nth-child(1n+2),
  .flex-columns-7 .product:nth-child(1n+2),
  .flex-columns-7 .block:nth-child(1n+2),
  .flex-columns-7 .gallery-item:nth-child(1n+2),
  .gallery-columns-7 .post:nth-child(1n+2),
  .gallery-columns-7 .product:nth-child(1n+2),
  .gallery-columns-7 .block:nth-child(1n+2),
  .gallery-columns-7 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-7 .post:nth-child(2n),
  .flex-columns-7 .product:nth-child(2n),
  .flex-columns-7 .block:nth-child(2n),
  .flex-columns-7 .gallery-item:nth-child(2n),
  .gallery-columns-7 .post:nth-child(2n),
  .gallery-columns-7 .product:nth-child(2n),
  .gallery-columns-7 .block:nth-child(2n),
  .gallery-columns-7 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-7 .post,
  .flex-columns-7 .product,
  .flex-columns-7 .block,
  .flex-columns-7 .gallery-item,
  .gallery-columns-7 .post,
  .gallery-columns-7 .product,
  .gallery-columns-7 .block,
  .gallery-columns-7 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-8,
.gallery-columns-8 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-8 .post,
.flex-columns-8 .product,
.flex-columns-8 .block,
.flex-columns-8 .gallery-item,
.gallery-columns-8 .post,
.gallery-columns-8 .product,
.gallery-columns-8 .block,
.gallery-columns-8 .gallery-item {
  width: 9.875%;
  margin: 1.5%;
}
.flex-columns-8 .post:nth-child(8n),
.flex-columns-8 .product:nth-child(8n),
.flex-columns-8 .block:nth-child(8n),
.flex-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-8 .post:nth-child(8n),
.gallery-columns-8 .product:nth-child(8n),
.gallery-columns-8 .block:nth-child(8n),
.gallery-columns-8 .gallery-item:nth-child(8n) {
  margin-right: 0px;
}
.flex-columns-8 .post:nth-child(8n+1),
.flex-columns-8 .product:nth-child(8n+1),
.flex-columns-8 .block:nth-child(8n+1),
.flex-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-8 .post:nth-child(8n+1),
.gallery-columns-8 .product:nth-child(8n+1),
.gallery-columns-8 .block:nth-child(8n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-8 .post,
  .flex-columns-8 .product,
  .flex-columns-8 .block,
  .flex-columns-8 .gallery-item,
  .gallery-columns-8 .post,
  .gallery-columns-8 .product,
  .gallery-columns-8 .block,
  .gallery-columns-8 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-8 .post:nth-child(1n+2),
  .flex-columns-8 .product:nth-child(1n+2),
  .flex-columns-8 .block:nth-child(1n+2),
  .flex-columns-8 .gallery-item:nth-child(1n+2),
  .gallery-columns-8 .post:nth-child(1n+2),
  .gallery-columns-8 .product:nth-child(1n+2),
  .gallery-columns-8 .block:nth-child(1n+2),
  .gallery-columns-8 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-8 .post:nth-child(2n),
  .flex-columns-8 .product:nth-child(2n),
  .flex-columns-8 .block:nth-child(2n),
  .flex-columns-8 .gallery-item:nth-child(2n),
  .gallery-columns-8 .post:nth-child(2n),
  .gallery-columns-8 .product:nth-child(2n),
  .gallery-columns-8 .block:nth-child(2n),
  .gallery-columns-8 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-8 .post,
  .flex-columns-8 .product,
  .flex-columns-8 .block,
  .flex-columns-8 .gallery-item,
  .gallery-columns-8 .post,
  .gallery-columns-8 .product,
  .gallery-columns-8 .block,
  .gallery-columns-8 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-9,
.gallery-columns-9 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-9 .post,
.flex-columns-9 .product,
.flex-columns-9 .block,
.flex-columns-9 .gallery-item,
.gallery-columns-9 .post,
.gallery-columns-9 .product,
.gallery-columns-9 .block,
.gallery-columns-9 .gallery-item {
  width: 8.4444444444%;
  margin: 1.5%;
}
.flex-columns-9 .post:nth-child(9n),
.flex-columns-9 .product:nth-child(9n),
.flex-columns-9 .block:nth-child(9n),
.flex-columns-9 .gallery-item:nth-child(9n),
.gallery-columns-9 .post:nth-child(9n),
.gallery-columns-9 .product:nth-child(9n),
.gallery-columns-9 .block:nth-child(9n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0px;
}
.flex-columns-9 .post:nth-child(9n+1),
.flex-columns-9 .product:nth-child(9n+1),
.flex-columns-9 .block:nth-child(9n+1),
.flex-columns-9 .gallery-item:nth-child(9n+1),
.gallery-columns-9 .post:nth-child(9n+1),
.gallery-columns-9 .product:nth-child(9n+1),
.gallery-columns-9 .block:nth-child(9n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-9 .post,
  .flex-columns-9 .product,
  .flex-columns-9 .block,
  .flex-columns-9 .gallery-item,
  .gallery-columns-9 .post,
  .gallery-columns-9 .product,
  .gallery-columns-9 .block,
  .gallery-columns-9 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-9 .post:nth-child(1n+2),
  .flex-columns-9 .product:nth-child(1n+2),
  .flex-columns-9 .block:nth-child(1n+2),
  .flex-columns-9 .gallery-item:nth-child(1n+2),
  .gallery-columns-9 .post:nth-child(1n+2),
  .gallery-columns-9 .product:nth-child(1n+2),
  .gallery-columns-9 .block:nth-child(1n+2),
  .gallery-columns-9 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-9 .post:nth-child(2n),
  .flex-columns-9 .product:nth-child(2n),
  .flex-columns-9 .block:nth-child(2n),
  .flex-columns-9 .gallery-item:nth-child(2n),
  .gallery-columns-9 .post:nth-child(2n),
  .gallery-columns-9 .product:nth-child(2n),
  .gallery-columns-9 .block:nth-child(2n),
  .gallery-columns-9 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-9 .post,
  .flex-columns-9 .product,
  .flex-columns-9 .block,
  .flex-columns-9 .gallery-item,
  .gallery-columns-9 .post,
  .gallery-columns-9 .product,
  .gallery-columns-9 .block,
  .gallery-columns-9 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-10,
.gallery-columns-10 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-10 .post,
.flex-columns-10 .product,
.flex-columns-10 .block,
.flex-columns-10 .gallery-item,
.gallery-columns-10 .post,
.gallery-columns-10 .product,
.gallery-columns-10 .block,
.gallery-columns-10 .gallery-item {
  width: 7.3%;
  margin: 1.5%;
}
.flex-columns-10 .post:nth-child(10n),
.flex-columns-10 .product:nth-child(10n),
.flex-columns-10 .block:nth-child(10n),
.flex-columns-10 .gallery-item:nth-child(10n),
.gallery-columns-10 .post:nth-child(10n),
.gallery-columns-10 .product:nth-child(10n),
.gallery-columns-10 .block:nth-child(10n),
.gallery-columns-10 .gallery-item:nth-child(10n) {
  margin-right: 0px;
}
.flex-columns-10 .post:nth-child(10n+1),
.flex-columns-10 .product:nth-child(10n+1),
.flex-columns-10 .block:nth-child(10n+1),
.flex-columns-10 .gallery-item:nth-child(10n+1),
.gallery-columns-10 .post:nth-child(10n+1),
.gallery-columns-10 .product:nth-child(10n+1),
.gallery-columns-10 .block:nth-child(10n+1),
.gallery-columns-10 .gallery-item:nth-child(10n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-10 .post,
  .flex-columns-10 .product,
  .flex-columns-10 .block,
  .flex-columns-10 .gallery-item,
  .gallery-columns-10 .post,
  .gallery-columns-10 .product,
  .gallery-columns-10 .block,
  .gallery-columns-10 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-10 .post:nth-child(1n+2),
  .flex-columns-10 .product:nth-child(1n+2),
  .flex-columns-10 .block:nth-child(1n+2),
  .flex-columns-10 .gallery-item:nth-child(1n+2),
  .gallery-columns-10 .post:nth-child(1n+2),
  .gallery-columns-10 .product:nth-child(1n+2),
  .gallery-columns-10 .block:nth-child(1n+2),
  .gallery-columns-10 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-10 .post:nth-child(2n),
  .flex-columns-10 .product:nth-child(2n),
  .flex-columns-10 .block:nth-child(2n),
  .flex-columns-10 .gallery-item:nth-child(2n),
  .gallery-columns-10 .post:nth-child(2n),
  .gallery-columns-10 .product:nth-child(2n),
  .gallery-columns-10 .block:nth-child(2n),
  .gallery-columns-10 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-10 .post,
  .flex-columns-10 .product,
  .flex-columns-10 .block,
  .flex-columns-10 .gallery-item,
  .gallery-columns-10 .post,
  .gallery-columns-10 .product,
  .gallery-columns-10 .block,
  .gallery-columns-10 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.flex-columns-11,
.gallery-columns-11 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-columns-11 .post,
.flex-columns-11 .product,
.flex-columns-11 .block,
.flex-columns-11 .gallery-item,
.gallery-columns-11 .post,
.gallery-columns-11 .product,
.gallery-columns-11 .block,
.gallery-columns-11 .gallery-item {
  width: 6.3636363636%;
  margin: 1.5%;
}
.flex-columns-11 .post:nth-child(11n),
.flex-columns-11 .product:nth-child(11n),
.flex-columns-11 .block:nth-child(11n),
.flex-columns-11 .gallery-item:nth-child(11n),
.gallery-columns-11 .post:nth-child(11n),
.gallery-columns-11 .product:nth-child(11n),
.gallery-columns-11 .block:nth-child(11n),
.gallery-columns-11 .gallery-item:nth-child(11n) {
  margin-right: 0px;
}
.flex-columns-11 .post:nth-child(11n+1),
.flex-columns-11 .product:nth-child(11n+1),
.flex-columns-11 .block:nth-child(11n+1),
.flex-columns-11 .gallery-item:nth-child(11n+1),
.gallery-columns-11 .post:nth-child(11n+1),
.gallery-columns-11 .product:nth-child(11n+1),
.gallery-columns-11 .block:nth-child(11n+1),
.gallery-columns-11 .gallery-item:nth-child(11n+1) {
  margin-left: 0px;
}
@media (max-width: 936px) {
  .flex-columns-11 .post,
  .flex-columns-11 .product,
  .flex-columns-11 .block,
  .flex-columns-11 .gallery-item,
  .gallery-columns-11 .post,
  .gallery-columns-11 .product,
  .gallery-columns-11 .block,
  .gallery-columns-11 .gallery-item {
    width: 49%;
    margin: 1%;
  }
  .flex-columns-11 .post:nth-child(1n+2),
  .flex-columns-11 .product:nth-child(1n+2),
  .flex-columns-11 .block:nth-child(1n+2),
  .flex-columns-11 .gallery-item:nth-child(1n+2),
  .gallery-columns-11 .post:nth-child(1n+2),
  .gallery-columns-11 .product:nth-child(1n+2),
  .gallery-columns-11 .block:nth-child(1n+2),
  .gallery-columns-11 .gallery-item:nth-child(1n+2) {
    margin-left: 0px;
    margin-right: 1%;
  }
  .flex-columns-11 .post:nth-child(2n),
  .flex-columns-11 .product:nth-child(2n),
  .flex-columns-11 .block:nth-child(2n),
  .flex-columns-11 .gallery-item:nth-child(2n),
  .gallery-columns-11 .post:nth-child(2n),
  .gallery-columns-11 .product:nth-child(2n),
  .gallery-columns-11 .block:nth-child(2n),
  .gallery-columns-11 .gallery-item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .flex-columns-11 .post,
  .flex-columns-11 .product,
  .flex-columns-11 .block,
  .flex-columns-11 .gallery-item,
  .gallery-columns-11 .post,
  .gallery-columns-11 .product,
  .gallery-columns-11 .block,
  .gallery-columns-11 .gallery-item {
    width: 100%;
    margin: 1rem 0;
  }
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
#ocn-overlay {
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -99997;
  transition: opacity 400ms, visibility 0ms, z-index 0ms;
  transition-delay: 0ms, 400ms, 400ms;
}
.nav-open #ocn-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms, 0ms, 0ms;
  z-index: 99997;
}

#ocn {
  z-index: 99998;
}

#ocn {
  background: #E0E7EB;
  bottom: 0;
  max-width: 95vw;
  position: fixed;
  overflow-y: scroll;
  overflow-x: visible;
  right: 0;
  top: 0;
  width: 500px;
  z-index: 99998;
  transform: translateX(100%);
  transition: transform 400ms;
  transition-delay: 0ms;
}
#ocn:after {
  background-color: #e35205;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 6px;
}
.nav-open #ocn {
  box-shadow: 0 0 4px #000;
  transform: translateX(0);
  transition-delay: 200ms;
}

#ocn-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px 0;
  position: relative;
}

#ocn-brand {
  align-self: center;
  max-width: 180px;
}

#ocn-close {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
#ocn-close:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
#ocn-close:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
#ocn-close:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
#ocn-close:hover:before {
  border: none;
}
#ocn-close:hover:after {
  border: none;
}
#ocn-close {
  background: transparent;
  border: none;
  border-radius: 0;
  display: block;
  height: 32px;
  padding: 0;
  position: relative;
  right: 8px;
  width: 32px;
}
#ocn-close:before, #ocn-close:after {
  background: #00263a;
  border-radius: 0px;
  content: "";
  display: block;
  height: 4px;
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
#ocn-close:before {
  transform: rotate(-45deg);
}
#ocn-close:after {
  transform: rotate(45deg);
}

#ocn-nav-primary, #ocn-nav-secondary,
.landing-header__primary-wrapper > div {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 1rem;
  text-transform: uppercase;
}
#ocn-nav-primary .menu > li, #ocn-nav-secondary .menu > li,
.landing-header__primary-wrapper > div .menu > li {
  position: relative;
}
#ocn-nav-primary .menu > li .ocn-link-wrap, #ocn-nav-secondary .menu > li .ocn-link-wrap,
.landing-header__primary-wrapper > div .menu > li .ocn-link-wrap {
  display: block;
  position: relative;
}
#ocn-nav-primary .menu > li a, #ocn-nav-secondary .menu > li a,
.landing-header__primary-wrapper > div .menu > li a {
  color: #00263a;
  display: block;
  padding: 16px 24px;
  position: relative;
  text-decoration: none;
}
#ocn-nav-primary .menu > li .ocn-sub-menu-button, #ocn-nav-secondary .menu > li .ocn-sub-menu-button,
.landing-header__primary-wrapper > div .menu > li .ocn-sub-menu-button {
  display: none;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap {
  padding-right: 40px;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:before, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:before,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:before, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:before,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:before {
  border: none;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:after, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:after,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:after {
  border: none;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button {
  align-items: center;
  background: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  z-index: 2;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:after {
  content: "\e901";
  color: #00263a;
  display: block;
  font-size: 1.3em;
  transition: transform 300ms;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover {
  background-color: #00263a;
}
#ocn-nav-primary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:after, #ocn-nav-secondary .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:after,
.landing-header__primary-wrapper > div .menu li.menu-item-has-children > .ocn-link-wrap > .ocn-sub-menu-button:hover:after {
  color: #fff;
}
#ocn-nav-primary .menu li .sub-menu, #ocn-nav-secondary .menu li .sub-menu,
.landing-header__primary-wrapper > div .menu li .sub-menu {
  background: #00263a;
  font-size: 0.9em;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 10px;
  transition: all 0.5s;
}
#ocn-nav-primary .menu li .sub-menu a, #ocn-nav-secondary .menu li .sub-menu a,
.landing-header__primary-wrapper > div .menu li .sub-menu a {
  color: #fff;
}
#ocn-nav-primary .menu li.menu-item-open > .ocn-link-wrap > .ocn-sub-menu-button, #ocn-nav-secondary .menu li.menu-item-open > .ocn-link-wrap > .ocn-sub-menu-button,
.landing-header__primary-wrapper > div .menu li.menu-item-open > .ocn-link-wrap > .ocn-sub-menu-button {
  background-color: #00263a;
}
#ocn-nav-primary .menu li.menu-item-open > .ocn-link-wrap > .ocn-sub-menu-button:after, #ocn-nav-secondary .menu li.menu-item-open > .ocn-link-wrap > .ocn-sub-menu-button:after,
.landing-header__primary-wrapper > div .menu li.menu-item-open > .ocn-link-wrap > .ocn-sub-menu-button:after {
  color: #fff;
  transform: rotate(-180deg);
}
#ocn-nav-primary .menu li.menu-item-open > .sub-menu, #ocn-nav-secondary .menu li.menu-item-open > .sub-menu,
.landing-header__primary-wrapper > div .menu li.menu-item-open > .sub-menu {
  max-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#ocn .landing-header__primary-wrapper > div .menu {
  flex-direction: column;
  margin-left: 0;
}
#ocn .landing-header__primary-wrapper > div .menu > li {
  display: block;
  margin-left: 0;
  position: relative;
}
#ocn .landing-header__primary-wrapper > div .menu > li a {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-size: 1.6rem;
}

#ocn-close:after {
  clip-path: none;
}

#nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 22px;
  line-height: 1;
  padding: 0;
  position: relative;
  right: 0;
  width: 36px;
}
#nav-toggle:before, #nav-toggle:after,
#nav-toggle .middle-bar {
  background: #091D2A;
  border-radius: 0px;
  display: block;
  height: 4px;
}
#nav-toggle:before, #nav-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
}
#nav-toggle:before {
  top: 0;
}
#nav-toggle:after {
  bottom: 0;
}
@media (max-width: 936px) {
  #nav-toggle {
    display: block;
  }
}

#ocn-nav-secondary {
  background: #fff;
  margin: 0;
}
#ocn-nav-secondary .menu > li a {
  color: #4f758b;
}

#ocn-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ocn__social-links {
  color: #4f758b;
  font-size: 2.4rem;
  padding-bottom: 24px;
  justify-self: flex-end;
  margin-top: auto;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
figure {
  margin: 0;
}

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

article img {
  clear: both;
  display: block;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  article img.alignnone {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
  }
  article img.alignleft, article img.alignright {
    max-width: 50%;
  }
  article img.alignleft {
    clear: left;
    float: left;
    margin: 0 1rem 1rem 0;
  }
  article img.alignright {
    clear: right;
    float: right;
    margin: 0 0 1rem 1rem;
  }
}
article .slick-slide img {
  clear: initial;
  display: initial;
  margin: 0;
}
article figure[style] {
  clear: both;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  article figure[style].alignnone {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
  }
  article figure[style].alignleft, article figure[style].alignright {
    max-width: 50% !important;
  }
  article figure[style].alignleft {
    clear: left;
    float: left;
    margin: 0 1rem 1rem 0;
  }
  article figure[style].alignright {
    clear: right;
    float: right;
    margin: 0 0 1rem 1rem;
  }
}
article figure[style] img {
  margin: 0;
}
article figure[style] figcaption {
  background: #eaeaea;
  font-size: 0.9rem;
  padding: 1rem;
}

.gallery {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin: 0 -1rem;
  }
}
.gallery .gallery-item {
  display: block;
  float: left;
  margin: 0;
  padding: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-item {
    padding: 1rem;
  }
}
.gallery .gallery-item img {
  display: block;
  margin: 0;
  width: 100%;
}
.gallery .gallery-item .portrait img {
  margin: 0 auto;
  width: 50%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-2 .gallery-item {
    width: 100%;
    max-width: 100%;
  }
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
  max-width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .gallery-columns-3 .gallery-item {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item {
    width: 100%;
    max-width: 100%;
  }
}

.gallery-columns-4 .gallery-item {
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-4 .gallery-item {
    width: 100%;
    max-width: 100%;
  }
}

.gallery-columns-5 .gallery-item {
  width: 20%;
  max-width: 20%;
}
@media screen and (max-width: 767px) {
  .gallery-columns-5 .gallery-item {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-5 .gallery-item {
    width: 100%;
    max-width: 100%;
  }
}

.gallery-columns-6 .gallery-item {
  width: 16.666%;
  max-width: 16.666%;
}
@media screen and (max-width: 767px) {
  .gallery-columns-6 .gallery-item {
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-6 .gallery-item {
    width: 50%;
    max-width: 50%;
  }
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
  max-width: 14.28%;
}
@media screen and (max-width: 767px) {
  .gallery-columns-7 .gallery-item {
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-7 .gallery-item {
    width: 50%;
    max-width: 50%;
  }
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
  max-width: 12.5%;
}
@media screen and (max-width: 767px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-8 .gallery-item {
    width: 50%;
    max-width: 50%;
  }
}

.gallery-columns-9 .gallery-item {
  width: 11.111%;
  max-width: 11.111%;
}
@media screen and (max-width: 767px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-9 .gallery-item {
    width: 50%;
    max-width: 50%;
  }
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
@keyframes fillbee {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bee-flutter-left {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bee-flutter-right {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-20deg);
  }
  40% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes wing-flutter-squeeze-left {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  44% {
    transform: rotate(-3deg) translate(0, 0);
  }
  52% {
    transform: rotate(20deg) translate(-5%, 5%);
  }
  60% {
    transform: rotate(0deg) translate(5%, 0);
  }
  68% {
    transform: rotate(20deg) translate(0, 0);
  }
  76% {
    transform: rotate(0deg) translate(0, 0);
  }
  84% {
    transform: rotate(15deg) translate(0, 0);
  }
  90% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes wing-flutter-squeeze-right {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  44% {
    transform: rotate(3deg) translate(5%, 0);
  }
  52% {
    transform: rotate(-20deg) translate(5%, 5%);
  }
  60% {
    transform: rotate(0deg) translate(-5%, 0);
  }
  68% {
    transform: rotate(-20deg) translate(0, 0);
  }
  76% {
    transform: rotate(0deg) translate(0, 0);
  }
  84% {
    transform: rotate(-15deg) translate(0, 0);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes bee-body-squeeze {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 0.9);
  }
  70% {
    transform: scale(0.9, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes bee-fly {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bee-flutter-hop {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5%);
  }
  70% {
    transform: translate(0, -15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes makespace-color-wave {
  0% {
    fill: #483735;
    transform: scale(1, 1);
  }
  16.7% {
    fill: #9677b1;
  }
  33.3% {
    fill: #b2d78c;
  }
  50% {
    fill: #ec453e;
    transform: scale(0.9);
  }
  66.7% {
    fill: #7795b5;
  }
  83.3% {
    fill: #ff7059;
  }
  100% {
    fill: #483735;
    transform: scale(1, 1);
  }
}
.makespace-brown {
  fill: #483735;
}

.makespace-blue {
  fill: #7795b5;
}

.makespace-green {
  fill: #b2d78c;
}

.makespace-orange {
  fill: #ff7059;
}

.makespace-red {
  fill: #ec453e;
}

.makespace-purple {
  fill: #9677b1;
}

#makespace-bee,
#makespace-name {
  display: inline-block;
  font-size: 0;
  position: relative;
}
#makespace-bee:before,
#makespace-name:before {
  content: "";
  display: block;
}
#makespace-bee svg,
#makespace-name svg {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#makespace-bee {
  width: 3rem;
}
#makespace-bee + #makespace-name {
  margin-left: 0.3rem;
}
#makespace-bee .makespace-bee-group {
  display: block;
  height: 0;
  width: 100%;
  padding-top: 78.7378640777%;
  position: relative;
}
#makespace-bee .makespace-bee-body {
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 41.44%;
}
#makespace-bee .makespace-bee-wing {
  display: block;
  height: 56.17%;
  position: absolute;
  top: 24.15%;
  width: 32.78%;
  transform: rotate(0deg);
}
#makespace-bee .makespace-bee-wing.wing-left {
  left: 0;
  transform-origin: 100% 0%;
}
#makespace-bee .makespace-bee-wing.wing-right {
  right: 0;
  transform-origin: 0% 0%;
}
#makespace-bee .wing-fill {
  fill: rgba(72, 55, 53, 0.2);
}
#makespace-bee .makespace-bee-body-outline,
#makespace-bee .wing-outline,
#makespace-bee .wing-outline {
  fill: #483735;
}
#makespace-bee .makespace-bee-head,
#makespace-bee .makespace-bee-body-1,
#makespace-bee .makespace-bee-body-2,
#makespace-bee .makespace-bee-body-3,
#makespace-bee .makespace-bee-body-4,
#makespace-bee .wing-fill {
  opacity: 0;
}
#makespace-bee.bee-color:hover .makespace-bee-head,
#makespace-bee.bee-color:hover .makespace-bee-body-1,
#makespace-bee.bee-color:hover .makespace-bee-body-2,
#makespace-bee.bee-color:hover .makespace-bee-body-3,
#makespace-bee.bee-color:hover .makespace-bee-body-4,
#makespace-bee.bee-color:hover .wing-fill, #makespace-bee.bee-color:focus .makespace-bee-head,
#makespace-bee.bee-color:focus .makespace-bee-body-1,
#makespace-bee.bee-color:focus .makespace-bee-body-2,
#makespace-bee.bee-color:focus .makespace-bee-body-3,
#makespace-bee.bee-color:focus .makespace-bee-body-4,
#makespace-bee.bee-color:focus .wing-fill, #makespace-bee.bee-color:active .makespace-bee-head,
#makespace-bee.bee-color:active .makespace-bee-body-1,
#makespace-bee.bee-color:active .makespace-bee-body-2,
#makespace-bee.bee-color:active .makespace-bee-body-3,
#makespace-bee.bee-color:active .makespace-bee-body-4,
#makespace-bee.bee-color:active .wing-fill {
  animation: fillbee 300ms forwards;
}
#makespace-bee.bee-color:hover .makespace-bee-body-3, #makespace-bee.bee-color:focus .makespace-bee-body-3, #makespace-bee.bee-color:active .makespace-bee-body-3 {
  animation-delay: 100ms;
}
#makespace-bee.bee-color:hover .makespace-bee-body-2, #makespace-bee.bee-color:focus .makespace-bee-body-2, #makespace-bee.bee-color:active .makespace-bee-body-2 {
  animation-delay: 200ms;
}
#makespace-bee.bee-color:hover .makespace-bee-body-1, #makespace-bee.bee-color:focus .makespace-bee-body-1, #makespace-bee.bee-color:active .makespace-bee-body-1 {
  animation-delay: 300ms;
}
#makespace-bee.bee-color:hover .makespace-bee-head, #makespace-bee.bee-color:focus .makespace-bee-head, #makespace-bee.bee-color:active .makespace-bee-head {
  animation-delay: 400ms;
}
#makespace-bee.bee-color:hover .wing-fill, #makespace-bee.bee-color:focus .wing-fill, #makespace-bee.bee-color:active .wing-fill {
  animation-delay: 500ms;
}
#makespace-bee.bee-flutter:hover .makespace-bee-group, #makespace-bee.bee-flutter:focus .makespace-bee-group, #makespace-bee.bee-flutter:active .makespace-bee-group {
  animation: bee-flutter-hop 1s ease-in-out;
}
#makespace-bee.bee-flutter:hover .makespace-bee-wing.wing-left, #makespace-bee.bee-flutter:focus .makespace-bee-wing.wing-left, #makespace-bee.bee-flutter:active .makespace-bee-wing.wing-left {
  animation: bee-flutter-left 0.4s linear;
}
#makespace-bee.bee-flutter:hover .makespace-bee-wing.wing-right, #makespace-bee.bee-flutter:focus .makespace-bee-wing.wing-right, #makespace-bee.bee-flutter:active .makespace-bee-wing.wing-right {
  animation: bee-flutter-right 0.4s linear;
}
#makespace-bee.bee-flutter:hover .makespace-bee-body, #makespace-bee.bee-flutter:focus .makespace-bee-body, #makespace-bee.bee-flutter:active .makespace-bee-body {
  animation: bee-body-squeeze 1s linear;
}
#makespace-bee.bee-flutter.bee-color:hover .makespace-bee-wing.wing-left, #makespace-bee.bee-flutter.bee-color:focus .makespace-bee-wing.wing-left, #makespace-bee.bee-flutter.bee-color:active .makespace-bee-wing.wing-left {
  animation: wing-flutter-squeeze-left 1s linear;
}
#makespace-bee.bee-flutter.bee-color:hover .makespace-bee-wing.wing-right, #makespace-bee.bee-flutter.bee-color:focus .makespace-bee-wing.wing-right, #makespace-bee.bee-flutter.bee-color:active .makespace-bee-wing.wing-right {
  animation: wing-flutter-squeeze-right 1s linear;
}
#makespace-bee.bee-fly .makespace-bee-group {
  transform-origin: 270% 0%;
  transform: rotate(0deg);
}
#makespace-bee.bee-fly:hover .makespace-bee-group, #makespace-bee.bee-fly:focus .makespace-bee-group, #makespace-bee.bee-fly:active .makespace-bee-group {
  animation: bee-fly 2s ease-in-out;
}
#makespace-bee.bee-fly:hover .makespace-bee-wing.wing-left, #makespace-bee.bee-fly:focus .makespace-bee-wing.wing-left, #makespace-bee.bee-fly:active .makespace-bee-wing.wing-left {
  animation: bee-flutter-left 0.4s infinite;
  animation-iteration-count: 5;
}
#makespace-bee.bee-fly:hover .makespace-bee-wing.wing-right, #makespace-bee.bee-fly:focus .makespace-bee-wing.wing-right, #makespace-bee.bee-fly:active .makespace-bee-wing.wing-right {
  animation: bee-flutter-right 0.4s infinite;
  animation-iteration-count: 5;
}
#makespace-bee.bee-fly.bee-color:hover .makespace-bee-group, #makespace-bee.bee-fly.bee-color:focus .makespace-bee-group, #makespace-bee.bee-fly.bee-color:active .makespace-bee-group {
  animation-delay: 600ms;
}
#makespace-bee.bee-fly.bee-color:hover .makespace-bee-wing.wing-left, #makespace-bee.bee-fly.bee-color:focus .makespace-bee-wing.wing-left, #makespace-bee.bee-fly.bee-color:active .makespace-bee-wing.wing-left {
  animation-delay: 600ms;
}
#makespace-bee.bee-fly.bee-color:hover .makespace-bee-wing.wing-right, #makespace-bee.bee-fly.bee-color:focus .makespace-bee-wing.wing-right, #makespace-bee.bee-fly.bee-color:active .makespace-bee-wing.wing-right {
  animation-delay: 600ms;
}

#makespace-name {
  width: 9rem;
}
#makespace-name::before {
  padding-top: 18.028385117%;
}
#makespace-name path {
  fill: #483735;
  transition: fill 300ms linear;
  transform-origin: 50% 50%;
}
#makespace-name.name-color-wave:hover path, #makespace-name.name-color-wave:focus path, #makespace-name.name-color-wave:active path {
  animation: makespace-color-wave 1s linear;
}
#makespace-name.name-color-wave:hover path:nth-child(1), #makespace-name.name-color-wave:focus path:nth-child(1), #makespace-name.name-color-wave:active path:nth-child(1) {
  animation-delay: 0s;
}
#makespace-name.name-color-wave:hover path:nth-child(2), #makespace-name.name-color-wave:focus path:nth-child(2), #makespace-name.name-color-wave:active path:nth-child(2) {
  animation-delay: 0.1s;
}
#makespace-name.name-color-wave:hover path:nth-child(3), #makespace-name.name-color-wave:focus path:nth-child(3), #makespace-name.name-color-wave:active path:nth-child(3) {
  animation-delay: 0.2s;
}
#makespace-name.name-color-wave:hover path:nth-child(4), #makespace-name.name-color-wave:focus path:nth-child(4), #makespace-name.name-color-wave:active path:nth-child(4) {
  animation-delay: 0.3s;
}
#makespace-name.name-color-wave:hover path:nth-child(5), #makespace-name.name-color-wave:focus path:nth-child(5), #makespace-name.name-color-wave:active path:nth-child(5) {
  animation-delay: 0.4s;
}
#makespace-name.name-color-wave:hover path:nth-child(6), #makespace-name.name-color-wave:focus path:nth-child(6), #makespace-name.name-color-wave:active path:nth-child(6) {
  animation-delay: 0.5s;
}
#makespace-name.name-color-wave:hover path:nth-child(7), #makespace-name.name-color-wave:focus path:nth-child(7), #makespace-name.name-color-wave:active path:nth-child(7) {
  animation-delay: 0.6s;
}
#makespace-name.name-color-wave:hover path:nth-child(8), #makespace-name.name-color-wave:focus path:nth-child(8), #makespace-name.name-color-wave:active path:nth-child(8) {
  animation-delay: 0.7s;
}
#makespace-name.name-color-wave:hover path:nth-child(9), #makespace-name.name-color-wave:focus path:nth-child(9), #makespace-name.name-color-wave:active path:nth-child(9) {
  animation-delay: 0.8s;
}
#makespace-name.name-color-wave:hover path:nth-child(10), #makespace-name.name-color-wave:focus path:nth-child(10), #makespace-name.name-color-wave:active path:nth-child(10) {
  animation-delay: 0.9s;
}
#makespace-name.name-color-wave:hover path:nth-child(11), #makespace-name.name-color-wave:focus path:nth-child(11), #makespace-name.name-color-wave:active path:nth-child(11) {
  animation-delay: 1s;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
.woocommerce {
  /*----------------------------------------------------------------------
    PRODUCT ARCHIVE
  ----------------------------------------------------------------------*/
}
.woocommerce .products {
  list-style: none;
  display: grid;
  margin: auto;
}
.woocommerce .products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.woocommerce .products.columns-1 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-1 .product:nth-child(1n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-1 .product:nth-child(1n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-1 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-1 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-1 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce .products.columns-2 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-2 .product:nth-child(2n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-2 .product:nth-child(2n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-2 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-2 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-2 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.woocommerce .products.columns-3 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-3 .product:nth-child(3n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-3 .product:nth-child(3n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-3 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-3 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-3 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.woocommerce .products.columns-4 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-4 .product:nth-child(4n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-4 .product:nth-child(4n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-4 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-4 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-4 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.woocommerce .products.columns-5 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-5 .product:nth-child(5n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-5 .product:nth-child(5n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-5 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-5 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-5 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.woocommerce .products.columns-6 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-6 .product:nth-child(6n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-6 .product:nth-child(6n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-6 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-6 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-6 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.woocommerce .products.columns-7 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-7 .product:nth-child(7n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-7 .product:nth-child(7n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-7 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-7 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-7 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.woocommerce .products.columns-8 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-8 .product:nth-child(8n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-8 .product:nth-child(8n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-8 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-8 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-8 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.woocommerce .products.columns-9 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-9 .product:nth-child(9n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-9 .product:nth-child(9n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-9 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-9 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-9 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-10 {
  grid-template-columns: repeat(10, 1fr);
}
.woocommerce .products.columns-10 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-10 .product:nth-child(10n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-10 .product:nth-child(10n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-10 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-10 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-10 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-10 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce .products.columns-11 {
  grid-template-columns: repeat(11, 1fr);
}
.woocommerce .products.columns-11 .product {
  padding: 1.5rem 0.75rem;
  text-align: center;
}
.woocommerce .products.columns-11 .product:nth-child(11n) {
  padding: 1.5rem;
  padding-right: 0;
}
.woocommerce .products.columns-11 .product:nth-child(11n+1) {
  padding: 1.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .woocommerce .products.columns-11 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .products.columns-11 .product:nth-child(2n) {
    padding: 1.5rem;
    padding-right: 0;
  }
  .woocommerce .products.columns-11 .product:nth-child(2n-1) {
    padding: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 640px) and (max-width: 500px) {
  .woocommerce .products {
    display: block;
  }
  .woocommerce .products.columns-11 .product:nth-child(1n) {
    padding: initial;
  }
}
.woocommerce {
  /*----------------------------------------------------------------------
    CART
  ----------------------------------------------------------------------*/
}
.woocommerce .woocommerce-cart-form table {
  text-align: right;
}
.woocommerce .woocommerce-cart-form td,
.woocommerce .woocommerce-cart-form th {
  padding: 1em 0.5em;
}
.woocommerce .woocommerce-cart-form td:first-of-type,
.woocommerce .woocommerce-cart-form th:first-of-type {
  padding-left: 0;
}
.woocommerce .woocommerce-cart-form td:last-of-type,
.woocommerce .woocommerce-cart-form th:last-of-type {
  padding-right: 0;
}
.woocommerce .woocommerce-cart-form dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75em;
}
.woocommerce .woocommerce-cart-form dl dt,
.woocommerce .woocommerce-cart-form dl dd {
  width: 50%;
  margin: 0;
}
.woocommerce .woocommerce-cart-form dl p {
  margin: 0;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item {
  padding: 1em;
}
.woocommerce .woocommerce-cart-form .input-text {
  background-color: #f4f4f4;
}
.woocommerce .woocommerce-cart-form .product-remove {
  width: 5%;
  text-align: left;
}
.woocommerce .woocommerce-cart-form .product-remove a {
  color: red;
}
.woocommerce .woocommerce-cart-form .product-thumbnail {
  width: 20%;
}
.woocommerce .woocommerce-cart-form .product-thumbnail img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
}
.woocommerce .woocommerce-cart-form .product-name {
  width: 35%;
}
.woocommerce .woocommerce-cart-form .product-price {
  width: 10%;
}
.woocommerce .woocommerce-cart-form .product-quantity {
  width: 10%;
}
.woocommerce .woocommerce-cart-form .product-subtotal {
  width: 10%;
}
.woocommerce .woocommerce-cart-form #coupon_code,
.woocommerce .woocommerce-cart-form .button {
  min-width: 33%;
  max-width: 33%;
  margin-left: auto;
}
.woocommerce .cart-collaterals {
  text-align: right;
}
.woocommerce .cart-collaterals .cart-subtotal,
.woocommerce .cart-collaterals .order-total,
.woocommerce .cart-collaterals .shipping {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.woocommerce .cart-collaterals .cart-subtotal,
.woocommerce .cart-collaterals .order-total,
.woocommerce .cart-collaterals .button {
  max-width: 33%;
  min-width: 33%;
}
.woocommerce .cart-collaterals .button {
  text-align: center;
}
@media (max-width: 936px) {
  .woocommerce .woocommerce-cart-form td,
  .woocommerce .woocommerce-cart-form th {
    padding: 0 0.5em;
  }
  .woocommerce .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
    align-items: center;
  }
  .woocommerce .woocommerce-cart-form .product-remove {
    width: 5%;
    align-self: flex-end;
  }
  .woocommerce .woocommerce-cart-form .product-thumbnail {
    width: 35%;
  }
  .woocommerce .woocommerce-cart-form .product-thumbnail img {
    max-width: 64px;
    max-height: 64px;
  }
  .woocommerce .woocommerce-cart-form .product-name {
    width: 60%;
    padding-right: 0;
    align-self: flex-start;
  }
  .woocommerce .woocommerce-cart-form .product-price,
  .woocommerce .woocommerce-cart-form .product-quantity,
  .woocommerce .woocommerce-cart-form .product-subtotal {
    width: 33.33%;
    text-align: left;
    margin-top: 1em;
  }
  .woocommerce .woocommerce-cart-form .product-price {
    margin-left: auto;
    padding-left: 0;
    text-align: right;
  }
  .woocommerce .woocommerce-cart-form #coupon_code,
  .woocommerce .woocommerce-cart-form .button {
    max-width: 100%;
    min-width: 100%;
  }
  .woocommerce .cart-collaterals .cart-subtotal,
  .woocommerce .cart-collaterals .order-total,
  .woocommerce .cart-collaterals .button {
    max-width: 100%;
    min-width: 100%;
  }
}
.woocommerce {
  /*----------------------------------------------------------------------
    CHECKOUT
  ----------------------------------------------------------------------*/
}
.woocommerce .woocommerce-checkout dl {
  font-size: 0.75em;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input {
  background-color: #f4f4f4;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: stretch;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 49.5%;
  margin: 0.5%;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2n),
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(2n) {
  margin-left: 0.5%;
  margin-right: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2n+1),
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(2n+1) {
  margin-right: 0.5%;
  margin-left: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_country_field,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_state_field {
  align-self: center;
}
@media (max-width: 936px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
    margin: 0.5% 0;
  }
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2n), .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2n+1),
  .woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(2n),
  .woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(2n+1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.woocommerce .woocommerce-checkout .col-1,
.woocommerce .woocommerce-checkout .col-2 {
  margin: 1% 0;
}
.woocommerce .woocommerce-checkout #order_review,
.woocommerce .woocommerce-checkout #order_review_heading {
  text-align: right;
}
.woocommerce .woocommerce-checkout .wc_payment_methods {
  list-style: none;
  margin: 0;
}
.woocommerce .woocommerce-checkout .wc_payment_methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0.5%;
  justify-content: flex-start;
}
.woocommerce .woocommerce-checkout .wc_payment_methods li img {
  margin: 0;
}
.woocommerce .woocommerce-checkout .wc_payment_methods input {
  margin-: auto;
  margin-right: 0.5%;
  margin-top: 0.5%;
}
.woocommerce .woocommerce-checkout .wc_payment_methods .payment_box {
  width: 100%;
}
.woocommerce {
  /*----------------------------------------------------------------------
    ORDER SUMMARY
  ----------------------------------------------------------------------*/
}
.woocommerce .woocommerce-order {
  text-align: left;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
button,
input[type=button],
input[type=submit],
select,
option {
  appearance: none;
  cursor: pointer;
}

input[type=submit] {
  background-color: #e35205;
}

label {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
}

input[type=button],
input[type=submit],
.button {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
input[type=button]:before,
input[type=submit]:before,
.button:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
input[type=button]:after,
input[type=submit]:after,
.button:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
input[type=button], input[type=button]:hover, input[type=button]:active, input[type=button]:focus,
input[type=submit],
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
.button,
.button:hover,
.button:active,
.button:focus {
  color: #fff;
  text-decoration: none;
}
input[type=button]:focus,
input[type=submit]:focus,
.button:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
input[type=button]:hover,
input[type=submit]:hover,
.button:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
input[type=button]:hover:after,
input[type=submit]:hover:after,
.button:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
input[type=button]:active,
input[type=submit]:active,
.button:active {
  box-shadow: 0px 0px 5px #e35205;
}
input[type=button] i,
input[type=submit] i,
.button i {
  color: #00263a;
  margin-left: 1em;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select,
select[multiple] {
  background: #fff;
  border: 1px solid #00263a;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: none;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 0;
  padding: 0.5rem;
  width: 100%;
}

.gform_button {
  background-color: #e35205 !important;
  border-bottom: none;
}
.gform_button:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
}
.gform_button:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%) !important;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
a {
  color: #e35205;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
a:focus {
  opacity: 0.8;
  text-decoration: underline;
}
a:focus, a:hover {
  color: rgb(177.099137931, 63.974137931, 3.900862069);
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  line-height: 1.1;
  margin: 0.67em 0 1rem;
  word-wrap: break-word;
}

h1 {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 767px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 767px) {
  h2 {
    font-size: 3.8rem;
  }
}

h3,
.featured-project-h2 {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 767px) {
  h3,
  .featured-project-h2 {
    font-size: 2.8rem;
  }
}

h4 {
  font-family: factoria, serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 767px) {
  h4 {
    font-size: 2.8rem;
  }
}

h5 {
  font-family: factoria, serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 767px) {
  h5 {
    font-size: 2rem;
  }
}

h6,
.featured-project-h3 {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media (min-width: 767px) {
  h6,
  .featured-project-h3 {
    font-size: 1.6rem;
  }
}

p {
  margin-bottom: 2rem;
  margin-top: 0;
}

blockquote {
  background: #00263a;
  border: 1px solid #979797;
  color: #fff;
  padding: 1rem;
  margin: 0 auto 1rem;
  max-width: 72rem;
}
@media (min-width: 767px) {
  blockquote {
    padding: 6.5rem 7rem;
  }
}

table {
  margin: 0 auto 1rem;
  width: 100%;
}

ol,
ul {
  margin: 0 0 1rem 2rem;
  padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
  line-height: 1.3;
  margin: 0 0 1rem;
}

[hidden] {
  display: none !important;
}

pre {
  overflow-x: scroll;
}

small,
figcaption {
  font-size: 87.5%;
  line-height: 1.3;
}

hr {
  max-width: 120px;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
.button {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.button:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.button:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.button, .button:hover, .button:active, .button:focus {
  color: #fff;
  text-decoration: none;
}
.button:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
.button:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
.button:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
.button:active {
  box-shadow: 0px 0px 5px #e35205;
}
.button i {
  color: #00263a;
  margin-left: 1em;
}
.button--alt, body.single-tribe_events .bm-event-meta .tribe-events-button, .wpdm-download-link.btn.btn-primary {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.button--alt:before, body.single-tribe_events .bm-event-meta .tribe-events-button:before, .wpdm-download-link.btn.btn-primary:before {
  border-color: #fff transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.button--alt:after, body.single-tribe_events .bm-event-meta .tribe-events-button:after, .wpdm-download-link.btn.btn-primary:after {
  background-color: #00263a;
  content: "";
  position: absolute;
  border-bottom: solid 3px #061b29;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.button--alt, body.single-tribe_events .bm-event-meta .tribe-events-button, .wpdm-download-link.btn.btn-primary, .button--alt:hover, .button--alt:active, .button--alt:focus {
  color: #fff;
  text-decoration: none;
}
.button--alt:focus, body.single-tribe_events .bm-event-meta .tribe-events-button:focus, .wpdm-download-link.btn.btn-primary:focus {
  box-shadow: 0px 0px 24px rgba(0, 38, 58, 0.7);
  opacity: 1;
}
.button--alt:hover, body.single-tribe_events .bm-event-meta .tribe-events-button:hover, .wpdm-download-link.btn.btn-primary:hover {
  box-shadow: 0px 0px 16px rgba(0, 38, 58, 0.7);
  color: #fff;
}
.button--alt:hover:after, body.single-tribe_events .bm-event-meta .tribe-events-button:hover:after, .wpdm-download-link.btn.btn-primary:hover:after {
  background-color: hsl(200.6896551724, 200%, 11.3725490196%);
}
.button--alt:active, body.single-tribe_events .bm-event-meta .tribe-events-button:active, .wpdm-download-link.btn.btn-primary:active {
  box-shadow: 0px 0px 5px #00263a;
}
.button--alt i, body.single-tribe_events .bm-event-meta .tribe-events-button i, .wpdm-download-link.btn.btn-primary i {
  color: #a5bac9;
  margin-left: 1em;
}

.section, .bm-home-slider-career, .bm-home-posts, .bm-home-slider-feature, .search__wrapper, .archive-project__sidebar, .archive-project__main, .footer-cta-newsletter, .footer-cta-contact__container, .single-staff {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .section, .bm-home-slider-career, .bm-home-posts, .bm-home-slider-feature, .search__wrapper, .archive-project__sidebar, .archive-project__main, .footer-cta-newsletter, .footer-cta-contact__container, .single-staff {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.warning {
  color: #c72800;
  font-weight: bold;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
  margin: 0;
  max-width: initial;
  width: 100%;
}

.wp-block-button__link {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.wp-block-button__link:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.wp-block-button__link:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.wp-block-button__link, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  color: #fff;
  text-decoration: none;
}
.wp-block-button__link:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
.wp-block-button__link:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
.wp-block-button__link:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
.wp-block-button__link:active {
  box-shadow: 0px 0px 5px #e35205;
}
.wp-block-button__link i {
  color: #00263a;
  margin-left: 1em;
}

.wpdm-download-link.btn.btn-primary {
  border-radius: 0 !important;
}

/* Color Options
--------------------------------------------- */
.has-navy-color {
  color: #00263a;
}

.has-navy-text-color {
  color: #00263a;
}

.has-navy-background-color {
  background-color: #00263a;
}

hr.has-navy-color,
hr.has-navy-text-color,
hr.has-navy-background-color {
  border-color: #00263a;
}

.has-navy--dark-color {
  color: #091D2A;
}

.has-navy--dark-text-color {
  color: #091D2A;
}

.has-navy--dark-background-color {
  background-color: #091D2A;
}

hr.has-navy--dark-color,
hr.has-navy--dark-text-color,
hr.has-navy--dark-background-color {
  border-color: #091D2A;
}

.has-denim-color {
  color: #284c60;
}

.has-denim-text-color {
  color: #284c60;
}

.has-denim-background-color {
  background-color: #284c60;
}

hr.has-denim-color,
hr.has-denim-text-color,
hr.has-denim-background-color {
  border-color: #284c60;
}

.has-cyan-color {
  color: #4f758b;
}

.has-cyan-text-color {
  color: #4f758b;
}

.has-cyan-background-color {
  background-color: #4f758b;
}

hr.has-cyan-color,
hr.has-cyan-text-color,
hr.has-cyan-background-color {
  border-color: #4f758b;
}

.has-powder-color {
  color: #a5bac9;
}

.has-powder-text-color {
  color: #a5bac9;
}

.has-powder-background-color {
  background-color: #a5bac9;
}

hr.has-powder-color,
hr.has-powder-text-color,
hr.has-powder-background-color {
  border-color: #a5bac9;
}

.has-white-color {
  color: #fff;
}

.has-white-text-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

hr.has-white-color,
hr.has-white-text-color,
hr.has-white-background-color {
  border-color: #fff;
}

.has-red-color {
  color: #c72800;
}

.has-red-text-color {
  color: #c72800;
}

.has-red-background-color {
  background-color: #c72800;
}

hr.has-red-color,
hr.has-red-text-color,
hr.has-red-background-color {
  border-color: #c72800;
}

.has-orange-color {
  color: #e35205;
}

.has-orange-text-color {
  color: #e35205;
}

.has-orange-background-color {
  background-color: #e35205;
}

hr.has-orange-color,
hr.has-orange-text-color,
hr.has-orange-background-color {
  border-color: #e35205;
}

/* Magnific popup
--------------------------------------------- */
.mfp-image-holder .mfp-close {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.mfp-image-holder .mfp-close:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.mfp-image-holder .mfp-close:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.mfp-image-holder .mfp-close:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.mfp-image-holder .mfp-close:hover:before {
  border: none;
}
.mfp-image-holder .mfp-close:hover:after {
  border: none;
}
.mfp-image-holder .mfp-close {
  background: #00263a;
  color: #fff;
  font-size: 40px;
  height: 83px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 83px;
}

@media screen and (max-width: 837px) {
  .gform_wrapper.gravity-theme .gfield input.medium,
  .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100% !important;
  }
}

@media screen and (max-width: 1053px) {
  .mobile-hide {
    display: none;
  }
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
  display: unset !important;
}

@media screen and (max-width: 445px) {
  .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
    height: 264px !important;
  }
}

@media screen and (max-width: 445px) {
  .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
    object-fit: cover !important;
    height: 265px !important;
  }
}

@media screen and (max-width: 1023px) {
  .remove-padding {
    padding: 0 !important;
  }
}
/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
.general-content__article {
  margin-bottom: 64px;
}
.general-content__article::after {
  clear: both;
  content: "";
  display: block;
}
.general-content__header {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .general-content__header {
    padding: 56px 0;
  }
}
.general-content__wrapper {
  max-width: 77.4rem;
}

.entry-title, .single-staff-content__name {
  color: #091D2A;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.entry-content h1:not(.has-text-color),
.entry-content h2:not(.has-text-color),
.entry-content h3:not(.has-text-color),
.entry-content h4:not(.has-text-color),
.entry-content h5:not(.has-text-color),
.entry-content h6:not(.has-text-color) {
  color: #284c60;
}
.entry-content p {
  line-height: 1.8;
}
.entry-content ul li {
  margin-bottom: 8px;
}
.entry-content > .container, .entry-content > .single-staff, .entry-content > .single-staff-content__wrapper, .entry-content > .single-staff-personal__wrapper {
  padding-inline: 0;
}

.rc-anchor-normal {
  width: 240px;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 93px;
}

.rc-anchor-normal .rc-anchor-content {
  width: 145px;
}

.rc-anchor-normal .rc-anchor-pt {
  padding-right: 62px;
}

.single-tribe_events #tribe-events-content {
  padding-top: 1px;
}

.archive-staff__wrapper {
  padding: 56px 0;
  background-color: #E0E7EB;
  overflow: hidden;
  width: 100%;
}
.archive-staff__list {
  justify-content: flex-start;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.archive-staff__section:not(:last-child) {
  margin-bottom: 56px;
}
.archive-staff__section-heading {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  color: #00263a;
  margin: 0 0 32px;
}
.archive-staff__section-heading:after {
  background-color: #e35205;
  content: "";
  display: block;
  height: 4px;
  margin-top: 12px;
  width: 64px;
}

.single-staff__wrapper {
  display: flex;
  flex-flow: wrap;
}
.single-staff__portrait {
  width: 288px;
}
.single-staff__content {
  flex: 2 420px;
  width: 100%;
}
.single-staff__personal {
  flex: 300px;
}

.single-staff-portrait {
  margin: 0 auto;
}
@media screen and (max-width: 771px) {
  .single-staff-portrait {
    margin: initial;
  }
}
.single-staff-portrait__image-wrapper {
  border-bottom: solid 4px #e35205;
}
.single-staff-portrait__image-wrapper img {
  margin: 0;
  width: 100%;
}
.single-staff-portrait__logo-wrapper {
  background-color: #E0E7EB;
  padding: 24px 32px;
}

.single-staff-content {
  margin-bottom: 4rem;
}
@media screen and (max-width: 771px) {
  .single-staff-content__wrapper {
    padding: 25px 0px 0px 0px;
  }
}
.single-staff-content__name {
  position: relative;
  margin-block-start: 16px;
}
.single-staff-content__name:before {
  background-color: #e35205;
  bottom: 100%;
  bottom: calc(100% + 0.25em);
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 64px;
}
.single-staff-content__pnl {
  white-space: nowrap;
}
.single-staff-content__title {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  color: #4f758b;
  font-size: 28px;
}

.single-staff-personal__fun {
  background-color: #4f758b;
  color: #fff;
}
.single-staff-personal__wrapper {
  padding: 8px 8px 20px;
}
.single-staff-personal h3 {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*-----------------------------------------------------------------------------------------------------
  Base Libraries - @use statements must come first
-----------------------------------------------------------------------------------------------------*/
.msw-case-studies-module-list {
  display: flex;
  list-style: none;
  margin: 0 -2rem;
  padding: 0;
}

.msw-case-studies-module-item {
  float: left;
  padding: 2rem;
  width: 50%;
}
@media (max-width: 640px) {
  .msw-case-studies-module-item {
    width: 100%;
  }
}
.msw-case-studies-module-item .msw-case-studies-module-permalink {
  display: block;
}
.msw-case-studies-module-item .msw-case-thumbnail .img {
  background: no-repeat center center;
  background-size: cover;
  padding-bottom: 70%;
  width: 100%;
}
.msw-case-featured-image .img {
  background: no-repeat center center;
  background-size: cover;
  padding-bottom: 70%;
  width: 100%;
}

.msw-case-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -2rem;
  padding: 0;
}

.msw-case-gallery-item {
  float: left;
  padding: 2rem;
  width: 33.333%;
}
@media (max-width: 1023px) {
  .msw-case-gallery-item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .msw-case-gallery-item {
    width: 100%;
  }
}
.msw-case-gallery-item .msw-case-gallery-img {
  background: no-repeat center center;
  background-size: cover;
  display: block;
  padding-bottom: 70%;
  width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
  External Dependencies - keeping as @import due to external library compatibility
-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------
  Shared Elements
-----------------------------------------------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  border-bottom: solid 5px #e35205;
  color: #00263a;
  height: 122px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
@media (max-width: 936px) {
  .site-header {
    height: 80px;
  }
}
.site-header__container {
  display: flex;
  height: 100%;
}
.site-header__logo {
  align-self: center;
  width: 148px;
  height: auto;
}
@media (max-width: 936px) {
  .site-header__logo {
    width: 100px;
  }
}
.site-header__logo a, .site-header__logo img {
  display: block;
}
.site-header__menus-wrapper {
  align-items: flex-end;
  display: flex;
  flex: 1 auto;
  flex-direction: column;
}
.site-header__primary-navigation,
.site-header .menu-landing-page-menu-container {
  height: 100%;
}
.site-header__primary-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  order: 2;
  width: 100%;
}
.site-header__secondary-wrapper {
  color: #4f758b;
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  position: relative;
  width: 100%;
}
.site-header__secondary-wrapper:before {
  border-color: transparent transparent transparent #fff;
  border-width: 18px 0 0 30px;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10vw;
}
@media (min-width: 1400px) {
  .site-header__secondary-wrapper:before {
    left: 25%;
  }
}
.site-header__secondary-wrapper:after {
  background-color: #E0E7EB;
  border-radius: 0 0 0 1px 1px;
  content: "";
  height: 100%;
  position: absolute;
  right: -10vw;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1400px) {
  .site-header__secondary-wrapper:after {
    right: calc(-50vw + 630px);
    width: calc(75% + 50vw - 630px);
  }
}
.site-header__social-links {
  align-items: center;
  display: flex;
  margin-left: 48px;
}
.site-header__search-button {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.site-header__search-button:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.site-header__search-button:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.site-header__search-button:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.site-header__search-button:hover:before {
  border: none;
}
.site-header__search-button:hover:after {
  border: none;
}
.site-header__search-button {
  margin-left: 1em;
  transition: transform 0.2s ease-in-out;
}
.site-header__search-button:hover {
  transform: scale(1.1);
}

.primary-navigation,
.landing-header__primary-wrapper > div > ul.menu {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 100%;
}
.primary-navigation .sub-menu,
.landing-header__primary-wrapper > div > ul.menu .sub-menu {
  background: #00263a;
  color: #fff;
  padding: 2rem 3rem;
  position: absolute;
  top: 100%;
  left: -3rem;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  width: 16rem;
  z-index: 5;
}
@media (min-width: 1024px) {
  .primary-navigation .sub-menu,
  .landing-header__primary-wrapper > div > ul.menu .sub-menu {
    min-width: calc(100% + 3rem);
    width: 24rem;
  }
}
.primary-navigation .sub-menu .menu-item,
.landing-header__primary-wrapper > div > ul.menu .sub-menu .menu-item {
  line-height: 1.1;
  padding: 1rem 0;
}
.primary-navigation .sub-menu a:hover,
.landing-header__primary-wrapper > div > ul.menu .sub-menu a:hover {
  text-decoration: underline;
}
.primary-navigation .menu-item:last-child() .sub-menu,
.landing-header__primary-wrapper > div > ul.menu .menu-item:last-child() .sub-menu {
  columns: 2;
  left: initial;
  right: -3rem;
  width: 42rem;
}
.primary-navigation > .menu-item-has-children,
.landing-header__primary-wrapper > div > ul.menu > .menu-item-has-children {
  position: relative;
  z-index: 1;
}
.primary-navigation > .menu-item-has-children:hover,
.landing-header__primary-wrapper > div > ul.menu > .menu-item-has-children:hover {
  z-index: 2;
  /* Elevate the hovered menu item above siblings */
}
.primary-navigation > .menu-item-has-children:hover .sub-menu,
.landing-header__primary-wrapper > div > ul.menu > .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.primary-navigation > .menu-item-has-children > a:after,
.landing-header__primary-wrapper > div > ul.menu > .menu-item-has-children > a:after {
  content: "\e901";
  display: inline-block;
  margin-left: 0.25em;
  line-height: 0;
}
.primary-navigation a,
.landing-header__primary-wrapper > div > ul.menu a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-navigation,
.landing-header__primary-wrapper > div > ul.menu {
  color: #00263a;
  display: flex;
  height: 100%;
}
@media (max-width: 1280px) {
  .primary-navigation,
  .landing-header__primary-wrapper > div > ul.menu {
    font-size: 14px;
  }
}
.primary-navigation > .menu-item,
.landing-header__primary-wrapper > div > ul.menu > .menu-item {
  align-items: center;
  display: flex;
  height: 100%;
}
.primary-navigation > .menu-item + .menu-item,
.landing-header__primary-wrapper > div > ul.menu > .menu-item + .menu-item {
  margin-left: 24px;
}
@media (max-width: 1280px) {
  .primary-navigation > .menu-item + .menu-item,
  .landing-header__primary-wrapper > div > ul.menu > .menu-item + .menu-item {
    margin-left: 15.4px;
  }
}

.landing-header__primary-wrapper > div > ul.menu {
  margin: 0;
}

.menu-landing-page-menu-container {
  margin-top: 0;
}

.secondary-navigation {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 100%;
}
.secondary-navigation .sub-menu {
  background: #00263a;
  color: #fff;
  padding: 2rem 3rem;
  position: absolute;
  top: 100%;
  left: -3rem;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  width: 16rem;
  z-index: 5;
}
@media (min-width: 1024px) {
  .secondary-navigation .sub-menu {
    min-width: calc(100% + 3rem);
    width: 24rem;
  }
}
.secondary-navigation .sub-menu .menu-item {
  line-height: 1.1;
  padding: 1rem 0;
}
.secondary-navigation .sub-menu a:hover {
  text-decoration: underline;
}
.secondary-navigation .menu-item:last-child() .sub-menu {
  columns: 2;
  left: initial;
  right: -3rem;
  width: 42rem;
}
.secondary-navigation > .menu-item-has-children {
  position: relative;
  z-index: 1;
}
.secondary-navigation > .menu-item-has-children:hover {
  z-index: 2;
  /* Elevate the hovered menu item above siblings */
}
.secondary-navigation > .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.secondary-navigation > .menu-item-has-children > a:after {
  content: "\e901";
  display: inline-block;
  margin-left: 0.25em;
  line-height: 0;
}
.secondary-navigation a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.secondary-navigation > .menu-item {
  padding: 16px 0;
}
.secondary-navigation > .menu-item + .menu-item {
  margin-left: 16px;
}

#nav-toggle {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
#nav-toggle:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
#nav-toggle:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
#nav-toggle:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
#nav-toggle:hover:before {
  border: none;
}
#nav-toggle:hover:after {
  border: none;
}
#nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 24px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 26px;
  width: 40px;
}
#nav-toggle:before,
#nav-toggle .middle-bar, #nav-toggle:after {
  background: #00263a;
  border: none;
  display: block;
  height: 4px;
  transition: transform 0.3s;
  width: auto;
  border-radius: 0px;
}
#nav-toggle:before, #nav-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
}
#nav-toggle:before {
  top: 0;
}
#nav-toggle .middle-bar {
  background-color: #e35205;
}
#nav-toggle:after {
  bottom: 0;
  top: initial;
  clip-path: none;
}

@media (max-width: 936px) {
  .site-header__menus-wrapper {
    display: none;
  }
  #nav-toggle {
    display: inline-block;
  }
}
.header-search-overlay {
  background-color: #00263a;
  display: flex;
  justify-content: space-between;
  padding: 1.5em 2em;
  position: absolute;
  right: 0;
  top: 100%;
  width: 50vw;
}
.header-search-overlay__form {
  display: flex;
  flex: 1 auto;
}
.header-search-overlay input[type=text].header-search-overlay__input {
  background-color: #E0E7EB;
  color: #00263a;
  flex: 1 1 auto;
}
.header-search-overlay input[type=submit].header-search-overlay__submit {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.header-search-overlay input[type=submit].header-search-overlay__submit:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.header-search-overlay input[type=submit].header-search-overlay__submit:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.header-search-overlay input[type=submit].header-search-overlay__submit:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.header-search-overlay input[type=submit].header-search-overlay__submit:hover:before {
  border: none;
}
.header-search-overlay input[type=submit].header-search-overlay__submit:hover:after {
  border: none;
}
.header-search-overlay input[type=submit].header-search-overlay__submit {
  background-color: #00263a;
  color: #fff;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
.header-search-overlay input[type=submit].header-search-overlay__submit:hover {
  color: #fff;
  text-decoration: underline;
}
.header-search-overlay__close {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.header-search-overlay__close:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.header-search-overlay__close:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.header-search-overlay__close:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.header-search-overlay__close:hover:before {
  border: none;
}
.header-search-overlay__close:hover:after {
  border: none;
}
.header-search-overlay__close {
  background-color: #00263a;
  color: #fff;
  padding: 0.5em 1em;
  transition: transform 0.2s ease-in-out;
}
.header-search-overlay__close:hover {
  color: #fff;
  transform: scale(1.2);
}
.header-search-overlay__close i {
  color: inherit;
}

.page-template-page_landing .bm-social-menu {
  padding: 16px 0;
}

.site-footer {
  background-color: #00263a;
  border-top: solid 5px #e35205;
  padding: 32px 0;
}
@media (min-width: 767px) {
  .site-footer {
    padding: 56px 0 32px;
  }
}
.site-footer__grid > * + * {
  margin-top: 1.5em;
}
@media (min-width: 767px) {
  .site-footer__grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: minmax(300px, 1fr) minmax(auto, 820px);
  }
  .site-footer__grid > * + * {
    margin-top: 0;
  }
}
.site-footer__inlinks {
  color: #a5bac9;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 767px) {
  .site-footer__inlinks {
    text-align: right;
  }
}
.site-footer__oohnado {
  display: block;
  text-align: center;
}
@media (min-width: 767px) {
  .site-footer__oohnado {
    display: inline-block;
    margin-left: 1.5em;
  }
}
.site-footer__oohnado a {
  border-top: none;
  border-right: none;
  border-left: none;
}
.site-footer__oohnado a path {
  fill: #a5bac9;
  transition: fill 0.3s ease-in-out;
}
.site-footer__oohnado a:hover path, .site-footer__oohnado a:focus path {
  fill: inherit;
}
.site-footer__social-links {
  align-self: end;
  color: #a5bac9;
  font-size: 2rem;
}
.site-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 24px;
  padding-top: 32px;
}
.site-footer__logo > img {
  max-width: 215px;
}
.site-footer__additional-logos {
  display: flex;
  flex-grow: 1;
  align-items: baseline;
  margin-top: 1em;
}
.site-footer__additional-logos__links {
  max-width: 95px;
  margin: 6px;
}
.site-footer__additional-logos__links:hover {
  opacity: 0.75;
}
.site-footer__additional-logos__links:nth-child(3) {
  position: relative;
  top: 10px;
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 767px) {
  .footer-navigation {
    justify-content: flex-start;
  }
}
.footer-navigation__button, .footer-navigation__button--secondary, .footer-navigation__button--primary {
  border-top: solid 3px #e35205;
  font-size: 16px;
  margin: 0 7px 8px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .footer-navigation__button, .footer-navigation__button--secondary, .footer-navigation__button--primary {
    margin: 0 7px 16px;
  }
}
.footer-navigation__button a, .footer-navigation__button--secondary a, .footer-navigation__button--primary a {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.footer-navigation__button a:hover, .footer-navigation__button--secondary a:hover, .footer-navigation__button--primary a:hover {
  opacity: 0.8;
}
.footer-navigation__button a, .footer-navigation__button--secondary a, .footer-navigation__button--primary a {
  background-color: #E0E7EB;
  color: #00263a;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  padding: 16px 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 767px) {
  .footer-navigation__button a, .footer-navigation__button--secondary a, .footer-navigation__button--primary a {
    padding: 22px 20px;
  }
}
.footer-navigation__button--primary {
  width: 100%;
}
@media (min-width: 640px) {
  .footer-navigation__button--primary {
    width: calc(50% - 14px);
  }
}
@media (min-width: 767px) {
  .footer-navigation__button--primary {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer-navigation__button--primary {
    width: calc(50% - 14px);
  }
}
.footer-navigation__button--secondary {
  font-size: 14px;
  width: 100%;
}
@media (min-width: 400px) {
  .footer-navigation__button--secondary {
    width: calc(50% - 14px);
  }
}
@media (min-width: 1280px) {
  .footer-navigation__button--secondary {
    font-size: 16px;
    width: calc(25% - 14px);
  }
}
.footer-navigation__button--secondary a {
  background-color: #4f758b;
  color: #fff;
}
.footer-navigation__symbol {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-inlinks {
  display: contents;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-inlinks li {
  margin: 0.75em auto;
}
@media (min-width: 767px) {
  .footer-inlinks li {
    display: inline-block;
    margin: 0 0 0 1.5em;
  }
}
.footer-inlinks a {
  border: dotted 1px transparent;
  color: inherit;
}
.footer-inlinks a:hover {
  text-decoration: none;
}
.footer-inlinks a:focus {
  border-color: #e35205;
}

.msw-page-header {
  background-color: #a5bac9;
  background-position: center center;
  background-size: cover;
  height: 20rem;
  margin-bottom: 2rem;
}

.bm-breadcrumbs {
  font-family: factoria, serif;
  font-weight: 400;
  font-style: normal;
  display: none;
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 767px) {
  .bm-breadcrumbs {
    display: block;
  }
}
.bm-breadcrumbs ul {
  font-size: 0;
  list-style: none;
  margin: 0 0 2.8rem;
}
.bm-breadcrumbs li {
  display: inline-block;
  font-size: 16px;
}
.bm-breadcrumbs li + li::before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  margin-left: 1rem;
  margin-right: 1rem;
}
.bm-breadcrumbs a {
  text-decoration: none;
}
.bm-breadcrumbs a:hover {
  text-decoration: underline;
}
.bm-breadcrumbs i {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.bm-breadcrumbs i:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
.bm-breadcrumbs .breadcrumb_last::before {
  display: none;
}

.filter-container .filter-dropdown {
  position: relative;
}
.filter-container .filter-dropdown .filter-display {
  border: 0 none;
  cursor: pointer;
  height: 100%;
  padding: 0 3rem 0 1rem;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.filter-container .filter-dropdown .filter-display::before {
  content: "\e901";
  display: block;
  font-size: 1rem;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  text-align: left;
  transform: rotate(0deg);
}
.filter-container .filter-dropdown ul {
  background: #fff;
  display: none;
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left;
  width: 100%;
}
.filter-container .filter-dropdown ul li {
  margin: 0;
  padding: 0;
}
.filter-container .filter-dropdown ul a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.3s;
}
.filter-container .filter-dropdown ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.filter-container .filter-dropdown.active {
  z-index: 100;
}
.filter-container .filter-dropdown.active .filter-display:before {
  transform: rotate(180deg);
}
.filter-container .filter-dropdown.active ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: block;
}

body .entry-content .gfield_label {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
body .entry-content .gform_wrapper .gform_title {
  text-transform: uppercase;
}
body .entry-content .gform_wrapper .gf_progressbar_percentage {
  font-family: industry, sans-serif;
}
body .entry-content .gform_wrapper label {
  font-family: industry, sans-serif;
}
body .entry-content .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 22px;
}
@media only screen and (min-width: 641px) {
  body .entry-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 22px;
  }
}
@media only screen and (min-width: 641px) {
  body .entry-content .gform_wrapper .top_label li.gfield.gf_left_half, body .entry-content .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 22px;
  }
}
body .entry-content .gform_wrapper .gform_footer {
  margin-top: 6px;
}
body .entry-content .gform_wrapper .gform_page_footer input.button,
body .entry-content .gform_wrapper .gform_page_footer input[type=submit],
body .entry-content .gform_wrapper .gform_footer input.button,
body .entry-content .gform_wrapper .gform_footer input[type=submit] {
  border-left: none;
  border-right: none;
  border-top: none;
}

.bm-social-menu {
  color: inherit;
  font-size: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.bm-social-menu li {
  display: inline-block;
  margin: 0 0.25em;
}
.bm-social-menu a {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.bm-social-menu a:hover {
  opacity: 0.8;
}
.bm-social-menu a {
  border: dotted 1px transparent;
  color: inherit;
}
.bm-social-menu a i {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.bm-social-menu a:hover i {
  transform: scale(1.1);
}
.bm-social-menu a:focus {
  border-color: #e35205;
}

.contentful-header, .contentful-header--gencon {
  background-color: #00263a;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: 1.5em;
  padding: 64px 0;
  position: relative;
  border-bottom: 4px solid #e35205;
}
@media (min-width: 1024px) {
  .contentful-header, .contentful-header--gencon {
    min-height: 372px;
  }
}
.contentful-header__title {
  margin-top: 0px;
}
.contentful-header__container {
  position: relative;
  z-index: 3;
}
.contentful-header__content {
  max-width: 58rem;
  width: 100%;
}
.contentful-header__cta {
  margin-top: 2.25em;
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.contentful-header__cta:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.contentful-header__cta:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.contentful-header__cta, .contentful-header__cta:hover, .contentful-header__cta:active, .contentful-header__cta:focus {
  color: #fff;
  text-decoration: none;
}
.contentful-header__cta:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
.contentful-header__cta:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
.contentful-header__cta:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
.contentful-header__cta:active {
  box-shadow: 0px 0px 5px #e35205;
}
.contentful-header__cta i {
  color: #00263a;
  margin-left: 1em;
}
.contentful-header__cta:hover .contentful-header__cta-symbol {
  transform: translateX(50%);
}
.contentful-header__cta-symbol {
  margin-left: 40px;
  transition: transform 0.3s ease-in-out;
}
.contentful-header__image {
  height: 100%;
  margin: 0;
  max-width: initial;
  opacity: 0.5 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
}
@media (min-width: 767px) {
  .contentful-header__image {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .contentful-header__image {
    opacity: 1;
  }
}

.footer-cta-wysiwyg {
  background-color: #091D2A;
  color: #fff;
  overflow: hidden;
  padding: 6% 0;
  position: relative;
}
.footer-cta-wysiwyg h1,
.footer-cta-wysiwyg h2,
.footer-cta-wysiwyg h3,
.footer-cta-wysiwyg h4,
.footer-cta-wysiwyg h5,
.footer-cta-wysiwyg h6 {
  line-height: 1.1;
  text-transform: uppercase;
}
.footer-cta-wysiwyg__container {
  position: relative;
  z-index: 3;
}
.footer-cta-wysiwyg__content {
  margin-left: auto;
  margin-top: calc(1.5em + 4px);
  max-width: 46rem;
  position: relative;
  width: 100%;
}
.footer-cta-wysiwyg__content:before {
  background-color: #e35205;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: -1.5em;
  width: 64px;
}
.footer-cta-wysiwyg__button {
  margin-top: 1.5em;
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.footer-cta-wysiwyg__button:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.footer-cta-wysiwyg__button:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.footer-cta-wysiwyg__button, .footer-cta-wysiwyg__button:hover, .footer-cta-wysiwyg__button:active, .footer-cta-wysiwyg__button:focus {
  color: #fff;
  text-decoration: none;
}
.footer-cta-wysiwyg__button:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
.footer-cta-wysiwyg__button:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
.footer-cta-wysiwyg__button:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
.footer-cta-wysiwyg__button:active {
  box-shadow: 0px 0px 5px #e35205;
}
.footer-cta-wysiwyg__button i {
  color: #00263a;
  margin-left: 1em;
}
.footer-cta-wysiwyg__button:hover .footer-cta-wysiwyg__cta-symbol {
  transform: translateX(50%);
}
.footer-cta-wysiwyg__button-symbol {
  margin-left: 40px;
  transition: transform 0.3s ease-in-out;
}
.footer-cta-wysiwyg__image {
  height: 100%;
  left: 0;
  margin: 0;
  max-width: initial;
  opacity: 0.5 !important;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
@media (min-width: 767px) {
  .footer-cta-wysiwyg__image {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .footer-cta-wysiwyg__image {
    opacity: 1;
  }
}

.footer-cta-newsletter {
  background-color: #4f758b;
  background-size: cover;
  background-position: right center;
  color: #fff;
}
.footer-cta-newsletter__container {
  display: flex;
  flex-flow: wrap;
}
.footer-cta-newsletter__form-wrap {
  flex: 1 600px;
}
.footer-cta-newsletter__headline {
  max-width: 354px;
}
.footer-cta-newsletter__hpre {
  font-family: industry, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 21px;
}
.footer-cta-newsletter__hmain {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 37px;
}
@media screen and (min-width: 640px) {
  .footer-cta-newsletter .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-cta-newsletter .gform_wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.footer-cta-newsletter .gform_wrapper label {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.footer-cta-newsletter .gform_wrapper input {
  border: solid 2px #00263a;
  border-radius: 6px;
}
.footer-cta-newsletter .gform_wrapper .gform_body {
  flex: 1 446px;
}
@media screen and (min-width: 640px) {
  .footer-cta-newsletter .gform_wrapper .gform_footer {
    flex: 0;
  }
}
.footer-cta-newsletter .gform_wrapper .ginput_container_consent {
  width: 100%;
}
.footer-cta-newsletter .gform_wrapper .ginput_container_consent label {
  font-family: urw-din, sans-serif;
  text-transform: none;
}
.js .footer-cta-newsletter .gform_wrapper .ginput_container_consent input {
  display: none;
}
.js .footer-cta-newsletter .gform_wrapper .ginput_container_consent input:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.js .footer-cta-newsletter .gform_wrapper .ginput_container_consent label {
  margin: 6px 0;
  padding-left: 35px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.js .footer-cta-newsletter .gform_wrapper .ginput_container_consent label:before {
  border: solid 2px #fff;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  background: #284c60;
  margin-top: -10px;
}
.js .footer-cta-newsletter .gform_wrapper .ginput_container_consent label:after {
  background: #e35205;
  border: solid 2px #fff;
  top: 50%;
  transition: 0.3s;
  transform: scale(3.4);
  opacity: 0;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 6px;
}
.footer-cta-newsletter .gfield_required {
  display: none;
}
.footer-cta-newsletter .gform_button {
  margin-top: 10px;
}
.footer-cta-newsletter .gform_button i {
  margin-left: 1.2em;
}

.footer-cta-contact {
  color: #fff;
  background-color: #00263a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -300px top;
}
@media (min-width: 1024px) {
  .footer-cta-contact {
    background-position: right top;
  }
}
.footer-cta-contact__form-wrap {
  max-width: 608px;
  width: 100%;
}
.footer-cta-contact #gform_1 .validation_error {
  background-color: rgba(255, 255, 255, 0.6);
  color: #c72800;
}
.footer-cta-contact #gform_1 .gfield_description.validation_message {
  color: #c72800;
}
.footer-cta-contact #gform_1 li.gfield.gfield_error {
  background-color: rgba(255, 255, 255, 0.6);
}
.footer-cta-contact #gform_1 .gform_title {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  text-transform: uppercase;
}
.footer-cta-contact #gform_1 label {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-cta-contact #gform_1 .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.footer-cta-contact #gform_1 .gfield_radio li {
  overflow: visible;
  width: 50%;
}
.js .footer-cta-contact #gform_1 .gfield_radio input {
  display: none;
}
.js .footer-cta-contact #gform_1 .gfield_radio input:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.js .footer-cta-contact #gform_1 .gfield_radio label {
  margin: 6px 0;
  padding-left: 35px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.js .footer-cta-contact #gform_1 .gfield_radio label:before {
  border: solid 2px #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  background: #00263a;
  margin-top: -10px;
}
.js .footer-cta-contact #gform_1 .gfield_radio label:after {
  background: #c72800;
  border: solid 2px #fff;
  border-radius: 100%;
  top: 50%;
  transition: 0.3s;
  transform: scale(3.4);
  opacity: 0;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 6px;
}
.footer-cta-contact #gform_1 .ginput_container_consent label {
  font-family: urw-din, sans-serif;
  text-transform: none;
}
.js .footer-cta-contact #gform_1 .ginput_container_consent input {
  display: none;
}
.js .footer-cta-contact #gform_1 .ginput_container_consent input:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.js .footer-cta-contact #gform_1 .ginput_container_consent label {
  margin: 6px 0;
  padding-left: 35px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.js .footer-cta-contact #gform_1 .ginput_container_consent label:before {
  border: solid 2px #fff;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  background: #00263a;
  margin-top: -10px;
}
.js .footer-cta-contact #gform_1 .ginput_container_consent label:after {
  background: #c72800;
  border: solid 2px #fff;
  top: 50%;
  transition: 0.3s;
  transform: scale(3.4);
  opacity: 0;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 6px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0 auto 1em;
  width: 100%;
}
@media (min-width: 640px) {
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item,
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item {
    margin: 0 1em 1em 0;
    width: calc((100% - 16px) / 2);
  }
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
  border-top: solid 4px #a5bac9;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  background: rgba(9, 29, 42, 0.65);
  padding: 20px 12px 12px;
  text-align: left;
}
.wp-block-gallery .blocks-gallery-image figcaption:before,
.wp-block-gallery .blocks-gallery-item figcaption:before,
.blocks-gallery-grid .blocks-gallery-image figcaption:before,
.blocks-gallery-grid .blocks-gallery-item figcaption:before {
  background-color: #e35205;
  content: "";
  display: block;
  height: calc(100% - 20px - 12px);
  left: 4px;
  max-height: 32px;
  position: absolute;
  top: 20px;
  width: 2px;
}
.wp-block-gallery .blocks-gallery-caption,
.blocks-gallery-grid .blocks-gallery-caption {
  background-color: #E0E7EB;
  font-size: inherit;
  padding: 26px 1em;
  position: relative;
  bottom: 16px;
}
@media (min-width: 640px) {
  .wp-block-gallery .blocks-gallery-caption,
  .blocks-gallery-grid .blocks-gallery-caption {
    padding: 26px 32px;
  }
}

.bmrp {
  background-color: #e0e7eb;
  border-top: solid 4px #e35205;
  font-size: 12px;
  max-width: 394px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bmrp__thumbnail-link {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.bmrp__thumbnail-link:focus, .bmrp__thumbnail-link:hover {
  border: none;
  opacity: 0.6;
}
.bmrp figure.bmrp__thumbnail,
.bmrp figure.bmrp__thumbnail[style] {
  background-color: #00263a;
  background-position: center;
  background-size: contain;
  border: none;
  margin: 0;
  width: 100%;
}
.bmrp__content {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.bmrp__context {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #4f758b;
  text-transform: uppercase;
}
.bmrp__title:focus {
  color: #e35205;
  border-bottom: dotted 2px #e35205;
}
.bmrp__title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00263a;
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 1.1em;
  text-decoration: none;
}
.bmrp__dateline {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  color: #7b91a3;
  display: flex;
  text-transform: uppercase;
  margin-top: auto;
}
.bmrp__date:focus {
  color: #e35205;
  border-bottom: dotted 2px #e35205;
}
.bmrp__date {
  color: inherit;
  text-decoration: none;
}
.bmrp__readtime:focus {
  color: #e35205;
  border-bottom: dotted 2px #e35205;
}
.bmrp__readtime {
  color: inherit;
  margin-left: 2em;
  text-decoration: none;
}

.related-articles {
  margin-bottom: 40px;
}
.related-articles__list, .location-featured-projects__list {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  margin: 16px -16px 0;
  padding: 0;
  width: auto;
  min-width: 100%;
}
.related-articles__item, .location-featured-projects__item {
  display: flex;
  flex: 0 0 100%;
  padding: 0 16px;
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .related-articles__item, .location-featured-projects__item {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .related-articles__item, .location-featured-projects__item {
    flex: 0 0 33.33333%;
  }
}

.gencon-gated-content {
  background-color: #00263a;
  border-top: solid 4px #e35205;
  color: #fff;
  font-size: 14px;
  margin-bottom: 1.5em;
  max-width: 390px;
  width: 100%;
}
.gencon-gated-content__headline {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
}
.gencon-gated-content__inner > * {
  padding: 0 30px;
}
.gencon-gated-content label {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #a5bac9;
  text-transform: uppercase;
}
.gencon-gated-content .ginput_container_consent label {
  color: #fff;
  font-family: urw-din, sans-serif;
  font-weight: normal;
  text-transform: none;
}
.js .gencon-gated-content .ginput_container_consent input {
  display: none;
}
.js .gencon-gated-content .ginput_container_consent input:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.js .gencon-gated-content .ginput_container_consent label {
  margin: 6px 0;
  padding-left: 35px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.js .gencon-gated-content .ginput_container_consent label:before {
  border: solid 2px #fff;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  background: #00263a;
  margin-top: -10px;
}
.js .gencon-gated-content .ginput_container_consent label:after {
  background: #c72800;
  border: solid 2px #fff;
  top: 50%;
  transition: 0.3s;
  transform: scale(3.4);
  opacity: 0;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 6px;
}
.gencon-gated-content .gform_wrapper {
  padding: 0;
}
.gencon-gated-content .gform_wrapper form > * {
  padding: 0 30px;
}
.gencon-gated-content .gform_wrapper form .gform_footer {
  padding: 0;
}
.gencon-gated-content #gform_submit_button_3 {
  display: flex;
  font-size: 20px;
  text-align: left;
  width: 100%;
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.gencon-gated-content #gform_submit_button_3:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.gencon-gated-content #gform_submit_button_3:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.gencon-gated-content #gform_submit_button_3, .gencon-gated-content #gform_submit_button_3:hover, .gencon-gated-content #gform_submit_button_3:active, .gencon-gated-content #gform_submit_button_3:focus {
  color: #fff;
  text-decoration: none;
}
.gencon-gated-content #gform_submit_button_3:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
.gencon-gated-content #gform_submit_button_3:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
.gencon-gated-content #gform_submit_button_3:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
.gencon-gated-content #gform_submit_button_3:active {
  box-shadow: 0px 0px 5px #e35205;
}
.gencon-gated-content #gform_submit_button_3 i {
  color: #00263a;
  margin-left: 1em;
}
.gencon-gated-content #gform_submit_button_3 i {
  display: inline-block;
  margin-left: auto;
}

.gencon-featured-post {
  font-size: 12px;
  margin: 4rem 0;
}
.gencon-featured-post__section-title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00263a;
  font-size: 20px;
  text-transform: uppercase;
}
.gencon-featured-post__category, .card-blog-post__category {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #284c60;
  text-decoration: none;
  text-transform: uppercase;
}
.gencon-featured-post__category:hover, .card-blog-post__category:hover {
  text-decoration: underline;
}
.gencon-featured-post__headline {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.gencon-featured-post__headline > a {
  color: inherit;
  text-decoration: none;
}
.gencon-featured-post__headline > a:hover {
  text-decoration: underline;
}
.gencon-featured-post__dateline, .card-blog-post__dateline {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #a5bac9;
  text-transform: uppercase;
}
.gencon-featured-post__dateline a, .card-blog-post__dateline a {
  color: inherit;
  text-decoration: none;
}
.gencon-featured-post__dateline a:hover, .card-blog-post__dateline a:hover {
  text-decoration: underline;
}
.gencon-featured-post__read, .card-blog-post__read {
  display: inline-block;
  margin-left: 1.5em;
}

.bmpc {
  background-color: #00263a;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-decoration: none;
  max-width: 432px;
}
.bmpc:hover {
  color: #4f758b;
}
.bmpc:hover .bmpc__location {
  color: #fff;
}
.bmpc__content-wrap {
  padding: 24px 30px;
  position: relative;
  flex-grow: 1;
}
.bmpc__location {
  background: #e35205;
  color: #fff;
  left: 0;
  line-height: 34px;
  padding-left: 0.5em;
  padding-right: 1.5em;
  position: absolute;
  top: -17px;
}
.bmpc__location i {
  display: inline-block;
  margin-right: 9px;
}
.bmpc__organization {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #a5bac9;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.bmpc__organization:last-child {
  margin-bottom: 0px;
}
.bmpc__thumbnail-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bmpc__thumbnail-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .bmpc__thumbnail-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.bmpc__thumbnail-wrap {
  background-color: #E0E7EB;
  height: 242px;
  line-height: 0;
  width: 100%;
}
.bmpc__thumbnail {
  margin-bottom: 0;
}
.bmpc__title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.1;
}
.bmpc__markets {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  margin: 0 -4px 8px;
  padding: 0;
}
.bmpc__market {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #979797;
  border-radius: 5px;
  color: #fff;
  margin: 4px 4px 0;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
}

.gencon-featured-project {
  margin-bottom: 3em;
}
.gencon-featured-project__title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.service-video-header {
  color: #fff;
  height: 700px;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
}
.service-video-header:after {
  background-color: rgba(0, 38, 58, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.service-video-header__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 0 0;
  position: relative;
  z-index: 4;
}
.service-video-header__caption {
  color: #fff;
  font-weight: bold;
  margin-top: auto;
  padding-top: 24px;
  position: relative;
}
.service-video-header__caption:before {
  background-color: #e35205;
  bottom: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transform: translateY(12px);
  width: 4px;
}
.service-video-header__caption p {
  max-width: 500px;
}
.service-video-header__caption-wrap {
  background-color: rgba(0, 38, 58, 0.6);
  margin-top: auto;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.service-video-header__video-wrap {
  height: 100%;
  left: 50%;
  padding-bottom: 56.25%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.service-video-header__video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-blog-post {
  border-top: solid 4px #e35205;
  color: #091D2A;
  display: block;
  font-size: 12px;
  text-decoration: none;
  width: 100%;
}
.card-blog-post__thumb-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.card-blog-post__thumb-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .card-blog-post__thumb-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.card-blog-post__thumb-wrap {
  border-bottom: solid 1px #979797;
  min-height: 0;
  width: 100%;
}
.card-blog-post__thumbnail {
  margin: 0;
}
.card-blog-post__info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 767px) {
  .card-blog-post__info {
    padding: 24px;
  }
}
.card-blog-post__headline {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
.card-blog-post__dateline {
  margin-top: auto;
}
.card-blog-post__date {
  display: block;
}
@media (min-width: 1024px) {
  .card-blog-post__date {
    display: inline;
  }
}
.card-blog-post__read {
  display: block;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .card-blog-post__read {
    display: inline;
    margin-left: 1.5em;
  }
}

.archive-pagination {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  text-align: center;
}
.archive-pagination > * + * {
  margin-left: 0.5em;
}
.archive-pagination a {
  color: #00263a;
  text-decoration: none;
}
.archive-pagination .current {
  color: #e35205;
}

.archive-header-filters {
  width: 100%;
}
.archive-header-filters__categories label {
  margin: 6px 0;
  padding-left: 35px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.archive-header-filters__categories label:before {
  border: solid 2px #00263a;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  background: #fff;
  margin-top: -10px;
}
.archive-header-filters__categories label:after {
  background: #c72800;
  border: solid 2px #fff;
  top: 50%;
  transition: 0.3s;
  transform: scale(3.4);
  opacity: 0;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 6px;
}
.archive-header-filters__search .search-wrap {
  position: relative;
}
.archive-header-filters__search input[type=search] {
  border: solid 2px #00263a;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 44px;
  padding-right: 54px;
}
.archive-header-filters__search button[type=submit] {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.archive-header-filters__search button[type=submit]:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.archive-header-filters__search button[type=submit]:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.archive-header-filters__search button[type=submit]:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.archive-header-filters__search button[type=submit]:hover:before {
  border: none;
}
.archive-header-filters__search button[type=submit]:hover:after {
  border: none;
}
.archive-header-filters__search button[type=submit] {
  background-color: #e35205;
  border-radius: 0px 3px 3px 0px;
  bottom: 2px;
  color: #fff;
  height: 40px;
  position: absolute;
  right: 2px;
  width: 50px;
}
.archive-header-filters__search button[type=submit] i {
  color: inherit;
  transition: transform 0.2s ease-in-out;
}
.archive-header-filters__search button[type=submit]:hover {
  background-color: #e35205;
  color: #fff;
  opacity: 0.8;
}
.archive-header-filters__search button[type=submit]:hover i {
  transform: scale(1.2);
}
.js .archive-header-filters input[type=checkbox] {
  display: none;
}
.js .archive-header-filters input[type=checkbox]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.archive-header-filters label,
.archive-header-filters legend {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.archive-header-filters .select2 {
  border: solid 2px #00263a;
  border-radius: 5px;
  cursor: pointer;
  min-width: 193px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .archive-header-filters .select2 {
    width: 100% !important;
  }
}
.archive-header-filters .select2:after {
  align-items: center;
  background: #E0E7EB;
  border-left: solid 2px #00263a;
  border-radius: 5px;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  content: "\e901";
}
.archive-header-filters .select2 .select2-selection--multiple {
  min-height: 40px;
}
.archive-header-filters .select2 .select2-selection--multiple .select2-selection__rendered {
  padding-right: 33px;
}
.blog .archive-header-filters__associated {
  flex: 1 auto;
  flex-flow: wrap;
  margin: 0 -1rem;
}
@media screen and (min-width: 500px) {
  .blog .archive-header-filters__associated {
    display: flex;
  }
}
@media (min-width: 640px) {
  .blog .archive-header-filters__associated {
    justify-content: flex-start;
  }
}
.blog .archive-header-filters__associated > * {
  margin: 0 1rem 1rem;
}
.blog .archive-header-filters__body {
  display: flex;
  flex-flow: wrap;
  padding: 1.5em 0;
  width: 100%;
}
.blog .archive-header-filters__categories {
  display: flex;
  flex: 1 auto;
  flex-flow: wrap;
  margin: 0 -1rem;
}
.blog .archive-header-filters__category {
  align-items: center;
  display: flex;
  margin: 0 1rem 1rem;
}
.post-type-archive-tribe_events .archive-header-filters, .post-type-archive-project .archive-header-filters {
  display: block;
  position: sticky;
  top: 146px;
}
.post-type-archive-tribe_events .archive-header-filters > * + *, .post-type-archive-project .archive-header-filters > * + * {
  margin-top: 1em;
}
.post-type-archive-tribe_events .archive-header-filters__body > * + *, .post-type-archive-project .archive-header-filters__body > * + * {
  margin-top: 1.5em;
}
.post-type-archive-tribe_events .archive-header-filters__category, .post-type-archive-project .archive-header-filters__category {
  margin-top: 1em;
}

.type-tribe_events.card-small-event {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  border-top: none;
  min-height: 100px;
}
.type-tribe_events.card-small-event .tribe-event-schedule-details__inner {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  align-items: center;
  background-color: #284c60;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  padding: 1.2rem 1.6rem;
  text-transform: uppercase;
}
.type-tribe_events.card-small-event .tribe-events-list-event-title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #091D2A;
  line-height: 1;
  font-size: 20px;
}
.type-tribe_events.card-small-event .tribe-events-list-event-title a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
.type-tribe_events.card-small-event .tribe-events-list-event-title a:hover {
  text-decoration: underline;
}

.card-staff {
  text-decoration: none;
}
.card-staff:hover .card-staff__icon {
  transform: translateX(8px);
  opacity: 1;
}
@supports (object-fit: cover) {
  .card-staff__thumbnail-wrap {
    display: flex;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .card-staff__thumbnail-wrap img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  @supports (object-fit: cover) {
    .card-staff__thumbnail-wrap img {
      position: static;
      min-width: 0;
      min-height: 0;
      left: initial;
      top: initial;
      transform: none;
      object-fit: cover;
      width: 100%;
    }
  }
  .card-staff__thumbnail-wrap {
    height: 382px;
    width: 100%;
  }
}
.card-staff__icon {
  opacity: 0.8;
  margin-left: 8px;
  transition: all 0.2s ease-in;
}
.card-staff__info {
  left: 16px;
  position: relative;
  transition: transform 0.5s ease-in;
}
.card-staff__name-wrap {
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  align-items: center;
  background-color: #e35205;
  bottom: 60px;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 60px;
  margin-bottom: -60px;
  padding-left: 1em;
  position: relative;
  width: 100%;
}
.card-staff__title-wrap {
  font-family: industry, sans-serif;
  font-weight: 400;
  font-style: normal;
  align-items: center;
  background-color: #00263a;
  color: #fff;
  font-size: 14px;
  display: flex;
  line-height: 1.1;
  min-height: 40px;
  padding: 8px;
}
.card-staff h2,
.card-staff h3,
.card-staff h4,
.card-staff h5,
.card-staff h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/*-----------------------------------------------------------------------------------------------------
  Pages
-----------------------------------------------------------------------------------------------------*/
.home {
  background-color: #E0E7EB;
}

.full-width__header {
  padding-block: 2.5%;
}
.full-width .contentful-header {
  margin-bottom: 0;
}
.full-width .contentful-header:after {
  display: none;
}

html {
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.page-template-page_timeline,
.page-template-page_timelinev2 {
  background-color: #E0E7EB;
  color: white;
}
.page-template-page_timeline .msw-page-header,
.page-template-page_timelinev2 .msw-page-header {
  display: none;
}

.tl__text,
.tl-header__deck,
.tl-footer__deck {
  font-size: 16px;
}
@media (min-width: 480px) {
  .tl__text,
  .tl-header__deck,
  .tl-footer__deck {
    font-size: 18px;
  }
}
@media (min-width: 840px) {
  .tl__text,
  .tl-header__deck,
  .tl-footer__deck {
    font-size: 20px;
  }
}

.tl__container {
  width: 100%;
  max-width: 1360px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .tl__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 840px) {
  .tl__container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 840px) {
  .tl__container {
    max-width: calc(100vw - 72px);
  }
}
@media (min-width: 1440px) {
  .tl__container {
    max-width: 1360px;
  }
}
.tl__anchor {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .tl__anchor {
    padding-bottom: 40px;
  }
}
@media (min-width: 840px) {
  .tl__anchor {
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .tl__anchor {
    padding-bottom: 80px;
  }
}
.tl__slide {
  background-color: #E0E7EB;
  position: relative;
  overflow: hidden;
}
.tl__slide.has-background-color, .tl__slide.has-background-image, .tl__slide.tl-event {
  background-color: inherit;
}
.tl__bg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: 0;
  padding: 0;
}
.tl__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.tl__overlay--navy {
  background: linear-gradient(to bottom, rgba(0, 38, 58, 0.8) 40%, rgba(0, 38, 58, 0));
}
.tl__overlay--navy.tl-era__overlay {
  background: linear-gradient(to bottom, rgba(0, 38, 58, 0.8) 40%, rgba(0, 38, 58, 0));
}
@media (min-width: 1024px) {
  .tl__overlay--navy.tl-era__overlay {
    background: linear-gradient(to right, rgba(0, 38, 58, 0.8) 40%, rgba(0, 38, 58, 0));
  }
}
.tl__overlay--orange {
  background: linear-gradient(to bottom, rgba(227, 82, 5, 0.8) 40%, rgba(227, 82, 5, 0));
}
.tl__overlay--orange.tl-era__overlay {
  background: linear-gradient(to bottom, rgba(227, 82, 5, 0.8) 40%, rgba(227, 82, 5, 0));
}
@media (min-width: 1024px) {
  .tl__overlay--orange.tl-era__overlay {
    background: linear-gradient(to right, rgba(227, 82, 5, 0.8) 40%, rgba(227, 82, 5, 0));
  }
}
.tl__overlay--cyan {
  background: linear-gradient(to bottom, rgba(79, 117, 139, 0.8) 40%, rgba(79, 117, 139, 0));
}
.tl__overlay--cyan.tl-era__overlay {
  background: linear-gradient(to bottom, rgba(79, 117, 139, 0.8) 40%, rgba(79, 117, 139, 0));
}
@media (min-width: 1024px) {
  .tl__overlay--cyan.tl-era__overlay {
    background: linear-gradient(to right, rgba(79, 117, 139, 0.8) 40%, rgba(79, 117, 139, 0));
  }
}
.tl__overlay--powder {
  background: linear-gradient(to bottom, rgba(165, 186, 201, 0.8) 40%, rgba(165, 186, 201, 0));
}
.tl__overlay--powder.tl-era__overlay {
  background: linear-gradient(to bottom, rgba(165, 186, 201, 0.8) 40%, rgba(165, 186, 201, 0));
}
@media (min-width: 1024px) {
  .tl__overlay--powder.tl-era__overlay {
    background: linear-gradient(to right, rgba(165, 186, 201, 0.8) 40%, rgba(165, 186, 201, 0));
  }
}
.tl__overlay--pale-blue {
  background: linear-gradient(to bottom, rgba(224, 231, 235, 0.8) 40%, rgba(224, 231, 235, 0));
}
.tl__overlay--pale-blue.tl-era__overlay {
  background: linear-gradient(to bottom, rgba(224, 231, 235, 0.8) 40%, rgba(224, 231, 235, 0));
}
@media (min-width: 1024px) {
  .tl__overlay--pale-blue.tl-era__overlay {
    background: linear-gradient(to right, rgba(224, 231, 235, 0.8) 40%, rgba(224, 231, 235, 0));
  }
}
.tl__date {
  margin-bottom: 8px;
  font-family: industry, sans-serif;
  font-weight: 600;
  font-size: 30px;
}
@media (min-width: 600px) {
  .tl__date {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .tl__date {
    font-size: 42px;
  }
}
.tl__heading {
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 16px;
}
.tl__contents {
  position: relative;
  z-index: 10;
}
.tl__text p:last-child {
  margin-bottom: 0;
}
.tl__slide-border {
  background-color: #e35205;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 20;
}
.tl__slide-border--top {
  top: 0;
}
.tl__slide-border--bottom {
  bottom: 0;
}

.tl-image {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tl-image .tl-event__image {
  height: 100%;
}
.tl-image__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.tl-band__image .tl-image__img, .tl-maj-event__image .tl-image__img {
  height: auto;
}

.tl-caption {
  background-color: #00263a;
  color: #FFF;
  padding: 20px 24px 16px;
  position: relative;
  width: 100%;
}
.tl-caption:after {
  background-color: #e35205;
  content: "";
  width: 4px;
  height: 40px;
  position: absolute;
  left: 24px;
  top: -28px;
}
.tl-caption__heading {
  font-size: 16px;
  margin-bottom: 4px;
}
.tl-caption__text {
  font-size: 13px;
  margin-bottom: 0;
}

.tl-header__title,
.tl-heading,
.tl-footer__title {
  line-height: 1;
}

.tl-header__inner {
  margin-top: 16px;
  margin-bottom: 40px;
  background-color: #00263a;
  min-height: calc(100vh - 310px);
  justify-content: center;
}
@media (min-width: 480px) {
  .tl-header__inner {
    margin-top: 32px;
  }
}
@media (min-width: 840px) {
  .tl-header__inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .tl-header__inner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.tl-header__logo {
  margin-bottom: 32px;
}
.tl-header__title {
  position: relative;
  text-transform: uppercase;
  padding-top: 32px;
}
.tl-header__title:before {
  background-color: #e35205;
  content: "";
  width: 64px;
  height: 4px;
  position: absolute;
  left: calc(50% - 32px);
  top: -2px;
}
.tl-header__container {
  padding-left: 16px;
  padding-right: 16px;
  max-width: none;
}
@media (min-width: 480px) {
  .tl-header__container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 840px) {
  .tl-header__container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1024px) {
  .tl-header__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.tl-header__seal-container {
  position: relative;
}
.tl-header__seal-container:after {
  content: "";
  background-color: #e35205;
  position: absolute;
  top: 80%;
  bottom: -300px;
  left: calc(50% - 2px);
  width: 4px;
}

.tl-footer__inner {
  background-color: white;
  border-top: 4px solid #e35205;
  color: #00263a;
  margin-bottom: 80px;
}
.tl-footer__heading {
  font-size: 48px;
  text-transform: uppercase;
}

.tl-footer__inner,
.tl-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tl-footer__deck,
.tl-header__deck {
  max-width: 560px;
  margin-bottom: 32px;
}
.tl-footer__deck p:last-child,
.tl-header__deck p:last-child {
  margin-bottom: 0;
}
.tl-footer__title,
.tl-header__title {
  font-size: 32px;
  position: relative;
  text-transform: uppercase;
  padding-top: 32px;
}
@media (min-width: 600px) {
  .tl-footer__title,
  .tl-header__title {
    font-size: 36px;
  }
}
@media (min-width: 840px) {
  .tl-footer__title,
  .tl-header__title {
    font-size: 40px;
  }
}
.tl-footer__title:before,
.tl-header__title:before {
  background-color: #e35205;
  content: "";
  width: 64px;
  height: 4px;
  position: absolute;
  left: calc(50% - 32px);
  top: -2px;
}

.tl-body {
  position: relative;
}
.tl-body__timeline {
  background-color: #e35205;
  position: absolute;
  top: -128px;
  bottom: -81px;
  left: calc(50% - 2px);
  width: 4px;
}

.tl-era {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 840px) {
  .tl-era {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .tl-era {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.tl-era__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .tl-era__container {
    flex-direction: row;
  }
}
.tl-era__left, .tl-era__right {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (min-width: 1024px) {
  .tl-era__left, .tl-era__right {
    flex: 0 0 calc(50% - 32px);
  }
}
.tl-era__left {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .tl-era__left {
    margin-bottom: 0;
  }
}
.tl-era__text-container {
  max-width: 420px;
}
.tl-era__heading {
  font-size: 36px;
}
@media (min-width: 600px) {
  .tl-era__heading {
    font-size: 40px;
  }
}
@media (min-width: 840px) {
  .tl-era__heading {
    font-size: 48px;
  }
}

.tl-event {
  overflow: visible;
}
.tl-event__container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .tl-event__container {
    flex-direction: row;
  }
}
.tl-event__image {
  height: 100%;
}
.tl-event__image-column, .tl-event__text-column {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (min-width: 1024px) {
  .tl-event__image-column, .tl-event__text-column {
    flex: 0 0 calc(50% - 2px);
  }
}
.tl-event__image-column {
  order: 2;
}
@media (min-width: 1024px) {
  .tl-event:nth-child(odd) .tl-event__image-column {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .tl-event:nth-child(even) .tl-event__image-column {
    order: 2;
  }
}
.tl-event__heading {
  font-size: 32px;
}
@media (min-width: 600px) {
  .tl-event__heading {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .tl-event__heading {
    font-size: 38px;
  }
}
.tl-event__parallax-anchor {
  background-color: pink;
  position: absolute;
  width: 2px;
  height: 2px;
  z-index: 9999;
}
.tl-event__text-column {
  order: 1;
  display: flex;
  overflow: hidden;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
}
.tl-event__text-column:before {
  background-color: #4f758b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
@media (min-width: 1024px) {
  .tl-event__text-column:before {
    bottom: 0;
    left: auto;
    right: auto;
    width: 32px;
    height: auto;
  }
}
@media (min-width: 1248px) {
  .tl-event__text-column:before {
    width: 64px;
  }
}
@media (min-width: 1024px) {
  .tl-event:nth-child(odd) .tl-event__text-column {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .tl-event:nth-child(odd) .tl-event__text-column:before {
    left: 0;
    transform-origin: 0% 50%;
  }
}
@media (min-width: 1024px) {
  .tl-event:nth-child(odd) .tl-event__text-column-inner {
    padding-left: 64px;
  }
}
.tl-event:nth-child(odd) .tl-event__text-column--empty:before {
  display: none;
}
@media (min-width: 1024px) {
  .tl-event:nth-child(even) .tl-event__text-column {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .tl-event:nth-child(even) .tl-event__text-column:before {
    right: 0;
    transform-origin: 100% 50%;
  }
}
@media (min-width: 1024px) {
  .tl-event:nth-child(even) .tl-event__text-column-inner {
    padding-right: 64px;
  }
}
.tl-event:nth-child(even) .tl-event__text-column--empty:before {
  display: none;
}
.tl-event__text-column-inner {
  background-color: #00263a;
  background-image: none;
  display: flex;
  justify-content: center;
  padding: 88px 32px 56px;
  width: 100%;
}
@media (min-width: 1024px) {
  .tl-event__text-column-inner {
    padding: 88px 32px;
  }
}
.tl-event__text-column-inner--empty {
  background: transparent;
  padding: 0;
}
.tl-event__text-container {
  max-width: 375px;
}
.tl-band__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 24px;
}
@media (min-width: 600px) {
  .tl-band__container {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .tl-band__container {
    padding: 96px 24px;
  }
}
.tl-band__container--x-padding-bottom {
  padding-bottom: 140px;
}
@media screen and (max-width: 1036px) {
  .tl-band__container--x-padding-bottom {
    padding-bottom: 88px;
  }
}
.tl-band__outer {
  position: relative;
  overflow: hidden;
}
.tl-band__heading {
  font-size: 36px;
}
@media (min-width: 600px) {
  .tl-band__heading {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .tl-band__heading {
    font-size: 46px;
  }
}
.tl-band__text-container {
  text-align: center;
  max-width: 640px;
}
.tl-band__image {
  max-width: 848px;
  padding: 0 24px;
  margin: -96px auto 0;
}
@media screen and (max-width: 1036px) {
  .tl-band__image {
    margin-top: -47px;
  }
}

.tl-maj-event__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 600px) {
  .tl-maj-event__inner {
    padding-top: 116px;
    padding-right: 24px;
    padding-bottom: 72px;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .tl-maj-event__inner {
    padding-top: 116px;
    padding-right: 24px;
    padding-bottom: 72px;
    padding-left: 24px;
  }
}
.tl-maj-event__text-container {
  text-align: center;
  max-width: 640px;
  margin-bottom: 40px;
  padding: 0 16px;
}
@media (min-width: 600px) {
  .tl-maj-event__text-container {
    padding: 0 24px;
  }
}
.tl-maj-event__text-container:last-child {
  margin-bottom: 0;
}
.tl-maj-event__date {
  align-items: center;
  background-image: none;
  background-size: cover;
  color: white;
  display: flex;
  font-size: 42px;
  justify-content: center;
  width: 120px;
  height: 136px;
  margin: 0 auto -68px;
  z-index: 30;
}
.tl-maj-event__heading {
  font-size: 36px;
}
@media (min-width: 600px) {
  .tl-maj-event__heading {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .tl-maj-event__heading {
    font-size: 46px;
  }
}
.tl-maj-event__image {
  max-width: 848px;
  margin: 0 auto -32px;
}
@media (min-width: 600px) {
  .tl-maj-event__image {
    margin-bottom: -48px;
  }
}
@media (min-width: 840px) {
  .tl-maj-event__image {
    margin-bottom: -32px;
  }
}
@media (min-width: 1024px) {
  .tl-maj-event__image {
    margin-bottom: 0px;
  }
}

.tl-minimap {
  position: fixed;
  top: 204px;
  left: 0;
  z-index: 200;
  pointer-events: none;
  transform: translateX(-8px);
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.tl-minimap--entered {
  opacity: 1;
}
@media (min-width: 840px) {
  .tl-minimap {
    display: block;
  }
}
.tl-minimap:before {
  background-color: #e35205;
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  left: 0;
  top: 12px;
}
.tl-minimap__list {
  margin: 0;
  list-style: none;
  will-change: transform;
  backface-visibility: hidden;
}
.tl-minimap__item {
  color: #4f758b;
  padding-left: 20px;
  cursor: pointer;
  font-family: industry, sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  display: flex;
  align-items: center;
  pointer-events: auto;
  will-change: opacity;
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .tl-minimap__item {
    padding-left: 24px;
    font-size: 14px;
  }
}
.tl-minimap__item--disable-click {
  pointer-events: none;
}

@supports (--css: variables) {
  .tl-body__timeline {
    border-radius: 9999px;
    transform-origin: 50% 0%;
    transform: scaleY(var(--scaleY));
    transition: transform 0.1s, opacity 0.5s;
    will-change: transform;
  }
  .tl__bg-img {
    transform: translateY(var(--translateY));
    transition: transform 0.1s;
    bottom: -220px;
    backface-visibility: hidden;
  }
  .tl-event__img {
    transform: translateX(var(--translateX));
    opacity: var(--opacity);
    will-change: opacity, transform;
    transition: transform 0.1s, opacity 0.1s;
  }
  .tl-event__text-column:before {
    transform-origin: 0% 100%;
    transform: scaleX(var(--scaleX));
    will-change: transform;
    transition: transform 0.1s;
    z-index: 15;
  }
  .tl__slide {
    transform: translateY(var(--translateY));
    backface-visibility: hidden;
  }
  .tl__date,
  .tl__heading,
  .tl__text {
    transform: translateX(calc(var(--translateX) / 4));
    will-change: transform, opacity;
    position: relative;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
  }
  @media (min-width: 840px) {
    .tl__date,
    .tl__heading,
    .tl__text {
      transform: translateX(calc(var(--translateX) / 3));
    }
  }
  @media (min-width: 1024px) {
    .tl__date,
    .tl__heading,
    .tl__text {
      transform: translateX(var(--translateX));
    }
  }
  body.scrolled .tl__date,
  body.scrolled .tl__heading,
  body.scrolled .tl__text {
    opacity: var(--opacity);
  }
  .tl-maj-event__date {
    transform: translateY(calc(var(--translateX) * 1.5)) scale(calc(var(--scale) * 0.7));
    opacity: 1 !important;
  }
  @media (min-width: 840px) {
    .tl-maj-event__date {
      transform: translateY(var(--translateX)) scale(var(--scale));
    }
  }
  .tl__revealer {
    background-color: #a5bac9;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    bottom: -16px;
    z-index: 20;
    transform: scaleY(calc(var(--scaleX) / 10));
    transform-origin: 100% 0%;
    will-change: transform;
    transition: transform 0.1s;
  }
  @media (min-width: 1024px) {
    .tl__revealer {
      transform: scaleY(var(--scaleX));
    }
  }
  .tl__revealer:before {
    background-color: #E0E7EB;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(calc(var(--scaleX2) / 11));
    transform-origin: 100% 0%;
    will-change: transform;
    transition: transform 0.1s;
    z-index: 21;
  }
  @media (min-width: 1024px) {
    .tl__revealer:before {
      transform: scaleY(var(--scaleX2));
    }
  }
  .tl__slide-border {
    transform: scaleX(var(--scaleX));
    will-change: transform;
    transition: transform 0.1s;
  }
  .tl-era__image,
  .tl-band__image,
  .tl-maj-event__image {
    opacity: var(--opacity);
    transform: translateY(var(--translateY));
    will-change: transform, opacity;
    transition: transform 0.1s, opacity 0.1s;
  }
  .tl-caption {
    transform: translateY(var(--translateY));
    transition: transform 0.1s;
    will-change: transform;
    position: relative;
  }
  .tl-caption:after {
    transform: scaleY(var(--scaleY));
    transform-origin: 50% 100%;
    transition: transform 0.1s, opacity 0.1s;
    will-change: transform, opacity;
    opacity: var(--textOpacity);
  }
  .tl-caption--video:after {
    display: none;
  }
  .tl-caption__heading, .tl-caption__text {
    transition: opacity 0.1s;
    will-change: opacity;
  }
  .tl-caption__heading {
    opacity: var(--headingOpacity);
  }
  .tl-caption__text {
    opacity: var(--textOpacity);
  }
}
.vimeo-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}

.vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-grid, .archive-project__grid {
  display: flex;
  flex-flow: wrap;
}
.blog-grid .post, .archive-project__grid .post,
.blog-grid .bmpc,
.archive-project__grid .bmpc {
  flex: 1 300px;
  margin: 0 8px 16px;
}
@supports (display: grid) {
  .blog-grid .post, .archive-project__grid .post,
  .blog-grid .bmpc,
  .archive-project__grid .bmpc {
    margin: 0;
  }
}
@supports (display: grid) {
  .blog-grid, .archive-project__grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .blog-grid .card-blog-post, .archive-project__grid .card-blog-post {
    max-width: none;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  @media (min-width: 640px) {
    .blog-grid > .post:first-child, .archive-project__grid > .post:first-child {
      grid-column: 1/3;
    }
    .blog-grid > .post:first-child .card-blog-post__thumb-wrap, .archive-project__grid > .post:first-child .card-blog-post__thumb-wrap {
      height: 335px;
    }
  }
}

.newsfeed-page__header {
  padding-bottom: 2.4rem;
}
.newsfeed-page__intro {
  max-width: none;
}
.newsfeed-page__intro.wysiwyg {
  padding-bottom: 0;
}
.newsfeed-page__intro > *:last-child {
  margin-bottom: 0;
}
.newsfeed-page__featured, .newsfeed-page__popular, .newsfeed-page__filters-section, .newsfeed-page__results {
  padding-bottom: 4rem;
}
.newsfeed-page__featured-slider {
  position: relative;
}
.newsfeed-page__featured-slider .slick-list {
  overflow: hidden;
}
.newsfeed-page__featured-slider .slick-track {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.newsfeed-page__featured-slider .slick-slide {
  height: auto;
}
.newsfeed-page__featured-slider .slick-prev,
.newsfeed-page__featured-slider .slick-next {
  background-color: inherit;
  border: none;
  padding: 0;
  position: absolute;
  top: var(--newsfeed-featured-arrow-top, 40%);
  transform: translateY(-50%);
  z-index: 5;
}
.newsfeed-page__featured-slider .slick-prev svg,
.newsfeed-page__featured-slider .slick-next svg {
  display: block;
  transform: scale(var(--newsfeed-featured-arrow-scale, 1));
}
.newsfeed-page__featured-slider .slick-prev {
  left: 0;
}
.newsfeed-page__featured-slider .slick-prev svg {
  transform-origin: left center;
}
.newsfeed-page__featured-slider .slick-next {
  right: 0;
}
.newsfeed-page__featured-slider .slick-next svg {
  transform-origin: right center;
}
.newsfeed-page__featured-slider .slick-dots {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  left: 0;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  position: static;
  right: 0;
}
.newsfeed-page__featured-slider .slick-dots li {
  height: 16px;
  width: 16px;
}
.newsfeed-page__featured-slider .slick-dots button {
  background: transparent;
  border: solid 2.5px #e35205;
  border-radius: 50%;
  height: 16px;
  padding: 0;
  text-indent: -9999px;
  width: 16px;
}
.newsfeed-page__featured-slider .slick-dots .slick-active button {
  background: #e35205;
}
.newsfeed-page__featured-layout {
  display: block;
}
.newsfeed-page__featured-layout.has-media-inquiries {
  align-items: start;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.85fr);
}
.newsfeed-page__featured-main {
  min-width: 0;
}
.newsfeed-page__featured-slide {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.newsfeed-page__featured-media-link {
  display: block;
  text-decoration: none;
}
.newsfeed-page__featured-media, .newsfeed-page__popular-media, .newsfeed-page__result-media {
  border-top: solid 4px #e35205;
  margin: 0;
  overflow: hidden;
}
.newsfeed-page__featured-media img, .newsfeed-page__popular-media img, .newsfeed-page__result-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.newsfeed-page__featured-media {
  aspect-ratio: 1106/573;
}
.newsfeed-page__featured-body {
  align-items: flex-end;
  background: #E0E7EB;
  display: flex;
  flex: 1 1 auto;
  gap: 2.4rem;
  justify-content: space-between;
  padding: 2rem 2.4rem;
}
.newsfeed-page__featured-copy {
  flex: 1 1 auto;
  font-size: 12px;
}
.newsfeed-page__featured-copy .card-blog-post__headline {
  margin-bottom: 1rem;
}
.newsfeed-page__featured-copy .card-blog-post__headline a {
  color: inherit;
  text-decoration: none;
}
.newsfeed-page__featured-copy .card-blog-post__headline a:hover,
.newsfeed-page__featured-copy .card-blog-post__headline a:focus {
  color: #c72800;
}
.newsfeed-page__featured-cta {
  flex: 0 0 auto;
  margin: auto 0 0;
}
.newsfeed-page__media-inquiries {
  background: #E0E7EB;
  border-top: solid 4px #e35205;
  color: #00263a;
  padding: 2.4rem;
  min-height: 414px;
}
@media (max-width: 996px) {
  .newsfeed-page__media-inquiries {
    min-height: 0;
  }
}
.newsfeed-page__media-inquiries a {
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: none;
}
.newsfeed-page__media-inquiries > *:first-child {
  margin-top: 0;
}
.newsfeed-page__media-inquiries > *:last-child {
  margin-bottom: 0;
}
.newsfeed-page__section-title {
  margin-bottom: 2rem;
}
.newsfeed-page__popular-grid {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.newsfeed-page__popular-card {
  font-size: 12px;
}
.newsfeed-page__popular-card a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.newsfeed-page__popular-card a:hover .card-blog-post__headline,
.newsfeed-page__popular-card a:focus .card-blog-post__headline {
  color: #c72800;
}
.newsfeed-page__popular-card .card-blog-post__headline {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.newsfeed-page__popular-media {
  aspect-ratio: 617/323;
  margin-bottom: 1.2rem;
}
.newsfeed-page__filters {
  padding-top: 2.4rem;
}
.newsfeed-page__filters-row {
  align-items: end;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.8fr) minmax(0, 1.4fr);
}
.newsfeed-page__filter-search label, .newsfeed-page__filter-select label {
  margin-bottom: 0.75rem;
}
.newsfeed-page__filter-search .search-wrap {
  position: relative;
}
.newsfeed-page__filter-search input[type=search] {
  padding-right: 54px;
}
.newsfeed-page__filter-search button[type=submit] {
  background: #e35205;
  border-radius: 0 3px 3px 0;
  color: #fff;
  width: 50px;
}
.newsfeed-page__filter-search button[type=submit] i {
  color: inherit;
  transition: transform 0.2s ease-in-out;
}
.newsfeed-page__filter-search button[type=submit]:hover, .newsfeed-page__filter-search button[type=submit]:focus {
  background: #e35205;
  color: #fff;
  opacity: 0.9;
}
.newsfeed-page__filter-search button[type=submit]:hover i, .newsfeed-page__filter-search button[type=submit]:focus i {
  transform: scale(1.2);
}
.newsfeed-page__filter-select select {
  border: solid 2px #00263a;
  border-radius: 5px;
  height: 44px;
  width: 100%;
}
.newsfeed-page__filter-select .select2 {
  min-width: 0;
  width: 100% !important;
}
.newsfeed-page__filter-select .select2-selection--multiple {
  align-items: center;
  border-color: transparent;
  display: flex;
  box-sizing: border-box;
  min-height: 44px;
  overflow: hidden;
  padding: 0 3.8rem 0 0.8rem;
}
.newsfeed-page__filter-select .select2-container--default.select2-container--focus .select2-selection--multiple,
.newsfeed-page__filter-select .select2-container--default .select2-selection--multiple {
  border-color: transparent;
}
.newsfeed-page__filter-select .select2-selection__rendered {
  align-items: center;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.4rem 0 !important;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  width: 100%;
}
.newsfeed-page__filter-select .select2-selection__rendered::-webkit-scrollbar {
  display: none;
}
.newsfeed-page__filter-select .select2-selection__rendered > li {
  flex: 0 0 auto;
}
.newsfeed-page__filter-select .select2-selection__choice {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: transparent;
  border: 0;
  color: #00263a;
  display: inline-flex !important;
  flex: 0 0 auto;
  float: none !important;
  font-size: 16px;
  line-height: 1;
  margin: 0 !important;
  margin-right: 0.4rem !important;
  padding: 0 !important;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
}
.newsfeed-page__filter-select .select2-selection__placeholder,
.newsfeed-page__filter-select .select2-search__field::placeholder {
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}
.newsfeed-page__filter-select .select2-selection__choice__remove {
  cursor: pointer;
  margin-right: 0.4rem;
  position: relative;
  z-index: 2;
}
.newsfeed-page__filter-select .select2-search--inline .select2-search__field {
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 16px !important;
  margin-top: 0 !important;
  min-width: 1px;
  padding: 0;
  text-transform: none;
  width: 1px !important;
}
.newsfeed-page__filter-select .select2-search--inline {
  border-left: 0;
  display: inline-flex !important;
  flex: 0 0 auto;
  float: none !important;
  min-width: 1px;
  vertical-align: middle;
  width: auto !important;
}
.newsfeed-page__filter-select .select2-selection__rendered > .select2-search--inline:first-child:last-child {
  flex: 1 1 auto;
  min-width: 0;
  width: 100% !important;
}
.newsfeed-page__filter-select .select2-selection__rendered > .select2-search--inline:first-child:last-child .select2-search__field {
  min-width: 100%;
  width: 100% !important;
}
.newsfeed-page__filter-select .select2-container--open .select2-search--inline .select2-search__field,
.newsfeed-page__filter-select .select2-container--focus .select2-search--inline .select2-search__field {
  min-width: 3rem;
  width: 3rem !important;
}
.newsfeed-page__topics {
  align-self: stretch;
}
.newsfeed-page__topics-header {
  align-items: baseline;
  display: flex;
  margin-bottom: 0.75rem;
}
.newsfeed-page__topics-label {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.newsfeed-page__clear-filters {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin-left: 1.6rem;
  min-height: 44px;
  white-space: nowrap;
}
.newsfeed-page__topics-list {
  display: flex;
  flex-flow: wrap;
  gap: 0.8rem;
}
.newsfeed-page__topic {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  background: #E0E7EB;
  color: #00263a;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  padding: 0 1.8rem;
  text-decoration: none;
}
.newsfeed-page__topic.is-active, .newsfeed-page__topic:hover, .newsfeed-page__topic:focus {
  background: #a5bac9;
  color: #00263a;
}
.newsfeed-page__results-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.newsfeed-page__results {
  position: relative;
}
.newsfeed-page__results.is-loading .newsfeed-page__result-link,
.newsfeed-page__results.is-loading .archive-pagination {
  pointer-events: none;
}
.newsfeed-page__results.is-loading .newsfeed-page__result-media,
.newsfeed-page__results.is-loading .card-blog-post__category,
.newsfeed-page__results.is-loading .card-blog-post__headline,
.newsfeed-page__results.is-loading .card-blog-post__dateline {
  position: relative;
  overflow: hidden;
}
.newsfeed-page__results.is-loading .newsfeed-page__result-media {
  background: rgba(224, 231, 235, 0.9);
}
.newsfeed-page__results.is-loading .newsfeed-page__result-media img {
  opacity: 0;
}
.newsfeed-page__results.is-loading .card-blog-post__category,
.newsfeed-page__results.is-loading .card-blog-post__headline,
.newsfeed-page__results.is-loading .card-blog-post__dateline {
  color: transparent !important;
}
.newsfeed-page__results.is-loading .card-blog-post__category > *,
.newsfeed-page__results.is-loading .card-blog-post__headline > *,
.newsfeed-page__results.is-loading .card-blog-post__dateline > * {
  opacity: 0;
}
.newsfeed-page__results.is-loading .newsfeed-page__result-media::after,
.newsfeed-page__results.is-loading .card-blog-post__category::after,
.newsfeed-page__results.is-loading .card-blog-post__headline::after,
.newsfeed-page__results.is-loading .card-blog-post__dateline::after {
  background: linear-gradient(90deg, rgba(224, 231, 235, 0.8) 20%, rgba(255, 255, 255, 0.96) 50%, rgba(224, 231, 235, 0.8) 80%) 0 0/200% 100%, rgba(224, 231, 235, 0.92);
  content: "";
  inset: 0;
  position: absolute;
  animation: newsfeed-loading-shimmer 1.1s linear infinite;
}
.newsfeed-page__results.is-loading .card-blog-post__category {
  min-height: 1.2rem;
}
.newsfeed-page__results.is-loading .card-blog-post__category::after {
  border-radius: 2px;
  bottom: auto;
  height: 1.2rem;
  right: auto;
  width: 8rem;
}
.newsfeed-page__results.is-loading .card-blog-post__headline {
  min-height: 4.4rem;
}
.newsfeed-page__results.is-loading .card-blog-post__headline::after {
  background: linear-gradient(90deg, rgba(224, 231, 235, 0.8) 20%, rgba(255, 255, 255, 0.96) 50%, rgba(224, 231, 235, 0.8) 80%) 0 0/200% 100%, linear-gradient(rgba(224, 231, 235, 0.92), rgba(224, 231, 235, 0.92)) 0 0/78% 1.8rem no-repeat, linear-gradient(rgba(224, 231, 235, 0.92), rgba(224, 231, 235, 0.92)) 0 2.4rem/62% 1.8rem no-repeat;
  border-radius: 2px;
}
.newsfeed-page__results.is-loading .card-blog-post__dateline {
  min-height: 1.2rem;
}
.newsfeed-page__results.is-loading .card-blog-post__dateline::after {
  border-radius: 2px;
  bottom: auto;
  height: 1.2rem;
  right: auto;
  width: 18rem;
}
.newsfeed-page__result-link {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
  text-decoration: none;
}
.newsfeed-page__result-link:hover .card-blog-post__headline, .newsfeed-page__result-link:focus .card-blog-post__headline {
  color: #c72800;
}
.newsfeed-page__result-media {
  aspect-ratio: 617/323;
}
.newsfeed-page__result-content {
  font-size: 12px;
}
.newsfeed-page .archive-pagination {
  margin-top: 4rem;
}
@media (max-width: 1200px) {
  .newsfeed-page__filters-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newsfeed-page__topics {
    grid-column: 1/-1;
  }
}
@media (max-width: 996px) {
  .newsfeed-page__featured-layout.has-media-inquiries {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
  .newsfeed-page__result-link {
    grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .newsfeed-page__featured, .newsfeed-page__popular, .newsfeed-page__filters-section, .newsfeed-page__results {
    padding-bottom: 3.2rem;
  }
  .newsfeed-page__featured-body {
    align-items: flex-start;
    flex-direction: column;
  }
  .newsfeed-page__popular-grid {
    grid-template-columns: 1fr;
  }
  .newsfeed-page__filters-row, .newsfeed-page__result-link {
    grid-template-columns: 1fr;
  }
  .newsfeed-page__result-link {
    gap: 1.6rem;
  }
  .newsfeed-page__result-content {
    padding: 1.6rem;
  }
}
@media (max-width: 600px) {
  .newsfeed-page__featured-slider {
    --newsfeed-featured-arrow-scale: .8;
  }
  .newsfeed-page__featured-slider .slick-dots {
    margin-top: 1.2rem;
  }
  .newsfeed-page__featured-body {
    padding: 1.6rem;
  }
  .newsfeed-page__topic {
    width: 100%;
    justify-content: center;
  }
  .newsfeed-page__topics-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newsfeed-page__clear-filters {
    grid-column: 1/-1;
    margin-left: 0;
    width: 100%;
  }
}

@keyframes newsfeed-loading-shimmer {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 200% 0, 0 0;
  }
}
.single__content {
  flex: 1 746px;
  padding: 3.2% 0;
  max-width: 838px;
  width: 100%;
}
@media (min-width: 1207px) {
  .single__content {
    border-right: solid 1px #284c60;
  }
}
@media (max-width: 1207px) {
  .single__content {
    max-width: 100%;
  }
}
.single__content > * {
  padding: 0 7.5%;
}
.single__content > *.alignwide {
  padding: 0;
}
.single__header {
  padding-top: 4%;
}
.single__main {
  display: flex;
  flex-flow: wrap;
}
@media (min-width: 1207px) {
  .single__main {
    flex-flow: nowrap;
  }
}
.single__share {
  display: block;
  text-align: left;
  width: 100%;
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.single__share:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.single__share:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.single__share, .single__share:hover, .single__share:active, .single__share:focus {
  color: #fff;
  text-decoration: none;
}
.single__share:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
.single__share:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
.single__share:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
.single__share:active {
  box-shadow: 0px 0px 5px #e35205;
}
.single__share i {
  color: #00263a;
  margin-left: 1em;
}
.single__share i {
  color: #091D2A;
  position: absolute;
  right: 3rem;
}
.single__sidebar {
  flex: 0 326px;
  order: -1;
}
@media (min-width: 1207px) {
  .single__sidebar {
    order: 0;
  }
}
.single__thumbnail {
  border-top: solid 6px #e35205;
  margin: 0;
  width: 100%;
}

/**
* SPM = Single Post Meta
*/
.spm {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  background-color: #a5bac9;
  border-top: solid 4px #4f758b;
  color: #fff;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 22px;
  text-transform: uppercase;
}
.spm__label {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #091D2A;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  width: 106px;
}

.single-pagination ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.single-pagination .item {
  float: left;
  width: 33.333%;
}
.single-pagination .item.prev {
  text-align: left;
}
.single-pagination .item.next {
  text-align: right;
}
.single-pagination .item.all {
  text-align: center;
}

@media (min-width: 1024px) {
  .single-project article, .single-market article {
    display: grid;
    grid-template-columns: 1fr 394px;
    grid-template-rows: repeat(5, auto) 1fr;
  }
  .single-project article header, .single-market article header {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.single-project__organization {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  color: #4f758b;
  font-size: 28px;
}
.single-project__hero {
  grid-column: 1/3;
  grid-row: 2/4;
  margin: 0;
  width: 100%;
  z-index: 1;
}
.single-project__hero-caption, .single-project-gallery-main-variant__caption, .single-project-gallery-main__caption, .single-project__hero-caption--hidden {
  background-color: rgba(0, 38, 58, 0.6);
  color: #fff;
  grid-column: 1;
  grid-row: 3;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.single-project__hero-caption--hidden {
  display: none;
}
@media (min-width: 1024px) {
  .single-project__hero-caption--hidden {
    display: initial;
    visibility: hidden;
  }
}
.single-project__hero-caption:before, .single-project-gallery-main-variant__caption:before, .single-project-gallery-main__caption:before, .single-project__hero-caption--hidden:before {
  background-color: #e35205;
  bottom: calc(100% - 16px);
  content: "";
  height: 89px;
  left: 26px;
  position: absolute;
  width: 4px;
}
.single-project__caption-heading {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.single-project__caption-main {
  font-size: 14px;
  line-height: 18.2px;
  margin: 0;
}
.single-project__terms {
  background-color: #E0E7EB;
  display: flex;
  flex-flow: wrap;
  grid-column: 1;
  grid-row: 3;
  list-style: none;
  margin: 0;
  padding: 12px;
}
.has-post-thumbnail .single-project__terms {
  grid-row: 4;
}
.single-project__terms li {
  margin: 8px;
}
.single-project__term {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  color: #00263a;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 0.25em 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.single-project__meta, .single-market__meta {
  align-self: start;
  background-color: #00263a;
  color: #fff;
  font-size: 14px;
  grid-column: 2;
  grid-row: 3/6;
  margin-bottom: 1.5em;
  width: 100%;
  z-index: 3;
}
.single-project__meta .inner, .single-market__meta .inner {
  padding: 32px 40px;
}
.single-project__meta-cta {
  display: flex;
  justify-content: space-between;
}
.single-project__client-location {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
}
.single-project__client-location i {
  color: #E0E7EB;
  font-size: 20px;
  margin-right: 14px;
}
.single-project__facts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-project__facts li + li {
  margin-top: 22px;
}
.single-project__fact-light {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
.single-project__fact-main {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  line-height: 16px;
}
.single-project__content, .single-market__content {
  grid-column: 1;
  grid-row: 4/7;
  padding-bottom: 35px;
  padding-top: 35px;
}
.has-post-thumbnail .single-project__content, .has-post-thumbnail .single-market__content {
  grid-row: 5/7;
}
@media (min-width: 1024px) {
  .single-project__content, .single-market__content {
    padding-right: 80px;
  }
}
.single-project__testimonials {
  align-self: start;
  grid-column: 2;
  grid-row: 6;
  margin-top: 32px;
}

.single-project-testimonial {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #a5bac9;
  color: #00263a;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 1em;
  max-width: 394px;
  text-align: left;
  width: 100%;
}
.single-project-testimonial__image {
  display: block;
  line-height: 0;
  margin-bottom: 0;
}
.single-project-testimonial blockquote {
  background: none;
  border: none;
  color: inherit;
  padding: 12px 32px;
}
@media (min-width: 767px) {
  .single-project-testimonial blockquote {
    padding: 6.5rem 7rem;
  }
}
.single-project-testimonial__cite {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
  font-size: 14px;
  margin-top: 22px;
  margin-bottom: 8px;
}
.single-project-testimonial__title {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-project-testimonial__organization {
  font-family: industry, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

[data-project-testimonial-slick] .slick-slide {
  text-align: center;
}
[data-project-testimonial-slick] .slick-next,
[data-project-testimonial-slick] .slick-prev {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
[data-project-testimonial-slick] .slick-next:before,
[data-project-testimonial-slick] .slick-prev:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
[data-project-testimonial-slick] .slick-next:after,
[data-project-testimonial-slick] .slick-prev:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
[data-project-testimonial-slick] .slick-next:hover,
[data-project-testimonial-slick] .slick-prev:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
[data-project-testimonial-slick] .slick-next:hover:before,
[data-project-testimonial-slick] .slick-prev:hover:before {
  border: none;
}
[data-project-testimonial-slick] .slick-next:hover:after,
[data-project-testimonial-slick] .slick-prev:hover:after {
  border: none;
}
[data-project-testimonial-slick] .slick-next,
[data-project-testimonial-slick] .slick-prev {
  bottom: initial;
  position: absolute;
  top: 50%;
  z-index: 5;
}
[data-project-testimonial-slick] .slick-next i,
[data-project-testimonial-slick] .slick-prev i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-project-testimonial-slick] .slick-next {
  right: 0;
  transform: translateY(-50%);
}
[data-project-testimonial-slick] .slick-prev {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}

[data-project-gallery-slick-main] .slick-next, [data-bm-home-slider-feature-slick] .slick-next,
[data-project-gallery-slick-main] .slick-prev,
[data-bm-home-slider-feature-slick] .slick-prev {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
[data-project-gallery-slick-main] .slick-next:before, [data-bm-home-slider-feature-slick] .slick-next:before,
[data-project-gallery-slick-main] .slick-prev:before,
[data-bm-home-slider-feature-slick] .slick-prev:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
[data-project-gallery-slick-main] .slick-next:after, [data-bm-home-slider-feature-slick] .slick-next:after,
[data-project-gallery-slick-main] .slick-prev:after,
[data-bm-home-slider-feature-slick] .slick-prev:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
[data-project-gallery-slick-main] .slick-next:hover, [data-bm-home-slider-feature-slick] .slick-next:hover,
[data-project-gallery-slick-main] .slick-prev:hover,
[data-bm-home-slider-feature-slick] .slick-prev:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
[data-project-gallery-slick-main] .slick-next:hover:before, [data-bm-home-slider-feature-slick] .slick-next:hover:before,
[data-project-gallery-slick-main] .slick-prev:hover:before,
[data-bm-home-slider-feature-slick] .slick-prev:hover:before {
  border: none;
}
[data-project-gallery-slick-main] .slick-next:hover:after, [data-bm-home-slider-feature-slick] .slick-next:hover:after,
[data-project-gallery-slick-main] .slick-prev:hover:after,
[data-bm-home-slider-feature-slick] .slick-prev:hover:after {
  border: none;
}
[data-project-gallery-slick-main] .slick-next, [data-bm-home-slider-feature-slick] .slick-next,
[data-project-gallery-slick-main] .slick-prev,
[data-bm-home-slider-feature-slick] .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
}
[data-project-gallery-slick-main] .slick-next, [data-bm-home-slider-feature-slick] .slick-next {
  right: 0;
  transform: translateY(-50%);
}
[data-project-gallery-slick-main] .slick-prev, [data-bm-home-slider-feature-slick] .slick-prev {
  left: 0;
  transform: translateY(-50%);
}
[data-project-gallery-slick-main] .slick-dots, [data-bm-home-slider-feature-slick] .slick-dots {
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  bottom: 24px;
}
[data-project-gallery-slick-main] .slick-dots li, [data-bm-home-slider-feature-slick] .slick-dots li {
  position: relative;
  width: 14px;
}
[data-project-gallery-slick-main] .slick-dots li + li, [data-bm-home-slider-feature-slick] .slick-dots li + li {
  margin-left: 6px;
}
[data-project-gallery-slick-main] .slick-dots button, [data-bm-home-slider-feature-slick] .slick-dots button {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
[data-project-gallery-slick-main] .slick-dots button:before, [data-bm-home-slider-feature-slick] .slick-dots button:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
[data-project-gallery-slick-main] .slick-dots button:after, [data-bm-home-slider-feature-slick] .slick-dots button:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
[data-project-gallery-slick-main] .slick-dots button:hover, [data-bm-home-slider-feature-slick] .slick-dots button:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
[data-project-gallery-slick-main] .slick-dots button:hover:before, [data-bm-home-slider-feature-slick] .slick-dots button:hover:before {
  border: none;
}
[data-project-gallery-slick-main] .slick-dots button:hover:after, [data-bm-home-slider-feature-slick] .slick-dots button:hover:after {
  border: none;
}
[data-project-gallery-slick-main] .slick-dots button, [data-bm-home-slider-feature-slick] .slick-dots button {
  position: relative;
}
[data-project-gallery-slick-main] .slick-dots button:before, [data-bm-home-slider-feature-slick] .slick-dots button:before {
  border: solid 2px #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}
[data-project-gallery-slick-main] .slick-dots button:after, [data-bm-home-slider-feature-slick] .slick-dots button:after {
  background: #fff;
  border-radius: 100%;
  content: "";
  display: none;
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}
[data-project-gallery-slick-main] .slick-dots li.slick-active button:after, [data-bm-home-slider-feature-slick] .slick-dots li.slick-active button:after {
  display: block;
}

.single-project-gallery-main {
  grid-column: 1/3;
  grid-row: 7;
  position: relative;
}
.single-project-gallery-main__container {
  border-top: solid 6px #a5bac9;
  max-width: 1038px;
  z-index: 2;
  margin: 0 auto;
}
.single-project-gallery-main__slide {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  display: inline-flex !important;
  flex-direction: column;
  height: 400px;
}
@media (min-width: 767px) {
  .single-project-gallery-main__slide {
    height: 576px;
  }
}
.single-project-gallery-main__slide.cover {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.single-project-gallery-main__slide.cover img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .single-project-gallery-main__slide.cover img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.single-project-gallery-main__slide.cover {
  min-height: 400px;
}
.single-project-gallery-main__slide.cover img {
  height: 100% !important;
}
@media (min-width: 767px) {
  .single-project-gallery-main__slide.cover {
    height: 576px;
  }
}
.single-project-gallery-main__slide.portrait {
  background-color: rgba(0, 38, 58, 0.8);
}
.single-project-gallery-main__image {
  margin-bottom: 0;
}
.single-project-gallery-main__image--portrait {
  display: block;
  max-height: 100%;
  margin: 24px auto;
  width: auto;
}
.single-project-gallery-main__caption {
  bottom: 0;
  left: 0;
  margin-top: auto;
  min-height: 100px;
  position: absolute;
  right: 0;
  padding: 23px 23px 34px 23px;
}
.single-project-gallery-main__texture {
  background-color: #E0E7EB;
  background-position: center;
  background-size: cover;
  bottom: 74px;
  height: 415px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.single-project-gallery-main__popuplink {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.single-project-gallery-thumb {
  background-position: center;
  grid-column: 1/3;
  grid-row: 8;
  margin-top: -74px;
  margin-bottom: 64px;
  padding: 100px 0 26px;
  position: relative;
  z-index: 1;
}
.single-project-gallery-thumb__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  width: 100%;
}
.single-project-gallery-thumb__slide {
  text-align: center;
}
.single-project-gallery-thumb__slide img {
  display: inline-block;
  margin: 0 8px;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .single-project-gallery-thumb__slide img {
    max-width: 95%;
  }
}

.single-project .mfp-close, .single-market .mfp-close {
  top: 40px;
}

/*
Start Single Project Variant: Enhanced Page Template
*/
.featured-project-meta {
  display: flex;
}
@media screen and (max-width: 875px) {
  .featured-project-meta {
    flex-direction: column;
  }
}
@media screen and (min-width: 1260px) {
  .featured-project-meta {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
  }
}
.featured-project-meta__wrapper {
  background: #E0E7EB;
}
.featured-project-meta__info {
  flex-basis: 65%;
  padding: 12px 2.4% 12px 2.4%;
}
@media screen and (max-width: 875px) {
  .featured-project-meta__info {
    justify-content: center;
  }
}
.featured-project-meta__inner {
  margin-left: 3%;
  margin-right: 3%;
  padding: 32px 0px !important;
  max-width: 1160px;
}
@media screen and (min-width: 1260px) {
  .featured-project-meta__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-project-meta__client-location {
  margin-bottom: 1rem;
}
.featured-project-meta__marker {
  font-size: 25px;
}
@media screen and (max-width: 875px) {
  .featured-project-meta__marker {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
  }
}
.featured-project-meta__marker i {
  font-size: 30px;
}

.featured-project-button {
  padding: 0;
  height: 100%;
  padding: 0px 15% 0px 15%;
  max-height: 71px;
}
@media screen and (max-width: 875px) {
  .featured-project-button {
    height: 71px;
    padding: 0;
    width: 100%;
  }
}
.featured-project-button__container {
  flex-basis: 35%;
  background-color: #E0E7EB;
  display: flex;
  align-items: center;
  margin-right: 3%;
  justify-content: flex-end;
}
@media screen and (max-width: 875px) {
  .featured-project-button__container {
    margin-right: 0%;
  }
}
.featured-project-button__content {
  height: 100%;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 875px) {
  .featured-project-button__content {
    justify-content: center;
    width: 100%;
  }
}
.featured-project-button__content i {
  font-size: 1.5em;
}

.featured-project-facts {
  flex-direction: row;
  display: flex;
  gap: 4%;
  margin-right: 45px;
  margin-left: 45px;
}
@media screen and (max-width: 875px) {
  .featured-project-facts {
    flex-direction: column;
    margin-top: 22px;
    margin-right: 2.4%;
    margin-left: 2.4%;
  }
}
.featured-project-facts__fact {
  margin-top: auto;
}
@media screen and (max-width: 875px) {
  .featured-project-facts__fact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.featured-project-hero {
  width: 100%;
  height: 85vh;
}
@media screen and (max-width: 875px) {
  .featured-project-hero {
    height: 55vh;
  }
}
.featured-project-hero__content {
  width: 100%;
  height: 75vh;
}
@media screen and (max-width: 875px) {
  .featured-project-hero__content {
    height: 45vh;
  }
}

/*
Featured Projects Content Section Styles
*/
.featured-project-content__section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1260px) {
  .featured-project-content__section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1315px;
  }
}
.featured-project-content__intro {
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 766px) {
  .featured-project-content__intro {
    flex-direction: column;
  }
}
.featured-project-content__heading-large {
  flex-basis: 50%;
  border-left: 4px solid #e35205;
  padding-left: 2.4%;
  padding-right: 2.4%;
}
.featured-project-content__heading-large h2 {
  font-family: industry, sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 766px) {
  .featured-project-content__heading-large {
    margin: 0.67em 0 1rem;
  }
  .featured-project-content__heading-large h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}
.featured-project-content__paragraph {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: urw-din, sans-serif;
  line-height: 1.5;
}
.featured-project-content__regular {
  padding-bottom: 3%;
}
.featured-project-content__regular h2 {
  font-family: industry, sans-serif;
  padding-bottom: 20px;
}
.featured-project-content__regular p {
  font-family: urw-din, sans-serif;
  line-height: 1.5;
}
.featured-project-content__testimonial-blockquote {
  background: initial;
  border: initial;
  color: initial;
  padding: initial;
  margin: initial;
  max-width: initial;
  font-family: urw-din, sans-serif;
  line-height: 1.5;
  padding-bottom: 1rem;
}

/*
Featured Projects Testimonial Widget Styles
*/
.barton-testimonial-container {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.barton-testimonial-container__headline {
  padding-left: 3%;
  padding-right: 3%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.barton-testimonial-container__headline h2 {
  font-family: industry, sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 766px) {
  .barton-testimonial-container__headline {
    margin: 0.67em 0 1rem;
  }
  .barton-testimonial-container__headline h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}

.barton-three-pane-container {
  width: 100%;
  height: 100%;
  max-width: 1265px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 3%;
  padding-top: 1rem;
}
.barton-three-pane-container .swiper {
  max-width: 1300px;
  width: 100%;
  position: relative;
  margin-left: -10px;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .barton-three-pane-container .swiper {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .barton-three-pane-container .swiper {
    margin-left: 45px;
    margin-right: 50px;
  }
}
.barton-three-pane-container .swiper-button-next,
.barton-three-pane-container .swiper-button-prev {
  position: absolute;
  top: 54%;
  width: 35px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border: 0;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.barton-three-pane-container .swiper-button-next:hover,
.barton-three-pane-container .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.barton-three-pane-container .swiper-button-next::after,
.barton-three-pane-container .swiper-button-prev::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 100%;
}
.barton-three-pane-container .swiper-button-next::after {
  background-image: none;
  transform: translateX(3px);
}
.barton-three-pane-container .swiper-button-prev::after {
  background-image: none;
  transform: translateX(-3px) rotate(180deg);
}
.barton-three-pane-container .swiper-slide {
  width: 28.125rem;
  min-height: 27.125rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s ease;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .barton-three-pane-container .swiper-slide {
    min-height: 30.125rem;
  }
}
@media screen and (max-width: 420px) {
  .barton-three-pane-container .swiper-slide {
    min-height: 35.125rem;
  }
}
@media screen and (max-width: 300px) {
  .barton-three-pane-container .swiper-slide {
    min-height: 40.125rem;
  }
}
.barton-three-pane-container .swiper-slide.swiper-slide-next, .barton-three-pane-container .swiper-slide.swiper-slide-active, .barton-three-pane-container .swiper-slide.swiper-slide-prev {
  opacity: 1;
  transition: opacity 0.6s ease-in-out, transform 2s ease;
}
.barton-three-pane-container .swiper-slide .swiper-slide-content {
  padding-bottom: 20px;
  padding-top: 20px;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #f2f3f5;
}
.barton-three-pane-container .swiper-slide .swiper-slide-shadow-left,
.barton-three-pane-container .swiper-slide .swiper-slide-shadow-right {
  background-image: none;
}
.barton-three-pane-container .swiper-slide-inner-wrapper {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .barton-three-pane-container .swiper-slide-inner-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.barton-three-pane-container .swiper-slide-inner-container__author {
  font-size: 18px;
  font-family: industry, sans-serif;
  font-weight: bold;
}
.barton-three-pane-container .swiper-slide-inner-container__author p {
  margin-bottom: 1rem;
}
.barton-three-pane-container .swiper-slide-inner-container__role {
  font-size: 18px;
  font-family: industry, sans-serif;
  font-weight: bold;
}
.barton-three-pane-container .swiper-slide-inner-container__role p {
  margin-bottom: 1rem;
}
.barton-three-pane-container .swiper-slide-inner-container__organization {
  font-size: 18px;
  font-family: industry, sans-serif;
}
.barton-three-pane-container .swiper-slide-inner-container__organization p {
  margin-bottom: 1rem;
}

/*
Featured Projects Testimonial Widget Styles - No Slider Version
*/
.barton-three-pane-container-no-slider {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 3%;
  padding-top: 1rem;
}
.barton-three-pane-container-no-slider .swiper-no-slider {
  max-width: 1300px;
  width: 100%;
  position: relative;
  padding-bottom: 4rem;
}
.barton-three-pane-container-no-slider .swiper-wrapper-no-slider {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .barton-three-pane-container-no-slider .swiper-wrapper-no-slider {
    flex-direction: column;
    gap: 5rem;
  }
}
.barton-three-pane-container-no-slider .flex-item {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex: 50%;
}
.barton-three-pane-container-no-slider .flex-item .swiper-slide-content-no-slider {
  padding-bottom: 20px;
  padding-top: 20px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #f2f3f5;
}
.barton-three-pane-container-no-slider .swiper-slide-inner-wrapper-no-slider {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .barton-three-pane-container-no-slider .swiper-slide-inner-wrapper-no-slider {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.barton-three-pane-container-no-slider .swiper-slide-inner-container-no-slider__author {
  font-size: 18px;
  font-family: industry, sans-serif;
  font-weight: bold;
}
.barton-three-pane-container-no-slider .swiper-slide-inner-container-no-slider__author p {
  margin-bottom: 1rem;
}
.barton-three-pane-container-no-slider .swiper-slide-inner-container-no-slider__role {
  font-size: 18px;
  font-family: industry, sans-serif;
  font-weight: bold;
}
.barton-three-pane-container-no-slider .swiper-slide-inner-container-no-slider__role p {
  margin-bottom: 1rem;
}
.barton-three-pane-container-no-slider .swiper-slide-inner-container-no-slider__organization {
  font-size: 18px;
  font-family: industry, sans-serif;
}
.barton-three-pane-container-no-slider .swiper-slide-inner-container-no-slider__organization p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .barton-three-pane-container::before,
  .barton-three-pane-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    /* Width of the gradient */
    z-index: 9;
    /* Below the arrows but above the slides */
  }
  .barton-three-pane-container::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
  }
  .barton-three-pane-container::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
  }
}
.blockquote-icon {
  position: absolute;
  bottom: -8%;
  right: 3rem;
  width: 5rem;
  height: 4rem;
  z-index: 1;
  background-image: none;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateX(-20px);
}

.blockquote-icon.active-icon {
  opacity: 1;
  transform: translateX(0);
}

/*
Featured Projects Slider Widget Styles - "Other Projects"
*/
.featured-project-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .featured-project-slider {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.featured-project-slider .swiper {
  width: 100%;
  height: 100%;
}
.featured-project-slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-project-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-project-slider .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.featured-project-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.featured-project-slider .mainSlider {
  height: 80%;
  width: 100%;
}
.featured-project-slider .prev-button-feature-projects {
  position: absolute;
  z-index: 2;
  transform: translate(0%, 50%);
  height: 75%;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .featured-project-slider .prev-button-feature-projects {
    transform: translate(0%, 40%);
  }
}
.featured-project-slider .prev-button-feature-projects:hover {
  opacity: 0.97;
}
.featured-project-slider .next-button-feature-projects {
  position: absolute;
  z-index: 2;
  transform: translate(0%, 50%);
  right: 45%;
  height: 75%;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .featured-project-slider .next-button-feature-projects {
    transform: translate(0%, 40%);
    right: 10px;
  }
}
.featured-project-slider .next-button-feature-projects:hover {
  opacity: 0.97;
}
.featured-project-slider .thumbSlider {
  box-sizing: border-box;
  padding: 10px 0;
}
.featured-project-slider .thumbSlider .swiper-slide {
  height: 100%;
  transition: all 1s ease-in-out;
}
.featured-project-slider .thumbSlider {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(0%, -50%);
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .featured-project-slider .thumbSlider {
    height: 275px;
    top: 0;
    left: 1rem;
    transform: translate(0%, 0%);
    bottom: 50%;
    position: relative;
  }
}
@media screen and (max-width: 450px) {
  .featured-project-slider .thumbSlider {
    height: 275px;
    top: 65%;
    left: 1rem;
    transform: translate(0%, 0%);
    bottom: 50%;
  }
}
@media screen and (max-width: 401px) {
  .featured-project-slider .thumbSlider {
    top: 60%;
  }
}
@media screen and (max-width: 991px) {
  .featured-project-slider .thumbSlider {
    left: auto;
    right: auto;
    padding-inline: 1rem;
  }
}
.featured-project-slider .thumbSlider .swiper-slide {
  overflow: hidden;
}
.featured-project-slider .thumbSlider .swiper-slide .thumb-label {
  position: absolute;
  top: calc(5% + 1rem);
  font-family: urw-din, sans-serif;
  left: 1rem;
  background: #e35205;
  z-index: 2;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.featured-project-slider .thumbSlider .swiper-slide .thumb-label p {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .featured-project-slider .thumbSlider .swiper-slide .thumb-label {
    font-size: 1.1rem;
  }
}
.featured-project-slider .thumbSlider .swiper-slide .image-wrapper {
  width: 100%;
  height: 90%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.featured-project-slider .thumbSlider .swiper-slide .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.featured-project-slider .thumbSlider .swiper-slide img {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.featured-project-slider .thumbSlider .swiper-slide-prev .image-wrapper::after {
  display: none;
}
.featured-project-slider .thumbSlider .swiper-slide-prev .thumb-label {
  opacity: 1;
}
.featured-project-slider .thumbSlider .swiper-slide-prev img {
  opacity: 1;
}
.featured-project-slider .thumbSlider .swiper-slide-active img {
  height: 100%;
}
.featured-project-slider .thumbSlider .swiper-slide-active .image-wrapper {
  height: 100%;
}
.featured-project-slider .thumbSlider .swiper-slide-active .image-wrapper::after {
  opacity: 0;
}
.featured-project-slider .thumbSlider .swiper-slide-active .thumb-label {
  top: 1rem;
}
.featured-project-slider .thumbSlider .swiper-slide-active .thumb-label p {
  margin: 0;
}
.featured-project-slider .thumbSlider .swiper-slide-active img,
.featured-project-slider .thumbSlider .swiper-slide-active + .swiper-slide img,
.featured-project-slider .thumbSlider .swiper-slide-active + .swiper-slide + .swiper-slide img {
  opacity: 1;
}
.featured-project-slider .mainSlider {
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  .featured-project-slider .mainSlider {
    aspect-ratio: auto;
    height: 100%;
  }
}
.featured-project-slider .mainSlider > .swiper-wrapper {
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .featured-project-slider .mainSlider > .swiper-wrapper {
    padding-block: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .featured-project-slider .mainSlider > .swiper-wrapper .swiper-slide {
    align-items: start;
    justify-content: start;
  }
}
.featured-project-slider .mainSlider > .swiper-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-project-slider .mainSlider > .swiper-wrapper .swiper-slide > video, .featured-project-slider .mainSlider > .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .featured-project-slider .mainSlider > .swiper-wrapper .swiper-slide > video, .featured-project-slider .mainSlider > .swiper-wrapper .swiper-slide > img {
    position: absolute;
  }
}
.featured-project-slider .mainSlider > .swiper-wrapper .slide-content {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  max-width: calc(37% - 2rem);
  z-index: 99;
}
.featured-project-slider .mainSlider > .swiper-wrapper .slide-content h2 {
  font-family: industry, sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 766px) {
  .featured-project-slider .mainSlider > .swiper-wrapper .slide-content {
    margin: 0.67em 0 1rem;
  }
  .featured-project-slider .mainSlider > .swiper-wrapper .slide-content h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}
.featured-project-slider .mainSlider > .swiper-wrapper .slide-content h3 {
  font-family: factoria, serif;
  font-weight: 600;
}
.featured-project-slider .mainSlider > .swiper-wrapper .slide-content .slide-label {
  margin-bottom: 1rem;
  font-family: industry, sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .featured-project-slider .mainSlider > .swiper-wrapper .slide-content {
    font-size: 100%;
  }
}
@media screen and (max-width: 992px) {
  .featured-project-slider .mainSlider > .swiper-wrapper .slide-content {
    position: relative;
    top: 0rem;
    left: auto;
    transform: translateY(0%);
    max-width: 100%;
  }
}
.featured-project-slider .mainSlider > .swiper-wrapper .slide-content h2 {
  font-family: industry, sans-serif;
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 766px) {
  .featured-project-slider .mainSlider > .swiper-wrapper .slide-content {
    margin: 0.67em 0 1rem;
  }
  .featured-project-slider .mainSlider > .swiper-wrapper .slide-content h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}
.featured-project-slider .mainSlider > .swiper-wrapper .slide-content h3 {
  clip-path: inset(0px 0px 0px 0px);
  line-height: 1em;
  margin-top: 0;
  color: #fff;
}
.featured-project-slider .mainSlider > .swiper-wrapper .slide-content h3 span {
  display: inline-block;
}
.featured-project-slider .mainSlider > .swiper-wrapper .slide-content p {
  margin-bottom: 1rem;
  font-family: urw-din, sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 400px) {
  .featured-project-slider .mainSlider > .swiper-wrapper .slide-content p {
    display: -webkit-box;
    -webkit-line-clamp:unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.featured-project-slider .mainSlider .swiper-slide:not(.swiper-slide-active) .slide-content {
  opacity: 0;
  visibility: hidden;
}
.featured-project-slider .mainSlider .swiper-slide.swiper-slide-active .slide-content {
  opacity: 1;
  visibility: visible;
}
.featured-project-slider .mainSlider .swiper-nav-wrapper {
  width: 100%;
  display: flex;
  max-width: 100%;
  margin-top: 2rem;
  align-items: center;
  gap: 2rem;
}
.featured-project-slider .mainSlider .swiper-nav-wrapper > a {
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 355px) {
  .featured-project-slider .mainSlider .swiper-nav-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.featured-project-slider .mainSlider .swiper-fraction {
  bottom: 1rem;
  top: auto;
  left: auto;
  font-family: industry, sans-serif;
  color: #fff;
  font-size: 2.75rem;
  position: absolute;
  display: inline-block;
  right: 1rem;
  width: auto;
  z-index: 9;
  font-weight: 700;
  clip-path: inset(0px 0px 0px 0px);
}
@media screen and (max-width: 400px) {
  .featured-project-slider .mainSlider .swiper-fraction {
    display: none;
  }
}
.featured-project-slider .mainSlider .swiper-fraction span.swiper-fraction-current {
  display: inline-block;
  animation: fractionSlideIn 0.3s ease-in-out;
}

@keyframes fractionSlideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*
Featured Projects Split Section Widget Styles
*/
.split-section-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
@media screen and (max-width: 1279px) {
  .split-section-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 126rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .split-section-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 766px) {
  .split-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.split-section-container__inner {
  display: flex;
  padding: 3% 0% 3% 0%;
}
@media screen and (max-width: 1123px) {
  .split-section-container__inner {
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }
}
.split-section-container__inner__opposite {
  flex-direction: row-reverse;
  display: flex;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media screen and (max-width: 1123px) {
  .split-section-container__inner__opposite {
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }
}
.split-section-container__left-container {
  flex-basis: 50%;
  display: flex;
  justify-content: end;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  margin-right: -35px;
}
@media screen and (max-width: 1123px) {
  .split-section-container__left-container {
    margin-right: 0px;
    justify-content: center;
    margin-top: -4%;
  }
}
.split-section-container__left-container iframe {
  width: 660px;
  height: 371px;
}
.split-section-container__left-container img {
  max-width: 655px;
}
@media screen and (max-width: 700px) {
  .split-section-container__left-container .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .split-section-container__left-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .split-section-container__left-container img {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .split-section-container__left-container video {
    width: 100%;
    height: 100%;
  }
}
.split-section-container__left-container__opposite {
  flex-basis: 50%;
  display: flex;
  justify-content: start;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  margin-left: -35px;
}
@media screen and (max-width: 1123px) {
  .split-section-container__left-container__opposite {
    margin-left: 0px;
    justify-content: center;
    margin-top: -4%;
  }
}
.split-section-container__left-container__opposite iframe {
  width: 660px;
  height: 371px;
}
.split-section-container__left-container__opposite img {
  max-width: 655px;
}
@media screen and (max-width: 700px) {
  .split-section-container__left-container__opposite .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .split-section-container__left-container__opposite iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .split-section-container__left-container__opposite img {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .split-section-container__left-container__opposite video {
    width: 100%;
    height: 100%;
  }
}
.split-section-container__right-container {
  flex-basis: 50%;
  z-index: 1;
}
@media screen and (min-width: 1124px) {
  .split-section-container__right-container {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.split-section-container__right-container__content {
  background: #f2f3f5;
  padding: 9% 8% 9% 12%;
}
.split-section-container__right-container__content p {
  font-family: urw-din, sans-serif;
}
.split-section-container__right-container__content h2 {
  font-family: industry, sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 766px) {
  .split-section-container__right-container__content {
    margin: 0.67em 0 1rem;
  }
  .split-section-container__right-container__content h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .split-section-container__right-container__content {
    padding: 9% 9% 12% 12%;
  }
}
.split-section-container__right-container__content h3 {
  font-family: industry, sans-serif;
}
.split-section-container__right-container__content__opposite {
  background: #f2f3f5;
  padding: 9% 12% 9% 8%;
}
.split-section-container__right-container__content__opposite h2 {
  font-family: industry, sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 766px) {
  .split-section-container__right-container__content__opposite {
    margin: 0.67em 0 1rem;
  }
  .split-section-container__right-container__content__opposite h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}
.split-section-container__right-container__content__opposite p {
  font-family: urw-din, sans-serif;
}
@media screen and (max-width: 1023px) {
  .split-section-container__right-container__content__opposite {
    padding: 9% 9% 12% 12%;
  }
}
.split-section-container .bm-orange {
  color: #e35205;
  font-family: industry, sans-serif;
  font-weight: 600;
}

/*
Featured Projects Drone Dashboard Widget Styles
*/
.featured-project-drone-dash-container {
  padding-top: 2rem;
  padding-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
}
.featured-project-drone-dash-container__content {
  padding-bottom: 3%;
}
.featured-project-drone-dash-container__content h2 {
  font-family: industry, sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 766px) {
  .featured-project-drone-dash-container__content {
    margin: 0.67em 0 1rem;
  }
  .featured-project-drone-dash-container__content h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}
.featured-project-drone-dash-container__content p {
  font-family: urw-din, sans-serif;
}
.featured-project-drone-dash-container__map {
  position: relative;
  max-width: 126rem;
  margin: 0 24px;
  /* Screen between 767px and 1023px */
}
@media screen and (min-width: 767px) {
  .featured-project-drone-dash-container__map {
    margin: 0 32px;
  }
}
.featured-project-drone-dash-container__map {
  /* Screen between 1024px and 1279px */
}
@media screen and (min-width: 1024px) {
  .featured-project-drone-dash-container__map {
    margin: 0 40px;
  }
}
.featured-project-drone-dash-container__map {
  /* Screen 1280px and above */
}
@media screen and (min-width: 1280px) {
  .featured-project-drone-dash-container__map {
    margin: 0 75px;
  }
}
.featured-project-drone-dash-container__map img {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex;
}
.featured-project-drone-dash-container__map-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.featured-project-drone-dash-container__map-icon img {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 440px) {
  .featured-project-drone-dash-container__map-icon img {
    width: 34px;
    height: 34px;
  }
}
.featured-project-drone-dash-container__map-marker {
  position: absolute;
}
.featured-project-drone-dash-container__map-marker img {
  width: 91px;
  height: 91px;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .featured-project-drone-dash-container__map-marker img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 440px) {
  .featured-project-drone-dash-container__map-marker img {
    width: 45px;
    height: 45px;
  }
}
.featured-project-drone-dash-container__menu {
  position: relative;
  background: #E0E7EB;
  padding: 20px;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin: 0% 5.7% 0% 8.7%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 4% 130%, 0% 70%, 0% 0%);
}
@media screen and (max-width: 1042px) {
  .featured-project-drone-dash-container__menu {
    flex-wrap: wrap;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 95px 130%, 0% 70%, 0% 0%);
    padding-left: 60px;
  }
}
.featured-project-drone-dash-container__menu__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: urw-din, sans-serif;
  text-decoration: none;
  color: #284c60;
}
@media screen and (max-width: 1042px) {
  .featured-project-drone-dash-container__menu__item {
    flex: 1 1 269px;
  }
}
.featured-project-drone-dash-container__menu__item:hover {
  text-decoration: underline;
}
.featured-project-drone-dash-container__menu img {
  width: 52px;
  height: 52px;
}

/*
Featured Projects Awards Slider Widget Styles
*/
.barton-awards-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #00263a;
}
.barton-awards-container__content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
}
.barton-awards-container__headline {
  text-align: left;
  color: #fff;
  padding-bottom: 3%;
}
.barton-awards-container__headline h2 {
  font-family: industry, sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 766px) {
  .barton-awards-container__headline {
    margin: 0.67em 0 1rem;
  }
  .barton-awards-container__headline h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}

.barton-three-pane-awards-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 3%;
  padding-top: 1rem;
}
.barton-three-pane-awards-container .swiper {
  max-width: 1140px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1255px) {
  .barton-three-pane-awards-container .swiper {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .barton-three-pane-awards-container .swiper {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .barton-three-pane-awards-container .swiper {
    margin-left: 45px;
    margin-right: 50px;
  }
}
.barton-three-pane-awards-container .swiper-button-next,
.barton-three-pane-awards-container .swiper-button-prev {
  position: absolute;
  top: 54%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.barton-three-pane-awards-container .swiper-button-next:hover,
.barton-three-pane-awards-container .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.barton-three-pane-awards-container .swiper-button-next::after,
.barton-three-pane-awards-container .swiper-button-prev::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 100%;
}
.barton-three-pane-awards-container .swiper-button-next::after {
  background-image: none;
  transform: translateX(3px);
  margin-left: -5px;
}
.barton-three-pane-awards-container .swiper-button-prev::after {
  background-image: none;
  transform: translateX(-3px) rotate(180deg);
  margin-right: -5px;
}
.barton-three-pane-awards-container .swiper-slide {
  width: 28.125rem;
  min-height: 27.125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s ease;
}
@media screen and (max-width: 767px) {
  .barton-three-pane-awards-container .swiper-slide {
    min-height: 30.125rem;
  }
}
@media screen and (max-width: 420px) {
  .barton-three-pane-awards-container .swiper-slide {
    min-height: 35.125rem;
  }
}
@media screen and (max-width: 300px) {
  .barton-three-pane-awards-container .swiper-slide {
    min-height: 40.125rem;
  }
}
.barton-three-pane-awards-container .swiper-slide.swiper-slide-next, .barton-three-pane-awards-container .swiper-slide.swiper-slide-active, .barton-three-pane-awards-container .swiper-slide.swiper-slide-prev {
  opacity: 1;
  transition: opacity 0.6s ease-in-out, transform 2s ease;
}
.barton-three-pane-awards-container .swiper-slide .swiper-slide-content {
  opacity: 1;
  display: flex;
  height: 100%;
  width: 100%;
}
.barton-three-pane-awards-container .swiper-slide .swiper-slide-shadow-left,
.barton-three-pane-awards-container .swiper-slide .swiper-slide-shadow-right {
  background-image: none;
}
.barton-three-pane-awards-container .swiper-slide-inner-wrapper {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .barton-three-pane-awards-container .swiper-slide-inner-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.barton-three-pane-awards-container .swiper-slide-inner-container img {
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  display: flex;
}
.barton-three-pane-awards-container .swiper-slide-inner-container h3 {
  text-align: center;
  font-family: industry, sans-serif;
  color: #fff;
}
.barton-three-pane-awards-container .swiper-slide-inner-container p {
  color: #fff;
  text-align: center;
  font-family: urw-din, sans-serif;
}

@media screen and (max-width: 1024px) {
  .barton-three-pane-awards-container::before,
  .barton-three-pane-awards-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 9;
  }
  .barton-three-pane-awards-container::before {
    left: 0;
    background: linear-gradient(to right, #00263a, transparent);
  }
  .barton-three-pane-awards-container::after {
    right: 0;
    background: linear-gradient(to left, #00263a, transparent);
  }
}
/*
Featured Projects Awards Widget Styles - No Slider Version
*/
.barton-three-pane-awards-container-no-slider {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 3%;
  padding-top: 1rem;
}
.barton-three-pane-awards-container-no-slider .swiper-no-slider {
  max-width: 1140px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1255px) {
  .barton-three-pane-awards-container-no-slider .swiper-no-slider {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .barton-three-pane-awards-container-no-slider .swiper-no-slider {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .barton-three-pane-awards-container-no-slider .swiper-no-slider {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.barton-three-pane-awards-container-no-slider .swiper-slide-content-no-slider {
  opacity: 1;
  display: flex;
  flex: 50%;
  height: 100%;
  width: 100%;
}
.barton-three-pane-awards-container-no-slider .swiper-wrapper-no-slider {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .barton-three-pane-awards-container-no-slider .swiper-wrapper-no-slider {
    flex-direction: column;
  }
}
.barton-three-pane-awards-container-no-slider .swiper-slide-inner-wrapper-no-slider {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .barton-three-pane-awards-container-no-slider .swiper-slide-inner-wrapper-no-slider {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.barton-three-pane-awards-container-no-slider .swiper-slide-inner-container-no-slider img {
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  display: flex;
}
.barton-three-pane-awards-container-no-slider .swiper-slide-inner-container-no-slider h3 {
  text-align: center;
  font-family: industry, sans-serif;
  color: #fff;
}
.barton-three-pane-awards-container-no-slider .swiper-slide-inner-container-no-slider p {
  color: #fff;
  text-align: center;
  font-family: urw-din, sans-serif;
}

/*
Featured Project Gallery Widget Styles - The Varient for Video
*/
.single-project-gallery-main-variant {
  grid-column: 1/3;
  grid-row: 7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .single-project-gallery-main-variant .slick-track {
    display: flex;
    align-items: baseline;
  }
  .single-project-gallery-main-variant .vp-center {
    align-items: flex-end;
  }
}
.single-project-gallery-main-variant__container {
  max-width: 1038px;
  z-index: 2;
  margin: 0 auto;
}
.single-project-gallery-main-variant__slide {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  display: inline-flex !important;
  flex-direction: column;
  height: auto;
}
.single-project-gallery-main-variant__slide.cover img,
.single-project-gallery-main-variant__slide.cover video {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1038/584;
}
.single-project-gallery-main-variant__slide.cover iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .single-project-gallery-main-variant__slide .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .single-project-gallery-main-variant__slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.single-project-gallery-main-variant__slide.portrait {
  background-color: rgba(0, 38, 58, 0.8);
}
.single-project-gallery-main-variant__image {
  margin-bottom: 0;
}
.single-project-gallery-main-variant__image--portrait {
  display: block;
  max-height: 100%;
  margin: 24px auto;
  width: auto;
}
.single-project-gallery-main-variant__caption {
  bottom: 0;
  left: 0;
  margin-top: auto;
  min-height: 100px;
  position: absolute;
  right: 0;
  padding: 23px 23px 34px 23px;
}
.single-project-gallery-main-variant__texture {
  background-color: #E0E7EB;
  background-position: center;
  background-size: cover;
  bottom: 74px;
  height: 415px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.single-project-gallery-main-variant__popuplink {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.single-locations_module {
  background-color: #a5bac9;
}

.bmcontactgrid {
  background-color: #fff;
  grid-template-columns: 1fr 502px;
  margin-top: 4%;
}
.bmcontactgrid:before {
  background-color: #E0E7EB;
  content: "";
  height: 80vh;
  left: 0;
  max-height: 520px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 640px) {
  .bmcontactgrid {
    padding-top: 36px;
  }
}
@media (min-width: 976px) {
  .bmcontactgrid {
    display: grid;
  }
}
.bmcontactgrid__header {
  padding-top: 1px;
  padding-left: 24px;
  padding-bottom: 16px;
}
.bmcontactgrid__content {
  grid-row: 2/4;
  grid-column: 1;
  padding: 32px 24px;
}
.has-post-thumbnail .bmcontactgrid__content {
  grid-row: initial;
  grid-column: initial;
}
.bmcontactgrid__map {
  border-top: solid 4px #e35205;
  height: 100%;
  max-height: 420px;
  width: 100%;
}
.bmcontactgrid__map button {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.bmcontactgrid__map button:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bmcontactgrid__map button:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bmcontactgrid__map button:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.bmcontactgrid__map button:hover:before {
  border: none;
}
.bmcontactgrid__map button:hover:after {
  border: none;
}
.bmcontactgrid__map-with-second {
  border-top: solid 4px #e35205;
  height: 50%;
  max-height: 420px;
  width: 100%;
}
.bmcontactgrid__map-with-second button {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.bmcontactgrid__map-with-second button:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bmcontactgrid__map-with-second button:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bmcontactgrid__map-with-second button:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.bmcontactgrid__map-with-second button:hover:before {
  border: none;
}
.bmcontactgrid__map-with-second button:hover:after {
  border: none;
}
.bmcontactgrid__main {
  border-top: solid 4px #e35205;
  height: 50vh;
  max-height: 420px;
  width: 100%;
}
.bmcontactgrid__main button {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.bmcontactgrid__main button:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bmcontactgrid__main button:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bmcontactgrid__main button:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.bmcontactgrid__main button:hover:before {
  border: none;
}
.bmcontactgrid__main button:hover:after {
  border: none;
}
.bmcontactgrid__thumbnail-wrap {
  border-top: solid 4px #e35205;
  line-height: 0;
  width: 100%;
}
.bmcontactgrid__thumbnail-wrap img {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 976px) {
  .bmcontactgrid__thumbnail-wrap {
    display: flex;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .bmcontactgrid__thumbnail-wrap img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  @supports (object-fit: cover) {
    .bmcontactgrid__thumbnail-wrap img {
      position: static;
      min-width: 0;
      min-height: 0;
      left: initial;
      top: initial;
      transform: none;
      object-fit: cover;
      width: 100%;
    }
  }
  .bmcontactgrid__thumbnail-wrap {
    height: 50vh;
    max-height: 420px;
    min-height: 0;
  }
}

.locationsinglecontact {
  padding-top: 1em;
  position: relative;
}
.locationsinglecontact:before {
  background-color: #e35205;
  bottom: 100%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 64px;
  margin-left: 24px;
}
@media (min-width: 976px) {
  .locationsinglecontact:before {
    margin-left: 0;
  }
}
.locationsinglecontact__container {
  margin-left: 24px;
}
@media (min-width: 976px) {
  .locationsinglecontact__container {
    margin-left: 0;
  }
}
.locationsinglecontact__phone {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #4f758b;
  text-decoration: none;
}
.locationsinglecontact__phone:hover {
  text-decoration: underline;
}

.locationsinglestaff {
  align-self: start;
  background-color: #4f758b;
  border-top: solid 4px #00263a;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 502px;
  width: 100%;
}
.locationsinglestaff__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .locationsinglestaff__item {
    display: flex;
  }
}
.locationsinglestaff__item + .locationsinglestaff__item {
  border-top: solid 2px #a5bac9;
}
@media (min-width: 640px) {
  .locationsinglestaff__image-wrap {
    display: flex;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .locationsinglestaff__image-wrap img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  @supports (object-fit: cover) {
    .locationsinglestaff__image-wrap img {
      position: static;
      min-width: 0;
      min-height: 0;
      left: initial;
      top: initial;
      transform: none;
      object-fit: cover;
      width: 100%;
    }
  }
  .locationsinglestaff__image-wrap {
    height: 134px;
    min-height: 134px;
    width: 12px;
  }
}
@media (min-width: 640px) {
  .has-staff-image .locationsinglestaff__image-wrap {
    width: 134px;
  }
  .has-staff-image .locationsinglestaff__image-wrap img {
    height: 100%;
  }
}
.locationsinglestaff__image {
  width: 100%;
}
.locationsinglestaff__contact-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}
@media (min-width: 640px) {
  .locationsinglestaff__contact-wrap {
    padding-left: 10px;
  }
}
@media (min-width: 640px) {
  .has-staff-image .locationsinglestaff__contact-wrap {
    padding-left: 22px;
  }
}
.locationsinglestaff__name {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
}
.locationsinglestaff__title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-left: solid 3px #a5bac9;
  line-height: 1;
  padding-left: 4px;
}
@media screen and (max-width: 392px) {
  .locationsinglestaff__email {
    overflow-wrap: break-word;
  }
}
.locationsinglestaff__email, .locationsinglestaff__phone {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #091D2A;
  display: block;
  font-size: 12px;
  letter-spacing: 0.86px;
  text-decoration: none;
  text-transform: uppercase;
}
.locationsinglestaff__email:hover, .locationsinglestaff__phone:hover {
  color: #fff;
}

.location-featured-projects__headline {
  display: inline-block;
}
.location-featured-projects__cta {
  color: #fff;
  display: block;
  margin-bottom: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .location-featured-projects__cta {
    display: inline-block;
    margin-left: 1.5em;
  }
  .location-featured-projects__cta i {
    margin-left: 1em;
  }
}
.dual-location {
  display: flex;
}
@media screen and (max-width: 532px) {
  .dual-location {
    flex-direction: column;
  }
}

.dual-location .locationsinglecontact__container {
  flex: 0 0 50%;
}

@media screen and (max-width: 532px) {
  .top-padding-second-location {
    margin-top: 20px;
  }
}
.locator {
  position: relative;
}
@media (min-width: 640px) {
  .locator {
    display: flex;
    flex-wrap: wrap;
  }
}
.locator__header {
  pointer-events: none;
}
@media (min-width: 640px) {
  .locator__header {
    left: 5%;
    padding-top: 36px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .locator__header {
    max-width: calc(100% - 417px);
  }
}
@media (min-width: 1400px) {
  .locator__header {
    left: calc(50% - 630px);
  }
}
.locator__map {
  border-bottom: solid 6px #e35205;
  flex: 1 607px;
  min-height: 50vh;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .locator__map {
    height: 50vh;
    min-height: none;
    max-height: 538px;
  }
}
.locator__map button {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.locator__map button:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.locator__map button:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.locator__map button:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.locator__map button:hover:before {
  border: none;
}
.locator__map button:hover:after {
  border: none;
}
.locator__primary {
  width: 100%;
}
@media (min-width: 1024px) {
  .locator__primary {
    flex: 0 417px;
    width: auto;
  }
}

.locator-primary {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #284c60;
  color: #fff;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .locator-primary {
    flex-flow: column;
    justify-content: flex-start;
  }
}
.locator-primary__content-container {
  color: #fff;
  display: block;
}
.locator-primary__content {
  padding: 30px 0;
}
.locator-primary__img-wrap img {
  display: none;
}
@media (min-width: 640px) {
  .locator-primary__img-wrap img {
    display: block;
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .locator-primary__img-wrap img {
    height: auto;
    width: 100%;
  }
}
.locator-primary__type {
  color: #091D2A;
  font-size: 12px;
  text-transform: uppercase;
}
.locator-primary__name {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
.locator-primary__phone {
  color: inherit;
  text-decoration: none;
}
.locator-primary address {
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .location-archive__intro-inner {
    max-width: calc(100% - 417px);
  }
}
.location-archive__list {
  justify-content: flex-start;
  list-style: none;
  margin-top: 32px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.location-archive__item {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 12px;
}
.location-archive__item.block {
  margin-top: 0;
}
@media (max-width: 936px) {
  .location-archive__item.block:nth-child(2n) {
    margin-left: 0;
  }
}
.location-archive__address {
  font-weight: 300;
}
.location-archive__phone {
  color: inherit;
  text-decoration: none;
}
.location-archive__title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.location-archive__title:hover:before {
  left: calc(100% + 12px);
  opacity: 0;
}
.location-archive__title:hover:after {
  left: calc(100% + 12px);
  opacity: 1;
}
.location-archive__title:before {
  left: -12px;
  position: absolute;
  top: 2px;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
  border-left: solid 4px #e35205;
  content: "";
  height: 16px;
  opacity: 1;
}
.location-archive__title:after {
  content: "\e902";
  left: -12px;
  position: absolute;
  top: 2px;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .location-archive__title:after {
    opacity: 1;
    left: calc(100% + 12px);
  }
}

.post-type-archive-locations_module .gm-style .gm-style-iw-c {
  padding: 0;
  width: 360px;
}
.post-type-archive-locations_module .bminfobox-img {
  height: 107px;
  width: 100%;
}
.post-type-archive-locations_module .bminfobox-content {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4f758b;
  padding: 16px;
  text-transform: uppercase;
}
.post-type-archive-locations_module .bminfobox-content a {
  text-decoration: none;
}
.post-type-archive-locations_module .bminfobox-content a:hover {
  text-decoration: underline;
}
.post-type-archive-locations_module .bminfobox-title {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
.post-type-archive-locations_module .bminfobox-city {
  color: #e35205;
}
.post-type-archive-locations_module .bminfobox-phone {
  font-size: 12px;
}
.post-type-archive-locations_module .bminfobox-phone a {
  color: inherit;
}

body.single-tribe_events {
  background-color: #a5bac9;
  overflow-x: hidden;
}
body.single-tribe_events:before {
  background-color: #E0E7EB;
  content: "";
  display: block;
  height: 50vh;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
body.single-tribe_events .tribe-events-event-image {
  border-top: solid 4px #e35205;
  margin-bottom: 0;
  order: 1 !important;
}
@media screen and (max-width: 1024px) {
  body.single-tribe_events .tribe-events-event-image {
    grid-column: 1/3;
  }
}
body.single-tribe_events .tribe-events-event-image img {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-tribe_events .tribe-events-event-image {
    display: flex;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  body.single-tribe_events .tribe-events-event-image img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  @supports (object-fit: cover) {
    body.single-tribe_events .tribe-events-event-image img {
      position: static;
      min-width: 0;
      min-height: 0;
      left: initial;
      top: initial;
      transform: none;
      object-fit: cover;
      width: 100%;
    }
  }
  body.single-tribe_events .tribe-events-event-image {
    height: 50vh;
    max-height: 420px;
    min-height: 0;
  }
}
body.single-tribe_events .bm-single-event-map {
  border-top: solid 4px #e35205;
  height: 50vh;
  max-height: 420px;
  order: 2 !important;
}
@media (max-width: 1024px) {
  body.single-tribe_events .bm-single-event-map {
    min-height: 300px;
  }
}
body.single-tribe_events .bm-single-event-map button {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
body.single-tribe_events .bm-single-event-map button:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
body.single-tribe_events .bm-single-event-map button:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
body.single-tribe_events .bm-single-event-map button:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
body.single-tribe_events .bm-single-event-map button:hover:before {
  border: none;
}
body.single-tribe_events .bm-single-event-map button:hover:after {
  border: none;
}
@media screen and (max-width: 1024px) {
  body.single-tribe_events .bm-single-event-map {
    order: 4 !important;
    grid-column: 1/3;
  }
}
body.single-tribe_events .no-event-map .bm-single-event-map {
  display: none;
}
body.single-tribe_events .no-event-map .tribe-events-event-image {
  grid-column: 1/3;
}
body.single-tribe_events .bm-event-content {
  grid-column: 1;
  grid-row: 1/3;
  padding: 24px 24px 24px 24px;
}
body.single-tribe_events .has-post-thumbnail .bm-event-content {
  grid-column: initial;
  grid-row: initial;
  order: 3 !important;
}
@media screen and (max-width: 1024px) {
  body.single-tribe_events .has-post-thumbnail .bm-event-content {
    grid-column: 1/3;
  }
}
body.single-tribe_events .bm-event-meta {
  background-color: #4f758b;
  border-top: solid 8px #00263a;
  padding: 32px;
  order: 4 !important;
}
@media screen and (max-width: 1024px) {
  body.single-tribe_events .bm-event-meta {
    grid-column: 1/3;
  }
}
body.single-tribe_events .bm-event-meta .tribe-events-button {
  margin-top: 1em;
  display: inline-block;
  width: 250px;
}
@media screen and (max-width: 310px) {
  body.single-tribe_events .bm-event-meta .tribe-events-button {
    width: 100%;
  }
}
body.single-tribe_events .tribe-events-event-meta {
  color: #fff;
  margin: 0;
}
body.single-tribe_events .tribe-events-event-meta:first-child {
  border-top: none;
}
body.single-tribe_events .tribe-events-event-meta a {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  letter-spacing: 1px;
  overflow-wrap: break-word;
  word-break: wrap;
}
body.single-tribe_events .tribe-events-event-meta dt {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 0;
  margin: 1em 0 0 0;
  text-transform: uppercase;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 640px) {
  body.single-tribe_events .tribe-events-event-meta dt {
    width: 30%;
  }
}
body.single-tribe_events .tribe-events-event-meta dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 640px) {
  body.single-tribe_events .tribe-events-event-meta dd {
    margin-top: 1em;
    width: 69%;
  }
}

#tribe-events-pg-template {
  max-width: 100%;
}

.tribe-events-single {
  background-color: #fff;
  margin-top: 4.2%;
  padding: 0;
}
.tribe-events-single .bm-breadcrumbs {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .bm-single-event-grid {
    display: grid !important;
    grid-template-columns: 1fr 500px;
    grid-template-rows: auto auto;
  }
}

a.bm-event-attachment-link {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
a.bm-event-attachment-link i {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
a.bm-event-attachment-link:hover {
  text-decoration: underline;
}
a.bm-event-attachment-link:hover i {
  display: inline-block;
  transform: rotate(90deg);
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  color: #ffffff;
  flex-direction: column;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta:before {
  display: none;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .single-market article {
    grid-template-rows: repeat(5, auto) 1fr;
  }
  .single-market article header {
    grid-column: 1/3;
    grid-row: 1;
    margin-bottom: 16px;
  }
}
.single-market article .entry-content > .container, .single-market article .single-market-wide .entry-content > .container, .single-market .single-market-wide article .entry-content > .container {
  padding-inline: 0;
}
.single-market__content {
  grid-row: 3/7;
}
.has-post-thumbnail .single-market__content {
  grid-row: 4/7;
}
.single-market__blog {
  grid-column: 2;
}
.single-market__meta {
  grid-row: 3/5;
}
.single-market__project-term-link {
  background-color: #fff;
  display: inline-block;
  font-family: urw-din, sans-serif;
  font-size: 16px;
  margin-left: 2em;
  text-decoration: none;
  text-transform: uppercase;
}
.single-market__project-term-link:hover {
  text-decoration: underline;
}

.post-type-archive-market {
  background-color: #E0E7EB;
}

.archive-market__list {
  padding-bottom: 56px;
}

@keyframes horizontal-bounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
.market-card {
  color: #00263a;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.market-card:hover .market-card__title i {
  opacity: 1;
  transform: translateX(8px);
}
.market-card__thumbnail-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.market-card__thumbnail-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .market-card__thumbnail-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.market-card__thumbnail-wrap {
  background-color: #E0E7EB;
  border-top: solid 4px #00263a;
  min-height: 0;
  padding-bottom: 78%;
  position: relative;
  transition: filter 0.1s 0.185s ease-in-out;
  width: 100%;
  z-index: 2;
}
@supports (object-fit: cover) {
  .market-card__thumbnail-wrap {
    height: 78%;
    max-height: 295px;
    overflow: visible;
    padding-bottom: 0;
  }
}
.market-card__thumbnail-wrap:before {
  background-color: #e35205;
  content: "";
  display: block;
  filter: none;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: -4px;
  transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 10;
}
.market-card__thumbnail {
  margin: 0;
}
.market-card__content {
  background-color: #fff;
  font-size: 28px;
  padding: 16px 20px;
  position: relative;
  z-index: 2;
}
.market-card__content:before {
  background-color: #e35205;
  bottom: 100%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s 0.2s ease-in-out;
  width: 100%;
  z-index: 11;
}
.market-card__title {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  line-height: 1;
  width: 100%;
}
.market-card__title i {
  color: #e35205;
  opacity: 0.8;
  position: relative;
  transform: translateX(0px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 2;
}

.page-template-page_services-overview {
  background-color: #E0E7EB;
}
.page-template-page_services-overview main {
  padding-bottom: 56px;
}

.service-subnav {
  border-left: solid 4px #00263a;
  font-size: 14px;
  list-style: none;
  margin: 0 0 40px;
  padding: 8px 4px 8px 16px;
  position: sticky;
  top: 138px;
}
.service-subnav li {
  position: relative;
}
.service-subnav li + li {
  margin-top: 16px;
}
.service-subnav li:before {
  background-color: #e35205;
  content: "";
  display: block;
  height: 14px;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-11px, -50%) translateY(-16px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  width: 14px;
}
.service-subnav li.active:before {
  opacity: 1;
  transform: translate(-11px, -50%);
}
.service-subnav a {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00263a;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.services-overview-list {
  flex-flow: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 767px) {
  .services-overview-list {
    display: flex;
    margin: 0 -14px;
  }
}
.services-overview-list__item {
  width: 100%;
}
@media (min-width: 767px) {
  .services-overview-list__item {
    margin: 0 14px;
    width: calc(50% - 28px);
  }
}
.services-overview-list__card {
  border-top: solid 4px #e35205;
  display: block;
  text-decoration: none;
  width: 100%;
}
.services-overview-list__card:hover .services-overview-list__hover-image {
  opacity: 1;
}
.services-overview-list__card:hover .services-overview-list__content {
  background: #e35205;
  border-top-color: #e35205;
}
.services-overview-list__card:hover .services-overview-list__more {
  display: inline-block;
}
.services-overview-list__image-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.services-overview-list__image-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .services-overview-list__image-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.services-overview-list__image-wrap {
  background-color: #4f758b;
  min-height: 0;
  height: 50vh;
  max-height: 425px;
  overflow: hidden;
  width: 100%;
}
.services-overview-list__image-wrap img {
  margin: 0;
  position: absolute;
  height: 100%;
}
.services-overview-list img.services-overview-list__image {
  z-index: 1;
}
.services-overview-list img.services-overview-list__hover-image {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
.services-overview-list__content {
  background: #00263a;
  border-top: solid 4px #4f758b;
  top: -90px;
  color: #fff;
  margin-bottom: -45px;
  margin-left: auto;
  max-width: 633px;
  min-height: 195px;
  padding: 12px;
  position: relative;
  width: 90%;
  z-index: 5;
}
@media (min-width: 640px) {
  .services-overview-list__content {
    padding: 28px;
  }
}
@media screen and (max-width: 420px) {
  .services-overview-list__content {
    padding: 12px 12px 25px 12px;
  }
}
.services-overview-list__item:nth-child(2n) .services-overview-list__content {
  margin-left: 0;
}
.services-overview-list__title {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .services-overview-list__title {
    font-size: 32px;
  }
}
.services-overview-list__more {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.services-overview-list__more:before {
  border-color: #4f758b transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.services-overview-list__more:after {
  background-color: #00263a;
  content: "";
  position: absolute;
  border-bottom: solid 3px #00263a;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.services-overview-list__more, .services-overview-list__more:hover, .services-overview-list__more:active, .services-overview-list__more:focus {
  color: #fff;
  text-decoration: none;
}
.services-overview-list__more:focus {
  box-shadow: 0px 0px 24px rgba(0, 38, 58, 0.7);
  opacity: 1;
}
.services-overview-list__more:hover {
  box-shadow: 0px 0px 16px rgba(0, 38, 58, 0.7);
  color: #fff;
}
.services-overview-list__more:hover:after {
  background-color: hsl(200.6896551724, 200%, 11.3725490196%);
}
.services-overview-list__more:active {
  box-shadow: 0px 0px 5px #00263a;
}
.services-overview-list__more i {
  color: #a5bac9;
  margin-left: 1em;
}
.services-overview-list__more {
  display: inline-block;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 16px rgba(0, 38, 58, 0.2);
}
.services-overview-list__more::after {
  background-color: #e35205;
  border-bottom: solid 3px #c72800;
}
.services-overview-list__more i {
  color: #00263a;
}

.service-container {
  display: flex;
}
.service-container__main {
  order: 2;
  padding-bottom: 5%;
}
@media (min-width: 1024px) {
  .service-container__main {
    border-left: solid 2px #a5bac9;
  }
}
.service-container__sidebar {
  display: none;
  flex: 0 0 278px;
  width: 278px;
}
@media (min-width: 1024px) {
  .service-container__sidebar {
    display: block;
  }
}

.service-section {
  position: relative;
}
.service-section__title {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  color: #4f758b;
}
@media screen and (max-width: 875px) {
  .service-section__title {
    padding: 0px !important;
  }
}
@media screen and (min-width: 875px) {
  .service-section__columns {
    display: flex;
    flex-flow: wrap;
  }
}
.service-section__image-wrap {
  flex: 0 1 353px;
}
.service-section__image-wrap--no-image {
  flex: 0 0 150px;
}
@media screen and (max-width: 875px) {
  .service-section__image-wrap img {
    margin: 0 !important;
  }
}
.service-section__content {
  flex: 1 1 300px;
  margin-left: auto;
  padding: 64px 10px 42px;
  position: relative;
}
@media (min-width: 767px) {
  .service-section__content {
    padding: 64px 2% 42px;
  }
}
.service-section__content:before {
  background-color: #e35205;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 32px;
  width: 64px;
}
.service-section__pointer {
  position: absolute;
  top: -80px;
}
@media (min-width: 936px) {
  .service-section__pointer {
    top: -122px;
  }
}

.service-repeater-projects__headline {
  font-family: factoria, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.service-repeater-projects__see-all {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e35205;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.service-repeater-projects__see-all i {
  display: inline-block;
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
}
.service-repeater-projects__see-all:hover i {
  transform: translateX(8px);
}

.service-selected-project {
  background-color: #E0E7EB;
  display: flex;
  flex-flow: wrap;
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 2px;
}
.service-selected-project:hover {
  transform: translateX(-12px);
}
.service-selected-project:hover:after {
  left: 100%;
}
.service-selected-project:after {
  bottom: 0;
  display: block;
  content: "";
  background-color: #e35205;
  height: 100%;
  position: absolute;
  left: 0;
  transition: left 0.4s ease-in-out;
  width: 12px;
  z-index: -1;
}
.service-selected-project__thumb-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.service-selected-project__thumb-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .service-selected-project__thumb-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.service-selected-project__thumb-wrap {
  flex: 1 1 100;
  height: 88px;
  min-height: 88px;
  width: auto;
  z-index: 1;
}
.service-selected-project__thumb-wrap.has-post-thumbnail {
  width: 181px;
}
.service-selected-project__thumb-wrap img {
  margin: 0;
}
.service-selected-project__content {
  flex: 1 0 200px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.service-selected-project__headline {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  margin-top: 8px;
}
.service-selected-project__location {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4f758b;
  margin-bottom: 0;
  text-transform: uppercase;
}
.service-selected-project__location i {
  color: #00263a;
}

.post-type-archive-tribe_events #MainContent {
  display: flex;
  flex-direction: column;
}
.post-type-archive-tribe_events .tribe-events-pg-template {
  flex: 1 1 auto;
}

.events-archive-page__header {
  padding-bottom: 3.2rem;
}
.events-archive-page__intro, .events-archive-page__results {
  padding-bottom: 4rem;
}
.events-archive-page__intro {
  max-width: none;
}
.events-archive-page__filters {
  max-width: none;
  margin-bottom: 7.2rem;
  padding: 0;
  position: static;
  top: auto;
}
.events-archive-page .events-archive-page__filters {
  max-width: none;
  margin-bottom: 7.2rem;
  padding: 0;
  position: static;
  top: auto;
}
.events-archive-page__filters-row {
  align-items: end;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(2, minmax(240px, 260px)) auto;
}
.events-archive-page__filters-footer {
  align-self: end;
  display: flex;
}
.events-archive-page__clear-filters {
  margin-left: 0;
}
.events-archive-page__results {
  position: relative;
}
.events-archive-page__results.is-loading .archive-pagination,
.events-archive-page__results.is-loading .events-archive-page__event-media-link,
.events-archive-page__results.is-loading .events-archive-page__event-title a,
.events-archive-page__results.is-loading .tribe-events-read-more {
  pointer-events: none;
}
.events-archive-page__results.is-loading .events-archive-page__event-media,
.events-archive-page__results.is-loading .events-archive-page__event-date,
.events-archive-page__results.is-loading .events-archive-page__event-time,
.events-archive-page__results.is-loading .events-archive-page__event-title,
.events-archive-page__results.is-loading .tribe-events-venue-details,
.events-archive-page__results.is-loading .events-archive-page__event-more {
  overflow: hidden;
  position: relative;
}
.events-archive-page__results.is-loading .events-archive-page__event-media {
  background: rgba(224, 231, 235, 0.9);
}
.events-archive-page__results.is-loading .events-archive-page__event-media img {
  opacity: 0;
}
.events-archive-page__results.is-loading .events-archive-page__event-date,
.events-archive-page__results.is-loading .events-archive-page__event-time,
.events-archive-page__results.is-loading .events-archive-page__event-title,
.events-archive-page__results.is-loading .tribe-events-venue-details,
.events-archive-page__results.is-loading .events-archive-page__event-more {
  color: transparent !important;
}
.events-archive-page__results.is-loading .events-archive-page__event-title > *,
.events-archive-page__results.is-loading .events-archive-page__event-more > * {
  opacity: 0;
}
.events-archive-page__results.is-loading .events-archive-page__event-media::after,
.events-archive-page__results.is-loading .events-archive-page__event-date::after,
.events-archive-page__results.is-loading .events-archive-page__event-time::after,
.events-archive-page__results.is-loading .events-archive-page__event-title::after,
.events-archive-page__results.is-loading .tribe-events-venue-details::after,
.events-archive-page__results.is-loading .events-archive-page__event-more::after {
  animation: newsfeed-loading-shimmer 1.1s linear infinite;
  background: linear-gradient(90deg, rgba(224, 231, 235, 0.8) 20%, rgba(255, 255, 255, 0.96) 50%, rgba(224, 231, 235, 0.8) 80%) 0 0/200% 100%, rgba(224, 231, 235, 0.92);
  content: "";
  inset: 0;
  position: absolute;
}
.events-archive-page__results.is-loading .events-archive-page__event-date,
.events-archive-page__results.is-loading .events-archive-page__event-time,
.events-archive-page__results.is-loading .tribe-events-venue-details,
.events-archive-page__results.is-loading .events-archive-page__event-more {
  min-height: 1.2rem;
}
.events-archive-page__results.is-loading .events-archive-page__event-date,
.events-archive-page__results.is-loading .events-archive-page__event-time {
  display: inline-block;
}
.events-archive-page__results.is-loading .events-archive-page__event-date::after {
  border-radius: 2px;
  width: 7.2rem;
}
.events-archive-page__results.is-loading .events-archive-page__event-time::after {
  border-radius: 2px;
  width: 4rem;
}
.events-archive-page__results.is-loading .events-archive-page__event-title {
  min-height: 4.4rem;
}
.events-archive-page__results.is-loading .events-archive-page__event-title::after {
  background: linear-gradient(90deg, rgba(224, 231, 235, 0.8) 20%, rgba(255, 255, 255, 0.96) 50%, rgba(224, 231, 235, 0.8) 80%) 0 0/200% 100%, linear-gradient(rgba(224, 231, 235, 0.92), rgba(224, 231, 235, 0.92)) 0 0/84% 1.8rem no-repeat, linear-gradient(rgba(224, 231, 235, 0.92), rgba(224, 231, 235, 0.92)) 0 2.4rem/58% 1.8rem no-repeat;
  border-radius: 2px;
}
.events-archive-page__results.is-loading .tribe-events-venue-details::after {
  border-radius: 2px;
  width: 10rem;
}
.events-archive-page__results.is-loading .events-archive-page__event-more {
  margin-left: auto;
  width: 7rem;
}
.events-archive-page__results.is-loading .events-archive-page__event-more::after {
  border-radius: 2px;
}
.events-archive-page__results-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.events-archive-page__event {
  margin: 0;
}
.events-archive-page__event-grid {
  align-items: stretch;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: minmax(320px, 48%) minmax(0, 1fr);
}
.events-archive-page__event-media-link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.events-archive-page__event-media {
  aspect-ratio: 617/323;
  border-top: solid 4px #e35205;
  display: flex;
  margin: 0;
  overflow: hidden;
}
.events-archive-page__event-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.events-archive-page__event-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 6.8rem 0 1.2rem;
}
.events-archive-page__event-schedule {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #00263a;
  display: flex;
  font-size: 12px;
  gap: 3.2rem;
  line-height: 1;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.events-archive-page__event-title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #091D2A;
  font-size: 18px;
  line-height: 1.15;
  margin: 0 0 1.2rem;
}
.events-archive-page__event-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.events-archive-page__event-title a:hover, .events-archive-page__event-title a:focus {
  color: #c72800;
}
.events-archive-page .tribe-events-venue-details {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4f758b;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
.events-archive-page__event-more {
  margin: auto 0 0;
  text-align: right;
}
.events-archive-page .tribe-events-read-more {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e35205;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.events-archive-page .tribe-events-read-more i {
  margin-left: 0.4rem;
}
.events-archive-page__empty {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #E0E7EB;
  border-left: solid 4px #e35205;
  color: #00263a;
  font-size: 12px;
  line-height: 1;
  padding: 2.4rem 4rem;
  text-transform: uppercase;
}
.events-archive-page__empty p {
  color: inherit;
  margin: 0;
}
.events-archive-page .archive-pagination {
  margin-top: 4.8rem;
}
@media (max-width: 996px) {
  .events-archive-page__event-grid {
    grid-template-columns: 1fr;
  }
  .events-archive-page__event-content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .events-archive-page__intro, .events-archive-page__results {
    padding-bottom: 3.2rem;
  }
  .events-archive-page__filters {
    margin-bottom: 4.8rem;
  }
  .events-archive-page .events-archive-page__filters {
    margin-bottom: 4.8rem;
  }
  .events-archive-page__filters-row {
    grid-template-columns: 1fr;
  }
  .events-archive-page__filters-footer, .events-archive-page__clear-filters {
    width: 100%;
  }
  .events-archive-page__event-media img {
    aspect-ratio: 617/323;
  }
  .events-archive-page__event-title {
    font-size: 20px;
  }
}

.news-and-events {
  display: block;
}
.news-and-events__hero, .news-and-events__events, .news-and-events__recent {
  padding-bottom: 5.6rem;
}
.news-and-events__hero-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.news-and-events__header {
  max-width: none;
  padding-bottom: 2.4rem;
}
.news-and-events__intro > *:last-child {
  margin-bottom: 0;
}
.news-and-events__featured-slider .slick-dots {
  margin-top: 1.6rem;
}
.news-and-events__feature-layout {
  align-items: start;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.85fr);
}
.news-and-events__featured-main, .news-and-events__events-panel {
  min-width: 0;
}
.news-and-events__events-panel .news-and-events__section-heading {
  margin-bottom: 1.6rem;
}
.news-and-events__section-heading {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  justify-content: flex-start;
  margin-bottom: 2.4rem;
}
.news-and-events__section-title {
  margin-bottom: 0;
}
.news-and-events__section-title--solo {
  margin-bottom: 2.4rem;
  margin-top: 0;
}
.news-and-events__see-all {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e35205;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.news-and-events__see-all i {
  margin-left: 0.4rem;
}
.news-and-events__events-grid {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.news-and-events__events-grid .card-small-event {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.news-and-events__events-grid .tribe-event-schedule-details__inner {
  line-height: 1;
}
.news-and-events__events-grid .tribe-event-schedule-details__title-container {
  padding: 1.2rem 0 0;
}
.news-and-events__events-grid .tribe-events-list-event-title {
  font-size: 18px;
  line-height: 1.15;
  margin: 0.67em 0 1rem;
}
.news-and-events__events-grid .tribe-events-venue-details {
  color: #979797;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
.news-and-events__events-grid .tribe-events-venue-details i {
  display: none;
}
.news-and-events__events-grid--panel {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.news-and-events__events-grid--panel .card-small-event {
  min-height: 0;
}
.news-and-events__events-grid--panel .tribe-event-schedule-details__inner {
  padding: 1rem 1.2rem;
}
.news-and-events__events-grid--panel .tribe-event-schedule-details__title-container {
  padding-top: 1rem;
}
.news-and-events__events-grid--panel .tribe-events-list-event-title {
  font-size: 16px;
  line-height: 1.15;
}
.news-and-events__events-empty {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #E0E7EB;
  border-left: solid 4px #e35205;
  color: #00263a;
  font-size: 12px;
  line-height: 1;
  padding: 2.4rem 4rem;
  text-transform: uppercase;
}
.news-and-events__events-empty p {
  color: inherit;
  margin: 0;
}
.news-and-events__recent-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.news-and-events__recent-item {
  margin: 0;
}
.news-and-events__recent-item .newsfeed-page__result-link {
  align-items: start;
  grid-template-columns: minmax(320px, 52%) minmax(0, 1fr);
}
.news-and-events__recent-item .newsfeed-page__result-content {
  align-self: center;
}
.news-and-events__cta {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 996px) {
  .news-and-events__feature-layout {
    grid-template-columns: 1fr;
  }
  .news-and-events__section-title--solo {
    margin-top: initial;
  }
  .news-and-events__events-grid {
    grid-template-columns: 1fr;
  }
  .news-and-events__recent-item .newsfeed-page__result-link {
    grid-template-columns: minmax(280px, 44%) minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .news-and-events__hero, .news-and-events__events, .news-and-events__recent {
    padding-bottom: 4rem;
  }
  .news-and-events__featured-slider .slick-dots {
    margin-top: 1.2rem;
  }
  .news-and-events__recent-item .newsfeed-page__result-link {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .news-and-events__section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .news-and-events__see-all {
    font-size: 11px;
  }
}

.archive-project {
  display: flex;
  flex-flow: wrap;
}
.archive-project__sidebar {
  background-color: #E0E7EB;
  flex: 1 320px;
  order: 1;
  width: 417px;
}
@media (min-width: 1024px) {
  .archive-project__sidebar {
    order: 1;
  }
}
.archive-project__main {
  flex: 6 700px;
  order: 2;
  width: 100%;
}
.archive-project__grid {
  list-style: none;
  margin: 0 0 auto;
  padding: 0;
  padding-bottom: 60px;
  width: 100%;
}
@supports (display: grid) {
  .archive-project__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  @media screen and (max-width: 400px) {
    .archive-project__grid {
      grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
    }
  }
  .archive-project__grid .bmpc {
    max-width: none;
    margin-bottom: auto;
    padding-bottom: 0.5em;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 640px) {
    .archive-project__grid > .bmpc:first-child {
      grid-column: 1/3;
    }
    .archive-project__grid > .bmpc:first-child .bmpc__thumbnail-wrap {
      height: 497px;
    }
  }
  @media (min-width: 1280px) {
    .archive-project__grid {
      grid-template-columns: repeat(auto-fit, minmax(432px, 1fr));
    }
  }
}

.archive-skip-to-projects__p-style {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 18px;
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 766px) {
  .archive-skip-to-projects__p-style {
    margin-top: 0px;
  }
}
.archive-skip-to-projects__p-style p::after {
  content: "\e902";
  font-family: "bartonmalowicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  position: absolute;
  margin-top: 4px;
}
@media screen and (min-width: 1053px) {
  .archive-skip-to-projects__p-style {
    display: none;
  }
}
.archive-skip-to-projects__p-style a {
  text-decoration: none;
}

.archive-project-buttons__more {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.archive-project-buttons__more:before {
  border-color: #4f758b transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.archive-project-buttons__more:after {
  background-color: #00263a;
  content: "";
  position: absolute;
  border-bottom: solid 3px #00263a;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.archive-project-buttons__more, .archive-project-buttons__more:hover, .archive-project-buttons__more:active, .archive-project-buttons__more:focus {
  color: #fff;
  text-decoration: none;
}
.archive-project-buttons__more:focus {
  box-shadow: 0px 0px 24px rgba(0, 38, 58, 0.7);
  opacity: 1;
}
.archive-project-buttons__more:hover {
  box-shadow: 0px 0px 16px rgba(0, 38, 58, 0.7);
  color: #fff;
}
.archive-project-buttons__more:hover:after {
  background-color: hsl(200.6896551724, 200%, 11.3725490196%);
}
.archive-project-buttons__more:active {
  box-shadow: 0px 0px 5px #00263a;
}
.archive-project-buttons__more i {
  color: #a5bac9;
  margin-left: 1em;
}
.archive-project-buttons__more {
  display: inline-block;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 16px rgba(0, 38, 58, 0.2);
}
.archive-project-buttons__more::after {
  background-color: #e35205;
  border-bottom: solid 3px #c72800;
}
.archive-project-buttons__more i {
  color: #00263a;
}
.archive-project-buttons__more:hover {
  box-shadow: 0px 0px 16px rgba(227, 83, 5, 0.3137254902);
}

.archive-project-buttons__more:hover i {
  color: #e35205;
}

.search__results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search .search-form {
  max-width: 40em;
}
.search .search-submit {
  margin-top: 1em;
  background-color: #e35205;
}
.search .cs-search-wrap {
  margin-top: 2em;
  padding: 2em 0;
  border-bottom: 3px solid;
  border-top: 3px solid;
  max-width: 774px;
}
.search .search-result {
  margin-top: 3.2rem;
  max-width: 774px;
}
.search .search-result__title {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4f758b;
  line-height: 1.1;
  text-transform: uppercase;
}
.search .search-result__link {
  color: inherit;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------------
  Blocks
-----------------------------------------------------------------------------------------------------*/
.bm-offset-box {
  padding-top: 70px;
}
.bm-offset-box__container {
  border-top: solid 4px #e35205;
  display: flex;
  flex-flow: wrap;
  max-width: 1053px;
  padding: 0;
  position: relative;
  bottom: 70px;
}
.bm-offset-box__media, .bm-offset-box__media--inline, .bm-offset-box__media--cover {
  position: relative;
  flex: 1 300px;
}
.bm-offset-box__media--cover {
  padding-bottom: 100%;
}
@media (min-width: 640px) {
  .bm-offset-box__media--cover {
    height: 100%;
    min-height: 450px;
    padding-bottom: 0;
  }
}
.bm-offset-box__media--inline img {
  width: 100%;
}
.bm-offset-box__content {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 1 300px;
  padding: 2.5%;
  width: 50%;
  max-width: 100%;
}
.bm-offset-box__content h1,
.bm-offset-box__content h2,
.bm-offset-box__content h3,
.bm-offset-box__content h4,
.bm-offset-box__content h5,
.bm-offset-box__content h6 {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  color: inherit;
  text-transform: uppercase;
}
.entry-content .bm-offset-box__content h1,
.entry-content .bm-offset-box__content h2,
.entry-content .bm-offset-box__content h3,
.entry-content .bm-offset-box__content h4,
.entry-content .bm-offset-box__content h5,
.entry-content .bm-offset-box__content h6 {
  color: inherit;
}
.bm-offset-box__content .button {
  max-width: 100%;
}

.bm-brands + .bm-brands .bm-brands__container {
  border-top: solid 1px #00263a;
}
.bm-brands__container {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}
.wp-block-group .bm-brands__container {
  padding: 0;
  width: 100%;
}
.bm-brands__brand {
  display: flex;
  flex-flow: column;
  position: relative;
  padding-top: 40px;
  margin: 0 16px 40px;
  width: 100%;
}
@media (min-width: 640px) {
  .bm-brands__brand {
    width: auto;
  }
  [data-column-count="1"] .bm-brands__brand {
    flex: 0 0 calc(100% - 32px);
  }
  [data-column-count="2"] .bm-brands__brand {
    flex: 0 0 calc(50% - 32px);
  }
  [data-column-count="3"] .bm-brands__brand {
    flex: 0 0 calc(33.3333333333% - 32px);
  }
  [data-column-count="4"] .bm-brands__brand {
    flex: 0 0 calc(25% - 32px);
  }
}
@media (min-width: 1024px) {
  .bm-brands__brand {
    margin-top: 0;
  }
}
.bm-brands__image-wrap {
  align-items: flex-end;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px;
}
@media (min-width: 640px) {
  .bm-brands__image-wrap {
    padding: 0;
  }
  [data-column-count="1"] .bm-brands__image-wrap {
    min-height: 300px;
  }
  [data-column-count="2"] .bm-brands__image-wrap {
    min-height: 240px;
  }
  [data-column-count="3"] .bm-brands__image-wrap {
    min-height: 220px;
  }
  [data-column-count="4"] .bm-brands__image-wrap {
    min-height: 156px;
  }
}
@media (min-width: 1024px) {
  .bm-brands__image-wrap {
    padding: 0px 40px;
  }
}
.bm-brands__image {
  display: block;
  width: 100%;
}
.bm-brands__link {
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: auto;
  padding-top: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
.bm-brands__marker {
  display: block;
  position: absolute;
  height: 4px;
  width: 64px;
}

.bm-home-hero {
  overflow: hidden;
  position: relative;
  padding: 0px 40px;
}
.bm-home-hero > h1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  padding: 80px 0;
  position: relative;
  z-index: 4;
  width: 100%;
}
@media (min-width: 1024px) {
  .bm-home-hero > h1 {
    max-width: 856px;
  }
}
.bm-home-hero__bg {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bm-home-hero__bg img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .bm-home-hero__bg img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.bm-home-hero__bg {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bm-home-hero__bg:after {
  background: rgba(0, 38, 58, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.bm-home-hero__image, .bm-home-hero__video-wrap {
  position: absolute;
  z-index: 2;
}
.bm-home-hero__video-wrap {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.bm-home-hero__video-wrap video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bm-home-stats {
  background-color: #e35205;
  color: #fff;
  padding: 32px 0;
  text-transform: uppercase;
}
.bm-home-stats__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .bm-home-stats__container {
    flex-direction: row;
  }
}
.bm-home-stats__item {
  flex: 0 0 100%;
  margin-bottom: 24px;
  text-align: center;
}
.bm-home-stats__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .bm-home-stats__item {
    margin-bottom: 32px;
    flex: 0 0 calc(50% - 12px);
    text-align: left;
  }
  .bm-home-stats__item:last-child {
    flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  .bm-home-stats__item, .bm-home-stats__item:last-child {
    flex: 0 0 calc(33% - 12px);
    margin-bottom: 0;
    text-align: left;
  }
}
.bm-home-stats__stat {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 640px) {
  .bm-home-stats__stat {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .bm-home-stats__stat {
    font-size: 40px;
  }
}
.bm-home-stats__description {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 640px) {
  .bm-home-stats__description {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .bm-home-stats__description {
    font-size: 23px;
  }
}
.bm-home-stats__link {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  display: block;
  margin-top: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .bm-home-stats__link {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .bm-home-stats__link {
    margin-top: 8px;
  }
}
.bm-home-stats__link i {
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.3s ease-in-out;
}
.bm-home-stats__link:hover {
  color: #00263a;
}
.bm-home-stats__link:hover i {
  transform: translateX(8px);
}

.bm-home-content-feature {
  position: relative;
}
@media (min-width: 1024px) {
  .bm-home-content-feature {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.bm-home-content-feature.has-caption {
  padding-bottom: 0;
}
.bm-home-content-feature__content, .bm-home-content-feature__content--left, .bm-home-content-feature__content--center, .bm-home-content-feature__content--right {
  background-color: #00263a;
  color: #fff;
  padding: 64px 0px;
  background-image: none !important;
  max-width: 640px;
}
@media (min-width: 1024px) {
  .bm-home-content-feature__content, .bm-home-content-feature__content--left, .bm-home-content-feature__content--center, .bm-home-content-feature__content--right {
    border-top: solid 4px #a5bac9;
    background-image: initial;
    margin-top: 0px;
    max-width: 480px;
    padding: 56px;
  }
}
@media (min-width: 1280px) {
  .bm-home-content-feature__content, .bm-home-content-feature__content--left, .bm-home-content-feature__content--center, .bm-home-content-feature__content--right {
    max-width: 650px;
  }
}
@media (min-width: 767px) {
  .bm-home-content-feature__content--left {
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .bm-home-content-feature__content--right {
    margin-right: 0;
  }
}
.bm-home-content-feature__headline {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  margin-top: 0px;
  line-height: 1.105;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .bm-home-content-feature__headline {
    font-size: 38px;
  }
}
.bm-home-content-feature__text-content {
  margin-bottom: 40px;
}
.bm-home-content-feature p {
  margin-bottom: 0;
}
.bm-home-content-feature__cta {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.bm-home-content-feature__cta:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.bm-home-content-feature__cta:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.bm-home-content-feature__cta, .bm-home-content-feature__cta:hover, .bm-home-content-feature__cta:active, .bm-home-content-feature__cta:focus {
  color: #fff;
  text-decoration: none;
}
.bm-home-content-feature__cta:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
.bm-home-content-feature__cta:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
.bm-home-content-feature__cta:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
.bm-home-content-feature__cta:active {
  box-shadow: 0px 0px 5px #e35205;
}
.bm-home-content-feature__cta i {
  color: #00263a;
  margin-left: 1em;
}
.bm-home-content-feature__cta i {
  margin-left: 1em;
}
.bm-home-content-feature__caption {
  background-color: rgba(0, 38, 58, 0.6);
  color: #fff;
  margin-top: 54px;
  padding: 48px 0 24px;
}
.bm-home-content-feature__caption-container {
  max-width: 550px;
  position: relative;
}
@media (min-width: 767px) {
  .bm-home-content-feature.content-left .bm-home-content-feature__caption-container {
    margin-right: 5vw;
  }
}
@media (min-width: 767px) {
  .bm-home-content-feature.content-right .bm-home-content-feature__caption-container {
    margin-left: 5vw;
  }
}
.bm-home-content-feature__caption-container:before {
  background-color: #e35205;
  bottom: calc(100% + 8px);
  content: "";
  height: 89px;
  position: absolute;
  width: 4px;
}
.bm-home-content-feature__caption-headline, .bm-home-slide__caption-headline {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
}
.bm-home-content-feature__caption-main, .bm-home-slide__caption-main {
  font-size: 14px;
  line-height: 18px;
}
.bm-home-content-feature__caption-link, .bm-home-slide__caption-link {
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.bm-home-content-feature__image-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bm-home-content-feature__image-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .bm-home-content-feature__image-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.bm-home-content-feature__image-wrap {
  background-color: #00263a;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.bm-home-content-feature__image-wrap img {
  display: none;
}
@media (min-width: 1024px) {
  .bm-home-content-feature__image-wrap img {
    object-position: 35% 25%;
    display: block;
  }
}
.bm-home-content-feature__background-image {
  margin: 0;
}

.bm-home-slider-feature__wrapper {
  border-top: solid 6px #00263a;
  display: flex;
  flex-flow: wrap;
}
.bm-home-slider-feature__slider {
  flex: 1 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .bm-home-slider-feature__slider {
    max-width: calc(100% - 500px);
  }
}
.bm-home-slider-feature__content {
  justify-content: center;
  background-color: #fff;
  color: #091D2A;
  display: flex;
  flex-direction: column;
  flex: 1 1 274px;
  width: 100%;
  padding: 32px;
  width: 500px;
}
@media (min-width: 767px) {
  .bm-home-slider-feature__content {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .bm-home-slider-feature__content {
    flex: 0 0 500px;
    padding: 56px;
  }
}
.bm-home-slider-feature__text-content {
  margin-bottom: 40px;
}
.bm-home-slider-feature p {
  margin-bottom: 0;
}
.bm-home-slider-feature__headline {
  margin-top: 0;
  text-transform: uppercase;
}
.bm-home-slider-feature__cta {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.bm-home-slider-feature__cta:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.bm-home-slider-feature__cta:after {
  background-color: #00263a;
  content: "";
  position: absolute;
  border-bottom: solid 3px #061b29;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.bm-home-slider-feature__cta, .bm-home-slider-feature__cta:hover, .bm-home-slider-feature__cta:active, .bm-home-slider-feature__cta:focus {
  color: #fff;
  text-decoration: none;
}
.bm-home-slider-feature__cta:focus {
  box-shadow: 0px 0px 24px rgba(0, 38, 58, 0.7);
  opacity: 1;
}
.bm-home-slider-feature__cta:hover {
  box-shadow: 0px 0px 16px rgba(0, 38, 58, 0.7);
  color: #fff;
}
.bm-home-slider-feature__cta:hover:after {
  background-color: hsl(200.6896551724, 200%, 11.3725490196%);
}
.bm-home-slider-feature__cta:active {
  box-shadow: 0px 0px 5px #00263a;
}
.bm-home-slider-feature__cta i {
  color: #a5bac9;
  margin-left: 1em;
}
.bm-home-slider-feature__cta i {
  color: #e35205;
  margin-left: 2em;
}
.bm-home-slider-feature .slick-prev,
.bm-home-slider-feature .slick-next {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.bm-home-slider-feature .slick-prev:before,
.bm-home-slider-feature .slick-next:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bm-home-slider-feature .slick-prev:after,
.bm-home-slider-feature .slick-next:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bm-home-slider-feature .slick-prev:hover,
.bm-home-slider-feature .slick-next:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.bm-home-slider-feature .slick-prev:hover:before,
.bm-home-slider-feature .slick-next:hover:before {
  border: none;
}
.bm-home-slider-feature .slick-prev:hover:after,
.bm-home-slider-feature .slick-next:hover:after {
  border: none;
}
.bm-home-slider-feature .slick-prev,
.bm-home-slider-feature .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.bm-home-slider-feature .slick-prev {
  left: 0;
}
.bm-home-slider-feature .slick-next {
  right: 0;
}

[data-bm-home-slider-feature-slick] .slick-dots {
  bottom: 24px;
  right: initial;
  left: 24px;
}

.bm-home-slide {
  min-height: 553px;
  position: relative;
}
.bm-home-slide.has-caption {
  display: inline-flex !important;
  flex-direction: column;
}
.bm-home-slide__image-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bm-home-slide__image-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .bm-home-slide__image-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.bm-home-slide__image-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bm-home-slide__caption {
  background: rgba(0, 38, 58, 0.6);
  color: #fff;
  margin-top: auto;
  padding: 24px 24px 40px;
  position: relative;
  z-index: 15;
}
.bm-home-posts {
  background-color: #fff;
}
@media (min-width: 767px) {
  .bm-home-posts {
    margin-top: 40px;
  }
}
.bm-home-posts__wrapper {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  position: relative;
}
@media (min-width: 767px) {
  .bm-home-posts__wrapper {
    margin: 0 auto -100px;
    justify-content: space-between;
    top: -100px;
  }
}
.bm-home-posts__wrapper li {
  flex: 1 0 100%;
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}
@media (min-width: 767px) {
  .bm-home-posts__wrapper li {
    margin-right: 0;
    margin-bottom: 32px;
    margin-left: 0;
    flex: 0 0 calc(33% - 12px);
    max-width: 9999px;
  }
}
.bm-home-posts__wrapper li .card-blog-post {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bm-home-posts__layout {
  align-items: stretch;
  column-gap: 2.5rem;
  display: grid;
  grid-template-areas: "featured recent" "cta recent";
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  row-gap: 2.5rem;
}
.bm-home-posts__layout--featured-only {
  grid-template-areas: "featured" "cta";
  grid-template-columns: minmax(0, 1fr);
}
.bm-home-posts__featured {
  grid-area: featured;
  min-width: 0;
}
.bm-home-posts__recent {
  display: flex;
  flex-direction: column;
  grid-area: recent;
  min-width: 0;
}
.bm-home-posts__recent-heading {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.bm-home-posts__recent-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
}
.bm-home-posts__recent-item {
  display: block;
  font-size: 12px;
  text-decoration: none;
}
.bm-home-posts__cta {
  align-self: end;
  grid-area: cta;
  margin: 0;
}
.bm-home-posts__more i {
  display: inline-block;
}
@media (max-width: 996px) {
  .bm-home-posts__layout {
    display: block;
  }
  .bm-home-posts__featured, .bm-home-posts__recent {
    margin-bottom: 1.75em;
  }
  .bm-home-posts__recent-list {
    justify-content: flex-start;
  }
}

.bm-home-content-career {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .bm-home-content-career {
    padding: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .bm-home-content-career {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.bm-home-content-career.has-caption {
  padding-bottom: 0;
}
.bm-home-content-career__content, .bm-home-content-career__content--left, .bm-home-content-career__content--center, .bm-home-content-career__content--right {
  background-color: #00263a;
  color: #fff;
  padding: 64px 0px;
  background-image: none !important;
  max-width: 660px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .bm-home-content-career__content, .bm-home-content-career__content--left, .bm-home-content-career__content--center, .bm-home-content-career__content--right {
    border-top: solid 4px #a5bac9;
    background-image: initial;
    margin-top: 0px;
    max-width: 480px;
    padding: 56px;
  }
}
@media (min-width: 1280px) {
  .bm-home-content-career__content, .bm-home-content-career__content--left, .bm-home-content-career__content--center, .bm-home-content-career__content--right {
    max-width: 650px;
  }
}
@media (min-width: 767px) {
  .bm-home-content-career__content--left {
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .bm-home-content-career__content--right {
    margin-right: 0;
  }
}
.bm-home-content-career__headline {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  margin-top: 0px;
  line-height: 1.105;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .bm-home-content-career__headline {
    font-size: 38px;
  }
}
.bm-home-content-career__text-content {
  margin-bottom: 40px;
}
.bm-home-content-career p {
  margin-bottom: 0;
}
.bm-home-content-career__cta {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.bm-home-content-career__cta:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.bm-home-content-career__cta:after {
  background-color: #e35205;
  content: "";
  position: absolute;
  border-bottom: solid 3px #c72800;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.bm-home-content-career__cta, .bm-home-content-career__cta:hover, .bm-home-content-career__cta:active, .bm-home-content-career__cta:focus {
  color: #fff;
  text-decoration: none;
}
.bm-home-content-career__cta:focus {
  box-shadow: 0px 0px 24px rgba(227, 82, 5, 0.7);
  opacity: 1;
}
.bm-home-content-career__cta:hover {
  box-shadow: 0px 0px 16px rgba(227, 82, 5, 0.7);
  color: #fff;
}
.bm-home-content-career__cta:hover:after {
  background-color: hsl(20.8108108108, 195.6896551724%, 45.4901960784%);
}
.bm-home-content-career__cta:active {
  box-shadow: 0px 0px 5px #e35205;
}
.bm-home-content-career__cta i {
  color: #00263a;
  margin-left: 1em;
}
.bm-home-content-career__cta i {
  margin-left: 1em;
}
.bm-home-content-career__caption {
  background-color: rgba(0, 38, 58, 0.6);
  color: #fff;
  margin-top: 54px;
  padding: 48px 0 24px;
}
.bm-home-content-career__caption-container {
  max-width: 550px;
  position: relative;
}
@media (min-width: 767px) {
  .bm-home-content-career.content-left .bm-home-content-career__caption-container {
    margin-right: 5vw;
  }
}
@media (min-width: 767px) {
  .bm-home-content-career.content-right .bm-home-content-career__caption-container {
    margin-left: 5vw;
  }
}
.bm-home-content-career__caption-container:before {
  background-color: #e35205;
  bottom: calc(100% + 8px);
  content: "";
  height: 89px;
  position: absolute;
  width: 4px;
}
.bm-home-content-career__caption-headline, .bm-home-slide-career__caption-headline {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
}
.bm-home-content-career__caption-main, .bm-home-slide-career__caption-main {
  font-size: 14px;
  line-height: 18px;
}
.bm-home-content-career__caption-link, .bm-home-slide-career__caption-link {
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.bm-home-content-career__image-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bm-home-content-career__image-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .bm-home-content-career__image-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.bm-home-content-career__image-wrap {
  background-color: #00263a;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.bm-home-content-career__image-wrap img {
  display: none;
}
@media (min-width: 1024px) {
  .bm-home-content-career__image-wrap img {
    object-position: 35% 25%;
    display: block;
  }
}
.bm-home-content-career__background-image {
  margin: 0;
}

.bm-home-slider-career__wrapper {
  border-top: solid 6px #00263a;
  display: flex;
  flex-flow: wrap;
}
.bm-home-slider-career__slider {
  flex: 1 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .bm-home-slider-career__slider {
    max-width: calc(100% - 500px);
  }
}
.bm-home-slider-career__content {
  justify-content: center;
  background-color: #fff;
  color: #091D2A;
  display: flex;
  flex-direction: column;
  flex: 1 1 274px;
  width: 100%;
  padding: 32px;
  width: 500px;
}
@media (min-width: 767px) {
  .bm-home-slider-career__content {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .bm-home-slider-career__content {
    flex: 0 0 500px;
    padding: 56px;
  }
}
.bm-home-slider-career__text-content {
  margin-bottom: 40px;
}
.bm-home-slider-career p {
  margin-bottom: 0;
}
.bm-home-slider-career__headline {
  margin-top: 0;
  text-transform: uppercase;
}
.bm-home-slider-career__cta {
  font-family: industry, sans-serif;
  font-weight: 800;
  font-style: normal;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 2;
  transition: color 0.25s, box-shadow 0.25s;
}
.bm-home-slider-career__cta:before {
  border-color: #a5bac9 transparent transparent transparent;
  border-width: 13px 13px 0 0;
  border-style: solid;
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.3s ease-in-out;
  z-index: 2;
}
.bm-home-slider-career__cta:after {
  background-color: #00263a;
  content: "";
  position: absolute;
  border-bottom: solid 3px #061b29;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  clip-path: polygon(18px 0px, 100% 0%, 100% 100%, 0% 100%, 0px 18px);
  z-index: -1;
  transition: background-color 0.25s;
}
.bm-home-slider-career__cta, .bm-home-slider-career__cta:hover, .bm-home-slider-career__cta:active, .bm-home-slider-career__cta:focus {
  color: #fff;
  text-decoration: none;
}
.bm-home-slider-career__cta:focus {
  box-shadow: 0px 0px 24px rgba(0, 38, 58, 0.7);
  opacity: 1;
}
.bm-home-slider-career__cta:hover {
  box-shadow: 0px 0px 16px rgba(0, 38, 58, 0.7);
  color: #fff;
}
.bm-home-slider-career__cta:hover:after {
  background-color: hsl(200.6896551724, 200%, 11.3725490196%);
}
.bm-home-slider-career__cta:active {
  box-shadow: 0px 0px 5px #00263a;
}
.bm-home-slider-career__cta i {
  color: #a5bac9;
  margin-left: 1em;
}
.bm-home-slider-career__cta i {
  color: #e35205;
  margin-left: 2em;
}
.bm-home-slider-career .slick-prev,
.bm-home-slider-career .slick-next {
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.bm-home-slider-career .slick-prev:before,
.bm-home-slider-career .slick-next:before {
  border: none;
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bm-home-slider-career .slick-prev:after,
.bm-home-slider-career .slick-next:after {
  border: none;
  content: "";
  height: auto;
  width: auto;
  left: initial;
  position: static;
  top: initial;
  z-index: auto;
}
.bm-home-slider-career .slick-prev:hover,
.bm-home-slider-career .slick-next:hover {
  background-color: inherit;
  color: inherit;
  opacity: 0.9;
}
.bm-home-slider-career .slick-prev:hover:before,
.bm-home-slider-career .slick-next:hover:before {
  border: none;
}
.bm-home-slider-career .slick-prev:hover:after,
.bm-home-slider-career .slick-next:hover:after {
  border: none;
}
.bm-home-slider-career .slick-prev,
.bm-home-slider-career .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.bm-home-slider-career .slick-prev {
  left: 0;
}
.bm-home-slider-career .slick-next {
  right: 0;
}

[data-bm-home-slider-feature-slick] .slick-dots {
  bottom: 24px;
  right: initial;
  left: 24px;
}

.bm-home-slide-career {
  min-height: 553px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .bm-home-slide-career {
    background: #00263A;
  }
}
.bm-home-slide-career.has-caption {
  display: inline-flex !important;
  flex-direction: column;
}
.bm-home-slide-career__image-wrap {
  display: flex;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bm-home-slide-career__image-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .bm-home-slide-career__image-wrap img {
    position: static;
    min-width: 0;
    min-height: 0;
    left: initial;
    top: initial;
    transform: none;
    object-fit: cover;
    width: 100%;
  }
}
.bm-home-slide-career__image-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .bm-home-slide-career__image-wrap {
    display: none;
  }
}
.bm-home-slide-career__caption {
  background: rgba(0, 38, 58, 0.6);
  color: #fff;
  margin-top: auto;
  padding: 24px 24px 40px;
  position: relative;
  z-index: 15;
}
.career-content {
  max-width: 920px;
  margin: auto;
}

.career-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 2fr));
  gap: 10px;
}

.career-stat {
  background-size: contain;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  align-items: center;
  justify-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.career-stat:after {
  content: "";
  padding-bottom: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
}

.career-stat > * {
  grid-column: 1/2;
  grid-row: 1/2;
}

.career-stat h3 {
  padding: 2.3rem;
}
@media screen and (max-width: 635px) {
  .career-stat h3 {
    padding: 3.3rem;
  }
}
@media screen and (max-width: 418px) {
  .career-stat h3 {
    padding: 2.3rem;
  }
}
@media screen and (max-width: 276px) {
  .career-stat h3 {
    padding: 3.3rem;
  }
}

.career-main-stat {
  font-family: factoria, serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .career-main-stat {
    font-size: 22px;
  }
}
@media screen and (max-width: 285px) {
  .career-main-stat {
    font-size: 22px;
  }
}

.career-description-stat {
  font-family: industry, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding-top: 2px;
}
@media screen and (max-width: 425px) {
  .career-description-stat {
    font-size: 15px;
  }
}
@media screen and (max-width: 285px) {
  .career-description-stat {
    font-size: 15px;
  }
}

@media screen and (max-width: 667px) {
  .career-blank {
    display: none;
  }
}

.bm-project-card {
  max-width: 400px;
  margin: 0;
}
.bm-project-card.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.bm-project-card.alignleft {
  margin-right: auto;
}
.bm-project-card.alignright {
  margin-left: auto;
}
.bm-project-card.alignwide {
  max-width: 100%;
}
.bm-project-card a {
  display: block;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.bm-project-card a:hover {
  box-shadow: 0px 0px 16px rgba(0, 38, 58, 0.7);
  text-decoration: none;
}
.bm-project-card__title {
  margin: 0;
  width: 100%;
  min-height: 65px;
  line-height: 1.2em !important;
  text-align: center;
  padding-block: 0.75em;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.bm-project-card__title:hover {
  outline: none;
  box-shadow: none;
}
.bm-project-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.5;
}
.bm-project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bm-project-card.bm-project-card--square .bm-project-card__image {
  aspect-ratio: 1/1.1;
}
.bm-project-card.bm-project-card--landscape .bm-project-card__image {
  aspect-ratio: 1.25/1;
}
.bm-project-card.bm-project-card--portrait .bm-project-card__image {
  aspect-ratio: 1/1.5;
}
@media screen and (max-width: 767px) {
  .bm-project-card.bm-project-card--square-mobile .bm-project-card__image {
    aspect-ratio: 1/1.1 !important;
  }
}
@media screen and (max-width: 767px) {
  .bm-project-card.bm-project-card--landscape-mobile .bm-project-card__image {
    aspect-ratio: 1.25/1 !important;
  }
}
@media screen and (max-width: 767px) {
  .bm-project-card.bm-project-card--portrait-mobile .bm-project-card__image {
    aspect-ratio: 1/1.5 !important;
  }
}
