/*!
Theme Name: Dirt Fish
Theme URI: http://underscores.me/
Author: Bizango
Author URI: http://www.bizango.com
Description: Bizango Base Theme based off underscores
Version: 1.0.1
Tested up to: 6.0.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bz_base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bizango Base 2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* @import "./fontello/css/fontello.css"; */
@import "./assets/css/drt-icons.css";
@import url("./assets/css/mobile-menu.css") only screen and (max-width: 1000px);
:root {
  --textDark: 25, 25, 25;
  --textLight: 255, 255, 255;
  --textOrange: 255, 80, 0;
  --textGray: 141, 141, 141;
  --bgDark: 25, 25, 25;
  --bgGray: 55, 55, 55;
  --bgOrange: 255, 80, 0;
  --bgLGray: 245, 245, 245;
  --dGray: 41, 41, 41;
  --links: 255, 80, 0;
  --pageFrame: 1302px;
  --maxWidth: 2000px;
  --padLess: 2.75em;
  --padNorm: 4.375em;
  --padMore: 5.75em;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

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

/**
 * 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;
  font-size: 1em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-content_container:focus,
.skip-content_container:focus-within,
.screen-reader-text:focus,
.screen-reader-text:focus-within {
  background-color: #34b9a5;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-content_container {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  width: 1px;
  word-wrap: normal !important;
}
/* Do not show the outline on the skip link target. */
.skip-content_container:focus-within {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* Do not show the outline on the skip link target. */
#main_content[tabindex="-1"]:focus {
  outline: 0;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.js-focus-visible .focus-visible,
.js-focus-visible .slick-arrow.focus-visible {
  outline: 2px solid blue;
}
/* Removes animations for users who have set this preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"),
    url("fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-position: inside;
  margin-left: 15px;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
  visibility: visible !important;
}
body,
body.page {
  color: var(--textDark);
  font-family: acumin-pro-condensed, sans-serif, "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
  height: auto;
  margin: 0 auto;
  max-width: 2000px;
  position: relative;
  overflow: auto !important;
  width: 100%;
}
div.site {
  display: block;
  margin: 0 auto;
  max-width: 2000px;
  overflow-x: hidden;
  position: relative;
}
.page_frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: var(--pageFrame);
  padding: 0 20px;
  width: 100%;
}
/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
.p-style,
p,
li,
figcaption {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 16px;
  margin-top: 0;
}
li {
  list-style-position: outside;
  margin-bottom: 14px;
}
ul li {
  list-style-type: square;
}
ul li::marker {
  color: rgb(var(--bgOrange));
  font-size: 24px;
}
ul > li > *,
ol > li > * {
  display: inline;
}
figure {
  margin: 1em 0;
}
img,
iframe:not(.playerBox) {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
  width: auto;
}
h1,
.h1-style {
  font-size: 4.84375rem;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 0;
  margin-bottom: 24px;
}
h2,
.h2-style {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
h3,
.h3-style {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
h4,
.h4-style {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 0;
  margin-bottom: 24px;
}
h5,
.h5-style {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
h6,
.h6-style {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
strong,
b {
  font-weight: 700;
}
/* To minimize extra thickness added to font-weight by browsers */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
}
/* TinyMCE STYLES */
.text .small-txt > * {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.letter-spacing-wide,
.text .letter-spacing-wide {
  letter-spacing: 0.1em;
}
.author-style::before,
.text .author-style::before,
.author-style--double::after,
.text .author-style--double::after {
  content: "\2014";
  color: inherit;
  font-size: 1em;
  position: relative;
  margin-right: 8px;
}
.author-style--double::after,
.text .author-style--double::after {
  margin-right: 0;
  margin-left: 8px;
}
.margin-bottom-0 > *,
.text .margin-bottom-0 > * {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .text > *[style*="text-align: right"] {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  h1,
  .h1-style {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  h2,
  .h2-style {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  h3,
  .h3-style {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
/*---------------BUTTONS / LINKS ---------------*/
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a {
  color: rgb(var(--textOrange));
  cursor: pointer;
  text-decoration: none;
}
.text a {
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: inherit;
}
.nav a.current {
  color: rgb(var(--textOrange));
}
/* .text a {
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  text-align: center;
} */
.text a:after {
  content: "";
}
a:focus {
  outline: none;
}
button,
input[type="submit"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}
.button,
.text .button,
.element__form .form-field button[type="submit"] {
  /* border: 1px solid black; */
  background-color: rgb(var(--dGray));
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  outline: none;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.button:after,
.text .button::after,
a.link-accent::after,
.text a.link-accent::after {
  color: rgb(var(--textOrange));
  content: "\e900";
  display: inline;
  /* display: inline-block; */
  font-family: "drt-icons";
  font-size: 0.8em;
  line-height: 0.8em;
  margin-left: 8px;
  position: relative;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform ease-out 300ms;
  transition: -webkit-transform ease-out 300ms;
  -o-transition: transform ease-out 300ms;
  transition: transform ease-out 300ms;
  transition: transform ease-out 300ms, -webkit-transform ease-out 300ms;
}
.button:hover::after,
a.link-accent:hover::after {
  /* -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); */
}
.button--orange {
  background-color: rgb(var(--bgOrange));
  color: white;
}
.button--orange::after,
.text .button--orange::after {
  color: white;
}
/* MCE BUTTONS */
.mce-ico.mce-i-custom-btn:before {
  content: "\02584";
  position: relative;
  top: -6px;
}
.text-link a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  text-transform: none;
}
.text-link a:after {
  display: none;
}
.block.padding-top__less {
  padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.hero-padding-top__less,
.block--hero.padding-top__less {
  padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.hero-padding-top__normal,
.block--hero.padding-top__normal {
  padding-top: var(--padMore);
}
.block.hero-padding-top__more,
.block.block--hero.padding-top__more {
  padding-top: 7.5rem;
}
.block.padding-bottom__less {
  padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.hero-padding-bottom__less,
.block--hero.padding-bottom__less {
  padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.hero-padding-bottom__normal,
.block--hero.padding-bottom__normal {
  padding-bottom: var(--padMore);
}
.block.hero-padding-bottom__more,
.block.block--hero.padding-bottom__more {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 640px) {
  .block.padding-top__less,
  .block.hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 1.5rem;
  }
  .block.padding-top__normal,
  .block.hero-padding-top__less,
  .block--hero.padding-top__less {
    padding-top: 2em;
  }
  .block.padding-top__more,
  .block.hero-padding-top__normal,
  .block--hero.padding-top__normal {
    padding-top: 2.5em;
  }
  .block.hero-padding-top__more {
    padding-top: 3rem;
  }
  .block.padding-bottom__less {
    padding-bottom: 1.5rem;
  }
  .block.padding-bottom__normal,
  .block.hero-padding-bottom__less,
  .block--hero.padding-bottom__less {
    padding-bottom: 2em;
  }
  .block.padding-bottom__more,
  .block.hero-padding-bottom__normal,
  .block--hero.padding-bottom__normal {
    padding-bottom: 2.5em;
  }
  .block.hero-padding-bottom__more,
  .block--hero.padding-bottom__more {
    padding-bottom: 3rem;
  }
}
/* HEADER/FOOTER */
.header {
  max-width: var(--maxWidth);
  /* padding-top: 20px; */
  /* position: absolute; */
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header__bg {
  background-color: rgb(var(--bgDark));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__frame,
.footer__frame {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo,
.footer__logo {
  /* -ms-flex-preferred-size: 20%;
  flex-basis: 20%; */
  margin-right: 35px;
  position: relative;
  z-index: 10;
}
.header__logo {
  margin-left: 20px;
}
.header__logo-img,
.footer__logo-img {
  display: block;
  max-width: 185px;
  min-width: 150px;
  width: 100%;
}
.header__nav-wrapper,
.footer__nav-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: static;
  width: auto;
  z-index: 5;
}
.header__mobile-nav-toggle,
#mobile_nav {
  color: var(--links);
  display: none;
  z-index: 1;
}
.header__nav-wrapper--desk {
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .page_frame--logo {
    margin: 0 auto;
    max-width: 1242px;
    padding: 0 20px;
    width: 100%;
    z-index: 6;
  }
  .position-absolute--logo {
    position: absolute;
  }
  .position-center-x--logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header__logo,
  .footer__logo {
    margin-left: 0px;
  }
  .header__nav-wrapper,
  .footer__nav-wrapper {
    margin-left: 320px;
    z-index: 7;
  }
  .header__nav-wrapper {
    margin-left: auto;
    max-width: 995px;
  }
}
/* --------------------------------------------- NAV */
#header__nav,
.footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav ul {
  margin-left: 0;
}
/* NAV ELEMENTS */
.nav__li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  list-style: none;
  padding: 10px 25px;
  position: relative;
}
.nav__a {
  display: block;
}
.nav__li {
  display: inherit;
  margin: 0;
  padding: 0;
}
.nav__a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.09375rem;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  padding: 35px 20px;
  text-transform: uppercase;
  text-align: center;
}
.header .nav--subnav .nav__a {
  padding: 15px 20px;
  text-align: left;
  text-transform: none;
}
/* PRIMARY NAV */
nav > .nav--primary > .nav__li:last-child {
  margin-right: 18px;
}
.header .nav--primary .nav__li:hover,
.header .nav--primary .nav--subnav {
  background-color: rgb(var(--bgGray));
}
.nav--primary .nav__a:hover,
.nav--configio .nav__a:hover {
  color: rgb(var(--textOrange));
}
.header .nav--primary .nav--subnav .nav__li:hover {
  background-color: rgb(var(--dGray));
}
/* CONFIGIO NAV */
.nav--configio {
  position: relative;
}
.nav--configio::before {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  height: calc(100% - 40px);
  left: 0;
  position: absolute;
  top: 20px;
  width: 1px;
}
.nav--configio .nav__a {
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.nav--configio .nav__li:first-child {
  margin-left: 28px;
}
.nav--configio .nav__li:last-child {
  margin-right: 28px;
  /* padding-right: 38px; */
}
.nav--configio .icon-icon_cart > .nav__a {
  font-size: 0;
  line-height: 0;
}
.nav--configio .icon-icon_cart > .nav__a::before,
.icon-icon_cart > .nav__a::before {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  /* content:  */
}
/* SECONDARY NAV */
.nav--secondary .nav__a {
  padding-left: 38px;
  padding-right: 38px;
}
.nav--secondary .nav__li:nth-last-child(1) {
  background-color: rgb(var(--bgOrange));
}
.nav--secondary .nav__li:nth-last-child(2) {
  background-color: rgb(var(--bgGray));
}
.nav--secondary .nav__li:nth-last-child(3) {
  background-color: rgb(var(--dGray));
}
/* NAV STATES */
.nav--skip-to:focus,
.nav--skip-to:focus-within {
  opacity: 1;
  z-index: 10;
}
/* NAV MODIFIERS */
.nav--no-pad-right {
  margin-right: -25px;
  width: calc(100% + 25px);
}
.nav--subnav,
.nav--mobile-subnav {
  /* background-color: rgba(0, 0, 0, 0.5); */
  color: white;
  display: none;
  left: 0;
  min-width: 100%;
  /* padding: 5px 0; */
  position: absolute;
  top: 100%;
}
.nav__li--subnav,
.nav__li--mobile-subnav {
  background: none;
  margin: 0;
  padding: 5px 10px;
}
.nav__a--subnav,
.nav__a--mobile-subnav {
  text-transform: none;
  white-space: nowrap;
}
.nav--mobile {
  display: none;
}
.nav--skip-to {
  background-color: rgb(211, 211, 211);
  left: 0;
  opacity: 0;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  z-index: -1;
}
.nav__li--skip-to {
  list-style: none;
  margin: 0 5px;
}
.nav__li--skip-to:last-child {
  margin-bottom: 0px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}
@media only screen and (min-width: 1000px) {
  .nav__li:hover .nav--subnav,
  .nav--subnav:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1160px) {
  footer .footer__frame {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header__nav,
  footer .footer__nav-wrapper {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .nav--primary,
  footer .nav--primary {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
  .nav__a {
    padding: 20px 20px;
  }
  .nav--configio::before {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .header__logo {
    padding-left: 0px;
  }
  .header__frame {
    position: static;
  }
  .header__nav-wrapper {
    z-index: auto;
  }
  .header__mobile-nav-wrapper {
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1;
  }
  .header__nav-wrapper--desk {
    display: none;
  }
  #mobile_nav {
    display: block !important;
  }
  .header__mobile-nav-toggle {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 5;
  }
  .nav--mobile {
    background-color: rgb(var(--bgGray));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    margin-left: 0;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 12;
  }
  .nav--mobile-subnav {
    position: relative;
  }
  .nav--mobile .nav__li,
  .nav__li--mobile,
  .nav__li--mobile-icon,
  .nav__li--mobile-subnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .nav__a--mobile,
  .nav__a--mobile-icon,
  .nav__a--mobile-subnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px 5%;
    text-align: left;
  }
  .nav--mobile.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav--subnav,
  .nav--mobile-subnav {
    background-color: rgb(var(--dGray));
    position: relative;
    top: 0;
  }
  .icon-icon_cart .nav__a {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
  }
  #mobile_nav .nav__li.secondary {
    position: relative;
    text-align: center;
    width: auto;
  }
  #mobile_nav .nav__li.secondary::before {
    background-color: rgba(var(--dGray));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100vw;
  }
  #mobile_nav .nav__li.secondary .nav__a {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #mobile_nav .plus {
    top: auto;
  }
  #mobile_nav .has-subnav + button {
    display: none;
  }
}
/* --------------------------------------------- FOOTER */
.footer {
  background-color: rgb(var(--bgDark));
  /* padding-bottom: 3rem;
  padding-top: 3rem; */
}
.footer-cta-frame {
  background-color: rgb(var(--bgDark));
  padding-top: 140px;
  position: relative;
}
.footer .block__bg-img {
  opacity: 0.4;
}
.footer--top {
  margin-right: 5.5556%;
  padding-bottom: 65px;
}
.button--footer {
  background: none;
  border: 1px solid white;
  font-size: 2.1875rem;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 125px;
  padding: 18px 40px;
  text-transform: none;
}
.button--footer::before {
  background-image: url(/wp-content/themes/dirtfish/assets/images/icon_logo-small.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  width: 30px;
}
.button--footer::after {
  font-size: 0.5em;
  top: -1px;
}
.footer-social-text {
  color: rgb(var(--bgOrange));
  margin-bottom: 0;
}
.footer-social-li {
  list-style: none;
  margin: 0 9px;
}
.footer-social-link {
  font-size: 0;
  line-height: 0;
}
.footer-social-link .social-icon {
  max-height: 22px;
}
.footer__logo {
  margin-left: 20px;
  margin-right: 35px;
  max-width: 185px;
}
.footer__nav-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 50px;
  position: relative;
}
.footer__nav-wrapper::after {
  background-color: rgb(255, 255, 255, 0.1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.footer__subnav {
  display: none;
}
.deep-footer {
  background-color: rgb(var(--bgDark));
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.deep-footer__content {
  color: #888;
  text-align: center;
}
.deep-footer .copyright {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#bizango {
  background-image: url("./assets/images/bizango-white.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #888;
  display: block;
  font-size: 10px;
  height: 12px;
  margin: 40px auto 25px;
  padding-bottom: 30px;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .footer-cta-frame .footer--top > .cell {
    text-align: center;
  }
  .footer-cta-frame .footer--top .social-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  footer .footer__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .footer__nav-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
  }
  .footer__nav-wrapper::after {
    display: none;
  }
  footer .nav--primary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
  footer .nav--secondary .nav__li:nth-last-child(-n + 2) {
    background: none;
  }
  footer .nav--configio .nav__li:last-child {
    margin-right: 0;
  }
  footer .nav__a {
    padding: 10px 20px;
  }
  footer .nav--configio .nav__a {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__frame {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.offset_hero.bg-color__black > .bg-img,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
  background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
  border-color: #000;
}
.block.bg-color__white,
.offset_hero.bg-color__white > .bg-img,
.text-area-bg-color__white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
  background-color: #fff;
}
.block.bg-color__primary,
.offset_hero.bg-color__primary > .bg-img,
.text-area-bg-color__primary .pop-box,
.story_block_full.block-style__split.text-area-bg-color__primary,
.story_panel.text-area-bg-color__primary:not(.box-style__outline) .col-2 {
  background-color: rgb(var(--bgDark));
}
.block.bg-color__secondary,
.offset_hero.bg-color__secondary > .bg-img,
.text-area-bg-color__secondary .pop-box,
.story_block_full.block-style__split.text-area-bg-color__secondary,
.story_panel.text-area-bg-color__secondary:not(.box-style__outline) .col-2 {
  background-color: rgb(var(--bgGray));
}
.block.bg-color__tertiary,
.offset_hero.bg-color__tertiary > .bg-img,
.text-area-bg-color__tertiary .pop-box,
.story_block_full.block-style__split.text-area-bg-color__tertiary,
.story_panel.text-area-bg-color__tertiary:not(.box-style__outline) .col-2 {
  background-color: rgb(var(--bgLGray));
}
.story_panel.text-area-bg-color__white.box-style__outline .col-2 {
  border-color: #fff;
}
.bg-color__white .text,
.story_panel.block.text-area-bg-color__white:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__white .pop-box .text,
.bg-color__white .text .btn-style__blank,
.bg-color__tertiary .text,
.story_panel.block.text-area-bg-color__tertiary:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__tertiary .pop-box .text,
.bg-color__tertiary .text .btn-style__blank {
  color: rgb(var(--textDark));
}
.bg-color__black .text,
.story_panel.block.text-area-bg-color__black:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__black .pop-box .text,
.bg-color__black .text .btn-style__blank,
.bg-color__primary .text,
.story_panel.block.text-area-bg-color__primary:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__primary .pop-box .text,
.bg-color__primary .text .btn-style__blank,
.bg-color__secondary .text,
.story_panel.block.text-area-bg-color__secondary:not(.box-style__outline) .col-2 .text,
.block.text-area-bg-color__secondary .pop-box .text,
.bg-color__secondary .text .btn-style__blank {
  color: rgb(var(--textLight));
}
/*---------------OVERLAYS---------------*/
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.olay--hp-hero::before {
  background-image: -o-linear-gradient(
    top,
    rgba(var(--bgDark), 0.8),
    rgba(var(--bgDark), 0) 80px,
    rgba(var(--bgDark), 0) calc(100% - 80px),
    rgba(var(--bgDark), 0.8)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(var(--bgDark), 0.8),
    rgba(var(--bgDark), 0) 80px,
    rgba(var(--bgDark), 0) calc(100% - 80px),
    rgba(var(--bgDark), 0.8)
  );
  z-index: 1;
}
.olay--hp-hero::after {
  background-image: -o-linear-gradient(left, rgba(var(--bgDark), 0.8) 20%, rgba(var(--bgDark), 0.2) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(var(--bgDark), 0.8)), to(rgba(var(--bgDark), 0.2)));
  background-image: linear-gradient(to right, rgba(var(--bgDark), 0.8) 20%, rgba(var(--bgDark), 0.2) 100%);
  z-index: 1;
}
.olay--int-hero::before {
  background-image: -o-linear-gradient(
    top,
    rgba(var(--bgDark), 0.8),
    rgba(var(--bgDark), 0) 65px,
    rgba(var(--bgDark), 0) calc(100% - 65px),
    rgba(var(--bgDark), 0.8) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(var(--bgDark), 0.8),
    rgba(var(--bgDark), 0) 65px,
    rgba(var(--bgDark), 0) calc(100% - 65px),
    rgba(var(--bgDark), 0.8) 100%
  );
  z-index: 1;
}
.olay--int-hero::after {
  background-image: -o-linear-gradient(left, rgba(var(--bgDark), 0.8), rgba(var(--bgDark), 0) 95%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--bgDark), 0.8)), color-stop(95%, rgba(var(--bgDark), 0)));
  background-image: linear-gradient(to right, rgba(var(--bgDark), 0.8), rgba(var(--bgDark), 0) 95%);
}
.olay--story-full .block__bg-img::before {
  background-image: -o-linear-gradient(bottom, rgba(var(--bgDark), 0.7), rgba(var(--bgDark), 0) 45%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bgDark), 0.7)), color-stop(45%, rgba(var(--bgDark), 0)));
  background-image: linear-gradient(to top, rgba(var(--bgDark), 0.7), rgba(var(--bgDark), 0) 45%);
}
.olay--story-full .block__bg-img::after {
  background-image: -o-linear-gradient(left, rgba(var(--bgDark)), rgba(var(--bgDark), 0) 150px);
  background-image: linear-gradient(to right, rgba(var(--bgDark)), rgba(var(--bgDark), 0) 150px);
}
.olay--featured-page::after {
  background-image: -o-linear-gradient(top, rgba(var(--bgDark), 0.5), rgba(var(--bgDark), 0) 40%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--bgDark), 0.5)), color-stop(40%, rgba(var(--bgDark), 0)));
  background-image: linear-gradient(to bottom, rgba(var(--bgDark), 0.5), rgba(var(--bgDark), 0) 40%);
}
.olay--gear-item::before {
  background-image: -o-linear-gradient(bottom, rgba(var(--bgDark), 0.8), rgba(var(--bgDark), 0) 60%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bgDark), 0.8)), color-stop(60%, rgba(var(--bgDark), 0)));
  background-image: linear-gradient(to top, rgba(var(--bgDark), 0.8), rgba(var(--bgDark), 0) 60%);
  z-index: 1;
}
.olay--footer::after {
  background-image: -o-linear-gradient(bottom, rgba(var(--bgDark)), rgba(var(--bgDark), 0.7) 25%, rgba(var(--bgDark), 0.2) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(var(--bgDark))),
    color-stop(25%, rgba(var(--bgDark), 0.7)),
    to(rgba(var(--bgDark), 0.2))
  );
  background-image: linear-gradient(to top, rgba(var(--bgDark)), rgba(var(--bgDark), 0.7) 25%, rgba(var(--bgDark), 0.2) 100%);
}
@media only screen and (min-width: 640px) {
  .olay--hp-hero::after {
    background-image: -o-linear-gradient(left, rgba(var(--bgDark), 0.8), rgba(var(--bgDark), 0) 70%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--bgDark), 0.8)), color-stop(70%, rgba(var(--bgDark), 0)));
    background-image: linear-gradient(to right, rgba(var(--bgDark), 0.8), rgba(var(--bgDark), 0) 70%);
    z-index: 1;
  }
  .olay--int-hero::after {
    background-image: -o-linear-gradient(left, rgba(var(--bgDark), 0.8), rgba(var(--bgDark), 0) 65%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--bgDark), 0.8)), color-stop(65%, rgba(var(--bgDark), 0)));
    background-image: linear-gradient(to right, rgba(var(--bgDark), 0.8), rgba(var(--bgDark), 0) 65%);
  }
}
/*---------------BLOCKS---------------*/
.block .page_frame {
  z-index: 2;
}
button {
  background: none;
  border: 0;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .three_col_content .col,
  .four_col_content .col {
    min-width: 0;
  }
  .one_col_content .col,
  .two_col_content .col,
  .four_col_content .col,
  .three_col_content .col {
    margin: 0 20px 20px 20px;
  }
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.close::before {
  content: "\0002B";
  display: inline-block;
  color: white;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_frame--full {
  max-width: 2000px;
  margin: 0;
  padding: 0;
}
.page_frame--static {
  position: static;
}
.page_frame--big {
  max-width: 1359px;
}
.crop-img-frame,
.crop-img-frame > .crop-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.crop-img-frame > .crop-img {
  background-size: cover;
  background-position: center;
}
/* SHARED SITE CLASSES */
.border-box {
  border: 0.5px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 0 55px;
}
.border-box__bottom-item,
.border-box__top-item {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 1px white;
  box-shadow: 0px 0px 1px white;
  left: 50%;
  padding: 10px;
  position: absolute;
}
.border-box__top-item {
  top: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.border-box__bottom-item {
  bottom: 0;
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
@media only screen and (min-width: 768px) {
  .border-box__bottom-item {
    bottom: 0;
    -webkit-transform: translate3d(-50%, 20%, 0);
    transform: translate3d(-50%, 20%, 0);
  }
}
/* MAILCHIMP EDITS */
.page_contact #mce-MMERGE4 {
  /* min-height: 250px; */
  width: 100%;
}
/*---------------HOMEPAGE HERO */
.block.homepage_hero {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 675px;
  padding-bottom: 0;
  overflow: hidden;
}
.block.homepage_hero .homepage-hero__text,
.homepage_hero .video-play {
  position: relative;
  z-index: 3;
}
.block.homepage_hero .main-content-frame {
  min-height: 315px;
}
.homepage-hero__text {
  color: white;
  max-width: 408px;
}
.homepage_hero .video-play {
  height: 85px;
  position: relative;
  /* right: 11.111%;
  top: calc(50% - 100px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  width: 85px;
}
.video-play img {
  -webkit-filter: drop-shadow(0px 0px 20px rgb(0, 0, 0)) drop-shadow(0px 0px 20px rgb(0, 0, 0));
  filter: drop-shadow(0px 0px 20px rgb(0, 0, 0)) drop-shadow(0px 0px 20px rgb(0, 0, 0));
}
.homepage_hero .top-section {
  position: relative;
}
.homepage-hero__slider-frame {
  display: none;
}
.homepage-hero__slider-frame-mobile {
  display: block;
}
.homepage-hero__bg-slider .slick-list,
.homepage-hero__bg-slider .slick-track {
  height: 100%;
}
.homepage-hero__slide {
  height: 100%;
  /* height: 500px; */
  position: relative;
}
.homepage-hero__slide .bg-img {
  background-position: center;
}
.block.homepage_hero .element__video-type {
  /* display: none; */
}
.block.homepage_hero .video-frame {
  background: rgba(0, 0, 0, 0.7);
  /* max-height: 100vh; */
  max-width: 100vw;
  z-index: 5;
}
.block.homepage_hero .video-frame .close {
  right: 0;
  top: -5px;
}
.block.homepage_hero video,
.block.homepage_hero iframe {
  height: calc(100% - 80px);
  left: 50%;
  max-height: 100vh;
  max-width: 100vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
.block.homepage_hero .align-self-bottom.page_frame {
  padding: 0;
}
.homepage-hero__link-container {
  background-color: rgba(var(--bgDark), 1);
  border-bottom: 2px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  height: 100%;
  /* margin: 0 5px; */
  padding: 35px 30px 25px 30px;
  position: relative;
  -webkit-transition: -webkit-transform ease 500ms;
  transition: -webkit-transform ease 500ms;
  -o-transition: transform ease 500ms;
  transition: transform ease 500ms;
  transition: transform ease 500ms, -webkit-transform ease 500ms;
}
.links-frame > .grid-x {
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.links-frame > .grid-x > .cell {
  width: calc(33.333% - 10px);
}
.homepage-hero__link::after {
  color: rgb(var(--textOrange));
  content: "\e900";
  display: inline-block;
  font-family: "drt-icons";
  font-size: 0.7em;
  position: relative;
  margin-left: 7px;
}
.homepage-hero__link-container:hover + .homepage-hero__link::after {
  -webkit-animation: bounce-x 0.5s;
  animation: bounce-x 0.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes bounce-x {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* Prefix Support */
.homepage-hero__link-container:hover .homepage-hero__link::after {
  -webkit-animation-name: bounce-x;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: 2;
}
@-webkit-keyframes bounce-x {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@media only screen and (min-width: 640px) {
  .homepage_hero .video-play {
    position: absolute;
    right: 11.111%;
    top: calc(50% - 100px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .block.homepage_hero .main-content-frame {
    min-height: 535px;
  }
  .block.homepage_hero .element__video-type {
    display: block;
  }
  .links-frame .children-container > .child {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__slider-frame {
    display: block;
  }
  .homepage-hero__slider-frame-mobile {
    display: none;
  }
  .block.homepage_hero .align-self-bottom.page_frame {
    padding: 0 20px;
  }
  .links-frame .children-container > .child {
    width: 33.3333%;
  }
  .homepage-hero__link-container {
    background-color: rgba(var(--bgDark), 0.85);
  }
  .homepage-hero__link-container {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .homepage-hero__link-container:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .homepage-hero__link-container {
    border: 0;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1000px) {
  .homepage-hero__link-container {
    padding: 35px 70px 25px 70px;
  }
}
/*--------------- INTERIOR HERO */
.interior_hero {
  background-color: rgb(var(--bgDark));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 355px;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.interior_hero .grid-x {
  max-width: 90%;
}
.interior_hero .text {
  color: white;
}
/* OPTIONS */
.interior_hero.block-style__slim {
  min-height: 160px;
}
@media only screen and (min-width: 640px) {
  .interior_hero {
    min-height: 515px;
  }
  .interior_hero .grid-x {
    max-width: 545px;
  }
}
/*--------------- TWO COLUMN POP */
.two_column_pop.padding-top__offset {
  padding-top: 0;
  z-index: 1;
}
.two_column_pop.padding-top__offset .pop-box {
  margin-top: -36px;
  max-width: 38.8889%;
}
.two_column_pop .pop-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 20px;
}
/* OPTIONS */
.two_column_pop.big_right .all-cols-wrap .col-1,
.two_column_pop.big_left .all-cols-wrap .col-2 {
  max-width: 100%;
  width: 100%;
}
.two_column_pop.big_right .all-cols-wrap .col-2,
.two_column_pop.big_left .all-cols-wrap .col-1 {
  max-width: 100%;
  width: 100%;
}
.two_column_pop.big_right .all-cols-wrap .col-1,
.two_column_pop.big_left .all-cols-wrap .col-1 {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .two_column_pop .pop-box {
    padding: 55px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .two_column_pop.padding-top__offset .col-2 {
    margin-top: 70px;
    max-width: 38.8889%;
  }
  .two_column_pop.big_right .all-cols-wrap .col-1,
  .two_column_pop.big_left .all-cols-wrap .col-2 {
    max-width: 44.4444%;
    width: 44.4444%;
  }
  .two_column_pop.big_right .all-cols-wrap .col-2,
  .two_column_pop.big_left .all-cols-wrap .col-1 {
    max-width: 44.4444%;
    width: 44.4444%;
  }
  .two_column_pop.big_right .all-cols-wrap .col-1,
  .two_column_pop.big_left .all-cols-wrap .col-1 {
    margin-left: 0;
    margin-right: 0;
  }
  .two_column_pop.big_left .all-cols-wrap .col-2,
  .two_column_pop.big_right .all-cols-wrap .col-2,
  .two_column_pop.reverse-columns__yes .all-cols-wrap .col-2,
  .two_column_pop.big_right.reverse-columns__yes .all-cols-wrap .col-1,
  .two_column_pop.big_left.reverse-columns__yes .all-cols-wrap .col-1 {
    margin-left: 5.5556%;
  }
  .two_column_pop.big_left.reverse-columns__yes .all-cols-wrap .col-2,
  .two_column_pop.big_right.reverse-columns__yes .all-cols-wrap .col-2 {
    margin-left: 5.5556%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .two_column_pop.big_right .all-cols-wrap .col-1,
  .two_column_pop.big_left .all-cols-wrap .col-2 {
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .two_column_pop.big_right .all-cols-wrap .col-2,
  .two_column_pop.big_left .all-cols-wrap .col-1 {
    max-width: 55.55556%;
    width: 55.55556%;
  }
  .two_column_pop.big_right .all-cols-wrap .col-1,
  .two_column_pop.big_left .all-cols-wrap .col-1 {
    margin-left: 0;
    margin-right: 0;
  }
  .two_column_pop.big_left .all-cols-wrap .col-2,
  .two_column_pop.big_right .all-cols-wrap .col-2,
  .two_column_pop.reverse-columns__yes .all-cols-wrap .col-2,
  .two_column_pop.big_right.reverse-columns__yes .all-cols-wrap .col-1,
  .two_column_pop.big_left.reverse-columns__yes .all-cols-wrap .col-1 {
    margin-left: 5.5556%;
  }
  .two_column_pop.big_left.reverse-columns__yes .all-cols-wrap .col-2,
  .two_column_pop.big_right.reverse-columns__yes .all-cols-wrap .col-2 {
    margin-left: 5.5556%;
    margin-right: 0;
  }
}
/*--------------- MAP BLOCK */
.map_block .page_frame {
  padding: 0;
}
.map_block .all-cols-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map_block .map-block__map-col,
.map_block .map-block__pop-box {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  width: 100%;
}
.map_block .map-block__map-col {
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); */
  position: relative;
  width: auto;
}
.map_block .element__image,
.map_block .img-frame {
  height: 100%;
}
.map-block__content-img {
  display: inherit;
  height: auto;
}
.map-block__content-img {
  margin-bottom: 0;
  max-height: 586px;
  position: relative;
  width: 100%;
}
.map-block__link {
  bottom: 10px;
  /* color: black; */
  font-weight: 700;
  position: absolute;
  right: 50px;
  text-transform: uppercase;
  z-index: 1;
}
.map_block .map-block__pop-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  /* margin-top: -30px; */
  padding: 40px 25px;
}
.map-block__pop-box .text > *:last-child {
  margin-bottom: 0;
}
/* OPTIONS */
.map_block.map-style__cover .content-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.map_block.map-style__stretch .content-img {
  width: 100%;
  height: 100%;
}
.map_block.map-style__contain .content-img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.map_block.link-pos__text .all-cols-wrap {
  margin-bottom: 30px;
}
.link-pos__text .map-block__link {
  bottom: 10px;
  color: rgb(var(--textDark));
  right: 20px;
}
@media only screen and (min-width: 480px) {
  .map-block__link {
    /* bottom: 90%;
    right: 7%; */
  }
  .map_block .map-block__pop-box {
    padding: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .map-block__content-img {
    height: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .map_block .page_frame {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .map_block .map-block__map-col {
    margin-bottom: 0;
    /* max-width: 70.74%; */
    max-width: 65%;
    width: 70.74%;
  }
  .map_block .map-block__map-col {
    position: static;
  }
  .map-block__link {
    /* bottom: 42%;
    right: 38%; */
  }
  .map_block .map-block__pop-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    /* margin-left: -4.415%; */
    max-width: 33.81%;
    padding: 45px;
    width: 32.81%;
  }
}
/*--------------- STORY BLOCK FULL */
.story_block_full {
  background-color: rgb(var(--bgDark));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding: 0; */
  min-height: 515px;
}
.story_block_full .block__bg-img,
.programs_summary .block__bg-img {
  background-position: center;
  left: auto;
  right: 0;
  width: 65.285%;
}
.story-block-full__pop-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 547px;
  padding: 20px 30px;
}
/* OPTIONS */
.story_block_full.padding-top__less {
  margin-top: var(--padLess);
  padding-top: 0;
}
.story_block_full.padding-top__normal {
  margin-top: var(--padNorm);
  padding-top: 0;
}
.story_block_full.padding-top__more {
  margin-bottom: var(--padMore);
  padding-bottom: 0;
}
.story_block_full.padding-bottom__less {
  margin-bottom: var(--padLess);
  padding-bottom: 0;
}
.story_block_full.padding-bottom__normal {
  margin-bottom: var(--padNorm);
  padding-bottom: 0;
}
.story_block_full.padding-bottom__more {
  margin-bottom: var(--padMore);
  padding-bottom: 0;
}
.story_block_full.reverse-columns__yes .pop-box,
.programs_summary.reverse-columns__yes .col-1 {
  margin-left: auto;
}
.story_block_full.reverse-columns__yes .block__bg-img,
.programs_summary.reverse-columns__yes .block__bg-img {
  left: 0;
  right: auto;
}
.story_block_full.reverse-columns__yes .block__bg-img::after {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.story_block_full.block-style__full .block__bg-img {
  width: 100%;
}
/* .story_block_full.block-style__full .block__bg-img::after,
.story_block_full.block-style__split .block__bg-img::after {
  display: none;
} */
.story_block_full.block-style__split .block__bg-img,
.programs_summary .block__bg-img {
  width: 60.5%;
}
.story_block_full.block-style__split .block__bg-img::after {
  display: none;
}
.story_block_full.block-style__split .pop-box,
.programs_summary .col-1 {
  max-width: 31.825%;
  padding: 20px 0;
}
.story_block_full.block-style__split .block__bg-img,
.programs_summary .block__bg-img {
  width: 60.5%;
}
.story_block_full.block-style__split .pop-box,
.programs_summary .col-1 {
  max-width: 31.825%;
  padding: 20px 0;
}
.story_block_full.block-style__full .page_frame {
  margin-bottom: 120px;
}
.story_block_full .block__bg-img::before,
.story_block_full .block__bg-img::after {
  display: none;
}
.overlay__side .block__bg-img::after {
  display: block;
}
.overlay__bottom .block__bg-img::before {
  display: block;
}
@media only screen and (min-width: 1400px) {
  .story_block_full .page_frame {
    max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  .story_block_full .page_frame {
    max-width: 2000px;
  }
}
@media only screen and (min-width: 480px) {
  .story-block-full__pop-box {
    padding: 50px 70px;
  }
}
@media only screen and (max-width: 768px) {
  .story_block_full.block-style__split {
    padding: 0;
  }
  .story_block_full.block-style__split .block__bg-img {
    height: 60vw;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .story_block_full.block-style__split .page_frame {
    background-color: #fff;
  }
  .story_block_full.block-style__split .pop-box,
  .programs_summary .col-1 {
    max-width: 100%;
  }
}
/*--------------- PROGRAMS SUMMARY */
.block.programs_summary {
  padding: 0;
}
.programs_summary .block__bg-img {
  height: 60vh;
  max-height: 515px;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.programs_summary .col-1 {
  margin-left: 0;
  max-width: 100%;
}
.programs-summary__prices {
  margin-bottom: 20px;
}
.programs-summary__main-text {
  margin-bottom: 30px;
}
.programs-summary__cars-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -30px;
}
.programs-summary__car-item {
  margin: 10px 30px;
  max-width: 100%;
  width: 100%;
}
.car__img {
  display: block;
  margin-bottom: 10px;
  max-width: 130px;
}
.car__title {
  font-weight: 700;
  margin-bottom: 0;
}
/* OPTIONS */
.programs_summary.reverse-columns__yes .col-1 {
  margin-right: 10px;
}
.programs_summary.padding-top__less {
  margin-top: var(--padLess);
}
.programs_summary.padding-top__normal {
  margin-top: var(--padNorm);
}
.programs_summary.padding-top__more {
  margin-top: var(--padMore);
}
.programs_summary.padding-bottom__less {
  margin-bottom: var(--padLess);
}
.programs_summary.padding-bottom__normal {
  margin-bottom: var(--padNorm);
}
.programs_summary.padding-bottom__more {
  margin-bottom: var(--padMore);
}
@media only screen and (min-width: 480px) {
  .programs-summary__cars-section {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .programs-summary__car-item {
    margin: 0 30px;
    max-width: calc(50% - 30px);
    width: auto;
  }
  .programs-summary__car-item:nth-child(odd) {
    text-align: left;
  }
  .programs-summary__car-item:nth-child(even) {
    text-align: right;
  }
  .programs-summary__car-item:nth-child(odd) .car__img {
    margin-right: auto;
  }
  .programs-summary__car-item:nth-child(even) .car__img {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .programs_summary .block__bg-img {
    height: 100%;
    max-height: 515px;
    position: absolute;
    width: 60.5%;
  }
  .programs_summary .col-1 {
    margin-left: 10px;
    max-width: 31.825%;
  }
  .programs-summary__cars-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -30px;
  }
  .programs-summary__car-item {
    margin: 0 30px;
    max-width: calc(50% - 30px);
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .programs_summary .col-1 {
    margin-left: 0%;
    margin-right: 2.5%;
  }
  .reverse-columns__yes.programs_summary .col-1 {
    margin-left: auto;
    margin-right: -2.5%;
  }
}
@media only screen and (min-width: 1650px) {
  .programs_summary .col-1 {
    margin-left: -5%;
    margin-right: 5%;
  }
  .reverse-columns__yes.programs_summary .col-1 {
    /* margin-left: 5%; */
    margin-right: -5%;
  }
}
/*--------------- STORY SLIDER */
.block.story_slider .page_frame {
  max-width: 1400px;
  padding: 0;
}
.block.story_slider .col-1 {
  margin-bottom: 0;
}
.story-slider__slider {
  margin-bottom: 20px;
  width: 100%;
}
.story-slider__slider .slide {
  min-height: 355px;
  position: relative;
}
.story-slider__text {
  margin: 0 5%;
  width: 90%;
}
.story-slider__image-frame {
  margin-bottom: 25px;
}
.story-slider.slider .slick-arrow {
  background-color: rgba(18, 18, 9, 0.7);
  padding: 22px;
  width: auto;
}
.story-slider.slider .slick-prev,
.story-slider.slider .slick-next {
  bottom: 3px;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.story-slider.slider .slick-prev {
  left: -1px;
}
.story-slider.slider .slick-next {
  right: -1px;
}
/* OPTIONS */
.story_slider.reverse-columns__yes .grid-x {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reverse-columns__yes .story-slider__slider {
  /* margin-left: 5%; */
}
.reverse-columns__yes .story-slider__text {
  margin-left: 0;
}
.story_slider.slider-style__contain .story-slider__slider .bg-img {
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 640px) {
  .story-slider__slider .slide {
    min-height: 565px;
  }
  .story-slider.slider .slick-prev,
  .story-slider.slider .slick-next {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .story-slider.slider .slick-prev {
    left: 1px;
  }
  .story-slider.slider .slick-next {
    right: 1px;
  }
}
@media only screen and (min-width: 1000px) {
  .story_slider.reverse-columns__yes .page_frame {
    padding: 0 0 0 20px;
  }
  .story_slider .page_frame {
    padding: 0 20px 0 0;
  }
  .story-slider__slider {
    width: 60.3%;
  }
  .story-slider__text {
    margin-left: 5%;
    width: 29.15%;
  }
  .reverse-columns__yes .story-slider__slider {
    margin-left: 5%;
  }
}
/*--------------- FEATURED PAGES */
.featured_pages .col {
  margin-bottom: 0;
}
.grid--featured-pages {
  color: white;
}
.grid--featured-pages > .cell {
  background-color: rgb(var(--bgDark));
}
.pages-layout__center .grid--featured-pages > .cell,
.grid--featured-pages[data-total="1"] > .cell,
.grid--featured-pages[data-total="2"] > .cell,
.grid--featured-pages[data-total="3"] > .cell {
  max-width: 100%;
}
.featured-pages__item {
  border-bottom: 1px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
  padding: 40px 30px 0px 30px;
}
.featured-pages__item .crop-img {
  opacity: 0.5;
}
.featured-page__title {
  /* font-weight: 700; */
  text-transform: uppercase;
}
.featured-page__text-area {
  background-color: rgb(var(--bgDark), 0.85);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  margin: 0 auto;
  max-width: 450px;
  padding: 24px 20px 30px 20px;
  text-align: center;
}
.featured-page__link {
  color: white;
  text-transform: uppercase;
}
/* OPTIONS */
.pages-layout__center .grid--featured-pages {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1000px) {
  .grid--featured-pages[data-total="2"] > .cell {
    max-width: 50%;
  }
  .pages-layout__center .grid--featured-pages > .cell,
  .grid--featured-pages[data-total="3"] > .cell {
    max-width: 33.333%;
  }
  .featured-pages__item {
    border-bottom: 0;
    min-height: 570px;
  }
  .featured-pages__item .crop-img {
    opacity: 1;
  }
  .featured-page__text-area {
    margin: 0;
    max-width: none;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-page__text-area {
    padding: 24px 70px 30px 70px;
  }
}
/*--------------- PROGRAMS BLOCK */
.programs_block .col {
  margin-bottom: 0;
}
.programs__title {
  color: white;
  left: 0;
  position: absolute;
  top: 25px;
}
.programs__title > *:first-child {
  margin-bottom: 0;
}
.programs-frame {
  background-color: rgb(var(--bgDark));
}
/* .programs-frame[data-total="2"] > .cell {
  max-width: 50%;
}
.programs-frame[data-total="3"] > .cell {
  max-width: 33.3333%;
}
.programs-frame[data-total="4"] > .cell {
  max-width: 25%;
} */
.cell--program {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 0.5px solid rgba(255, 255, 255, 0.3);
  border-right: 0.5px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgb(var(--textLight));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* justify-content: flex-end; */
  /* min-height: 425px; */
  padding: 20px 30px;
  padding-top: 18%;
}
.programs-frame[data-total="1"] .cell--program:first-child,
.programs-frame[data-total="2"] .cell--program:first-child,
.programs-frame[data-total="3"] .cell--program:first-child,
.programs-frame[data-total="4"] .cell--program:first-child {
  padding-top: calc(18% + 120px);
}
.cell--program .text {
  opacity: 1;
  -webkit-transition: opacity ease 700ms, margin-top ease 700ms;
  -o-transition: opacity ease 700ms, margin-top ease 700ms;
  transition: opacity ease 700ms, margin-top ease 700ms;
}
.program-bg,
.program-bg--hover {
  -webkit-transition: opacity ease 700ms;
  -o-transition: opacity ease 700ms;
  transition: opacity ease 700ms;
}
.program__button-frame {
  -webkit-transition: max-height ease 300ms;
  -o-transition: max-height ease 300ms;
  transition: max-height ease 300ms;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 100%;
}
.program-bg--hover {
  opacity: 0;
}
.program-bg {
  opacity: 0.3;
}
/* @media (hover: hover) {
  .programs-frame:hover .cell--program.active .text {
    margin-top: -70px;
  }
  .program-bg--hover,
  .programs-frame:hover .program-bg,
  .programs-frame:focus-within .program-bg {
    opacity: 0;
  }
  .programs-frame:hover .text,
  .programs-frame:focus-within .text {
    opacity: 0.5;
  }
  .cell--program:hover .text,
  .cell--program:focus-within .text {
    opacity: 1;
  }
} */
@media only screen and (min-width: 1000px) {
  .programs-frame:hover .cell--program.active .text {
    margin-top: -70px;
    /* justify-content: flex-end; */
  }
  .program-bg--hover.active,
  .program-bg {
    opacity: 0.3;
  }
  .program-bg--hover,
  .programs-frame:hover .program-bg,
  .programs-frame:focus-within .program-bg {
    opacity: 0;
  }
  .programs-frame:hover .text,
  .programs-frame:focus-within .text {
    opacity: 0.5;
  }
  .cell--program:hover .text,
  .cell--program:focus-within .text {
    opacity: 1;
  }
}
@media only screen and (max-width: 1340px) {
  .programs_block .programs-title-frame {
    max-width: 100%;
  }
  .programs__title {
    left: 20px;
  }
}
.programs-frame[data-total="1"] > .cell,
.programs-frame[data-total="2"] > .cell,
.programs-frame[data-total="3"] > .cell,
.programs-frame[data-total="4"] > .cell {
  max-width: 100%;
}
@media only screen and (min-width: 640px) {
  .programs-frame[data-total="2"] > .cell {
    max-width: 50%;
  }
  .programs-frame[data-total="2"] .cell--program:first-child {
    padding-top: 18%;
  }
  .programs-frame[data-total="2"] .program__button-frame {
    max-height: 0px;
    overflow: hidden;
  }
  .programs-frame[data-total="2"] .cell--program.active .program__button-frame {
    max-height: 100px;
    -webkit-transition: max-height ease 900ms;
    -o-transition: max-height ease 900ms;
    transition: max-height ease 900ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
@media only screen and (min-width: 768px) {
  .programs-frame[data-total="3"] > .cell {
    max-width: 33.3333%;
  }
  .programs-frame[data-total="3"] .cell--program:first-child {
    padding-top: 18%;
  }
  .programs-frame[data-total="3"] .program__button-frame {
    max-height: 0px;
    overflow: hidden;
  }
  .programs-frame[data-total="3"] .cell--program.active .program__button-frame {
    max-height: 100px;
    -webkit-transition: max-height ease 900ms;
    -o-transition: max-height ease 900ms;
    transition: max-height ease 900ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
@media only screen and (min-width: 1000px) {
  .programs-frame[data-total="4"] > .cell {
    max-width: 25%;
  }
  .programs-frame[data-total="4"] .cell--program:first-child {
    padding-top: 18%;
  }
  .programs-frame[data-total="4"] .program__button-frame {
    max-height: 0px;
    overflow: hidden;
  }
  .programs-frame[data-total="4"] .cell--program.active .program__button-frame {
    max-height: 100px;
    -webkit-transition: max-height ease 900ms;
    -o-transition: max-height ease 900ms;
    transition: max-height ease 900ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
@media only screen and (min-width: 1200px) {
  .cell--program {
    min-height: 425px;
    padding: 40px 70px;
    padding-top: 18%;
  }
  .programs__title {
    left: 20px;
    top: 55px;
  }
}
@media only screen and (min-width: 1600px) {
  .programs_block .programs-title-frame {
    max-width: 100%;
  }
  .programs__title {
    left: 20px;
  }
}
/*--------------- GEAR BLOCK */
.gear-border-box {
  border: 0.5px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 0 55px;
}
.gear__title,
.gear__button {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  max-width: 80%;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.gear__title {
  top: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.gear__title > * {
  margin-bottom: 0;
}
.gear-frame {
  background-color: rgb(var(--bgDark));
}
.gear__item {
  height: 620px;
  overflow: hidden;
  width: 100%;
}
.gear-frame[data-total="3"] .gear__item,
.gear-frame[data-total="2"] .gear__item,
.gear-frame[data-total="1"] .gear__item {
  height: 310px;
  width: 100%;
}
.gear__item-bg .crop-img {
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.65, 0.24, 0.29, 1.07);
  transition: -webkit-transform 1200ms cubic-bezier(0.65, 0.24, 0.29, 1.07);
  -o-transition: transform 1200ms cubic-bezier(0.65, 0.24, 0.29, 1.07);
  transition: transform 1200ms cubic-bezier(0.65, 0.24, 0.29, 1.07);
  transition: transform 1200ms cubic-bezier(0.65, 0.24, 0.29, 1.07), -webkit-transform 1200ms cubic-bezier(0.65, 0.24, 0.29, 1.07);
}
.gear__item:hover .gear__item-bg .crop-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.gear__text {
  color: white;
}
.gear__text p {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
.gear__link {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.gear__button {
  bottom: 0;
  -webkit-box-shadow: 0px 0px 1px white;
  box-shadow: 0px 0px 1px white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(-50%, 20%, 0);
  transform: translate3d(-50%, 20%, 0);
}
@media only screen and (min-width: 480px) {
  .gear__title,
  .gear__button {
    width: auto;
  }
}
@media only screen and (min-width: 640px) {
  .gear-frame[data-total="2"] .gear__item {
    height: 310px;
    width: 50%;
  }
  .gear-frame[data-total="3"] .gear__item {
    height: 200px;
    width: 33.333%;
  }
}
/*--------------- FULL TESTIMONIAL SLIDER */
.testimonial-slider .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.testimonial-slider__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 40px;
}
.testimonial-slide__profile-section {
  width: 100%;
}
.testimonial-profile {
  border: 4px solid rgb(var(--bgOrange));
  height: 195px;
  position: relative;
  width: 195px;
}
.testimonial-profile--circle {
  border-radius: 50%;
  height: 210px;
  overflow: hidden;
  width: 210px;
}
.testimonial-slide__profile {
  display: block;
  margin: 0 auto 20px auto;
}
.testimonial-profile img {
  border: 4px solid rgb(var(--bgOrange));
  height: 195px;
  width: 195px;
}
.author-name {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.author-info {
  font-weight: 400;
}
.testimonial-slide__main-text {
  text-align: center;
  width: 100%;
}
.slider .slick-arrow {
  background: none;
  opacity: 1;
}
.testimonial-slider .slick-next {
  right: -15px;
}
.testimonial-slider .slick-prev {
  left: -15px;
}
.slider .slick-prev::before,
.slider .slick-next::before {
  content: "\e900";
  color: rgb(var(--textOrange));
  font-family: "drt-icons";
  font-size: 24px;
}
.slider .slick-prev::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slider .slick-dots li {
  height: auto;
  margin: 0 2px;
  width: auto;
}
.slider .slick-dots button {
  background-color: rgb(var(--bgGray));
  border-radius: 50%;
  height: 14px;
  position: relative;
  width: 14px;
}
.slider .slick-dots button::before {
  border-radius: 50%;
  background-color: rgb(var(--bgOrange));
  height: calc(100% - 2px);
  font-size: 0;
  left: 1px;
  opacity: 0;
  position: absolute;
  width: calc(100% - 2px);
  top: 1px;
}
.slider .slick-dots .slick-active button,
.slider .slick-dots .slick-active button:hover,
.slider .slick-dots .slick-active button:focus {
  background-color: #fff;
}
.slider .slick-dots .slick-active button::before,
.slider .slick-dots .slick-active button:hover::before,
.slider .slick-dots .slick-active button:focus::before {
  opacity: 1;
}
.testimonial-slider__link {
  color: white;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .testimonial-slider__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 40px;
  }
  .testimonial-slide__profile-section {
    max-width: 270px;
    width: 100%;
  }
  .testimonial-slide__main-text {
    margin-left: 5.5556%;
    margin-top: 20px;
    max-width: 545px;
    text-align: left;
  }
  .testimonial-slider .slick-next {
    right: -1px;
  }
  .testimonial-slider .slick-prev {
    left: -1px;
  }
}
/*--------------- TESTIMONIAL PAIR SLIDER */
.testimonial-pair-slider .slick-list {
  /* padding-right: 109px; */
  /* width: calc(100% - 109px); */
}
.testimonial-pair-slider .slick-slide {
  /* margin-right: 209px; */
}
.testimonial-pair-slider.slick-initialized .slick-slide {
  vertical-align: top;
}
.testimonial-pair__frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  margin: 0 25px;
  max-width: calc(50% - 50px);
  padding: 20px 0 0 80px;
  position: relative;
}
.testimonial-pair__profile {
  left: 0;
  position: absolute;
  top: 0px;
}
.testimonial-pair__text {
  background-color: rgb(var(--bgGray));
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  /* margin: 20px 0 0 80px; */
  padding: 40px 60px 25px 150px;
}
.testimonial-pair-slider .slick-prev {
  display: none !important;
}
.testimonial-pair-slider .slick-next {
  top: -30px;
}
.testimonial-pair-slider .slick-dots {
  bottom: auto;
  right: 30px;
  top: -55px;
  -webkit-transform: translateY(42%);
  -ms-transform: translateY(42%);
  transform: translateY(42%);
  width: auto;
}
.testimonial-pair__link {
  color: white;
  position: absolute;
  right: 20px;
  top: -15px;
}
.testimonial-pair__flair {
  opacity: 0.1;
}
@media only screen and (min-width: 0px) {
  .testimonial-pair__frame {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 20px;
    max-width: 100%;
  }
  .testimonial-pair__frame:first-child {
    /* margin-bottom: 200px; */
  }
  .testimonial-pair__text {
    height: auto;
    margin-top: 160px;
    padding: 40px 30px 25px 30px;
  }
}
@media only screen and (min-width: 480px) {
  .testimonial-pair-slider .slick-dots,
  .testimonial-pair-slider .slick-next {
    bottom: 50%;
    top: auto;
  }
  .testimonial-pair-slider .slick-next {
    bottom: calc(50% - 30px);
  }
  .testimonial-pair__link {
    top: 50%;
  }
  .testimonial-pair-slider .slick-list {
    /* padding-right: 109px; */
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 640px) {
  .testimonial-pair__frame {
    padding-left: 80px;
  }
  .testimonial-pair__text {
    padding: 40px 60px 25px 150px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-pair-slider.slick-initialized .slick-slide {
    vertical-align: middle;
  }
  .testimonial-pair__frame {
    max-width: calc(50% - 50px);
    padding-left: 20px;
  }
  .testimonial-pair__frame:first-child {
    margin-bottom: 20px;
  }
  .testimonial-pair__text {
    /* height: 100%; */
    margin-top: 160px;
    padding: 40px 30px 25px 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .testimonial-pair__frame {
    padding-left: 80px;
  }
  .testimonial-pair__text {
    padding: 40px 40px 25px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-pair-slider .slick-list {
    /* padding-right: 109px; */
    width: calc(100% - 109px);
  }
  .testimonial-pair__text {
    background-color: rgb(var(--bgGray));
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    /* margin: 20px 0 0 80px; */
    margin-top: 0;
    padding: 40px 60px 25px 150px;
  }
}
/*--------------- LOGOS */
.border-box--logos {
  padding: 35px 0px;
}
.grid--logos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 40px 0;
  place-items: center;
  row-gap: 30px; */
}
.logo-slider .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.logo__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin: 20px 10px;
  text-align: center;
}
.grid--logos .logo__image,
.grid--logos .logo__item .img-hover-state {
  background-size: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  /* max-height: 55px; */
  max-height: 60px;
  max-width: 148px;
  opacity: 0.6;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity ease 700ms;
  -o-transition: opacity ease 700ms;
  transition: opacity ease 700ms;
  width: auto;
}
.grid--logos .logo__item::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.grid--logos .logo__item .img-hover-state {
  background: #f05223;
  background-size: contain;
  display: inline-block;
  height: 100%;
  left: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.grid--logos .wrap-link {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.logos__button .button {
  background-color: rgb(var(--bgGray));
}

.grid--logos .wrap-link:hover .img-hover-state,
.grid--logos .wrap-link:focus-within .img-hover-state {
  opacity: 1;
}
.grid--logos .wrap-link:hover .logo__image,
.grid--logos .wrap-link:focus-within .logo__image {
  opacity: 0;
}

/* OPTIONS */
/* .grid--logos[data-total="3"],
.grid--logos[data-total="4"],
.grid--logos[data-total="5"],
.grid--logos[data-total="6"] {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
} */
.show-links__true .logos__grid-item .element__link {
  display: block;
}
.image-opacity__light .logos__image img {
  opacity: 0.3;
}
.image-opacity__medium .logos__image img {
  opacity: 0.5;
}
.image-opacity__strong .logos__image img {
  opacity: 0.7;
}
.image-style__grayscale .logos__image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.image-style__grayscale-inverted .logos__image img {
  -webkit-filter: grayscale(100%) invert(1);
  filter: grayscale(100%) invert(1);
}
@media only screen and (max-width: 768px) {
  .block.logos_block {
    padding-bottom: 60px;
  }
}
/* @media only screen and (min-width: 480px) {
  .grid--logos[data-total="3"],
  .grid--logos[data-total="4"],
  .grid--logos[data-total="5"],
  .grid--logos[data-total="6"] {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 640px) {
  .grid--logos[data-total="4"],
  .grid--logos[data-total="5"],
  .grid--logos[data-total="6"] {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  } */
/* {
    grid--logos[data-total="k"]it-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 60px;
  } */
/* } */
/* @media only screen and (min-width: 768px) {
  .grid--logos[data-total="4"],
  .grid--logos[data-total="5"],
  .grid--logos[data-total="6"] {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .grid--logos[data-total="3"] {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--logos[data-total="4"] {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--logos[data-total="5"] {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--logos[data-total="6"] {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
  }
} */
/*--------------- MEDIA BLOCK */
.grid-x > .media-block__posts {
  /* margin-left: 5.71%; */
  /* max-width: 768px; */
  width: 100%;
}
.media_block .post {
  border-bottom: 1px solid rgba(148, 148, 148, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
}
.media_block .post:last-child {
  border: 0;
}
.post__media {
  height: 100vw;
  margin-left: 20px;
  max-height: 230px;
  max-width: calc(100% - 60px);
  /* max-width: 53%; */
  position: relative;
}
.post__video .video-frame,
.post__video iframe {
  height: 100%;
  width: 100%;
}
.post__video .video-play {
  height: 63px;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
}
.post__content {
  /* margin-left: 9.11%; */
  /* max-width: 291px; */
  margin-left: 20px;
  margin-top: 18px;
  max-width: calc(100% - 60px);
}
.post-category-style {
  color: rgb(var(--textGray));
  margin-bottom: 0;
  text-transform: uppercase;
}
.post__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.post__link {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.author-section {
  margin-bottom: 20px;
}
.author-section > p {
  font-weight: 300;
  margin-bottom: 0;
}
.grid-x > .media-block__newsletter {
  background-color: rgb(var(--bgDark));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 95px 20px 20px 20px;
  position: relative;
  width: 100%;
}
#mc_embed_signup .helper_text {
  background: none !important;
  color: white !important;
}
.media-block__newsletter .bg-img {
  opacity: 0.5;
}
.newsletter__content {
  color: white;
  display: block;
  margin: 0 auto;
  max-width: 260px;
}
.newsletter__content img {
  max-height: 30px;
}
@media only screen and (min-width: 480px) {
  .post__media {
    margin-left: 20px;
    max-width: 408px;
  }
  .post__content {
    margin-left: 20px;
    max-width: calc(100% - 60px);
    margin-right: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .media_block .post {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .post__media {
    margin-left: 20px;
    max-width: calc(50% - 20px);
  }
  .post__content {
    margin-left: 20px;
    max-width: calc(48% - 40px);
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 768px) {
  .media_block .grid-x.media-block-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .grid-x > .media-block__posts {
    margin-left: 5.71%;
    max-width: 768px;
    width: 40.857%;
  }
  .media_block .post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post__media {
    margin-left: 0px;
    max-width: 408px;
  }
  .post__content {
    margin-left: 0;
    max-width: 100%;
  }
  .grid-x > .media-block__newsletter {
    margin-left: 4.92%;
    max-width: 500px;
    width: 47.1%;
  }
}
@media only screen and (min-width: 1000px) {
  .grid-x > .media-block__posts {
    width: 54.857%;
  }
  .media_block .post {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .post__media {
    max-width: 53%;
  }
  .post__content {
    margin-left: 7.11%;
    max-width: 38%;
  }
  .grid-x > .media-block__newsletter {
    width: 33.9%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-x > .media-block__newsletter {
    max-width: calc(100vw - 910px);
    width: 100vw;
  }
}
@media only screen and (min-width: 1650px) {
  .grid-x > .media-block__newsletter {
    max-width: calc(100vw - 945px);
  }
}
@media only screen and (min-width: 2000px) {
  .grid-x > .media-block__newsletter {
    max-width: 1055px;
  }
}
/*--------------- FAQs BLOCK */
.faqs_block .all-cols-wrap {
  max-width: 965px;
  margin: 0 auto;
}
.faq-dropdown {
  margin-bottom: 25px;
}
.faq-dropdown__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px 20px 20px;
  text-align: left;
  width: 100%;
}
.faq-dropdown__button h4 {
  margin-bottom: 0;
}
.faq-dropdown__button::after {
  background-image: url(/wp-content/themes/dirtfish/assets/images/icon_single-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 27px;
  margin-left: auto;
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  width: 16px;
}
.faq-dropdown__button.active::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq-dropdown__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 24px 20px 0px 20px;
}
.faq-dropdown__content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .faq-dropdown__button {
    padding: 30px 70px 20px 70px;
  }
  .faq-dropdown__content {
    padding: 24px 70px 0px 70px;
  }
}
/*--------------- CONTENT GRID*/
.content-grid__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 28px 20px 28px;
}
.content-grid__item {
  outline: 0.5px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
.content-grid__item-bg::before {
  background: rgba(25, 25, 25, 0.8);
  height: 100%;
  left: 0;
  content: "";
  opacity: 1;
  outline: 0.5px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.content-grid__item-bg::after {
  background-image: -o-linear-gradient(top, rgba(25, 25, 25, 0.8), rgba(25, 25, 25, 0) 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), color-stop(50%, rgba(25, 25, 25, 0)));
  background-image: linear-gradient(to bottom, rgba(25, 25, 25, 0.8), rgba(25, 25, 25, 0) 50%);
  height: 100%;
  left: 0;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block .content-grid__item-title {
  color: rgb(var(--textOrange));
  display: block;
  left: 0;
  max-width: 100%;
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
.block .content-grid__item-content {
  color: white;
  position: relative;
  z-index: 1;
}
.content-grid__item-content a {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.content-grid__item-content a::after {
  content: "\e900";
  color: rgb(var(--textOrange));
  font-family: "drt-icons";
  font-size: 0.8em;
  margin-left: 8px;
}
/* HOVER */
.content-grid__item-title,
.content-grid__item-bg::before,
.content-grid__item-bg::after,
.content-grid__item-content {
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
/* OPTIONS */
.center-columns__yes .content-grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.center-columns__yes .content-grid__item-content {
  text-align: initial;
}
@media only screen and (min-width: 640px) {
  .content-grid__item {
    max-width: 50%;
    min-height: 355px;
  }
}
@media only screen and (min-width: 1000px) {
  .content-grid__item {
    max-width: 33.333%;
  }
  .block .content-grid__item-title {
    color: white;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .content-grid__item-content {
    opacity: 0;
  }
  .content-grid__item-bg::before {
    opacity: 0;
  }
  .content-grid__item-bg::after {
    opacity: 1;
  }
  .block .content-grid__item:hover .content-grid__item-title {
    color: rgb(var(--textOrange));
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .content-grid__item:hover .content-grid__item-bg::after {
    opacity: 0;
  }
  .content-grid__item:hover .content-grid__item-bg::before,
  .content-grid__item:hover .content-grid__item-content {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .content-grid__item {
    max-width: 25%;
  }
  /* OPTIONS */
  .grid-layout__3 .content-grid__item {
    max-width: 33.333%;
  }
}
