@charset "UTF-8";
/*!
Theme Name: First 5 Santa Clara County
Theme URI: http://underscores.me/
Author: Drew Matamales — Websites for Humans
Author URI: https://websitesforhumans.com
Description: A custom-built theme for the First 5 Santa Clara County website.
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: first5-scc
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.

First 5 Santa Clara County 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

--------------------------------------------------------------*/
.has-yellow-color {
  color: #FBAB18;
}

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

.has-blue-color {
  color: #003468;
}

.has-blue-background-color {
  background-color: #003468;
}

.has-green-color {
  color: #9F9A32;
}

.has-green-background-color {
  background-color: #9F9A32;
}

.has-light-teal-color {
  color: #C8CAE4;
}

.has-light-teal-background-color {
  background-color: #C8CAE4;
}

.has-red-color {
  color: #E16C63;
}

.has-red-background-color {
  background-color: #E16C63;
}

.has-sky-blue-color {
  color: #7CCAEA;
}

.has-sky-blue-background-color {
  background-color: #7CCAEA;
}

.has-light-gray-color {
  color: #F1F1F1;
}

.has-light-gray-background-color {
  background-color: #F1F1F1;
}

.has-dark-gray-color {
  color: #6B6B6B;
}

.has-dark-gray-background-color {
  background-color: #6B6B6B;
}

.has-black-color {
  color: #222;
}

.has-black-background-color {
  background-color: #222;
}

/* Button block
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #FBAB18;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #aa6f03;
}
.wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
  color: #FBAB18;
}
.wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
  background-color: #aa6f03;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #003468;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #000102;
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #9F9A32;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #514f1a;
}
.wp-block-button__link.has-light-teal-color:hover, .wp-block-button__link.has-light-teal-color:focus {
  color: #C8CAE4;
}
.wp-block-button__link.has-light-teal-background-color:hover, .wp-block-button__link.has-light-teal-background-color:focus {
  background-color: #8488c2;
}
.wp-block-button__link.has-red-color:hover, .wp-block-button__link.has-red-color:focus {
  color: #E16C63;
}
.wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-red-background-color:focus {
  background-color: #ba2f24;
}
.wp-block-button__link.has-sky-blue-color:hover, .wp-block-button__link.has-sky-blue-color:focus {
  color: #7CCAEA;
}
.wp-block-button__link.has-sky-blue-background-color:hover, .wp-block-button__link.has-sky-blue-background-color:focus {
  background-color: #24a6dc;
}
.wp-block-button__link.has-light-gray-color:hover, .wp-block-button__link.has-light-gray-color:focus {
  color: #F1F1F1;
}
.wp-block-button__link.has-light-gray-background-color:hover, .wp-block-button__link.has-light-gray-background-color:focus {
  background-color: #bebebe;
}
.wp-block-button__link.has-dark-gray-color:hover, .wp-block-button__link.has-dark-gray-color:focus {
  color: #6B6B6B;
}
.wp-block-button__link.has-dark-gray-background-color:hover, .wp-block-button__link.has-dark-gray-background-color:focus {
  background-color: #383838;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #222;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}

/*--------------------------------------------------------------
# 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 {
  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;
  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 {
  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] {
  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 {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "AvenirLTPro", "Avenir", "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 0.5em;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 0.5em;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 34px;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.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%;
}

.is-style-featured-text {
  font-size: 34px;
  font-size: min(max(17px, 1.7708333333vw), 34px);
  font-size: clamp(17px, 1.7708333333vw, 34px);
  font-weight: 200;
}
.is-style-featured-text.with-happy-girl {
  position: relative;
  z-index: 1;
}
.is-style-featured-text.with-happy-girl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fbab18 0%, rgba(155, 82, 224, 0) 100%);
}
.is-style-featured-text.with-happy-girl .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
.is-style-featured-text.with-happy-girl:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url("images/happy-girl.jpg");
  background-size: contain;
  background-position: right;
  background-color: #f5d51a;
  background-repeat: no-repeat;
}
.is-style-featured-text.with-happy-girl .wp-block-group__inner-container {
  padding-right: 17.60416667%;
}
.is-style-featured-text.with-oj-boy {
  position: relative;
}
.is-style-featured-text.with-oj-boy:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url("images/oj-boy.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.is-style-featured-text.with-oj-boy .wp-block-group__inner-container {
  padding-left: 34.01041667%;
}

.big-copy,
.is-style-narrow-copy {
  font-size: 22px;
  font-size: 1.375rem;
}

.faux-category-heading {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.faux-category-heading:first-of-type {
  margin-top: 0;
}

.is-style-font-archer {
  font-family: "HCo Archer SSm", "Archer", "Rockwell", "Courier New", "Courier", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}

.is-style-font-avenir {
  font-family: "AvenirLTPro", "Avenir", "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif;
  font-weight: normal;
}

/* Elements
--------------------------------------------- */
body {
  background: #003468;
  margin-bottom: 0;
}

#page {
  background: #fff;
  overflow-x: hidden;
}

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

.entry-content ul {
  margin-left: 1em;
  padding-left: 0.2em;
}

.w4hs-events-calendar-past + h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.w4hs-events-list .dates,
.w4hs-events-list .dates *,
.w4hs-events-list .time {
  display: inline;
}
.w4hs-events-list:not(.past-events-list) .dates:after {
  content: " | ";
}
.w4hs-events-list .tribe-events-venue-details {
  display: none;
}
.w4hs-events-list .post {
  margin-bottom: 0;
}

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

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

figure {
  margin: 1em 0;
}

.tableauPlaceholder {
  width: 100% !important;
}
.tableauPlaceholder iframe {
  margin: 0 auto !important;
}

.has-blue-background-color a {
  color: inherit;
}

.fullwidth {
  width: 100%;
}

.image-slider .slide {
  height: 774px;
  height: min(max(387px, 40.3125vw), 774px);
  height: clamp(387px, 40.3125vw, 774px);
}

.image-slider .flickity-page-dots {
  bottom: -50px;
}
.image-slider .flickity-page-dots .dot {
  background: #6B6B6B;
  width: 15px;
  height: 15px;
  transition: 0.2s all;
  transform: scale(1);
  cursor: pointer;
  opacity: 1;
}
.image-slider .flickity-page-dots .dot:not(.is-selected):hover {
  transform: scale(1.1);
}
.image-slider .flickity-page-dots .dot:not(.is-selected):active {
  transform: scale(1.2);
}
.image-slider .flickity-page-dots .dot.is-selected {
  background: #FBAB18;
  cursor: default;
}

.med-margin-bottom {
  margin-bottom: 100px;
  margin-bottom: min(max(50px, 5.2083333333vw), 100px);
  margin-bottom: clamp(50px, 5.2083333333vw, 100px);
}

.no-padding {
  padding: 0 !important;
}

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

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

.with-spillover-top {
  margin-top: -41.5px;
  margin-top: min(max(-83px, -4.3229166667vw), -41.5px);
  margin-top: clamp(-83px, -4.3229166667vw, -41.5px);
}

.with-spillover-bottom {
  margin-bottom: -41.5px;
  margin-bottom: min(max(-83px, -4.3229166667vw), -41.5px);
  margin-bottom: clamp(-83px, -4.3229166667vw, -41.5px);
  position: relative;
}
.with-spillover-bottom + .is-style-featured-text {
  padding-top: 198px;
  padding-top: min(max(99px, 10.3125vw), 198px);
  padding-top: clamp(99px, 10.3125vw, 198px);
}

.image-slider .slide .slide-caption,
.image-slider .slide .image-overlay {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .image-slider .slide .slide-caption,
.image-slider .slide .image-overlay {
    width: 100%;
  }
}
.image-slider .slide .image-overlay {
  opacity: 0.4;
  transition: 0.75s all;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #4F88C0;
  mix-blend-mode: multiply;
}
.image-slider .slide.is-selected .image-overlay {
  opacity: 1;
}
.image-slider .slide .slide-caption {
  transform: translate(30px);
  transition: 0.75s all;
  opacity: 0;
  color: white;
  font-weight: 300;
  font-size: 36px;
  font-size: min(max(18px, 1.875vw), 36px);
  font-size: clamp(18px, 1.875vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 180px;
  padding-left: min(max(36px, 9.375vw), 180px);
  padding-left: clamp(36px, 9.375vw, 180px);
  padding-right: 58px;
  padding-right: min(max(11.6px, 3.0208333333vw), 58px);
  padding-right: clamp(11.6px, 3.0208333333vw, 58px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.image-slider .slide .slide-caption h2 {
  font-family: "HCo Archer SSm", "Archer", "Rockwell", "Courier New", "Courier", Georgia, Times, "Times New Roman", serif;
  color: white;
  font-size: 64px;
  font-size: min(max(32px, 3.3333333333vw), 64px);
  font-size: clamp(32px, 3.3333333333vw, 64px);
  text-transform: uppercase;
  margin: 0.4em 0 0.4em;
  line-height: 1.3;
}
.image-slider .slide .slide-caption a {
  font-weight: normal;
  text-decoration: none;
  color: white;
  font-size: 24px;
  font-size: min(max(12px, 1.25vw), 24px);
  font-size: clamp(12px, 1.25vw, 24px);
}
.image-slider .slide .slide-caption a:hover {
  color: yellow;
}
.image-slider .slide.is-selected .slide-caption {
  transform: translate(0);
  opacity: 1;
}

.is-style-navbox-basic {
  border: 1px solid #FBAB18;
}
.is-style-navbox-basic:not(:last-child) {
  margin-bottom: 40px;
}
.is-style-navbox-basic h3 {
  font-family: "HCo Archer SSm", "Archer", "Rockwell", "Courier New", "Courier", Georgia, Times, "Times New Roman", serif;
  background-color: #FBAB18;
  color: white;
  margin-left: 0;
  margin-right: 36px;
  margin-right: min(max(18px, 1.875vw), 36px);
  margin-right: clamp(18px, 1.875vw, 36px);
  padding-top: 25px;
  padding-top: min(max(12.5px, 1.3020833333vw), 25px);
  padding-top: clamp(12.5px, 1.3020833333vw, 25px);
  padding-bottom: 25px;
  padding-bottom: min(max(12.5px, 1.3020833333vw), 25px);
  padding-bottom: clamp(12.5px, 1.3020833333vw, 25px);
  padding-left: 36px;
  padding-left: min(max(18px, 1.875vw), 36px);
  padding-left: clamp(18px, 1.875vw, 36px);
  padding-right: 36px;
  padding-right: min(max(18px, 1.875vw), 36px);
  padding-right: clamp(18px, 1.875vw, 36px);
  margin-top: 0.5em;
  position: relative;
  z-index: 5;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
}
.is-style-navbox-basic .wp-block-group__inner-container > *:not(h3) {
  margin-left: 36px;
  margin-left: min(max(18px, 1.875vw), 36px);
  margin-left: clamp(18px, 1.875vw, 36px);
  margin-right: 36px;
  margin-right: min(max(18px, 1.875vw), 36px);
  margin-right: clamp(18px, 1.875vw, 36px);
}
.is-style-navbox-basic .wp-block-group__inner-container h4 {
  font-weight: bold;
  font-size: 21px;
}

.is-style-colorsplash-nav {
  margin-bottom: 115px;
  margin-bottom: min(max(57.5px, 5.9895833333vw), 115px);
  margin-bottom: clamp(57.5px, 5.9895833333vw, 115px);
}
.is-style-colorsplash-nav .wp-block-columns {
  margin-bottom: 0;
}
.is-style-colorsplash-nav .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.is-style-colorsplash-nav .wp-block-columns .wp-block-column {
  position: relative;
}
.is-style-colorsplash-nav .wp-block-columns .wp-block-column:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FBAB18;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}
.is-style-colorsplash-nav .wp-block-columns .wp-block-column:hover:after {
  opacity: 1;
}
.is-style-colorsplash-nav .wp-block-cover,
.is-style-colorsplash-nav .wp-block-cover-image {
  width: 100%;
  min-height: 396px;
  min-height: min(max(198px, 20.625vw), 396px);
  min-height: clamp(198px, 20.625vw, 396px);
  filter: grayscale(100%);
}
.is-style-colorsplash-nav p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: 36px;
  font-size: min(max(18px, 1.875vw), 36px);
  font-size: clamp(18px, 1.875vw, 36px);
}
.is-style-colorsplash-nav a {
  text-decoration: none;
  color: inherit !important;
  display: block;
}
.is-style-colorsplash-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 25px;
  }
}
.frm_forms .frm_form_field .frm_checkbox label,
.frm_forms .frm_form_field .frm_checkbox + .frm_checkbox label,
.frm_forms .frm_form_field .frm_radio label,
.frm_forms .frm_form_field .frm_radio + .frm_radio label {
  font-size: inherit;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.frm_forms .frm_form_field .frm_checkbox label input[type=radio],
.frm_forms .frm_form_field .frm_checkbox label input[type=checkbox],
.frm_forms .frm_form_field .frm_checkbox + .frm_checkbox label input[type=radio],
.frm_forms .frm_form_field .frm_checkbox + .frm_checkbox label input[type=checkbox],
.frm_forms .frm_form_field .frm_radio label input[type=radio],
.frm_forms .frm_form_field .frm_radio label input[type=checkbox],
.frm_forms .frm_form_field .frm_radio + .frm_radio label input[type=radio],
.frm_forms .frm_form_field .frm_radio + .frm_radio label input[type=checkbox] {
  vertical-align: top;
}

.newsletter-signup h2 {
  margin-top: 0;
  font-family: "HCo Archer SSm", "Archer", "Rockwell", "Courier New", "Courier", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 36px;
  color: #6B6B6B;
}
.newsletter-signup .frm_fields_container {
  display: block;
  grid-gap: 0;
}
.newsletter-signup .frm_fields_container .frm_form_field {
  flex: 1;
}
.newsletter-signup .frm_fields_container .frm_form_field#frm_field_6_container {
  flex: 1.5;
}
.newsletter-signup .frm_forms label {
  display: none;
}
.newsletter-signup .caldera-grid .form-group input.btn-default,
.newsletter-signup .caldera-grid .frm_submit button,
.newsletter-signup .frm_forms .form-group input.btn-default,
.newsletter-signup .frm_forms .frm_submit button {
  background-color: #6B6B6B;
  border: 1.5px solid #6B6B6B;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s all;
}
.newsletter-signup .caldera-grid .form-group input.btn-default, .newsletter-signup .caldera-grid .form-group input.btn-default:hover, .newsletter-signup .caldera-grid .form-group input.btn-default:active, .newsletter-signup .caldera-grid .form-group input.btn-default:focus,
.newsletter-signup .caldera-grid .frm_submit button,
.newsletter-signup .caldera-grid .frm_submit button:hover,
.newsletter-signup .caldera-grid .frm_submit button:active,
.newsletter-signup .caldera-grid .frm_submit button:focus,
.newsletter-signup .frm_forms .form-group input.btn-default,
.newsletter-signup .frm_forms .form-group input.btn-default:hover,
.newsletter-signup .frm_forms .form-group input.btn-default:active,
.newsletter-signup .frm_forms .form-group input.btn-default:focus,
.newsletter-signup .frm_forms .frm_submit button,
.newsletter-signup .frm_forms .frm_submit button:hover,
.newsletter-signup .frm_forms .frm_submit button:active,
.newsletter-signup .frm_forms .frm_submit button:focus {
  border-radius: 0 !important;
  cursor: pointer;
  color: white;
}
.newsletter-signup .caldera-grid .form-group input.btn-default:hover, .newsletter-signup .caldera-grid .form-group input.btn-default:focus,
.newsletter-signup .caldera-grid .frm_submit button:hover,
.newsletter-signup .caldera-grid .frm_submit button:focus,
.newsletter-signup .frm_forms .form-group input.btn-default:hover,
.newsletter-signup .frm_forms .form-group input.btn-default:focus,
.newsletter-signup .frm_forms .frm_submit button:hover,
.newsletter-signup .frm_forms .frm_submit button:focus {
  background-color: #003468;
  border-color: #003468;
}
.newsletter-signup .caldera-grid .form-group input.btn-default:active,
.newsletter-signup .caldera-grid .frm_submit button:active,
.newsletter-signup .frm_forms .form-group input.btn-default:active,
.newsletter-signup .frm_forms .frm_submit button:active {
  background-color: #001021;
  border-color: #001021;
}
.newsletter-signup .caldera-grid .form-group input.btn-default:focus,
.newsletter-signup .caldera-grid .frm_submit button:focus,
.newsletter-signup .frm_forms .form-group input.btn-default:focus,
.newsletter-signup .frm_forms .frm_submit button:focus {
  outline: 2px solid #FBAB18;
}
.newsletter-signup .caldera-grid .frm_submit,
.newsletter-signup .frm_forms .frm_submit {
  display: flex;
}
.newsletter-signup .caldera-grid .frm_submit button,
.newsletter-signup .frm_forms .frm_submit button {
  margin: 0;
}
.newsletter-signup .caldera-grid .form-group input,
.newsletter-signup .caldera-grid .frm_form_field input,
.newsletter-signup .frm_forms .form-group input,
.newsletter-signup .frm_forms .frm_form_field input {
  border-radius: 0;
  border: 1.5px solid #6B6B6B;
  font-size: 18px;
  color: #6B6B6B;
  padding: 20px 30px;
  height: auto;
  font-weight: 400;
}
.newsletter-signup .caldera-grid .form-group input:focus,
.newsletter-signup .caldera-grid .frm_form_field input:focus,
.newsletter-signup .frm_forms .form-group input:focus,
.newsletter-signup .frm_forms .frm_form_field input:focus {
  position: relative;
  outline: 2px solid #FBAB18;
}
.newsletter-signup .caldera-grid .frm_form_field,
.newsletter-signup .frm_forms .frm_form_field {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .newsletter-signup .caldera-grid .frm_fields_container > .first_col, .newsletter-signup .caldera-grid .frm_fields_container > .frm_first,
.newsletter-signup .frm_forms .frm_fields_container > .first_col,
.newsletter-signup .frm_forms .frm_fields_container > .frm_first {
    flex: 2;
  }
  .newsletter-signup .caldera-grid .frm_fields_container > .first_col input, .newsletter-signup .caldera-grid .frm_fields_container > .frm_first input,
.newsletter-signup .frm_forms .frm_fields_container > .first_col input,
.newsletter-signup .frm_forms .frm_fields_container > .frm_first input {
    border-bottom: 0 none transparent;
  }
  .newsletter-signup .caldera-grid .frm_fields_container .frm_submit button,
.newsletter-signup .frm_forms .frm_fields_container .frm_submit button {
    flex: 1;
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .newsletter-signup .caldera-grid .frm_fields_container,
.newsletter-signup .frm_forms .frm_fields_container {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
  .newsletter-signup .caldera-grid .frm_fields_container > *:not(input[type=hidden]),
.newsletter-signup .frm_forms .frm_fields_container > *:not(input[type=hidden]) {
    width: auto;
    padding: 0;
  }
  .newsletter-signup .caldera-grid .frm_fields_container > .first_col, .newsletter-signup .caldera-grid .frm_fields_container > .frm_first,
.newsletter-signup .frm_forms .frm_fields_container > .first_col,
.newsletter-signup .frm_forms .frm_fields_container > .frm_first {
    flex: 2;
  }
  .newsletter-signup .caldera-grid .frm_fields_container > .first_col input, .newsletter-signup .caldera-grid .frm_fields_container > .frm_first input,
.newsletter-signup .frm_forms .frm_fields_container > .first_col input,
.newsletter-signup .frm_forms .frm_fields_container > .frm_first input {
    border-right: 0 none transparent;
  }
  .newsletter-signup .caldera-grid .frm_fields_container > *:nth-child(2),
.newsletter-signup .frm_forms .frm_fields_container > *:nth-child(2) {
    flex: 1;
  }
}
.newsletter-signup .mc4wp-form-fields p {
  display: flex;
}
@media screen and (max-width: 750px) {
  .newsletter-signup .mc4wp-form-fields p {
    flex-direction: column;
  }
}
.newsletter-signup .mc4wp-form-fields p > * {
  border-radius: 0;
  border: 1.5px solid #6B6B6B;
  font-size: 18px;
  color: #6B6B6B;
  padding: 20px 30px;
}
.newsletter-signup .mc4wp-form-fields p > *:first-child {
  flex: 2;
}
@media screen and (min-width: 751px) {
  .newsletter-signup .mc4wp-form-fields p > *:first-child {
    border-right: 0 none transparent;
  }
}
@media screen and (max-width: 750px) {
  .newsletter-signup .mc4wp-form-fields p > *:first-child {
    border-bottom: 0 none transparent;
  }
}
.newsletter-signup .mc4wp-form-fields p > *:nth-child(2) {
  flex: 1;
}
.newsletter-signup .mc4wp-form-fields p > *:last-child {
  background-color: #6B6B6B;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s all;
}
.newsletter-signup .mc4wp-form-fields p > *:last-child:hover, .newsletter-signup .mc4wp-form-fields p > *:last-child:active, .newsletter-signup .mc4wp-form-fields p > *:last-child:focus {
  border-radius: 0 !important;
  cursor: pointer;
}
.newsletter-signup .mc4wp-form-fields p > *:last-child:hover {
  background-color: #003468;
}
.newsletter-signup .mc4wp-form-fields p > *:last-child:active {
  background-color: #001021;
}

.more-resources {
  font-size: 18px;
}
.more-resources h4 {
  font-size: 22px;
}
.more-resources a {
  text-decoration-color: transparent;
}
.more-resources a:hover {
  text-decoration-color: inherit;
  color: #FBAB18;
}
.more-resources a:active {
  text-decoration-color: inherit;
  color: #eb9a04;
}

.is-style-featured-text .wp-block-group__inner-container,
.is-style-covernav .wp-block-group__inner-container {
  padding-top: 115px;
  padding-top: min(max(57.5px, 5.9895833333vw), 115px);
  padding-top: clamp(57.5px, 5.9895833333vw, 115px);
  padding-bottom: 115px;
  padding-bottom: min(max(57.5px, 5.9895833333vw), 115px);
  padding-bottom: clamp(57.5px, 5.9895833333vw, 115px);
}
.is-style-featured-text.no-padding-left-right .wp-block-group__inner-container > *,
.is-style-covernav.no-padding-left-right .wp-block-group__inner-container > * {
  padding-left: 0;
  padding-right: 0;
}

.is-style-featured-image-nav .wp-block-embed,
.is-style-featured-image-nav .wp-block-embed .wp-block-embed__wrapper,
.is-style-featured-image-nav .wp-block-embed .wp-block-embed__wrapper iframe {
  height: 100%;
}
.is-style-featured-image-nav .wp-block-embed {
  margin: 0;
}

.is-style-narrow-copy .wp-block-group__inner-container {
  padding-top: 150px;
  padding-top: min(max(75px, 7.8125vw), 150px);
  padding-top: clamp(75px, 7.8125vw, 150px);
  padding-bottom: 150px;
  padding-bottom: min(max(75px, 7.8125vw), 150px);
  padding-bottom: clamp(75px, 7.8125vw, 150px);
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 793px;
  margin-left: auto;
  margin-right: auto;
}
.is-style-narrow-copy .wp-block-group__inner-container > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is-style-narrow-copy .wp-block-group__inner-container > ul {
  padding-left: 0.9em !important;
}

.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.media-slider-inner {
  padding-bottom: 115px;
  padding-bottom: min(max(57.5px, 5.9895833333vw), 115px);
  padding-bottom: clamp(57.5px, 5.9895833333vw, 115px);
}

.is-style-covernav {
  color: white;
}
.is-style-covernav .wp-block-cover {
  padding: 51px;
  min-height: 0;
}
.is-style-covernav .wp-block-cover:not(:first-child) {
  margin-top: 25px;
}
.is-style-covernav .wp-block-cover:after {
  content: "";
  border: 1px solid #FBAB18;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  min-height: 0;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.is-style-covernav .wp-block-cover .wp-block-cover__inner-container .wp-block-columns {
  margin-bottom: 0;
}
.is-style-covernav h4 a {
  color: #FBAB18;
  text-decoration-color: currentColor;
}
.is-style-covernav h4 a:hover, .is-style-covernav h4 a:focus {
  color: #003468;
}
.is-style-covernav h4 a:active {
  color: #002244;
}
.is-style-covernav > div > .wp-block-columns {
  font-size: 14px;
}
@media (min-width: 782px) {
  .is-style-covernav > div > .wp-block-columns .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 35px;
  }
}
.is-style-covernav > div > .wp-block-columns .wp-block-column.is-style-stack-vertical {
  display: flex;
  flex-direction: column;
}
.is-style-covernav > div > .wp-block-columns .wp-block-column.is-style-stack-vertical .wp-block-column h2 {
  margin-right: -25px;
}
.is-style-covernav > div > .wp-block-columns .wp-block-column.is-style-stack-vertical .wp-block-cover {
  height: auto;
}
.is-style-covernav > div > .wp-block-columns h2 {
  font-family: "HCo Archer SSm", "Archer", "Rockwell", "Courier New", "Courier", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  background-color: #FBAB18;
  display: inline-block;
  margin-left: -25px;
  padding: 5px 25px;
  line-height: 1.1666666667;
}
.is-style-covernav > div > .wp-block-columns h2 small {
  font-weight: 300;
  font-size: 69.54166667%;
}
.is-style-covernav > div > .wp-block-columns h4 {
  font-size: 21px;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .is-style-covernav > div > .wp-block-columns {
    flex-direction: column;
  }
  .is-style-covernav > div > .wp-block-columns > .wp-block-column {
    margin-left: 0;
  }
  .is-style-covernav > div > .wp-block-columns > .wp-block-column:not(:last-child) {
    margin-bottom: 25px;
  }
}

.wp-block-embed.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-embed iframe {
  width: 100%;
  height: 55.7vw;
}

.media-slider .slide-caption {
  display: flex;
}
.media-slider .slide-caption > div:first-child {
  flex: 1;
}
.media-slider .slide-caption > div:first-child:not(:only-child) {
  padding-right: 114px;
  padding-right: min(max(57px, 5.9375vw), 114px);
  padding-right: clamp(57px, 5.9375vw, 114px);
}
.media-slider .slide-caption > div:last-child:not(:only-child) {
  align-self: flex-end;
}
.media-slider .slide-caption p {
  font-weight: bold;
  font-size: 18px;
  font-size: min(max(9px, 0.9375vw), 18px);
  font-size: clamp(9px, 0.9375vw, 18px);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.media-slider .slide-caption p:last-child {
  text-align: right;
}
.media-slider .slide-caption p a.button {
  display: inline-block;
  padding-top: 14px;
  padding-top: min(max(7px, 0.7291666667vw), 14px);
  padding-top: clamp(7px, 0.7291666667vw, 14px);
  padding-bottom: 14px;
  padding-bottom: min(max(7px, 0.7291666667vw), 14px);
  padding-bottom: clamp(7px, 0.7291666667vw, 14px);
  padding-left: 20px;
  padding-left: min(max(10px, 1.0416666667vw), 20px);
  padding-left: clamp(10px, 1.0416666667vw, 20px);
  padding-right: 20px;
  padding-right: min(max(10px, 1.0416666667vw), 20px);
  padding-right: clamp(10px, 1.0416666667vw, 20px);
  border: 1px solid #222;
  color: #222;
  font-size: 24px;
  font-size: min(max(12px, 1.25vw), 24px);
  font-size: clamp(12px, 1.25vw, 24px);
  font-weight: 400;
  text-decoration: none;
}
.media-slider .slide-caption p a.button:hover {
  background-color: #222;
  color: white;
}
.media-slider .slide-caption p a.button:active {
  background-color: #003468;
  color: white;
}
.media-slider .slide-caption h2 {
  font-weight: 300;
  font-size: 48px;
  font-size: min(max(24px, 2.5vw), 48px);
  font-size: clamp(24px, 2.5vw, 48px);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  min-height: 2.2em;
}

.media-slider .slide-caption,
.media-slider .flickity-page-dots {
  padding-left: 140px;
  padding-left: min(max(70px, 7.2916666667vw), 140px);
  padding-left: clamp(70px, 7.2916666667vw, 140px);
  padding-right: 140px;
  padding-right: min(max(70px, 7.2916666667vw), 140px);
  padding-right: clamp(70px, 7.2916666667vw, 140px);
  max-width: 1562px;
  margin-top: 77px;
  margin-top: min(max(38.5px, 4.0104166667vw), 77px);
  margin-top: clamp(38.5px, 4.0104166667vw, 77px);
  margin-left: auto;
  margin-right: auto;
}

.is-style-portrait-nav,
.is-style-landscape-nav {
  font-size: 14px;
}
.is-style-portrait-nav h3,
.is-style-landscape-nav h3 {
  font-size: 25px;
  font-weight: 600;
}
.is-style-portrait-nav h4,
.is-style-landscape-nav h4 {
  font-size: 21px;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  padding-bottom: 18px;
  padding-bottom: min(max(9px, 0.9375vw), 18px);
  padding-bottom: clamp(9px, 0.9375vw, 18px);
}

.wp-block-columns.equal-column-heights > * > * {
  height: 100%;
  position: relative;
}

.wp-block-columns.equal-column-heights > * {
  justify-content: stretch;
}

@media (min-width: 782px) {
  .is-style-landscape-nav .wp-block-column:not(:first-child) {
    margin-left: 50px;
    margin-left: min(max(25px, 2.6041666667vw), 50px);
    margin-left: clamp(25px, 2.6041666667vw, 50px);
  }
}
.is-style-landscape-nav .wp-block-group__inner-container {
  position: relative;
  display: flex;
  align-content: stretch;
  height: 100%;
}
.is-style-landscape-nav .wp-block-cover {
  min-height: 372px;
  min-height: min(max(186px, 19.375vw), 372px);
  min-height: clamp(186px, 19.375vw, 372px);
}
.is-style-landscape-nav .wp-block-columns {
  margin-bottom: 0;
}
.is-style-landscape-nav .wp-block-columns .wp-block-column:nth-child(2) {
  padding-top: 26px;
  padding-bottom: 96px;
}
.is-style-landscape-nav h3 {
  margin-top: 0;
  padding: 10px 20px;
  margin-left: -20px;
}
.is-style-landscape-nav p, .is-style-landscape-nav h4 {
  padding-right: 20px;
}
.is-style-landscape-nav h4 {
  display: block;
  left: 0;
  right: 0;
  text-align: right;
}

.is-style-portrait-nav > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  padding-bottom: 108px;
  padding-bottom: min(max(54px, 5.625vw), 108px);
  padding-bottom: clamp(54px, 5.625vw, 108px);
}
.is-style-portrait-nav > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > *:not(h3) {
  margin-left: 36px;
  margin-left: min(max(18px, 1.875vw), 36px);
  margin-left: clamp(18px, 1.875vw, 36px);
  margin-right: 36px;
  margin-right: min(max(18px, 1.875vw), 36px);
  margin-right: clamp(18px, 1.875vw, 36px);
}
.is-style-portrait-nav > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > .wp-block-cover {
  min-height: 390px;
  min-height: min(max(195px, 20.3125vw), 390px);
  min-height: clamp(195px, 20.3125vw, 390px);
  margin-left: 0;
}
.is-style-portrait-nav h3 {
  margin-left: 0;
  margin-right: 36px;
  margin-right: min(max(18px, 1.875vw), 36px);
  margin-right: clamp(18px, 1.875vw, 36px);
  padding-left: 36px;
  padding-left: min(max(18px, 1.875vw), 36px);
  padding-left: clamp(18px, 1.875vw, 36px);
  padding-right: 36px;
  padding-right: min(max(18px, 1.875vw), 36px);
  padding-right: clamp(18px, 1.875vw, 36px);
  margin-top: -1.5em;
  position: relative;
  z-index: 5;
  display: inline-block;
}

.is-style-image-infobox {
  font-size: 13px;
  min-height: 300px;
}
.is-style-image-infobox,
.is-style-image-infobox h3 {
  font-weight: 300;
}
.is-style-image-infobox h3 {
  font-size: 18px;
}
.is-style-image-infobox h2 {
  margin-top: 82px;
  margin-top: min(max(41px, 4.2708333333vw), 82px);
  margin-top: clamp(41px, 4.2708333333vw, 82px);
  margin-bottom: 82px;
  margin-bottom: min(max(41px, 4.2708333333vw), 82px);
  margin-bottom: clamp(41px, 4.2708333333vw, 82px);
  font-weight: 400;
}
.is-style-image-infobox p:empty {
  display: none;
}
.is-style-image-infobox > .wp-block-group__inner-container > .wp-block-columns {
  margin-bottom: 0;
}
.is-style-image-infobox > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
  padding-left: 60px;
  padding-left: min(max(30px, 3.125vw), 60px);
  padding-left: clamp(30px, 3.125vw, 60px);
  padding-right: 60px;
  padding-right: min(max(30px, 3.125vw), 60px);
  padding-right: clamp(30px, 3.125vw, 60px);
  padding-top: 50px;
  padding-top: min(max(25px, 2.6041666667vw), 50px);
  padding-top: clamp(25px, 2.6041666667vw, 50px);
}
.is-style-image-infobox > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
}
.is-style-image-infobox > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-columns .wp-block-column p:last-child {
  flex: 1;
  align-items: flex-end;
  display: flex;
}
.is-style-image-infobox > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-columns .wp-block-column p:last-child a {
  text-decoration-color: inherit;
}

.address-box {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding-top: 60px;
  padding-top: min(max(30px, 3.125vw), 60px);
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: 60px;
  padding-bottom: min(max(30px, 3.125vw), 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  margin-bottom: 40px;
  margin-bottom: min(max(20px, 2.0833333333vw), 40px);
  margin-bottom: clamp(20px, 2.0833333333vw, 40px);
}
.address-box h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-size: min(max(18px, 1.875vw), 36px);
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 500;
}
.address-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-size: min(max(14px, 1.4583333333vw), 28px);
  font-size: clamp(14px, 1.4583333333vw, 28px);
}

.is-style-image-infobox-fullwidth-container {
  overflow: hidden;
  font-size: 0;
}
.is-style-image-infobox-fullwidth-container .is-style-image-infobox {
  font-size: 13px;
}
.is-style-image-infobox-fullwidth-container .is-style-image-infobox .wp-block-columns .wp-block-column:first-child {
  padding-left: 0;
}
.is-style-image-infobox-fullwidth-container .is-style-image-infobox .wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
}
.is-style-image-infobox-fullwidth-container .is-style-image-infobox .wp-block-column.no-padding > * {
  width: 50vw;
}
.is-style-image-infobox-fullwidth-container .is-style-image-infobox .wp-block-column.no-padding .wp-block-uagb-google-map {
  font-size: 0;
  height: calc(100% + 1px) !important;
}
.is-style-image-infobox-fullwidth-container .is-style-image-infobox .wp-block-column.no-padding .wp-block-uagb-google-map iframe {
  height: 100% !important;
}

.mini-cta > div {
  display: flex;
  border-bottom: 1px solid currentColor;
}
.mini-cta > div > *:first-child {
  flex: 1;
}
.mini-cta > div > *:last-child {
  flex: 1;
  align-self: flex-end;
  text-align: right;
}

.media-slider .flickity-page-dots {
  display: flex;
  position: static;
}
.media-slider .flickity-page-dots li.dot {
  flex: 1;
  border-radius: 0;
  background-color: #F1F1F1;
  margin: 0 15px;
  opacity: 100%;
  transition: 0.2s all;
  position: relative;
}
.media-slider .flickity-page-dots li.dot:before {
  content: "";
  position: absolute;
  top: -11px;
  bottom: -11px;
  left: 0;
  right: 0;
}
.media-slider .flickity-page-dots li.dot:hover {
  background-color: #dfdfdf;
}
.media-slider .flickity-page-dots li.dot.is-selected {
  background-color: #003468;
  cursor: default;
}
.media-slider .flickity-page-dots li.dot:first-child {
  margin-left: 0;
  transform-origin: left;
}
.media-slider .flickity-page-dots li.dot:last-child {
  margin-right: 0;
  transform-origin: right;
}

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

/* Links
--------------------------------------------- */
a {
  color: #FBAB18;
  transition: 0.2s all;
}
a:visited {
  color: #FBAB18;
}
a:hover, a:focus {
  color: #003468;
}
a:active {
  color: #002244;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.is-style-covernav a,
.is-style-image-infobox a {
  color: inherit;
  text-decoration-color: transparent;
}
.is-style-covernav a:hover, .is-style-covernav a:focus,
.is-style-image-infobox a:hover,
.is-style-image-infobox a:focus {
  color: #FBAB18;
  text-decoration-color: currentColor;
}
.is-style-covernav a:active,
.is-style-image-infobox a:active {
  color: #003468;
}

.has-yellow-background-color a,
.has-yellow-background-color .is-style-image-infobox a {
  color: inherit;
}
.has-yellow-background-color a:hover, .has-yellow-background-color a:focus,
.has-yellow-background-color .is-style-image-infobox a:hover,
.has-yellow-background-color .is-style-image-infobox a:focus {
  color: #003468;
  text-decoration-color: currentColor;
}
.has-yellow-background-color a:active,
.has-yellow-background-color .is-style-image-infobox a:active {
  color: #002244;
}

/* 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
--------------------------------------------- */
footer#colophon {
  background-color: #003468;
}
footer#colophon .site-info {
  display: flex;
  color: white;
  font-size: 16px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}
footer#colophon .site-info ul.w4hs-social-icons {
  margin-right: -10px;
}
footer#colophon .site-info ul.w4hs-social-icons svg {
  height: auto;
  width: 42px;
}
footer#colophon .site-info a {
  color: inherit;
  text-decoration-color: transparent;
}
footer#colophon .site-info a:hover {
  color: #FBAB18;
  text-decoration-color: inherit;
}
footer#colophon .site-info > * > *:last-child {
  margin-bottom: 0;
}
footer#colophon .site-info .col-1 {
  flex: 1;
  text-align: left;
}
footer#colophon .site-info .col-1 svg {
  width: 227px;
}
footer#colophon .site-info .col-2 {
  flex: 2;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
footer#colophon .site-info .col-3 {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 900px) {
  footer#colophon .site-info {
    flex-direction: column;
  }
  footer#colophon .site-info > div {
    flex: 1;
  }
}

#masthead {
  height: clamp(50px, 5.2083333333vw, 100px);
  background: #FBAB18;
  width: 100%;
  display: flex;
  align-items: stretch;
}

#masthead-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  position: relative;
}

#masthead-inner > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.w4hs-pagination,
html body #page .w4hs-pagination,
html body #page #primary #main .entry-content .w4hs-pagination {
  display: flex;
  line-height: 1;
  color: #6B6B6B;
}
.w4hs-pagination > *:first-child,
html body #page .w4hs-pagination > *:first-child,
html body #page #primary #main .entry-content .w4hs-pagination > *:first-child {
  padding-left: 0 !important;
}
.w4hs-pagination > *:last-child,
html body #page .w4hs-pagination > *:last-child,
html body #page #primary #main .entry-content .w4hs-pagination > *:last-child {
  padding-right: 0 !important;
}
.w4hs-pagination .current,
html body #page .w4hs-pagination .current,
html body #page #primary #main .entry-content .w4hs-pagination .current {
  font-weight: bold;
}
.w4hs-pagination a,
.w4hs-pagination span,
html body #page .w4hs-pagination a,
html body #page .w4hs-pagination span,
html body #page #primary #main .entry-content .w4hs-pagination a,
html body #page #primary #main .entry-content .w4hs-pagination span {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-top: 35px;
  margin-bottom: 35px;
  transition: 0.2s all;
}
.w4hs-pagination a:after,
.w4hs-pagination span:after,
html body #page .w4hs-pagination a:after,
html body #page .w4hs-pagination span:after,
html body #page #primary #main .entry-content .w4hs-pagination a:after,
html body #page #primary #main .entry-content .w4hs-pagination span:after {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  bottom: -15px;
  left: 0;
}
.w4hs-pagination a,
html body #page .w4hs-pagination a,
html body #page #primary #main .entry-content .w4hs-pagination a {
  text-decoration-color: transparent;
}
.w4hs-pagination a:hover,
html body #page .w4hs-pagination a:hover,
html body #page #primary #main .entry-content .w4hs-pagination a:hover {
  color: #003468;
}
.w4hs-pagination a:active,
html body #page .w4hs-pagination a:active,
html body #page #primary #main .entry-content .w4hs-pagination a:active {
  color: #005ab5;
}
.w4hs-pagination span,
html body #page .w4hs-pagination span,
html body #page #primary #main .entry-content .w4hs-pagination span {
  color: #6B6B6B;
}
.w4hs-pagination span.item-count,
html body #page .w4hs-pagination span.item-count,
html body #page #primary #main .entry-content .w4hs-pagination span.item-count {
  color: inherit;
  text-transform: none;
  flex: 1;
  text-align: right;
  padding: 0 20px;
}
.w4hs-pagination .first,
html body #page .w4hs-pagination .first,
html body #page #primary #main .entry-content .w4hs-pagination .first {
  padding-left: 20px;
  padding-right: 20px;
}
.w4hs-pagination .last,
html body #page .w4hs-pagination .last,
html body #page #primary #main .entry-content .w4hs-pagination .last {
  padding-left: 20px;
  padding-right: 20px;
}
.w4hs-pagination .next,
.w4hs-pagination .prev,
.w4hs-pagination .number,
.w4hs-pagination .ellipse,
html body #page .w4hs-pagination .next,
html body #page .w4hs-pagination .prev,
html body #page .w4hs-pagination .number,
html body #page .w4hs-pagination .ellipse,
html body #page #primary #main .entry-content .w4hs-pagination .next,
html body #page #primary #main .entry-content .w4hs-pagination .prev,
html body #page #primary #main .entry-content .w4hs-pagination .number,
html body #page #primary #main .entry-content .w4hs-pagination .ellipse {
  padding-left: 20px;
  padding-right: 20px;
}
.w4hs-pagination .prev + .number,
.w4hs-pagination .ellipse + .number,
html body #page .w4hs-pagination .prev + .number,
html body #page .w4hs-pagination .ellipse + .number,
html body #page #primary #main .entry-content .w4hs-pagination .prev + .number,
html body #page #primary #main .entry-content .w4hs-pagination .ellipse + .number {
  border-left: 1px solid #6B6B6B;
}
.w4hs-pagination .number,
html body #page .w4hs-pagination .number,
html body #page #primary #main .entry-content .w4hs-pagination .number {
  border-right: 1px solid #6B6B6B;
}
.w4hs-pagination .prev + .ellipse,
.w4hs-pagination .ellipse + .next,
html body #page .w4hs-pagination .prev + .ellipse,
html body #page .w4hs-pagination .ellipse + .next,
html body #page #primary #main .entry-content .w4hs-pagination .prev + .ellipse,
html body #page #primary #main .entry-content .w4hs-pagination .ellipse + .next {
  padding-left: 0;
}
.w4hs-pagination .number:nth-last-child(2),
html body #page .w4hs-pagination .number:nth-last-child(2),
html body #page #primary #main .entry-content .w4hs-pagination .number:nth-last-child(2) {
  border-right: 0 none transparent;
}

#site-navigation {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#site-navigation .search-nav.searching a {
  background-color: #003468;
  color: white;
}
#site-navigation .search-bar {
  position: absolute;
  top: 100%;
  right: clamp(18.75px, 1.953125vw, 37.5px);
  z-index: 102;
  background-color: transparent;
  display: flex;
  transform: scaleY(0);
  background-color: transparent;
  transition: transform 0.3s ease-out, background-color 0.2s linear;
  transform-origin: top;
}
@media screen and (max-width: 700px) {
  #site-navigation .search-bar {
    left: 0;
    right: 0;
  }
}
#site-navigation .search-bar > * {
  opacity: 0;
  transition: opacity 0.2s linear 0.3s;
}
#site-navigation .search-bar.visible {
  transform: scaleY(1);
  background-color: white;
  transition: transform 0.4s cubic-bezier(0.725, 0.045, 0.05, 1.65), background-color 0s linear;
}
#site-navigation .search-bar.visible > * {
  opacity: 1;
  transition: opacity 0.2s linear 0.3s;
}
#site-navigation .search-bar #search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 40px;
  color: #003468;
  transition: 0.2s all;
}
#site-navigation .search-bar #search-submit:hover {
  color: #FBAB18;
}
#site-navigation .search-bar #search-submit:active {
  color: #eb9a04;
}
#site-navigation .search-bar #search-submit .w4hs-svg-wrapper {
  display: block;
  height: 100%;
}
#site-navigation .search-bar #search-submit .w4hs-svg-wrapper svg {
  max-height: 65%;
  margin-top: 12%;
}
#site-navigation .search-bar form {
  flex: 1;
  display: flex;
  align-items: center;
}
#site-navigation .search-bar form label {
  flex: 1;
  display: flex;
  align-items: center;
}
#site-navigation .search-bar form label input {
  flex: 1;
  background-color: transparent;
  border: 0 none transparent;
  color: #003468;
  border-bottom: 1px dotted transparent;
  border-radius: 0;
}
#site-navigation .search-bar form label input:focus {
  outline: 0 none transparent;
  border-bottom: 1px dotted #003468;
}
#site-navigation .search-bar form .search-submit {
  width: 40px;
  opacity: 0;
}
#site-navigation .menu-menu-1-container {
  flex: 1;
}
@media screen and (max-width: 700px) {
  #site-navigation .menu-menu-1-container {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    display: block;
  }
}
#site-navigation > div {
  display: flex;
  align-items: stretch;
}
#site-navigation ul > li > a,
#site-navigation .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected > a {
  padding: 0 clamp(6.25px, 0.6510416667vw, 12.5px);
}
@media screen and (min-width: 701px) {
  #site-navigation > div > ul {
    flex: 1;
    display: flex;
    align-items: stretch;
    padding: 0 clamp(17.5px, 1.8229166667vw, 35px);
  }
  #site-navigation > div > ul > li {
    display: flex;
    align-items: stretch;
  }
  #site-navigation > div > ul > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-weight: 700;
    padding: 0 clamp(12.5px, 1.3020833333vw, 25px);
    font-size: clamp(12px, 1.25vw, 24px);
    transition: 0.2s all;
  }
  #site-navigation > div > ul > li:hover > a, #site-navigation > div > ul > li > a:hover {
    color: #003468;
    transition: 0.4s all;
  }
  #site-navigation > div > ul > li > a:active {
    color: #001021;
    transition: 0.2s all;
  }
}
#site-navigation .menu-utility-menu-container ul {
  padding: 0 clamp(18.75px, 1.953125vw, 37.5px);
}
#site-navigation .menu-utility-menu-container ul > li > a {
  font-size: clamp(9px, 0.9375vw, 18px);
  font-weight: 300;
  text-transform: uppercase;
  height: 100%;
}
@media screen and (max-width: 700px) {
  #site-navigation .menu-utility-menu-container ul > li > a {
    font-size: 14px;
  }
}
#site-navigation .menu-utility-menu-container .menu-item-gtranslate #gtranslate_wrapper .switcher {
  height: 100%;
  line-height: 1.5;
}
#site-navigation .menu-utility-menu-container .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(9px, 0.9375vw, 18px);
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  #site-navigation .menu-utility-menu-container .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected > a {
    font-size: 14px;
  }
}

.site-branding {
  background: white;
  position: relative;
  width: clamp(200px, 20.8333333333vw, 400px);
  min-width: clamp(200px, 20.8333333333vw, 400px);
}
.site-branding:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -50vw;
  background: white;
}
.site-branding > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 clamp(25px, 2.6041666667vw, 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: scale(1);
  transition: 0.2s all;
}
.site-branding > a:hover {
  transform: scale(1.075);
}
.site-branding > a img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  ul#primary-menu {
    padding-left: 0;
  }
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  z-index: 100;
}
@media screen and (min-width: 701px) {
  .main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 99999;
    opacity: 1;
    pointer-events: none;
  }
  .main-navigation ul ul ul {
    left: auto;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    opacity: 1;
    pointer-events: auto;
  }
  .main-navigation ul ul a {
    width: 320px;
    width: min(max(160px, 16.6666666667vw), 320px);
    width: clamp(160px, 16.6666666667vw, 320px);
  }
  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    opacity: 1;
    pointer-events: auto;
  }
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-item-gtranslate {
  order: -1;
}
.menu-item-gtranslate #gtranslate_wrapper {
  position: relative !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-item-gtranslate #gtranslate_wrapper img {
  display: none;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher {
  font-family: inherit;
  font-size: inherit;
  overflow: visible;
  width: auto;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher > .selected {
  background: transparent;
  height: 100%;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a {
  display: block;
  height: 100%;
  width: auto;
  border: 0 none transparent;
  background: transparent;
  font-size: inherit;
  color: white;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a:hover {
  color: #003468;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a:after {
  top: 0;
  display: none;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a.open {
  background-color: #003468;
  color: white;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a.open:hover {
  color: white;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher .option {
  background: white;
  border-left: 0 none transparent;
  border-right: 0 none transparent;
  border-bottom: 0 none transparent;
  position: absolute;
  top: 100%;
  text-transform: none;
  left: -5px;
  width: 110px;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher .option > a {
  padding: clamp(6px, 0.625vw, 12px) clamp(12.5px, 1.3020833333vw, 25px);
  position: relative;
}
.menu-item-gtranslate #gtranslate_wrapper .switcher .option a:hover {
  color: white;
  background: #003468;
}

ul#primary-menu {
  position: relative;
}
ul#primary-menu .current_page_ancestor > a,
ul#primary-menu .current-menu-ancestor > a,
ul#primary-menu .current-menu-item > a,
ul#primary-menu .current_page_item > a {
  color: #003468;
}
@media screen and (min-width: 701px) {
  ul#primary-menu {
    z-index: 9999;
  }
  ul#primary-menu > li > ul {
    transform: scaleY(0);
    background-color: transparent;
    transition: transform 0.3s ease-out, background-color 0.2s linear;
    transform-origin: top;
  }
  ul#primary-menu > li > ul > li {
    opacity: 0;
    transition: opacity 0.2s linear 0;
  }
  ul#primary-menu > li:hover > ul, ul#primary-menu > li:focus > ul ul#primary-menu > li.focus > ul {
    transform: scaleY(1);
    background-color: white;
    transition: transform 0.4s cubic-bezier(0.725, 0.045, 0.05, 1.65), background-color 0s linear;
  }
  ul#primary-menu > li:hover > ul > li, ul#primary-menu > li:focus > ul ul#primary-menu > li.focus > ul > li {
    opacity: 1;
    transition: opacity 0.2s linear 0.3s;
  }
  ul#primary-menu > li > ul > li > ul {
    flex-direction: column;
  }
  ul#primary-menu > li > ul li > a {
    font-size: 18px;
    font-size: min(max(9px, 0.9375vw), 18px);
    font-size: clamp(9px, 0.9375vw, 18px);
    color: #6B6B6B;
    padding: clamp(6px, 0.625vw, 12px) clamp(12.5px, 1.3020833333vw, 25px);
  }
  ul#primary-menu > li > ul li > a:hover {
    color: white;
    background-color: #003468;
  }
  ul#primary-menu > li > ul li > a:active {
    background-color: #002244;
  }
  ul#primary-menu > li > ul {
    flex-direction: column;
  }
  ul#primary-menu > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    flex-direction: column;
    background-color: white;
    opacity: 0;
    transform: scaleX(0.8);
    transform-origin: left;
    transition: transform 0.2s cubic-bezier(0.725, 0.045, 0.05, 1.65), opacity 0.2s linear;
  }
  ul#primary-menu > li > ul > li:hover > ul, ul#primary-menu > li > ul > li:focus > ul, ul#primary-menu > li > ul > li.focus > ul {
    opacity: 1;
    transform: scaleX(1);
    transition: transform 0.2s cubic-bezier(0.725, 0.045, 0.05, 1.65), opacity 0.2s linear;
  }
  ul#primary-menu > li:last-child > ul > li > ul {
    left: auto;
    right: 100%;
    transform-origin: right;
  }
}
@media screen and (min-width: 900px) {
  ul#primary-menu > li.mega, ul#primary-menu > li:first-child {
    position: static;
  }
  ul#primary-menu > li.mega > ul, ul#primary-menu > li:first-child > ul {
    position: absolute;
    left: 0;
  }
  ul#primary-menu > li.mega.stack > ul {
    flex-wrap: wrap;
    width: calc(100vw - clamp(200px, 20.8333333333vw, 400px));
  }
  ul#primary-menu > li.mega > ul {
    display: flex;
    flex-direction: row;
  }
  ul#primary-menu > li.mega > ul > li {
    flex: 1;
  }
  ul#primary-menu > li.mega > ul > li > a {
    font-weight: 900;
    text-transform: uppercase;
  }
  ul#primary-menu > li.mega > ul > li > ul {
    opacity: 1;
    position: static;
    transform: scaleX(1);
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 701px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    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: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#site-navigation .mobile-status-bar {
  display: none;
}

#site-navigation .child-nav-button {
  display: none;
}

@media screen and (max-width: 700px) {
  .menu-utility-menu-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 101;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
  }
  .menu-utility-menu-container #utilities-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-utility-menu-container #utilities-menu li,
.menu-utility-menu-container #utilities-menu .menu-item-gtranslate #gtranslate_wrapper {
    height: 100%;
  }
  .menu-utility-menu-container #utilities-menu li a,
.menu-utility-menu-container #utilities-menu .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a {
    color: #003468;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-utility-menu-container #utilities-menu li a:hover,
.menu-utility-menu-container #utilities-menu .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a:hover {
    color: #FBAB18;
  }
  .menu-utility-menu-container #utilities-menu li a:active,
.menu-utility-menu-container #utilities-menu .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a:active {
    color: #eb9a04;
  }
  .menu-utility-menu-container #utilities-menu li.searching a,
.menu-utility-menu-container #utilities-menu .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected > a.open {
    background-color: #003468;
    color: white;
  }
  .menu-utility-menu-container #utilities-menu li.searching a:hover, .menu-utility-menu-container #utilities-menu li.searching a:active,
.menu-utility-menu-container #utilities-menu .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected > a.open:hover,
.menu-utility-menu-container #utilities-menu .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected > a.open:active {
    color: white !important;
  }

  .main-navigation.toggled .menu-utility-menu-container {
    opacity: 1;
    z-index: 101;
    pointer-events: auto;
    transition: 0.3s opacity 0.3s;
  }

  .main-navigation.toggled.showing-sub-menu .menu-utility-menu-container {
    opacity: 0;
    pointer-events: none;
    transition: 0 opacity;
  }

  #masthead #site-navigation.main-navigation .search-bar.visible {
    top: 100%;
  }

  #masthead #site-navigation.main-navigation.toggled .search-bar {
    top: calc(100% + 60px);
  }

  #masthead #site-navigation.main-navigation.toggled.showing-sub-menu .search-bar {
    opacity: 0;
    pointer-events: none;
  }

  ul#primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > a .w4hs-svg-wrapper {
    width: 14px;
    padding-top: 7px;
    margin-right: 0px;
  }

  #masthead-inner > #site-navigation.main-navigation {
    height: 100%;
    justify-content: flex-end;
  }

  ul#primary-menu li {
    background-color: white;
    position: static;
  }
  ul#primary-menu li > a {
    color: #003468;
  }

  ul#primary-menu li {
    display: flex;
    align-items: stretch;
  }
  ul#primary-menu li .child-nav-button {
    display: block;
    position: absolute;
    right: 0;
    z-index: 2;
  }

  #site-navigation .mobile-status-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: white;
    color: #003468;
    border-top: 1px solid #003468;
    border-bottom: 1px solid #003468;
    position: relative;
    height: 60px;
    z-index: 3;
  }
  #site-navigation .mobile-status-bar .title {
    opacity: 0;
    transition: 0s all;
  }
  #site-navigation .mobile-status-bar .title.showing {
    opacity: 1;
    transition: 0.3s all 0.3s;
  }
  #site-navigation .mobile-status-bar .back-nav-button {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0.9;
  }
  #site-navigation .mobile-status-bar .back-nav-button .lettering {
    font-size: 12px;
    font-weight: normal;
  }
}
@media screen and (max-width: 700px) and (max-width: 370px) {
  #site-navigation .mobile-status-bar {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 700px) {
  .child-nav-button,
.back-nav-button {
    transition: 0.2s color, 0.2s opacity;
    cursor: pointer;
  }
}
@media screen and (max-width: 700px) {
  .back-nav-button {
    opacity: 0;
    pointer-events: none;
    margin-left: 10px;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 700px) {
  #site-navigation.showing-sub-menu .back-nav-button {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 700px) {
  #site-navigation #primary-menu > li > a,
#site-navigation #primary-menu > li > .child-nav-button {
    transform: scaleX(1);
    transform-origin: left;
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  #site-navigation.showing-sub-menu #primary-menu > li > a,
#site-navigation.showing-sub-menu #primary-menu > li > .child-nav-button {
    transform: scaleX(0);
    opacity: 0;
  }
}
@media screen and (max-width: 700px) {
  .child-nav-button {
    display: block;
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    text-align: center;
    font-size: 30px;
    color: #003468;
    font-weight: bold;
  }
}
@media screen and (max-width: 700px) {
  .back-nav-button {
    display: inline-flex;
    font-size: 30px;
    align-items: center;
    color: #003468;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 700px) and (max-width: 370px) {
  .back-nav-button {
    position: relative;
    margin-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .back-nav-button:hover {
    color: #FBAB18;
  }
}
@media screen and (max-width: 700px) {
  .back-nav-button:active {
    color: #dc9004;
  }
}
@media screen and (max-width: 700px) {
  .back-nav-button span {
    font-weight: bold;
  }
}
@media screen and (max-width: 700px) {
  ul#primary-menu > li.menu-item-has-children.hovering > a,
ul#primary-menu > li.menu-item-has-children.focus > a,
ul#primary-menu > li.menu-item-has-children:focus-within > a {
    border-bottom: 0 none transparent;
  }
  ul#primary-menu > li.menu-item-has-children.hovering > a:after,
ul#primary-menu > li.menu-item-has-children.focus > a:after,
ul#primary-menu > li.menu-item-has-children:focus-within > a:after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  ul#primary-menu li:hover,
ul#primary-menu li.hovering:hover,
ul#primary-menu li:focus,
ul#primary-menu li.focus {
    background-color: #003468;
  }
  ul#primary-menu li:hover > a, ul#primary-menu li:hover > a:hover, ul#primary-menu li:hover > .child-nav-button,
ul#primary-menu li.hovering:hover > a,
ul#primary-menu li.hovering:hover > a:hover,
ul#primary-menu li.hovering:hover > .child-nav-button,
ul#primary-menu li:focus > a,
ul#primary-menu li:focus > a:hover,
ul#primary-menu li:focus > .child-nav-button,
ul#primary-menu li.focus > a,
ul#primary-menu li.focus > a:hover,
ul#primary-menu li.focus > .child-nav-button {
    color: white;
  }
  ul#primary-menu li:hover > .child-nav-button:hover,
ul#primary-menu li.hovering:hover > .child-nav-button:hover,
ul#primary-menu li:focus > .child-nav-button:hover,
ul#primary-menu li.focus > .child-nav-button:hover {
    color: #FBAB18;
  }
  ul#primary-menu li:hover > .child-nav-button:active,
ul#primary-menu li.hovering:hover > .child-nav-button:active,
ul#primary-menu li:focus > .child-nav-button:active,
ul#primary-menu li.focus > .child-nav-button:active {
    color: #dc9004;
  }
}
@media screen and (max-width: 700px) {
  .site-branding .search-social .search .w4hs-svg-wrapper:first-child {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .site-branding .search-social .search .w4hs-svg-wrapper:nth-child(2) {
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  html body .site-branding #top-navigation-bar.top-navigation {
    position: absolute;
    top: 0;
    background-color: white;
    color: #003468;
    height: auto;
    margin-top: 0;
    transition: 0.3s all;
    top: 4.25vw;
    right: calc((0.0520833333) * 100vw + 65px);
  }
  html body .site-branding #top-navigation-bar.top-navigation .search-button .w4hs-svg-wrapper svg {
    color: #003468;
  }
  html body .site-branding #top-navigation-bar.top-navigation .search-social {
    transition: 0.3s all;
    min-width: 30px;
  }
  html body .site-branding #top-navigation-bar.top-navigation .search-social .social {
    display: none;
  }
  html body .site-branding #top-navigation-bar.top-navigation .search-social.init .search:hover {
    background-color: transparent;
  }
  html body .site-branding #top-navigation-bar.top-navigation .search-social.init .search:focus-within {
    background-color: transparent;
  }
}
@media screen and (max-width: 700px) {
  ul#primary-menu > li > ul.sub-menu > li {
    max-width: none;
  }
}
@media screen and (max-width: 700px) {
  #primary .menu-menu-1-container ul#landing-page-menu li.current-menu-item > ul.sub-menu > li > .image-link-container > a > span:not(.offsite-link-badge) > span {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 700px) {
  .main-navigation .menu-menu-1-container {
    max-height: 0;
    transition: 0.4s all;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 700px) {
  .main-navigation.toggled .menu-menu-1-container {
    max-height: calc(100vh - 250px);
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 700px) {
  .main-navigation .menu-toggle {
    transition: 0.2s all;
    margin: 0 clamp(25px, 2.6041666667vw, 50px);
  }
  .main-navigation .menu-toggle:before, .main-navigation .menu-toggle:after {
    transition: 0.2s all;
  }
  .main-navigation .menu-toggle:before {
    transform: rotate(45deg);
  }
  .main-navigation .menu-toggle:after {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 700px) {
  .main-navigation.toggled .menu-toggle {
    background-size: 0;
  }
  .main-navigation.toggled .menu-toggle:before, .main-navigation.toggled .menu-toggle:after {
    position: absolute;
    left: 0;
    top: 22px;
    content: "";
    width: 100%;
    height: 3px;
    /* cross thickness */
    background-color: white;
  }
  .main-navigation.toggled .menu-toggle:before {
    transform: rotate(45deg);
  }
  .main-navigation.toggled .menu-toggle:after {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 700px) {
  #primary .menu-menu-1-container ul#landing-page-menu {
    font-size: 14px;
  }
  #primary .menu-menu-1-container ul#landing-page-menu li.current-menu-item > ul.sub-menu {
    display: block;
  }
  #primary .menu-menu-1-container ul#landing-page-menu li.current-menu-item > ul.sub-menu > li {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
  #primary .menu-menu-1-container ul#landing-page-menu li.current-menu-item > ul.sub-menu > li > .image-link-container > a > span > span {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  #site-navigation.main-navigation ul#primary-menu {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: calc(100vh - 109px);
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #site-navigation.main-navigation ul#primary-menu svg {
    width: 7px;
    height: 7px;
    margin-bottom: 7px;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    background-color: white;
    pointer-events: auto;
    flex-direction: column;
    z-index: 3;
    transition: 0.5s all;
    justify-content: flex-start;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu.current-sub-menu {
    transform: translateX(0);
    opacity: 1;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu.current-sub-menu:not(.frontmost-sub-menu) {
    left: -100%;
    right: 100%;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu.current-sub-menu:not(.frontmost-sub-menu) > li {
    pointer-events: none;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu.current-sub-menu .frontmost-sub-menu {
    left: 100%;
    right: -100%;
    z-index: 5;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-image {
    display: none;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-items {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s all;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-items > li {
    width: 100%;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-items > li.menu-item-has-children > a > svg {
    display: inline-block;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-items > li > a {
    font-size: 14px;
    font-size: 0.85rem;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-items > li > ul > div {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s all;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-items > li > ul > div > li > a {
    font-size: 14px;
    font-size: 0.85rem;
  }
  #site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-items .social,
#site-navigation.main-navigation ul#primary-menu ul.sub-menu > .menu-items .lines {
    display: none;
  }
  #site-navigation.main-navigation ul#primary-menu li > a {
    font-size: 16px;
    padding: 10px;
    flex: 1;
  }
  #site-navigation.main-navigation ul#primary-menu li.focus > ul.sub-menu > .menu-items {
    max-height: 1000px !important;
  }
}
@media screen and (max-width: 700px) {
  .main-navigation .menu-toggle {
    display: inline-block;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    background-image: url("svg/hamburger-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 100%;
    border: 0 none transparent;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    order: 3;
  }
}
/* 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;
}

.home .entry-header {
  display: none;
}

#primary article {
  margin-bottom: 0;
}

#primary article .entry-content {
  margin-top: 0;
}

#primary article {
  position: relative;
}
#primary article .entry-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

body:not(.blog) .entry-content > *,
#pre-colophon > .block-widget > *,
*:not(.wp-block-column):not(.wp-block-group__inner-container) > .wp-block-group > .wp-block-group__inner-container > *:not(.alignfull):not(.alignwide),
body.search #primary > *,
body:not(.blog):not(.search) .entry-header .entry-title,
body.blog .page-header,
.breadcrumbs,
#colophon .site-info {
  width: 1562px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 140px;
  padding-left: min(max(28px, 7.2916666667vw), 140px);
  padding-left: clamp(28px, 7.2916666667vw, 140px);
  padding-right: 140px;
  padding-right: min(max(28px, 7.2916666667vw), 140px);
  padding-right: clamp(28px, 7.2916666667vw, 140px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body:not(.blog) .entry-content > *.wp-block-separator,
#pre-colophon > .block-widget > *.wp-block-separator,
*:not(.wp-block-column):not(.wp-block-group__inner-container) > .wp-block-group > .wp-block-group__inner-container > *:not(.alignfull):not(.alignwide).wp-block-separator,
body.search #primary > *.wp-block-separator,
body:not(.blog):not(.search) .entry-header .entry-title.wp-block-separator,
body.blog .page-header.wp-block-separator,
.breadcrumbs.wp-block-separator,
#colophon .site-info.wp-block-separator {
  background-clip: content-box;
  max-width: calc( 100% - clamp(140px, 14.5833333333vw, 280px) );
}
@media screen and (min-width: 1562px) {
  body:not(.blog) .entry-content > *,
#pre-colophon > .block-widget > *,
*:not(.wp-block-column):not(.wp-block-group__inner-container) > .wp-block-group > .wp-block-group__inner-container > *:not(.alignfull):not(.alignwide),
body.search #primary > *,
body:not(.blog):not(.search) .entry-header .entry-title,
body.blog .page-header,
.breadcrumbs,
#colophon .site-info {
    padding: 0 140px 0;
  }
}

body .entry-content > *:last-child {
  padding-bottom: clamp(25px, 2.6041666667vw, 50px);
}
@media screen and (min-width: 1562px) {
  body .entry-content > *:last-child {
    padding-bottom: 50px;
  }
}

body .entry-content > .alignwide,
#pre-colophon > .block-widget > .alignwide,
.wp-block-group__inner-container > .alignwide {
  width: 100%;
  padding-left: clamp(35px, 3.6458333333vw, 70px);
  padding-right: clamp(35px, 3.6458333333vw, 70px);
}
@media screen and (min-width: 1562px) {
  body .entry-content > .alignwide,
#pre-colophon > .block-widget > .alignwide,
.wp-block-group__inner-container > .alignwide {
    padding-left: 70px;
    padding-right: 70px;
  }
}

html body .entry-content > .alignfull,
#pre-colophon > .block-widget > .alignfull,
.wp-block-group__inner-container > .alignfull {
  max-width: none;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.search-no-results #primary,
.search-results #primary {
  margin-bottom: 30px;
}
.search-no-results #primary article .inner,
.search-results #primary article .inner {
  max-width: 90ch;
}

.search-results .page-content, .search-results .entry-content, .search-results .entry-summary {
  margin: 0.5em 0 0;
}
.search-results .content header h2 {
  padding: 0;
  margin: 2em 0 0;
  font-size: 20px;
}
.search-results .content header h2 a {
  text-decoration-color: transparent;
}
.search-results .content header h2 span {
  margin-left: 0.7em;
  font-size: 60%;
  text-transform: uppercase;
  color: #F1F1F1;
  cursor: default;
}
.search-results #primary article .inner .image {
  display: none;
}

/* 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: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-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);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #222;
  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;
}

/*# sourceMappingURL=style.css.map */

.block-padding .is-style-landscape-nav .wp-block-columns .wp-block-column:nth-child(2) {
    padding-bottom: 10px!important;
}
