/*!
Theme Name: Forward Journey
Theme URI: https://forwardjourney.org/
Author: Blue Blaze
Author URI: https://blueblazeassociates.com/
Description: Custom Wordpress Theme
Version: 12.21.2023.01
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: forward-journey
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Forward Journey is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
font-family: 'Gelasio', serif;
	background: #fff;
    position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
.frm_style_newsletter.with_frm_style input.frm_other_input:not(.frm_other_full) {
    width: 100%;
    min-height: 150px;
    margin-top: 5px;
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: flex;
}
h1 {
    font-size: 32px;
    color: #6558B0;
    font-weight: 700;
    margin: 0 0 1rem;
}
@media screen and (min-width: 48em) {
h1 {
    font-size: 40px;
}
}
h2 {
    color: #6558B0;
    font-size: 28px;
    font-weight: 700;
    margin: 1rem 0 .5rem;
}
h3 {
    color: #6558B0;
    font-size: 20px;
    font-weight: 700;
    margin: 1rem 0;
}
h4 {
    color: #4E4E4E;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
p {
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.6;
    color: #4E4E4E;
    font-weight: 400;
}
footer .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 40px;
    height: 40px;
}
footer p {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
}
footer p.phone, footer p.hours {
    margin-left: 20px;
}
footer p.phone:before {
    content: url(assets/icon-phone.svg);
    position: absolute;
    left: -18px;
    top: 5px;
    line-height: 1;
    width: 13px;
    display: inline-block;
}
footer p.hours:before {
    content: url(assets/icon-hours.svg);
    position: absolute;
    left: -18px;
    top: 5px;
    line-height: 1;
    width: 13px;
    display: inline-block;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1.5em;
}
blockquote.wp-block-quote p {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #548131;
}
blockquote.wp-block-quote cite {
    color: #548131;
    font-size: 18px;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
    font-family: 'Lato', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Lato', sans-serif;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
.wp-block-separator {
    border-top: 1px #548131 solid;
    border-bottom: 0;
    background-color: transparent;
}

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

ul,
ol {
	margin: 0 0 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

li {
    font-size: 18px;
    line-height: 1.6;
    color: #4E4E4E;
    font-weight: 400;
}
dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}
.wp-block-image {
    margin: 0;
}
figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #548131;
}

a:visited {
	color: #548131;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #6558B0;
    text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
}

select {
}

textarea {
	width: 100%;
}
/* Buttons */
button.frm_button_submit.frm_final_submit, .wp-block-button__link, input.search-submit, input.button.frm_button_submit.frm_final_submit {
  margin: 0 !important;
  background-color: #548131;
  border: none;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 30px 5px 15px ;
  border-radius: 5px;
  color: #fff;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
}
button.frm_button_submit.frm_final_submit:hover, button.frm_button_submit.frm_final_submit:active, .wp-block-button__link:hover, .wp-block-button__link:active, input.search-submit:hover, input.search-submit:active, input[type="submit"]:hover, input[type="submit"]:active {
  background: rgb(85, 97, 181);
  background: -moz-linear-gradient(90deg, rgba(85, 97, 181, 1) 0%, rgba(154, 206, 111, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(85, 97, 181, 1) 0%, rgba(154, 206, 111, 1) 100%);
  background: linear-gradient(90deg, rgba(85, 97, 181, 1) 0%, rgba(154, 206, 111, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6558B0", endColorstr="#548131", GradientType=1);
}
button.frm_button_submit.frm_final_submit:after, .wp-block-button__link:after, input.search-submit:after, input[type="submit"]:after {
    content: url(assets/arrow.svg);
    position: absolute;
    right: 12px;
    top: 7px;
    line-height: 1;
    width: 13px;
    display: inline-block;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
button.frm_button_submit.frm_final_submit:hover:after, .wp-block-button__link:hover:after, input.search-submit:hover:after, iinput[type="submit"]:hover:after {
  content: url(assets/arrow.svg);
    position: absolute;
    right: 8px;
    top: 7px;
    line-height: 1;
    width: 13px;
    display: inline-block;
}
/* Header */
.top-callouts {
    background-color: #6557B8;
}
.top-callouts .widget {
    padding: 10px 0;
    background-image: url("assets/icon-alert-white.svg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 28px;
    background-size: 20px auto;
}
.wp-block-button.covid .wp-block-button__link, .top-callouts p {
    color: #FFFFFF;
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 800;
    padding: 0;
    margin-bottom: 0;
}
.top-callouts p a {
    color: #F1E8C1;
}

.wp-block-button.covid .wp-block-button__link:hover {
    text-decoration: underline;
    background: transparent;
}
.wp-block-button.covid .wp-block-button__link:before {
    content: url('assets/icon-alert.svg');
    position: relative;
    left: -5px;
    top: 1px;
    line-height: 1;
    width: 12px;
    display: inline-block;
}
.wp-block-button.covid .wp-block-button__link:hover:before {
    transform: rotate(-25deg);
}
.wp-block-button.covid .wp-block-button__link:after {
    content:none;
    display: none;
}
.main-menu {
    display: flex;
    justify-content: center;
    padding: 1rem 0 1rem;
}
@media screen and (min-width: 62em) {
.main-menu {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0 1rem;
}
}
/* Branding */
.site-branding.logo {
    width: 200px;
}
@media screen and (min-width: 37.5em) {
.site-branding.logo {
    width: 225px;
}
}
/* Navigation
--------------------------------------------- */
.navigation {
    align-content: center;
    display: flex;
    border-top: 1px solid #622d9026;
    padding-top: 1rem;
}


.top-navigation {
  display: none;
}
@media screen and (min-width: 62em) {
.top-navigation {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
}
.top-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
}
.top-navigation li {
  position: relative;
}
.top-navigation a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #6558B0;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
    border: 1px solid #6558B0;
    padding: 5px 12px 5px 30px;
    border-radius: 6px;
    text-transform: uppercase;
    margin-right: 13px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.top-navigation a:hover {
background: rgb(85,97,181);
background: -moz-linear-gradient(90deg, rgba(85,97,181,1) 0%, rgba(154,206,111,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(85,97,181,1) 0%, rgba(154,206,111,1) 100%);
background: linear-gradient(90deg, rgba(85,97,181,1) 0%, rgba(154,206,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6558B0",endColorstr="#548131",GradientType=1);
    border: 1px solid #fff;
}
.top-navigation li.caregiver:before {
    content: url(assets/icon-heart.svg);
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 1;
    width: 16px;
    display: inline-block;
}
.top-navigation li.caregiver:hover:before {
    content: url(assets/icon-heart-white.svg);
}
.top-navigation li.employee:before {
    content: url(assets/icon-employee.svg);
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 1;
    width: 20px;
    display: inline-block;
}
.top-navigation li.employee:hover:before {
    content: url(assets/icon-employee-white.svg);
}
.top-navigation li.calendar:before {
    content: url(assets/icon-calendar.svg);
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 1;
    width: 16px;
    display: inline-block;
}
.top-navigation li.calendar:hover:before {
    content: url(assets/icon-calendar-white.svg);
}
.top-navigation li.board:before {
    content: url(assets/icon-board.svg);
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 1;
    width: 16px;
    display: inline-block;
}
.top-navigation li.board:hover:before {
    content: url(assets/icon-board-white.svg);
}
.top-navigation .current-menu-item li a {
  color: #6558B0;
}
.top-navigation a:hover, .top-navigation .current-menu-item a:hover {
    color: #fff;
}


.main-navigation {
  display: none;
}
@media screen and (min-width: 62em) {
.main-navigation {
  display: flex;
  align-items: center;
  position: relative;
}
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 2rem 0;
    padding-left: 0;
}
.main-navigation ul ul {
  float: none;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  filter: drop-shadow(0px 10px 10px rgb(0 0 0 / 5%));
  background-color: #fff;
  padding: 0;
  flex-direction: column;
  width: 150px;
    margin: 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
    text-align: center;
    text-transform: none;
    padding: 10px 15px;
    border-bottom: 1px solid #7bb2b426;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}
.main-navigation ul ul li:last-child.menu-item a {
    border-bottom: 0 solid #7bb2b426;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: calc(50% - 0px) !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #6558B0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
    border-left: 1px solid #b3b9bc80;
    font-size: 17px;
    padding: 0 15px;
    letter-spacing: .25px;
}
.main-navigation li:first-child.menu-item a {
    border-left: 0 solid #b3b9bc80;
}
.main-navigation li.current-menu-item a {
  color: #548131;
}
.main-navigation a:hover, .main-navigation .current-menu-item a:hover {
  color: #548131;
}
/* Submenu */

.main-navigation li.current-menu-item ul.sub-menu a {
    color: #6558B0;
}
.main-navigation li.current-menu-item ul.sub-menu a:hover {
  color: #548131;
}
/* Small menu. */

.mobile.main-menu {
  display: block;
  padding: 10px 0;
  background-color: #e4eff1;
}
.mobile-menu {
  display: block;
}
@media screen and (min-width: 62em) {
  .mobile.main-menu, .mobile-menu {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.mobile-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100001;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
#main-menu {
    background-color: #eeeff8;
    padding: 1.5rem 1rem 1rem;
    margin-top: 175px;
}
@media screen and (min-width: 37.5em) {
#main-menu {
    padding: 1.5rem 2rem 1rem;
    margin-top: 185px;
}
}
ul#menu-primary-menu {
    margin: 1rem 0 0;
    padding: 0;
}
ul#menu-top-menu {
    margin: 0;
    padding: 0;
}
#menuToggle {
    overflow: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 30px;
    height: 25px;
    top: 10px;
    left: 1rem;
    z-index: 1;
}
@media only screen and (min-width: 37.5em) {
#menuToggle {
    left: 2rem;
}
}
button.navbar-toggler, button:hover.navbar-toggler {
    width: 30px;
    height: 25px;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #6558B0;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border: 1px solid #6558B0;
    border-radius: 6px;
    text-transform: uppercase;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
button.navbar-toggler:after, button.navbar-toggler:hover:after {
  display: none;
}
#menuToggle input {
  display: flex;
  width: 30px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
}
#menuToggle span {
  width: 16px;
  height: 2px;
  background: #6558B0;
  border-radius: 4px;
  -webkit-transition: all .5s cubic-bezier(.08, .81, .87, .71);
  -moz-transition: all .5s cubic-bezier(.08, .81, .87, .71);
  -ms-transition: all .5s cubic-bezier(.08, .81, .87, .71);
  -o-transition: all .5s cubic-bezier(.08, .81, .87, .71);
  transition: all .5s cubic-bezier(.08, .81, .87, .71);
  display: block;
  margin: 3px 0px 2px 6px;
}
#span1 {
  transform-origin: 4px 0px;
}
#span3 {
  transform-origin: bottom right;
}
#menuToggle input:checked ~ #span1 {
  background-color: #6558B0;
  transform: rotate(45deg) translate(0px);
  margin: 5px 0 0 8px;
}
#menuToggle input:checked ~ #span2 {
  background-color: #6558B0;
  transform: rotate(495deg) translate(0px);
  margin: 1px 0 0 6px;
}
#menuToggle input:checked ~ #span3 {
  background-color: #6558B0;
  transform: rotate(45deg);
  opacity: 0;
}
.dropdown-toggle::after {
  display: none;
}
/* Dropdown */
a.dropdown-toggle-caret {
    background-image: url(assets/down-arrow.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 0;
    background-color: transparent;
    color: #424d7d;
    width: 20px;
    height: 20px;
    z-index: 5;
    border-radius: 100px;
    background-size: 10px 10px;
    background-position: center;
    border: 1px solid #424d7d;
    transform: rotate( 0deg );
    transition: transform 150ms ease;
}
a.active.dropdown-toggle-caret.show {
    transform: rotate( -180deg );            
}
a.dropdown-toggle-caret.show {
    transform: rotate( -180deg );            

}
.dropdown-menu[data-bs-popper] {
    margin: -10px 0 -1px;
    padding: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.dropdown-menu {
  font-size: 16px;
  color: #ffffff;
  border: none;
  background-color: transparent;
}
.dropdown, .dropend, .dropstart, .dropup, li.menu-item {
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 1px solid #424d7d26;
}
@media screen and (min-width: 62em) {
.dropdown, .dropend, .dropstart, .dropup, li.menu-item {
    border-bottom: 0 solid #424d7d26;
}
}
.navbar-nav .nav-link {
    margin-right: 50px;
}
a.nav-link {
    color: #424d7d;
    font-size: 16px;
    font-weight: 700;
    padding: .75rem 0;
    font-family: 'Lato', sans-serif;
    text-align: left;
}
a.nav-link:focus, a.nav-link:hover {
    color: #548131;
    text-decoration: none;
}
a.dropdown-item {
    padding: 10px 15px;
    color: #424d7d;
    text-align: left;
    font-family: 'Lato', sans-serif;
}
a.dropdown-item.active, a.dropdown-item:active, a.dropdown-item:focus, a.dropdown-item:hover {
    color: #548131;
    background-color: transparent;
    text-decoration: none;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.wp-block-image .alignleft, .alignleft,
.wp-block-image .alignright,
.alignright,
.wp-block-image .aligncenter,
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
    float: none;
    }

@media (min-width: 48.8125rem) {
.wp-block-image .alignleft, .alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.wp-block-image .alignright,
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.wp-block-image .aligncenter,
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
    }
}
@media (max-width: 48.8125rem) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }
}

/* Supports */
.supporter {
    background-color: #f5faf1;
    padding-top: 0;
    padding-bottom: 0;
}
#primary .wp-block-group.supporter .wp-block-group__inner-container {
    background-image: url("assets/bck-arrow.svg");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 50%;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
@media only screen and (min-width: 48.8125rem) {
#primary .wp-block-group.supporter .wp-block-group__inner-container {
    background-position: left top;
    background-size: auto 100%;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
}
.supporter .wp-block-image {
    margin: 0 auto 1rem;
    text-align: center;
}
@media only screen and (min-width: 48.8125rem) {
.supporter .wp-block-image {
    margin: auto;
    text-align: left;
}
}
/* Newsletter */
.newsletter .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    flex-direction: column;
}
@media (min-width: 68.75rem) {
.newsletter .wp-block-group__inner-container {
    flex-direction: row;
    }
}
.newsletter .frm_fields_container {
    display: grid;
    text-align: center;
}
@media (min-width: 68.75rem) {
.newsletter .frm_fields_container {
    display: flex;
}
}
.newsletter h2 {    
    margin: 0 0 25px 0;
    line-height: 1;
    text-align: center;
}
@media (min-width: 68.75rem) {
.newsletter h2 {    
    margin: 0 25px 0 0;
    text-align: left;
}
}
.newsletter .frm_style_newsletter {
    width: 90%;
    margin: auto;
}
@media (min-width: 68.75rem) {
.newsletter .frm_style_newsletter {
    width: 65%;
    margin: 0;
}
}
/* Intro Block */
.wp-block-group.intro {
    padding: 0;
    filter: drop-shadow(0px 5px 5px #00000026);
    background-color: #EDEFF8;
    overflow: hidden;
    position: relative;
}
.wp-block-group.intro:before {
    content: url();
    position: absolute;
    width: 1400px;
    height: 600px;
    left: -1600px;
    top: -35px;
    background-image: url('assets/purple-pattern.svg');
    background-repeat: no-repeat;
    background-size: 100% 500px;
    right: 0;
    margin: auto;
}
@media (min-width:48.8125rem) {
.wp-block-group.intro:after {
    content: url();
    position: absolute;
    width: 100%;
    height: 600px;
    left: 60%;
    top: -35px;
    background-image: url(assets/green-pattern.svg);
    background-size: initial;
    right: 0;
    margin: auto;
    background-repeat: repeat-x;
}
}
.wp-block-group.intro .wp-block-group__inner-container {
    padding: 0;
    z-index: 5;
    position: relative;
}
.wp-block-group.intro .wp-block-columns {
    margin: 0;
    padding: 0;
}
@media (min-width: 48.8125rem) {
.wp-block-group.intro .wp-block-columns {
    margin: 0 4rem 0 0;
    padding: 0;
}
}
.wp-block-group.intro .wp-block-columns .wp-block-column:first-child {
padding: 1rem 2rem 3rem;
}
@media (min-width: 62rem) {
.wp-block-group.intro .wp-block-columns .wp-block-column:first-child {
    padding: 2rem 4rem;
}
}
/* Homepage Callout Boxes */
.homepage-callouts {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
}
@media (min-width: 37.5rem) {
.homepage-callouts {
    margin: 0 -1.25rem;
}
}
.homepage-callout-box {
    width: 100%;
    padding: 1rem 0;
}
@media (min-width: 37.5rem) {
.homepage-callout-box {
    width: 50%;
    padding: 1rem .5rem;
}
}
@media (min-width: 62rem) {
.homepage-callout-box {
    width: 25%;
}
}
a.homepage-callout-box {
    text-decoration: none;
}
a.homepage-callout-box .frame {
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
a.homepage-callout-box .zoomin img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
a.homepage-callout-box .zoomin img:hover {
  transform: scale(1.2);
}
.callout-content {
  background-color: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 4px #0000000d);
  padding: 1rem;
  margin: -1rem .5rem 0;
}

/* Interior Callout Boxes */
.interior-callouts {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
}
@media (min-width: 37.5rem) {
.interior-callouts {
    margin: 0 -1.25rem;
}
}
a.interior-callout-box {
    width: 100%;
    background: #F1E6B2;
  filter: drop-shadow(0px 0px 4px #0000000d);
  border-radius: 10px;
    margin: 0.5rem 0;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
a:hover.interior-callout-box {
background: rgb(85,97,181);
background: -moz-linear-gradient(90deg, rgba(85,97,181,1) 0%, rgba(154,206,111,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(85,97,181,1) 0%, rgba(154,206,111,1) 100%);
background: linear-gradient(90deg, rgba(85,97,181,1) 0%, rgba(154,206,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6558B0",endColorstr="#548131",GradientType=1);
}

@media (min-width: 37.5rem) {
a.interior-callout-box {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}
}
@media (min-width: 62rem) {
a.interior-callout-box {
    width: calc(33% - 1rem);
}
}

a.interior-callout-box {
    text-decoration: none;
}
a.interior-callout-box .frame {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    background-color: #6558B0;
    padding: 10px;
    margin: 0 10px 0 0;
}
a:hover.interior-callout-box .frame {
    background-color: #548131;
}
a.interior-callout-box .zoomin img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
a.interior-callout-box .zoomin img:hover {
  transform: scale(1.2);
}
a .interior-callout-content {
  padding: 1rem;
  margin: 0;
}
a .interior-callout-content p{
    font-family: 'Lato', sans-serif;
    margin: 0 0 1rem;
    font-weight: 400;
    font-size: 16px;
}
a:hover .interior-callout-content h3, a:hover .interior-callout-content p {
    color: #fff;
}
a .callout-link, a:visited .callout-link {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #548131;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px 0 0;
}
a:hover .callout-link, a:active .callout-link {
  text-decoration: none;
  color: #6558B0;
}
a:hover .interior-callout-content  .callout-link, a:active .interior-callout-content  .callout-link {
  text-decoration: none;
  color: #FFFFFF;
}
a .callout-link:after {
  content: url(assets/arrow-green.svg);
  position: absolute;
  right: 2px;
  top: 2px;
  line-height: 1;
  width: 13px;
  display: inline-block;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
a:hover .callout-link:after {
  content: url(assets/arrow-purple.svg);
  position: absolute;
  right: -2px;
  top: 2px;
  line-height: 1;
  width: 13px;
  display: inline-block;
}
a:hover .interior-callout-content  .callout-link:after {
  content: url(assets/arrow.svg);
  position: absolute;
  right: -2px;
  top: 2px;
  line-height: 1;
  width: 13px;
  display: inline-block;
}

/* Value Boxes */
.value-callouts {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
}
@media (min-width: 37.5rem) {
.value-callouts {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0 -1.25rem;
}
}
.value-box {
    width: 100%;
    background: #F1E6B2;
  filter: drop-shadow(0px 0px 4px #0000000d);
  border-radius: 10px;
    margin: 0.5rem 0;
}
@media (min-width: 37.5rem) {
.value-box {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}
}
@media (min-width: 62rem) {
.value-box {
    width: calc(33% - 1rem);
}
}
.value-content {
  padding: 1.5rem 1.5rem .5rem;
  margin: 0;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.value-content p{
    font-family: 'Lato', sans-serif;
    margin: 0 0 1rem;
    font-weight: 400;
    font-size: 16px;
}

/* Timeline */
.timeline {
    margin: 3rem 0 2rem;
    background-image: url('assets/timeline-divide.svg');
    background-size: 1px;
    background-repeat: repeat-y;
    background-position: center;
}
.timeline-content {
    border-radius: 10px;
    padding: 2rem 2rem 1rem;
    width: 40%;
    margin: -1rem 0 0;
    position: relative;
}
.timeline div:nth-child(odd), .timeline div:nth-child(even) {
    width: 100%;
    text-align: left;
    margin: 0 auto 2rem;
    max-width: 500px;
}
@media (min-width: 50rem) {
.timeline div:nth-child(odd) {
    width: 40%;
    text-align: right;
    margin: 0rem 0px -2rem 0;
}
.timeline div:nth-child(even) {
    margin: 0 0 -2rem 60%;
    width: 40%;
}
}
.timeline-content:nth-child(3n-2){
    background-color: #548131;
}
@media (min-width: 50rem) {
.timeline-content:nth-child(6n-5):after {
    content: '';
    background-image: url(assets/timeline-arrow-green.svg);
    background-size: 75px 25px;
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 25px;
    position: absolute;
    right: -26%;
    top: 0;
}
.timeline-content:nth-child(6n-4):after {
    content: '';
    background-image: url(assets/timeline-arrow-purple.svg);
    background-size: 75px 25px;
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 25px;
    position: absolute;
    left: -26%;
    top: 0;
    transform: rotate(180deg);
}
.timeline-content:nth-child(6n-3):after {
    content: '';
    background-image: url(assets/timeline-arrow-yellow.svg);
    background-size: 75px 25px;
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 25px;
    position: absolute;
    right: -26%;
    top: 0;
}
.timeline-content:nth-child(6n-2):after {
    content: '';
    background-image: url(assets/timeline-arrow-green.svg);
    background-size: 75px 25px;
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 25px;
    position: absolute;
    left: -26%;
    top: 0;
    transform: rotate(180deg);
}
.timeline-content:nth-child(6n-1):after {
    content: '';
    background-image: url(assets/timeline-arrow-purple.svg);
    background-size: 75px 25px;
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 25px;
    position: absolute;
    right: -26%;
    top: 0;
}
.timeline-content:nth-child(6n-0):after {
    content: '';
    background-image: url(assets/timeline-arrow-yellow.svg);
    background-size: 75px 25px;
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 25px;
    position: absolute;
    left: -26%;
    top: 0;
    transform: rotate(180deg);
}
}
.timeline-content:nth-child(3n-1){
    background-color: #6558B0;
}
.timeline-content:nth-child(3n-0) {
    background-color: #F1E6B2;
}

.timeline-content .divide {
    font-weight: 200;
    margin: 0 7px;
}
.timeline-content h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 .5rem;
}
.timeline-content p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin: 0 0 1rem;
    font-weight: 400;
    font-size: 16px;
}
.timeline-content:nth-child(3n-0) h3 , .timeline-content:nth-child(3n-0) p {
    color: #6558B0;
}

/* Accordion */
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background-color: transparent;
    padding: 1rem 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-header {
    font-size: 24px;
    margin: 1rem 0 1.25rem;
}
.accordion-body {
    padding: 1rem 0;
}

/* Team Boxes */
.team-callouts {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
}
@media (min-width: 37.5rem) {
.team-callouts {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0 -1.25rem;
}
}
a.team-box {
    text-decoration: none;
}
.team-box {
    width: 100%;
    background: #F1E6B2;
  filter: drop-shadow(0px 0px 4px #0000000d);
  border-radius: 10px;
    margin: 0.5rem 0;
}
@media (min-width: 37.5rem) {
.team-box {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}
}
@media (min-width: 62rem) {
.team-box {
    width: calc(33% - 1rem);
}
}
.team-content {
    padding: .5rem 1.5rem 1.5rem;
    margin: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.team-box img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.team-content p {
    font-family: 'Lato', sans-serif;
    margin: 0 0 1rem;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

/* Team Modal */

.modal.show .modal-dialog {
  position: relative;
  top: 5%;
}
@media only screen and (min-width: 62rem) {
.modal.show .modal-dialog {
  top: 40%;
  transform: translateY(-40%);
}
}
.modal-dialog {
  max-width: 900px;
  width: 90%;
  margin: auto;
  position: relative;
    overflow: hidden;
}
.modal-header {
    border-bottom: 1px #fff solid;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    justify-content: flex-end;
}
.modal-header .close {
    opacity: 1;
    border-radius: 100px;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    background-image: url(assets/btn-close-circle.svg);
    background-size: cover;
    border: none;
}
.modal-header .close img {
    width: 25px;
    height: 25px;
}
.modal-content {
    border: none;
    border-radius: 0 0 .3rem .3rem;
}
.modal-body {
  padding: 1rem 0 2rem;
}
@media only screen and (min-width: 62rem) {
.modal-body {
  padding: 1rem 0 3rem;
}
}

/* Events */
.single-tribe_events .tribe-events-c-subscribe-dropdown__button, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
    padding: var(--tec-spacer-1) var(--tec-spacer-2);
    width: max-content;
}

/* 404 Page */
form.search-form {
    display: flex;
}
label {
    display: block;
    flex-shrink: 1;
    flex-direction: row;
    align-items: stretch;
    margin-right: 10px;
    width: 100%;
}
input.search-field {
    text-decoration: none;
    background-color: #fff;
    color: #6558B0;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    border: 1px solid #6558B0;
    padding: 5px 12px;
    margin-right: 13px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
    display: block;
    font-family: 'Gelasio', serif;
    border-radius: 5px;
}

/* News Blog */
.nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #548131;
    text-decoration: none;
}
.nav-next a,
.nav-previous a {
    text-decoration: none;
}
.nav-next a:after {
  content: url(assets/arrow-green.svg);
  position: absolute;
  right: 2px;
  top: 2px;
  line-height: 1;
  width: 13px;
  display: inline-block;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.nav-next a:hover:after {
  content: url(assets/arrow-purple.svg);
  position: absolute;
  right: -2px;
  top: 2px;
  line-height: 1;
  width: 13px;
  display: inline-block;
}
/* Index */
.post-blocks {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    grid-auto-rows: minmax(100px, auto);
}
@media screen and (min-width: 37.5em) {
.post-blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
}

@media screen and (min-width: 62em) {
.post-blocks {
    grid-template-columns: repeat(3, 1fr);
}
}
.post-blocks article {
    border-bottom: 1px solid #622d9026;
    margin-bottom: 2rem;
}
@media screen and (min-width: 37.5em) {
.post-blocks article {
    margin-bottom: 0;
}
}
.post-blocks .entry-meta {
    margin-bottom: 5px;
    display: block;
}
.post-blocks .entry-meta .posted-on {
    font-size: 14px;
    text-transform: uppercase;
    color: #626262;
}
.post-blocks h2 {
    margin-bottom: 0;
}
.post-blocks h2 a {
    color: #622D90;
    text-decoration: none;
}
.post-blocks a.post-thumbnail {
    margin: 1rem 0;
    display: block;
}
.post-blocks p {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
a.read-more, a:visited.read-more{
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #548131;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px 0 0;
}
a:hover.read-more, a:active.read-more {
  text-decoration: none;
  color: #6558B0;
}
a.read-more:after {
  content: url(assets/arrow-green.svg);
  position: absolute;
  right: 2px;
  top: 2px;
  line-height: 1;
  width: 13px;
  display: inline-block;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
a:hover.read-more:after {
  content: url(assets/arrow-purple.svg);
  position: absolute;
  right: -2px;
  top: 2px;
  line-height: 1;
  width: 13px;
  display: inline-block;
}
.wp-block-embed__wrapper {
    position: relative;
    margin: auto;
    justify-content: center;
    display: flex;
}
.wp-block-embed iframe {
    max-width: 100%;
    margin: auto;
}
.wp-block-embed__wrapper iframe {
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
}

input[type="password"] {
    width: inherit;
    margin: 0 10px 0 0;
}
form.post-password-form {
    max-width: 1000px;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Popup */
.ays-pb-modal-close {
    top: 22px !important;
    right: 2% !important;
}
.ays-pb-modal_1 .ays_pb_material_close_icon {
    fill: #ffffff !important;
    height: 25px !important;
    right: 0;
}
.ays-pb-modal h2 {
    font-family: 'Lato', sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    background-image: url(assets/icon-alert-white.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px !important;
    background-size: 18px auto;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.ays_content_box {
    padding: 20px 0 !important;
    text-align: left;
}
.ays-pb-modal a, .ays-pb-modal a:hover, .ays-pb-modal a:active, .ays-pb-modal a:visited {
    color: #fff !important;
}