<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Jewish Connections Network 
Description: Level Up Your Jewish Journey
Version: 1.0
Author: Digital Ink
Author uri: https://www.digital.ink
*/

@font-face {
	font-family: 'Primed';
	src: url(../../../../../../../themes/jewish-connections-network/css/fonts/Primed.woff2) format('woff2'),
		url(../../../../../../../themes/jewish-connections-network/css/fonts/Primed.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--black: #000000;
	--white: #ffffff;
}

html {
	height: 100%;
}

html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: var(--white);
	font-family: 'Poppins', sans-serif;
	height: 100%;
	color: #454545;
	margin: 0 auto !important;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: 600;
}

a:hover, a:focus {
	color: #84378C;
}

p {
	font-size: 16px;
	margin: 0 0 21px;
	line-height: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
	line-height: 1.2;
	color: #212D80;
	margin-bottom: 1rem;
}

h1, .h1 {
	font-size: 40px;
	color: var(--white);
}

h2, .h2 {
	font-size: 28px;
}

h3, .h3 {
	font-size: 22px;
	font-weight: 600;
	color: #262525;
}

h4, .h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222222;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h5.primed, p span, p.primed {
	font-family: 'Primed';
}

p span, p.primed {
	color: #007DC3;
	font-size: 24px;
}

h5.primed {
	font-weight: normal;
	font-size: 32px;
	color: #007DC3;
}

p span.excerpt_part {
	font-family: 'Poppins', sans-serif;
	color: #454545;
	font-size: 16px;
}

ol, ul {
	padding-left: 20px;
	margin-bottom: 18px;
}

blockquote {
	position: relative;
}

/*Selection Styles*/

::selection {
  background: #002d72; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #002d72; /* Gecko Browsers */
  color: white;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

::placeholder {
  color: #707070 !important;
  opacity: .5;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #707070 !important;
   opacity: .5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #707070 !important;
   opacity: .5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #707070 !important;
   opacity: .5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #707070 !important;
   opacity: .5;
}

.header .utility-menu .search-field::placeholder, .header .utility-menu .search-field::-webkit-input-placeholder, .home .header:not(.white) .menu .search-field::placeholder, .home .header:not(.white) .menu .search-field::-webkit-input-placeholder {
	color: #ffffff !important;
}

/* clears the â€˜Xâ€™ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the â€˜Xâ€™ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/*Alignments*/

.center, .right, .left {
	text-align: center;
}

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

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

/*Bootstrap Hacks*/

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

.bg {
	background-size: cover;
	background-position: center;
}

.btn, .btn:visited, button[type=submit], button[type=submit]:visited, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input[type=button], form.post-password-form input[type=submit] {
	display: block;
	background: transparent linear-gradient(233deg, #84378C, #84378C, #804099, #007dc3) 100% 0%/300% 100% no-repeat padding-box;
	color: #ffffff;
	border-radius: 23px;
	cursor: pointer;
	white-space: normal;
	padding: 10px 44px;
	text-decoration: none;
	font-weight: 600;
	border: none;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	height: 44px;
	transition: all linear 0.4s;
}

form.post-password-form input[type=submit] {
	display: inline-block;
}

.btn:hover, .btn:focus, button[type=submit]:hover , button[type=submit]:focus, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:focus,  body .gform_wrapper .gform_page_footer input[type=button]:hover,  body .gform_wrapper .gform_page_footer input[type=button]:focus, form.post-password-form input[type=submit]:hover, form.post-password-form input[type=submit]:focus {
	background: transparent linear-gradient(233deg, #84378C, #84378C, #804099, #007dc3) 0% 0%/300% 100% no-repeat padding-box;
	color: white;
	height: 44px;
}

a.btn::after, body .gform_wrapper .gform_footer input[type=submit]::after, .utility-menu .btn a:after {
	content: "\f061";
	font-weight: 900;
	display: none;
	font-family: "Font Awesome 6 Pro";
}

a.btn svg, .body .gform_wrapper .gform_footer input[type=submit] svg, .utility-menu .btn svg {
	opacity: 0;
	transition: .15s ease-in-out;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 25%;
	font-size: 19px;
}

.utility-menu .btn svg {
	transform: none !important;
	top: 20%;
}

a.btn:hover svg, body .gform_wrapper .gform_footer input[type=submit]:hover svg, .utility-menu .btn:hover svg {
	opacity: 1;
	transform: translate(35%,0);
}

.utility-menu .btn:hover svg {
	transform: translateX(35%) translateY(0%) !important;
	position: absolute;
}

a.btn:not([href]):not([tabindex]) {
	color: white;
}

.pl-45 {
	padding-left: 2rem !important;
}

.pr-45 {
	padding-right: 2rem !important;
}

.px-45 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.social-media-icon {
	color: var(--white);
	padding: 0 1rem 1rem 0;
	display: inline-block;
}

.social-media-icon:hover, .social-media-icon:focus {
	color: #6DB2B3;
}

.section img.round {
	border-radius: 100%;
}

/*Theme Colors*/

.blue {
	background-color: #212D80;
}

.blue-color {
	color: #212D80;
}

.teal {
	background-color: #66B1B2;
}

.amethyst {
	background-color: #804099;
}

.lightblue {
	background-color: #007DC3;
}

.gray {
	background-color: #454545;
}

.offblack {
	background-color: #222222;
}

.skyblue {
	background-color: #F8FBFD;
}

.white {
	background-color: #ffffff;
}

.select-css, .sidebar select, .gform_wrapper.gravity-theme .gfield input[type=text], .gform_wrapper.gravity-theme .gfield input[type=tel], .gform_wrapper.gravity-theme .gfield input[type=url], .gform_wrapper.gravity-theme .gfield input[type=email], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	display: block;
	font-size: 14px;
	color: #454545;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: var(--wpr-bg-9279c4cd-0314-4b17-a0f7-bd46efc9bdb3),
	linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	border: 1px solid #BFBFBF;
	border-radius: 23px;
	height: 44px;
}
.select-css::-ms-expand, .sidebar select::ms-expand {
	display: none;
}
.select-css:hover, .sidebar select:hover, .gform_wrapper.gravity-theme .gfield input:hover, .gform_wrapper.gravity-theme .gfield input:focus {
	border-color: #888;
}
.select-css:focus, .sidebar select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option, .sidebar select option {
	font-weight:normal;
}

.select-css option.level-0 {
	text-transform: none;
}

.gform_wrapper.gravity-theme .gfield input[type=text], .gform_wrapper.gravity-theme .gfield input[type=email], .gform_wrapper.gravity-theme .gfield input[type=tel], .gform_wrapper.gravity-theme .gfield input[type=url], .gform_wrapper.gravity-theme textarea {
	background-image: none;
}

.gform_wrapper.gravity-theme select {
	height: 45.2px;
} 

.gfield_checkbox div.gchoice {
	display: inline-block;
	width: 50%;
	margin-bottom: 9px;
}

.full-width .gfield_checkbox div.gchoice {
	width: 100%;
}

.gform_wrapper.gravity-theme p.gf_progressbar_title {
	font-size: 14px;
	margin: 0 0 4.8px;
	color: #454545;
	text-transform: uppercase;
	font-weight: 600;
	text-align: right;
}

.gform_wrapper.gravity-theme p.gf_progressbar_title span {
	color: #454545;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
	display: none;
}

.gf_page_steps {
	text-align: right;
}

.gform_wrapper.gravity-theme div.gf_page_steps {
	border-bottom: none;
}

.gform_wrapper.gravity-theme div.gf_step.gf_step_active .gf_step_number {
	background: #007DC3;
	color: #007DC3;
	border-color: #007DC3;	
}

.gform_wrapper.gravity-theme div.gf_step .gf_step_number {
	background: #ffffff;
	color: #ffffff;
	border-color: #707070;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	display: inline-block;
	font-size: 0;
}

.gform_wrapper.gravity-theme div.gf_step {
	margin-left: 0;
	margin-right: 0;
	display: inline;
}

.gform_wrapper.gravity-theme div.gf_step:after {
	content: "\2014";
	display: inline;
	position: relative;
	top: 2px;
}

.gform_wrapper.gravity-theme div.gf_step_last.gf_step:after {
	display: none;
}

.gform_wrapper.gravity-theme span.gf_step_label {
	display: none;
}

body .gfield_checkbox div input[type=checkbox] {
	opacity: 0;
	position: relative;   
	height: 0;
	width: 0;
}
body .gfield_checkbox div input[type=checkbox] + label{
	position: relative;
	overflow: hidden;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
}

body .gfield_checkbox div input[type=checkbox] + label:before,
body .gfield_checkbox div input[type=checkbox] + label:after{
	content: '';
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: .2s;
	transition: .2s;
}
/* after */
body .gfield_checkbox div input[type=checkbox]:not(:checked) + label:after{
	width: 20px;
	height: 20px;
	border: 1px solid #BFBFBF;
	top: 0px;
	background-color: #ffffff;
}
body .gfield_checkbox div input[type=checkbox]:checked + label:after{
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #BFBFBF;
	background-color: #fff;
	z-index: 0;
	border-radius: 2px
}
/* before */
body .gfield_checkbox div input[type=checkbox]:not(:checked) + label:before{
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
body .gfield_checkbox div input[type=checkbox]:checked + label:before{
	left: 1px;
	width: 8px;
	height: 13px;
	margin-top:3px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #84378C;
	border-bottom: 2px solid #84378C;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

legend.gfield_label_before_complex {
	margin-bottom: 1.5rem !important;
}

.ginput_container_radio span.ginput_price {
	display: none;
}

/* Helper Classes */
.c-black { color: var(--black); }
.c-white { color: var(--white); }
.bg-black { background-color: var(--black); }
.bg-white { background-color: var(--white); }

.object-fit-cover { object-fit: cover;}
.object-fit-contain { object-fit: contain;}



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

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 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);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[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;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slick-slider ul.slick-dots {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
}

.slick-slider ul.slick-dots li {
	padding: 0 5px;
}

.slick-slider ul.slick-dots &gt; li:only-child {
	display: none;
}

.slick-slider ul.slick-dots li::marker {
	content: none;
}

.slick-slider ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	border: 0;
	outline: none;
	background: transparent;
	position: relative;
}

.slick-slider ul.slick-dots li button::before {
	content: 'â€¢';
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	text-align: center;
	background-color: var(--white);
	border-radius: 50%;
}

.slick-slider ul.slick-dots li.slick-active button::before {
	background-color: var(--orange);
}

.slick-slider a.slick-arrow {	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	cursor: pointer;
}

.slick-slider a.slick-arrow:hover .fa-square-full {	
	color: var(--orange);
}

.slick-slider a.slick-arrow.slick-prev {
	left: 0;
}

.slick-slider a.slick-arrow.slick-next {
	right: 0;
}

/*Menu*/

.dropdown-toggle::after {
	display: none;
}

.dropdown-caret {
	position: absolute;
	top: 7px;
	right: 45px;
	cursor: pointer;
	color: white;
}

.navbar-toggler-icon {
	color: #212D80;
	font-size: 36px;
}

.home .header:not(.white) .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
	color: #ffffff;
}

/*Utility Menu*/

.utility-menu .search-field {
	border: 2px solid #fff;
	background-color: #212D80;
	width: 162px;
	color: #fff;
}

.utility-menu li {
	display: none;
}

.utility-menu a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

.utility-menu a:hover, .utility-menu a:focus {
	text-decoration: none;
	color: #6DB2B3;
}

.utility-menu .btn, .utility-menu .btn:visited {
	background: transparent linear-gradient(233deg, #007DC3, #007DC3, #804099, #007dc3) 100% 0%/300% 100% no-repeat padding-box;
	padding: 1px 21px;
	text-transform: none;
	display: inline-block;
	height: auto;
}

.utility-menu .btn:hover, .utility-menu .btn:focus {
	background: transparent linear-gradient(233deg, #007DC3, #007DC3, #804099, #007dc3) 0% 0%/300% 100% no-repeat padding-box;
}

.utility-menu .btn a:hover, .utility-menu .btn a:focus {
	text-decoration: none;
	color: #ffffff;
}

/*Header*/
.header {
	position: relative;
	z-index: 10000;
}

.header.fixed-top {
	position: fixed;
}

.header .main-logo {
	display: none;
}

.header .logo {
	max-width: 70px;
}

.mobile-utility {
	box-shadow: inset 0 3px 6px #0000000D;
}

.mobile-utility &gt; ul {
	flex-wrap: nowrap;
    justify-content: space-between !important;
}

.main-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #ffffff;
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
}

.main-menu::-webkit-scrollbar {
	width: 5px;
}

.main-menu::-webkit-scrollbar-thumb {
	background: #212D80;
	border-radius: 10px;
}

.main-menu &gt; nav {
	max-width: 100vw;
	overflow: hidden;
	min-height: 70vh;
	max-height: 75vh;
}

.main-nav {
	display: block;
}

.main-nav li {
	border-bottom: 1px solid rgba(112, 112, 112, .25);
}

.main-nav li.parent-link {
	border: 0;
	padding-top: 40px;
}

.main-nav &gt; li {
	position: static;
}

.dropdown-toggle svg {
	position: absolute;
	right: 0;
	transition: all linear 0.2s;
}

.dropdown-toggle:hover svg {
	right: -5px;
}

.main-menu a {
	color: #212D80;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 1.5rem 0 !important;
	position: relative;
}

.main-menu .back-button button {
	outline: 0;
	border: 0;
	background-color: transparent;
	font-size: 14px;
	color: #212D80;
	font-weight: bold;
}

.main-menu .back-button button svg {
	transition: transform linear 0.2s;
}

.main-menu .back-button button:hover svg {
	transform: translateX(-5px);
}

.dropdown-menu {
	display: block;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	padding: 0;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transform: translateX(100vw);
	transition: all linear 0.3s;
	font-size: 14px;
}

.dropdown-menu.dropdown-menu-open {
	transform: translateX(0);
	max-height: 100vh;
	overflow: visible;
}

.dropdown-menu .back-button {
	padding: 24px 0;
	border: 0;
	box-shadow: inset 0 3px 6px #0000000D;
	position: sticky;
	top: 0;
	z-index: 9;
}

.sub-sub-menu {
	padding: 0;
	border-bottom: 0 !important;
	position: relative;
}

.sub-sub-menu:hover {
	background-color: #0E79BE08;
}

.sub-sub-menu::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(112, 112, 112, 0.25);
	margin-top: 1rem;
}

.sub-sub-menu a {
	color: #804099;
	font-size: 15px;
	padding: 1.5rem 0 5px !important;
}

.sub-sub-menu a::after {
	content: "\f061";
	font-weight: 900;
	display: none;
	font-family: "Font Awesome 6 Pro";
}

.sub-sub-menu a svg {
	opacity: 0;
	transition: .15s ease-in-out;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 24px;
	font-size: 19px;
}

.sub-sub-menu a:hover svg {
	opacity: 1;
	transform: translate(35%,0);
}

.menu .search-form {
	padding-bottom: 4px;
}

.search-field {
	background-color: rgba(112, 112, 112, .1);
	border: none;
	outline: none;
	border-radius: 19px;
	height: 35px;
	background-image: var(--wpr-bg-458e4db1-692d-4aa4-884f-a511bbd50177);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 90% 9px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 16px;
}

.header .search-field {
	background-image: var(--wpr-bg-29d40259-c213-4ffe-840e-9c09dd4b8844);
}

.directory-search {
	background-image: var(--wpr-bg-0878c50d-2fe8-4a22-afee-7bbfc2116a2e);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 90%;
	width: 250px;
}

.directory-search::placeholder {
  color: #454545 !important;
  opacity: 1;
}

.mobile-utility .btn {
	display: none;
}

.mobile-utility li {
	border-left: 1px solid #212D80;
	flex: 1 1 auto;
}

.mobile-utility li:first-child {
	border-left: none;
}

.mobile-utility a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5rem 1rem !important;
}

p.subtitle {
	font-size: 18px;
	margin-bottom: 18px;
	color: var(--white);
}

/*Breadcrumbs*/

.breadcrumbs p {
	font-size: 14px;
}

.breadcrumbs a {
	color: #262525;
	text-decoration: none;
}

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

.breadcrumbs span {
	color: #262525;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.breadcrumbs span.breadcrumb_last {
	color: #262775;
	font-weight: 600;
}

/*Page*/

.hero {
	height: 455px;
	background-image: var(--wpr-bg-99e9f705-c908-453d-a1b8-a616c0418610);
}

.section {
	overflow: hidden;
	position: relative;
}

.section.visible {
	overflow: visible;
}

.section img {
	border-radius: 14px;
}

.section img.not-round {
	border-radius: 0;
}

.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
	border-radius: 0;
}

.learn-more {
	color: #804099;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.learn-more:hover, .learn-more:focus {
	color: #212D80;
}

.testimonial {
	background-image: var(--wpr-bg-08f12de0-3030-4fdc-93ed-a28ce0841dea);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: visible;
}

.testimonial:before {
	content: url(../../../../../../../themes/jewish-connections-network/img/testimonial-quote.png);
	position: absolute;
	left: 0;
	right: 0;
	top: -27px;
}

.testimonial.hide-quote-mark:before {
	content: "";
} 

.testimonial p, .quote p {
	font-size: 20px;
	line-height: 1.5;
	color: var(--white);
	font-style: italic;
}

.testimonial h5, .quote h5 {
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.half-page-testimonial .quote {
	background-image: var(--wpr-bg-2973d03f-b025-4d76-aa0c-9c785da34784);
	background-repeat: no-repeat;
	background-position: -90px;
	height: 620px;
}

.expander-link, .expander-link:focus {
	cursor: pointer;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: inherit;
	background-color: transparent;
	width: 100%;
	text-align: left;
}

.expander-link:focus-visible {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.expander-text, .expander-icon.minus {
	display: none;
}

.expander-icon {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	float: right;
}

.expander-icon.plus {
	color: #804099;
}

.expander-icon.minus {
	color: #B8B8B8;
}

.full-overlay {
	background-color: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.connector, .close-connector-box {
	cursor: pointer;
}

.connector-main a {
	color: #84378C;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
}

.connector-main a:hover {
	color: #262775;
}

.close-connector-box {
	font-size: 36px;
}

.connector-box {
	background-color: #ffffff;
	z-index: 9999;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}

.connector-box svg {
	color: #804099;
}

.connector-box a {
	text-decoration: none;
}

.connector-box a:hover, .connector-box a:focus {
	text-decoration: underline;
}

.ug-gallery-wrapper .ug-slider-wrapper {
	border-radius: 14px;
	background-color: #ffffff;
}

.ug-gallery-wrapper .ug-textpanel-bg {
	background-color: #ffffff !important;
}

.ug-thumb-wrapper .ug-thumb-border-overlay {
	border: none !important;
}

.ug-thumb-wrapper .ug-thumb-overlay {
	background-color: rgba(255,255,255,.1) !important;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default, .ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
	display: none !important;
}

.ug-gallery-wrapper .ug-thumbs-strip, .ug-gallery-wrapper .ug-thumbs-grid {
	left: 0 !important;
	width: 100% !important;
}

.directory-listing {
	border: 1px solid #D6D6D6;
	border-radius: 14px;
}

.directory-listing img {
	height: 150px;
	object-fit: contain;
}

.directory-filters {
	font-weight: 600;
}

.directory-filters a:not(:hover) {
	color: #454545;
}

.volunteer-oppty {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 16px;
	background-image: var(--wpr-bg-f853ead4-146d-456f-aee4-a0855ae2acdd);
	background-repeat: no-repeat;
	background-size: 100% 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.volunteer-header {
	height: 50%;
	display: flex;
	align-items: end;
}

.volunteer-header h3 {
	color: #ffffff;
}

.volunteer-header + div.p-4 {
	background: #fff;
	border-radius: 0 0 16px 16px;
}

.volunteer-description {
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden; 
	text-overflow: ellipsis; 
}

.load-more.btn svg {
	display: none;
} 

.featured-post-container {
	border-radius: 10px;
}

.featured-post-container a {
	text-decoration: none;
}

.featured-post-container h3, .featured-post-container .dateline {
	color: white;
}

.featured-post-container:hover .post-container-overlay, .staff-photo:hover .post-container-overlay {
	opacity: .65;
}

.view-profile {
	opacity: 0;
	top: 75%;
	width: 100%;
	color: white;
}

.staff-photo:hover .view-profile {
	opacity: 1;
}

.view-profile .learn-more {
	color: #ffffff;
}

.view-profile .post-arrow svg {
	display: block;
	top: 2px;
	position: relative;
}

.post-container-overlay {
	top: 0;
	background-image: var(--wpr-bg-9fce07f0-a391-4461-933b-94fdc774316f);
	left: 0;
	bottom: 0;
	opacity: 0;
	border-radius: 10px;
	transition: .15s ease-in-out;
}

.post-info {
	z-index: 9999;
}

.staff-photo .post-container-overlay {
	border-radius: 100%;
}

.post-arrow:before {
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	display: none;
}

.post-arrow svg {
	display: none;
	color: #ffffff;
	font-size: 19px;
}

.featured-post-container:hover .post-arrow svg {
	display: block;
}


.scroller-status {
	display: none;
	text-align: center;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*Homepage*/

.home .header.white .main-logo {
	display: none;
}

.home .header:not(.white) .main-logo, .home .header.white .alternate-logo, .home .header:not(.white) .alternate-logo {
	display: none;
}

.home .header.white .icon {
	display: block;
}

.home .header:not(.white) .icon, .home .header.white .alternate-icon {
	display: none;
}

.home .header .main-menu .dropdown-menu a.nav-link {
	color: #804099;
	margin-bottom: 4px;
}

.home .main-menu .dropdown-menu a.nav-link:hover, .home .main-menu .dropdown-menu a.nav-link:focus {
	color: #212D80;
}

.home .header:not(.white) .menu .search-field {
	border: 1px solid #969696;
	background-color: transparent;
	color: #ffffff;
}

.homepage-hero {
	height: 800px;
	background-repeat: no-repeat;
}

.homepage-hero h3 {
	color: #ffffff;
	font-size: 29px;
	font-weight: 400;
}

.homepage-hero h3 span {
	font-size: 38px;
}

/*Single*/

.dateline {
	font-size: 14px;
	line-height: 2;
	color: #454545;
	font-weight: 600;
	letter-spacing: .28;
	text-transform: uppercase;
}

.byline {
	text-transform: none;
}

.single .section a {
	color: #804099;
}

.single .section a:hover, .single .section a:focus {
	color: #212D80;
}

.single .section a.btn, .single .section a.btn:hover, .single .section a.btn:focus {
	color: #ffffff;
}

/*Single Events*/

.event-label {
	font-size: 14px;
	line-height: 2;
	color: rgba(69,69,69,.75);
	font-weight: 600;
	letter-spacing: .28;
	text-transform: uppercase;
}

.event-date {
	background-image: var(--wpr-bg-67f39def-ad81-45c2-9276-8574bbebf546);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 82px;
	height: 82px;
	top: 9px;
	left: 24px;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.18;
}

.event-date span {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.acf-map-section .acf-map {
    width: 100%;
    height: 400px;
    border: 0;
    margin: 20px 0;
}

.acf-map-section .acf-map img {
   max-width: inherit !important;
}

/* Single Directory */
body.single-directory .col-lg-4.pl-lg-5 .fa-globe, body.single-directory .col-lg-4.pl-lg-5 .fa-facebook, body.single-directory .col-lg-4.pl-lg-5 .fa-circle {
	color: #212D80;
}

body.single-directory .col-lg-4.pl-lg-5 .fa-stack {
	font-size: 0.5rem;
}

body.single-directory .col-lg-4.pl-lg-5 .fa-stack, body.single-directory .col-lg-4.pl-lg-5 .fa-stack-2x {
	width: 2em;
}

body.single-directory .related-posts--single &gt; a {
	text-decoration: none;
}

body.single-directory .related-posts--single__image {
	padding: 50px 20px;
	border: 1px solid #707070;
	border-radius: 36px;
	min-height: 250px;
}

body.single-directory .related-posts--single__image {
	height: 250px;
	object-fit: contain;
}

body.single-directory .related-posts--single h3 .fa-arrow-right {
	flex: 0 0 75px;
	margin: 0 10px;
	transition: all linear 0.3s;
}

body.single-directory .related-posts--single &gt; a:hover h3 .fa-arrow-right {
	margin: 0 5px 0 15px;
}

/*Sidebar*/


/*Footer*/

.footer {
	background-image: var(--wpr-bg-2cf286a2-d3fd-45e6-9c8d-449da4a4ff9c);
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--white);
}

.footer .logo {
	width: 300px;
}

.footer-menu {
	overflow: hidden;
}

.footer-menu a {
	color: var(--white);
	text-decoration: none;
	padding-left: 0 !important;
}

.footer-menu a:hover, .footer-menu a:focus {
	text-decoration: none;
	color: #6DB2B3;
}

.footer-menu .dropdown-menu {
	display: none;
}

.footer-links p:last-child {
	margin-bottom: 0;
}

.footer-links a {
	color: var(--white);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	padding-right: 1rem;
	text-decoration: none;
}

.footer-links a:hover, .footer-links a:focus {
	text-decoration: none;
	color: #6DB2B3;
}

.footer-links span {
	padding-right: 1rem;
	color: rgba(255,255,255,.25);
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

.footer-links hr {
	border-top: 1px solid rgba(255,255,255,.25);
}

.footer h4 {
	color: #66B1B2;
}

.footer .newsletter-form p {
	font-size: 14px;
}

.footer .newsletter-submit {
	background: transparent;
	border: 3px solid white;
	padding: 8px 44px;
}

.copyright {
	color: rgba(255,255,255,.75);
	font-size: 12px;
}

/*Responsive Embeds*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
	
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 21px;
	margin: 0;
	padding: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*Media Queries*/
@media (min-width: 576px) {
	
}

@media (min-width: 601px) {
	
	.admin-bar .header.fixed-top {
		top: 32px;
	}
}

@media (min-width: 768px) {
	
	.align-center {
		text-align: center;
	}
	
	.half-page-testimonial .quote {
		background-position: left center;
	}
		
}

@media (min-width: 992px) {

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}
	
	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
		margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	.dropdown-caret {
		display: none;
	}
	
	.btn {
		display: inline-block;
	}
	
	.right {
		text-align: right;
	}
	
	.left {
		text-align: left;
	}	
	
	.header {
		box-shadow: 0px 3px 6px #00000038;
	}
	
	.home .header:not(.white) {
		box-shadow: none;
	}

	.utility-menu .search-field {
		border: 2px solid rgba(112, 112, 112, .5);
		width: 162px;
		color: rgba(255,255,255, .5);
	}

	.header .search-field {
		background-image: var(--wpr-bg-d89124d4-6b19-4521-a353-34a8e1dbd9cc);
	}
	
	.utility-menu li { 
		display: inline-block;
	}

	.mobile-utility {
		display: none;
	}

	.header .icon, .header .alternate-icon {
		display: none;
	}

	.header .logo {
		max-width: 100%;
	}
	
	.home .header:not(.white) .alternate-logo, .header .main-logo {
		display: block;
	}

	.main-nav {
		display: flex;
		padding: 0 0 0 1rem !important;
	}
	
	.main-nav li {
		border-bottom: none;
	}

	.main-nav &gt; li {
		position: relative;
	}
	
	.main-menu {
		text-align: right;
		position: relative;
		background-color: transparent;
		overflow: visible;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}

	.main-menu &gt; nav {		
		max-height: none;
		min-height: auto;
	}

	.home .header:not(.white) .main-menu a {
		color: #ffffff;
	}
	
	.home .header.white .main-logo {
		display: block;
	}
	
	.home .header.white .icon {
		display: none;
	}
	
	.main-menu a, .sub-sub-menu a {
		font-size: 16px;
		padding: 0 !important;
	}

	.main-menu a {
		font-weight: 600;
	}

	.sub-sub-menu::after {
		content: none
	}
	
	.navbar-expand .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.main-menu .navbar-expand-lg .navbar-nav li {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link span {
		border-bottom: 4px solid #ffffff;
		padding-bottom: 4px;
	}
	
	.home .navbar-expand-lg .navbar-nav .nav-link span {
		border-bottom-color: transparent;
	}
	
	.navbar-expand-lg .navbar-nav .sub-sub-menu .nav-link span {
		border-bottom: none;
	}
	
	.header.white .main-menu .dropdown:hover &gt; a.nav-link, .main-menu .dropdown:focus &gt; a.nav-link, .sub-sub-menu a.nav-link:hover, .sub-sub-menu a.nav-link:focus {
		font-weight: bold;
		color: #212D80;
	}
	
	.main-menu .dropdown:hover &gt; a.nav-link span, .main-menu .dropdown:focus &gt; a.nav-link span {
		border-bottom: 4px solid #6DB2B3;
	}
	
	.sub-sub-menu a.nav-link:hover span, .sub-sub-menu a.nav-link:focus span {
		border-bottom: none;
	}
	
	.sub-sub-menu a svg {
		top:10%;
	}
	
	.header .dropdown:hover .dropdown-menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.yamm .dropdown {
		position: static;
	}
	
	.dropdown-menu {
		display: none;
		z-index: 10000;
		top: 95%;
		left: 32px;
		right: 32px;
		height: auto;
		overflow: visible;
		padding: 36px 36px 18px;
		box-shadow: 0px 3px 6px #00000029;
		border: 1px solid #EFEFEF;
		border-radius: 0px 0px 25px 25px;
		transform: translateX(0);
		max-height: none;
		font-size: 1rem;
	}
	
	.dropdown-toggle {
		height: 100%;
		display: flex;
		align-items: center;
	}

	.menu .search-form .search-field {
		width: 150px;
	}
	
	.footer {
		background-image: var(--wpr-bg-0552371f-cafd-4f33-a774-82d8c1cca72c);
	}
	
	.footer-menu a {
		padding-left: 1rem !important;
	}
	
	.footer-menu .navbar-nav li {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}
	
	.footer-menu .navbar-nav li:first-child a.nav-link {
		padding-left: 0 !important;
	}
	
	.newsletter-form {
		border-left: 1px solid rgba(255,255,255,.25);
	}
	
	.social-media-icon {
		padding-bottom: 0;
	}
	
	.testimonial {
		min-height: 360px;
	}
	
	.two-column-image-and-text {
		min-height: 400px;
	}
	
	.two-column-image-and-text.two-column-left {
		background-image: var(--wpr-bg-4ecba13d-41c4-4b89-98c5-9f96ddde15ab);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 100%;
	}
	
	.two-column-image-and-text.two-column-right {
		background-image: var(--wpr-bg-f93e781b-a2cb-4537-8387-7204784495f8);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;
	}
	
	.half-page-testimonial .quote {
		height: 620px;
		background-size: auto;
		background-position: -90px;
	}
	
	.call-to-action {
		background-image: var(--wpr-bg-fac58387-8ad0-4518-a70f-48adb403b5f7);
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	.featured-person, .connector-box {
		background-image: var(--wpr-bg-897d350e-ee9e-4944-9b1f-6c7c3d47f9dd);
		background-position: left bottom;
		background-repeat: no-repeat;
		min-height: 715px;
	}
	
	#search-volunteer select {
		width: 25%;
	}
	
	.experiences-calendar .post-info {
		min-height: 320px;
	}

	.form-code {
		background-image: var(--wpr-bg-61f7d59d-a703-44c7-a2f1-ac28e819465b);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
}

@media (min-width: 1200px) {

	.main-nav {
		padding: 0 0 0 2rem !important;
	}
	
	.main-menu .navbar-expand-lg .navbar-nav li {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.menu .search-form .search-field {
		width: 200px;
	}

	.half-page-testimonial .quote {
		background-position: left center;
	}
}

@media (max-width:991px) {

	.header:has(.navbar-toggler[aria-expanded=true]) {
		background-color: #ffffff !important;
	}

	.home .header:has(.navbar-toggler[aria-expanded=true]) .icon {
		display: block;
	}

	.home .header:has(.navbar-toggler[aria-expanded=true]) .alternate-icon {
		display: none;
	}
}</pre></body></html>