@charset "UTF-8";
/*
Theme Name: Gomo
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Domain Path: /languages/
Tags: 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  background-color: white;
}

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

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
  display: block;
}

/* EXAMPLE USE OF font-size and rem-calc
html {
  @include font-size(16);
  line-height: rem-calc(16);
}
*/
/*
$width-default: rem-calc(800);
$width-wide: rem-calc(1200);
$width-full: 100%;
*/
.border-box {
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

.smooth-box-shadow {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

/* Responsive media query mixins */
.not-contained {
  max-width: none;
}

.no-padding {
  padding: 0;
}

.panel-padding {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .panel-padding {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.panel-padding-small {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.margin {
  margin: 0.9375rem !important;
}

.padding {
  padding: 0.9375rem !important;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-auto-left {
  margin-left: auto;
  margin-right: 0;
}

.margin-auto-right {
  margin-left: 0;
  margin-right: auto;
}

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

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

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

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

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

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

.has-small-font-size {
  font-size: 1rem;
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 1.125rem;
}

.has-medium-font-size {
  font-size: 1.375rem;
}

.has-large-font-size {
  font-size: 2.25rem;
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 2.625rem;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container .columns {
  margin-bottom: 0.9375rem;
}

.flex-container .card-container {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-wrap: break-word;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, #page-header:before, #page-header:after, #page-content:before, #page-content:after, #page-footer:before, #page-footer:after {
  content: '';
  display: table;
}

.clear:after, .entry-content:after, .comment-content:after, #page-header:after, #page-content:after, #page-footer:after {
  clear: both;
}

.has-border, .border-box {
  border: 1px solid #676767;
}

.has-border-top {
  border-top: 1px solid #676767;
}

.has-border-right {
  border-right: 1px solid #676767;
}

.has-border-bottom {
  border-bottom: 1px solid #676767;
}

.has-border-left {
  border-left: 1px solid #676767;
}

.has-border-top-and-bottom {
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
}

.has-border-left-and-right {
  border-left: 1px solid #676767;
  border-right: 1px solid #676767;
}

.is-style-display {
  font-family: "informapro", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
}

ul, ol {
  margin: 0;
}

ul.is-style-tick-list-style {
  list-style: none;
  padding: 0;
}

ul.is-style-tick-list-style ul {
  list-style: none;
}

ul.is-style-tick-list-style li {
  position: relative;
  padding-left: 0.9375rem;
  /* space to preserve indentation on wrap */
}

ul.is-style-tick-list-style li:before {
  content: '✓';
  /* placeholder for the SVG */
  position: absolute;
  left: 0;
  /* place the SVG at the start of the padding */
  width: 1.875rem;
  height: 1;
  text-align: center;
}

ul.is-style-highlight-list {
  background-color: #bbd2e7;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

ul.is-style-none-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.is-style-rounded {
  border-radius: 0.9375rem;
}

.is-style-rounded img {
  border-radius: 0.9375rem;
}

.wp-block-group.has-background {
  padding: 0.9375rem 0;
}

.has-background {
  color: #fff;
  /*
	a {
		color: inherit;
	}
*/
}

.has-background .slick-prev:before, .has-background .slick-next:before {
  color: #fff;
}

.has-background[class*="-light-background-color"],
.has-white-background-color {
  color: #484848;
  /*
	a.wp-block-button__link {
		color:;
	}
*/
}

.has-background[class*="-light-background-color"] .slick-prev:before, .has-background[class*="-light-background-color"] .slick-next:before,
.has-white-background-color .slick-prev:before,
.has-white-background-color .slick-next:before {
  color: #1b6aaf;
}

.row-no-margins {
  max-width: 100%;
}

.row-no-margins .columns {
  padding: 0;
}

.wp-block-file {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #cfcfcf;
  padding: 0.9375rem;
  width: 100%;
}

.wp-block-file a {
  display: block;
}

.wp-block-file .wp-block-file__button {
  border-radius: 0;
  display: inline-block;
  margin: 0.625rem 0 0 0;
  float: right;
}

.has-style-image-filter-hover-on img {
  filter: url(images/filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  -webkit-transition: 0.5s filter linear;
  -moz-transition: 0.5s filter linear;
  -ms-transition: 0.5s filter linear;
  -o-transition: 0.5s filter linear;
  transition: 0.5s filter linear;
}

.has-style-image-filter-hover-on img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.has-style-image-filter-hover img,
.has-style-image-filter-hover-off img {
  -webkit-filter: none;
  filter: none;
}

.has-style-image-filter-hover img:hover,
.has-style-image-filter-hover-off img:hover {
  filter: url(images/filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  -webkit-transition: 0.5s filter linear;
  -moz-transition: 0.5s filter linear;
  -ms-transition: 0.5s filter linear;
  -o-transition: 0.5s filter linear;
  transition: 0.5s filter linear;
}

.columns.no-padding,
.columns.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.full-height {
  height: 100%;
}

.display-block {
  display: block;
}

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

.padding-right {
  padding-right: 0.9375rem;
}

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

.wp-block-group.has-background.no-padding {
  padding: 0;
}

.padding-content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.padding-content-top {
  padding-top: 1.875rem;
}

.bg-gradient {
  background: #ac32e4 !important;
  background: -webkit-gradient(linear, left top, right top, from(#009688), color-stop(20%, #009688), to(#00695f)) !important;
  background: linear-gradient(to right, #009688 0%, #009688 20%, #00695f 100%) !important;
}

.wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6, .wp-block-cover p {
  padding: 0;
}

#page .margin-bottom, #page .is-style-margin-bottom {
  margin-bottom: 0.9375rem;
}

#page .margin-top, #page .is-style-margin-top {
  margin-top: 0.9375rem;
}

#page .margin-top-and-bottom, #page .is-style-margin-top-and-bottom {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

#page .no-margin, #page .is-style-no-margin {
  margin: 0;
}

#page .no-margin-bottom, #page .is-style-no-margin-bottom {
  margin-bottom: 0;
}

#page .no-margin-top, #page .is-style-no-margin-top {
  margin-top: 0;
}

#page .no-margin-top-and-bottom, #page .is-style-no-margin-top-and-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.clearfix, .post-navigation .nav-links, .site-footer .stapline-nav {
  content: "";
  display: table;
  table-layout: fixed;
}

.color-box {
  width: 15.625rem;
  height: 15.625rem;
  display: inline-block;
  padding: 0.9375rem;
  margin: 0.625rem;
  color: white;
  border: 1px solid #666;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 599px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0), screen and (min-width: 960px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 960px) {
  .hide-for-medium-up {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .show-for-medium-up {
    display: none !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 599px), screen and (min-width: 1200px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 1200px) {
  .hide-for-large-up {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .show-for-large-up {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 1199px), screen and (min-width: 1440px) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 0), screen and (min-width: 960px) {
  .hide-medium-up {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .show-medium-up {
    display: none !important;
  }
}

/* Block: Shared Nesting Alignment Resets ---- */
/**
 * Extends
 */
.default-max-width, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .entry-content .wp-audio-shortcode, .post-thumbnail,
.row-normal {
  max-width: 50rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .default-max-width, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
  *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .entry-content .wp-audio-shortcode, .post-thumbnail,
  .row-normal {
    margin-left: auto;
    margin-right: auto;
  }
}

.wide-max-width, .alignwide, .post-navigation, .pagination, .comments-pagination, .widget-area, .row-wide {
  max-width: 75rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .wide-max-width, .alignwide, .post-navigation, .pagination, .comments-pagination, .widget-area, .row-wide {
    margin-left: auto;
    margin-right: auto;
  }
}

.full-max-width, .wp-block-group .wp-block-group__inner-container > *.alignfull, .alignfull, .row-full {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover-image,
.wp-block-cover {
  min-height: 300px;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  margin: 70px 0;
}

.wp-block-cover.screen-height {
  min-height: 100vh;
}

.wp-block-cover.screen-height .down-arrow {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
}

.wp-block-cover.screen-height .down-arrow .down-arrow-image {
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  height: 28px;
  background-image: url("images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.wp-block-cover.screen-height .down-arrow .down-arrow-image:focus {
  outline: none;
}

@media only screen and (min-width: 482px) {
  .full-max-width, .alignfull {
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
.alignwide [class*="inner-container"] > .alignwide, .alignfull [class*="inner-container"] > .alignwide, .entry-header .post-thumbnail,
.singular .post-thumbnail {
	margin-left: auto;
	margin-right: auto;
	width: $responsive--alignwide-width;
	max-width: $max-width-full;
}
*/
@media only screen and (min-width: 482px) {
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: 1.25rem;
    /*rtl:ignore*/
    margin-right: 1.25rem;
  }
}

@media only screen and (min-width: 482px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: 1.25rem;
    /*rtl:ignore*/
    margin-right: 1.25rem;
  }
}

/*
.row-normal,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.wp-block-button.alignleft,
.wp-block-button.alignright,
.gform_wrapper {
	@include alignment-default-width();
}
*/
/*
.default-max-width, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.entry-content .wp-audio-shortcode,
.post-thumbnail {
	@include alignment-default-width();
	padding: 0 $padding;
	@include breakpoint(large) {
		padding: 0;
	}
}
*/
/*
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, 
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
*/
/*
.row-normal,
.wp-block-cover-image .wp-block-cover__inner-container, 
.wp-block-cover .wp-block-cover__inner-container {
	@include alignment-default-width();
}

.wide-max-width, 
.alignwide, 
.widget-area {
	@include alignment-wide-width();
	padding: 0 $padding;
	@include breakpoint(large) {
		padding: 0;
	}
}

.alignwide [class*="inner-container"] > .alignwide, 
.alignfull [class*="inner-container"] > .alignwide, 
.entry-header .post-thumbnail,
.singular .post-thumbnail,
.row-wide {
	@include alignment-wide-width();
}

.full-max-width, 
.wp-block-group .wp-block-group__inner-container > *.alignfull, 
.alignfull
{
	@include alignment-full-width();
	padding: 0 $padding;
	@include breakpoint(large) {
		padding: 0;
	}
}
.row-full {
	@include alignment-full-width();
}
*/
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin-bottom: 40px;
  width: 100%;
}

.wp-block-cover-image.screen-height .wp-block-cover__inner-container,
.wp-block-cover.screen-height .wp-block-cover__inner-container {
  z-index: 3;
}

/*
@media only screen and (min-width: 482px) {
	.entry-content > .alignleft {
		margin-left: var(--responsive--alignleft-margin);
		margin-right: var(--global--spacing-horizontal);
	}
}

@media only screen and (min-width: 482px) {
	.entry-content > .alignright {
		margin-left: var(--global--spacing-horizontal);
		margin-right: var(--responsive--alignright-margin);
	}
}
*/
/* Block: Shared Nesting Alignment Resets ---- */
/*
[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}
*/
/*
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: $max-width-default;
	width: calc(100% - 1rem);
	margin-left: auto;
	margin-right: auto;
}
[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}
*/
/* Center */
.wp-block-button.alignleft,
.wp-block-button.alignright {
  float: none;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
  margin-top: 0.9375rem;
  margin-right: auto;
  margin-bottom: 0.9375rem;
  margin-left: auto;
}

.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Left and right */
.alignleft,
.alignright {
  max-width: 50%;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 0.9375rem 0.9375rem 0.9375rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0.9375rem 0.9375rem 0.9375rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {
  /*rtl:ignore*/
  margin-left: 0.9375rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {
  /*rtl:ignore*/
  margin-right: 0.9375rem;
}

/* Entry Media ------------------------------- */
.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
}

.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  width: calc(100% - 4rem);
}

/* -------------------------------------------------------------------------- */
/*	Other
/* -------------------------------------------------------------------------- */
.wp-caption {
  margin: .5rem 0 1.5rem 0;
  max-width: 100%;
  text-align: left;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
  max-width: 100%;
}

.wp-caption-text, .gallery-caption {
  padding-top: 0.625rem;
  margin-top: 0;
  width: 100%;
  text-transform: none;
  font-size: 0.9375rem;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #676767;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
  color: #fff;
  border-left-color: #fff;
}

#main .tiled-gallery {
  margin-bottom: 0.9375rem;
}

#main .tiled-gallery p {
  margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
  margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5%;
  visibility: hidden;
}

.pull-right,
.pull-excerpt {
  float: right;
  margin: 1.2% 0 2% 5%;
  text-align: left;
}

.pull-left {
  float: left;
  margin: 1.5% 5% 2% 0;
}

.pull-right,
.pull-left,
.pull-excerpt {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  width: 32%;
  padding: 0.9375rem;
  background: #d1d1d1;
  border-radius: 0;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .pull-right,
  .pull-left,
  .pull-excerpt {
    width: 100%;
    margin: 0 0 0.9375rem 0;
    padding-top: 0.9375rem;
  }
}

.pull-excerpt {
  text-align: left;
  padding-top: 0.9375rem;
  margin-top: 0.625rem;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .pull-excerpt {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

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

.site-main .gallery {
  margin-bottom: 1.2em;
}

.has-wide-image .featured-image,
.has-wide-image .featured-video {
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .has-wide-image .featured-image,
  .has-wide-image .featured-video {
    width: 90vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.featured-image .gallery {
  margin-bottom: 0;
}

.featured-gallery {
  background: transparent;
}

.featured-gallery [class*='gallery']:first-child {
  opacity: 0;
  animation-delay: .5s;
  animation-name: fadeIn;
  animation-duration: .5s;
  animation-fill-mode: both;
}

.gallery a img {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}

.gallery dd, .gallery figcaption {
  font-size: 1rem;
  text-align: left;
  margin: 0;
}

.gallery-item {
  display: inline-block;
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

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

embed, iframe, object {
  max-width: 100%;
  border-width: 0;
}

#content .wp-playlist-light {
  color: #55626D;
  padding: 0;
}

#content .mejs-container:not(.mejs-video), #content .mejs-embed, #content .mejs-embed body {
  background: none;
}

#content .mejs-container:not(.mejs-video) {
  margin-bottom: 1em;
  height: 4.6875rem !important;
}

#content .mejs-container:not(.mejs-video) a {
  border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
  background: transparent;
}

#content .wp-playlist {
  border: none;
  background: none;
  margin: 0 0 0.9375rem 0;
  padding: 0;
}

#content .wp-playlist-tracks {
  margin-top: 3.5%;
}

#content .wp-playlist-item {
  border-bottom: dotted 0.0625rem #CAD1D8;
  padding: 0;
}

#content .wp-playlist-item:last-child {
  border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
  padding: 2%;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  #content .wp-playlist-item .wp-playlist-caption,
  #content .wp-playlist-item-length {
    padding: 4%;
  }
}

#content .wp-playlist-item .wp-playlist-caption {
  color: #000;
  display: inline-block;
  border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
  background: none;
  border-bottom: none;
}

#content .wp-playlist-caption, #content .wp-playlist-item-title {
  font-size: 1.125rem;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  #content .wp-playlist-caption, #content .wp-playlist-item-title {
    font-size: 1rem;
  }
}

#content .wp-playlist-current-item {
  height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
  margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
  display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
  color: #000;
  font-size: 1.625rem;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  #content .wp-playlist-current-item .wp-playlist-item-title {
    font-size: 1.375rem;
  }
}

#content .wp-playlist-current-item .wp-playlist-item-album {
  font-size: 1.125rem;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  #content .wp-playlist-current-item .wp-playlist-item-album {
    font-size: 1rem;
  }
}

#page .mejs-controls {
  background: #000;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  #page .mejs-controls {
    padding: 0 0.625rem;
  }
}

#page .mejs-controls .mejs-button button:hover {
  background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #5E7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #5E7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #5E7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #e3eaf0;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #5E7383;
}

#page .mejs-controls .mejs-button button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
  height: 2.5rem;
}

#page .mejs-video .mejs-time {
  height: 2.1875rem;
  padding-top: 0.125rem;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
  margin: 0.5rem 0.625rem;
}

#page .mejs-video .mejs-button button {
  margin: 0.75rem 0.3125rem;
}

/* -------------------------------------------------------------------------- */
/*	7c. Template: Full Width
/* -------------------------------------------------------------------------- */
body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 75rem;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
  position: static;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft {
  /*rtl:ignore*/
  margin-left: 0;
  position: static;
}

body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {
  /*rtl:ignore*/
  margin-left: 2rem;
  position: static;
}

body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright {
  /*rtl:ignore*/
  margin-right: 0;
  position: static;
}

body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {
  /*rtl:ignore*/
  margin-right: 2rem;
  position: static;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-backface-visibility: pan-y;
  backface-visibility: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  /* bigger than 1440 */
  padding: 0;
}

@media (min-width: 960px) {
  .slick-list {
    margin: 0;
  }
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0 auto;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-slider {
  margin-top: 0.9375rem;
  margin-bottom: 3.75rem;
}

.slick-slider .slick-list {
  margin-bottom: 1.875rem;
}

.slick-slide .card-container {
  padding: 0 0.9375rem;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2.75rem;
  width: 2.75rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  top: 50%;
  margin-top: -1.375rem;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  box-shadow: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.375rem;
  /* bigger than 1440 */
  line-height: 1;
  color: #1b6aaf;
  opacity: 1;
}

@media (min-width: 600px) {
  .slick-prev:before, .slick-next:before {
    font-size: 2.75rem;
  }
}

.slick-prev {
  left: -1.375rem;
  /* bigger than 1440 */
  z-index: 9;
}

@media (min-width: 960px) {
  .slick-prev {
    left: -2.75rem;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -1.375rem;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .slick-next {
    right: -2.75rem;
  }
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  position: absolute;
  padding: 0.9375rem 0 0 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  bottom: -1.875rem;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0.3125rem;
  cursor: pointer;
  box-shadow: none;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 0.625rem;
  line-height: 1.25rem;
  text-align: center;
  color: #1b6aaf;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #134a7b;
  opacity: 1;
}

.hide-dots .slick-dots {
  display: none !important;
}

.hide-arrows .slick-prev,
.hide-arrows .slick-next {
  display: none !important;
}

.slick-slider.alignfull {
  margin-bottom: 0;
}

.slick-slider.alignfull .slick-list {
  margin-bottom: 0;
}

.slick-slider.alignfull .slick-prev,
.slick-slider.alignfull .slick-next {
  background-color: #fff;
  opacity: 0.7;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #d1d1d1;
  height: 1.25rem;
  width: 1.25rem;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

.slick-slider.alignfull .slick-prev:before,
.slick-slider.alignfull .slick-next:before {
  font-size: 0.6875rem;
  line-height: 1.25rem;
}

@media (min-width: 600px) {
  .slick-slider.alignfull .slick-prev,
  .slick-slider.alignfull .slick-next {
    height: 1.875rem;
    width: 1.875rem;
  }
  .slick-slider.alignfull .slick-prev:before,
  .slick-slider.alignfull .slick-next:before {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .slick-slider.alignfull .slick-prev,
  .slick-slider.alignfull .slick-next {
    height: 2.5rem;
    width: 2.5rem;
  }
  .slick-slider.alignfull .slick-prev:before,
  .slick-slider.alignfull .slick-next:before {
    font-size: 1.375rem;
    line-height: 2.5rem;
  }
}

.slick-slider.alignfull .slick-prev:hover,
.slick-slider.alignfull .slick-next:hover {
  opacity: 1;
  background-color: #1b6aaf;
}

.slick-slider.alignfull .slick-prev:hover:before,
.slick-slider.alignfull .slick-next:hover:before {
  color: #fff;
}

.slick-slider.alignfull .slick-prev {
  left: 0.3125rem;
  /* bigger than 1440 */
}

@media (min-width: 1200px) {
  .slick-slider.alignfull .slick-prev {
    left: 0.9375rem;
  }
}

.slick-slider.alignfull .slick-next {
  right: 0.3125rem;
  /* bigger than 1440 */
}

@media (min-width: 1200px) {
  .slick-slider.alignfull .slick-next {
    right: 0.9375rem;
  }
}

.slick-slider.alignfull .slick-dots {
  bottom: 1.875rem;
  opacity: 0.7;
}

.slick-slider.alignfull .slick-dots:hover {
  opacity: 1;
}

.slick-slider.alignfull .slick-dots:before {
  color: #fff;
}

.row {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 600px) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 960px) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 600px) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 600px) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-offset-1-5 {
    margin-left: calc((100%/12)*2.5);
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 0.9375rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 600px) {
  .column-block {
    margin-bottom: 0.9375rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* Primary Menu ---------------------------- */
.primary-menu-wrapper {
  display: inline-block;
}

ul.primary-menu {
  display: flex;
  font-size: 1.125rem;
  letter-spacing: -0.0277em;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.primary-menu i {
  display: block;
  position: absolute;
  pointer-events: none;
  transform: rotate(0deg);
  color: white;
  width: 2.5rem;
  height: 2.5rem;
}

.primary-menu ul i {
  transform: rotate(90deg);
}

.primary-menu li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
  list-style: none;
  margin-bottom: 0;
}

.primary-menu > li {
  margin: 0;
  margin-left: 2.5rem;
}

.primary-menu > li:first-child {
  margin-left: 0;
}

.primary-menu > li.menu-item-has-children > a {
  padding-right: 2rem;
}

.primary-menu > li > i {
  right: 2.5rem;
  top: calc(50% - 0.4rem);
}

.primary-menu a {
  color: white;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  font-family: "informapro", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
  border-bottom: 2px solid #fff;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none;
}

/* SUB MENU */
.primary-menu ul {
  background: #000;
  border-radius: 0.4rem;
  color: #fff;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 9999rem;
  top: 100%;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 15.625rem;
  z-index: 1;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
  margin: 2.5rem 0 2.5rem 2.5rem;
}

.primary-menu ul::before,
.primary-menu ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}

.primary-menu ul::before {
  height: 2.5rem;
  left: 0;
  right: 0;
}

.primary-menu ul::after {
  border: 2.5rem solid transparent;
  border-bottom-color: #000;
  right: 2.5rem;
}

.primary-menu ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 2.5rem 1.25rem;
  transition: background-color 0.15s linear;
  width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
  padding-right: calc(2.5rem * 3);
}

.primary-menu ul li.menu-item-has-children i {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
}

/* DEEP DOWN */
.primary-menu ul ul {
  top: -2.5rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
  right: calc(100% + 2.5rem);
}

.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: 2.5rem2.5rem;
  top: 0;
  width: 2.5rem;
}

.primary-menu ul ul::after {
  border-bottom-color: transparent;
  /*rtl:ignore*/
  border-left-color: #000;
  bottom: auto;
  right: -1.25rem;
  top: 2.5rem;
}

.rtl .primary-menu ul ul::after {
  transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
  }
  .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
  }
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
  margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
  margin-right: 4.5rem;
  padding-right: 0;
  width: unset;
}

.site-footer p, .site-footer ul, .site-footer li, .site-footer ol, .site-footer #footer-menu a {
  font-size: 14px;
}

.site-footer ul.primary-menu {
  justify-content: flex-start;
  font-size: 14px;
}

.site-footer .primary-menu li.current-menu-item > a,
.site-footer .primary-menu li.current-menu-item > .link-icon-wrapper > a,
.site-footer .primary-menu a:hover,
.site-footer .primary-menu a:focus,
.site-footer .primary-menu .current_page_ancestor {
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.menu-modal-inner .screen-reader-text {
  font-size: 1px;
}

.menu-modal-inner .social-navigation ul {
  margin: 0;
  margin-top: 0.9375rem;
  padding: 0;
  text-align: center;
}

.menu-modal .social-navigation {
  text-align: center;
  margin: 0.9375rem 0;
}

.menu-modal .social-navigation li {
  float: none;
  display: inline-block;
}

/* Sections ---------------------------------- */
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: calc(100%);
}

.section-inner.max-percentage {
  width: 100%;
}

.section-inner.thin {
  max-width: 58rem;
}

.section-inner.small {
  max-width: 80rem;
}

.section-inner.medium {
  max-width: 100rem;
}

.section-inner.no-margin {
  margin: 0;
}

/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}

button.toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: inherit;
  text-transform: none;
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 1.25rem;
  /* bigger than 1440 */
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0.4375rem 1.25rem 0.4375rem 0;
  background-color: #1b6aaf;
  border: none;
  border-radius: 0;
  color: white;
  transition: all 0.5s;
  outline: none;
  padding: 0;
}

@media (min-width: 960px) {
  button.toggle {
    font-size: 1.6875rem;
  }
}

button.toggle:hover {
  text-decoration: none;
}

button.toggle:focus {
  outline: none;
}

/* Hiding and Showing ------------------------ */
.js .show-js {
  display: block !important;
}

.js .hide-js {
  display: none !important;
}

.no-js .show-no-js {
  display: block !important;
}

.no-js .hide-no-js {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal {
  background: transparent;
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99;
}

.admin-bar .menu-modal {
  top: 2rem;
}

@media (max-width: 600px) {
  .admin-bar .menu-modal {
    top: 2.875rem;
  }
}

.menu-modal.show-modal {
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
  z-index: 999;
}

.menu-modal-inner {
  background: transparent;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%;
  overflow: scroll;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: flex-end;
  padding: 1rem;
  width: 100%;
}

button.close-nav-toggle i {
  height: 1rem;
  width: 1rem;
}

button.close-nav-toggle .toggle-text {
  margin-right: 1rem;
  display: none;
}

.menu-modal .menu-top {
  flex-shrink: 0;
  background-color: #1b6aaf;
  padding-bottom: 20px;
}

/* Main Menu --------------------------------- */
.modal-menu {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.modal-menu li {
  border: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  /*
	font-size: 2rem;
	letter-spacing: -0.0375em;
*/
}

.modal-menu > li:last-child {
  border-bottom-width: 0rem;
}

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-menu .sub-menu {
  margin: 0;
  padding: 0;
}

.modal-menu .sub-menu a {
  padding-left: 2rem;
}

.modal-menu a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: underline;
}

button.sub-menu-toggle {
  border-left: 0.1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 0;
  padding: 0 1rem;
}

button.sub-menu-toggle i {
  transition: transform 0.15s linear;
}

button.sub-menu-toggle.active i {
  transform: rotate(180deg);
}

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}

.modal-menu ul li a {
  color: inherit;
}

/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
  position: relative;
}

.menu-wrapper .active {
  display: block;
}

.menu-wrapper.is-toggling {
  pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}

/* Expanded Menu ----------------------------- */
.expanded-menu {
  display: none;
}

.mobile-menu {
  display: block;
}

/* Menu Bottom ------------------------------- */
.menu-bottom {
  flex-shrink: 0;
  padding: 1rem 0;
}

.menu-bottom nav {
  width: 100%;
}

.menu-copyright {
  display: none;
  font-size: 1rem;
  margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
  text-decoration: underline;
}

.menu-bottom .social-menu {
  justify-content: center;
}

/* -------------------------------------------------------------------------- */
/*	6. Search Modal
/* -------------------------------------------------------------------------- */
.search-modal {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: -9999rem;
  top: 0;
  transition: opacity 0.2s linear, left 0s 0.2s linear;
  width: 100%;
  z-index: 999;
}

.admin-bar .search-modal.active {
  top: 2rem;
}

@media (max-width: 600px) {
  .admin-bar .search-modal.active {
    top: 2.875rem;
  }
}

.search-modal-inner {
  background: #fff;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  transform: translateY(-100%);
  transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner form.search-form {
  margin-bottom: 0;
}

.search-modal-inner form.search-form .search-field {
  height: 100%;
}

.search-modal-inner .section-inner {
  display: flex;
  justify-content: space-between;
  max-width: 168rem;
}

.search-modal.active {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
  display: block;
}

.search-modal.active .search-modal-inner {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

button.search-untoggle {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: -1rem;
  padding: 0 1rem;
}

.search-modal button.search-untoggle {
  color: inherit;
}

.search-modal.active .search-untoggle {
  animation: popIn both 0.3s 0.2s;
}

.search-untoggle i {
  height: 1rem;
  transition: transform 0.15s ease-in-out;
  width: 1rem;
}

.search-untoggle:focus i,
.search-untoggle:hover i {
  transform: scale(1.15);
}

/* Modal Search Form ------------------------- */
.search-modal form {
  margin: 0;
  position: relative;
  width: 100%;
}

.search-modal .search-field {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 1rem;
  margin: 0 0 0 -1rem;
  padding: 0 0 0 1rem;
}

.search-modal .search-field::-webkit-input-placeholder {
  color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
  color: inherit;
}

.search-modal .search-field::-moz-placeholder {
  color: inherit;
  line-height: 4;
}

.search-modal .search-submit {
  position: absolute;
  right: -9999rem;
  top: 50%;
  transform: translateY(-50%);
}

.search-modal .search-submit:focus {
  right: 0;
}

@media (min-width: 600px) {
  /* Menu Modal ---------------------------- */
  button.close-nav-toggle {
    font-size: 1rem;
    padding: 1rem;
  }
  button.close-nav-toggle .toggle-text {
    margin-right: 1rem;
  }
  .modal-menu {
    left: auto;
    width: 100%;
    font-size: 1rem;
  }
  .modal-menu > li > a,
  .modal-menu > li > .ancestor-wrapper > a {
    font-size: 1.125rem;
    padding: 1rem;
  }
  .modal-menu li .ancestor-wrapper a a {
    padding: 1rem 1rem 1rem 2rem;
  }
  .modal-menu ul li {
    border-left-color: transparent;
  }
  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
    padding: 0 1rem;
  }
  .menu-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
  }
  .menu-copyright {
    display: block;
    flex-shrink: 0;
    margin-right: 1rem;
  }
  /* Modal Search Form ------------------------- */
  .search-modal form {
    position: relative;
    width: 100%;
  }
  .search-untoggle i {
    height: 1rem;
    width: 1rem;
  }
  .search-modal .search-field {
    border: none;
    font-size: 1rem;
    height: 1rem;
  }
  .search-modal .search-field::-moz-placeholder {
    line-height: 1;
  }
}

@media (min-width: 960px) {
  /* Menu Modal ---------------------------- */
  .menu-modal {
    opacity: 1;
    justify-content: flex-end;
    padding: 0;
    transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
  }
  .menu-modal.cover-modal {
    background: rgba(0, 0, 0, 0);
  }
  .menu-modal.active {
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-out;
  }
  .menu-wrapper.section-inner {
    width: calc(100%);
  }
  .menu-modal-inner {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding: 0;
    transform: translateX(20rem);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    width: 30rem;
  }
  .menu-modal.active .menu-modal-inner {
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: ease-out;
  }
  .expanded-menu {
    display: block;
  }
  .menu-bottom {
    padding: 1rem 0;
  }
  .menu-bottom .social-menu {
    justify-content: flex-start;
  }
}

.nav-bar .search-toggle,
.top-bar .search-toggle {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  margin: 0 0.3125rem;
  text-align: center;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  color: #1b6aaf;
}

.nav-bar .search-toggle .toggle-icon,
.top-bar .search-toggle .toggle-icon {
  font-size: 1.375rem;
}

.nav-bar .search-toggle:hover,
.top-bar .search-toggle:hover {
  filter: brightness(85%);
}

.social-navigation {
  display: block;
  margin: 0;
  padding: 0;
}

.social-navigation ul {
  list-style: none;
  margin: 0;
}

.social-navigation li {
  display: inline-block;
  margin: 0 0.3125rem;
}

.social-navigation a {
  display: block;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 100%;
  border: none;
  background-color: #1b6aaf;
  transition: all 0.3s ease;
  font-family: "Font Awesome 5 Brands";
  font-size: 0;
}

.social-navigation a:before {
  font-size: 1.375rem;
  color: #fff;
}

.social-navigation a:hover, .social-navigation a:focus, .social-navigation a:active {
  background-color: #5ba9d6;
  filter: brightness(85%);
  text-decoration: none;
}

.social-navigation a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-navigation a[href*="yelp.com"]:before {
  content: "\f1e9";
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f39e";
}

.social-navigation a[href*="google.com"]:before {
  content: "\f0d5";
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-navigation a[href*="github.com"]:before {
  content: "\f092";
}

.social-navigation a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-navigation a[href*="codepen.com"]:before,
.social-navigation a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-navigation a[href*="behance.com"]:before,
.social-navigation a[href*="behance.net"]:before {
  content: "\f1b4";
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f16b";
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.social-navigation a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-navigation a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f1bc";
}

.social-navigation a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-navigation a[href*="500px.com"]:before {
  content: "\f26e";
}

.social-navigation a[href*="medium.com"]:before {
  content: "\f3c7";
}

.social-navigation a[href*="slideshare.net"]:before {
  content: "\f1e7";
}

.social-navigation a[href*="apple.com"]:before,
.social-navigation a[href*="apple.news"]:before,
.social-navigation a[href*="itunes.apple.com"]:before {
  content: "\f179";
}

.social-navigation a[href*="stackoverflow.com"]:before {
  content: "\f16c";
}

.social-navigation a[href*="rss"]:before,
.social-navigation a[href*="feed="]:before,
.social-navigation a[href*="/feed"]:before {
  content: "\f09e";
  text-indent: 1px;
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-navigation a[href*="weibo.com"]:before {
  content: "\f18a";
}

.social-navigation a[href*="goodreads.com"]:before {
  content: "\f3a8";
}

.social-navigation a[href*="mailto"]:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  text-indent: -1px;
}

.post-navigation {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  display: block;
}

.post-navigation .nav-links {
  width: 100%;
}

.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
  position: relative;
  padding: 0.9375rem 0.625rem;
  font-size: 1rem;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  background-color: #1b6aaf;
  color: #5ba9d6;
  border-radius: 5px;
  display: inline-block;
  float: left;
  vertical-align: top;
  color: #fff;
  width: 100%;
  margin-bottom: 0.9375rem;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
    width: 49%;
    margin-bottom: 0;
  }
}

.post-navigation .nav-links .nav-previous a:after, .post-navigation .nav-links .nav-next a:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
}

.post-navigation .nav-links .nav-previous a + .nav-next a {
  text-align: left;
  margin-top: 0.9375rem;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .post-navigation .nav-links .nav-previous a + .nav-next a {
    float: right;
    margin-top: 0;
  }
}

.post-navigation .nav-links .nav-previous a {
  padding-left: 1.875rem;
  text-align: right;
}

.post-navigation .nav-links .nav-previous a i {
  margin-right: 0.625rem;
}

.post-navigation .nav-links .nav-previous a:after {
  left: 0.3125rem;
  content: "";
}

.post-navigation .nav-links .nav-next a {
  padding-right: 1.875rem;
  float: right;
}

.post-navigation .nav-links .nav-next a:after {
  right: 0.3125rem;
  content: "";
}

.post-navigation .nav-links .nav-previous:hover a, .post-navigation .nav-links .nav-next:hover a {
  background-color: #134a7b;
}

.post-navigation .nav-links .nav-previous:hover a:after, .post-navigation .nav-links .nav-next:hover a:after {
  color: #fff;
}

.sidebar-nav {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  border-left: 1px solid #d1d1d1;
}

.sidebar-nav a {
  border-top: 1px solid #d1d1d1;
  padding: 0.625rem;
  display: block;
  position: relative;
}

.sidebar-nav a:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.3125rem;
  height: 100%;
  content: '';
  background-color: white;
}

.sidebar-nav a:hover:before {
  background-color: #d1d1d1;
}

.sidebar-nav a:focus {
  outline: none;
}

.sidebar-nav a.current-post:before {
  background-color: #1b6aaf;
}

.nav-links .meta-nav-text.meta-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

.nav-links .meta-cat:before {
  content: "_";
}

.button,
.wp-block-button__link,
.wp-block-search__button {
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 1.25rem;
  /* bigger than 1440 */
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0.4375rem 1.25rem 0.4375rem 0;
  background-color: #1b6aaf;
  border: none;
  border-radius: 0;
  color: white;
  transition: all 0.5s;
  outline: none;
}

@media (min-width: 960px) {
  .button,
  .wp-block-button__link,
  .wp-block-search__button {
    font-size: 1.6875rem;
  }
}

.button:hover,
.wp-block-button__link:hover,
.wp-block-search__button:hover {
  text-decoration: none;
}

.button:focus,
.wp-block-button__link:focus,
.wp-block-search__button:focus {
  outline: none;
}

.wp-block-buttons .wp-block-button {
  padding-left: 0;
  border-left: none;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .wp-block-buttons .wp-block-button {
    padding-left: 1.25rem;
    border-left: 1px solid black;
  }
}

.wp-block-buttons .wp-block-button:first-child {
  padding-left: 0;
  border-left: none;
}

button.nav-toggle {
  background-color: transparent;
  border: none;
}

button.nav-toggle .toggle-icon {
  color: black;
  display: inline-block;
}

button.nav-toggle .toggle-text {
  display: none;
}

a {
  color: #1b6aaf;
  text-decoration: none;
  transition: all .1s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

.navigation-block {
  margin-bottom: 1.875rem;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #1b6aaf;
  padding: 0.1875rem 0.3125rem;
  margin: 0.125rem;
  background-color: #1b6aaf;
  color: #fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #1b6aaf;
  color: #1b6aaf;
  background-color: #fff;
}

/*location seach form*/
form[data-css-form=filter] label[data-css-form=label] {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

form[data-css-form=filter] input[type=text],
form[data-css-form=filter] select {
  width: 100%;
}

form[data-css-form=filter] fieldset[data-css-form=group] {
  margin-bottom: 12px;
}

form[data-css-form=filter] button {
  background-color: #1b6aaf;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}

.gform_wrapper div.validation_error {
  background-color: #fff;
}

.gform_wrapper .gfield_required {
  color: #b60539;
}

/* form placeholder overrides - have to use !important or this doesn't work
--------------------------------------------- */
::-webkit-input-placeholder {
  /* Chrome */
  color: #676767 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #676767 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #676767 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #676767 !important;
  opacity: 1 !important;
}

body .site .gform_wrapper {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

body .site .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}

body .site form input[type="text"],
body .site form input[type="email"],
body .site form input[type="tel"],
body .site form input[type="url"],
body .site form input[type="password"],
body .site form input[type="search"],
body .site form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .site form select,
body .site form textarea,
body .site .gform_wrapper form input[type="text"],
body .site .gform_wrapper form input[type="email"],
body .site .gform_wrapper form input[type="tel"],
body .site .gform_wrapper form input[type="url"],
body .site .gform_wrapper form input[type="password"],
body .site .gform_wrapper form input[type="search"],
body .site .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .site .gform_wrapper form select,
body .site .gform_wrapper form textarea {
  color: #676767;
  border: none;
  background-color: #d1d1d1;
  border-radius: 0;
  padding: 0.625rem;
  font-size: 1rem;
  font-family: "collier", "Times New Roman", serif;
  line-height: 1.25rem;
  margin: 0 0 0 0;
  max-width: 100%;
  -webkit-box-shadow: 0 -rem-calc(3) rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -rem-calc(3) rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -rem-calc(3) rgba(0, 0, 0, 0.1) inset;
}

body .site form input[type="text"]:focus,
body .site form input[type="email"]:focus,
body .site form input[type="tel"]:focus,
body .site form input[type="url"]:focus,
body .site form input[type="password"]:focus,
body .site form input[type="search"]:focus,
body .site form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .site form select:focus,
body .site form textarea:focus,
body .site .gform_wrapper form input[type="text"]:focus,
body .site .gform_wrapper form input[type="email"]:focus,
body .site .gform_wrapper form input[type="tel"]:focus,
body .site .gform_wrapper form input[type="url"]:focus,
body .site .gform_wrapper form input[type="password"]:focus,
body .site .gform_wrapper form input[type="search"]:focus,
body .site .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .site .gform_wrapper form select:focus,
body .site .gform_wrapper form textarea:focus {
  outline: none;
}

body .site form .gf_browser_chrome select,
body .site form select,
body .site .gform_wrapper form .gf_browser_chrome select,
body .site .gform_wrapper form select {
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
  background: url(images/select.png) no-repeat #d1d1d1;
  background-size: 0.75rem 1.25rem;
  background-position: 99% center;
  overflow: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

body .site form .field_description_below .gfield_consent_description,
body .site form .gfield_consent_description,
body .site .gform_wrapper form .field_description_below .gfield_consent_description,
body .site .gform_wrapper form .gfield_consent_description {
  overflow-y: auto;
}

body .site form li.hidden_label input,
body .site .gform_wrapper form li.hidden_label input {
  margin-top: 0;
}

body .site form .gform_footer,
body .site .gform_wrapper form .gform_footer {
  margin-top: 0;
}

body .site form .gform_footer .gform_button,
body .site .gform_wrapper form .gform_footer .gform_button {
  margin: 0 auto;
  display: block;
}

body .site .has-background form input[type="text"],
body .site .has-background form input[type="email"],
body .site .has-background form input[type="tel"],
body .site .has-background form input[type="url"],
body .site .has-background form input[type="password"],
body .site .has-background form input[type="search"],
body .site .has-background form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .site .has-background form select,
body .site .has-background form textarea,
body .site .has-background .gform_wrapper form input[type="text"],
body .site .has-background .gform_wrapper form input[type="email"],
body .site .has-background .gform_wrapper form input[type="tel"],
body .site .has-background .gform_wrapper form input[type="url"],
body .site .has-background .gform_wrapper form input[type="password"],
body .site .has-background .gform_wrapper form input[type="search"],
body .site .has-background .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .site .has-background .gform_wrapper form select,
body .site .has-background .gform_wrapper form textarea {
  color: #676767;
  border: none;
  background-color: white;
  border-radius: 0;
  padding: 0.625rem;
  font-size: 1rem;
  font-family: "collier", "Times New Roman", serif;
  line-height: 1.25rem;
}

#search-container {
  display: none;
}

.search-box {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #898989;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid white;
}

form.search-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}

form.search-form label {
  margin: auto;
  flex-grow: 1;
}

form.search-form label input {
  width: 100%;
}

form.search-form input.search-submit {
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 1.25rem;
  /* bigger than 1440 */
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0.4375rem 1.25rem 0.4375rem 0;
  background-color: #1b6aaf;
  border: none;
  border-radius: 0;
  color: white;
  transition: all 0.5s;
  outline: none;
  margin-left: 0.9375rem;
}

@media (min-width: 960px) {
  form.search-form input.search-submit {
    font-size: 1.6875rem;
  }
}

form.search-form input.search-submit:hover {
  text-decoration: none;
}

form.search-form input.search-submit:focus {
  outline: none;
}

.searchandfilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.searchandfilter ul li input,
.searchandfilter ul li select {
  margin-bottom: 0.625rem;
}

.searchandfilter ul li input[value="Submit"] {
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 1.25rem;
  /* bigger than 1440 */
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0.4375rem 1.25rem 0.4375rem 0;
  background-color: #1b6aaf;
  border: none;
  border-radius: 0;
  color: white;
  transition: all 0.5s;
  outline: none;
  width: auto;
}

@media (min-width: 960px) {
  .searchandfilter ul li input[value="Submit"] {
    font-size: 1.6875rem;
  }
}

.searchandfilter ul li input[value="Submit"]:hover {
  text-decoration: none;
}

.searchandfilter ul li input[value="Submit"]:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: fallback;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
}

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

h1 {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 960px) {
  h1 {
    font-size: 1.6875rem;
    line-height: 1.3;
  }
}

h2 {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6875rem;
  line-height: 1.3;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  h2 {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 960px) {
  h2 {
    font-size: 2.8125rem;
    line-height: 1.1;
  }
}

h3 {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 960px) {
  h3 {
    font-size: 1.6875rem;
    line-height: 1.3;
  }
}

h4 {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6875rem;
  line-height: 1.3;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  h4 {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 960px) {
  h4 {
    font-size: 2.8125rem;
    line-height: 1.1;
  }
}

h5 {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

h6 {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}

p, ul, li, ol {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "informapro", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
}

p, .embed-vimeo {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  margin: 0.9375rem 0 0.9375rem 0;
  position: relative;
  padding: 0 0 0 1.875rem;
  border-left: solid 3px #000;
}

blockquote p {
  margin-bottom: 0.9375rem;
}

blockquote cite {
  margin-top: 0.625rem;
  display: block;
}

address {
  margin: 0 0 0.9375rem;
}

pre {
  background: #d1d1d1;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.875rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.25rem;
}

code, kbd, tt, var {
  font-size: 0.9375rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark, ins {
  text-decoration: none;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.highlight {
  background: #fff198;
}

.nav-bar,
.top-bar {
  background-color: white;
}

.nav-bar .site-title,
.nav-bar button.nav-toggle,
.nav-bar .header-details-link a,
.nav-bar .mobile-menu a,
.top-bar .site-title,
.top-bar button.nav-toggle,
.top-bar .header-details-link a,
.top-bar .mobile-menu a {
  color: #fff;
}

.nav-bar .social-navigation a:before,
.nav-bar .navigation-buttons a,
.nav-bar button.search-toggle,
.nav-bar button.search-untoggle,
.nav-bar button.close-nav-toggle,
.nav-bar button.sub-menu-toggle,
.top-bar .social-navigation a:before,
.top-bar .navigation-buttons a,
.top-bar button.search-toggle,
.top-bar button.search-untoggle,
.top-bar button.close-nav-toggle,
.top-bar button.sub-menu-toggle {
  background-color: #1b6aaf;
  color: white;
}

.nav-bar button.sub-menu-toggle,
.top-bar button.sub-menu-toggle {
  height: 3.125rem;
  width: 3.125rem;
  text-align: center;
}

.nav-bar.nav-primary,
.top-bar.top-primary {
  background-color: #1b6aaf;
}

.nav-bar.nav-primary .social-navigation a:before,
.nav-bar.nav-primary .navigation-buttons a,
.nav-bar.nav-primary button.search-toggle,
.nav-bar.nav-primary .mobile-menu a,
.top-bar.top-primary .social-navigation a:before,
.top-bar.top-primary .navigation-buttons a,
.top-bar.top-primary button.search-toggle,
.top-bar.top-primary .mobile-menu a {
  color: #1b6aaf;
}

.nav-bar.nav-primary button.close-nav-toggle,
.nav-bar.nav-primary button.sub-menu-toggle,
.nav-bar.nav-primary button.search-untoggle,
.top-bar.top-primary button.close-nav-toggle,
.top-bar.top-primary button.sub-menu-toggle,
.top-bar.top-primary button.search-untoggle {
  background-color: #1b6aaf;
  color: white;
}

.nav-bar.nav-secondary,
.top-bar.top-secondary {
  background-color: #5ba9d6;
}

.nav-bar.nav-secondary .social-navigation a:before,
.nav-bar.nav-secondary .navigation-buttons a,
.nav-bar.nav-secondary button.search-toggle,
.nav-bar.nav-secondary .mobile-menu a,
.top-bar.top-secondary .social-navigation a:before,
.top-bar.top-secondary .navigation-buttons a,
.top-bar.top-secondary button.search-toggle,
.top-bar.top-secondary .mobile-menu a {
  color: #5ba9d6;
}

.nav-bar.nav-secondary button.close-nav-toggle,
.nav-bar.nav-secondary button.sub-menu-toggle,
.nav-bar.nav-secondary button.search-untoggle,
.top-bar.top-secondary button.close-nav-toggle,
.top-bar.top-secondary button.sub-menu-toggle,
.top-bar.top-secondary button.search-untoggle {
  background-color: #5ba9d6;
  color: white;
}

.nav-bar.nav-tertiary,
.top-bar.top-tertiary {
  background-color: #d17800;
}

.nav-bar.nav-tertiary .social-navigation a:before,
.nav-bar.nav-tertiary .navigation-buttons a,
.nav-bar.nav-tertiary button.search-toggle,
.nav-bar.nav-tertiary .mobile-menu a,
.top-bar.top-tertiary .social-navigation a:before,
.top-bar.top-tertiary .navigation-buttons a,
.top-bar.top-tertiary button.search-toggle,
.top-bar.top-tertiary .mobile-menu a {
  color: #d17800;
}

.nav-bar.nav-tertiary button.close-nav-toggle,
.nav-bar.nav-tertiary button.sub-menu-toggle,
.nav-bar.nav-tertiary button.search-untoggle,
.top-bar.top-tertiary button.close-nav-toggle,
.top-bar.top-tertiary button.sub-menu-toggle,
.top-bar.top-tertiary button.search-untoggle {
  background-color: #d17800;
  color: white;
}

.nav-bar.nav-transparent,
.top-bar.top-transparent {
  background-color: transparent;
}

.nav-bar.nav-transparent .social-navigation a:before,
.nav-bar.nav-transparent .navigation-buttons a,
.nav-bar.nav-transparent button.search-toggle,
.nav-bar.nav-transparent .mobile-menu a,
.top-bar.top-transparent .social-navigation a:before,
.top-bar.top-transparent .navigation-buttons a,
.top-bar.top-transparent button.search-toggle,
.top-bar.top-transparent .mobile-menu a {
  color: #1b6aaf;
}

.nav-bar.nav-transparent button.close-nav-toggle,
.nav-bar.nav-transparent button.sub-menu-toggle,
.nav-bar.nav-transparent button.search-untoggle,
.top-bar.top-transparent button.close-nav-toggle,
.top-bar.top-transparent button.sub-menu-toggle,
.top-bar.top-transparent button.search-untoggle {
  background-color: #1b6aaf;
  color: white;
}

.nav-bar.nav-gray,
.top-bar.top-gray {
  background-color: #676767;
}

.nav-bar.nav-gray .social-navigation a:before,
.nav-bar.nav-gray .navigation-buttons a,
.nav-bar.nav-gray button.search-toggle,
.nav-bar.nav-gray .mobile-menu a,
.top-bar.top-gray .social-navigation a:before,
.top-bar.top-gray .navigation-buttons a,
.top-bar.top-gray button.search-toggle,
.top-bar.top-gray .mobile-menu a {
  color: #676767;
}

.nav-bar.nav-gray button.close-nav-toggle,
.nav-bar.nav-gray button.sub-menu-toggle,
.nav-bar.nav-gray button.search-untoggle,
.top-bar.top-gray button.close-nav-toggle,
.top-bar.top-gray button.sub-menu-toggle,
.top-bar.top-gray button.search-untoggle {
  background-color: #676767;
  color: white;
}

.nav-bar.nav-primary .site-title,
.nav-bar.nav-primary button.nav-toggle,
.nav-bar.nav-primary .header-details-link a,
.nav-bar.nav-secondary .site-title,
.nav-bar.nav-secondary button.nav-toggle,
.nav-bar.nav-secondary .header-details-link a,
.nav-bar.nav-tertiary .site-title,
.nav-bar.nav-tertiary button.nav-toggle,
.nav-bar.nav-tertiary .header-details-link a,
.nav-bar.nav-transparent .site-title,
.nav-bar.nav-transparent button.nav-toggle,
.nav-bar.nav-transparent .header-details-link a,
.nav-bar.nav-gray .site-title,
.nav-bar.nav-gray button.nav-toggle,
.nav-bar.nav-gray .header-details-link a,
.top-bar.top-primary .site-title,
.top-bar.top-primary button.nav-toggle,
.top-bar.top-primary .header-details-link a,
.top-bar.top-secondary .site-title,
.top-bar.top-secondary button.nav-toggle,
.top-bar.top-secondary .header-details-link a,
.top-bar.top-tertiary .site-title,
.top-bar.top-tertiary button.nav-toggle,
.top-bar.top-tertiary .header-details-link a,
.top-bar.top-transparent .site-title,
.top-bar.top-transparent button.nav-toggle,
.top-bar.top-transparent .header-details-link a,
.top-bar.top-gray .site-title,
.top-bar.top-gray button.nav-toggle,
.top-bar.top-gray .header-details-link a {
  color: white;
}

.nav-bar.nav-primary .social-navigation a:before,
.nav-bar.nav-primary .navigation-buttons a,
.nav-bar.nav-primary button.search-toggle,
.nav-bar.nav-secondary .social-navigation a:before,
.nav-bar.nav-secondary .navigation-buttons a,
.nav-bar.nav-secondary button.search-toggle,
.nav-bar.nav-tertiary .social-navigation a:before,
.nav-bar.nav-tertiary .navigation-buttons a,
.nav-bar.nav-tertiary button.search-toggle,
.nav-bar.nav-transparent .social-navigation a:before,
.nav-bar.nav-transparent .navigation-buttons a,
.nav-bar.nav-transparent button.search-toggle,
.nav-bar.nav-gray .social-navigation a:before,
.nav-bar.nav-gray .navigation-buttons a,
.nav-bar.nav-gray button.search-toggle,
.top-bar.top-primary .social-navigation a:before,
.top-bar.top-primary .navigation-buttons a,
.top-bar.top-primary button.search-toggle,
.top-bar.top-secondary .social-navigation a:before,
.top-bar.top-secondary .navigation-buttons a,
.top-bar.top-secondary button.search-toggle,
.top-bar.top-tertiary .social-navigation a:before,
.top-bar.top-tertiary .navigation-buttons a,
.top-bar.top-tertiary button.search-toggle,
.top-bar.top-transparent .social-navigation a:before,
.top-bar.top-transparent .navigation-buttons a,
.top-bar.top-transparent button.search-toggle,
.top-bar.top-gray .social-navigation a:before,
.top-bar.top-gray .navigation-buttons a,
.top-bar.top-gray button.search-toggle {
  background-color: white;
}

.navigation-buttons {
  margin: 0;
  padding: 0;
}

.navigation-buttons li {
  margin: 0 0 0 0.625rem;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.navigation-buttons a {
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 1.25rem;
  /* bigger than 1440 */
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0.4375rem 1.25rem 0.4375rem 0;
  background-color: #1b6aaf;
  border: none;
  border-radius: 0;
  color: white;
  transition: all 0.5s;
  outline: none;
}

@media (min-width: 960px) {
  .navigation-buttons a {
    font-size: 1.6875rem;
  }
}

.navigation-buttons a:hover {
  text-decoration: none;
}

.navigation-buttons a:focus {
  outline: none;
}

.masthead-container {
  /* bigger than 1440 */
}

@media (max-width: 600px) {
  .masthead-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

.masthead-container button.nav-toggle {
  display: inline-block;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .masthead-container button.nav-toggle {
    display: none;
  }
}

.masthead-container.fixed .navigational-area {
  display: none;
}

.masthead-container.fixed button.nav-toggle {
  display: inline-block;
  font-size: 20px;
}

#masthead {
  position: relative;
  z-index: 100;
  margin: 15px;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  #masthead {
    margin: 30px;
  }
}

.site-header {
  padding: 0;
  position: relative;
  z-index: 2;
}

.site-branding {
  margin: 0;
}

.mobile-nav-toggle {
  margin: 0.625rem 0;
}

.search-toggle-wrapper {
  margin: 0 0;
}

.social-navigation-container {
  margin: 0;
}

/*
.masthead-container {
	border-bottom: 1px solid white;
}
*/
.site-title, .site-description {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2;
}

.site-footer .site-title, .site-footer .site-description {
  color: white;
}

.site-logo {
  margin: 0;
  display: block;
  max-width: 10rem;
  height: auto;
  width: 120px;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .site-logo {
    max-width: 11.25rem;
    width: 146px;
    height: 39px;
  }
}

.site-footer-logo {
  margin: 0;
  display: block;
  max-width: 143px;
  width: 100%;
}

.header-title-no-image {
  background-color: #1b6aaf;
  margin-bottom: 1.25rem;
}

.header-title-no-image .entry-header {
  padding: 3.125rem 0 0;
  /* bigger than 1440 */
  /* bigger than 1440 */
  color: white;
}

@media (min-width: 600px) {
  .header-title-no-image .entry-header {
    padding: 6.25rem 0 1.5625rem;
  }
}

@media (min-width: 960px) {
  .header-title-no-image .entry-header {
    padding: 9.375rem 0 3.125rem;
  }
}

.page-title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* bigger than 1440 */
@media (min-width: 960px) {
  .page-title,
  .site-header .site-branding {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-buttons {
  order: 2;
  margin: 0 0 0 auto;
}

.top-bar {
  color: #fff;
  padding: 5px 0;
  display: flex;
  justify-content: flex-end;
}

.top-bar .header-details-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .header-details-link a {
  margin-right: 10px;
}

.header-details-container {
  background-color: #676767;
  color: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.header-details-container .navigation-buttons a {
  font-size: 12px;
  font-size: 0.75rem;
}

.header-details-container button.mobile-nav-toggle, .header-details-container button.search-toggle {
  font-size: 0.8em !important;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  margin-left: 0.625rem !important;
  padding: 0 !important;
}

.header-details-container .header-details {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .header-details-container .header-details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.header-details-container .header-details .header-details-link {
  margin-left: 0.625rem;
}

.header-details-container .header-details .header-details-link a {
  color: #fff;
}

.welcome-container {
  opacity: 1;
  /*
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
*/
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: black;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.5;
  color: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .welcome-container {
    display: none;
  }
}

.welcome-container .inner {
  background: linear-gradient(135deg, #5ba9d6 0%, #1b6aaf 100%);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

.welcome-container .welcome-logo {
  margin: auto;
  width: 80%;
  max-width: 50rem;
}

.welcome-container .welcome-outer {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.welcome-container.hide {
  opacity: 0;
}

.browsehappy-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: black;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.5;
  color: white;
}

.browsehappy-container .browsehappy {
  margin: 10% auto;
  width: 80%;
  max-width: 50rem;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  color: white;
}

.browsehappy-container .browsehappy a {
  color: white;
}

.header-title .wp-block-cover {
  min-height: 18.75rem;
}

/* --------------------------------------------------------------
3.0 Elements
-------------------------------------------------------------- */
hr,
.wp-block-separator {
  margin: 1.875rem auto;
}

ul, ol {
  margin: 0 0 1.25rem 0;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  ul, ol {
    margin: 0 0 1.25rem 0.625rem;
  }
}

@media (min-width: 960px) {
  ul, ol {
    margin: 0 0 1.25rem 1.25rem;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
  margin: 0.625rem 0 0.625rem 0;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  ul ul, ol ol, ul ol, ol ul {
    margin: 0.625rem 0 0.625rem 0.625rem;
  }
}

@media (min-width: 960px) {
  ul ul, ol ol, ul ol, ol ul {
    margin: 0.625rem 0 0.625rem 0.625rem;
  }
}

.hide-sub {
  display: none !important;
}

ul, ol {
  padding-left: 1.875rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

li {
  margin-bottom: 0.625rem;
}

dt {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

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

figure {
  margin: 0;
}

/* Tables */
table {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5%;
  padding: 0;
  width: 100%;
}

table thead {
  background: #d1d1d1;
}

table thead th {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

table td, #content table th {
  padding: 0.9375rem;
}

table.is-style-stripes td {
  border-bottom: solid 1px #d1d1d1;
}

table.is-style-stripes tr:last-child td {
  border-bottom: none;
}

table.is-style-stripes tr:nth-child(even) {
  background: #d1d1d1;
}

.contact-column {
  display: inline-block;
  float: left;
  width: 48%;
  margin-left: 0;
  /* bigger than 1440 */
}

.contact-column:last-child {
  margin-left: 4%;
}

@media (min-width: 600px) {
  .contact-column {
    width: 100%;
  }
  .contact-column:last-child {
    margin-left: 0;
  }
}

.index-posts.archive-posts .post {
  width: 100%;
  margin-right: 0;
  padding-bottom: 5%;
  border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
  display: inline-block;
  width: 68%;
  padding-left: 3.5%;
  vertical-align: top;
}

#page .more-link {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.625rem 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  box-shadow: none;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
  border: solid 2px;
}

#page .more-link:hover {
  color: #1b6aaf;
}

.index-posts .more-link {
  float: right;
}

.entry-content .meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

.entry-content .meta-list li {
  display: inline-block;
  margin: 0 1.25rem 0 0;
}

.entry-content .meta-list a {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  color: #1b6aaf;
}

.entry-content .meta-list a:hover {
  color: #000;
}

.container {
  margin: 0 auto;
  padding: 0;
  display: block;
}

.container:before, .container:after {
  content: '';
  display: table;
}

.container:after {
  clear: both;
}

.error404 .entry-header {
  margin-bottom: 0;
}

.archive-box {
  margin-top: 1.875rem;
}

.archive-box ul ul {
  margin-left: 1.875rem;
  margin-top: 0;
}

.archive-box ul li {
  margin-bottom: 0;
}

.archive-box ul a {
  border-bottom: dotted 1px #c7d6e4;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
  width: 100%;
}

.archive-box ul a:hover {
  border-bottom: dotted 1px #c7d6e4;
  color: #676767;
}

.single #page {
  margin: 0 auto;
}

.page-template-template-full-width #primary {
  width: 100%;
}

.error404 #primary {
  display: block;
  margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
  margin: 0 auto;
  display: block;
  width: 100%;
}

#main .entry-content .page-links {
  clear: both;
  margin: 0 0 1.4rem;
}

#main .entry-content .page-links a {
  border: none;
  padding: 0 0.125rem;
  color: #676767;
}

#main .entry-content .page-links a:hover {
  border: none;
  color: #000;
}

.site-content {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  vertical-align: top;
  z-index: 10;
  /* bigger than 1440 */
}

.blog .content-area {
  width: 100%;
  display: block;
  vertical-align: top;
}

.post .entry-header {
  position: relative;
  margin-bottom: 0.9375rem;
}

.archive-header {
  margin-top: -1.875rem;
  margin-bottom: 2.5rem;
  border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
  margin-bottom: 0;
}

.archive-header .entry-subtitle {
  font-size: 16px;
  font-size: 1rem;
}

.archive-header .entry-subtitle p:last-child {
  margin-bottom: 0;
}

.taxonomy-description {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #676767;
}

.taxonomy-description p:last-child {
  margin-bottom: 0;
}

.entry-cats {
  font-size: 16px;
  font-size: 1rem;
}

.full-post-header .entry-title {
  margin-bottom: 0;
  line-height: 1.2;
  /* bigger than 1440 */
}

.full-post-header .entry-title a {
  color: #000;
  text-decoration: none;
  transition: .1s ease-in-out;
}

.full-post-header .entry-title a:hover {
  color: #62707c;
}

.byline {
  color: #676767;
  margin-top: 3%;
  font-size: 16px;
  font-size: 1rem;
  /* bigger than 1440 */
}

.byline img {
  width: 1.5rem;
  border-radius: 3.125rem;
  vertical-align: top;
  margin-right: 0.3125rem;
}

.byline a {
  color: #676767;
  border-bottom: 2px solid transparent;
  transition: .2s ease;
  padding-bottom: 0.125rem;
}

.byline a:hover {
  border-bottom: 2px solid #cccccc;
}

.entry-content {
  vertical-align: top;
  /*p a.button {
		color: $color_gray;
		text-transform: uppercase;
		margin: 0;
		background-color: $color_yellow;
		display: inline-block;
	}*/
}

.entry-content p a {
  color: #1b6aaf;
  transition: .3s ease;
}

.entry-content p a:hover {
  color: #1b6aaf;
}

.entry-content .has-background p a {
  color: #fff;
  text-decoration: underline;
}

.entry-content .has-background[class*="-light-background-color"] p a,
.entry-content .has-white-background-color p a {
  color: #1b6aaf;
  text-decoration: none;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
  border-bottom: none;
}

.excerpt-more {
  display: inline-block;
  width: 100%;
}

.single-attachment .site-main .post .entry-content {
  padding-left: 0;
}

.single-attachment .author-profile {
  display: none;
}

.page-content {
  margin-bottom: 5%;
}

/* --------------------------------------------------------------
16.0 Posts
-------------------------------------------------------------- */
.post {
  width: 100%;
  display: block;
  position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #cccccc;
}

.search .post:not(:last-of-type) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.entry-header {
  position: relative;
  /* bigger than 1440 */
}

.h4-entry-header {
  position: relative;
  text-transform: none;
  margin-bottom: 0.9375rem;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .h4-entry-header {
    margin-bottom: 1.875rem;
  }
}

.h4-entry-header h4 {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

.h3-entry-header {
  position: relative;
  margin-top: 0;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .h3-entry-header {
    margin-bottom: 0.9375rem;
  }
}

.h3-entry-header h3 {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

.single-post-header {
  position: relative;
  width: 100%;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .single-post-header {
    position: absolute;
    bottom: 0;
  }
}

.single-post-header .single-entry-header {
  background-color: #d5d900;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .single-post-header .single-entry-header {
    background-color: transparent;
  }
}

.single-post-header .single-entry-title {
  background-color: #FFD500;
  margin-left: -1000px;
  padding-left: 1000px;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.entry-content-main .entry-content {
  background-color: #fff;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .entry-content-main .entry-content {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding-bottom: 2px;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.single-post-content .entry-title {
  padding: 0.9375rem 0;
}

.flex-row {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  /*
	.flex-cell:nth-of-type(3n) {
		margin-right: 0;	
	}
	
	.flex-cell:nth-of-type(3n+1) {
		margin-left: 0;	
	}
*/
}

.flex-row .flex-cell {
  padding: 0.625rem;
  margin: 0.625rem;
}

.flex-row .flex-cell:nth-of-type(odd) {
  background: yellow;
}

.flex-row .flex-cell:nth-of-type(even) {
  background: lightblue;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.flex-basis-100 {
  flex-basis: 100%;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  align-items: flex-start;
}

.align-middle {
  align-items: center;
}

.align-bottom {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.align-self-top {
  align-items: flex-start;
}

.align-self-middle {
  align-items: center;
}

.align-self-bottom {
  align-items: flex-end;
}

.align-self-stretch {
  align-items: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.order-1, .small-order-1 {
  order: 1;
}

.order-2, .small-order-2 {
  order: 2;
}

.order-3, .small-order-3 {
  order: 3;
}

.order-4, .small-order-4 {
  order: 4;
}

.order-5, .small-order-5 {
  order: 5;
}

.order-6, .small-order-6 {
  order: 6;
}

.order-7, .small-order-7 {
  order: 7;
}

.order-8, .small-order-8 {
  order: 8;
}

.order-9, .small-order-9 {
  order: 9;
}

/* bigger than 1440 */
@media (min-width: 600px) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
  .medium-order-7 {
    order: 7;
  }
  .medium-order-8 {
    order: 8;
  }
  .medium-order-9 {
    order: 9;
  }
}

/* bigger than 1440 */
@media (min-width: 960px) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
  .large-order-7 {
    order: 7;
  }
  .large-order-8 {
    order: 8;
  }
  .large-order-9 {
    order: 9;
  }
}

/* 
   Back to Top
   ----------- */
#back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
}

#back-to-top a {
  display: block;
}

#back-to-top a i {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  background-color: #fff;
  color: #1b6aaf;
  border-radius: 50%;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.2);
  box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.2);
  border: 1px solid #d1d1d1;
  font-size: 22px;
  font-size: 1.375rem;
}

#back-to-top a i:hover {
  opacity: 1;
  color: #fff;
  background-color: #1b6aaf;
}

.site-footer {
  font-family: "informapro", "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.875rem 0;
  text-align: center;
  color: #000;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

.site-footer a {
  transition: .3s ease;
  color: #000;
}

.site-footer a:hover {
  color: #000;
}

@media (min-width: 600px) {
  .site-footer {
    padding: 3.75rem 0;
  }
}

@media (min-width: 960px) {
  .site-footer {
    /*
		padding-top: $padding-large;
		padding-bottom: $padding-large;
*/
    /*width: 75vw;
		margin-left: calc( 50% - 75vw / 2 );*/
  }
}

.site-footer .stapline-nav {
  font-family: "informapro", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  width: 100%;
}

.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .menu ul {
  list-style: none;
  margin-top: 0.3125rem;
  margin-bottom: 0;
  padding-left: 0;
}

.site-footer .menu ul li {
  margin-bottom: 0.3125rem;
}

.site-footer .footer-details {
  line-height: 1.8;
}

.site-footer .footer-details .columns {
  margin-bottom: 0.9375rem;
}

.site-footer .icon {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.site-footer .description {
  color: #fff;
}

.site-footer .description a {
  color: #fff;
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
  margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
  border-top: none;
}

.post-navigation + .site-footer {
  box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .post-navigation + .site-footer {
    box-shadow: none;
  }
}

.footer-padding {
  padding-top: 15%;
  opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
  font-size: 28px;
  font-size: 1.75rem;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
  border-bottom: none;
  padding: 0;
}

.footer-widgets {
  display: inline-block;
  width: 100%;
  margin-bottom: 6%;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .footer-widgets {
    padding-top: 8%;
    margin-bottom: 0;
  }
}

.footer-widgets .footer-column {
  width: 30.6%;
  float: left;
  padding-top: 7%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  transition: .2s ease-in-out;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .footer-widgets .footer-column {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 0;
    margin-right: 0;
  }
}

.footer-widgets .footer-column:last-child {
  margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
  width: 48%;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
    width: 100%;
  }
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
  width: 30.6%;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
  .footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
    width: 100%;
  }
}

.footer-widgets ul {
  list-style: none;
  margin: 0;
}

.footer-widgets ul li {
  padding: 0 0 0.9375rem 0;
}

.footer-widgets ul li:last-child {
  padding-bottom: 0;
}

.footer-widgets ul ul li {
  list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
  padding-bottom: 0;
}

.footer-widgets ul.children, .footer-widgets ul.sub-menu {
  margin-left: 0.9375rem;
  margin-top: 0.9375rem;
}

.footer-widgets ul.sub-menu li:last-child {
  padding-bottom: 0.9375rem;
}

.footer-widgets .sub-menu {
  margin-left: 0.9375rem;
}

.footer-widgets .widget_text a {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets aside + aside {
  margin-top: 1.875rem;
}

.footer-bottom {
  display: inline-block;
  width: 100%;
  padding-top: 4%;
}

.footer-widgets + .footer-bottom {
  border-top: dotted 1px rgba(255, 255, 255, 0.4);
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .footer-widgets + .footer-bottom {
    padding-top: 1.875rem;
  }
}

.footer-tagline {
  display: inline-block;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .footer-tagline {
    float: none;
    width: 100%;
    margin-top: 0.9375rem;
  }
}

.footer-navigation + .footer-tagline {
  float: right;
}

.footer-tagline a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 1px;
}

.site-footer .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.875rem;
  line-height: 1.2;
  color: #484848;
  /* bigger than 1440 */
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .site-footer .widget-title {
    margin-bottom: 0.9375rem;
  }
}

.footer-navigation {
  display: inline-block;
}

.footer-navigation ul {
  margin: 0;
}

.footer-navigation li {
  display: inline-block;
  list-style: none;
  margin-right: 0.9375rem;
}

.footer-email a {
  color: #484848;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: underline;
}

.footer-copyright {
  padding-top: 0.9375rem;
  border-top: 1px solid black;
}

.footer-copyright p {
  font-size: 0.875rem;
}

.footer-navigation li {
  margin: 0 0 0 0.625rem;
}

.site-footer {
  background-color: #efefef;
  text-align: left;
  /* bigger than 1440 */
}

.site-footer a:hover {
  text-decoration: none;
}

@media (min-width: 600px) {
  .site-footer .footer-logo img {
    text-align: center;
    margin: 0 auto 1.875rem 0;
  }
}

.site-footer .menu-footer-container {
  float: right;
}

.site-footer .menu-footer-container ul.menu {
  margin-left: 0;
}

.site-footer .menu-footer-container ul.menu li {
  margin-bottom: 1.875rem;
  list-style: none;
  display: inline-block;
  margin-left: 32px;
}

.site-footer .address-details {
  margin-bottom: 0.9375rem;
}

.site-footer .address-details .far {
  color: #1b6aaf;
}

.site-footer .address-details .address,
.site-footer .address-details .contact-number,
.site-footer .address-details .contact-mobile,
.site-footer .address-details .contact-email {
  margin-bottom: 0.9375rem;
  padding-left: 1.875rem;
  position: relative;
  color: #fff;
}

.site-footer .address-details .address:before,
.site-footer .address-details .contact-number:before,
.site-footer .address-details .contact-mobile:before,
.site-footer .address-details .contact-email:before {
  content: "\f5a1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  color: #fff;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 1.25rem;
}

.site-footer .address-details .contact-number:before {
  content: "\f095";
}

.site-footer .address-details .contact-email:before {
  content: "\f0e0";
}

.site-footer .address-details .contact-mobile:before {
  content: "\f3cf";
}

.site-footer .menu-social-container a {
  font-size: 0;
  color: #1b6aaf;
  background-color: transparent;
}

.site-footer .menu-social-container a:hover {
  background-color: transparent;
  color: #1b6aaf;
}

.address-details .contact-details-title {
  margin-top: 0.9375rem;
}

.address-details .contact-details-title:first-child {
  margin-top: 0;
}

.share-this-panel ul.social-icons {
  list-style: none;
  display: inline-block;
  margin: 0.3125rem 0 0 0;
  padding: 0;
  text-align: center;
}

.share-this-panel ul.social-icons li {
  display: inline-block;
  margin: 0 0.625rem 0.3125rem;
}

.share-this-panel ul.social-icons li a {
  display: block;
  text-decoration: none;
}

.share-this-panel ul.social-icons li a i {
  display: block;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 0;
  border: none;
  background-color: #1b6aaf;
  transition: all 0.3s ease;
}

.share-this-panel ul.social-icons li a i:before {
  font-size: 2.0625rem;
  color: #fff;
}

.share-this-panel ul.social-icons li a i:hover, .share-this-panel ul.social-icons li a i:focus, .share-this-panel ul.social-icons li a i:active {
  background-color: #5ba9d6;
  filter: brightness(85%);
  text-decoration: none;
}

.breadcrumbs-subnav {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0;
  display: table;
}

.breadcrumbs-subnav .breadcrumbs {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  /* bigger than 1440 */
  padding-right: 10px;
}

@media (min-width: 960px) {
  .breadcrumbs-subnav .breadcrumbs {
    width: 1%;
    white-space: nowrap;
  }
}

.breadcrumbs-subnav .breadcrumbs a, .breadcrumbs-subnav .breadcrumbs a:visited {
  text-decoration: none;
  opacity: 0.7;
  margin-right: 0.625rem;
}

.breadcrumbs-subnav .breadcrumbs a:hover span, .breadcrumbs-subnav .breadcrumbs a:focus span, .breadcrumbs-subnav .breadcrumbs a:active span, .breadcrumbs-subnav .breadcrumbs a:visited:hover span, .breadcrumbs-subnav .breadcrumbs a:visited:focus span, .breadcrumbs-subnav .breadcrumbs a:visited:active span {
  text-decoration: underline;
}

.breadcrumbs-subnav .subnav {
  display: none;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .breadcrumbs-subnav .subnav {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #1b6aaf;
  }
  .breadcrumbs-subnav .subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .breadcrumbs-subnav .subnav ul li {
    float: left;
    margin-left: 0.625rem;
  }
  .breadcrumbs-subnav .subnav ul li a, .breadcrumbs-subnav .subnav ul li a:visited {
    text-decoration: none;
  }
  .breadcrumbs-subnav .subnav ul li.current_page_item {
    display: none;
  }
}

.breadcrumbs-subnav .post {
  display: inline-block;
  width: auto;
}

.breadcrumbs-subnav .breadsep {
  display: inline-block;
  margin-right: 0.625rem;
}

.breadcrumbs-subnav span {
  display: inline-block;
}

.acf-map {
  width: 100%;
  height: 31.25rem;
  margin: 0;
}

/*
.pull-right {
	float: right;
}
.post-box {
	padding: $padding;
	border: 1px solid rgba(0, 0, 0, 0.1);
	@include clearfix();
	margin: $margin-small 0 ;
	width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.card {
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
		margin-bottom: $margin-small;
		padding: $padding-small;
		@include clearfix();
		width: 100%;
}
.listings-results {
	h1, h2, h3, h4, h5,h6 {
		margin-top: 0;
		padding-top: 0;
	}
}
body #masthead {
	// padding: 0;
}
}
.map-container {
	.property-search-widget, .land-search-widget, .landmark-search-widget {
		width: 100%; 
		display: none; 
	}
	.property-search-widget {
		background-color: aqua;
	}
	.land-search-widget {
		background-color: teal;
	}
	.landmark-search-widget {
		background-color: fuchsia ;
	}
	.property-search-widget.active, .land-search-widget.active, .landmark-search-widget.active {
		display: block;
	}
	.acf-map, .acf-single-map {
		height: 600px;
		// height: 100vh; 
		width:100%; 
		// margin-bottom:60px;	
		.marker-content h4 {
			margin: 10px 0;
		}
	}
}
.toggle-view {
	.buttons {
	  text-align: right;
	  padding-right: 3%;
	  background-color: #f1f1f1;
	}	
	.view-button {
	  margin-left: 4px;
	  font-size: 24px;
	  color: orange;
	  text-align: center;
	  line-height: 1.4;
	  border-radius: 4px;
	  border: none;
	  outline: none;
	  background-color: white;
	  box-shadow: 0px 1px 2px #bbb;
	  .fa {
		  padding: 10px;
	  }
	}
	
	.view-button:hover {
	  cursor: pointer;
	  box-shadow: 0px 0px 3px #666;
	}
	
	.view-button.on {
	  color: white;
	  background-color: #ccc;
	}
	
	.wrapper {
	  padding: 20px 20px 0;
	  background-color: #ddd;
	  position: relative;
	  overflow: hidden;
	}
	
	.item {
	  background-color: #fff;
	  overflow: hidden;
	  border-radius: 2px;
	  box-shadow: 0px 1px 3px #bbb;
		img {
		  display: inline-block;
		  float: left;
		  max-height: 90%;
		  max-width: 90%;
		  padding: 1.2%;
		}
	}
	.list {
	  .item {
	    width: 100%;
	    margin: 0 auto 20px;
	  }
	  
	  img {
	    max-width: 30%;
	  }
	  
	  .details {
	    float: left;
	    max-width: 66%;
	    margin-top: 4%;
	    margin-left: 1%;
	  }
	}
	
	.grid {
	  .item {
	    width: 32%;
	    margin: 0 2% 20px 0;
	    float: left;
	    text-align: center;
	  }
	  
	  .item:nth-child(3n) {
	    margin-right: 0;
	  }
	  
	  img {
	    max-width: 90%;
	    margin: 0 auto;
	    float: none;
	  }
	  
	  h2 {
	    font-size: 20px;
	    margin: 10px 0;
	  }
	  
	  span {
	    display: inline-block;
	    margin-top: -6px;
	    font-size: 19px;
	  }
	  
	  .details {
	    float: none;
	    max-width: 90%;
	    margin: -20px auto 0;
	 	
	    p {
	      margin-top: 8px;
	    }
	  } 
	 
	}
	.acf-map {
			height: 600px; 
			width:100%;
			
	}
	.map-wrapper {
		// height: 0
	}
	.map {
		.wp-pagenavi {
			// display: none;
		}
		.map-wrapper {
			margin-bottom: 20px;
			height: 600px; 	
		}
		.acf-map {
			height: 600px; 
			width:100%;
		}
		.item {
			display: none;
		}
	 }

}
.acf-map img{
	max-width: none; 
}
  .gm-style img { max-width: none; }
  .gm-style label { width: auto; display: inline; }

.switch-toggle-wrapper {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: center;

  .switch {
    margin-bottom: 0;
  }
}
*/
.is-style-underscore {
  position: relative;
  padding-bottom: 0.9375rem;
}

.is-style-underscore::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  max-width: 3.125rem;
  height: 0.125rem;
  box-shadow: none;
  content: '';
  background-color: #484848;
}

.is-style-underscore.has-text-align-center {
  padding-bottom: 0;
}

.is-style-underscore.has-text-align-center::after {
  position: relative;
  margin: 0.9375rem auto;
}

.is-style-underscore.has-text-align-right::after {
  right: 0;
  left: auto;
}

.is-style-underscore-centered {
  padding-bottom: 0.9375rem;
  position: relative;
}

.is-style-underscore-centered::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 20%;
  height: 0.125rem;
  box-shadow: none;
  content: '';
  background-color: #484848;
}

.is-style-dots:after {
  content: "....";
  letter-spacing: 0.25rem;
  /* Use letter-spacing to increase space between dots*/
  display: block;
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 0;
  margin-bottom: 0.9375rem;
  height: 2.0625rem;
}

.is-color-primary:after {
  color: #1b6aaf;
}

.wp-block-quote {
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  margin: 0 1rem 1rem;
}

.wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-alt-quote) {
  quotes: "“" "”" "‘" "’";
  border-left: none;
  font-size: 1.125rem;
  padding: 0 3.75rem;
}

.wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-alt-quote) cite {
  color: #898989;
  margin-bottom: 0.9375rem;
}

.wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-alt-quote):before, .wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-alt-quote):after {
  content: open-quote;
  font-size: 5rem;
  position: absolute;
  display: inline-block;
  line-height: 1;
  height: 2.8125rem;
  width: 2.5rem;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

.wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-alt-quote):before {
  top: -0.9375rem;
  left: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large):not(.is-style-alt-quote):after {
  content: close-quote;
  top: -0.9375rem;
  right: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 80%;
  font-size: 1.5rem;
}

/* bigger than 1440 */
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 0.9375rem;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

.action .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
  text-align: center;
}

.action .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img {
  max-width: 13.125rem;
  height: auto;
}

.is-style-simple .wp-block-button__link {
  background: transparent;
  color: #000;
  /*text-transform: uppercase;*/
  border: none;
}

.is-style-simple .wp-block-button__link:after {
  content: "›";
  margin-left: 0.9375rem;
}

.is-style-simple .wp-block-button__link:focus {
  text-decoration: none;
}

.wp-block-buttons .is-style-alternative {
  display: block;
  margin-bottom: 0;
}

.wp-block-buttons .is-style-alternative .wp-block-button__link {
  background-color: #efefef;
  color: #5ba9d6;
  /*text-transform: uppercase;*/
  border: none;
  padding: 1.875rem;
  padding-right: 3.75rem;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
}

.wp-block-buttons .is-style-alternative .wp-block-button__link:after {
  position: absolute;
  right: 1.875rem;
  content: "›";
  font-size: 60px;
  top: 7px;
  margin-left: 0.9375rem;
}

.wp-block-buttons .is-style-alternative .wp-block-button__link:focus {
  text-decoration: none;
}

.is-style-rounded .wp-block-button__link {
  border-radius: 0.3125rem;
}

.is-style-pill .wp-block-button__link {
  border-radius: 62.5rem;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline .wp-block-button__link,
.is-style-hollow .wp-block-button__link {
  background: transparent;
  color: #1b6aaf;
  border: 0.125rem solid #1b6aaf;
}

.is-style-full-width .wp-block-button__link {
  display: block;
}

.is-style-small .wp-block-button__link {
  font-size: 0.75rem;
}

.is-style-large .wp-block-button__link {
  font-size: 1.5rem;
}

.wp-block-button__link.expanded {
  display: block;
}

.wp-block-button__link:hover {
  filter: brightness(85%);
}

a.has-primary-background-color {
  background-color: #1b6aaf;
  border-color: #1b6aaf;
}

a.has-primary-background-color:focus, a.has-primary-background-color:active, a.has-primary-background-color:visited {
  background-color: #1b6aaf;
  border-color: #1b6aaf;
}

a.has-primary-light-background-color {
  background-color: #bbd2e7;
  border-color: #bbd2e7;
}

a.has-primary-light-background-color:focus, a.has-primary-light-background-color:active, a.has-primary-light-background-color:visited {
  background-color: #bbd2e7;
  border-color: #bbd2e7;
}

a.has-primary-dark-background-color {
  background-color: #134a7b;
  border-color: #134a7b;
}

a.has-primary-dark-background-color:focus, a.has-primary-dark-background-color:active, a.has-primary-dark-background-color:visited {
  background-color: #134a7b;
  border-color: #134a7b;
}

.wp-block-button a.has-primary-color:focus, .wp-block-button a.has-primary-color:active, .wp-block-button a.has-primary-color:visited {
  color: #1b6aaf;
}

.wp-block-button a.has-primary-dark-color:focus, .wp-block-button a.has-primary-dark-color:active, .wp-block-button a.has-primary-dark-color:visited {
  color: #134a7b;
}

.wp-block-button a.has-primary-light-color:focus, .wp-block-button a.has-primary-light-color:active, .wp-block-button a.has-primary-light-color:visited {
  color: #bbd2e7;
}

.is-style-outline .has-primary-color,
.has-background .is-style-outline .has-primary-color {
  color: #1b6aaf;
  border-color: #1b6aaf;
}

.is-style-outline .has-primary-light-color,
.has-background .is-style-outline .has-primary-light-color {
  color: #bbd2e7;
  border-color: #bbd2e7;
}

.is-style-outline .has-primary-dark-color,
.has-background .is-style-outline .has-primary-dark-color {
  color: #134a7b;
  border-color: #134a7b;
}

a.has-secondary-background-color {
  background-color: #5ba9d6;
  border-color: #5ba9d6;
}

a.has-secondary-background-color:focus, a.has-secondary-background-color:active, a.has-secondary-background-color:visited {
  background-color: #5ba9d6;
  border-color: #5ba9d6;
}

a.has-secondary-light-background-color {
  background-color: #cee5f3;
  border-color: #cee5f3;
}

a.has-secondary-light-background-color:focus, a.has-secondary-light-background-color:active, a.has-secondary-light-background-color:visited {
  background-color: #cee5f3;
  border-color: #cee5f3;
}

a.has-secondary-dark-background-color {
  background-color: #407696;
  border-color: #407696;
}

a.has-secondary-dark-background-color:focus, a.has-secondary-dark-background-color:active, a.has-secondary-dark-background-color:visited {
  background-color: #407696;
  border-color: #407696;
}

.wp-block-button a.has-secondary-color:focus, .wp-block-button a.has-secondary-color:active, .wp-block-button a.has-secondary-color:visited {
  color: #5ba9d6;
}

.wp-block-button a.has-secondary-dark-color:focus, .wp-block-button a.has-secondary-dark-color:active, .wp-block-button a.has-secondary-dark-color:visited {
  color: #407696;
}

.wp-block-button a.has-secondary-light-color:focus, .wp-block-button a.has-secondary-light-color:active, .wp-block-button a.has-secondary-light-color:visited {
  color: #cee5f3;
}

.is-style-outline .has-secondary-color,
.has-background .is-style-outline .has-secondary-color {
  color: #5ba9d6;
  border-color: #5ba9d6;
}

.is-style-outline .has-secondary-light-color,
.has-background .is-style-outline .has-secondary-light-color {
  color: #cee5f3;
  border-color: #cee5f3;
}

.is-style-outline .has-secondary-dark-color,
.has-background .is-style-outline .has-secondary-dark-color {
  color: #407696;
  border-color: #407696;
}

a.has-tertiary-background-color {
  background-color: #d17800;
  border-color: #d17800;
}

a.has-tertiary-background-color:focus, a.has-tertiary-background-color:active, a.has-tertiary-background-color:visited {
  background-color: #d17800;
  border-color: #d17800;
}

a.has-tertiary-light-background-color {
  background-color: #f1d7b3;
  border-color: #f1d7b3;
}

a.has-tertiary-light-background-color:focus, a.has-tertiary-light-background-color:active, a.has-tertiary-light-background-color:visited {
  background-color: #f1d7b3;
  border-color: #f1d7b3;
}

a.has-tertiary-dark-background-color {
  background-color: #925400;
  border-color: #925400;
}

a.has-tertiary-dark-background-color:focus, a.has-tertiary-dark-background-color:active, a.has-tertiary-dark-background-color:visited {
  background-color: #925400;
  border-color: #925400;
}

.wp-block-button a.has-tertiary-color:focus, .wp-block-button a.has-tertiary-color:active, .wp-block-button a.has-tertiary-color:visited {
  color: #d17800;
}

.wp-block-button a.has-tertiary-dark-color:focus, .wp-block-button a.has-tertiary-dark-color:active, .wp-block-button a.has-tertiary-dark-color:visited {
  color: #925400;
}

.wp-block-button a.has-tertiary-light-color:focus, .wp-block-button a.has-tertiary-light-color:active, .wp-block-button a.has-tertiary-light-color:visited {
  color: #f1d7b3;
}

.is-style-outline .has-tertiary-color,
.has-background .is-style-outline .has-tertiary-color {
  color: #d17800;
  border-color: #d17800;
}

.is-style-outline .has-tertiary-light-color,
.has-background .is-style-outline .has-tertiary-light-color {
  color: #f1d7b3;
  border-color: #f1d7b3;
}

.is-style-outline .has-tertiary-dark-color,
.has-background .is-style-outline .has-tertiary-dark-color {
  color: #925400;
  border-color: #925400;
}

a.has-quaternary-background-color {
  background-color: #b60539;
  border-color: #b60539;
}

a.has-quaternary-background-color:focus, a.has-quaternary-background-color:active, a.has-quaternary-background-color:visited {
  background-color: #b60539;
  border-color: #b60539;
}

a.has-quaternary-light-background-color {
  background-color: #e9b4c4;
  border-color: #e9b4c4;
}

a.has-quaternary-light-background-color:focus, a.has-quaternary-light-background-color:active, a.has-quaternary-light-background-color:visited {
  background-color: #e9b4c4;
  border-color: #e9b4c4;
}

a.has-quaternary-dark-background-color {
  background-color: #7f0428;
  border-color: #7f0428;
}

a.has-quaternary-dark-background-color:focus, a.has-quaternary-dark-background-color:active, a.has-quaternary-dark-background-color:visited {
  background-color: #7f0428;
  border-color: #7f0428;
}

.wp-block-button a.has-quaternary-color:focus, .wp-block-button a.has-quaternary-color:active, .wp-block-button a.has-quaternary-color:visited {
  color: #b60539;
}

.wp-block-button a.has-quaternary-dark-color:focus, .wp-block-button a.has-quaternary-dark-color:active, .wp-block-button a.has-quaternary-dark-color:visited {
  color: #7f0428;
}

.wp-block-button a.has-quaternary-light-color:focus, .wp-block-button a.has-quaternary-light-color:active, .wp-block-button a.has-quaternary-light-color:visited {
  color: #e9b4c4;
}

.is-style-outline .has-quaternary-color,
.has-background .is-style-outline .has-quaternary-color {
  color: #b60539;
  border-color: #b60539;
}

.is-style-outline .has-quaternary-light-color,
.has-background .is-style-outline .has-quaternary-light-color {
  color: #e9b4c4;
  border-color: #e9b4c4;
}

.is-style-outline .has-quaternary-dark-color,
.has-background .is-style-outline .has-quaternary-dark-color {
  color: #7f0428;
  border-color: #7f0428;
}

a.has-black-background-color {
  background-color: #000;
  border-color: #000;
}

a.has-black-background-color:focus, a.has-black-background-color:active, a.has-black-background-color:visited {
  background-color: #000;
  border-color: #000;
}

a.has-black-light-background-color {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

a.has-black-light-background-color:focus, a.has-black-light-background-color:active, a.has-black-light-background-color:visited {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

a.has-black-dark-background-color {
  background-color: black;
  border-color: black;
}

a.has-black-dark-background-color:focus, a.has-black-dark-background-color:active, a.has-black-dark-background-color:visited {
  background-color: black;
  border-color: black;
}

.wp-block-button a.has-black-color:focus, .wp-block-button a.has-black-color:active, .wp-block-button a.has-black-color:visited {
  color: #000;
}

.wp-block-button a.has-black-dark-color:focus, .wp-block-button a.has-black-dark-color:active, .wp-block-button a.has-black-dark-color:visited {
  color: black;
}

.wp-block-button a.has-black-light-color:focus, .wp-block-button a.has-black-light-color:active, .wp-block-button a.has-black-light-color:visited {
  color: #b3b3b3;
}

.is-style-outline .has-black-color,
.has-background .is-style-outline .has-black-color {
  color: #000;
  border-color: #000;
}

.is-style-outline .has-black-light-color,
.has-background .is-style-outline .has-black-light-color {
  color: #b3b3b3;
  border-color: #b3b3b3;
}

.is-style-outline .has-black-dark-color,
.has-background .is-style-outline .has-black-dark-color {
  color: black;
  border-color: black;
}

a.has-gray-background-color {
  background-color: #676767;
  border-color: #676767;
}

a.has-gray-background-color:focus, a.has-gray-background-color:active, a.has-gray-background-color:visited {
  background-color: #676767;
  border-color: #676767;
}

a.has-gray-light-background-color {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

a.has-gray-light-background-color:focus, a.has-gray-light-background-color:active, a.has-gray-light-background-color:visited {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

a.has-gray-dark-background-color {
  background-color: #484848;
  border-color: #484848;
}

a.has-gray-dark-background-color:focus, a.has-gray-dark-background-color:active, a.has-gray-dark-background-color:visited {
  background-color: #484848;
  border-color: #484848;
}

.wp-block-button a.has-gray-color:focus, .wp-block-button a.has-gray-color:active, .wp-block-button a.has-gray-color:visited {
  color: #676767;
}

.wp-block-button a.has-gray-dark-color:focus, .wp-block-button a.has-gray-dark-color:active, .wp-block-button a.has-gray-dark-color:visited {
  color: #484848;
}

.wp-block-button a.has-gray-light-color:focus, .wp-block-button a.has-gray-light-color:active, .wp-block-button a.has-gray-light-color:visited {
  color: #d1d1d1;
}

.is-style-outline .has-gray-color,
.has-background .is-style-outline .has-gray-color {
  color: #676767;
  border-color: #676767;
}

.is-style-outline .has-gray-light-color,
.has-background .is-style-outline .has-gray-light-color {
  color: #d1d1d1;
  border-color: #d1d1d1;
}

.is-style-outline .has-gray-dark-color,
.has-background .is-style-outline .has-gray-dark-color {
  color: #484848;
  border-color: #484848;
}

a.has-white-background-color {
  background-color: #fff;
  border-color: #fff;
}

a.has-white-background-color:focus, a.has-white-background-color:active, a.has-white-background-color:visited {
  background-color: #fff;
  border-color: #fff;
}

a.has-white-light-background-color {
  background-color: white;
  border-color: white;
}

a.has-white-light-background-color:focus, a.has-white-light-background-color:active, a.has-white-light-background-color:visited {
  background-color: white;
  border-color: white;
}

a.has-white-dark-background-color {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

a.has-white-dark-background-color:focus, a.has-white-dark-background-color:active, a.has-white-dark-background-color:visited {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.wp-block-button a.has-white-color:focus, .wp-block-button a.has-white-color:active, .wp-block-button a.has-white-color:visited {
  color: #fff;
}

.wp-block-button a.has-white-dark-color:focus, .wp-block-button a.has-white-dark-color:active, .wp-block-button a.has-white-dark-color:visited {
  color: #b3b3b3;
}

.wp-block-button a.has-white-light-color:focus, .wp-block-button a.has-white-light-color:active, .wp-block-button a.has-white-light-color:visited {
  color: white;
}

.is-style-outline .has-white-color,
.has-background .is-style-outline .has-white-color {
  color: #fff;
  border-color: #fff;
}

.is-style-outline .has-white-light-color,
.has-background .is-style-outline .has-white-light-color {
  color: white;
  border-color: white;
}

.is-style-outline .has-white-dark-color,
.has-background .is-style-outline .has-white-dark-color {
  color: #b3b3b3;
  border-color: #b3b3b3;
}

.cards-block {
  margin-top: 0.9375rem;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #484848;
  transition: 0.3s ease;
  border: 1px solid #d1d1d1;
  padding: 0.625rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-top: 10px;
  /*
	.wp-post-image {
		margin-bottom: 0;
	}
*/
}

.card:hover {
  transform: translateY(-10px);
}

.card:hover .main-link {
  color: #1b6aaf;
}

.card .entry-title {
  clear: both;
  margin-bottom: 0.9375rem;
}

.card .entry-title a {
  color: inherit;
}

.card .post-thumbnail {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.card .entry-meta {
  margin-bottom: 0.9375rem;
}

.card .entry-meta .posted-on {
  margin-bottom: 0.3125rem;
  display: block;
}

.card .cat-links {
  margin: 0.3125rem 0 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
}

.card .cat-links a {
  margin-left: 0.3125rem;
  color: inherit;
}

.card .cat-links a:hover {
  text-decoration: underline;
}

.card .cat-links .fa {
  margin-right: 0.3125rem;
}

.card a.card-link {
  text-decoration: none !important;
}

.card .read-more-section {
  margin-top: auto;
}

.card a:hover {
  text-decoration: none;
}

.card .contact-info .contact-link {
  display: block;
  margin-bottom: 0.3125rem;
}

.card .social-navigation li:first-child {
  margin-left: 0;
}

.card .social-navigation li a:before {
  border: 1px solid;
}

/*.wp-block-cards-block .card.card-color-primary {
	background: $color_primary;
	color: $color_white;
	a {
		color: $color_white;
	}
	.read-more {
		background-color: $color_primary-light;
		border-color: $color_primary-light;
		color: $color_primary-dark;
		&:hover {
			background-color: $color_primary-dark;
			color: $color_white;
		}
	}
	.entry-meta {
		i {
		color: $color_white;
		}
	}
}
.wp-block-cards-block .card.card-color-secondary {
	background: $color_secondary;
	color: $color_white;
	a {
		color: $color_white;
	}
	.read-more {
		background-color: $color_secondary-light;
		border-color: $color_secondary-light;
		color: $color_secondary-dark;
		&:hover {
			background-color: $color_secondary-dark;
			color: $color_white;
		}
	}
	.entry-meta {
		i {
		color: $color_white;
		}
	}
}
.wp-block-cards-block .card.card-color-tertiary {
	background: $color_tertiary;
		color: $color_white;
	a {
		color: $color_white;
	}
	.read-more {
		background-color: $color_tertiary-light;
		border-color: $color_tertiary-light;
		color: $color_tertiary-dark;
		&:hover {
			background-color: $color_tertiary-dark;
			color: $color_white;
		}
	}
	.entry-meta {
		i {
		color: $color_white;
		}
	}
}
.wp-block-cards-block .card.card-color-quaternary {
	background: $color_quaternary;
	color: $color_white;
	a {
		color: $color_white;
	}
	.read-more {
		background-color: $color_quaternary-light;
		border-color: $color_quaternary-light;
		color: $color_quaternary-dark;
		&:hover {
			background-color: $color_quaternary-dark;
			color: $color_white;
		}
	}
	.entry-meta {
		i {
		color: $color_white;
		}
	}
}*/
.wp-block-cards-block .card.card-color-transparent {
  background-color: transparent;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 0.9375rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.wp-block-column .wp-block:last-child .block-page-card {
  margin-bottom: 0;
}

/*.block-page-card.primary {
	background-color: $color_primary;
	color: $color_white;
	h4.page-card-title {
		background-color: $color_primary-dark;	
	}
	.page-card-link a.button {
		background-color: $color_primary-dark;
		border: 2px solid $color_primary-dark;
		&:hover {
			background-color: $color_white;
			color: $color_primary-dark;
		}
	}
}*/
.slick-cards .card {
  margin: 0 0.625rem;
}

.slick-cards .slick-track {
  padding: 0.625rem 0;
}

.wp-block-query-block .style-slider .media-item {
  padding: 0 0.9375rem;
}

.wp-block-query-block .style-slider .media-item img {
  margin: 0 auto;
}

.wp-block-query-block .media-item {
  text-align: center;
}

.wp-block-query-block .media-item .media-caption {
  margin: 0.3125rem 0;
}

hr,
.wp-block-separator {
  margin: 1.875rem auto;
  border: none;
}

.wp-block-separator:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1.5px transparent;
  transition: box-shadow .1s ease-in;
  max-width: 100px;
}

/*.wp-block-separator.is-style-dots:before {
	display: none;
}
.separator {
  position: relative;
  width: 100%;
  height: rem-calc(60);
  z-index: 10;
  overflow: hidden;
margin-top:-rem-calc(1);
}

.separator::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: $color_primary;
  clip-path: polygon(-1% -1%, 101% -1%, -1% 101%);
}

.separator::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: $color_white;
  clip-path: polygon(-1% 101%, 101% 101%, 101% -1%);
}

.separator-start-white::before {
  background-color: white;
}

.separator-start-transparent::before {
  background-color: transparent;
}


.separator-start-primary::before {
  background-color: $color_primary;
}

.separator-start-secondary::before {
  background-color: $color_secondary;
}

.separator-start-tertiary::before {
  background-color: $color_tertiary;
}
.separator-start-quaternary::before {
  background-color: $color_quaternary;
}
.separator-end-white::after {
  background-color: white;
}

.separator-end-transparent::after {
  background-color: transparent;
}

.separator-end-primary::after {
  background-color: $color_primary;
}

.separator-end-secondary::after {
  background-color: $color_secondary;
}

.separator-end-tertiary::after {
  background-color: $color_tertiary;
}
.separator-end-quaternary::after {
  background-color: $color_quaternary;
}
.separator.reverse {
  transform: rotateY(180deg);
}*/
.wp-block-side {
  /*.wp-block-cover {
	.wp-block-group {
		background-color: rgba(56,142,60,0.9);
		margin: 0;
		padding: 0;
	}
	.wp-block-button .wp-block-button__link {
		background-color: white;
		color: $color_primary;
		&:hover {
			background-color: $color_primary;
			color: white;
		}
	}
}
.slides {
	.wp-block-group__inner-container {
		padding:$padding rem-calc(20);
		margin-bottom: $margin-small;
	}
	.wp-block-button__link {
		display: inline-block;
		float: left;
		margin-right: $margin-small;
	}
	h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase;
	}	
}*/
}

.wp-block-side .slide p {
  /*font-size: $font_size-h4;*/
}

.wp-block-side .slick-slide-list {
  margin: 0;
  padding: 0;
}

.wp-block-icon-block {
  /*margin-top:rem-calc(20);
	margin-bottom: rem-calc(20);
	display: block;
	.aligncenter {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		float: none;
		max-width: 100%;
	}
	.alignright {
		text-align: right;
		margin-left: 0;
		margin-right: 0;
		float: none;
		max-width: 100%;
	}*/
}

.wp-block-accordion {
  /* .active,  */
}

.wp-block-accordion .accordion-container {
  border: 1px solid white;
}

.wp-block-accordion .accordion-container button {
  border-radius: 0;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.wp-block-accordion .accordion-container:not(:first-child) {
  border-top: 0;
}

.wp-block-accordion .accordion-block {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.wp-block-accordion .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0.9375rem;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.wp-block-accordion .accordion:before {
  font-size: 1.375rem;
  line-height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  background-color: #fff;
  color: #676767;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  padding: 0;
  margin-right: 0.625rem;
  display: inline-block;
}

.wp-block-accordion .accordion:hover {
  background-color: #ccc;
}

.wp-block-accordion .accordion-panel {
  padding: 0 0.9375rem;
  background-color: white;
  overflow: hidden;
  max-height: 0;
}

.wp-block-accordion .active.accordion:before {
  content: "\f068";
}

/*The styles here are for blocks but do not display in the editor.*/
/*jetpack*/
.jp-carousel-left-column-wrapper {
  display: none !important;
}

#main .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
  background: none;
}

.wp-block-property .has-background {
  padding: 1.875rem;
}

body {
  color: #484848;
}

.home .without-featured-image .entry-content {
  margin-top: 0;
}

.entry-content .block-panel {
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-320 .newsletter-block {
  display: none !important;
}

.block-contact-info .contact-label {
  text-transform: uppercase;
}

.block-contact-info .contact-item {
  margin-bottom: 0.9375rem;
}

/*.wp-block-icon-block {
	.has-white-color .fa-inverse {
		color: black;
	}
}*/
.block-contact-info {
  margin-top: 2.5rem;
}

.action-button a {
  display: block;
  width: 100%;
  background-color: white;
  color: #5ba9d6;
  border: none;
  box-shadow: 4px 4px 0px #898989;
  position: relative;
  padding-right: 3.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .action-button a {
    font-size: 1.375rem;
  }
}

.action-button a:after {
  position: absolute;
  right: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1;
  /* bigger than 1440 */
  width: 2.5rem;
  text-align: center;
  color: #5ba9d6;
  font-family: "Font Awesome 5 Pro";
  content: " ";
  padding: 0;
}

@media (min-width: 600px) {
  .action-button a:after {
    line-height: 1.2;
  }
}

.action-button a:active, .action-button a:visited {
  color: #5ba9d6;
}

.action-button a:hover {
  color: #fff;
  background-color: #1b6aaf;
}

.action-button a:hover:after {
  color: #fff;
}

.action-gallery a:after {
  content: "\f302";
}

.action-photo a:after {
  content: "\f083";
}

.action-treatment a:after {
  content: "\f713";
}

.action-faq a:after {
  content: "\f059";
}

.action-phone a:after {
  content: "\f3cd";
}

.action-email a:after {
  content: "\f0e0";
}

p:empty {
  display: none;
}

.wp-block-search {
  margin-bottom: 0.9375rem;
}

.entry-content {
  /*.wp-block-group.has-background {
		padding: 0;
	}*/
  /*
	.wp-block {
		margin-left: auto;
		margin-right: auto;
		padding-right: $gutter-padding;
		padding-left: $gutter-padding;
		max-width: 800px;
*/
  /*
		&.align-wrap-wide {
		}
		&.align-wrap-full {
		}
		.alignwide {
			max-width: none;
			@include breakpoint(large) {
				width: 75vw;
				margin-left: calc(50% - 75vw / 2);
			}
		}
*/
  /*
		.alignfull {
			width: 100vw;
			margin-left: calc( 50% - 50vw );
			max-width: none;
		}
*/
  /*
		.wp-block {
			padding-left: 0;
			padding-right: 0;
		}
		.wp-block-columns {
			margin-bottom: 0;
			.wp-block {
				max-width: 100%;
				width: 100%;
				margin-right:0;
				margin-left:0;
			}
		}
		
	}
*/
}

.entry-content .wp-block-latest-posts.wp-block-latest-posts__list {
  margin: 0.9375rem 0;
}

.entry-content .wp-block-map {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.entry-content .wp-block-columns {
  margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column.has-background {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.entry-content .wp-block.align-wrap-full {
  padding-left: 0;
  padding-right: 0;
}

.entry-content .wp-block.align-wrap-full .wp-block {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.entry-content .wp-block.align-wrap-full .wp-block .wp-block {
  padding-left: 0;
  padding-right: 0;
}

/*
.alignfull.wp-block-gallery,
.alignwide.wp-block-gallery {
	@include breakpoint(small) {
	margin-left: -8px;
	margin-right: -8px;
	width: inherit;
  }
}
.alignfull img,
.alignwide img {
  width: 100%;
  display: block;
}
*/
/*
.block-document {
	margin-bottom: $margin;
	border-top: 2px solid $color_secondary;
	border-bottom: 2px solid $color_secondary;
	a {
		color: $color_gray;
		display: block;
		transition: .2s ease;
		&:hover {
// 			color: $color_white;
			background-color: $color_gray-light;
			h4 {
// 				color: $color_white;
			}
		}
	}
	.document-content {
		margin-top:$margin;
	}
	.document-thumbnail {
		padding: 10px;
	}
}
*/
/*.block-people-grid {
	background-color: #CCC;
	margin-bottom: $margin-large;
}
.people-grid {
	.card-container {
		margin: rem-calc(20) 0;
	}
	.people-content {
		padding: rem-calc(20);
		padding-bottom: rem-calc(40);
	}
	.card:hover a .people-position {
		color: white !important;
		
	}
	.people-pic {
		margin-top: rem-calc(20);
		img {
			margin: auto;
			max-width: rem-calc(150);
		}
	}
}
*/
.block-fact {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #d1d1d1;
  /* bigger than 1440 */
  /* bigger than 1440 */
  /* bigger than 1440 */
}

.block-fact .columns {
  padding-left: 0;
  padding-right: 0;
}

.block-fact .columns .fact-box {
  background-color: #1b6aaf;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-fact .columns .fact-content {
  padding: 0.625rem;
  color: white;
}

.block-fact .columns .fact-number {
  font-size: 4rem;
  color: #ced607;
}

.block-fact .columns .fact-description {
  font-size: 0.875rem;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .block-fact .columns .fact-description {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .block-fact .columns:nth-child(2) .fact-box,
  .block-fact .columns:nth-child(3) .fact-box,
  .block-fact .columns:nth-child(6) .fact-box,
  .block-fact .columns:nth-child(7) .fact-box,
  .block-fact .columns:nth-child(10) .fact-box,
  .block-fact .columns:nth-child(11) .fact-box {
    background-color: white;
  }
  .block-fact .columns:nth-child(2) .fact-description,
  .block-fact .columns:nth-child(3) .fact-description,
  .block-fact .columns:nth-child(6) .fact-description,
  .block-fact .columns:nth-child(7) .fact-description,
  .block-fact .columns:nth-child(10) .fact-description,
  .block-fact .columns:nth-child(11) .fact-description {
    color: #1b6aaf;
  }
}

@media (min-width: 600px) and (max-width: 960px) {
  .block-fact .columns:nth-child(2n) .fact-box {
    background-color: white;
  }
  .block-fact .columns:nth-child(2n) .fact-description {
    color: #1b6aaf;
  }
}

@media (min-width: 960px) {
  .block-fact .columns:nth-child(2) .fact-box,
  .block-fact .columns:nth-child(4) .fact-box,
  .block-fact .columns:nth-child(5) .fact-box,
  .block-fact .columns:nth-child(7) .fact-box,
  .block-fact .columns:nth-child(10) .fact-box,
  .block-fact .columns:nth-child(12) .fact-box {
    background-color: white;
  }
  .block-fact .columns:nth-child(2) .fact-description,
  .block-fact .columns:nth-child(4) .fact-description,
  .block-fact .columns:nth-child(5) .fact-description,
  .block-fact .columns:nth-child(7) .fact-description,
  .block-fact .columns:nth-child(10) .fact-description,
  .block-fact .columns:nth-child(12) .fact-description {
    color: #1b6aaf;
  }
}

/*.wp-block-cover-image .wp-block-cover__inner-container, 
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - rem-calc(30));
}
.wp-block-cover {
	margin-top: 0;
	margin-bottom: 0;
}*/
.wp-block-file {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

/* CODE */
.wp-block-simple-code-block-ace {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
}

/* TESTIMONIAL */
.testimonial-container {
  display: block;
  padding: 0.9375rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.testimonial-container cite {
  color: #1b6aaf;
}

.wp-block-coblocks-shape-divider.is-style-rounded {
  border-radius: 0 !important;
}

.wp-block-search .wp-block-search__input {
  max-width: none;
}

.hero-3 {
  padding: 80px;
}

.hero-3 .paragraph-1 {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8em !important;
}

.hero-3 .wp-block-column {
  border-color: #ffffff4a;
  border-style: solid;
  border-width: 1px;
}

.hero-3 .paragraph-2 {
  padding: 0 38px;
}

.hero-1 h2 {
  max-width: 767px;
  margin: 0 auto;
}

.hero-1 p {
  max-width: 657px;
  margin: 0 auto;
}

.hero-1 .wp-block-group {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: -87px;
  padding: 101px 50px 50px 50px !important;
}

.hero-4 .columns-2 .wp-block-column {
  padding: 0 20px;
}

.hero-4 .columns-2 {
  margin-top: -107px !important;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.testimonial-9 .paragraph-1 {
  margin: 0;
}

.testimonial-9 .image-1 img {
  margin-top: -105px;
}

.testimonial-9 .image-2 img {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  margin: 0 0 0 107px;
}

.testimonial-9 .image-2 {
  display: inline-block;
  vertical-align: top;
  margin: 14px 12px 0 0;
}

.testimonial-9 .paragraph-2 {
  display: inline-block;
}

#cwp_id-307562b5-6714-48e4-9d49-733f221194f8 .cwp-block-slider-main .paragraph-2 {
  margin-bottom: 30px;
}

#cwp_id-307562b5-6714-48e4-9d49-733f221194f8 .cwp-block-slider-main h2 {
  font-size: 32px;
  margin: 0 0 30px 0;
}

#cwp_id-307562b5-6714-48e4-9d49-733f221194f8 .cwp-block-slider-main .wp-block-columns {
  max-width: 80%;
  margin: 0 auto;
}

#cwp_id-307562b5-6714-48e4-9d49-733f221194f8 .cwp-block-slider-main .wp-block-buttons .wp-block-button a {
  color: #fff !important;
  border-color: #f7dcbc !important;
  padding: 8px 38px !important;
  font-size: 15px !important;
  letter-spacing: 2px;
}

#cwp_id-307562b5-6714-48e4-9d49-733f221194f8 .cwp-block-slider-main .wp-block-buttons .wp-block-button a:hover {
  background-color: #fbd9b0;
  color: #333 !important;
}

@media only screen and (max-width: 500px) {
  #cwp_id-307562b5-6714-48e4-9d49-733f221194f8 .cwp-block-slider-main .slick-dots {
    margin-left: -70px;
  }
}

:root .has-primary-background-color {
  background-color: #1b6aaf;
}

:root .has-primary-color {
  color: #1b6aaf;
}

:root .has-primary-dark-background-color {
  background-color: #134a7b;
}

:root .has-primary-light-background-color {
  background-color: #bbd2e7;
}

:root .has-primary-dark-color {
  color: #134a7b;
}

:root .has-primary-light-color {
  color: #bbd2e7;
}

:root .has-secondary-background-color {
  background-color: #5ba9d6;
}

:root .has-secondary-color {
  color: #5ba9d6;
}

:root .has-secondary-dark-background-color {
  background-color: #407696;
}

:root .has-secondary-light-background-color {
  background-color: #cee5f3;
}

:root .has-secondary-dark-color {
  color: #407696;
}

:root .has-secondary-light-color {
  color: #cee5f3;
}

:root .has-tertiary-background-color {
  background-color: #d17800;
}

:root .has-tertiary-color {
  color: #d17800;
}

:root .has-tertiary-dark-background-color {
  background-color: #925400;
}

:root .has-tertiary-light-background-color {
  background-color: #f1d7b3;
}

:root .has-tertiary-dark-color {
  color: #925400;
}

:root .has-tertiary-light-color {
  color: #f1d7b3;
}

:root .has-quaternary-background-color {
  background-color: #b60539;
}

:root .has-quaternary-color {
  color: #b60539;
}

:root .has-quaternary-dark-background-color {
  background-color: #7f0428;
}

:root .has-quaternary-light-background-color {
  background-color: #e9b4c4;
}

:root .has-quaternary-dark-color {
  color: #7f0428;
}

:root .has-quaternary-light-color {
  color: #e9b4c4;
}

:root .has-black-background-color {
  background-color: #000;
}

:root .has-black-color {
  color: #000;
}

:root .has-black-dark-background-color {
  background-color: black;
}

:root .has-black-light-background-color {
  background-color: #b3b3b3;
}

:root .has-black-dark-color {
  color: black;
}

:root .has-black-light-color {
  color: #b3b3b3;
}

:root .has-gray-background-color {
  background-color: #676767;
}

:root .has-gray-color {
  color: #676767;
}

:root .has-gray-dark-background-color {
  background-color: #484848;
}

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

:root .has-gray-dark-color {
  color: #484848;
}

:root .has-gray-light-color {
  color: #d1d1d1;
}

:root .has-white-background-color {
  background-color: #fff;
}

:root .has-white-color {
  color: #fff;
}

:root .has-white-dark-background-color {
  background-color: #b3b3b3;
}

:root .has-white-light-background-color {
  background-color: white;
}

:root .has-white-dark-color {
  color: #b3b3b3;
}

:root .has-white-light-color {
  color: white;
}

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

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

.wp-block-button a.has-black-light-background-color {
  background-color: #000;
}

.has-white-background-color {
  background-color: #fff;
}

.has-white-color {
  color: #fff;
}

.wp-block-button a.has-white-light-background-color {
  background-color: #fff;
}

:root .has-primary-gradient-background {
  background: linear-gradient(135deg, #5ba9d6 0%, #1b6aaf 100%);
}

:root .has-primary-alt-gradient-background {
  background: linear-gradient(135deg, #1b6aaf 0%, #5ba9d6 100%);
}

:root .has-primary-2-gradient-background {
  background: linear-gradient(135deg, #5ba9d6 0%, #1b6aaf 50%, #5ba9d6 100%);
}

:root .has-primary-2-alt-gradient-background {
  background: linear-gradient(135deg, #1b6aaf 0%, #5ba9d6 50%, #1b6aaf 100%);
}

:root .has-secondary-gradient-background {
  background: linear-gradient(135deg, rgba(91, 169, 214, 0.5) 0%, rgba(91, 169, 214, 0) 100%);
}

:root .has-secondary-alt-gradient-background {
  background: linear-gradient(135deg, rgba(91, 169, 214, 0) 0%, rgba(91, 169, 214, 0.5) 100%);
}

:root .has-secondary-dark-gradient-background {
  background: linear-gradient(135deg, rgba(27, 106, 175, 0.5) 0%, rgba(91, 169, 214, 0) 100%);
}

:root .has-secondary-dark-alt-gradient-background {
  background: linear-gradient(135deg, rgba(27, 106, 175, 0) 0%, rgba(27, 106, 175, 0.5) 100%);
}

.has-white-background-color.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.has-white-background-color.wp-block-cover-image h1:not(.has-text-color),
.has-white-background-color.wp-block-cover-image h2:not(.has-text-color),
.has-white-background-color.wp-block-cover-image h3:not(.has-text-color),
.has-white-background-color.wp-block-cover-image h4:not(.has-text-color),
.has-white-background-color.wp-block-cover-image h5:not(.has-text-color),
.has-white-background-color.wp-block-cover-image h6:not(.has-text-color),
.has-white-background-color.wp-block-cover-image p:not(.has-text-color), .has-white-background-color.wp-block-cover .wp-block-subhead:not(.has-text-color),
.has-white-background-color.wp-block-cover h1:not(.has-text-color),
.has-white-background-color.wp-block-cover h2:not(.has-text-color),
.has-white-background-color.wp-block-cover h3:not(.has-text-color),
.has-white-background-color.wp-block-cover h4:not(.has-text-color),
.has-white-background-color.wp-block-cover h5:not(.has-text-color),
.has-white-background-color.wp-block-cover h6:not(.has-text-color),
.has-white-background-color.wp-block-cover p:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover-image .wp-block-subhead:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover-image h1:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover-image h2:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover-image h3:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover-image h4:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover-image h5:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover-image h6:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover-image p:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover .wp-block-subhead:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover h1:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover h2:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover h3:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover h4:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover h5:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover h6:not(.has-text-color),
div[class*="-light-background-color"].wp-block-cover p:not(.has-text-color) {
  color: black;
}

/*
@import "components/plugins/pagenavi.scss"; 
@import "components/plugins/flex-grid/grid-variables";
@import "components/plugins/flex-grid/grid-mixins";
@import "components/plugins/flex-grid/grid";

@import "components/plugins/foundation/foundation-settings";
@import "components/plugins/foundation/grid/grid";
@import "components/plugins/foundation/grid/classes";
@import "components/plugins/foundation/grid/column";
@import "components/plugins/foundation/grid/flex-grid";
@import "components/plugins/foundation/grid/gutter";
@import "components/plugins/foundation/grid/layout";
@import "components/plugins/foundation/grid/position";
@import "components/plugins/foundation/grid/row";
@import "components/plugins/foundation/grid/size";
@import "components/plugins/foundation/foundation-flex";
@import "components/plugins/foundation/foundation-flex-classes";
@import "components/plugins/foundation/foundation-flex-grid";
@include foundation-flex-grid;
@include foundation-flex-classes;
@import "components/navigation-pagenavigation"; */
.particle-header {
  background-color: #1b6aaf;
}

.particle-header {
  position: relative;
  min-height: 31.25rem !important;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.particle-header h1 {
  color: #5ba9d6;
  font-size: 2.5rem;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

.particle-header .sub-heading {
  color: white;
  font-size: 1.5rem;
  font-family: "collier", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

.particle-header.small {
  min-height: 15.625rem !important;
}

.particle-heading {
  width: 100%;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.id-label-area {
  margin-top: 12.5rem;
  margin-bottom: 0;
  top: -rem-calc(200);
  position: absolute;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

#main .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input {
  margin: 12px 0;
  padding: 20px 20px 20px 40px;
}

/**,
:before,
:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.hide {
  display: none;
}
.page__style {
  background: #6d326d;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto auto;
  overflow: hidden;
}
.page__style .page__description {
  color: #fff;
  text-align: center;
}
.page__style h1 {
  margin-top: 200px;
  margin-bottom: 30px;
}
.page__style .btn_nav {
  background: #002a32;
  border-radius: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 17px 30px;
  width: 146px;
}
.page__style .btn_nav:focus,
.page__style .btn_nav:active {
  outline: none;
}
.page__style a {
  text-decoration: none;
  color: #fff;
}
.page__style a:hover {
  text-decoration: underline;
}
.animate_content {
  animation: animate 3s ease;
}
.fadeIn {
  z-index: 10;
}

.home {
  background: #5da9e9;
}
.projects {
  background: #bd5de9;
}
.skills {
  background: #5de974;
}
.about {
  background: #fb9b33;
}
.contact {
  background: #c9cdc0;
}
@media only screen and (max-width: 767px) {
  .page__description h1 {
    margin-top: 100px;
  }
}
@-moz-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@-o-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
*/
/*gomopress SPECIFIC STYLES*/
.header-title .wp-block-cover {
  background-color: #d1d1d1;
}

.header-title .wp-block-cover h1 {
  color: #484848;
}

.sidebar {
  margin-top: 0.9375rem;
}

.sidebar .widget {
  background-color: #cccccc;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.sidebar .widget-title {
  margin-bottom: 0.625rem;
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .sidebar .widget-title {
    margin-bottom: 1.25rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.has-animated-bg .wp-block-cover__gradient-background {
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .has-animated-bg .wp-block-cover__gradient-background {
    background-size: 400% !important;
    animation: bganimation 12s ease infinite;
  }
}

@keyframes bganimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.cloud-and-fog {
  overflow: hidden;
  position: relative;
}

.cloud-and-fog:before, .cloud-and-fog:after {
  position: absolute;
  height: 100vh;
  width: 300vw;
  z-index: 2;
  content: " ";
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
}

.cloud-and-fog:before {
  background: url("images/fog-1.png");
  animation: marquee 132s linear infinite;
}

.cloud-and-fog:after {
  background: url("images/fog-2.png");
  animation: marquee 89s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translate3d(-200vw, 0, 0);
    opacity: 0;
  }
}

.gradient-text h1,
.gradient-text h2,
.gradient-text h3,
.gradient-text h4,
.gradient-text h5,
.gradient-text h6,
.gradient-text p,
h1.gradient-text,
h2.gradient-text,
h3.gradient-text,
h4.gradient-text,
h5.gradient-text,
h6.gradient-text,
p.gradient-text {
  background-color: #1b6aaf;
  background-image: linear-gradient(45deg, #1b6aaf, #5ba9d6);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  /*
    display: inline-block;
    width: auto !important;
*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gradient-text h1,
  .gradient-text h2,
  .gradient-text h3,
  .gradient-text h4,
  .gradient-text h5,
  .gradient-text h6,
  .gradient-text p,
  h1.gradient-text,
  h2.gradient-text,
  h3.gradient-text,
  h4.gradient-text,
  h5.gradient-text,
  h6.gradient-text,
  p.gradient-text {
    background-color: transparent;
    background-image: none;
    color: #1b6aaf;
  }
}

.navigational-area {
  /* bigger than 1440 */
}

@media (min-width: 960px) {
  .navigational-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: rgba(27, 106, 175, 0.3);
    background: linear-gradient(90deg, rgba(27, 106, 175, 0.3) 0%, rgba(27, 106, 175, 0) 100%);
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.video-wrapper .iframe-container {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-wrapper iframe {
  background-color: transparent;
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.black-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: black;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.big-statement-blue:after, .big-statement-blue2:after {
  background-image: url("https://pinnacleinternational.co.uk/wp-content/uploads/2021/01/shapes8.png");
  background-size: cover;
  position: absolute;
  background-position: center top;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
}

.big-statement-blue .wp-block-cover__inner-container,
.big-statement-blue .wp-block-columns {
  z-index: 3 !important;
}

/*
.big-statement-blue:after {
	background-image: url('https://pinnacleinternational.co.uk/wp-content/uploads/2020/11/shapes-alt.png');
	}
*/
.logo-wide:after {
  background-image: url("https://pinnacleinternational.co.uk/wp-content/uploads/2020/11/logo-white-big.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  max-width: 50rem;
  margin: auto;
}

.logo-wide:after .wp-block-cover__inner-container {
  z-index: 3 !important;
}

.logo-wide-blue:after {
  background-image: url("https://pinnacleinternational.co.uk/wp-content/uploads/2020/11/logo-blue-big.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  max-width: 50rem;
  margin: auto;
}

.logo-wide-blue:after .wp-block-cover__inner-container {
  z-index: 3 !important;
}

.mobile-min-300 {
  min-height: 65vh !important;
  /* bigger than 1440 */
}

@media (max-width: 600px) {
  .mobile-min-300 {
    min-height: 100vh !important;
  }
}

.has-black-color a {
  color: black !important;
}

.footer-strapline {
  font-size: 18px;
  padding-left: 10px;
  /* bigger than 1440 */
}

@media (min-width: 600px) {
  .footer-strapline {
    padding-top: 18px;
  }
}

.iframe-container video {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}

/*
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    .has-parallax {
        background-attachment: scroll !important;
    }
} 
*/
@supports (-webkit-touch-callout: none) {
  .has-parallax {
    background-attachment: scroll !important;
  }
}

.splash-logo {
  max-width: 70%;
  margin: auto;
}
