@charset "UTF-8";
/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

html, body {
	overflow-x: hidden;
}

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 30px 0 30px;
  }
}

.site-inner {
  padding: 0 0;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 0 0;
  }
}
.singular.content .site-inner > .wrap {
  max-width: 808px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 40px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 768px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }
}
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #000;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #424242;
  font-family: "hero-new", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Page
--------------------------------------------- */
@media (max-width: 992px) {
  .has-text-align-center {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .entry-content ul, .entry-content ol {
    padding-left: 0 !important;
  }
}

.entry-content {
  font-size: 16px;
  font-weight: 300;
}

.entry-content > h2,
.entry-content > h3 {
  margin-top: 100px;
  margin-bottom: -70px;
}
.entry-content > h2 + h2,
.entry-content > h3 + h3 {
  margin-top: 80px;
}
@media (max-width: 992px) {
	.entry-content > h2,
	.entry-content > h3 {
    	margin-top: 50px;
    	margin-bottom: -20px;
	}
	.entry-content > h2 + h2,
	.entry-content > h3 + h3 {
	  margin-top: 40px;
	}
}

.entry-content > h2.normal-margin,
.entry-content > h3.normal-margin {
  margin-top: 0;
  margin-bottom: 0.2em;
}

.entry-content > h2 + p,
.entry-content > h3 + p,
.entry-content > h2 + div[class|=wp-block],
.entry-content > h3 + div[class|=wp-block],
.entry-content > h2 + div[class|=block-featured],
.entry-content > h3 + div[class|=block-featured] {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .entry-content > h2 + p,
.entry-content > h3 + p,
.entry-content > h2 + div[class|=wp-block],
.entry-content > h3 + div[class|=wp-block],
.entry-content > h2 + div[class|=block-featured],
.entry-content > h3 + div[class|=block-featured] {
    margin-top: 50px;
  }
}

.entry-content > .wp-block-media-text {
  margin-top: 100px !important;
}
@media (max-width: 600px) {
  .entry-content > .wp-block-media-text {
    margin-top: 50px !important;
  }
}

.entry-content > .wp-block-media-text ~ .wp-block-media-text {
  margin-top: 0 !important;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 26px;
  }
}

h4, h5, h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4, h5, h6 {
    font-size: 22px;
  }
}

/* List
--------------------------------------------- */
.bullets-calendar {
  list-style: none;
  padding: 0 !important;
}

.bullets-none li .bullets-calendar li,
.bullets-checklist li,
.bullets-pins li,
.bullets-person li {
  display: flex;
  margin-left: 50px;
  align-items: left;
  flex-direction: column;
  position: relative;
  justify-content: center;
  min-height: 60px;
}

.bullets-none li::before,
.bullets-calendar li::before,
.bullets-checklist li::before,
.bullets-pins li::before,
.bullets-person li::before {
  font-family: "Font Awesome 5 Free";
  margin-left: -50px;
  font-size: 36px;
  padding-right: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.bullets-pins li::before,
.bullets-calendar li::before,
.bullets-checklist li::before,
.bullets-person li::before {
  color: #F9E070;
}

.bullets-pins li::before {
  content: "";
}

.bullets-none li::before {
  color: white;
}

.bullets-calendar li::before {
  content: "";
}

.bullets-calendar li::before {
  content: "";
}

.bullets-checklist li::before {
  content: "";
}

.bullets-person {
  display: flex;
  flex-direction: column;
}

.bullets-person li::before {
  content: "";
  position: absolute;
}

.bullets-person li {
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.bullets-person em {
  margin-left: 0;
  width: 100%;
}

/* Button
--------------------------------------------- */
.wp-block-button-bottom {
  width: 100x;
  text-align: center;
}

.wp-block-button {
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  .wp-block-button {
    width: 100%;
  }
  .wp-block-button a {
    width: 100%;
  }
}

.wp-block-button a:visited {
  color: #211F1F;
}

.wp-block-button__link {
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:visited {
  color: unset;
}
.wp-block-button__link:not(.has-text-color) {
  color: #211F1F;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: #211F1F;
}
.wp-block-button__link:not(.has-background) {
  background-color: #211F1F;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #070606;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #211F1F;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #070606;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #616161;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #484848;
}
.wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
  color: #F9E070;
}
.wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
  background-color: #f7d53f;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #424242;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #424242;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #E0E0E0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #211F1F;
}

.has-blue-background-color {
  background-color: #211F1F;
}

.has-grey-color {
  color: #616161;
}

.has-grey-background-color {
  background-color: #616161;
}

.has-yellow-color {
  color: #F9E070;
}

.has-yellow-background-color {
  background-color: #F9E070;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 768px;
  margin: 0 auto;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
	max-width: none;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

div.wpforms-container-full {
  margin-top: 90px;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  color: #040404;
  border: 1px solid #4f4e4e;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  width: 60%;
}

div.wpforms-container .wpforms-submit-container {
  text-align: left;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  /* border: 1px solid #ccc; */
  background-color: #F7D126;
  border: 1px solid #F7D126;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  /* background-color: #eee; */
  /* border: 1px solid #ddd; */
  /* font-size: 1em; */
  /* padding: 10px 15px; */
  background-color: #f9e070;
  border: 1px solid #f9e070;
  font-size: 20px;
  padding: 16px 32px;
  border-radius: 3px;
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #000;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #9E9E9E;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #616161;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3B5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #CB2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00B6F1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* Margin Overrides
---------------------------------------------------------------------------------------------------- */

.margin-top-none {
	margin-top: 0 !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

/* Block: Columns
---------------------------------------------------------------------------------------------------- */

.wp-block-columns.gutter-none > .wp-block-column:not(:first-child) {
	margin-left: 0;
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column.gutter-none:not(:only-child) {
    	flex-basis: 50% !important;
    }
}


/* Block: Image
---------------------------------------------------------------------------------------------------- */

.wp-block-image.margin-none {
	margin: 0;
}


/* Block: Header
---------------------------------------------------------------------------------------------------- */
.block-header {
  overflow: hidden;
  position: relative;
  height: 507px;
}
@media (max-width: 1200px) {
  .block-header {
    height: 408px;
  }
}
@media (max-width: 768px) {
  .block-header {
    height: 185px;
  }
}

.block-header .slick-slide {
  height: 507px;
}
@media (max-width: 1200px) {
  .block-header .slick-slide {
    height: 408px;
  }
}
@media (max-width: 768px) {
  .block-header .slick-slide {
    height: 185px;
  }
}

.block-header-front {
  height: calc(70vh + 100px);
  max-height: 678px;
  margin-top: 0px !important;
}
@media (max-width: 1200px) {
  .block-header-front {
    max-height: 508px;
  }
}
@media (max-width: 768px) {
  .block-header-front {
    height: 285px;
  }
}

.block-header-front .slick-slide {
  height: calc(70vh + 100px);
  max-height: 678px;
}
@media (max-width: 1200px) {
  .block-header-front .slick-slide {
    max-height: 508px;
  }
}
@media (max-width: 768px) {
  .block-header-front .slick-slide {
    height: 285px;
  }
}

.block-header .enter-button {
  display: none;
}

.block-header img {
  width: 100%;
}

.block-header__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-header__content {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  z-index: 2;
  text-align: center;
}

.block-header__content h1 {
  font-size: 76px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 900;
  margin-top: -162px;
}
@media (max-width: 1200px) {
  .block-header__content h1 {
    font-size: 42px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .block-header__content h1 {
    font-size: 36px;
  }
}

.block-header__image::before {
  content: " ";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 100%);
  position: absolute;
  display: flex;
  top: 0;
  z-index: 1;
}

/* Block: Video Header
---------------------------------------------------------------------------------------------------- */
.block-video-header {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

.block-video-header > .wrapper {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
}

.block-video-header h1, .block-video-header h2, .block-video-header h3, .block-video-header h4, .block-video-header h5, .block-video-header h6, .block-video-header p {
	color: #fff;
}

.block-video-header h1 {
	font-size: 100px;
	font-weight: 500;
	letter-spacing: 0em;
}

.block-video-header h1 strong {
	color: #aa1010;
	font-weight: 500;
}

.block-video-header h2 {
	font-size: 38px;
	font-weight: 500;
}

.block-video-header h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 0.25em;
}

.block-video-header h4 {
	font-size: 32px;
	font-weight: 300;
}

@media (max-width: 63.999em) {
	.block-video-header h1 {
		font-size: 75px;
	}

	.block-video-header h2 {
		font-size: 29px;
	}

	.block-video-header h3 {
		font-size: 27px;
	}

	.block-video-header h4 {
		font-size: 24px;
	}
}

@media (max-width: 39.999em) {
	.block-video-header h1 {
		font-size: 50px;
	}

	.block-video-header h2 {
		font-size: 20px;
	}

	.block-video-header h3 {
		font-size: 18px;
	}

	.block-video-header h4 {
		font-size: 16px;
	}
}

.block-video-header .header-text {
	margin-bottom: 60px;
}

.block-video-header .title-image {
	max-width: 1000px;
	margin: 2.5em auto 2em;
	width: 90%;
	text-align: center;
}

.block-video-header .title-image img {
	margin: 0 auto;
}

.block-video-header .youtube-embed {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.block-video-header .youtube-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-video-header .below-text:not(:first-child) {
	margin-top: 60px;
}

.block-video-header .below-text h2 {
	font-weight: 700;
}

.block-video-header .below-text h4 {
	color: #fae268;
	margin-bottom: 0.9em;
}

@media (min-width: 64em) {
    .block-video-header .below-text h4 {
    	font-size: 29px;
    }
}

.block-video-header .below-text h5 {
	color: #fae268;
	font-weight: 400;
}

.block-video-header .below-text p + h5 {
    margin-top: 1em;
}

.block-video-header .below-text p {
    margin: 0 0 0.6em;
}

@media (max-width: 63.999em) {
	.block-video-header .title-image {
		margin: 2em auto 1.5em;
	}
	.block-video-header .header-text {
		margin-bottom: 45px;
	}
	.block-video-header .below-text:not(:first-child) {
		margin-top: 45px;
	}
}

@media (max-width: 39.999em) {
	.block-video-header .title-image {
		margin: 1.5em auto 1em;
	}
	.block-video-header .header-text {
		margin-bottom: 30px;
	}
	.block-video-header .below-text:not(:first-child) {
		margin-top: 30px;
	}
}

/* Event Buttons
---------------------------------------------------------------------------------------------------- */

.wp-block-buttons.event-buttons {
	margin: 2em auto;
	max-width: 720px;
}

.wp-block-buttons > .wp-block-button {
	min-width: 45%;
	padding: 10px;
	margin: 0;
}

.wp-block-buttons > .wp-block-button .wp-block-button__link {
	width: 100%;
	border: none;
}

@media (max-width: 63.999em) {
	.wp-block-buttons.event-buttons {
		margin: 1em auto;
	}
	.wp-block-buttons > .wp-block-button .wp-block-button__link {
		font-size: 17px;
		padding: 13px 26px;
	}
}

@media (max-width: 39.999em) {
	.wp-block-buttons.event-buttons {
		margin: 0em auto;
	}
	.wp-block-buttons > .wp-block-button .wp-block-button__link {
		font-size: 14px;
		padding: 10px 20px;
	}
}


/* Rule Headings
---------------------------------------------------------------------------------------------------- */

.wp-block-group.rule-heading {
	margin: 1em 0 0 !important;
	padding: 0;
}

.wp-block-group.rule-heading .wp-block-group__inner-container {
	position: relative;
	max-width: 1200px;
	text-align: center;
}

.wp-block-group.rule-heading .wp-block-group__inner-container::before {
	content: "";
	border-top: 3px solid #fae268;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 0px;
	width: 100%;
}

.wp-block-group.rule-heading .wp-block-group__inner-container h3 {
	font-size: 36px;
	background-color: #fff;
	padding: 1em 1.6em;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	top: 0.3em;
	font-weight: 700;
}

@media (max-width: 63.999em) {
    .wp-block-group.rule-heading .wp-block-group__inner-container h3 {
        font-size: 28px;
        top: 0.4em;
    }
}

@media (max-width: 39.999em) {
    .wp-block-group.rule-heading .wp-block-group__inner-container h3 {
        font-size: 20px;
        top: 0.5em;
    }
}



/* Sponsor Galleries
---------------------------------------------------------------------------------------------------- */

.wp-block-gallery.sponsors {
    justify-content: center;
	margin: 2em 0 2em;
}
.wp-block-gallery.sponsors .wp-block-image {
    flex-grow: 0 !important;
}




/* Block: AB Accordion
---------------------------------------------------------------------------------------------------- */
.ab-block-accordion .ab-accordion-title {
  background: unset;
  border-top: 1px solid black;
  font-size: 20px;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
}
@media (min-width: 768px) {
  .ab-block-accordion .ab-accordion-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .ab-block-accordion .ab-accordion-title {
    font-size: 26px;
  }
}

summary.ab-accordion-title {
  display: block;
  outline: 0;
}

.ab-accordion-title:hover {
  color: #F9E070;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.ab-accordion-title:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  float: right;
}

/* Block: Text/Media
------------------------------------------------------- */
.entry-content > .wp-block-media-text {
  background: linear-gradient(#e3e3e360, #fff);
  padding: 100px 0 0 0;
}
@media (max-width: 600px) {
  .entry-content > .wp-block-media-text {
    padding-top: 0;
  }
}

.entry-content > .wp-block-media-text ~ .wp-block-media-text {
  background: transparent;
  padding: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-right: calc(50vw - 800px);
  padding-left: 18%;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.has-media-on-the-right .wp-block-media-text__content {
  padding-left: calc(50vw - 800px);
  padding-right: 18%;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .has-media-on-the-right .wp-block-media-text__content {
    margin-left: 30px;
    margin-right: 30px;
  }
}

figure.wp-block-media-text__media {
  z-index: 2;
  min-height: 450px !important;
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    margin-right: 0;
  }
}

.wp-block-media-text.has-media-on-the-right.is-image-fill figure.wp-block-media-text__media {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right.is-image-fill figure.wp-block-media-text__media {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text__content {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 2;
  }
}
/* Slider
--------------------------------------------- */
.slider {
  padding: 0 0 5px;
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .slider {
    margin-top: 30px !important;
  }
}
.slider .slides img {
  height: auto;
  width: 100%;
  padding: 0;
  object-fit: cover;
}
.slider.is-admin:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  z-index: 1;
}

.slick-next {
  right: 15px !important;
}

.slick-prev {
  left: 15px !important;
  z-index: 2;
}

.slider .slick-slide {
  height: 500px !important;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .slider .slick-slide {
    height: 300px !important;
  }
}

.slider.is-admin::before {
  display: none;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  z-index: 1;
}

/* Navigation Block
--------------------------------------------- */
.wp-block-navigation {
  border-bottom: 1px solid black;
}
.wp-block-navigation li:last-child {
  padding-bottom: 6px !important;
}

.wp-block-navigation-link a:hover {
  text-decoration: underline;
}

.wp-block-navigation__container {
  margin-top: 0;
}

.wp-block-navigation-link.current-menu-item {
  font-weight: 700;
}

/* Partner Block
--------------------------------------------- */
.partners-block {
  padding: 0 0 0 0;
  text-align: center;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.partner-logo {
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px;
  background: white;
}

.partner-logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 0;
}

/* Spacer Block
--------------------------------------------- */
.wp-block-spacer {
  height: 80px;
}

/* Number Block
--------------------------------------------- */
.number-block {
  position: relative;
  background: #F9E070;
  margin-bottom: 20px;
}

.number-block__dark {
  background: #211F1F;
  color: white;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 80px;
  transform: translateX(20px) translateY(20px);
  justify-content: center;
}
@media (max-width: 768px) {
  .number-block__dark {
    transform: unset;
  }
}

.number-stack {
  padding: 30px;
  width: 25%;
}
@media (max-width: 1200px) {
  .number-stack {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .number-stack {
    width: 100%;
  }
}

.number-title {
  position: absolute;
  top: 20px;
  left: 4%;
  text-transform: uppercase;
  font-size: 16px;
}

.number-stack__icon {
  width: 100px;
  height: 100px;
}

.number-stack__icon img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.number-stack__number {
  font-size: 64px;
  font-weight: 900;
}

.number-stack__description {
  font-size: 18px;
  font-weight: 300;
}

/* Inset Columns Block
--------------------------------------------- */
.inset-list-columns {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  margin-bottom: 300px !important;
  position: relative;
}

.inset-list-columns__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(200px);
  z-index: 2;
  position: relative;
}

.inset-list-columns__background {
  z-index: 1;
  position: absolute;
  height: 500px;
  width: 100%;
  background-size: cover !important;
  background-position-x: center !important;
  top: 0;
  left: 0;
}

.inset-list-columns__columns {
  background: linear-gradient(#f5f5f5, #fff);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  z-index: 2;
  position: relative;
}

.inset-list-columns__stacker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .inset-list-columns__stacker {
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
}

.inset-list-item {
  background: white;
  width: 100%;
  border: 1px solid #BDBDBD;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .inset-list-item {
    flex-direction: column;
  }
}

.inset-list-item__image {
  width: 188px;
  height: auto;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .inset-list-item__image {
    width: 100%;
    height: 200px;
    background-position: center !important;
  }
}

.inset-list-item__content {
  flex: 1;
  padding: 20px;
  flex: 1;
}

.inset-list-item p {
  font-size: 16px;
}

.inset-list-item h3 {
  font-size: 18px;
}

.inset-list-item a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
}

.inset-list-item a:hover {
  text-decoration: underline;
}

.inset-list-item img {
  max-width: 188px;
  max-height: 100%;
  object-fit: cover;
}

/* Inset Columns Block
--------------------------------------------- */
.inset-content-columns {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  margin-bottom: 300px !important;
  position: relative;
}

.inset-content-columns__stacker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 0 100px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .inset-content-columns__stacker {
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
}

.inset-content-columns__columns a.button {
  background: #211F1F;
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 20px;
}

.inset-content-columns__columns a.button:hover {
  text-decoration: none;
  background: #424242;
}

.inset-content-columns__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(200px);
  z-index: 2;
  position: relative;
}

.inset-content-columns__background {
  z-index: 1;
  position: absolute;
  height: 500px;
  width: 100%;
  background-size: cover !important;
  background-position-x: center !important;
  top: 0;
  left: 0;
}

.inset-content-columns__columns {
  background: linear-gradient(#f5f5f5, #fff);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  z-index: 2;
  position: relative;
  width: 100%;
  min-height: 320px;
}

/* Google Map
--------------------------------------------- */
.google-map {
  margin-bottom: -110px !important;
}

/* Post Slider
--------------------------------------------- */
.block-post-slider {
  position: relative;
}

.post-slider-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 1200px) {
  .post-slider-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .post-slider-container {
    grid-template-columns: 1fr;
  }
}

.post-slider-item {
  background: #211F1F;
  color: white;
  position: relative;
}

.post-slider-item-link {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}

a.post-slider-item-link:hover {
  background: #ffffff3d;
}

.post-slider-item-image {
  height: 250px;
  background: #424242;
  background-size: cover !important;
}

.post-slider-item-content {
  padding: 20px;
}

.post-slider-item-content p {
  font-size: 18px;
  font-weight: 500;
}

.post-slider-item-cat-date {
  color: #F9E070;
  font-size: 12px;
  display: flex;
  margin-bottom: 20px;
  font-weight: 500;
}

.post-slider-item-categories a {
  color: #F9E070;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

.post-slider-footer {
  display: flex;
  justify-content: space-between;
}

.post-slider-archive-link {
  font-weight: 500;
}

.post-slider-item-date:before {
  content: "|";
  margin: 0 6px;
}

.block-post-slider .slider-controls {
  display: flex;
  align-items: center;
}

.block-post-slider .slide-m-prev,
.block-post-slider .slide-m-next {
  border: 0;
  color: transparent;
  background: transparent;
  width: 20px;
  text-align: center;
}

.block-post-slider .slide-m-prev::before {
  cursor: pointer;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  opacity: 0.25;
}

.block-post-slider .slide-m-next::before {
  cursor: pointer;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  opacity: 0.25;
  margin-left: -6px;
}

.block-post-slider button:hover::before, .block-post-slider button:focus::before {
  opacity: 1;
}

.block-post-slider .slide-m-dots .slick-dots {
  position: relative;
  text-align: unset;
  width: unset;
  bottom: unset;
}

.block-post-slider .slider-controls ul {
  display: flex;
  align-items: center;
  padding: 0;
}

.block-post-slider .slider-controls ul li {
  padding-bottom: 0;
}

/* event Slider
--------------------------------------------- */
.block-event-slider {
  position: relative;
}

.event-slider-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 1200px) {
  .event-slider-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .event-slider-container {
    grid-template-columns: 1fr;
  }
}

.event-slider-item {
  background: #211F1F;
  color: white;
  position: relative;
}

.event-slider-item-link {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}

a.event-slider-item-link:hover {
  background: #ffffff3d;
}

.event-slider-item-image {
  height: 250px;
  background: #424242;
  background-size: cover !important;
}

.event-slider-item-content {
  padding: 20px;
}

.event-slider-item-content p {
  font-size: 18px;
  font-weight: 500;
}

.event-slider-item-cat-date {
  color: #F9E070;
  font-size: 12px;
  display: flex;
  margin-bottom: 20px;
  font-weight: 500;
}

.event-slider-item-categories a {
  color: #F9E070;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

.event-slider-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.event-slider-archive-link {
  font-weight: 500;
}

.event-slider-item-date:before {
  content: "|";
  margin: 0 6px;
}

.block-event-slider .slider-controls {
  display: flex;
  align-items: center;
}

.block-event-slider .slide-m-prev,
.block-event-slider .slide-m-next {
  border: 0;
  color: transparent;
  background: transparent;
  width: 20px;
  text-align: center;
}

.block-event-slider .slide-m-prev::before {
  cursor: pointer;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  opacity: 0.25;
}

.block-event-slider .slide-m-next::before {
  cursor: pointer;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  opacity: 0.25;
  margin-left: -6px;
}

.block-event-slider button:hover::before, .block-event-slider button:focus::before {
  opacity: 1;
}

.block-event-slider .slide-m-dots .slick-dots {
  position: relative;
  text-align: unset;
  width: unset;
  bottom: unset;
}

.block-event-slider .slider-controls ul {
  display: flex;
  align-items: center;
  padding: 0;
}

.block-event-slider .slider-controls ul li {
  padding-bottom: 0;
}

/* Featured Posts
--------------------------------------------- */
.feature-post-item {
  position: relative;
}

.feature-post-item-content-wrapper {
  z-index: 3;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
}

.feature-post-item-label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 30px;
  background: #F5F5F5;
  z-index: 2;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.feature-post-item-content {
  background: #211F1F;
  color: white;
  padding: 40px;
  width: 450px;
}

.feature-post-item-image {
  z-index: 2;
  position: relative;
  height: 600px;
  margin-right: 230px;
  background-size: cover !important;
}

.feature-post-item-content-category-date {
  color: #F9E070;
  font-size: 12px;
  display: flex;
  margin-bottom: 20px;
  font-weight: 500;
}

.feature-post-item-category a {
  color: #F9E070;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

.feature-post-item-date:before {
  content: "|";
  margin: 0 6px;
}

.feature-post-item-content-title {
  color: white;
}

.feature-post-item-content-link a {
  color: #F9E070;
  font-size: 22px;
  text-decoration: none;
  font-weight: 900;
}

.feature-post-item-content-link a:hover {
  color: #F9E070;
  text-decoration: underline;
}

.feature-post-item-content-link a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #F9E070;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .feature-post-item-image {
    height: 300px;
    margin-right: 0;
  }

  .feature-post-item-content-wrapper {
    position: relative;
    justify-content: center;
    width: 100%;
  }

  .feature-post-item-content {
    width: 100%;
  }
}
/* Single Posts Block
--------------------------------------------- */
.single-post-item {
  background: #211F1F;
  position: relative;
}

.single-post-item-content-category-date {
  display: flex;
}

.single-post-item-image {
  width: 100%;
  height: 30vw;
  background-size: cover !important;
}

.single-post-item-content {
  padding: 40px;
}

.single-post-item-content-title {
  color: white;
}

.single-post-item-content-category-date {
  color: #F9E070;
  font-size: 12px;
  display: flex;
  margin-bottom: 20px;
  font-weight: 500;
}

.single-post-item-category a {
  color: #F9E070;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

.single-post-item-date:before {
  content: "|";
  margin: 0 6px;
}

.single-post-item-label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 30px;
  background: #F5F5F5;
  z-index: 2;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.single-post-item-link {
  z-index: 3;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}

a.single-post-item-link:hover {
  background: #ffffff3d;
}

/* Event List Block
--------------------------------------------- */
.event-list-container {
  max-height: 400px;
  overflow-y: scroll;
  padding: 0 40px;
}

.event-list-container h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.event-list-item {
  border-bottom: solid black 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.event-list-title {
  font-weight: 500;
}

/* Faculty Grid Block
--------------------------------------------- */
.faculty-item {
  display: flex;
}

.faculty-item-image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: gray;
  background-size: cover !important;
}

.faculty-item-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  width: 100%;
}
@media (max-width: 1200px) {
  .faculty-item-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .faculty-item-container {
    grid-template-columns: 1fr;
  }
}

.faculty-item {
  align-content: center;
}

.faculty-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.faculty-item-name {
  font-weight: 700;
}

.faculty-item-title {
  font-style: italic;
}

.faculty-grid-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid black;
  padding-bottom: 80px;
  margin-top: 80px !important;
}

.faculty-item-container {
  margin-top: 40px;
}

/* Video Slide Block
--------------------------------------------- */
.video-slider {
  height: 650px;
  background: white;
}

.video-slides {
  height: 650px;
}

.video-slide-container {
  position: relative;
  height: 650px !important;
  display: flex;
}

.video-slide-image {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-watch-video {
  position: absolute;
  left: 50%;
  left: calc(50% - 50px);
  top: calc(50% - 155px);
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.video-watch-video-dot::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  content: "";
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-watch-video-dot {
  background: #F9E070;
  border-radius: 50px;
  width: 78px;
  height: 78px;
  z-index: 3;
}

.video-watch-video-text {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin-top: 10px;
}

.video-slide-over-box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 500px;
  height: 300px;
  background: #211F1F;
  padding: 50px 30px;
  margin-left: 10%;
  color: white;
}
@media (max-width: 767px) {
  .video-slide-over-box {
    margin-left: 0;
  }
}

.video-slide-overlay h2 {
  color: white;
  font-size: 26px;
}

.video-slide-overlay a {
  color: #F9E070;
  font-size: 22px;
  text-decoration: none;
  font-weight: 900;
}

.video-slide-overlay a:hover {
  text-decoration: underline;
}

.video-slide-overlay a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #F9E070;
  margin-left: 8px;
}

a.video-watch-video {
  text-decoration: none;
}

a.video-watch-video:hover {
  text-decoration: none;
  background: #ffffff54;
}

/* more links block 
--------------------------------------- */
.more-links-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #F5F5F5;
  padding: 100px;
}
@media (max-width: 767px) {
  .more-links-block {
    padding: 80px 10px;
  }
}

.more-links-block__container {
  display: flex;
}

.more-links-stack {
  width: 350px;
  height: 200px;
  background-position-x: center !important;
  background-position-y: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
@media (max-width: 767px) {
  .more-links-stack {
    margin-bottom: 10px;
  }
}

.more-links-block__container {
  justify-content: space-evenly;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .more-links-block__container {
    flex-direction: column;
    align-items: center;
  }
}

.more-links-stack a.button {
  font-family: "freight-sans-pro", sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #424242c5;
  text-decoration: none;
  font-size: 36px;
  font-weight: 600;
  color: white;
  text-align: center;
}

.more-links-stack a.button:hover {
  background: #211F1F;
}

/* newsletter block 
--------------------------------------- */
.block-newsletter {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #F5F5F5;
  padding: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .block-newsletter {
    padding: 80px 10px;
  }
}

.block-newsletter .ctct-inline-form {
  width: 100%;
  margin-top: 20px;
}

.block-newsletter .ctct-form-header {
  display: none;
}

.block-newsletter .ctct-form-embed.form_0 .ctct-form-defaults {
  background: none !important;
}

.block-newsletter .ctct-form-text {
  display: block;
}

.block-newsletter div.ctct-inline-form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > button:nth-child(7) {
  width: 50%;
}

.block-newsletter div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin-top: 20px !important;
  width: 50%;
}

.block-newsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  width: 100%;
}

.block-newsletter .ctct-form-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.absolute {
  position: absolute !important;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background: #211F1F;
  padding-bottom: 100px;
}

.site-header {
  position: relative;
  min-height: 192px;
  background: #211F1F;
}
@media (max-width: 1200px) {
  .site-header {
    min-height: auto;
  }
}

.site-header .wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
}
@media (max-width: 1200px) {
  .site-header .wrap {
    display: flex;
    flex-direction: column;
  }
}

.site-header::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.title-area {
  height: 144px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .title-area {
    border-bottom: 1px solid #616161;
    height: 84px;
  }
}
.title-area p.site-title {
  width: 100%;
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  padding: 8px;
  width: 100%;
}
@media (max-width: 1200px) {
  .title-area h1.site-title,
.title-area p.site-title {
    padding: 16px;
  }
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #424242;
  text-decoration: none;
}
.title-area .site-title a {
  background: url(../images/CR_horizC_white_type@2x.png) no-repeat left;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 90%;
  max-width: 231px;
  height: 84px;
}
@media (max-width: 1200px) {
  .title-area {
    text-align: center;
  }
  .title-area .site-title a {
    padding-bottom: 0;
    height: 48px;
    background-size: auto 42px;
  }
}

/* Alert Bar
--------------------------------------------- */
.site-alert {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  background: #F9E070;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.site-alert p {
  margin: 0;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-first-location {
  grid-area: 2/1/3/3;
}

.nav-second-location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 950px;
  justify-self: flex-end;
}
.nav-second-location .nav-primary-two .menu-item a {
  white-space: nowrap;
}

.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item:hover > a {
  background: none;
}
@media (max-width: 1200px) {
  .nav-menu .menu-item:hover > a {
    background: none;
    border-bottom: none;
  }
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #fff;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #000;
}
@media (max-width: 1200px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 1201px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
@media (max-width: 1200px) {
  .nav-menu .nav-primary {
    width: 100%;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 12px;
}
@media (max-width: 1200px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
.nav-menu .nav-primary-two .menu-item > a {
  font-size: 15px;
  font-weight: 300;
  line-height: 12px;
}
.nav-menu .nav-primary-three .menu-item > a {
  color: #211F1F;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 0;
  background: #F9E070;
  display: flex;
  height: 55px;
  border-radius: 6px;
}
.nav-menu .nav-primary-three .menu-item > a:hover {
  background: #F7D126;
  text-decoration: none;
}
.nav-menu .nav-primary-three li:first-child a {
  background: white;
}
.nav-menu .nav-primary-three li:first-child a:hover {
  background: #E3E3E3;
}
.nav-menu .nav-primary-three .menu-item,
.nav-menu .nav-primary-three .menu-item:hover {
  border-bottom: 0px solid transparent;
}
@media (min-width: 1201px) {
  .nav-menu ul#primary-menu li:last-child ul {
    transform: translateX(-37%);
  }
  .nav-menu .nav-primary {
    background: #F9E070;
  }
  .nav-menu .nav-primary .menu-item a {
    color: black;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 7px;
    white-space: nowrap;
  }
  .nav-menu .nav-primary-two {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .nav-menu .nav-primary-two .menu-item a {
    font-size: 14px;
    color: #9E9E9E;
    font-weight: 300;
    line-height: 12px;
  }
  .nav-menu .nav-primary-two .menu-item a:hover {
    text-decoration: underline;
  }
  .nav-menu .nav-primary-two .menu-item:hover {
    border-bottom: none;
  }
  .nav-menu .nav-primary-three {
    display: flex;
    align-items: center;
  }
  .nav-menu .nav-primary-three .menu-item > a {
    color: #211F1F;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 0;
    background: #F9E070;
    display: flex;
    height: 45px;
    border-radius: 6px;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: flex;
    justify-content: space-around;
  }
  .nav-menu .menu-item {
    float: left;
    border-bottom: 6px solid transparent;
  }
  .nav-menu .menu-item:hover {
    border-bottom: 6px solid black;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .submenu-expand {
    display: none;
  }
  .nav-menu .sub-menu {
    background: #F5F5F5;
    margin-top: 6px;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: auto;
    z-index: 99;
    padding: 14px;
  }
  .nav-menu .sub-menu li::before {
    position: absolute;
    top: 10px;
    margin-left: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #F9E070;
  }
  .nav-menu .sub-menu li:hover::before {
    color: black;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
    border: none;
  }
.nav-menu .sub-menu .menu-item a {
	font-weight: 300;
	font-size: 17px;
	margin-left: 18px;
	padding: 10px;
}
  .nav-menu .sub-menu .menu-item:hover > a {
    border-bottom: none;
    text-decoration: underline;
  }
  .nav-menu .sub-menu .menu-item:hover > a::before {
    color: black;
  }
  .nav-menu .sub-menu .menu-item.current-menu-item > a {
	  text-decoration: underline;
  }
  .nav-menu .sub-menu .menu-item.current-menu-item > a::before {
    color: black;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1200px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: #211F1F;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }
  .nav-menu .nav-primary {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-menu ul#primary-menu:last-child {
    border-bottom: 2px #616161 solid;
    padding-bottom: 20px;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 0;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: -16px;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
    fill: white;
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand:not(.expanded) {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
  }
  .nav-menu .sub-menu .menu-item {
    border-left: 3px solid #F9E070;
  }
  .nav-menu .sub-menu .menu-item a {
    font-size: 15px;
    font-weight: 300;
    padding: 6px 13px;
  }
}
@media (max-width: 1200px) {
  .nav-menu .nav-primary-two {
    margin-bottom: 20px;
  }
  .nav-menu .nav-primary-three {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle svg,
.menu-toggle svg {
  fill: #fff;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 1200px) {
  .site-header .wrap {
    padding: 0;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 16px;
  width: 48px;
  height: 48px;
}
@media (min-width: 1201px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  right: 12px;
}
.site-header .wrap > .search-toggle {
  right: 0;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: #EEEEEE;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 1200px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .header-search {
    margin: 0 -48px;
    width: calc( 100% + 96px );
  }
}
.header-search:not(.active) {
  display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.archive-title {
  padding: 100px 0;
}

.post-summary {
  margin-bottom: 40px;
  background: #211F1F;
  position: relative;
}

.post-summary__overlay {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}

a.post-summary__overlay:hover {
  background: #ffffff3d;
}

.post-summary_date {
  color: #F9E070;
  font-size: 12px;
  display: flex;
  margin-bottom: 20px;
  font-weight: 500;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.post-summary__title a {
  color: white;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #000;
}

.post-summary__content {
  color: white;
  padding: 20px;
}

.post-summary__image {
  display: block;
  height: 200px;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.post-summary__image img {
  height: 200px;
  object-fit: cover;
}

.post-summary .entry-category {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-summary .entry-category a {
  color: #616161;
  text-decoration: none;
}
.post-summary .entry-category a:hover {
  color: #000;
}

.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.8571428571%;
    width: 48.5714285714%;
  }
  .archive .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 40px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.8571428571%;
    width: 22.8571428571%;
  }
  .archive .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 40px;
      grid-template-columns: repeat(4, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 40px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #424242;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #000;
}
.pagination ul li.active > a {
  background: #000;
  color: #fff;
  font-weight: 700;
}


/* Horizontal Navigation Inside Page Content */

.entry-content .wp-block-navigation .wp-block-navigation__container {
	gap: 1em 2em;
}

.entry-content .wp-block-navigation .wp-block-navigation-link {
	font-weight: 700;
}

.entry-content .wp-block-navigation .wp-block-navigation-link.current-menu-item {
	text-decoration: underline;
}


/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc( 2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.aligncenter.wp-block-embed iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc( 2 * 20px);
  margin-bottom: calc( 2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -49px;
  }
}
@media (max-width: 767px) {
  .entry-content > .alignfull:first-child {
    margin-top: -50px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: 40px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #424242;
  text-decoration: none;
}
.entry-author a:hover {
  color: #000;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px;
  z-index: 3;
  position: relative;
  top: 30px;
}
.breadcrumb a {
  color: #424242;
}
.breadcrumb a:hover {
  color: #000;
}
.single .breadcrumb {
  border-top: 1px solid #E0E0E0;
  padding-top: 32px;
  text-align: center;
}

.breadcrumb.light,
.breadcrumb.light a {
  color: #fff;
}
.breadcrumb.light a:hover {
  color: #ccc;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 768px;
  margin: 0 auto 40px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.entry-header .entry-category {
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: 100px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-header .entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-header .entry-category a:hover {
  color: #000;
}

.singular .entry-header {
  margin-bottom: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: unset;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.single .entry-header {
  border-bottom: 1px solid black;
  padding-bottom: 40px;
}
.single .entry-content p,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content ul {
  width: 70%;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .single .entry-content p,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content ul {
    width: 100%;
  }
}
.single .entry-content > h2 + p, .single .entry-content > h3 + p, .single .entry-content > h2 + div[class|=wp-block], .single .entry-content > h3 + div[class|=wp-block] {
  margin-top: 0;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(0, 0, 0, 0.05);
  border-left: 2px solid #000;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #424242;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #000;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9E9E9E;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #000;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #E0E0E0;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc( 50% - 16px );
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #211F1F;
  padding: 40px 0 40px;
  position: relative;
  color: #fff;
  margin-top: 100px;
}
.footer-widgets li {
  list-style-type: none;
}
.footer-widgets .widget-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.footer-widgets .footer-widgets-1 .textwidget.custom-html-widget {
  max-width: 310px;
}
.footer-widgets .footer-widgets-1 .widget_gtranslate {
  width: 310px;
}
.footer-widgets .footer-widgets-1 .simple-social-icons ul li a {
  padding: 0 !important;
  margin-right: 20px;
}
.footer-widgets .footer-widgets-1 .simple-social-icons ul li:first-child {
  margin: 0 6px 0 0 !important;
}
.footer-widgets .footer-widgets-1 .simple-social-icons ul li a {
  background-color: #999999 !important;
  border-radius: 3px;
  color: #ffffff !important;
  border: 0px #ffffff solid !important;
  font-size: 18px;
  padding: 9px;
}
.footer-widgets .footer-widgets-1 .menu-item > a {
  color: #211F1F;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 0;
  background: #F9E070;
  display: flex;
  height: 55px;
  border-radius: 6px;
  margin: 0;
}
.footer-widgets .footer-widgets-1 .menu-item > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: black;
  margin-left: 8px;
}
.footer-widgets .footer-widgets-1 .menu-item > a:hover {
  background: #F7D126;
  text-decoration: none;
}
.footer-widgets .footer-widgets-1 li.menu-item:first-child a {
  background: white;
}
.footer-widgets .footer-widgets-1 li.menu-item:first-child a:hover {
  background: #E3E3E3;
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets section {
    margin-top: 36px;
  }
  .footer-widgets .footer-widgets-1 {
    font-size: 12px;
    font-weight: 300;
  }
  .footer-widgets .footer-widgets-1 section:first-child {
    margin-bottom: 40px;
  }
  .footer-widgets #menu-footer-buttons {
    display: flex;
    justify-content: space-between;
  }
  .footer-widgets #menu-footer-buttons li {
    flex: 1;
    width: 320px;
  }
  .footer-widgets #menu-footer-buttons li:first-child {
    margin-right: 15px;
  }
  .footer-widgets #menu-footer-buttons ul {
    margin-bottom: 0;
  }
  .footer-widgets .footer-widgets-3 h3 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: -18px;
  }
  .footer-widgets .footer-widgets-3 li {
    margin-bottom: 0;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    columns: 2;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu li {
    display: inline-block;
    width: 100%;
    margin-top: 36px;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu li li {
    margin: unset;
    outline: unset;
    display: flex;
    flex-direction: column;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu .sub-menu {
    text-transform: lowercase;
    text-transform: capitalize;
    font-weight: 300;
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-widgets .wrap > div {
    float: left;
    margin-left: 2.8571428571%;
    width: 31.4285714286%;
  }
  .footer-widgets .wrap > div:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .footer-widgets .wrap {
      display: grid;
      grid-column-gap: 40px;
      grid-template-columns: repeat(3, 1fr);
    }
    .footer-widgets .wrap > div {
      margin-left: 0;
      width: 100%;
    }
    .footer-widgets .wrap header, .footer-widgets .wrap nav, .footer-widgets .wrap aside, .footer-widgets .wrap footer {
      grid-column: 1/-1;
    }
  }
  .footer-widgets .footer-widgets-1 {
    grid-area: 1/1/3/3;
    padding-right: 60px;
  }
  .footer-widgets .footer-widgets-1 section {
    margin-bottom: 40px;
  }
  .footer-widgets .footer-widgets-1 #text-2 {
    font-size: 14px;
  }
  .footer-widgets #nav_menu-2 #menu-footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-widgets #menu-footer-buttons {
    width: 320px;
    display: flex;
    justify-content: flex-start;
  }
  .footer-widgets #menu-footer-buttons li:first-child {
    margin-right: 30px;
  }
  .footer-widgets #menu-footer-buttons .menu-item a {
    padding: 13px 18px;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    columns: 2;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu li {
    display: inline-block;
    width: 100%;
    margin-top: 36px;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu li li {
    margin: unset;
    outline: unset;
    display: flex;
    flex-direction: column;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu .sub-menu {
    text-transform: lowercase;
    text-transform: capitalize;
    font-weight: 300;
    display: block;
  }
  .footer-widgets .footer-widgets-3 h3 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: -18px;
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #211F1F;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  padding: 0;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
.site-footer .cafemedia {
  text-transform: uppercase;
}
.site-footer .backtotop {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.site-footer .backtotop svg {
  fill: #fff;
  margin-left: 4px;
  vertical-align: middle;
}
.site-footer .backtotop:hover {
  background: black;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer .backtotop {
    float: right;
  }
}

/* Constant Contact form
---------------------------------------------------------------------------------------------------- */
.ctct-form-text {
  display: none;
}

.ctct-form-embed.form_0 .ctct-form-defaults {
  /* background-color: #ffffff; */
  background-color: #211f1f !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
  /* color: #323232; */
  color: #fff !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
  /* color: #323232; */
  color: #fff;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  /* color: #ffffff; */
  color: #211f1f !important;
  font-size: 17px;
  font-weight: 700;
  height: 55px;
  border-radius: 6px;
  margin: 0;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  /* background-color: #fbeba1; */
  /* border: 1px solid #fbeba1; */
  background-color: #F7D126 !important;
  border: 1px solid #F7D126 !important;
}

div.ctct-form-embed div.ctct-form-defaults {
  /* color: #323232; */
  /* padding: 24px; */
  color: #fff;
  padding: 0 !important;
}

div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-family: "freight-sans-pro", sans-serif !important;
  font-size: 16px !important;
}

#ctct_form_1 > p:nth-child(2) {
  display: none;
}

.ctct-gdpr-text {
  display: none;
}

#email_address_label_0 {
  display: none;
}



/* Popup Styles */

.pum-theme-dark-theme .pum-container {
	padding: 78px 60px 72px !important;
}

.pum-theme-dark-theme .pum-content + .pum-close {
	height: 80px !important;
	width: 80px !important;
	font-size: 35px !important;
}

.pum-theme-dark-theme .pum-content + .pum-close::before, .pum-theme-dark-theme .pum-content + .pum-close::after {
	content: "";
	background-color: #fff;
	width: 1px;
	height: 1em;
	display: block;
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 50%;
	left: 50%;
	position: absolute;
	transform-origin: center;
}

.pum-theme-dark-theme .pum-content + .pum-close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.pum-theme-dark-theme .pum-content img {
	margin-bottom: 1.1em;
}

.pum-theme-dark-theme .pum-content h2 {
	color: #fff;
	font-size: 62px;
	line-height: 1;
	font-weight: 700;
	margin: -0.05em 0 0.7em;
}

.pum-theme-dark-theme .pum-content h3 {
	color: #f9e070;
	text-transform: uppercase;
	font-size: 40px;
	margin: 0;
	font-weight: 700;
	line-height: 1;
}

.pum-theme-dark-theme .pum-content h4 {
	color: #f9e070;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 1.6em;
}

.pum-theme-dark-theme .pum-content p {
	font-family: "freight-sans-pro", sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 1.2em;
}

.pum-theme-dark-theme .pum-content p strong {
	font-weight: 700;
}
.pum-theme-dark-theme .pum-content p a {
	color: #f9e070;
	text-decoration-color: rgba(249,224,112,0.5);
	transition: text-decoration-color 0.4s;
	overflow: hidden;
	outline: none;
}

.pum-theme-dark-theme .pum-content p a:hover {
	text-decoration: underline;
	text-decoration-color: rgba(249,224,112,1);
}

@media (max-width: 600px) {
	.pum-theme-dark-theme .pum-container {
		padding: 11vw 9vw 10vw !important;
	}
	.pum-theme-dark-theme .pum-content + .pum-close {
		height: 12vw !important;
		width: 11.4vw !important;
		font-size: 5.1vw !important;
	}
	.pum-theme-dark-theme .pum-content img {
		max-width: 68vw !important;
	}
	.pum-theme-dark-theme .pum-content h2 {
		font-size: 9.3vw;
	}
	.pum-theme-dark-theme .pum-content h3 {
		font-size: 6vw;
	}
	.pum-theme-dark-theme .pum-content h4 {
		font-size: 4.2vw;
	}
	.pum-theme-dark-theme .pum-content p {
		font-size: 3.9vw;
	}
}
