@charset "UTF-8";
/*
Theme Name: Stand Together 2021
Theme URI: https://dekodesign.com/
Description: Stand Together Theme for Genesis Framework.
Author: Deko Design Consulting, Inc.
Author URI: https://www.studiopress.com/

Version: 2021.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: st-2021

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: st-2021
Requires at least: 5.4
Requires PHP: 5.6
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300&display=swap&text=0123456789");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@500&display=swap");
/*
Theme Name: Stand Together 2021
Theme URI: https://dekodesign.com/
Description: Stand Together Theme for Genesis Framework.
Author: Deko Design Consulting, Inc.
Author URI: https://www.studiopress.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: bold;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: bold;
}

.entry-content h4 {
  margin-top: 40px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: bold;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
/* Common Classes
---------------------------------------------------------------------------- */
/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  margin-bottom: 10px;
}

.entry-title {
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  /* margin-bottom: 40px; */
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: bold;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-weight: normal;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Title Area
--------------------------------------------- */
.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer p {
  margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 960px) {
  /* Content
  --------------------------------------------- */
  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }

  .one-half,
.three-sixths,
.two-fourths {
    width: 48.7179487179%;
  }

  .one-third,
.two-sixths {
    width: 31.6239316239%;
  }

  .four-sixths,
.two-thirds {
    width: 65.811965812%;
  }

  .one-fourth {
    width: 23.0769230769%;
  }

  .three-fourths {
    width: 74.358974359%;
  }

  .one-sixth {
    width: 14.5299145299%;
  }

  .five-sixths {
    width: 82.905982906%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
    margin-bottom: 60px;
  }

  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }

  .footer-widget-area {
    width: calc(100% / 3);
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
a[href^="#"]::after,
.site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
.content-sidebar {
    width: 100%;
  }

  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-secondary,
.post-edit-link,
.sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
pre,
table {
    page-break-inside: avoid;
  }

  dl,
ol,
ul {
    page-break-before: avoid;
  }
}
/*
! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com
 */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
	-moz-tab-size: 4;
	tab-size: 4;
}
/**
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;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
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 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: Graphik, Helvetica, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
*{
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
@font-face {
    font-family: "Graphik";
    /* Define the custom font name */
    src: url("../../assets/fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../../assets/fonts/Graphik-Regular-Web.woff") format("woff");
    /* Define where the font can be downloaded */
    font-display: fallback;
    /* Define how the browser behaves during download */
    font-style: normal;
    font-weight: normal;
  }
@font-face {
    font-family: "Graphik";
    /* Define the custom font name */
    src: url("../../assets/fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("../../assets/fonts/Graphik-Semibold-Web.woff") format("woff");
    /* Define where the font can be downloaded */
    font-display: fallback;
    /* Define how the browser behaves during download */
    font-style: normal;
    font-weight: bold;
  }
@font-face {
    font-family: "Graphik";
    /* Define the custom font name */
    src: url("../../assets/fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../../assets/fonts/Graphik-Medium-Web.woff") format("woff");
    /* Define where the font can be downloaded */
    font-display: fallback;
    /* Define how the browser behaves during download */
    font-style: normal;
    font-weight: 500;
  }
@font-face {
    font-family: "Graphik";
    /* Define the custom font name */
    src: url("../../assets/fonts/Graphik-Light-Web.woff2") format("woff2"), url("../../assets/fonts/Graphik-Light-Web.woff") format("woff");
    /* Define where the font can be downloaded */
    font-display: fallback;
    /* Define how the browser behaves during download */
    font-style: normal;
    font-weight: 300;
  }
@font-face {
    font-family: "Graphik";
    /* Define the custom font name */
    src: url("../../assets/fonts/Graphik-Extralight-Web.woff2") format("woff2"), url("../../assets/fonts/Graphik-Extralight-Web.woff") format("woff");
    /* Define where the font can be downloaded */
    font-display: fallback;
    /* Define how the browser behaves during download */
    font-style: normal;
    font-weight: 100;
  }
h1 {
    font-size: 4rem;
    letter-spacing: -0.04em;
  }
h2 {
    font-weight: bold;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
@media (min-width: 1024px){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3 {
    font-weight: 500 !important;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
@media (min-width: 1024px){
  h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 0.1em;
}
h5, h6, h7{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 0.1em;
}
p{
  margin-bottom: 1.25rem;
}
.table{
  display: table;
}
.lowercase{
  text-transform: lowercase;
}
.wrapper{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .wrapper{
    width: 100%;
  }
  @media (min-width: 460px){
    .wrapper{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .wrapper{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .wrapper{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .wrapper{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .wrapper{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .wrapper{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .wrapper{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .wrapper{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .wrapper{
    padding-left: 105px;
    padding-right: 105px;
  }
}
.entry-content figure img{
  border-top-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 154, 222, var(--tw-border-opacity));
}

/* Pairs with the st_column_filter function for custom ordering of elements on mobile */
.mobile-reflex-wrapper{
  display: flex;
  flex-direction: column;
}

.mobile-reflex-begin{
  order: 1;
}

@media (min-width: 768px){
  .mobile-reflex-begin{
    display: none;
  }
}

.mobile-reflex-end{
  order: 3;
}

@media (min-width: 768px){
  .mobile-reflex-end{
    display: none;
  }
}

.mobile-reflex-middle{
  order: 2;
}
.mobile-reflex-middle .mobile-first, .mobile-reflex-middle .mobile-last{
  display: none;
}
@media (min-width: 768px){
  .mobile-reflex-middle .mobile-first, .mobile-reflex-middle .mobile-last{
    display: block;
  }
}

.js .nav-primary{
  display: none;
}

@media (min-width: 1024px){
  .js .nav-primary{
    display: block;
  }
}

.nav-primary{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgba(50, 62, 72, var(--tw-bg-opacity));
  padding-left: 1.5rem;
}

@media (min-width: 1024px){
  .nav-primary{
    position: relative;
  }
  .nav-primary{
    margin-right: -1rem;
  }
  .nav-primary{
    height: auto;
  }
  .nav-primary{
    background-color: transparent;
  }
  .nav-primary{
    padding-left: 0px;
  }
}
.nav-primary .menu{
  margin-top: 7rem;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){
  .nav-primary .menu{
    margin-top: 0px;
  }
  .nav-primary .menu{
    margin-left: 0px;
  }
  .nav-primary .menu{
    flex-direction: row;
  }
}
.nav-primary .menu-item{
  display: block;
}
@media (min-width: 1024px){
  .nav-primary .menu-item{
    margin-left: 1rem;
  }
}
.nav-primary .menu-item a, .nav-primary .menu-item .wp-block-navigation-link__content{
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.nav-primary .menu-item a:hover, .nav-primary .menu-item .wp-block-navigation-link__content:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .nav-primary .menu-item a, .nav-primary .menu-item .wp-block-navigation-link__content{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.nav-primary .menu-item a, .nav-primary .menu-item .wp-block-navigation-link__content {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nav-primary .menu-item a span, .nav-primary .menu-item .wp-block-navigation-link__content span {
  border-bottom: 2px solid transparent;
  transition: all 0.1s linear;
}
.nav-primary .menu-item a span:hover, .nav-primary .menu-item .wp-block-navigation-link__content span:hover {
  border-bottom-color: white;
}
.nav-primary .menu-item a:before, .nav-primary .menu-item .wp-block-navigation-link__content:before {
  content: "•";
  margin-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .nav-primary .menu-item a:before, .nav-primary .menu-item .wp-block-navigation-link__content:before{
    display: none;
  }
}

.menu-toggle.dashicons-before{
  position: absolute;
  right: 30px;
  z-index: 10;
  margin-bottom: auto;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-toggle.dashicons-before:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .menu-toggle.dashicons-before{
    right: 40px;
  }
}

@media (min-width: 1024px){
  .menu-toggle.dashicons-before{
    display: none;
  }
}
.menu-toggle.dashicons-before:before{
  height: auto;
  width: auto;
  font-size: 32px;
}
.menu-toggle.dashicons-before.activated:before {
  content: "";
}

.custom-logo{
  position: absolute;
  z-index: 10;
  max-width: 130px;
}

@media (min-width: 1024px){
  .custom-logo{
    max-width: 225px;
  }
}

body.first-block-core-cover .big-leader, body.first-block-has_st_image .big-leader{
  display: none;
}
body.first-block-core-cover .entry-content > p:first-child, body.first-block-has_st_image .entry-content > p:first-child{
  display: none;
}

.big-leader {
  height: auto !important;
}
.big-leader img{
  margin-bottom: 3rem;
}
@media (min-width: 1024px){
  .big-leader img{
    margin-bottom: 6rem;
  }
}
.big-leader img[src*=default] {
  max-height: 255px;
}

.video-container{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .video-container{
    width: 100%;
  }
  @media (min-width: 460px){
    .video-container{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .video-container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .video-container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .video-container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .video-container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .video-container{
      max-width: 1440px;
    }
  }
}

@media (min-width: 1280px){
  .video-container{
    margin-top: -3rem;
  }
  .video-container{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1440px){
  .video-container{
    padding-left: 6.6rem;
    padding-right: 6.6rem;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-header{
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1280px){
  .site-header{
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.site-header > .wrap{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .site-header > .wrap{
    width: 100%;
  }
  @media (min-width: 460px){
    .site-header > .wrap{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .site-header > .wrap{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .site-header > .wrap{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .site-header > .wrap{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .site-header > .wrap{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .site-header > .wrap{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .site-header > .wrap{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .site-header > .wrap{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .site-header > .wrap{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .site-header > .wrap{
    padding-left: 105px;
    padding-right: 105px;
  }
}

.wp-block-cover{
  margin-bottom: 0.5rem;
  min-height: 0px;
  padding: 0px;
}
.wp-block-cover .wp-block-cover__inner-container{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .wp-block-cover .wp-block-cover__inner-container{
    width: 100%;
  }
  @media (min-width: 460px){
    .wp-block-cover .wp-block-cover__inner-container{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .wp-block-cover .wp-block-cover__inner-container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .wp-block-cover .wp-block-cover__inner-container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .wp-block-cover .wp-block-cover__inner-container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .wp-block-cover .wp-block-cover__inner-container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .wp-block-cover .wp-block-cover__inner-container{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .wp-block-cover .wp-block-cover__inner-container{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .wp-block-cover .wp-block-cover__inner-container{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .wp-block-cover .wp-block-cover__inner-container{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .wp-block-cover .wp-block-cover__inner-container{
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media (min-width: 1024px){
  .wp-block-cover .wp-block-cover__inner-container{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1280px){
  .wp-block-cover .wp-block-cover__inner-container{
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.wp-block-cover:first-child{
  min-height: 100vh;
}
@media (min-width: 640px){
  .wp-block-cover:first-child{
    min-height: 54.545454vw;
  }
}
@media (min-width: 1024px){
  .wp-block-cover:first-child{
    min-height: 558px;
  }
}
@media (min-width: 1280px){
  .wp-block-cover:first-child{
    min-height: 786px;
  }
}
.wp-block-cover:first-child .wp-block-cover__inner-container{
  padding-bottom: 40px;
}
@media (min-width: 1024px){
  .wp-block-cover:first-child .wp-block-cover__inner-container{
    padding-bottom: 60px;
  }
}
@media (min-width: 1280px){
  .wp-block-cover:first-child .wp-block-cover__inner-container{
    padding-bottom: 72px;
  }
}
.wp-block-cover:first-child h1{
  position: relative;
  margin-left: -0.05em;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 460px){
  .wp-block-cover:first-child h1{
    width: 66.666667%;
  }
}
@media (min-width: 640px){
  .wp-block-cover:first-child h1{
    width: 60%;
  }
}
@media (min-width: 768px){
  .wp-block-cover:first-child h1{
    font-size: 78px;
  }
}
@media (min-width: 1024px){
  .wp-block-cover:first-child h1{
    font-size: 78px;
  }
}
@media (min-width: 1280px){
  .wp-block-cover:first-child h1{
    font-size: 95px;
  }
}
@media (min-width: 1440px){
  .wp-block-cover:first-child h1{
    font-size: 105px;
  }
}
.wp-block-cover:first-child h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px){
  .wp-block-cover:first-child h2{
    font-size: 3rem;
    line-height: 1;
  }
}
.wp-block-cover ::selection {
  background-color: rgba(0, 0, 0, 0.99);
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-cover.alignfull:first-child .wp-block-cover__inner-container{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container{
    width: 100%;
  }
  @media (min-width: 460px){
    .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container{
      max-width: 1440px;
    }
  }
}

.wp-block-columns{
  margin: 0px;
}

.wp-block-column:not(:first-child){
  margin-left: 0px;
}

@media (min-width: 768px){
  .wp-block-column:not(:first-child){
    margin-left: 1.75rem;
  }
}

@media (min-width: 1024px){
  .wp-block-column:not(:first-child){
    margin-left: 3.5rem;
  }
}

.entry-content > .mobile-reflex-wrapper{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .entry-content > .mobile-reflex-wrapper{
    width: 100%;
  }
  @media (min-width: 460px){
    .entry-content > .mobile-reflex-wrapper{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .entry-content > .mobile-reflex-wrapper{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .entry-content > .mobile-reflex-wrapper{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .entry-content > .mobile-reflex-wrapper{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .entry-content > .mobile-reflex-wrapper{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .entry-content > .mobile-reflex-wrapper{
      max-width: 1440px;
    }
  }
}

@media (min-width: 768px){
  .entry-content > .mobile-reflex-wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px){
  .entry-content > .mobile-reflex-wrapper{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1280px){
  .entry-content > .mobile-reflex-wrapper{
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1440px){
  .entry-content > .mobile-reflex-wrapper{
    padding-left: 105px;
    padding-right: 105px;
  }
}

/* Override wp's default responsive column behavior */
@media (max-width: 767px) {
  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

.entry-content .wp-block-image{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .entry-content .wp-block-image{
    width: 100%;
  }
  @media (min-width: 460px){
    .entry-content .wp-block-image{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .entry-content .wp-block-image{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .entry-content .wp-block-image{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .entry-content .wp-block-image{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .entry-content .wp-block-image{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .entry-content .wp-block-image{
      max-width: 1440px;
    }
  }
}

@media (min-width: 768px){
  .entry-content .wp-block-image{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px){
  .entry-content .wp-block-image{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1280px){
  .entry-content .wp-block-image{
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1440px){
  .entry-content .wp-block-image{
    padding-left: 105px;
    padding-right: 105px;
  }
}
.entry-content .wp-block-image.no-border img {
  border-top: none;
}

.gb-block-post-grid{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .gb-block-post-grid{
    width: 100%;
  }
  @media (min-width: 460px){
    .gb-block-post-grid{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .gb-block-post-grid{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .gb-block-post-grid{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .gb-block-post-grid{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .gb-block-post-grid{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .gb-block-post-grid{
      max-width: 1440px;
    }
  }
}

@media (min-width: 768px){
  .gb-block-post-grid{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px){
  .gb-block-post-grid{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1280px){
  .gb-block-post-grid{
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1440px){
  .gb-block-post-grid{
    padding-left: 105px;
    padding-right: 105px;
  }
}
.gb-block-post-grid img{
  border-top-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 154, 222, var(--tw-border-opacity));
}
.gb-block-post-grid .gb-block-post-grid-title {
  text-transform: none;
  letter-spacing: -0.02em;
}
.gb-block-post-grid .gb-block-post-grid-title a {
  color: #323E48;
}
.gb-block-post-grid .gb-block-post-grid-more-link {
  overflow: hidden;
  text-indent: -10000px;
  position: relative;
}
.gb-block-post-grid .gb-block-post-grid-more-link:after {
  position: absolute;
  left: 0;
  content: "z";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #007cba;
}
.gb-block-post-grid .is-grid .gb-block-post-grid-image {
  position: relative;
  height: 0;
  overflow: visible;
  padding-bottom: 50%;
}
.gb-block-post-grid .is-grid img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
@media (min-width: 768px) {
  .gb-block-post-grid .is-list .gb-post-grid-item {
    grid-template-columns: 40% 1fr !important;
  }
  .gb-block-post-grid .is-list .gb-block-post-grid-title {
    font-size: 36px;
    margin-top: -7px;
  }
}

.wp-block-query{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .wp-block-query{
    width: 100%;
  }
  @media (min-width: 460px){
    .wp-block-query{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .wp-block-query{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .wp-block-query{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .wp-block-query{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .wp-block-query{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .wp-block-query{
      max-width: 1440px;
    }
  }
}

@media (min-width: 768px){
  .wp-block-query{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px){
  .wp-block-query{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1280px){
  .wp-block-query{
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1440px){
  .wp-block-query{
    padding-left: 105px;
    padding-right: 105px;
  }
}
.wp-block-query ul {
  margin: 0 !important;
  gap: 2.25rem;
}
@media (min-width: 768px){
  .wp-block-query ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .wp-block-query ul{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block-query ul {
  display: grid !important;
}
.wp-block-query li {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  width: auto !important;
  position: relative;
}
.wp-block-query li > div {
  padding: 0 !important;
}
.wp-block-query li h2{
  margin-top: 16rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 28px;
  line-height: 1.2;
}
.wp-block-query li h2 a {
  color: black !important;
}
.wp-block-query li h2 a:hover {
  text-decoration: underline;
}
.wp-block-query li .wp-block-post-featured-image{
  position: absolute;
  top: 0px;
  height: 14rem;
  width: 100%;
  overflow: hidden;
}
.wp-block-query li .wp-block-post-featured-image img{
  position: absolute;
  height: 100%;
  width: 100%;
  border-top-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 154, 222, var(--tw-border-opacity));
  object-fit: cover;
  object-position: center;
}
.wp-block-query li p{
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-query li .wp-block-post-excerpt__more-link {
  overflow: hidden;
  text-indent: -10000px;
  position: absolute;
  margin-bottom: 0;
  margin-left: 0px;
}
.wp-block-query li .wp-block-post-excerpt__more-link:after {
  position: absolute;
  left: 0;
  content: "z";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #009ade;
}
.wp-block-query .wp-block-query-pagination{
  margin-top: 3rem;
}
.wp-block-query .wp-block-query-pagination a,
.wp-block-query .wp-block-query-pagination span {
  background-color: #f5f5f5;
  color: #333 !important;
  font-weight: normal !important;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
  height: 40px !important;
}
.wp-block-query .wp-block-query-pagination a:focus,
.wp-block-query .wp-block-query-pagination a:hover,
.wp-block-query .wp-block-query-pagination span.current {
  background-color: #333 !important;
  color: #fff !important;
}

.faq_thumbnails .links{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_thumbnails a {
  width: calc(50% - 15px);
}
.faq_thumbnails a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
.faq_thumbnails figcaption{
  padding-left: 0px;
  text-align: left;
  font-weight: 700;
}

.faq_index h1{
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .faq_index h1{
    margin-top: -2.5rem;
  }
  .faq_index h1{
    margin-left: -0.5rem;
  }
  .faq_index h1{
    font-size: 150px;
  }
}
.faq_index .links{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.faq_index .links li{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.faq_index .links li a, .faq_index .links li .wp-block-navigation-link__content{
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.faq_index .links li a:hover, .faq_index .links li .wp-block-navigation-link__content:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .faq_index .links li a, .faq_index .links li .wp-block-navigation-link__content{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.faq_index .links li a, .faq_index .links li .wp-block-navigation-link__content {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.faq_index .links li a span, .faq_index .links li .wp-block-navigation-link__content span {
  border-bottom: 2px solid transparent;
  transition: all 0.1s linear;
}
.faq_index .links li a span:hover, .faq_index .links li .wp-block-navigation-link__content span:hover {
  border-bottom-color: white;
}
.faq_index .links li a:before, .faq_index .links li .wp-block-navigation-link__content:before {
  content: "•";
  margin-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .faq_index .links li a:before, .faq_index .links li .wp-block-navigation-link__content:before{
    display: none;
  }
}
.faq_index .links a {
  color: gray !important;
}

.wp-block-group.has-theme-secondary-background-color .gform_wrapper {
  color: black;
}

.footer-widgets .menu-main-container{
  display: block;
}
@media (min-width: 1440px) {
  .footer-widgets .menu-main-container {
    -webkit-columns: 2;
  }
}
.footer-widgets .menu-item{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1.25rem;
  display: block;
  border-bottom: 2px solid transparent;
  transition: all 0.1s linear;
}
.footer-widgets .menu-item a, .footer-widgets .menu-item .wp-block-navigation-link__content{
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.footer-widgets .menu-item a:hover, .footer-widgets .menu-item .wp-block-navigation-link__content:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .footer-widgets .menu-item a, .footer-widgets .menu-item .wp-block-navigation-link__content{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.footer-widgets .menu-item a, .footer-widgets .menu-item .wp-block-navigation-link__content {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer-widgets .menu-item a span, .footer-widgets .menu-item .wp-block-navigation-link__content span {
  border-bottom: 2px solid transparent;
  transition: all 0.1s linear;
}
.footer-widgets .menu-item a span:hover, .footer-widgets .menu-item .wp-block-navigation-link__content span:hover {
  border-bottom-color: white;
}
.footer-widgets .menu-item a:before, .footer-widgets .menu-item .wp-block-navigation-link__content:before {
  content: "•";
  margin-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .footer-widgets .menu-item a:before, .footer-widgets .menu-item .wp-block-navigation-link__content:before{
    display: none;
  }
}
.footer-widgets .menu-item a{
  position: relative;
  padding-right: 0px;
  border-bottom: 2px solid transparent;
  transition: all 0.1s linear;
}
.footer-widgets .menu-item a:hover {
  text-decoration: none !important;
  border-bottom-color: white;
}
.footer-widgets .menu-item a:before{
  position: absolute;
  left: -1.25rem;
  bottom: -0.25rem;
  display: inline;
}

.footer-widgets .zoom-social-icons-list, .footer-widgets .wp-block-social-links{
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
}

@media (min-width: 1024px){
  .footer-widgets .zoom-social-icons-list, .footer-widgets .wp-block-social-links{
    flex-direction: row;
  }
}

.footer-widgets .zoom-social-icons-list,
.footer-widgets .wp-block-social-links {
  margin-left: auto !important;
}
.footer-widgets .zoom-social-icons-list .wp-block-social-link, .footer-widgets .zoom-social-icons-list .zoom-social_icons-list__item, .footer-widgets .wp-block-social-links .wp-block-social-link, .footer-widgets .wp-block-social-links .zoom-social_icons-list__item{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-color: transparent;
}
.footer-widgets .zoom-social-icons-list .wp-block-social-link,
.footer-widgets .zoom-social-icons-list .zoom-social_icons-list__item,
.footer-widgets .wp-block-social-links .wp-block-social-link,
.footer-widgets .wp-block-social-links .zoom-social_icons-list__item {
  margin: 0 !important;
}
.footer-widgets .zoom-social-icons-list .wp-block-social-link-anchor, .footer-widgets .zoom-social-icons-list .zoom-social_icons-list__link, .footer-widgets .wp-block-social-links .wp-block-social-link-anchor, .footer-widgets .wp-block-social-links .zoom-social_icons-list__link{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
  padding-bottom: 5px;
}
@media (min-width: 1024px){
  .footer-widgets .zoom-social-icons-list .wp-block-social-link-anchor, .footer-widgets .zoom-social-icons-list .zoom-social_icons-list__link, .footer-widgets .wp-block-social-links .wp-block-social-link-anchor, .footer-widgets .wp-block-social-links .zoom-social_icons-list__link{
    margin-left: 1.25rem;
  }
  .footer-widgets .zoom-social-icons-list .wp-block-social-link-anchor, .footer-widgets .zoom-social-icons-list .zoom-social_icons-list__link, .footer-widgets .wp-block-social-links .wp-block-social-link-anchor, .footer-widgets .wp-block-social-links .zoom-social_icons-list__link{
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.footer-widgets .gform_widget .gform_wrapper{
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer-widgets .gform_widget .gf_simple_horizontal{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.footer-widgets .gform_widget .gfield {
  padding-right: 0 !important;
}
.footer-widgets .gform_widget .ginput_container input {
  width: 100% !important;
  height: 32px !important;
}
@media (max-width: 767px) {
  .footer-widgets .gform_widget .gform_footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .footer-widgets .gform_widget .gform_footer input.button::before {
    content: "Submit ";
  }
}
.footer-widgets .gform_widget .gform_footer input.button {
  height: 32px !important;
  border-radius: 0 !important;
  padding: 4px 8px !important;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 222, var(--tw-bg-opacity));
}

.footer-widgets, .site-footer{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(50, 62, 72, var(--tw-bg-opacity));
  padding-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.footer-widgets a,
.site-footer a {
  color: inherit;
}
.footer-widgets a:hover,
.site-footer a:hover {
  text-decoration: underline;
}
.footer-widgets .wrap, .site-footer .wrap{
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .footer-widgets .wrap, .site-footer .wrap{
    width: 100%;
  }
  @media (min-width: 460px){
    .footer-widgets .wrap, .site-footer .wrap{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .footer-widgets .wrap, .site-footer .wrap{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .footer-widgets .wrap, .site-footer .wrap{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .footer-widgets .wrap, .site-footer .wrap{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .footer-widgets .wrap, .site-footer .wrap{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .footer-widgets .wrap, .site-footer .wrap{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .footer-widgets .wrap, .site-footer .wrap{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .footer-widgets .wrap, .site-footer .wrap{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .footer-widgets .wrap, .site-footer .wrap{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .footer-widgets .wrap, .site-footer .wrap{
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media (min-width: 1024px){
  .footer-widgets .wrap, .site-footer .wrap{
    flex-wrap: nowrap;
  }
}
.footer-widgets .widget-area, .site-footer .widget-area{
  order: 1;
  width: 50%;
}
@media (min-width: 1024px){
  .footer-widgets .widget-area, .site-footer .widget-area{
    width: 33.333333%;
  }
}
.footer-widgets .widget-area.footer-widgets-2, .site-footer .widget-area.footer-widgets-2{
  order: 2;
  margin-top: 2.5rem;
}
@media (min-width: 1024px){
  .footer-widgets .widget-area.footer-widgets-2, .site-footer .widget-area.footer-widgets-2{
    order: 1;
  }
  .footer-widgets .widget-area.footer-widgets-2, .site-footer .widget-area.footer-widgets-2{
    margin-top: 0px;
  }
}
.footer-widgets .widget-wrap, .site-footer .widget-wrap{
  display: flex;
  width: 100%;
}
.footer-widgets .widget_text .widget-wrap, .site-footer .widget_text .widget-wrap{
  flex-direction: column;
}
.footer-widgets .widget_text p, .site-footer .widget_text p{
  margin-bottom: 0px;
}
.footer-widgets .widget-title, .site-footer .widget-title{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-footer{
  padding-bottom: 4rem;
}

body.single-post.has-featured_video .big-leader {
  background-image: url(/wp-content/uploads/2021/04/default-header.png);
  height: 20vw !important;
  min-height: 130px !important;
  max-height: 340px !important;
}
body.single-post.has-featured_video .big-leader img {
  display: none;
}
body.single-post .big-leader{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  body.single-post .big-leader{
    width: 100%;
  }
  @media (min-width: 460px){
    body.single-post .big-leader{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    body.single-post .big-leader{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    body.single-post .big-leader{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    body.single-post .big-leader{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    body.single-post .big-leader{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    body.single-post .big-leader{
      max-width: 1440px;
    }
  }
}
body.single-post .big-leader {
  max-height: 570px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 222, var(--tw-bg-opacity));
  position: relative;
}
body.single-post .big-leader img {
  display: block;
  width: 100%;
  max-height: 570px;
  object-fit: cover;
  object-position: center center;
}
body.single-post .entry-content > img:first-child {
  display: none;
}
body.single-post .entry-title {
  color: #5a6770 !important;
  font-weight: bold;
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 0px;
  padding-right: 0px;
}
body.single-post .entry-meta {
  display: none;
}
body.single-post p{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25rem;
}
body.single-post main ul{
  padding-left: 1.5rem;
}
body.single-post main li{
  padding-top: 1.25rem;
}
body.single-post main a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
body.single-post strong{
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
body.single-post .content-sidebar-wrap{
  display: flex;
  flex-direction: column;
  padding-bottom: 8rem;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  body.single-post .content-sidebar-wrap{
    width: 100%;
  }
  @media (min-width: 460px){
    body.single-post .content-sidebar-wrap{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    body.single-post .content-sidebar-wrap{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    body.single-post .content-sidebar-wrap{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    body.single-post .content-sidebar-wrap{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    body.single-post .content-sidebar-wrap{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    body.single-post .content-sidebar-wrap{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  body.single-post .content-sidebar-wrap{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  body.single-post .content-sidebar-wrap{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  body.single-post .content-sidebar-wrap{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  body.single-post .content-sidebar-wrap{
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media (min-width: 768px){
  body.single-post .content-sidebar-wrap{
    flex-direction: row;
  }
}
body.single-post .content-sidebar-wrap .sidebar .widget-title {
  font-size: 12px;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
body.single-post .content-sidebar-wrap .sidebar .widget-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  display: block;
  height: 4px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 222, var(--tw-bg-opacity));
}
body.single-post .content-sidebar-wrap .sidebar li{
  margin-bottom: 1.5rem;
  font-weight: 700;
}
body.single-post .content-sidebar-wrap .sidebar a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.single-post .content-sidebar-wrap main{
    padding-right: 100px;
  }
  body.single-post .content-sidebar-wrap .sidebar{
    margin-top: 18rem;
  }
}

.page-template-default .entry-title{
  margin-top: -2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
.page-template-default .entry-content ul {
  list-style-position: outside;
  margin-left: 1.1em;
}
.page-template-default .entry-content a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
.page-template-default .sidebar{
  display: none;
}
.page-template-default .more-link {
  overflow: hidden;
  text-indent: -10000px;
  position: absolute;
  margin-bottom: 0;
  margin-left: 5px;
}
.page-template-default .more-link:after {
  position: absolute;
  left: 0;
  content: "z";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #009ade;
}

.faq_index{
  display: none;
}

@media (min-width: 768px){
  .faq_index{
    display: block;
  }
}
.faq_index .links{
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0 !important;
}

.parent-pageid-2619 .big-leader img{
  margin-bottom: 0px;
  max-height: 50vh;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .parent-pageid-2619 .big-leader img{
    width: 100%;
  }
  @media (min-width: 460px){
    .parent-pageid-2619 .big-leader img{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .parent-pageid-2619 .big-leader img{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .parent-pageid-2619 .big-leader img{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .parent-pageid-2619 .big-leader img{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .parent-pageid-2619 .big-leader img{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .parent-pageid-2619 .big-leader img{
      max-width: 1440px;
    }
  }
}

@media (min-width: 768px){
  .parent-pageid-2619 .big-leader img{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px){
  .parent-pageid-2619 .big-leader img{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1280px){
  .parent-pageid-2619 .big-leader img{
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1440px){
  .parent-pageid-2619 .big-leader img{
    padding-left: 105px;
    padding-right: 105px;
  }
}

.parent-pageid-2619 .big-leader img {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.parent-pageid-2619 .entry-title{
  margin-bottom: 3rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .parent-pageid-2619 .entry-title{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.parent-pageid-2619 .entry-title {
  line-height: 1.1;
}
.parent-pageid-2619 .breadcrumb{
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .parent-pageid-2619 .breadcrumb{
    width: 100%;
  }
  @media (min-width: 460px){
    .parent-pageid-2619 .breadcrumb{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .parent-pageid-2619 .breadcrumb{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .parent-pageid-2619 .breadcrumb{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .parent-pageid-2619 .breadcrumb{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .parent-pageid-2619 .breadcrumb{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .parent-pageid-2619 .breadcrumb{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .parent-pageid-2619 .breadcrumb{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .parent-pageid-2619 .breadcrumb{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .parent-pageid-2619 .breadcrumb{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .parent-pageid-2619 .breadcrumb{
    padding-left: 105px;
    padding-right: 105px;
  }
}
.parent-pageid-2619 .breadcrumb {
  font-weight: 500;
}
.parent-pageid-2619 .breadcrumb span, .parent-pageid-2619 .breadcrumb a{
  margin-right: 1rem;
}
.parent-pageid-2619 .breadcrumb a{
  text-decoration: underline;
}
.parent-pageid-2619 .breadcrumb .breadcrumb-page-title{
  --tw-text-opacity: 1;
  color: rgba(50, 62, 72, var(--tw-text-opacity));
}
.parent-pageid-2619 .breadcrumb .breadcrumb-page-title:before {
  content: "»";
  margin-right: 1rem;
}
.parent-pageid-2619 .site-inner{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .parent-pageid-2619 .site-inner{
    width: 100%;
  }
  @media (min-width: 460px){
    .parent-pageid-2619 .site-inner{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .parent-pageid-2619 .site-inner{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .parent-pageid-2619 .site-inner{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .parent-pageid-2619 .site-inner{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .parent-pageid-2619 .site-inner{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .parent-pageid-2619 .site-inner{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .parent-pageid-2619 .site-inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .parent-pageid-2619 .site-inner{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .parent-pageid-2619 .site-inner{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .parent-pageid-2619 .site-inner{
    padding-left: 105px;
    padding-right: 105px;
  }
}
.parent-pageid-2619 .sidebar-primary{
  display: none;
}

body.blog .sidebar {
  display: none;
}
body.blog .archive-description{
  grid-column: span 3 / span 3;
  margin-top: -2rem;
  margin-bottom: -2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
}
body.blog .content{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  body.blog .content{
    width: 100%;
  }
  @media (min-width: 460px){
    body.blog .content{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    body.blog .content{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    body.blog .content{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    body.blog .content{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    body.blog .content{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    body.blog .content{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  body.blog .content{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  body.blog .content{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  body.blog .content{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  body.blog .content{
    padding-left: 105px;
    padding-right: 105px;
  }
}
body.blog .content{
  display: grid;
  gap: 2.25rem;
}
@media (min-width: 768px){
  body.blog .content{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  body.blog .content{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
body.blog article{
  position: relative;
}
body.blog article h2{
  margin-top: 16rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 28px;
  line-height: 1.2;
}
body.blog article .entry-meta {
  display: none;
}
body.blog article .entry-image-link{
  position: absolute;
  top: 0px;
  height: 14rem;
  width: 100%;
  overflow: hidden;
}
body.blog article .entry-image-link img{
  position: absolute;
  height: 100%;
  width: 100%;
  border-top-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 154, 222, var(--tw-border-opacity));
  object-fit: cover;
  object-position: center;
}
body.blog article p{
  padding-left: 0px;
  padding-right: 0px;
}
body.blog .archive-pagination{
  grid-column: span 3 / span 3;
  margin-top: 0px;
}

.page-template-landing {
  background-color: #F4F4F4;
}
.page-template-landing .site-inner aside.sidebar {
  display: none !important;
}
@media (min-width: 640px){
  .page-template-landing .wp-block-cover{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.page-template-landing .wp-block-cover h1 {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
}
@media (min-width: 640px){
  .page-template-landing .wp-block-cover h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-cover h1{
    font-size: 6rem;
    line-height: 1;
  }
}
.page-template-landing .wp-block-cover h4 {
  font-size: 1.25rem;
  color: #D9D9D6;
  letter-spacing: 0.1em;
  margin-top: 7rem;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-cover h4{
    margin-top: 0px;
  }
}
.page-template-landing .wp-block-cover hr {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-template-landing .wp-block-cover p {
  font-size: 1.5rem;
  font-weight: bold;
}
.page-template-landing .wp-block-cover + .wp-block-navigation {
  margin-top: -8px;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-cover .wp-block-image{
    position: absolute;
  }
  .page-template-landing .wp-block-cover .wp-block-image{
    left: 0px;
  }
}
.page-template-landing .wp-block-cover .wp-block-image {
  width: 100%;
}
.page-template-landing .wp-block-cover .wp-block-image figure{
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-template-landing .wp-block-cover .wp-block-image figure img {
  max-width: 60px;
}
.page-template-landing .entry-content .wp-block-navigation ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px){
  .page-template-landing .entry-content .wp-block-navigation ul{
    padding-left: 1.25rem;
  }
}
.page-template-landing .entry-content .wp-block-navigation ul li{
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px){
  .page-template-landing .entry-content .wp-block-navigation ul li{
    width: auto;
  }
  .page-template-landing .entry-content .wp-block-navigation ul li:first-child:before {
    content: "Go To:";
    font-weight: bold;
  }
}
.page-template-landing .entry-content .wp-block-navigation ul li a {
  text-transform: uppercase;
  font-size: 1rem;
}
.page-template-landing img {
  border-top: none;
}
.page-template-landing .entry-content > .wp-block-image{
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 1024px){
  .page-template-landing .entry-content > .wp-block-image{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.page-template-landing .entry-content > p {
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-template-landing .entry-content > p {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.page-template-landing p {
  line-height: 1.25;
}
.page-template-landing p.narrow{
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px){
  .page-template-landing p.narrow{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .page-template-landing p.narrow{
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (min-width: 1280px){
  .page-template-landing p.narrow{
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 1440px){
  .page-template-landing p.narrow{
    padding-left: 360px;
    padding-right: 360px;
  }
}
@media (max-width: 767px) {
  .page-template-landing p.narrow {
    margin-left: 0 !important;
  }
}
.page-template-landing p.has-large-font-size {
  font-size: 1.75rem;
}
.page-template-landing p.has-larger-font-size {
  font-size: 27px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-template-landing p.has-larger-font-size {
    font-size: 2rem;
  }
  .page-template-landing p.has-larger-font-size.narrow{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.page-template-landing p.half-width {
  font-weight: 300;
  margin-top: 1.5rem;
}
@media (min-width: 1024px){
  .page-template-landing p.half-width{
    padding-right: 50%;
  }
}
.page-template-landing p[style*=font-size] {
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-template-landing p[style*=font-size] {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px){
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow]{
    display: none;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow]{
  margin-top: 6rem;
  margin-bottom: 6rem;
  overflow: hidden;
  padding-top: 3rem;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow] .swiper-container{
  overflow: visible;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px){
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow] .swiper-container{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow] .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0));
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow] .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0));
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow] .vp-portfolio__item{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow] .vp-portfolio__item-meta {
  color: #1A428A;
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2.25rem;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow] .vp-portfolio__item-meta .vp-portfolio__item-meta-title {
  font-weight: 500 !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=coverflow] .vp-portfolio__item-meta:before {
  content: "";
  position: absolute;
  top: 17px;
  display: block;
  height: 4px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 222, var(--tw-bg-opacity));
}
.page-template-landing .cards .wp-block-column > .wp-block-image{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
  margin-top: -1.5rem !important;
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
  width: calc(100% + 3rem) !important;
}
.page-template-landing .cards .wp-block-column > .wp-block-image figcaption {
  font-weight: 500 !important;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.25rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
}
.page-template-landing .cards .wp-block-column > .wp-block-image figcaption:before {
  content: "";
  position: absolute;
  top: 17px;
  display: block;
  height: 4px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 222, var(--tw-bg-opacity));
}
.page-template-landing .wp-block-visual-portfolio.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden;
}
.page-template-landing .wp-block-visual-portfolio.alignfull .vp-portfolio {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-template-landing .wp-block-visual-portfolio.alignfull .vp-portfolio {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide]{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] .swiper-container{
  overflow: visible;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] .swiper-container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] .swiper-wrapper {
  align-items: stretch !important;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] .swiper-slide {
  height: auto;
  align-self: stretch;
}
@media (min-width: 768px) {
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] .vp-portfolio__item-wrap {
    padding-right: 37px !important;
    padding-left: 38px !important;
  }
}
@media (max-width: 767px) {
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] .vp-portfolio__items-arrow {
    top: calc(100% + 30px) !important;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure{
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure{
    flex-direction: row;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure {
  height: 100%;
  background-image: url("../../assets/images/link.svg");
  background-repeat: no-repeat;
  background-position: right 15px bottom 15px;
  background-size: 50x;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure .vp-portfolio__item-img-wrap{
  overflow: visible;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure .vp-portfolio__item-img-wrap{
    width: 66.666667%;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure figcaption{
  position: relative;
  padding-right: 4.5rem;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure figcaption{
    width: 33.333333%;
  }
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure figcaption{
    padding-right: 0px;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure figcaption .vp-portfolio__item-meta{
  padding: 1.25rem;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure h2{
  position: relative;
  margin-bottom: 1.25rem;
  overflow: visible;
  padding-top: 1.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure h2:hover{
  --tw-text-opacity: 1;
  color: rgba(50, 62, 72, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure h2:before {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  height: 5px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 222, var(--tw-bg-opacity));
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure h2 a{
  position: relative;
  display: block;
  overflow: visible;
}
.page-template-landing .wp-block-visual-portfolio [data-vp-slider-effect=slide] figure h2 a:after {
  content: "";
  height: 600px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.page-template-landing .entry-content > h4, .page-template-landing .wp-block-group > h4{
  text-decoration: underline;
}
.page-template-landing .entry-content > h4,
.page-template-landing .wp-block-group > h4 {
  letter-spacing: 0.1em;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.page-template-landing .wp-block-group > h4{
  margin-bottom: 1.5rem;
}
.page-template-landing .wp-block-group.has-background:not(.alignfull){
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-group.has-background:not(.alignfull){
    width: 100%;
  }
  @media (min-width: 460px){
    .page-template-landing .wp-block-group.has-background:not(.alignfull){
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .page-template-landing .wp-block-group.has-background:not(.alignfull){
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .page-template-landing .wp-block-group.has-background:not(.alignfull){
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .page-template-landing .wp-block-group.has-background:not(.alignfull){
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .page-template-landing .wp-block-group.has-background:not(.alignfull){
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .page-template-landing .wp-block-group.has-background:not(.alignfull){
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .page-template-landing .wp-block-group.has-background:not(.alignfull){
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-group.has-background:not(.alignfull){
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .page-template-landing .wp-block-group.has-background:not(.alignfull){
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .page-template-landing .wp-block-group.has-background:not(.alignfull){
    padding-left: 105px;
    padding-right: 105px;
  }
}
.page-template-landing .wp-block-group.has-background:not(.alignfull) .wp-block-group__inner-container {
  background-color: white;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-group.has-background:not(.alignfull) .wp-block-group__inner-container{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.page-template-landing .wp-block-group.has-background.alignfull{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-group.has-background.alignfull{
    width: 100%;
  }
  @media (min-width: 460px){
    .page-template-landing .wp-block-group.has-background.alignfull{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .page-template-landing .wp-block-group.has-background.alignfull{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .page-template-landing .wp-block-group.has-background.alignfull{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .page-template-landing .wp-block-group.has-background.alignfull{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .page-template-landing .wp-block-group.has-background.alignfull{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .page-template-landing .wp-block-group.has-background.alignfull{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .page-template-landing .wp-block-group.has-background.alignfull{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-group.has-background.alignfull{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .page-template-landing .wp-block-group.has-background.alignfull{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .page-template-landing .wp-block-group.has-background.alignfull{
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-group.has-background.alignfull{
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .page-template-landing .wp-block-group.has-background.alignfull{
    padding-bottom: 8rem;
  }
}
.page-template-landing .wp-block-group.has-background.alignfull figure{
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-landing .entry-content h4.narrow{
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px){
  .page-template-landing .entry-content h4.narrow{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .page-template-landing .entry-content h4.narrow{
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (min-width: 1280px){
  .page-template-landing .entry-content h4.narrow{
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (min-width: 1440px){
  .page-template-landing .entry-content h4.narrow{
    padding-left: 360px;
    padding-right: 360px;
  }
}
.page-template-landing .entry-content > h4 + p{
  margin-top: 2rem;
}
.page-template-landing .wp-block-cover:last-child{
  margin-bottom: -4.5rem;
}
.page-template-landing .plex {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.page-template-landing .plex.has-larger-font-size {
  font-size: 112px;
  font-weight: 300;
}
.page-template-landing h3.plex {
  text-transform: none;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 24px;
}
@media (min-width: 1024px){
  .page-template-landing h3.plex{
    font-size: 30px;
  }
}
.page-template-landing h3.plex {
  border-bottom: 1px solid #B1B3B3;
}
.page-template-landing .mobile-reflex-wrapper + .mobile-reflex-wrapper .plex-chart {
  border-top: 1px solid #B1B3B3;
}
.page-template-landing .mobile-reflex-wrapper .plex-chart{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-template-landing .mobile-reflex-wrapper .plex-chart .wp-block-column{
  text-align: center;
}
@media (min-width: 768px){
  .page-template-landing .mobile-reflex-wrapper .plex-chart .wp-block-column{
    text-align: left;
  }
}
.page-template-landing .mobile-reflex-wrapper .wp-block-columns.has-background{
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px){
  .page-template-landing .mobile-reflex-wrapper .wp-block-columns.has-background{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.page-template-landing .mobile-reflex-wrapper .wp-block-columns.has-background .wp-block-column{
  margin-bottom: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media (min-width: 1024px){
  .page-template-landing .mobile-reflex-wrapper .wp-block-columns.has-background .wp-block-column{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .page-template-landing .mobile-reflex-wrapper .wp-block-columns.has-background .wp-block-column{
    margin-bottom: 0px;
  }
}
.page-template-landing .mobile-reflex-wrapper .wp-block-columns.has-background .wp-block-column .wp-block-image {
  padding-left: 0;
  padding-right: 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.page-template-landing .wp-block-group.has-background + .wp-block-cover{
  margin-top: -3rem;
}
.page-template-landing .gb-block-button{
  display: inline-block;
  width: auto;
  align-self: flex-end;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 154, 222, var(--tw-border-opacity));
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-landing .gb-block-button:hover {
  background-color: #009ADE !important;
}
.page-template-landing .gb-block-button:hover a {
  color: white !important;
}
.page-template-landing .gb-block-button .gb-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.page-template-landing .gb-block-button .gb-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 222, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .page-template-landing .gb-block-button .gb-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.page-template-landing .gb-block-button .gb-button {
  background-color: transparent !important;
}
@media (min-width: 1024px){
  .page-template-landing .wp-block-cover:last-child .wp-block-cover__inner-container{
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 1280px){
  .page-template-landing .wp-block-cover:last-child .wp-block-cover__inner-container{
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
.page-template-landing .wp-block-cover:last-child h4{
  margin-bottom: 1.25rem;
  display: inline-block;
  width: auto;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border-bottom: 3px solid #A1D884;
}
.page-template-landing .wp-block-cover:last-child p {
  font-weight: 300 !important;
}
.page-template-landing .wp-block-cover:last-child p strong {
  font-weight: bold;
}
.page-template-landing .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-template-landing .gform_wrapper textarea{
  width: 100%;
  background-color: transparent;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.page-template-landing .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .page-template-landing .gform_wrapper textarea:-ms-input-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.page-template-landing .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .page-template-landing .gform_wrapper textarea::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.page-template-landing .gform_wrapper input[type=submit].button{
  float: right;
  margin-top: 3rem;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: 2px solid #A1D884 !important;
}
.page-template-landing .gform_wrapper input[type=submit].button:hover {
  background-color: #A1D884 !important;
  color: #1A428A !important;
}

body {
  font-family: "Graphik", "Times New Roman", sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: normal;
  line-height: 1.333333;
  --tw-text-opacity: 1;
  color: rgba(50, 62, 72, var(--tw-text-opacity));
}
body * {
  box-sizing: border-box;
}
body ::selection {
  background-color: rgba(0, 154, 222, 0.99);
}

.content{
  width: 100%;
}

.entry{
  margin-bottom: 0px;
}

.site-inner{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .site-inner{
    width: 100%;
  }
  @media (min-width: 460px){
    .site-inner{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .site-inner{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .site-inner{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .site-inner{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .site-inner{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .site-inner{
      max-width: 1440px;
    }
  }
}

.wp-block-separator{
  position: relative;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: block;
  height: 3px;
  width: 4em;
}

@media (min-width: 768px){
  .wp-block-separator{
    height: 5px;
  }
}

.wp-block-separator {
  margin-left: 0 !important;
}
.wp-block-separator.alignwide{
  width: 100%;
  max-width: none;
  max-width: none !important;
  border-width: 2px;
}

.wp-block-group__inner-container .wp-block-separator {
  margin-bottom: 1rem !important;
}

.button{
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-border-opacity: 1;
  border-color: rgba(0, 154, 222, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 222, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 0 !important;
  border: 2px solid #009ADE;
}
.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 154, 222, var(--tw-text-opacity));
  border: 2px solid #009ADE;
  text-decoration: none !important;
}

.entry-title{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .entry-title{
    width: 100%;
  }
  @media (min-width: 460px){
    .entry-title{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .entry-title{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .entry-title{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .entry-title{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .entry-title{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .entry-title{
      max-width: 1440px;
    }
  }
}

@media (min-width: 768px){
  .entry-title{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px){
  .entry-title{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1280px){
  .entry-title{
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1440px){
  .entry-title{
    padding-left: 105px;
    padding-right: 105px;
  }
}

.entry-content{
  padding-bottom: 4.5rem;
}
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){
  .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
    width: 100%;
  }
  @media (min-width: 460px){
    .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
      max-width: 460px;
    }
  }
  @media (min-width: 640px){
    .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
      max-width: 1440px;
    }
  }
}
@media (min-width: 768px){
  .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1280px){
  .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px){
  .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > h7, .entry-content > p, .entry-content > ul{
    padding-left: 105px;
    padding-right: 105px;
  }
}
.entry-content p.mb-0 {
  margin-bottom: 0 !important;
}
.entry-content p strong {
  font-weight: 500;
}
.entry-content p img {
  display: inline;
}
.entry-content ul li{
  margin-top: 1.25rem;
}

.all-caps {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: 0.1em;
}
.all-caps a {
  font-weight: bold;
}