/*!
Theme Name: fujinon_theme
Theme URI: http://underscores.me/
Author: Marcel Munevar
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fujinon_theme
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.

fujinon_theme 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/
*/
/*--------------------------------------------------------------
>>> 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  /*
  &:focus {
  	outline: thin dotted;
  }*/
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1060px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# 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;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  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: #21759b;
  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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* 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;
}

/* Custom
--------------------------------------------- */
html {
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: normal;
}

.button {
  background: #01916d;
  border: 1px solid #01916d;
  padding: 0.5em 2.5em;
  font-weight: 700;
  text-decoration: none;
  color: white !important;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
}

.button.circle {
  border-radius: 50%;
  padding: 1.25em;
  position: relative;
}
.button.circle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button.reduced-padding {
  padding: 0.5em 1.25em;
  font-size: 0.75rem;
}

.button.inverse {
  background: white;
  color: black !important;
}

.button:hover {
  background: white;
  color: black !important;
  border: 1px solid #000;
}

.button.inverse:hover {
  background: #01916d;
  border: 1px solid #01916d;
  color: white !important;
}

a.cta {
  font-size: 1.125rem;
  padding-bottom: 4px;
  border-bottom: 2px solid #01916d;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}

a.cta:hover {
  border-bottom: 4px solid #01916d;
}

a.cta:hover, a.cta:focus, a.cta:active {
  color: inherit;
}

.color-accent {
  color: #01916d;
}

.color-darkgrey {
  color: #C6C6C6;
}

.container, .container-65 {
  width: 90%;
  margin: auto;
}

.underline {
  border-bottom: 3px solid #01916d;
}

.black-bg {
  background: black;
  color: white;
}

.offblack-bg {
  background: #242424;
  color: white;
}

.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* animation */
@-webkit-keyframes btnWiggle {
  0% {
    left: 0px;
  }
  30% {
    left: 0px;
  }
  40% {
    left: 5px;
  }
  50% {
    left: 0px;
  }
  60% {
    left: 5px;
  }
  70% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
@keyframes btnWiggle {
  0% {
    left: 0px;
  }
  30% {
    left: 0px;
  }
  40% {
    left: 5px;
  }
  50% {
    left: 0px;
  }
  60% {
    left: 5px;
  }
  70% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
.wiggle-right {
  -webkit-animation: btnWiggle 5s infinite;
          animation: btnWiggle 5s infinite;
}

.text-align-right {
  text-align: right;
}

@media (min-width: 50em) {
  html {
    font-size: 16px;
  }
  .split {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .split > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .container-65 {
    width: 65%;
    margin: auto;
  }
}
.widget .social {
  font-size: 1.75rem;
}
.widget .social i {
  margin-bottom: 6px;
}
.widget .social > * {
  margin-right: 0.75em;
}
.widget .social > :last-child {
  margin-right: 0;
}

#page {
  overflow: hidden;
}

#masthead {
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  height: 71px;
  /* center logo */
  /* container */
  /* remove ul styles */
  /* remove background from menu button and float right */
  /* hide last menu item in mobile */
  /* animate menu */
  /* desktop styles*/
}
#masthead.sticky {
  position: fixed;
  width: 100%;
  /* prevent site from jumping on scroll */
}
#masthead.sticky + *:not(#product-nav) {
  margin-top: 71px;
}
#masthead .site-branding .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#masthead .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#masthead ul li a {
  text-decoration: none;
  color: black;
}
#masthead .menu-toggle {
  cursor: pointer;
  background: none;
  border: none;
  float: right;
  padding: 0;
}
#masthead .last-navigation-item {
  display: none;
}
#masthead #site-navigation #primary-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  background: white;
  z-index: 100;
  top: 71px;
}
#masthead #site-navigation #primary-menu li {
  margin: 1rem 0.5rem;
}
#masthead.sticky #site-navigation #primary-menu {
  background: rgba(255, 255, 255, 0.95);
}
#masthead #site-navigation.toggled #primary-menu {
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
  max-height: 300px;
}
@media (min-width: 1060px) {
  #masthead {
    height: 53px;
    /* prevent site from jumping on scroll */
    /* remove background from menu */
    /* hide last menu item in primary navigation */
    /* hide all menu items but last item in top right menu */
    /* show top right menu */
  }
  #masthead.sticky + *:not(#product-nav) {
    margin-top: 53px;
  }
  #masthead.sticky #site-navigation #primary-menu {
    background: none;
  }
  #masthead #site-navigation #primary-menu {
    /* center primary navigation */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* unset menu styles from mobile */
    max-height: none;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* adjust padding and margin */
  }
  #masthead #site-navigation #primary-menu li {
    padding: 0 1.75rem;
    margin: 0;
  }
  #masthead #site-navigation li:last-child {
    display: none;
  }
  #masthead .last-navigation-item li:not(:last-child) {
    display: none;
  }
  #masthead .last-navigation-item {
    display: block;
  }
}

/* hamburger menu */
#nav-icon3 {
  width: 30px;
  height: 19px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}
#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#site-navigation.toggled #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#site-navigation.toggled #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site-navigation.toggled #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#site-navigation.toggled #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* product nav */
#product-nav {
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  padding: 1em 0;
  height: 73.5px;
  /* never hide when not sticky */
  /* force columns on mobile */
}
#product-nav.sticky {
  position: fixed;
  width: 100%;
  margin-top: 71px;
  /* prevent site from jumping on scroll */
  /* change space between menus on desktop */
}
#product-nav.sticky + * {
  margin-top: 144.5px;
}
@media (min-width: 1060px) {
  #product-nav.sticky {
    margin-top: 53px;
  }
  #product-nav.sticky + * {
    margin-top: 126.5px;
  }
}
#product-nav:not(.sticky) {
  display: block !important;
}
#product-nav .split {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#product-nav .split > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#product-nav .nav-item:not(.active) {
  border-bottom-color: #C6C6C6;
}
#product-nav .nav-item:not(.active) h3 {
  color: #C6C6C6;
}
#product-nav h3 {
  margin: 0 0 0.25em 0;
}
#product-nav a {
  text-decoration: none;
  color: black;
}
#product-nav .split {
  gap: 2em;
}
#product-nav .nav-item {
  text-align: center;
}
#product-nav .nav-item span {
  text-transform: uppercase;
}

.site-footer a {
  color: white;
}
.site-footer .footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.site-footer .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.site-footer .site-info > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  white-space: nowrap;
}
.site-footer .site-info .logo {
  margin-right: 1.5em;
}
.site-footer #footer-menu {
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer #footer-menu li {
  margin: 6px 0;
}
.site-footer #footer-menu li:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.5rem;
  width: 3px;
  background: #01916d;
}
.site-footer #footer-menu li:last-child::after {
  display: none;
}
.site-footer #footer-menu li a {
  padding: 0 1.5em;
  line-height: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}
.site-footer #footer-menu li:first-child a {
  padding-left: 0;
}
.site-footer #footer-menu li:last-child a {
  padding-right: 0;
}
@media (min-width: 50em) {
  .site-footer .footer-widgets {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site-footer .footer-widgets > * {
    margin-right: 5em;
  }
  .site-footer .footer-widgets > :last-child {
    margin-right: 0;
  }
  .site-footer .site-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

/* section spacing */
section {
  overflow: hidden;
}
section.standard-spacing-margin {
  margin-bottom: 5rem;
}
section.standard-spacing-padding {
  padding-bottom: 5rem;
}
section.reduced-spacing-margin {
  margin-bottom: 3rem;
}
section.reduced-spacing-padding {
  padding-bottom: 3rem;
}
section.widget {
  overflow: visible;
}

/* equal height rows */
.home-tiles {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
  text-align: center;
}

.home-tile {
  /* add space between elements */
  display: -ms-grid;
  display: grid;
  gap: 1em;
  -ms-grid-rows: auto 1em 1fr 1em 15em;
  grid-template-rows: auto 1fr 15em;
  /* remove default container margin */
  /* restore auto margin on last item */
}
.home-tile .container {
  margin: 0 auto;
}
.home-tile .container:last-child {
  margin: auto;
}

/* style hero section */
.hero {
  position: relative;
  color: white;
}

/* center and crop hero */
.hero-container {
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

/* position overlay on bottom */
.hero-overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: 2em;
  /* center and space items */
  /* center items vertically */
}
.hero-overlay .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  /* add green line to left of text */
}
.hero-overlay .container .left-half {
  max-width: 55ch;
  padding-left: 1em;
  border-left: 3px solid #01916d;
}
.hero-overlay .container .right-half p {
  text-align: right;
  margin: 0;
}
.hero-overlay .container > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.hero-overlay .container > * > * {
  margin: 0;
}

/* discover block */
.discover-block .container {
  background-size: cover;
  color: white;
  overflow: hidden;
  padding: 1rem;
  margin: auto;
}

/* style header block */
.header-block {
  max-width: 55ch;
  margin: auto;
  text-align: center;
  margin-bottom: 3rem;
}
.header-block > * {
  margin: 0;
}
.header-block h1, .header-block h2, .header-block h3 {
  margin-bottom: 0.25em;
}

/* timeline carousel */
.timeline-carousel {
  overflow: hidden;
  /* full height items */
}
.timeline-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-carousel .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.timeline-carousel .owl-stage .owl-item .owl-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.timeline-carousel .owl-stage .owl-item .owl-content .split {
  width: 100%;
}
.timeline-carousel .owl-carousel .owl-item .split {
  /* add spacing */
  gap: 2em;
  /* center image horizontally */
}
.timeline-carousel .owl-carousel .owl-item .split > * {
  /* center vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* keep content from exceeding width and height restraints */
  /* constrain image size */
}
.timeline-carousel .owl-carousel .owl-item .split > * > div {
  max-width: 504px;
  max-height: 294px;
  width: 99%;
}
.timeline-carousel .owl-carousel .owl-item .split > * img {
  width: auto;
  height: auto;
  max-width: 504px;
  max-height: 294px;
  margin: auto;
}
.timeline-carousel .owl-carousel .owl-item .split > *:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline-carousel .owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  position: relative;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
  /* line behind dots */
}
.timeline-carousel .owl-theme .owl-dots:after {
  position: absolute;
  left: -150%;
  top: 13px;
  height: 1px;
  background: #000;
  content: "";
  width: 400%;
  display: block;
  z-index: -1;
}
.timeline-carousel .owl-theme .owl-dots .owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: 700;
}
.timeline-carousel .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #000;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.timeline-carousel .owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  background: #01916d;
}
.timeline-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #01916d;
}

/* reverse column order */
.split.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* mini hero */
.mini-hero .hero-container {
  /* set a minimum height */
  max-height: 180px;
}
.mini-hero .hero-overlay {
  /* override margin-bottom and top position */
  margin-bottom: 0;
  top: 0;
  /* make height 100% */
  height: 100%;
  /* make height 100% */
}
.mini-hero .hero-overlay .container {
  /* make height 100% */
  height: 100%;
}
.mini-hero .hero-overlay .container .header-block {
  /* override margins */
  margin: auto;
}

/* icon descriptions */
.icon-descriptions .split {
  /* 2 columns */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2em 1em;
  /* wrapping div */
}
.icon-descriptions .split > * {
  text-align: center;
  /* inner div */
}
.icon-descriptions .split > * > div {
  max-width: 28ch;
  margin: auto;
  /* increase font size of icon */
  /* remove margins */
}
.icon-descriptions .split > * > div svg, .icon-descriptions .split > * > div i {
  font-size: 2.5rem;
  color: #01916d;
}
.icon-descriptions .split > * > div > * {
  margin: 0;
}
.icon-descriptions .split > * > div h3 {
  margin: 0.5em 0;
}
.icon-descriptions .split > * > div p {
  margin: 0.75em 0;
}
.icon-descriptions .split > * > div .cta {
  text-transform: uppercase;
}
.icon-descriptions .split > * > div .tab-button {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: black !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
}
.icon-descriptions .split > * > div .tab-button svg, .icon-descriptions .split > * > div .tab-button i {
  font-size: 1.5rem;
}
.icon-descriptions .split > * > div .triangle {
  border-top: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #01916d;
  width: 0;
  height: 0;
  margin: auto;
  margin-top: 3em;
}

/* icon tabs */
.icon-tabs {
  position: relative;
  background: #01916d;
  color: white;
}
.icon-tabs .tab .tab-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 4em;
  gap: 2em;
}
.icon-tabs .tab .tab-list h1, .icon-tabs .tab .tab-list h2, .icon-tabs .tab .tab-list h3, .icon-tabs .tab .tab-list h4, .icon-tabs .tab .tab-list h5, .icon-tabs .tab .tab-list p {
  margin: 0;
  margin-bottom: 0.25rem;
}
.icon-tabs .tab .tab-list > * {
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}
.icon-tabs .tab a {
  color: white !important;
  text-decoration: none;
  font-weight: bold;
}
.icon-tabs .tab a svg, .icon-tabs .tab a i {
  margin-right: 0.5rem;
}
.icon-tabs .tab .tab-title {
  text-align: center;
  margin: 2em 0;
}
.icon-tabs .close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  display: none;
}

/* team members */
.team-members {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4em 8vw;
  max-width: 60em;
  margin: auto;
}
.team-members > .content-wrap {
  position: relative;
  padding-top: 5rem;
}
.team-members > .content-wrap > img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.team-members > .content-wrap .content {
  background: #ECECEC;
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.team-members > .content-wrap .content .container {
  padding: 1rem 2rem;
  margin-top: 0;
}
.team-members > .content-wrap .content p {
  font-size: 0.875rem;
  line-height: 1;
}
.team-members > .content-wrap .content h2, .team-members > .content-wrap .content h3, .team-members > .content-wrap .content h4 {
  margin: 0;
}
.team-members > .content-wrap .content .card {
  background: #242424;
  overflow: hidden;
}
.team-members > .content-wrap .content .card p {
  margin: 1rem 0;
}
.team-members > .content-wrap .content .card a:not(.button) {
  color: white !important;
  text-decoration: none;
}
.team-members > .content-wrap .content .card i, .team-members > .content-wrap .content .card svg {
  margin-right: 0.5rem;
}
.team-members > .content-wrap .content .map-button {
  position: absolute;
  right: 0.75rem;
  top: 1rem;
}
.team-members > .content-wrap .content .map-button svg {
  font-size: 1.25rem;
}
.team-members > .content-wrap .map-modal {
  width: 100%;
  height: 100%;
  background: #242424;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: white;
  padding: 2rem;
}
.team-members > .content-wrap .map-modal .close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}
.team-members > .content-wrap .map-modal > .container > * {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1;
}

/* mapsvg container */
.mapsvg-container {
  background: #ECECEC;
  padding-top: 2rem;
}

/* Products */
.product-category-filter .buttons {
  margin-bottom: 2em;
}
.product-category-filter .button {
  /*flex:0 0 auto;*/
  height: 3em;
  /*width:15em;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
  line-height: 1;
}
.product-category-filter .button:hover {
  background: #01916d;
  border: 1px solid #01916d;
  color: white !important;
}
.product-category-filter .button:not(.active) {
  background: #C6C6C6;
  border-color: #C6C6C6;
}
.product-category-filter .buttons.underlined-category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.product-category-filter .buttons.underlined-category-filter .button {
  background: white;
  border: none;
  border-bottom: 3px solid #01916d;
  color: black !important;
  padding: 0 3em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-category-filter .buttons.underlined-category-filter .button:not(.active) {
  border-bottom-color: #C6C6C6;
}
.product-category-filter .products-container-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5em 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}
.product-category-filter .products-container-inner .product {
  background: #ECECEC;
  padding: 1em 1em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.product-category-filter .products-container-inner .product img {
  display: block;
  margin: auto;
  margin-bottom: 2em;
}
.product-category-filter .products-container-inner .product .info {
  line-height: 1;
  text-align: center;
}
.product-category-filter .products-container-inner .product .info:first-child {
  margin-bottom: 1.5em;
}
.product-category-filter .products-container-inner .product .info:last-child {
  margin-top: auto;
}
.product-category-filter .products-container-inner .product .info * {
  margin: 0;
}
.product-category-filter .products-container-inner .product .info .cta {
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-block;
}
.product-category-filter .owl-carousel .owl-item {
  display: none;
}
.product-category-filter .loader-container {
  padding: 1.25em 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-category-filter .owl-custom-container {
  position: relative;
}
.product-category-filter .owl-custom-container .owl-custom-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.product-category-filter .owl-custom-container .owl-custom-nav .fa-chevron-right {
  position: relative;
}
.product-category-filter .owl-custom-container .owl-custom-nav .left, .product-category-filter .owl-custom-container .owl-custom-nav .right {
  position: relative;
  color: #01916d;
  font-size: 1.25em;
  padding: 0 0.5em;
  cursor: pointer;
}
.product-category-filter .owl-custom-container .owl-custom-nav .left {
  float: left;
  left: -32px;
}
.product-category-filter .owl-custom-container .owl-custom-nav .right {
  float: right;
  left: 32px;
}
.product-category-filter .owl-custom-container .owl-custom-nav .disabled {
  display: none;
}

#page.products {
  position: relative;
}

/* Modals */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 101;
  overflow: auto;
}
.modal .modal-content {
  background: white;
  color: black;
  position: relative;
  padding: 1em;
}
.modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.15em 0.5em;
  cursor: pointer;
  font-size: 1.5rem;
}
.modal.agent-contact-modal .modal-content {
  max-width: 33em;
  padding: 0;
}
.modal.agent-contact-modal .modal-content .close {
  color: white;
}
.modal.agent-contact-modal .modal-content .wpforms-container {
  margin: 0;
}
.modal.agent-contact-modal .modal-content .wpforms-head-container {
  background: #01916d;
  color: white;
  padding: 1em 2em;
  text-align: center;
  line-height: 1.2;
}
.modal.agent-contact-modal .modal-content .wpforms-head-container .wpforms-title {
  font-weight: 700;
  margin-bottom: 0.25em;
}
.modal.agent-contact-modal .modal-content .wpforms-field-container {
  padding: 1em 2em 0;
}
.modal.agent-contact-modal .modal-content .wpforms-field-container input, .modal.agent-contact-modal .modal-content .wpforms-field-container select, .modal.agent-contact-modal .modal-content .wpforms-field-container textarea {
  max-width: none;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  color: black;
}
.modal.agent-contact-modal .modal-content .wpforms-field-container input::-webkit-input-placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container select::-webkit-input-placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container textarea::-webkit-input-placeholder {
  font-weight: 700;
  color: black;
}
.modal.agent-contact-modal .modal-content .wpforms-field-container input::-moz-placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container select::-moz-placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container textarea::-moz-placeholder {
  font-weight: 700;
  color: black;
}
.modal.agent-contact-modal .modal-content .wpforms-field-container input:-ms-input-placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container select:-ms-input-placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container textarea:-ms-input-placeholder {
  font-weight: 700;
  color: black;
}
.modal.agent-contact-modal .modal-content .wpforms-field-container input::-ms-input-placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container select::-ms-input-placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container textarea::-ms-input-placeholder {
  font-weight: 700;
  color: black;
}
.modal.agent-contact-modal .modal-content .wpforms-field-container input::placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container input .placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container input option, .modal.agent-contact-modal .modal-content .wpforms-field-container select::placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container select .placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container select option, .modal.agent-contact-modal .modal-content .wpforms-field-container textarea::placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container textarea .placeholder, .modal.agent-contact-modal .modal-content .wpforms-field-container textarea option {
  font-weight: 700;
  color: black;
}
.modal.agent-contact-modal .modal-content .wpforms-submit-container {
  padding: 0 2em 2em;
}
.modal.agent-contact-modal .modal-content .wpforms-submit-container .wpforms-submit {
  background: #01916d;
  color: white;
  text-transform: uppercase;
  padding: 0.5em 3em;
  font-weight: 700;
}
.modal.agent-contact-modal .modal-content .wpforms-submit-container .wpforms-submit:hover {
  background: white;
  color: black;
}
.modal.agent-contact-modal .modal-content .wpforms-confirmation-container-full {
  background: #01916d;
  color: white;
  padding: 2em;
  border: none;
  margin: 0;
}
.modal.agent-contact-modal .modal-content .wpforms-confirmation-container-full h3 {
  margin: 0;
}
.modal.newsletter-modal .modal-content {
  background: white;
  color: black;
  max-width: 30em;
  margin: auto;
  padding: 2em 3em;
}
.modal.newsletter-modal .modal-content .terms label {
  font-size: 0.75rem !important;
}
.modal.newsletter-modal .modal-content .button {
  background: #01916d;
}
.modal.newsletter-modal .modal-content .wpforms-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.modal.newsletter-modal .modal-content .wpforms-submit-container {
  text-align: right;
}
.modal.newsletter-modal .modal-content .wpforms-field-email input {
  width: 100%;
  max-width: 100%;
}
.modal.product-modal {
  position: absolute;
  display: block;
}
.modal.product-modal .modal-content {
  position: absolute;
  background: rgb(1, 145, 109);
  background: radial-gradient(circle, rgb(1, 145, 109) 0%, rgb(0, 0, 0) 82%);
  color: white;
  line-height: 1;
  margin: 0;
  -webkit-transition: width 1s, max-height 2s;
  transition: width 1s, max-height 2s;
  overflow: hidden;
}
.modal.product-modal .modal-content > * {
  margin: 0;
  margin-bottom: 1rem;
}
.modal.product-modal .modal-content > *:last-child {
  margin-bottom: 0;
}
.modal.product-modal .modal-content img {
  padding: 1em;
  margin: 0 auto 2rem;
  display: block;
}
.modal.product-modal .modal-content .bullets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.modal.product-modal .modal-content .bullets > .bullet {
  border-right: 2px solid #01916d;
  text-align: left;
  padding: 0 1em;
  line-height: 1.4;
}
.modal.product-modal .modal-content .bullets > .bullet:first-child {
  padding-left: 0;
}
.modal.product-modal .modal-content .bullets > .bullet:last-child {
  border-right: none;
  padding-right: 0;
}
.modal.product-modal .modal-content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.product-modal .modal-content .buttons .cta {
  font-size: 0.75rem;
}

/* Featured */
.featured {
  border-bottom: 3.5rem solid black;
}
.featured .split {
  gap: 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured .split .content > p:first-child {
  margin: 1.25rem 0;
}
.featured .split .content h2 {
  line-height: 1;
  margin: 1.25rem 0;
}
.featured .split .content p {
  line-height: 1;
}
.featured .split img {
  display: block;
  margin: auto;
}

.faq .faq-navigation {
  /* force columns on mobile */
}
.faq .faq-navigation .split {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2em;
}
.faq .faq-navigation .split > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.faq .nav-item:not(.active) {
  border-bottom-color: #C6C6C6;
}
.faq .nav-item:not(.active) h3 {
  color: #C6C6C6;
}
.faq .nav-item {
  text-align: center;
}
.faq .nav-item h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0.5em 0;
}
.faq .nav-item a {
  text-decoration: none;
  color: black;
}
.faq .nav-item span {
  text-transform: uppercase;
}
.faq .faq-section {
  background: #ECECEC;
  padding: 1em;
  margin: 2rem 0;
}
.faq .faq-section.active .section-title {
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.faq .faq-section.active .section-title::after {
  content: "-";
  display: block;
}
.faq .faq-section:not(.active) .section-title {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  border-bottom: none;
}
.faq .faq-section:not(.active) .section-title::after {
  content: "+";
  display: block;
}
.faq .faq-section .section-title {
  margin-top: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.faq .faq-section .qa {
  overflow: hidden;
  border-bottom: 1px solid #C6C6C6;
}
.faq .faq-section .qa:last-child {
  border-bottom: none;
}
.faq .faq-section .q {
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.faq .faq-section .q::before {
  content: "Q";
  color: #01916d;
  font-wieght: bold;
  font-size: 2em;
  margin-right: 1rem;
}
.faq .faq-section .q svg, .faq .faq-section .q i {
  color: #01916d;
  margin-left: 1rem;
}
.faq .faq-section .a {
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
}
.faq .faq-section .a::before {
  content: "A";
  color: #C6C6C6;
  font-weight: bold;
  font-size: 2em;
  margin-right: 1rem;
}
.faq .load-more-button {
  text-align: center;
}

.faq-search {
  text-align: center;
}
.faq-search #search {
  width: 25em;
  padding: 0.25rem 2rem 0.25rem 1rem;
}
.faq-search #search::-webkit-input-placeholder {
  color: black;
  font-weight: bold;
}
.faq-search #search::-moz-placeholder {
  color: black;
  font-weight: bold;
}
.faq-search #search:-ms-input-placeholder {
  color: black;
  font-weight: bold;
}
.faq-search #search::-ms-input-placeholder {
  color: black;
  font-weight: bold;
}
.faq-search #search::placeholder {
  color: black;
  font-weight: bold;
}
.faq-search .input-container {
  display: inline-block;
  position: relative;
}
.faq-search .input-container .clear-button {
  color: #ECECEC;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

/* desktop styles */
@media (min-width: 50em) {
  /* icon tabs */
  .icon-tabs {
    max-width: 90%;
    margin: auto;
  }
  .icon-tabs .tab .tab-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .icon-tabs .tab .tab-list > * {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .icon-tabs .close {
    display: block;
  }
  .modal .modal-content {
    padding: 2em;
  }
  .modal.agent-contact-modal .modal-content {
    padding: 0;
  }
  .modal.product-modal .modal-content .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal.product-modal .modal-content .bullets > .bullet {
    padding: 0 2em;
  }
  .modal.product-modal .modal-content .desktop-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3em;
  }
  .modal.product-modal .modal-content .buttons {
    -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;
    gap: 1em;
  }
  .modal.product-modal .modal-content .buttons .button {
    display: block;
    width: 13em;
  }
  .hero-container {
    height: 88vh;
  }
  /* Products */
  .product-category-filter .header.split > :first-child {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-category-filter .header.split > :first-child > :first-child {
    max-width: 23em;
    margin: auto;
    padding: 0 2em;
  }
  .product-category-filter .header.split img {
    margin: auto;
    display: block;
  }
  .product-category-filter .products-container-inner .product {
    padding: 1.5em 2em;
  }
  .product-category-filter .products-container-inner .product img {
    padding: 0 3em;
  }
  .product-category-filter .products-container-inner .product .info {
    text-align: left;
    margin-bottom: 0;
  }
  .product-category-filter .products-container-inner .product .info * {
    float: left;
  }
  .product-category-filter .products-container-inner .product .info .cta {
    float: right;
  }
  .product-category-filter .buttons.underlined-category-filter .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
  /* mapsvg container */
  .mapsvg-container {
    padding: 3rem 0 5rem 0;
  }
  .mapsvg-container .map-wrapper {
    max-width: 80em;
    margin: auto;
    max-width: 90%;
  }
  /* team members */
  .team-members {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  /* icon descriptions */
  .icon-descriptions .split {
    /* 4 columns */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .icon-descriptions .split.two-column-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  /* mini hero */
  .mini-hero .hero-container {
    /* set a minimum height */
    max-height: 357px;
  }
  /* switch tiles to equal width columns */
  .home-tiles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  /* align text on tiles */
  .home-tile {
    cursor: pointer;
  }
  .home-tile:hover {
    -webkit-filter: brightness(1.25);
            filter: brightness(1.25);
  }
  .home-tile:nth-child(odd) :first-child {
    text-align: left;
  }
  .home-tile:nth-child(even) :first-child {
    text-align: right;
  }
  /* reverse rows on each odd teaser */
  .teasers .split {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .teasers .split:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .teasers .split:nth-child(odd) > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .teasers .split:nth-child(even) > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .teasers .split img {
    width: 100%;
  }
  .teasers .split > * {
    /* spacing on text container*/
  }
  .teasers .split > *:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .teasers .split > *:first-child > div {
    max-width: 40ch;
    margin: auto;
    width: 90%;
  }
}
.posts-container {
  margin-bottom: 4em;
}
.posts-container .article-link {
  color: white;
  text-decoration: none;
}
.posts-container .article-link:first-child {
  margin-left: -6%;
  margin-right: -6%;
  display: block;
}
.posts-container article {
  position: relative;
  overflow: hidden;
  margin: 0 0 2em;
}
.posts-container .aspect-ratio {
  aspect-ratio: 20/9;
  overflow: hidden;
  /*img{
  	position: relative;
    		top: 50%;
    		transform: translateY(-50%);
  }*/
}
.posts-container .overlay, .posts-container .overlay-split {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.posts-container .overlay:hover, .posts-container .overlay-split:hover {
  background: rgba(0, 0, 0, 0.4);
}
.posts-container .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.posts-container .overlay-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.posts-container .overlay-split > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1.5em;
}
.posts-container .post-thumbnail img {
  display: block;
}
.posts-container .article-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts-container .article-content > * {
  margin: 0;
}
.posts-container .category .cat-links, .posts-container .cta span {
  font-size: 1.125rem;
  padding-bottom: 4px;
  border-bottom: 2px solid #01916d;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
.posts-container .cta span {
  float: right;
}

.category-links {
  border-bottom: 5px solid #01916d;
  padding: 0.75em 0;
  margin-bottom: 2em;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.category-links .tax-button {
  background: #C6C6C6;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 0.25em 1.75em;
  display: inline-block;
  margin: 0.25em 0;
}
.category-links .tax-button.active {
  background: #01916d;
}

.lazy-pagination {
  text-align: center;
  margin-bottom: 8em;
}
.lazy-pagination .button {
  display: none;
}
.lazy-pagination .button.lock, .lazy-pagination .loader {
  display: none !important;
  margin: auto;
}
.lazy-pagination .button.lock + .loader {
  display: block !important;
}

.post.type-post h1 {
  margin: 0.75em 0 0;
}
.post.type-post h2 {
  margin-bottom: 0.25em;
}
.post.type-post .entry-header {
  margin-bottom: 6em;
  overflow: hidden;
}
.post.type-post .sub-heading {
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1;
}
.post.type-post .entry-meta .posted-on {
  border-bottom: 2px solid #01916d;
  padding-bottom: 0.25em;
}
.post.type-post .entry-content {
  margin: 0;
}

.toolbar {
  background: #01916d;
  padding: 5px 0;
  margin-bottom: 3em;
}
.toolbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toolbar a {
  color: white;
  font-size: 1.875rem;
}

.featured-product-anchor {
  text-align: center;
}
.featured-product-anchor a {
  color: inherit;
  text-decoration: none;
}
.featured-product-anchor p {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 2px solid #01916d;
  line-height: 1;
  margin-bottom: 0;
}

.featured-product-wrapper-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
.featured-product-wrapper-mobile > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.featured-product-wrapper-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* desktop styles */
@media (min-width: 50em) {
  .posts-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  .posts-container article {
    margin-bottom: 0;
    display: inline;
  }
  .posts-container .article-link:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin: 0;
  }
  .posts-container .overlay, .posts-container .overlay-split {
    padding: 2em;
  }
}
.director-single-block .director-block, .director-multiple-block .director-block {
  text-align: center;
  margin-bottom: 1em;
}
.director-single-block .director-title, .director-multiple-block .director-title {
  margin: 1em 0 0;
}
.director-single-block .director-name, .director-multiple-block .director-name {
  margin-top: 0;
}
.director-single-block .blurb, .director-multiple-block .blurb {
  line-height: 1.25;
}
.director-single-block .social, .director-multiple-block .social {
  font-size: 1.75rem;
}
.director-single-block .social a, .director-multiple-block .social a {
  text-decoration: none;
  color: black;
}
.director-single-block .social i, .director-multiple-block .social i {
  margin-bottom: 6px;
}
.director-single-block .social > *, .director-multiple-block .social > * {
  margin-right: 0.75em;
}
.director-single-block .social > :last-child, .director-multiple-block .social > :last-child {
  margin-right: 0;
}

.director-single-block .director-block {
  background: #ECECEC;
  padding: 0 1em 1em;
  text-align: center;
  margin-top: 50px;
}
.director-single-block .content {
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}

.director-multiple-block .director-block {
  position: relative;
  margin-bottom: 6em;
}
.director-multiple-block .director-block:after {
  content: "";
  border-bottom: #01916d 2px solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 60%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.director-multiple-block .director-block:last-child:after {
  display: none;
}
.director-multiple-block .director-name {
  margin: 0;
}
.director-multiple-block .blurb {
  margin-top: 0;
}

.quote-block {
  text-align: center;
  margin-bottom: 6em;
  line-height: 1.25;
}
.quote-block .fa-quote-left {
  font-size: 1.875rem;
  color: #01916d;
  margin-bottom: 0.5em;
}
.quote-block .quote {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0;
}
.quote-block .author {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.carousel-block {
  text-align: right;
  margin-bottom: 6em;
}
.carousel-block p {
  margin: 0;
}
.carousel-block .owl-theme .owl-dots .owl-dot span {
  background: white;
  border: 1px solid #000;
}
.carousel-block .owl-theme .owl-dots .owl-dot.active span {
  background: #01916d;
  border: 1px solid #000;
}

.product-block {
  background: rgb(1, 145, 109);
  background: radial-gradient(circle, rgb(1, 145, 109) 0%, rgb(0, 0, 0) 82%);
  color: white;
  line-height: 1;
  padding: 3em 4em;
  margin-bottom: 6em;
}
.product-block .category {
  margin: 0 0 1em;
  font-weight: bold;
}
.product-block img {
  padding: 1em;
  margin: 0 auto 2rem;
  display: block;
}
.product-block .buttons .cta {
  font-size: 0.75rem;
}

.youtube-responsive-block {
  margin-bottom: 6em;
}

/* desktop styles */
@media (min-width: 50em) {
  .product-block img {
    margin-bottom: 0;
  }
  .product-block .category {
    margin-bottom: 0;
  }
  .product-block .desktop-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 2em 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-block .desktop-columns > :last-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .product-block .desktop-columns > :first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .director-multiple-block {
    display: -ms-grid;
    display: grid;
  }
  .director-multiple-block.columns-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .director-multiple-block.columns-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .director-multiple-block.columns-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .director-multiple-block .director-block {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 6em;
    padding: 0 3em 0 3em;
  }
  .director-multiple-block .director-block:after {
    content: "";
    border-bottom: 0 none;
    border-right: #01916d 2px solid;
    position: absolute;
    left: unset;
    right: 0;
    bottom: unset;
    top: 50%;
    width: 1px;
    height: 40%;
    display: block;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .director-single-block .director-block {
    margin-top: 0;
  }
}