/***************
 * NOTE: These style can be overwritten from within Elementor's Global CSS and from coomponents' inline styles. !important or high specificity has been used in this stylesheet when needed to ensure these styles take effect
****************/
/******************
SITE FONTS AND COLORS 
*****************
* 
* Primary Dark Green:  #006241 / rgb(0,98,65);
* Yellow:  #fff000 / rgb(255,240,0);
* Dark Teal Blue (LINKS):  #00667f / rgb(20, 102, 127); 
* Darker Blue:  #222B34 rgb(34,43,52);
* Text Black / Darkest Blue (FOOTER BG):  #17252a / rgb(23, 37, 42);
* Light Gray:  #eee / rgb(238,238,238);
* Dark Gray:  #bdbdbd;
* Box Shadow 1:  0px 1px 3px 2px rgba(189, 189, 189, 0.4);
* 	Box Shadow 1 Color:  #bdbdbd;
* Teal Gradient 1:  linear-gradient(120deg, rgba(0,98,65, 0.8) 0%, rgba(0,102,127, 0.8) 100%);
* 	Teal Gradient Colors (Green->Dark Teal Blue): #006241 -> #00667f;
* Primary Red: #ae0303 / RGB(175, 3, 3);
* 
* 
* */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/*************
ADMIN PANEL OVERRIDE
*************/
#adminmenu .wp-menu-image img {
	max-width: 30px!important;
	padding-top:  0!important;
}

/*************
GENERAL
*************/

.preheader .social-link-home,
footer .social-link-home {
	display: none;
}

* {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
html,
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.35;
	overflow-x: hidden;
}
.inner-container,
.elementor-section-boxed > .elementor-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.inner-container {
	padding: 0 30px;
}
.elementor-section-boxed .inner-container .elementor-container {
	padding-left: 0;
	padding-right: 0;
}
.inner-container > .elementor-widget-wrap {
	padding: 0!important;
}
section,
#hero-banner + section,
#hero-banner + .blog-article-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}
section section {
	padding-top: 0;
	padding-bottom: 0;
}
.pb-4 {
	padding-bottom:  40px!important;
}
section + section,
.blog-article-wrapper + section {
	/*padding-top: 0;*/
	padding-top: 40px;
}
/* need to add top margin to FIRST content section on a page EXCEPT hero banner so that it clears the Header section */
#page-content-wrapper > div > section:first-of-type:not(#hero-banner),
#page-content-wrapper > div > article:first-of-type:not(#hero-banner)  {
	/*margin-top: 180px;*/
	padding-top: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 10rem;
	font-weight: 900;
}
h2 {
	font-size: 5.5rem;
	font-weight: 900;
}
h3 {
	font-size: 4rem;
	font-weight: 900;
}
h4 {
	font-size: 3rem;
	font-weight: 900;
}
h5 {
	font-size: 2.5rem;
	font-weight: 700;
}
h6 {
	font-size: 2rem;	
	font-weight: 700;
}
p,
ul,
ol,
li,
.elementor-widget-text-editor li,
address {
	font-size: 1.8rem;
}
ul,
ol,
li,
.elementor-widget-text-editor li {
	line-height: 1.35;
}
p,
.elementor-widget-text-editor p {
	margin-bottom: 20px;
}
.disclaimer-text {
	font-size:  1rem!important;
}
.d-block h2 {
	display:  block!important;
}
address {
	font-style: normal;
	margin: 20px 0;
	line-height: 115%;
}
hr {
	border-color: inherit;
}
.hr-small {
	width: 30px;
	border-top-width: 5px;
	border-top-style: solid;
}
.text-white {
	color: #fff!important;
}
.text-uppercase {
	text-transform: uppercase;
}
.lead,
.text-lead,
.text-lead p {
	font-size: 2.5rem!important;
	line-height: 1.25;
	font-weight: 600;
}
.hr-small.text-white {
	border-color: #fff;
}
.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.px-0 {
	padding-left: 0!important;
	padding-right: 0!important;
}
.pt-0 {
	padding-top: 0!important;
}
.pb-0 {
	padding-bottom: 0!important;
}
.divider-wrapper { /* the small divider/border that is found to the left of some section intro content text blocks */
	max-width: 75px!important;
	min-width: 50px!important;
    margin-right: 15px!important;
}
.emphasis {
	font-family: "Playfair Display";
	font-weight: bold;
	font-style: italic;

}
.mini-heading h2 {
	font-weight:  600!important;
	font-size:  1.6rem!important;
}
/* LINKS / BUTTONS */
a,
.btn,
button {
	transition: all 0.25s ease-out;
	cursor: pointer;
}
.clickable-child {
	cursor: pointer;
}
a,
p a,
.elementor .elementor-widget-text-editor a,
.blog-content-wrapper .blog-content a {
	color: #00667f;
	font-size: inherit;
}
.elementor .elementor-image-box-description a {
	color: #fff000;
}
a:hover,
a:active,
.elementor .elementor-widget-text-editor a:hover,
.elementor .elementor-widget-text-editor a:active,
.blog-content-wrapper .blog-content a:hover,
.blog-content-wrapper .blog-content a:active {
	color: #006241;
}
.elementor .elementor-image-box-description a:hover,
.elementor .elementor-image-box-description a:active {
	color: #fff;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit!important;
	font-size: inherit!important;
	text-transform: inherit!important;
	line-height: inherit!important;
	font-weight: inherit!important;
}
.content-section h3 {
	font-size:  3rem!important;
	text-transform:  none!important;
}
.content-section h4 {
	font-size:  2.2rem!important;
	text-transform:  none!important;
	color:  #17252a!important;
}

.btn,
button,
.elementor-button,
.swiper-slide-contents .elementor-button {
    text-transform: uppercase;
	border-radius: 5px;
	padding: 10px 25px;
	font-weight: 600;
}
.btn:hover,
button:hover {
	transform: scale(1.1);
}
.btn-primary,
.btn-white:hover,
.btn-white:active {
	/*background-color: #006241;
	color: #fff;
	border: 2px solid #006241;*/
	background-color: #fff000;
	color: #006241;
	border: 2px solid #006241;
}
.btn-white {
	background-color: #fff;
	border: 2px solid #fff;
}
.btn-primary:hover,
.btn-primary:active {
	background-color: #006241!important;
	color: #fff!important;
	border-color: #fff000!important;
	/*background-color: #fff;*/
	/*border: 2px solid #fff;*/
}
.cta-btn-wrapper .elementor-button:hover,
.cta-btn-wrapper .elementor-button:active,
.cta-btn-wrapper .elementor-button:focus,
.swiper-slide-contents .elementor-button:hover,
.swiper-slide-contents .elementor-button:active,
.swiper-slide-contents .elementor-button:focus  {
	transform: scale(1.1);
	background-color: #006241!important;
	color: #fff!important;
}
.cta-btn-wrapper .elementor-button {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.cta-btn-wrapper.btn {
	font-family: "Open Sans", Sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #006241;
    border-color: #006241;
    background-color: #fff000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 35px 10px 35px;
    text-align:  center;
}
.cta-btn-wrapper.btn .elementor-button-text {
	font-weight: 700;
}
.cta-btn-wrapper.btn .elementor-button-text:after {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    margin-left: 10px;
    diplay: inline-block;
    width:  auto;
}
.cta-btn-wrapper.btn:hover,
.cta-btn-wrapper.btn:active,
.cta-btn-wrapper .elementor-button:hover,
.cta-btn-wrapper .elementor-button:active {
	color: #fff;
    border-color: #fff000!important;
    background-color: #006241;
}
.cta-btn-wrapper.btn:hover span,
.cta-btn-wrapper.btn:active span {
	color:  #fff;
}
.text-link-btn .elementor-button {
	color: inherit;
}
.text-link-btn .elementor-button,
.text-link-btn .elementor-button:hover,
.text-link-btn .elementor-button:active,
.text-link-btn .elementor-button:focus {
	background-color: transparent!important;
}
.text-link-btn .elementor-button:hover,
.text-link-btn .elementor-button:active,
.text-link-btn .elementor-button:focus {
	opacity: 0.75;
	color: inherit!important;
}
.section-cpt-archives-posts .cpt-posts-wrapper article .elementor-post__read-more:after,
#hero-banner .cta-btn:after, 
#hero-banner button:after,
.hero-slider .cta-btn:after,
.hero-slider button:after,
.hero-slider .elementor-button:after  {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    margin-left: 10px;
    diplay: inline-block;
}
.tel-link {
	border: none;
	text-decoration: none;
	cursor: pointer!important;
	color: inherit!important;
}
/* HIDE MOBILE ONLY ELEMENTS */
.mobile-only {
	display: none!important;
}
/* TABLEPRESS OVERRIDES */
.dataTables_scrollHeadInner {
	width: auto!important;
}
/*************
LISTS 
*************/
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-bottom: 20px;
}
ul.no-bullets,
ol.no-bullets {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ol li,
ul li {
	margin-bottom: 10px;
}
/*************
FORMS
*************/
.banner-inner form {
	padding-right:  15px;
}
form .elementor-field-group {
	margin-bottom: 20px!important;
}
form button[type="submit"] {
	font-family: "Open Sans", Sans-serif!important;
    font-size: 1.8rem!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
}
form input[type="text"],
form input[type="email"],
form input[type="number"],
form textarea,
form select,
form input[type="file"] {
	padding: 15px 10px;
	font-size:  1.8rem!important;
}

form input[type="submit"],
form button[type="submit"],
form .elementor-field-type-submit button.elementor-button {
	padding: 10px 20px!important;
	color: #006241!important;
	background-color: #fff000!important;
	border: 2px solid #006241!important;
	border-radius:  50px!important;
}
form select,
form input[type="file"] {
	color: #777!important; /* to match placeholder text color */
	height:  58px!important;
}
form input[type="file"] {
	border: 2px solid #69727d!important;
}
form label {
	font-size: 1.4rem!important;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.elementor-message.elementor-message-success {
	font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    padding: 30px;
    border: 2px solid #fff;
}
.section-banner-email-optin .elementor-message.elementor-message-success {
	background-color: #fff;
}
.elementor-error input,
.elementor-error textarea,
.elementor-error select,
.elementor-error input::placeholder
.elementor-error textarea::placeholder {
    opacity: 1;
    color: #006241!important;
    font-weight: bold;
}
form .elementor-field-group input,
form .elementor-field-group textarea,
form .elementor-field-group select {
	border-width:  2px!important;
	border-color: #bbb;
	border-style: solid;
}
.elementor-message.elementor-message-danger {
    color: #d9534f;
    border: 1px solid #fff;
    background-color: #fff;
    font-weight: 700;
    padding: 30px;
    font-size: 1.8rem!important;
}
.elementor-message.elementor-message-danger.elementor-form-help-inline {
	padding: 10px;
    font-size: 1.3rem!important;
}
form .elementor-message.elementor-message-success {
	font-size:  2rem!important;
}
form .elementor-field-group-expenses_affirmation .elementor-field-option {
	display:  flex;
	align-items:  flex-start;
	justify-content: center;
}
form .elementor-field-group-expenses_affirmation input.elementor-acceptance-field {
	width:  25px;
	height:  25px;
	margin-right:  15px;
	cursor:  pointer;
}
form .elementor-field-group-expenses_affirmation .elementor-field-option label {
	text-transform: none;
    font-weight: normal;
}
/* GRAVITY FORM (Membership Form) overrides */
.gield .gfield_description,
.gform_legacy_markup_wrapper .gfield_description {
	font-size:  1.4rem!important;
}
.gform_confirmation_message,
.saved_message_success {
	font-size: 2.5rem;
    background: rgba(0,98,65, 0.75);
    padding: 25px;
    color: #fff;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.35;
}
.gform_legacy_markup_wrapper div.validation_error, 
.gform_legacy_markup_wrapper ol.validation_list {
    background-color: rgba(255,223,224,.25);
}
.form_saved_message {
	background-color: rgba(0,98,65, 0.75)!important;
}
.form_saved_message,
.form_saved_message a {
	font-size:  1.8rem!important;
	color:  #fff!important;
}
.form_saved_message a {
	font-weight:  700!important;
}
.gfield_signature_ui_container {
	position:  relative;
	z-index:  1;
}
/*************
CUSTOM ANIMATIONS
*************/

.animate-highlight {
    /*display: inline-block;*/
    display: inline!important;
    padding: 0 3px;
    width: max-content;
    animation-duration: 1.5s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color: transparent;
    line-height: 135%;
}
.animate-highlight.active{
   background-image: linear-gradient(to right,transparent 50%,#fff000 50%);
   background-size: 200% auto;  
   background-position: 0% 0;
   animation-name: animate-highlight;
}

@keyframes animate-highlight {
    from {background-position: 0% 0;}
    to {background-position: -100% 0;}
}
/*************
HEADER
*************/
header#primary-header {
	/* allow the hero banner to sit under the header */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.logged-in.admin-bar header#primary-header {
	margin-top: 32px; /* to account for WP admin banner at top when user is logged in */
}
header#primary-header .inner-container {
	max-width: 1500px;
}
header#primary-header .preheader {
	background-color: rgba(255,255,255, 0.5);
	color: #006241;	
}
header#primary-header .preheader .inner-container,
header#primary-header .nav-wrapper .inner-container {
	display: flex;
	flex-direction: row;
}
header#primary-header .preheader .inner-container {
	align-items: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
header#primary-header .preheader .inner-container {
	justify-content: flex-end;
}
header#primary-header .preheader ul {
	display: flex;
	flex-direction: row;
}
header#primary-header .preheader li,
header#primary-header #search-toggle {
	padding: 0 15px;
}
header#primary-header #search-toggle {
	border: none;
	color: #fff;
}
header#primary-header #search-toggle:hover,
header#primary-header #search-toggle:active,
header#primary-header #search-toggle:focus {
	background-color: transparent;
	border: none;
	outline: none;
}
header#primary-header .preheader a {
	color: #006241;
	font-size: 1.25rem;
	display: block;
}
#preheader-nav li {
	border-left: 2px solid #17252a;
	height: 15px;
	margin-bottom: 0;
}
#preheader-nav li a {
	text-transform: uppercase;
	border-bottom: 1px solid #006241;
	font-weight: 700;
	line-height: 100%;
}
#preheader-nav li:last-of-type {
	border-right: 2px solid #17252a;
}
#preheader-nav li a:hover,
#preheader-nav li a:active {
	border-bottom-color: transparent;
}
header#primary-header .preheader .tel-link,
header#primary-header #search-toggle {
	font-weight: 700;
	font-size: 1.35rem;
	margin-right: 15px;
	background-color: transparent;
	color: #006241;
}
header#primary-header .social-links {
	margin-right: 15px;
}
header#primary-header .social-links li {
	padding: 0;
	margin-right: 5px;
	margin-bottom: 0;
}
header#primary-header .social-links a {
	font-size: 1.15rem;
	color: #fff;
	background-color: #006241;
	border-radius: 50%;
	border:  2px solid transparent;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header#primary-header .social-links a:hover,
header#primary-header .social-links a:active {
	/*background-color: #fff;
	color: #006241;
	border-color: #006241;*/
	background-color: #006241;
    color: #fff000;
    border-color: #fff000;
}
.preheader a.btn-primary {
	border-radius: 7px;
	/*border-color: #fff;*/
	border-color: #006241;
	font-size: 1.25rem;
	line-height:  1.5rem;
    padding: 5px 20px;
    text-transform: uppercase;
	font-weight: 600;
	/*color:  #fff;*/
	color: #006241;
}
.preheader a.btn-primary:last-of-type {
	margin-left:  15px;
}
.preheader a.btn-primary:hover,
.preheader a.btn-primary:active {
	border-color: #006241;
	color:  #006241;
}
.logo-wrapper {
	display: block;
}
header#primary-header .nav-wrapper {
	background-color: transparent;
	transition: background-color 0.5s ease-out;
}
header#primary-header .nav-wrapper.fixed {
	background-color:  #fff;
	position:  fixed;
	z-index:  1000;
	top:  0;
	width:  100%;
	box-shadow:  0px 0px 4px 0px rgba(0,0,0,0.5);
}
header#primary-header .nav-wrapper .inner-container {
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
header#primary-header .logo-wrapper {
	margin-bottom: 0;
	display:  flex;
}
header#primary-header .logo {
	width: 100%;
	max-width: 200px;
	min-width: 100px;
	box-shadow:  none;
}
header#primary-header button#toggle-nav {
	display: none;
	transition: opacity 0.25s ease-out;
}
/* GLOBAL SEARCH FORM */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
#global-search-form,
#footer-search-form,
#footer-search-form .footer-search-form-container,
#global-search-form .global-search-form-container {
	transition: all 0.25s ease-out;
}
#global-search-form,
#footer-search-form {
	text-align: right;
	display: block;
}
#global-search-form .global-search-form-container {
	overflow: hidden;
	opacity: 0;
	transform: scale(0);
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 1000000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100vh;
	padding: 0 15%;
	background-color: rgba(0,98,65, 0.8);
}
#global-search-form .global-search-form-container.open {
	opacity: 1;
	transform: scale(1);
}
#global-search-form .global-search-form-container input,
#footer-search-form .footer-search-form-container input {
	border-radius: 0;
	
	text-align: center;
	border: 1px solid #fff;
	line-height: 1.5;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	outline: none;
	text-align: left;
}
#global-search-form .global-search-form-container input {
	font-size: 3rem;
}
#global-search-form .global-search-form-container input::placeholder,
#footer-search-form .footer-search-form-container input::placeholder {
    font-weight: normal;
    opacity: .75;
    color: #fff;
}
#global-search-form .global-search-form-container button[type="submit"],
#footer-search-form .footer-search-form-container button[type="submit"],
#global-search-form .global-search-form-container input[type="submit"],
#footer-search-form .footer-search-form-container input[type="submit"] {
    color: #006241!important;
    border: 2px solid transparent!important;
    background-color: #fff!important;
    
    outline: none!important;
    border-radius: 0!important;
    padding: 0.5rem 1rem!important;
}
#global-search-form .global-search-form-container button[type="submit"],
#global-search-form .global-search-form-container input[type="submit"] {
	font-size: 3rem!important;
}
#global-search-form .global-search-form-container button[type="submit"]:hover,
#footer-search-form .footer-search-form-container button[type="submit"]:hover,
#global-search-form .global-search-form-container button[type="submit"]:active,
#footer-search-form .footer-search-form-container button[type="submit"]:active,
#global-search-form .global-search-form-container input[type="submit"]:hover,
#footer-search-form .footer-search-form-container input[type="submit"]:hover,
#global-search-form .global-search-form-container input[type="submit"]:active,
#footer-search-form .footer-search-form-container input[type="submit"]:active {
	border-color: #fff!important;
	color: #fff!important;
	background-color: #006241!important;
	
}
#global-search-form .global-search-form-container .dialog-close-button {
	font-size: 3rem;
	color: #fff;
	top: 30px;
	right: 30px;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	display: flex;
	margin: 0;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0.5rem 1rem;
}
#global-search-form .global-search-form-container .dialog-close-button:hover,
#global-search-form .global-search-form-container .dialog-close-button:active {
	opacity: 0.5;
}
.elementor-search-form button {
	font-size: 1.8rem!important;
}
form .elementor-search-form__input {
	font-size: 1.8rem!important;
}
/*************
PRIMARY NAV
*************/
#primary-nav-menu {
	display: flex;
	flex-direction: row;
	margin-left: 25px;
	/* TODO: Can I just get the <li>s to stretch to height so i don't have a set height to change? */
 	/*height: 95px;*/
}
#primary-nav-menu a {
	color: #fff;
	text-transform: uppercase;
}
#primary-nav #btn-close-nav {
	display: none;
}
#primary-nav-menu li {
	color: #fff;
	white-space: normal;
	font-weight: 700;
	line-height: 100%;
	padding: 0 15px 20px;
	text-align: center;
	margin-top:  3px;
}
#primary-nav-menu li:last-of-type {
	padding-right: 0;
}
#primary-nav-menu a {
	text-align: center;
	display: block;
	/*border-bottom: 2px solid transparent;*/
	font-size: 1.4rem;
	font-weight: 700;
}
#primary-nav-menu a:hover,
#primary-nav-menu a:active {
	color: #fff000;
	/*border-bottom-color: #fff000;*/
}
#primary-nav,
#primary-nav-menu {
	position: relative;
}
#primary-nav-menu > li {
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	margin-bottom:  0;
	transition: all 0.25s ease-out;
}
#primary-nav-menu > li > a {
	border: none;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
    display: inline-block;
}
header#primary-header .nav-wrapper.fixed #primary-nav-menu > li > a {
	color: #006241;
}
#primary-nav-menu > li > a:after {
    position: absolute;
    left: 0;
    content: '';
    height: 3px;
    background-color: #fff000;
    transition: all 0.25s linear;
    width: 0;
    bottom: -2px;  
}
header#primary-header .nav-wrapper.fixed #primary-nav-menu > li > a:after {
	background-color: #006241;
}
#primary-nav-menu > li > a:hover {
	color: #fff000;
}
header#primary-header .nav-wrapper.fixed #primary-nav-menu > li > a:hover {
	color:  #006241;
}
#primary-nav-menu > li > a:hover:after {
    width: 100%;
}
#primary-nav-menu > li > .sub-menu {
	top: 24px;
	position: absolute;
}
#primary-nav-menu .sub-menu {
	display: none;
	background-color: #fff;
	list-style-type: none;
	padding: 30px 15px;
    margin: 0;
}
#primary-nav-menu .sub-menu li {
	border-left: none;
    text-align: left;
    padding:  0;
    max-width: none;
    height: auto;
}
#primary-nav-menu > li:hover .sub-menu {
	/* Flex fall back for browsers that don't support Grid layout */
	display: flex;
	flex-direction:  column;
	padding: 0;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}

#primary-nav-menu .sub-menu a {
	color: #006241;
    text-align: left;
    border:  0;
    padding: 0;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #eee;
    text-transform: none;
    font-size: 1.25rem;
}
#primary-nav-menu .sub-menu a:hover,
#primary-nav-menu .sub-menu a:active {
	color: #fff;
	background-color: #006241;
	border-bottom-color: transparent;
}
#primary-nav-menu .sub-menu ul,
#primary-nav-menu .sub-menu li {
	padding: 0;
	margin: 20px 0;
}
#primary-nav .sub-menu li {
	margin: 0;
}
#primary-nav .sub-menu .sub-menu {
	margin: 0;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}
#primary-nav li:last-of-type .sub-menu {
	right:  0;
}
#primary-nav-menu .sub-menu li.menu-item-has-children li {
	margin: 0;
    padding: 0;
    font-size: 1.25rem;
}
#primary-nav .sub-menu .sub-menu a {
	font-weight: normal;
}
/*************
HERO BANNER
*************/
#hero-banner h1,
#hero-banner.hero-slider .elementor-slide-heading {
	line-height: 1.15;
	font-size:  5rem;
	font-weight:  600;
}
#hero-banner p,
#hero-banner.hero-slider .elementor-slide-description {
	line-height: 110%;
    font-weight: 600;
    font-size: 1.8rem;
}
#hero-banner .cta-btn-wrapper .elementor-button,
#hero-banner .swiper-slide-contents .elementor-button {
	/*border-radius: 5px;*/
	line-height: 1em;
}

#hero-banner .swiper-slide-contents .elementor-button,
#hero-banner .elementor-button {
	background-color: #fff000;
    color: #fff;
    border: 2px solid #006241;
    /*font-size: 1.8rem;
    padding-top: 15px;
    padding-bottom: 15px;*/
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius:  25px;
    color:  #006241;
}
#hero-banner .swiper-slide-contents .elementor-button:hover,
#hero-banner .swiper-slide-contents .elementor-button:active,
#hero-banner .elementor-button:hover,
#hero-banner .elementor-button:active {
	border-color: #fff000;
	background-color: #006241;
	color:  #fff;
}
#hero-banner.hero-slider .swiper-slide {
	min-height:  450px;
}
#hero-banner.hero-slider .swiper-slide-inner {
	max-width: 1400px!important;
	padding: 150px 60px 100px 60px;
}
#hero-banner.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, 
#hero-banner.hero-slider .swiper-pagination-custom, 
#hero-banner.hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}
#hero-banner.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero-banner.hero-slider .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
}
#hero-banner.hero-slider .elementor-swiper-button {
	display: none;
}
#hero-banner .banner-buttons-wrapper .cta-btn-wrapper {
	margin-right: 30px;
}
/*************
SECTIONS
*************/
/* SECTION INTRO */
.section-intro {}
.section-intro-2 {}

/* HOVERSWAP CARDS WIDGET */
.section-hoverswap-widgets {}
.hoverswap-widgets-wrapper > div {
	margin-bottom: 30px;
	display: flex;
	gap: 30px;
	justify-content: space-around;
	flex-wrap: wrap;
}
.hoverswap-widget,
.hoverswap-card {
	display: flex;
	height: 100%;
}
.hoverswap-widget img {
	opacity: 0.75;
	object-fit: cover;
}
.hoverswap-widget .content,
.hoverswap-widget .content h3,
.hoverswap-widget .content a {
	color: #fff;
}
.hoverswap-widget .content h3 {
	font-weight: 900;
	font-size: 3.5rem;
	line-height: 1;
	text-transform: uppercase;
}
.hoverswap-widget .content div,
.hoverswap-widget .content p {
	font-size: 1.6rem;
	line-height: 1.65;
	font-weight: 600;
}
.hoverswap-widget .slide1,
.hoverswap-widget .slide2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	transition: all 0.25s!important;
}
.hoverswap-widget:hover .slide1,
.hoverswap-widget .slide2 {
	opacity: 0;
}
.hoverswap-widget:hover .slide2,
.hoverswap-widget .slide1 {
	opacity: 1;
}
.hoverswap-widget .slide-excerpt {
	margin-bottom: 15px;
}
.hoverswap-card-wrapper {
	width: 31%!important;
}
/* OVERLAY IMAGE CARDS WIDGET */
.overlay-img-cards-wrapper > div {
	display: flex;
	flex-direction: row;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.overlay-img-cards-wrapper .elementor-cta__bg-wrapper {
	border: 1px solid #dadada!important;
}
.overlay-img-cards-wrapper h4 {
	font-size: 2.6rem!important;
}
.overlay-img-cards-wrapper .overlay-img-card-outer {
	width: 31%!important;
}
.overlay-img-card .elementor-cta__content {
	margin: -60px 30px 0;
	background-color: #eee!important;
	border: 2px solid #dadada;
	padding: 25px;
	transition: all 0.25s ease-out;
}
.overlay-img-card:hover .elementor-cta__content {
	margin-top: -75px;
}
.overlay-img-card:hover .elementor-cta__content * {
	/*transform: scale(0.9); /* keep the container's children the same scale when parent is scaled up (ie do not scale up these elements) */
}
.overlay-img-card h4 {
	color: #1d2a48!important;
	font-size: 2.8rem;
	font-weight: 900!important;
}
.overlay-img-card .elementor-button-wrapper {
	margin-top: 40px;
}
.overlay-img-card .elementor-cta__button {
	background-color: transparent;
	padding: 0!important;
	font-weight: bold;
	color: #00667f!important;
	border: none!important;
}
.overlay-img-card .elementor-cta__button::after {
	content: "→";
	margin-right: 10px;
}
.overlay-img-card .elementor-cta__button:hover {
	transform: scale(1.1);
}
.overlay-icon-card .elementor-cta__content {
	background-color: #fff!important;
	border-top: 20px solid #006241;
	transition: 0.25s all ease-out;
}
.overlay-icon-card:hover .elementor-cta__content {
	margin-top: -75px;
}
/* BANNER - QUOTE */
.section-banner-quote > div.elementor-container {
	padding: 0;
}
.section-banner-quote .banner-content-inner p:last-of-type {
	margin-bottom: 0;
}
.section-banner-quote .banner-content p {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.35;
}
.section-news-cards.cards-img-round .elementor-post__thumbnail {
	border: 3px solid #006241;
	border-radius: 50%;
	width: 250px;
	max-width: 250px;
	height: 250px;
	max-height: 250px;
	padding: 0!important;
	margin-left: auto;
	margin-right: auto;
}
/* BANNER - TESTIMONIAL SLIDER */
.section-testimonial-slider h3,
.section-testimonial-slider .elementor-testimonial__text {
	max-width: 765px;
	margin-left: auto;
	margin-right: auto;
}
.section-testimonial-slider .elementor-testimonial__content .elementor-testimonial__text,
.section-testimonial-slider .elementor-testimonial__name {
	font-size: 2.2rem!important;
	font-style: normal!important;
	font-weight: 500!important;
}
.section-testimonial-slider .elementor-testimonial__title {
	font-size: 1.8rem!important;
}
.section-testimonial-slider .elementor-testimonial__footer {
	margin-top: 5px!important;
}
.section-testimonial-slider .elementor-testimonial__name:before {
	content: '- ';
}
/* BLOG CARDS - ROUND IMAGE */
.section-news-cards.cards-img-round article {
    border: 2px solid #bbb;
    padding-top: 20px;
    background-color:  #fff;
}
.section-news-cards.cards-img-round .elementor-post__title,
.section-news-cards.cards-img-round .elementor-post__title a {
	color: #17252a!important;
	background-color: transparent; 
}
.section-news-cards.cards-img-round .elementor-post__title a {
	display: block;
	padding: 10px;
}
.section-news-cards article {
	transition: all 0.25s ease-out!important;
}
.section-news-cards article .elementor-post__read-more {
	text-transform: none!important;
	border-bottom-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #00667f;
}
.section-news-cards article:hover {
	transform: scale(1.1);
}
/*.section-news-cards article img,
.section-news-cards article .elementor-post__title {
	transition: opacity 0.25s ease-out;
}
.section-news-cards article:hover img,
.section-news-cards article:hover .elementor-post__title {
	opacity: 0.75;
}*/
.section-news-cards article:hover .elementor-post__read-more {
	border-bottom-color: transparent;
}
.section-news-cards .cta-btn-wrapper {
	margin-top: 30px;
}
.section-news-cards .cta-btn-wrapper .elementor-button {
	color: #006241!important;
	background-color: #fff000!important;
	border:  2px solid #006241;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	border-radius:  50px!important;
}
.section-news-cards .cta-btn-wrapper .elementor-button:hover {
	color: #fff!important;
	background-color: #006241!important;
	border: 2px solid #fff000!important;
}
/* SECTION - SOCIAL MEDIA FEED */
.section-social-feed > div {
	display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
    justify-content: center;
}
.section-social-feed .social-card {
	width: 48%!important;
    background-color: #fff;
    border: 2px solid #ccc;
}
.section-social-feed .social-card h2 {
	font-size: 1.8rem!important;
}

/* SECTION - ACCORDION */
.section-accordion .elementor-toggle .elementor-tab-title {
	background-color: rgba(20, 102, 127, 0.5);
}
.section-accordion .elementor-toggle .elementor-tab-title .elementor-toggle-title,
.section-accordion .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed i:before,
.section-accordion .elementor-toggle .elementor-tab-title.elementor-active  .elementor-toggle-icon i:before {
	color:  #fff!important;
}
/*.section-accordion .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-title {
	color:  #fff000!important;
}*/
.section-accordion .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	width: 2rem;
	font-size: 2rem;
}
.heading-icon-wrapper h2 {
	align-items: center;
}
.elementor-toggle .elementor-tab-content a {
	color: #006241;
}
/* EMAIL OPT-IN BANNER */
.section-banner-email-optin .banner-inner > div {
	gap: 4%;
}
.section-banner-email-optin form select {
	color: #777!important;
}

.section-banner-email-optin form button.elementor-button:hover {
	background-color: #006241!important;
	color: #fff!important;
	border-color: #fff000!important;
}
.section-banner-email-optin form .elementor-field-group {
	margin-bottom:  20px!important;
}
.section-banner-email-optin p {
	font-weight: 600;
}
.section-banner-email-optin img {
	object-fit:  cover;
}
/* SIDE BY SIDE: IMAGE AND TEXT */
.section-side-by-side-text-img + .section-side-by-side-text-img {
	padding-top: 0;
}
.section-side-by-side-text-img > .elementor-container {
	gap: 30px;
}
.section-side-by-side-text-img .content-inner > .elementor-container {
	padding-left: 0;
	padding-right: 0;
}
.section-side-by-side-text-img.img-left .img-wrapper .elementor-container {
	padding-left: 0;
}
.section-side-by-side-text-img.img-right .img-wrapper .elementor-container{
	padding-right: 0;
}
.section-side-by-side-text-img.no-img .content-wrapper {
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
}
/* SIDE BY SIDE: IMAGE AND TEXT W/ CTA BUTTON */
.section-side-by-side-text-img-btn .cta-btn-wrapper .elementor-button {
	width: 100%;
	padding: 15px;
}
.section-side-by-side-text-img-btn .cta-btn-wrapper .elementor-button-text {
	flex-grow: unset;
}
/* STAFF MEMBERS */
.section-staff-member {
	padding-top: 0px;
	padding-bottom: 40px;
}
.section-staff-member > div {
	border-bottom:  1px solid #bdbdbd;
	padding-bottom:  50px;
}
.section-staff-member.last > div {
	border-bottom-width:  0!important;
}
.section-staff-member + .section-staff-member {
	padding-top: 0;
}
.section-staff-member .elementor-section-boxed > .elementor-container {
	padding-left: 0;
	padding-right: 0;
}
.section-staff-member .img-wrapper {
	width: 400px!important;
    height: 400px!important;
    border-radius: 50%;
    overflow: hidden;
}
.section-staff-member .img-wrapper .img-wrapper {
	border: 2px #bdbdbd solid;
}
.section-staff-member .img-wrapper div {
	padding: 0!important;
}
.section-staff-member .img-wrapper img {
	width: 100%;
    height: auto;
    border-radius: 0!important;
    object-fit: cover;
}
.section-staff-member .divider-wrapper {
	width: 15%!important;
    margin: 0!important;
}
.section-staff-member .staff-title,
.section-staff-member .staff-title p:last-of-type,
.section-staff-member .staff-email,
.section-staff-member .staff-email p:last-of-type {
	margin-bottom: 0!important;
}
.section-staff-member .staff-email a {
	/*color: #283451;*/
	/*border-bottom: 1px solid #283451;*/
	font-size: 90%;
}
.section-staff-member .staff-email a:hover,
.section-staff-member .staff-email a:active {
	color: #006241;
	border-bottom-color: transparent;

}
.section-staff-member .staff-bio {
	margin-top: 20px;
}
.section-staff-member h5 {
	color: #006241!important;
}
.section-staff-member.col-2 {
	padding-left:  30px!important;
	padding-right: 30px!important;
}
.section-staff-member.col-2 .elementor-image-box-img {
	border-radius:  50%;
	width:  160px;
	height:  auto;
	max-height:  160px;
	
}
.section-staff-member.col-2 .elementor-image-box-img img {
	width:  160px;
	height:  160px;
	object-fit: cover!important;
	border:  2px solid #bdbdbd;
}
.section-staff-member.col-2 > div {
	border-bottom:  0;
	padding-bottom:  25px;
}
.section-staff-member.col-2 .elementor-image-box-description,
.section-staff-member.col-2 .elementor-image-box-description a {
	font-style: normal!important;
	font-size:  1.6rem!important;
}
.section-staff-member .staff-title,
.section-staff-member .staff-title strong {
	font-style: normal;
}
.section-staff-member.col-2 .elementor-image-box-description strong {
	font-size:  1.8rem!important;
}
.section-staff-member .staff-email a,
.section-staff-member a.staff-email {
	color: #00667f!important;
	font-style: normal;
	border-bottom:  1px solid transparent;
}
.section-staff-member .staff-email:hover,
.section-staff-member .staff-email:active {
	color: #006241!important;
	border-bottom-color: transparent;
}
/* BG IMAGE WITH CONTENT BLOCK */
.section-bg-img-content h3 {
	text-transform: none;
}
.section-bg-img-content section.content-outer .content-wrapper > .elementor-widget-wrap {
	padding: 45px 35px;
}
.section-banner-cta .cta-btn-wrapper .elementor-button,
.section-bg-img-content .cta-btn-wrapper .elementor-button {
	font-size: 1.8rem;
	line-height: 1;
	border-radius: 5px 5px 5px 5px;
	font-weight: 700;
}
.section-banner-cta .cta-btn-wrapper .elementor-button:hover,
.section-banner-cta .cta-btn-wrapper .elementor-button:active,
.section-bg-img-content .cta-btn-wrapper .elementor-button:hover,
.section-bg-img-content .cta-btn-wrapper .elementor-button:active {
	border-color:  #fff000!important;
}
.section-bg-img-content .content-wrapper .subheading {
	margin-bottom: 0;
}
.section-bg-img-content .content-wrapper .subheading .elementor-heading-title {
	font-size: 1.4rem!important;
	margin: 0;
}
/* SECTION: OPEA BLOCK LINKS */
.section-opea-block-links .opea-block-link {
	margin-bottom: 10px;
	padding: 5px;
}
.section-opea-block-links .opea-block-link:last-of-type {
	margin-bottom: 0;
}
.section-opea-block-links .opea-block-link h5 a:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: inherit; 
	content: "\f101";
	font-size: 65%;
	padding-left: 10px;
}
.section-opea-block-links .opea-block-link h5 a {
	font-weight: inherit;
	text-transform: inherit;
	font-size: inherit;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	transition: all 0.25s ease-out;
}
.section-opea-block-links .opea-block-link .elementor-icon i,
.section-opea-block-links .opea-block-link .elementor-icon span,
.section-opea-block-links .opea-block-link h5 a:after {
    transition: all .3s;
}
.section-opea-block-links .opea-block-link:hover h5,
.section-opea-block-links .opea-block-link:hover p,
.section-opea-block-links .opea-block-link:hover .elementor-icon i,
.section-opea-block-links .opea-block-link:hover .elementor-icon span {
	color: #006241!important;
}
.section-opea-block-links .opea-block-link:hover .elementor-icon i,
.section-opea-block-links .opea-block-link:hover .elementor-icon span {
	transform: translateX(5px);
}
.section-opea-block-links .opea-block-link:hover h5 a:after {
	padding-left: 15px;
}
.section-opea-block-links .opea-block-link:hover h5 a {
	border-bottom-color: transparent;
}

.section-opea-block-links .opea-block-link p {
	font-size: 1.6rem;
	line-height: 1.15;
}
.section-opea-block-links .opea-block-link p:last-of-type {
	margin-bottom: 0;
}
/*************
PAGES
*************/
/* DISTRICTS - Landing Page */
#opea-districts-map-wrapper .hotspots-placeholder {
	display: none;
}
#opea-districts-map-wrapper .leaflet-container,
#opea-districts-map-wrapper .hotspots-image-container {
	background: transparent!important;
}
#opea-districts-map-wrapper .opea-district-map-inner {
	max-width: 991px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* DISTRICT - SINGLE */
.section-district-heading {
	padding:  80px 0 0 0!important
}
.section-district-heading .heading-wrapper-inner {
    padding-bottom: 30px;
    border-bottom:  10px solid #5575a4;
}
.section-district-heading .heading-wrapper-inner .cta-btn-wrapper {
	text-align:  right;
}
.section-district-heading .heading-wrapper-inner .elementor-button {
	max-width:  250px;
}
.section-district-heading .heading-wrapper-inner .elementor-button .elementor-button-text {
	flex-grow:  unset;
}
.section-district-details {
	gap: 30px;
	padding-left:  30px;
	padding-right:  30px;
	padding-bottom:  40px;
}

.section-district-details .divider-wrapper > div {
	padding-left:  0!important;
	padding-right: 10px!important;
	padding-top:  5px!important;
}
.section-district-details .district-counties-outer {
	flex-grow: 1;
}
.section-district-details .district-counties p:last-of-type {
	margin-bottom:  0;
}
.section-district-details .district-contact-details p,
.section-district-details .president-details p {
	margin-bottom:  0px!important;
}
.section-district-details .district-contact-details p {
	margin-bottom:  5px!important;
}
.section-district-details .district-president-images-wrapper > div {
	display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    justify-content: space-between;
}
.section-district-details .district-president-images-wrapper .president-single {
    max-width: 47%;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.section-district-details .district-president-images-wrapper img {
	max-width:  75%!important;
}
.section-district-details .president-details p {
	margin-bottom:  10px!important;
}
.section-district-chapters {
	padding-top: 80px;
	padding-bottom:  80px;
}

.section-district-chapters table {
	display:  flex;
	flex-direction:  column;
	width:  100%;
	/*min-width:  900px;*/
	min-width:  600px;
}
.section-district-chapters tbody tr,
.section-district-chapters tbody td,
.section-district-chapters tbody > .odd,
.section-district-chapters tbody > .even {
	background-color:  #fff!important;
}
.section-district-chapters thead tr,
.section-district-chapters tbody tr {
	display:  flex;
}
.section-district-chapters th,
.section-district-chapters td {
	font-size:  1.8rem;
	padding:  10px!important;
	width:  100%;
}
.section-district-chapters tr th:first-of-type,
.section-district-chapters tr td:first-of-type {
	border-left:  8px solid #253453!important;
}
.section-district-chapters th {
	background-color: #5575a4!important;
	color:  #fff!important;
	margin-bottom: 10px;
}
.section-district-chapters thead tr,
.section-district-chapters tbody tr {
	display:  flex;
}
.section-district-chapters tbody tr {
	margin-bottom:  2px;
}
.section-district-chapters tbody td {
	color:  #263658;
	font-weight:  700;
}
.section-district-chapters tbody td a {
	color:  #263658!important;
	text-decoration: none;
	border-bottom: 1px solid #263658;
	transition: all 0.25 ease-out;
	font-weight:  700;
}
.section-district-chapters tbody td a:after {
	font-family: "Font Awesome 5 Free";
    content: "\f101";
    margin-left: 10px;
    diplay: inline-block;
    font-size:  75%;
}
.section-district-chapters tbody td a:hover,
.section-district-chapters tbody td a:active {
	border-bottom-color:  transparent;
	opacity:  0.5;
}

/* SEARCH RESULTS */
#search-results {
	padding-top: 40px!important;
	background-color: #fff;
}
#search-results h2 {
	margin-bottom: 25px;
}
#search-results form button[type="submit"],
.error404 form button[type="submit"] {
	border-radius:  0!important;
	transform: scale(1)!important;
	tranistion:  all 0.25s ease;
}
#search-results form button[type="submit"]:hover,
#search-results form button[type="submit"]:active,
.error404 form button[type="submit"]:hover,
.error404 form button[type="submit"]:active  {
	background-color: #006241!important;
	color:  #fff!important;
	border-color:  #fff000!important;
}
#search-results .elementor-post {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 35px;
}
#search-results .elementor-post__excerpt {
	margin-bottom: 20px;
}
#search-results .elementor-post__title,
#search-results .elementor-post__meta-data {
	margin-bottom: 10px;
}
#search-results
/*************
SECTION: CTA BANNER
*************/
.section-banner-cta .content-wrapper p {
	font-size: 2.4rem;
}
.section-banner-cta .content-wrapper p:last-of-type {
	margin-bottom: 0;
}
.section-banner-cta .cta-btn-wrapper .elementor-button {
	font-size: 1.8rem!important;
}
.section-banner-cta .buttons-wrapper {
	margin-top: 30px;
}
.section-banner-cta.gradient-bg {
	background: linear-gradient(120deg, rgba(0,98,65, 0.75) 0%, rgba(0,102,127, 0.8) 100%)!important;
}
.section-banner-cta.gradient-bg h2,
.section-banner-cta.gradient-bg p {
	color:  #fff;
}
.section-banner-cta.gradient-bg h2 {
	font-size: 4rem;
	font-weight: 300;
}
.section-banner-cta.single-row {
	padding: 50px!important;
}
.section-banner-cta.single-row .inner-section > .elementor-widget-wrap {
	disply:  flex;
	align:  center;
	justify-content: center;
	gap:  0 50px;
}
.section-banner-cta.single-row .content-wrapper {
	width: auto;
}
.section-banner-cta.single-row .content-wrapper h2 {
	text-transform: none;
}
.section-banner-cta.single-row .buttons-wrapper {
	width: auto;
	margin: 0;
	display: flex;
	align-items: center;
}
/*************
POSTS
*************/
.single-post article {
	margin-top:  80px;
}
.single-post #nav-container {
	background-color: rgba(0,98,65,1);
}
.single-post #nav-container.fixed {
	background-color: #fff;
}
#page-content-wrapper .blog-article-wrapper + section:first-of-type:not(#hero-banner) {
	margin-top: 0;
}
.blog-article-wrapper .blog-title-wrapper {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.blog-article-wrapper .blog-content h1,
.blog-article-wrapper .blog-content h2,
.blog-article-wrapper .blog-content h3,
.blog-article-wrapper .blog-content h4,
.blog-article-wrapper .blog-content h5,
.blog-article-wrapper .blog-content h6 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.blog-article-wrapper h1 {
	font-size: 5rem!important;
}
.blog-article-wrapper .blog-content h1,
.blog-article-wrapper .blog-content h2 {
	font-size: 4rem!important;
}
.blog-article-wrapper .blog-content h3 {
	font-size: 3rem!important;
}
.blog-article-wrapper .blog-content h4 {
	font-size: 2.5rem!important;
}
.blog-article-wrapper .blog-content h5 {
	font-size: 2rem!important;
}
.blog-article-wrapper .blog-content h6 {
	font-size: 1.8rem!important;
}
.blog-article-wrapper .blog-featured-img {
	margin-bottom: 40px!important;
}
section.blog-content-wrapper {
	padding-top: 0px;
	padding-bottom: 40px;
	margin-top: 40;
}
.blog-content-wrapper .blog-content p {
	margin-bottom: 20px;
}
.blog-content-wrapper .blog-content p > br { /* KLUDGE: trying to remove the opening <br> tag in many paragraphs in most posts that seem to use this for vertical spacing and is redunant when proper margin is applied */
	display: none;
}
/* KLUDGE: Add back the <br> tag in some paragraphs when it is not the immediate first element in a <p>  */
.blog-content-wrapper .blog-content p > * > br,
.blog-content-wrapper .blog-content p > * + br  {
	display: block;
}
.blog-content-wrapper .blog-content a {
	color: #006241;
	font-size: inherit;
}
.single-post header#primary-header {
	z-index:  100;
}
.single-post header#primary-header #nav-container {
	background-color:  #006241;
}
.single-post header#primary-header #nav-container.fixed {
	background-color:  #fff;
}
.single-post #page-content-wrapper {
	margin-top:  125px;
	position:  relative;
	z-index:  1;
}
article h1 {
	font-weight:  400;
	text-transform:  none!important;
}
/**************
ICON INFO CARDS 
**************/
.icon-cards-4-wrapper {
	padding-top: 0;
}
.icon-cards-wrapper.icon-cards-3 > div,
.icon-cards-wrapper.icon-cards-4 > div  {
	flex-wrap: wrap;
	justify-content: space-between;
}
.icon-cards-wrapper.icon-cards-3 > div {
	gap: 30px 15px;
}
.icon-cards-wrapper.icon-cards-4 > div {
	gap: 30px 0px;
	box-shadow: 0px 10px 10px 2px rgba(189, 189, 189, 0.4);
}
.icon-cards-wrapper.icon-cards-4.with-gap > div {
	box-shadow:  none;
	gap: 30px 15px;
}
.icon-cards-wrapper.icon-cards-3 .icon-info-card {
	width: 32%;
}
.icon-cards-wrapper.icon-cards-4 .icon-info-card {
	width: 25%;
}
.icon-cards-wrapper.icon-cards-4.with-gap .icon-info-card {
	width:  23%;
	box-shadow: 0px 10px 10px 2px rgba(189, 189, 189, 0.4);
}
.icon-cards-wrapper.icon-cards-3 .icon-info-card .icon-card-heading h5,
.icon-cards-wrapper.icon-cards-5 .icon-info-card .icon-card-heading h5 {
	text-transform: none!important;
}
.icon-cards-wrapper.icon-cards-3 .icon-info-card > div,
.icon-cards-wrapper.icon-cards-4 .icon-info-card > div {
	padding: 30px!important;
	justify-content: flex-start;
}
.icon-cards-wrapper.icon-cards-3 .icon-info-card > div {
	border: 10px solid #006241!important;
	border-right-width: 1px!important;
	border-bottom-width: 1px!important;
	border-left-width: 1px!important;
}
.icon-cards-wrapper .icon-info-card > div {
	border-color: #006241!important;
}
.icon-cards-wrapper .icon-info-card .elementor-image-box-content p,
.icon-cards-wrapper .icon-info-card .elementor-image-box-content li {
	font-family: "Open Sans", Sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.35em;
}
.icon-cards-wrapper .icon-info-card .elementor-image-box-content p {
	margin-bottom:  20px;
}
.icon-cards-wrapper .icon-info-card .elementor-image-box-content ul {
	margin-top:  15px;
	margin-bottom:  15px;
}
.icon-cards-wrapper .icon-info-card .elementor-image-box-content li {
	margin-bottom:  5px;
}
.icon-cards-wrapper.icon-cards-4 .icon-info-card {
	border:  1px solid #eee;
	border-color: #eee!imporant;
}

.icon-cards-wrapper.icon-cards-3 .icon-info-card .cta-btn-wrapper,
.icon-cards-wrapper.icon-cards-4 .icon-info-card .cta-btn-wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-end;
}
.icon-cards-wrapper .icon-info-card .icon-card-content {
	flex-grow: 1;
}
.icon-cards-wrapper .icon-info-card .cta-btn-wrapper {
        width: auto;
    display: block;
    display: inline-block;
    /* max-width: 350px; */
    margin: 0 auto;
    flex-grow: 0!important;
}
.icon-cards-wrapper .icon-info-card > div {
	justify-content: space-between;
	flex-direction: column;
}
.icon-info-card .elementor-button,
.icon-info-card .elementor-button:hover,
.icon-info-card .elementor-button:active,
.icon-info-card .elementor-button:focus {
	padding: 0!important;
	background-color: transparent!important;
	color: #00667f!important;
}

.icon-cards-wrapper.icon-cards-3 .icon-info-card .elementor-button,
.icon-cards-wrapper.icon-cards-3 .icon-info-card .elementor-button:hover,
.icon-cards-wrapper.icon-cards-3 .icon-info-card .elementor-buttonactive,
.icon-cards-wrapper.icon-cards-4 .icon-info-card .elementor-button,
.icon-cards-wrapper.icon-cards-4 .icon-info-card .elementor-button:hover,
.icon-cards-wrapper.icon-cards-4 .icon-info-card .elementor-buttonactive {
	color: #00667f!important;
}
/* SOCIAL ICON BLOCKS */
.section-social-icon-blocks .social-icon-block .elementor-icon {
	font-size: 5rem!important;
}
.section-social-icon-blocks .social-icon-block .elementor-icon:hover {
	transform: scale(1.1);
}
.section-social-icon-blocks .social-icon-block .social-icon {
	margin-bottom: 5px;
}
.section-social-icon-blocks .social-icon-block .text-link-btn {
	color: #5c76a0;
}
/* PHOTO GALLERY */
.section-photo-gallery-1 .swiper-container-horizontal > .swiper-pagination-bullets,
.section-photo-gallery-1 .swiper-pagination-custom,
.section-photo-gallery-1 .swiper-pagination-fraction {
	bottom: 5%;
}
.section-photo-gallery-1 .swiper-container-horizontal > .swiper-pagination-bullets {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-photo-gallery-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 14px!important;
	height: 14px!important;
}
/* CPT POSTS ARCHIVE */
.section-cpt-archives-posts .cpt-posts-wrapper .cpt-posts-outer,
.section-cpt-archives-posts .cpt-posts-wrapper .cpt-posts-outer > div  {
	padding: 0;
}
/* Load More button wrapper */
.section-cpt-archives-posts .cpt-posts-wrapper .cpt-posts-inner .elementor-button-wrapper .elementor-button {
	width: 100%;
	max-width: 400px;
	background-color: #006241;
	color: #fff;
}
.section-cpt-archives-posts .cpt-posts-wrapper .cpt-posts-inner .elementor-button-wrapper .elementor-button-text {
	flex-grow: unset;
}
.section-cpt-archives-posts .cpt-posts-wrapper article {
	overflow: visible;
	padding-top: 40px;
}
.section-cpt-archives-posts .cpt-posts-wrapper article:first-of-type {
	padding-top: 0;
}
.section-cpt-archives-posts .cpt-posts-wrapper article:last-of-type {
	padding-bottom: 40px;
}
.section-cpt-archives-posts .cpt-posts-wrapper article:nth-child(even) .elementor-post__thumbnail__link {
	order: 1;
	margin-left: 0!important;
}
.section-cpt-archives-posts .cpt-posts-wrapper article:nth-child(even) .elementor-post__text {
	order: 2;
	margin-left: 30px;
}
.section-cpt-archives-posts .cpt-posts-wrapper article:nth-child(odd) .elementor-post__thumbnail__link {
	margin-left: 30px!important;
}
.section-cpt-archives-posts .cpt-posts-wrapper article .elementor-post__read-more-wrapper {
	display: flex;
	margin-top: 20px;
}
.section-cpt-archives-posts .cpt-posts-wrapper article .elementor-post__read-more {
	color: #fff;
	padding: 15px 40px;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	border-style: none;
	border-radius: 5px;
	background-color: #006241;
	text-align: center;
}
.section-cpt-archives-posts .cpt-posts-wrapper article .elementor-post__read-more:hover,
.section-cpt-archives-posts .cpt-posts-wrapper article .elementor-post__read-more:active {
	transform: scale(1.1);
}
.cpt-posts-inner > div > .elementor-button-wrapper {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #dadada!important;
}


/*************
404 PAGE
**************/
#error-404-wrapper h1 {
	font-weight:  400;
}
#error-404-wrapper .error-page-search-form form button[type="submit"], 
#error-404-wrapper .error-page-search-form form input[type="submit"] {
	border-radius:  0!important;
	border-color: #fff000!important;
}
/*************
CONTACT
*************/
.contact-form-wrapper form {
	display: flex;
	flex-direction: column;
}
.contact-form-wrapper form .elementor-form-fields-wrapper {
	order: 2;
	align-items: flex-start;
}
.contact-form-wrapper form .elementor-message {
	order: 1;
}
.elementor-message-success {
	border: 2px solid #006241!important;
	color: #006241!important;
}

.elementor-message-danger {
	border: 2px solid #d9534f!important;
	color: #d9534f!important;
}
.contact-form-inner form button[type="submit"] {
	width: 50%;
	margin-top: 20px;
}
.quick-links-wrapper .elementor-icon-list-item {
	margin-bottom: 10px!important;
}
.quick-links-wrapper .elementor-icon-list-item:last-of-type {
	margin-bottom:  0px!important;
}
.quick-links-wrapper .elementor-icon-list-item a .elementor-icon-list-text {
	border-bottom: 2px solid transparent;
	transition:  all 0.25s ease!important;
}
.quick-links-wrapper .elementor-icon-list-item a:hover .elementor-icon-list-text,
.quick-links-wrapper .elementor-icon-list-item a:active .elementor-icon-list-text {
	border-bottom-color: #fff;
	transform: scale(1.05);
}
/* SOCIAL ICONS BLOCKS */
section.social-icons-blocks-wrapper .text-link-btn a {
	color: #006241;
}
section.social-icons-blocks-wrapper .text-link-btn a:hover,
section.social-icons-blocks-wrapper .text-link-btn a:active {
	opacity: 0.75;
    color: #006241!important;
    background-color: transparent;
    transform: scale(1.1);
}
/*************
SUCCESSFUL RETIREMENT
*************/
.success-retirement-subsection.section-side-by-side-text-img {
	padding-left:  30px;
	padding-right:  30px;
}

/*************
EVENT CALENDAR OVERRIDES
*************/
.tribe-events-page-template header#primary-header {
	z-index:  100;
}
.tribe-events-page-template header#primary-header #nav-container {
	background-color:  #006241;
}
.tribe-events-page-template header#primary-header #nav-container.fixed {
	background-color:  #fff;
}
.tribe-events-page-template #page-content-wrapper {
	margin-top:  125px;
	position:  relative;
	z-index:  1;
}
form.tribe-events-c-search .tribe-events-c-search__button {
	border-radius: 8px!important;
    padding: 8px 15px!important;
    font-size: 1.4rem!important;
    z-index: 1;
    line-height: 1;
    /* background-color: #fff!important; */
    transition: all .25s ease;
}
form.tribe-events-c-search .tribe-events-c-search__button:hover,
form.tribe-events-c-search .tribe-events-c-search__button:active {
	background-color: #006241!important;
	color: #fff!important;
	border-color: #fff000!important;
}
.tribe-events-c-subscribe-dropdown__button {
	text-transform: uppercase;
	border-radius: 50%;
	padding: 10px 25px;
	font-weight: 600;
	background-color: #fff000!important;
	color: #006241!important;
	border: 2px solid #006241!important;
}
.tribe-events-c-subscribe-dropdown__button button,
.tribe-events-c-subscribe-dropdown__button:hover button,
.tribe-events-c-subscribe-dropdown__button:active button,
.tribe-events-c-subscribe-dropdown__button:focus button,
.tribe-events-c-subscribe-dropdown__button button:hover,
.tribe-events-c-subscribe-dropdown__button button:active,
.tribe-events-c-subscribe-dropdown__button button:focus {
	background-color: transparent!important;
	transform: scale(1);
	border:  0;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
	font-size: 1.4rem;
}
.tribe-events-back a, 
.tribe-events-back a:visited,
.tribe-events-back a:hover,
.tribe-events-back a:active {
	color: #00667f!important;
	font-weight:  700!important;
	border: 2px solid transparent;
}
.tribe-events-back a:hover,
.tribe-events-back a:active {
	border-bottom-color: #00667f!important;
}
.tribe-events-notices {
	background-color: rgba(175, 3, 3, 0.75);
    padding: 20px;
}
.tribe-events-notices li {
	font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
}
.tribe-events-single-event-title {
	font-size: 5.5rem!important;
    font-weight: 400!important;
    text-transform:  none!important;
}
h2.tribe-events-single-section-title,
.tribe-events-schedule h2 {
	font-size: 2.0rem!important;
}
.tribe-events-schedule h2 {
    font-weight: 400!important;
    text-transform:  uppercase;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
	width: 300px;
    max-width: 300px;
}
.tribe-events-single-section.tribe-events-event-meta {
	display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.tribe-events-single-section .tribe-events-meta-group:last-of-type {
	text-align:  right;
}
.tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-details {
	flex: 1;
    margin: 0;
}
.tribe-events-single .tribe-events-sub-nav {
	padding:  0;
}
.tribe-events-single .tribe-events-sub-nav a,
.tribe-events-single .tribe-events-sub-nav a:before,
.tribe-events-single .tribe-events-sub-nav a:after,
.tribe-events-meta-group a {
	font-size:  1.4rem!important;
	color: #00667f!important;
}
.tribe-events-single .tribe-events-sub-nav a,
.tribe-events-meta-group a  {
	border-bottom:  1px solid transparent;
}
.tribe-events-single .tribe-events-sub-nav a:after,
.tribe-events-single .tribe-events-sub-nav a:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 700;
	background:  none!important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before {
	display:  none;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
		content: "\f053"!important;	
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
		content: "\f054"!important;	
}
.tribe-events-single .tribe-events-sub-nav a:hover,
.tribe-events-single .tribe-events-sub-nav a:active,
.tribe-events-meta-group a:hover,
.tribe-events-meta-group a:active {
	border-bottom-color: #00667f!important;
}
.tribe-events-meta-group dl dt {
	font-weight:  700;
}
.tribe-address {
	font-size:  1.4rem;
}
/************
MEMBERSHIP FORM
************/
.section-membership-form-wrapper {
	margin-bottom: 0!important;
}
.section-membership-form-wrapper form li.gfield.field_description_below+li.gsection {
	margin-top:  50px!important;
}
.section-membership-form-wrapper form li.gfield.field_description_below+li.gsection:fisrt-of-type {
	margin-top:  0!important;
}
.section-membership-form-wrapper form h2.gsection_title {
    font-size: 4rem;
    font-weight: 400;
    text-transform: none;
    margin-bottom:  10px!important;
}
.section-membership-form-wrapper form h2.gsection_title + .gsection_description {
	font-size:  1.6rem;
}
.section-membership-form-wrapper form li label {
	margin-bottom:  0;
}
.section-membership-form-wrapper form .field_sublabel_below label.gform-field-label--type-sub {
	margin-top:  5px!important;
}
.section-membership-form-wrapper form select, 
.section-membership-form-wrapper form input[type="file"] {
	height:  38px!important;
}
.section-membership-form-wrapper form .ginput_container_phone {
	font-size:  1.8rem;
}
.gfield_checkbox li {
	display:  flex;
	align-items:  center;
}
.section-membership-form-wrapper form input[type="checkbox"],
.section-membership-form-wrapper form input[type="radio"] {
	margin-top:  0!important;
}
.section-membership-form-wrapper form input[type="checkbox"] + label,
.section-membership-form-wrapper form input[type="radio"] + label {
	text-transform: none!important;
	font-weight:  normal;
	margin-left:  5px;
	margin-top:  0;
}
.section-membership-form-wrapper form .gfield--type-date .gform-grid-col,
.section-membership-form-wrapper form .gfield--type-date .gform-grid-col input {
	min-width:  75px!important;
}
.section-membership-form-wrapper form input[type="submit"] {
	font-size:  1.8rem!important;
	min-width:  200px;
}
.section-membership-form-wrapper form .gform_footer a {
	font-size:  1.4rem!important;
	min-width:  200px;
	border: 0!important;
}
.section-membership-form-wrapper form input[type="submit"]:after {
	font-family: "Font Awesome 5 Free";
    content: "\f30b";
}
.section-membership-form-wrapper form .gform_footer a {
	color: #00667f;
	background-color: #fff;
	border:  0;
	border: 2px solid #00667f;
	text-transform:  uppercase;
	font-weight:  600;
}
.section-membership-form-wrapper form .gform_footer a:hover,
.section-membership-form-wrapper form .gform_footer a:active,
.section-membership-form-wrapper form .gform_footer a:focus {
	color: #fff;
	background-color: #006241;
	border-bottom: 2px solid #006241;
}
/*#form_membership .container {
	margin-top:  30px;
}
#form_membership .container:first-of-type {
	margin-top:  0;
}
#form_membership h3 {
	color: #006241;
	padding-bottom:  20px;
	margin-bottom:  20px;
	border-bottom: 5px solid #5C76A0;
}
#form_membership hr {
	border-bottom-color: #5C76A0;
	border-bottom-width:  5px;
}
#form_membership label {
	margin-bottom:  5px;
	font-size:  1.8rem;
	font-weight:  600;
}
#form_membership label.required {
	padding-left: 10px;
}
#form_membership label.required:after {
	color: #006241;
	margin-top:  3px;
	margin-right:  2px;
	left:  0;
}
#form_membership input[type="text"], 
#form_membership input[type="email"], 
#form_membership input[type="number"], 
#form_membership textarea, 
#form_membership select {
    padding: 10px;
}
#form_membership button {
	padding:  15px!important;
	border-radius:  5px;
}
#form_membership button:hover,
#form_membership button:active,
#form_membership button:focus {
	background-color:  #006241;
	color: #fff;
	outline-color: #006241;
}
#form_membership .form-check input[type="radio"] {
	margin-right:  10px;
}*/

/*************
FOOTER
*************/
footer {
	background-color: #17252a;
	padding: 100px 0 30px;
	color: #fff;
}
footer .inner-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom:  20px;
	gap: 25px;
}
footer hr {
	margin-left: 0;
	margin-bottom: 30px;
}
footer h4 {
	color:  #fff!important;
	font-weight:  400!important;
	text-transform:  none!important;
	margin-bottom:  20px;
}
footer address,
footer a,
footer li,
footer p {
	font-size: 1.4rem;
	font-weight: 600;
}
footer a {
	color: #fff!important;
	border-bottom: 1px solid transparent!important;
}
footer a:hover,
footer a:active {
	color: #fff;
	border-bottom-color: #fff!important;
}
footer p.link-wrapper {
}
footer p.link-wrapper a {
	font-size: inherit;
	font-weight: 600;
}
footer address,
footer .col-office-details p.link-wrapper {
	margin-top:  0;
	margin-bottom: 15px;
}
footer .email-link {
	color: #fff000!important;
	border-bottom: 1px solid transparent!important;
}
footer .email-link:hover,
footer .email-link:active {
	border-bottom-color: #fff000!important;
}
footer .logo-wrapper {
	margin: 35px 0;
	border: none!important;
}
footer .logo {
	width: 100%;
	max-width: 290px;
}
footer .copyright-wrapper {
	max-width: 1400px;
	padding: 30px 30px 0;
	margin: 0 auto;
	border-top: 1px solid #fff;
    text-align: center;
}
footer .copyright-wrapper p:last-of-type {
	margin-bottom: 0;
}
footer .copyright {
	font-size: 1.2rem;
	color: #fff;
}
footer .footer-col {
	flex: 1 1 0px
}
footer .footer-menu {
	margin-top: -4px; /* allign top of column menus with the Address column top */
	margin-bottom: 20px;
}
footer .footer-menu li {
	margin-bottom: 10px;
}
footer .footer-menu li:last-of-type {
	margin-bottom: 0;
}
footer .footer-menu a {
	font-size: 1.5rem;
	font-weight: 600;
}
footer .social-links {
	display: flex;
	flex-direction: row;
	gap: 15px;
}
footer .social-links a {
	font-size: 1.8rem;
	border: none;
}
footer .social-links a:hover,
footer .social-links a:active {
	opacity: 0.5;
}
#footer-search-form .footer-search-form-container {
	display: flex;
}
#footer-search-form .footer-search-form-container input[type="search"] {
	font-size: 1.4rem;
	border-radius:  5px 0 0 5px;
	background-color:  #fff;
	color: #17252a;
}
#footer-search-form .footer-search-form-container input[type="search"]::placeholder {
	color:  #17252a;
	font-style: italic;
	opacity:  0.75;
}
#footer-search-form .footer-search-form-container button[type="submit"],
#footer-search-form .footer-search-form-container input[type="submit"] {
	color: #17252a!important;
    font-size: 1.5rem;
    border-radius: 0 5px 5px 0!important;
    border-color:  transparent!important;
    background-color:  #fff000!important;
    padding-left:  15px!important;
	padding-right:  15px!important;
}
#footer-search-form .footer-search-form-container button[type="submit"]:hover,
#footer-search-form .footer-search-form-container button[type="submit"]:active,
#footer-search-form .footer-search-form-container input[type="submit"]:hover,
#footer-search-form .footer-search-form-container input[type="submit"]:active {
	transform: scale(1);
	background-color: #17252a!important;
	color: #fff000!important;
	border-color: #fff000!important;

}

/*************
MEDIA QUERIES
*************/
@media (min-width:  1475px) {
	/**************
	PAGES
	**************/
	/* DISTRICT - SINGLE */
	.section-district-details > div {
		padding-left:  30px;
		padding-right:  30px;
	}
}
@media (max-width: 1399px) {
	/* STAFF MEMBERS */
	.section-staff-member.col-2 .elementor-image-box-img img {
		width:  115px;
		height:  115px;
	}
}
@media (max-width: 1325px) {
	/**************
	SECTIONS 
	**************/
	/* STAFF MEMBERS */
	.section-staff-member .img-wrapper {
		width: 350px!important;
		height: 350px!important;
	}
	/* OVERLAY IMAGE CARDS WIDGET */
	.overlay-img-cards-wrapper h4 {
		font-size: 2.2rem!important;
	}
}
@media (max-width: 1199px) {
	/******************
	GENERAL
	******************/
	h1,
	h1.elementor-heading-title,
	#hero-banner.hero-slider .elementor-slide-heading  {
		/*font-size: 7.5rem!important;*/
	}
	h2,
	h2.elementor-heading-title {
		font-size: 4rem!important;
	}
	h3,
	h3.elementor-heading-title {
		font-size: 3rem!important;
	}
	h4,
	h4.elementor-heading-title {
		font-size: 2.5rem!important;
	}
	p,
	ul,
	ol,
	li,
	.elementor-widget-text-editor li,
	address,
	.elementor-tab-content p,
	.elementor-tab-content li  {
		font-size: 1.6rem;
	}
	header#primary-header .logo-wrapper,
	footer .logo-wrapper {
		max-width: 200px;
	}
	section, 
	#hero-banner + section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	/*********
	PRIMARY NAV
	*********/
	header#primary-header .logo-wrapper {
	}
	header#primary-header .nav-wrapper .inner-container {
    	justify-content: space-between;
    	align-items: center;
    	padding-top: 15px;
	}
	#primary-nav-menu {
		margin-left: 15px;
	}
	#primary-nav-menu > li {
		font-size: 1.4rem;
	}
	#primary-nav-menu > li > a {
		
	}
	#primary-nav-menu > li a {
		font-size: 1.4rem;
		font-weight: 600;
	}
	#primary-nav-menu > li > .sub-menu {
	
	}
	/**************
	SECTIONS
	**************/
	.hoverswap-widget .content h3 {
		font-size: 3rem!important;
	}
	.hoverswap-widget a,
	.hoverswap-widget .btn {
		font-size: 1.6rem!important;
	}
	/* OVERLAY IMAGE CARDS WIDGET */
	.overlay-img-cards-wrapper h4 {
		font-size: 2rem!important;
	}
	/* ICON INFO CARDS */
	.icon-cards-wrapper .icon-info-card {
		width: 47.5%!important;
	}
	.icon-cards-wrapper.icon-cards-4 > div {
		box-shadow: none;
	}
	.icon-cards-wrapper.icon-cards-4 .icon-info-card {
		/*gap: 30px 0px;*/
		box-shadow: 0px 10px 10px 2px rgba(189, 189, 189, 0.4);
	}
	/* EMAIL OPT-IN BANNER */
	.section-banner-email-optin .banner-inner input,
	.section-banner-email-optin .banner-inner select,
	.section-banner-email-optin .banner-inner textarea,
	.section-banner-email-optin .banner-inner button {
		font-size:  1.6rem!important;
	}
	/*SECTION - NEWS CARDS */
	.section-news-cards article .elementor-post__text h4.elementor-post__title {
		font-size: 1.8rem!important;

	}
	/*SECTION - SOCIAL FEED */
	.section-social-feed .social-card .social-icon .elementor-icon {
		max-width:  100%;
		font-size: 1.8rem!important;
		padding:  10px;
	}
	.section-social-feed .social-card .social-icon i {
		font-size: 1.8rem;
	}
	/*************
	POSTS
	*************/
	.blog-article-wrapper h1 {
		font-size: 4rem!important;
	}
	.blog-article-wrapper .blog-content h1,
	.blog-article-wrapper .blog-content h2 {
		font-size: 3rem!important;
	}
	.blog-article-wrapper .blog-content h3 {
		font-size: 2.5rem!important;
	}
	.blog-article-wrapper .blog-content h4 {
		font-size: 2rem!important;
	}
	.blog-article-wrapper .blog-content h5 {
		font-size: 1.8rem!important;
	}
	.blog-article-wrapper .blog-content h6 {
		font-size: 1.6rem!important;
	}
	/* CALENDAR / EVENTS */
	.mec-calendar .mec-event-article.mec-single-event-novel .mec-event-title {
		font-size:  1rem!important;
		line-height:  1.1;
	}
	/* STAFF MEMBERS */
	.section-staff-member.col-2 h3 {
		font-size: 2.5rem!important;
	}
	.section-staff-member.col-2 .elementor-image-box-img img {
		width:  100px;
		height: 100px;
	}
	/**************
	EVENTS
	**************/
	h2.tribe-events-single-section-title {
		font-size: 1.8rem!important;
	}
}
@media (min-width: 992px) and (max-width:  1199px) {
	#primary-nav-menu > li {
	    padding: 0 15px 0 0px;
	}
}
@media (max-width: 991px) {
	
	.success-retirement-subsection.section-side-by-side-text-img,
	.inner-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* DISPLAY TABLET ONLY ELEMENTS */
	.tablet-only {
		display: block!important;
	}
	/***********
	HEADER
	************/
	header#primary-header .nav-wrapper .inner-container {
		padding: 15px;
	}
	header#primary-header .logo-wrapper {
		margin-bottom: 0;
		margin-right: 25px;
	    max-width: 200px;
	    width: 100%;
	}
	header#primary-header .preheader .inner-container {
		justify-content: space-between;
	}
	
	header#primary-header button#toggle-nav {
		width: 40px;
	    height: 40px;
	    border-radius: 50%;
	    border: 2px solid #fff000;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding:  0;
	    background-color:  transparent;
	    transition:  all 0.25s ease;
	}
	header#primary-header button#toggle-nav:active,
	header#primary-header button#toggle-nav:hover,
	header#primary-header button#toggle-nav:focus {
		outline: none;
	}
	header#primary-header button#toggle-nav span {

		color: #fff000;;
	}
	#preheader-nav,
	.preheader .social-links,
	.menu-preheader-nav-container {
		display: none;
	}
	/************
	PRIMARY NAV
	************/
	.open-nav button#toggle-nav {
		display: none;
		opacity: 0;
	}
	.open-nav #nav-container .inner-container:before  {
		content: '';
		position: absolute;
		top:  0;
		bottom:  0;
		left:  0;
		right:  0;
		background-color: rgba(0,0,0,0.45);
    	z-index: 10;
    	height: 1000%; /* to ensure the overlay extends past the confines of the #nav-container's height */
	}
	#primary-nav {
	    flex-direction: column;
	    width: 350px;
	    max-width: 75%;
	    z-index: 100000; /* to ensure the menu slide out is ABOVE WP-Admin bar when user is logged in */
		position: fixed;
		top: 0;
		right: -400px;
		height: 100vh;
		transition: all 0.35s ease-out;
		background-color: #222B34;
		border: 2px solid #eee;
		padding: 20px 0px 20px;
	}
	#primary-nav .logo-outer.mobile-only {
		display:  block!important;
		margin: 0 auto;
	}
	#primary-nav .logo-outer.mobile-only .logo-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		margin:  0;
	}
	#primary-nav #btn-close-nav {
        display: inline-block;
	    font-size: 2rem;
	    font-weight: 700;
	    color: #fff;
	    border: none;
	    padding: 0;
	    outline: none;
	    background-color: transparent;
	    position: absolute;
	    left: 5px;
	    top: 5px;
	    width: 30px;
	    height: 30px;
	    z-index: 1;
	}
	#primary-nav #btn-close-nav:hover {
		border: none;
		outline: none;
		opacity: 0.50;
	}
	#primary-nav.open {
	    display: flex;
	    right: 0;
	    overflow-x: scroll;
	}
	#primary-nav-menu {
		margin-left: 0;
	}
	#primary-nav #primary-nav-menu {
		flex-direction: column;
	    height: 100%;
	}
	#primary-nav #primary-nav-menu .mobile-only {
		display: inline-block!important;
	}
	#primary-nav #primary-nav-menu li {
		border-left: 0;
		height: auto;
		margin-bottom: 10px;
		max-width: 100%;
		padding:  10px;
	}
	#primary-nav #primary-nav-menu > li {
		background-color: transparent;
		padding: 20px;
		border-left: 0;
		border-bottom-width: 0px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0px;
		margin-bottom: 0;
		border-bottom: 1px solid #808080;
	}
	#primary-nav #primary-nav-menu a {
		max-width: 100%;
		padding: 0;
		border-left: 0;
		height: auto;
		display: inline-block;
		text-transform:  none;
	}
	#primary-nav #primary-nav-menu > li > a {
		border-bottom: 0;
		font-weight:  700;
    	align-self: start;
	    margin: 0;
	    padding: 20px 40px;
	    width: 100%;
		display:  flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	#primary-nav-menu > li > a:after {
		background-color:  transparent;
	    display: flex;
    	align-items: center;
	}
	#primary-nav #primary-nav-menu > li > a:hover,
	#primary-nav #primary-nav-menu > li > a:active {
		color: #fff000;
	}
	#primary-nav #primary-nav-menu .sub-menu {
		flex-direction: column;
		grid-template-columns: auto;
		background-color: transparent;
		display: block;
		margin: 0;
		padding: 0;
		top: auto;
		left: auto;
		min-height: auto;
		position: relative;
		max-height: 0;
	    transition: max-height 0.5s ease-out;
	    overflow: hidden;
	}
	#primary-nav #primary-nav-menu li.menu-item-has-children {
		cursor:  pointer;
	}
	#primary-nav #primary-nav-menu li.menu-item-has-children > a:after {
		font-family: "Font Awesome 5 Free"; 
		font-weight: 700; 
		content: "\f054";
	    transition:  all 0.25s ease;
	    position: relative;
	    display:  flex;
	    align-items:  center;
	    width:  auto;
	}
	#primary-nav #primary-nav-menu li.menu-item-has-children:hover > a,
	#primary-nav #primary-nav-menu li.menu-item-has-children:hover > a:after {
		color: #fff000;
	}
	#primary-nav #primary-nav-menu li.menu-item-has-children.active > a:after {
		transform: rotate(90deg);
	}
	#primary-nav #primary-nav-menu li.active .sub-menu {
		max-height: 1000px;
	}
	#primary-nav #primary-nav-menu li,
	#primary-nav #primary-nav-menu a {
		text-align: left;
		color: #fff;
		padding: 0;
	}
	#primary-nav #primary-nav-menu .sub-menu li {
		padding: 0;
		margin-bottom: 0;
	}
	#primary-nav #primary-nav-menu .sub-menu a {
		font-size: 1.2rem;
		border: 0;
		display: block;
		padding: 20px 20px 20px 50px;
		border-top: 1px solid #808080;
	}
	#primary-nav #primary-nav-menu .sub-menu a:hover,
	#primary-nav #primary-nav-menu .sub-menu a:active {
		background-color: #00667f;
		color:  #fff;
	}
	/**************
	SECTIONS
	**************/
	/* HERO BANNER */
	#hero-banner.hero-slider .swiper-slide-contents {
    	max-width: 100%;
    }
	/* HOVER SWAP CARDS */
	.hoverswap-widgets-wrapper > div {
		flex-direction: column;
		align-items: center;
	}
	.hoverswap-card-wrapper {
	    width: 100%!important;
	    height: 300px;
	    max-height: 300px!important;
	    flex: 1!important;
	    overflow: hidden;
	}
	/* OVERLAY IMAGE CARDS WIDGET */
	.overlay-img-cards-wrapper .overlay-img-card-outer {
		width: 100%!important;
	}
	/* EMAIL OPT-IN BANNER */
	.section-banner-email-optin .banner-inner .content-col,
	.section-banner-email-optin .banner-inner .img-col {
		width:  48%;
	}
	form input[type="submit"], form button[type="submit"], 
	form .elementor-field-type-submit button.elementor-button {
		padding: 15px!important;
	}
	/* SECTION: OPEA BLOCK LINKS */
	.section-opea-block-links .opea-block-link h5,
	.section-opea-block-links .opea-block-link .elementor-icon i,
	.section-opea-block-links .opea-block-link .elementor-icon span {
		font-size: 1.8rem!important;
	}
	.section-opea-block-links .opea-block-link p {
		font-size: 1.4rem;
	}
	/* STAFF MEMBERS */
	.section-staff-member .img-wrapper {
		width: 250px!important;
		height: 250px!important;
	}
	.section-staff-member .img-wrapper img {
	    width: 100%!important;
	    height: auto!important;
	}
	/* SIDE BY SIDE: IMAGE AND TEXT */
	.section-side-by-side-text-img .content-col {
		width: 60%!important;
	}
	.section-side-by-side-text-img .img-col {
		width: 36%!important;
	}
	.section-side-by-side-text-img .content-col .content-outer,
	.section-side-by-side-text-img .content-wrapper .content-outer {
		/*width: 80%!important;*/
	}
	.section-side-by-side-text-img.success-retirement-subsection .content-wrapper {
		width:  62%!important;
	}
	.section-side-by-side-text-img .content-wrapper > div {
		max-width:  100%;
	}
	.section-side-by-side-text-img.success-retirement-subsection .content-wrapper .text-col {
		/*width: 81%;*/
	}
	.section-side-by-side-text-img .content-col .content-outer .cta-btn-wrapper,
	.section-side-by-side-text-img .content-wrapper .content-outer .cta-btn-wrapper {
		width: 100%;
		max-width: 48%;
	}
	.section-side-by-side-text-img .content-wrapper .content-outer .cta-btn-wrapper + .cta-btn-wrapper {
		margin-left:  10px;
	}
	.section-side-by-side-text-img .content-col .content-outer .cta-btn-wrapper > div,
	.section-side-by-side-text-img .content-wrapper .content-outer .cta-btn-wrapper > div {
		margin: 0 0 20px 0;
	}
	.section-side-by-side-text-img .content-col .content-outer .cta-btn-wrapper:last-of-type > div,
	.section-side-by-side-text-img .content-wrapper .content-outer .cta-btn-wrapper:last-of-type > div {
		margin: 0 0 20px 0;
	}
	.section-side-by-side-text-img .content-col .content-outer .elementor-button,
	.section-side-by-side-text-img .content-wrapper .content-outer .elementor-button,
	.section-side-by-side-text-img.success-retirement-subsection .elementor-button {
		font-size: 1.6rem!important;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;

	}
	.section-side-by-side-text-img .content-col .content-outer .elementor-button .elementor-button-text,
	.section-side-by-side-text-img .content-wrapper .content-outer .elementor-button .elementor-button-text,
	.section-side-by-side-text-img.success-retirement-subsection .elementor-button .elementor-button-text {
		flex-grow:  unset;
	}
	.success-retirement-subsection.section-side-by-side-text-img .img-col {
		width:  100%!important;
	}
	.success-retirement-subsection.section-side-by-side-text-img .img-col > div {
		padding-left:  0!important;
		padding-right:  0!important;
	}
	/* SIDE BY SIDE - IMAGE & TEXT W/ CTA BUTTON */
	.section-side-by-side-text-img-btn .content-wrapper .content-col-wrapper .content-outer {
		width: 79%;
	}
	/*************
	PAGES
	*************/
	/* DISTRICT - SINGLE */
	.section-district-chapters .chapter-table-wrapper {
		overflow-x:  scroll;
	}
	.section-district-details {
		padding-left:  15px;
		padding-right:  15px;
	}
	/****************
	POSTS
	****************/
	.blog-content-wrapper .blog-content-inner {
		width: 100%;
		max-width: 84%;
	}
	/****************
	EMAIL OPTIN BANNER
	****************/
	.section-banner-email-optin .content-col,
	.section-banner-email-optin .img-col {
		width:  100%!important;
	}
	.section-banner-email-optin .img-col {
		padding:  30px 15px;
	}
	.section-banner-email-optin .img-col form {
		padding-right:  0;
		padding-left:  0;
	}
	.section-banner-email-optin .elementor-field-group.elementor-field-type-submit {
		width:  100%;
	}
	.section-banner-email-optin form button.elementor-button {
		max-width:  300px;
		margin: 25px auto 0;
	}
	/*****************
	FOOTER
	*****************/

}
@media (max-width: 825px) {
	/****************
	SECTIONS
	*****************/
	/* STAFF MEMBERS */
	.section-staff-member .img-wrapper {
		width: 200px!important;
		height: 200px!important;
	}
	/***************
	POSTS
	****************/
	.blog-content img {
		display: block;
		margin: 0 auto 20px;
	}
}
@media (max-width: 767px) {
	
	/******************
	GENERAL
	******************/
	h1,
	h1.elementor-heading-title,
	#hero-banner.hero-slider .elementor-slide-heading {
		font-size: 3.5rem!important;
	}
	h2,
	h2.elementor-heading-title {
		font-size: 3rem!important;
	}
	.mini-heading h2 {
		font-weight:  600!important;
		font-size:  1.4rem!important;
	}
	h3,
	h3.elementor-heading-title {
		font-size: 2.5rem!important;
	}
	h4,
	h4.elementor-heading-title {
		font-size: 2rem!important;
	}
	h5,
	h5.elementor-heading-title {
		font-size: 1.8rem!important;
	}
	h6,
	h6.elementor-heading-title {
		font-size: 1.4rem!important;
	}
	p,
	ul,
	ol,
	li,
	.elementor-widget-text-editor li,
	address,
	th,
	td,
	.elementor-tab-content p,
	.elementor-tab-content li,
	p a, 
	.elementor .elementor-widget-text-editor a, 
	.blog-content-wrapper .blog-content a {
		font-size: 1.4rem;
	}

	.lead,
	.text-lead,
	.text-lead p {
		font-size: 2rem!important;
	}
	/* DISPLAY MOBILE ONLY ELEMENTS */
	.mobilet-only {
		display: block!important;
	}
	.elementor-button-wrapper .elementor-button-text {
		flex-grow: unset;
	}
	/* FORMS */
	form label {
		font-size:  1.2rem!important;
		margin-bottom:  5px!important;
	}
	form button[type="submit"] {
		font-size: 1.4rem!important;
	}
	form input[type="text"],
	form input[type="email"],
	form input[type="number"],
	form textarea,
	form select {
		padding: 10px;
		font-size:  1.4rem!important;
	}
	form select,
	form input[type="file"] {
		height:  43px!important;
	}
	/************
	HEADER
	************/
	.logged-in.admin-bar header {
		margin-top: 0;
	}
	header#primary-header {
		/*position: relative;*/
	}
	header#primary-header .logo {
	    max-width: 150px;
	}
	.preheader .tel-link {
		font-size: 1.4rem!important;
	}
	.preheader #search-toggle .icon:before {
		font-size: 1.6rem!important;
	}
	.preheader .btn {
		font-size: 1.2rem!important;
	}
	header#primary-header button#toggle-nav {
		width:  30px;
		height:  30px;
	}
	header#primary-header button#toggle-nav span {
		font-size:  1.5rem;
	}
	/************
	HERO BANNER
	************/
	#hero-banner .swiper-slide-contents .elementor-button,
	#hero-banner .elementor-button {
		font-size:  1.4rem;
	}
	/*************
	SECTIONS
	*************/
	#page-content-wrapper > div > section:first-of-type:not(#hero-banner),
	#page-content-wrapper > div > article:first-of-type:not(#hero-banner)  {
		/*margin-top: 125px;*/
		margin-top: 40px;
		padding-top: 0;
	}
	#page-content-wrapper #error-404-wrapper {
		margin-top: 0!important;
	}
	/*section {
		padding-top: 20px;
		padding-bottom: 20px;
	}*/
	/* SECTION - ACCORDION */
	.heading-icon-inner h1,
	.heading-icon-inner h2,
	.heading-icon-inner h3,
	.heading-icon-inner h4,
	.heading-icon-inner h5,
	.heading-icon-inner h6 {
		display: block!important;
	}
	/* SECTION INTRO */
	.divider-wrapper {
		width: 12%!important;
		margin-right: 15px!important;
	}
	.divider-wrapper > div {
		padding-left: 0!important;
	}
	.section-intro .intro-content-wrapper .content-wrapper {
		width: 83%!important;
		max-width: 85%;
	}
	.section-intro-with-cta .content-wrapper .content-outer,
	.section-side-by-side-text-img-btn .content-wrapper .content-outer {
		width: 83%;
	}
	.section-intro-with-cta .content-wrapper .btn-col {
		padding-left: 8%;
	}
	/* OVERLAY IMAGE CARDS WIDGET */
	.overlay-img-card .elementor-cta__content {
		padding: 15px;
	}
	.overlay-img-cards-wrapper > div {
		justify-content: center;
	}
	/*.overlay-img-cards-wrapper .overlay-img-card-outer {
		width: 75%!important;
	}*/
	.overlay-img-cards-wrapper .elementor-cta__content-item {
		font-size: 1.6rem!important;
	}
	.overlay-img-cards-wrapper .elementor-cta__description,
	.overlay-img-cards-wrapper a,
	.overlay-img-cards-wrapper .elementor-cta__button {
		font-size: 1.4rem!important;
	}
	.overlay-img-cards-wrapper .elementor-cta__bg-wrapper {
		min-height: 200px!important;
	}
	/* SECTION: OPEA BLOCK LINKS */
	.section-opea-block-links .opea-block-link .elementor-column:last-of-type {
		display: none;
	}
	/* STAFF MEMBERS */
	.section-staff-member {
		padding-bottom: 25px;
	}
	.section-staff-member .content-wrapper {
		order: 2;
	}
	.section-staff-member .img-wrapper {
		order: 1;
	    width: 300px!important;
	    height: 300px!important;
	    margin-left: auto;
	    margin-right: auto;
	}
	.section-staff-member .staff-details {
		order: 1;
	}
	.section-staff-member .staff-details .staff-name {
		text-align: center!important;
		margin-bottom: 5px!important;
	}
	.section-staff-member .staff-details .staff-title,
	.section-staff-member .staff-details .staff-email {
		text-align: center!important;
		margin-bottom: 0;
	}
	.section-staff-member .staff-details .staff-bio,
	.section-staff-member .staff-details .staff-email a {
		font-size: 1.4rem!important;
	}
	.section-staff-member .staff-details .staff-bio {
		text-align: left!important;
	}
	.section-staff-member .staff-details .staff-bio a {
		font-size: inherit!important;
	}
	.section-staff-member .staff-details .staff-bio p:last-of-type {
		margin-bottom: 0;
	}
	.section-staff-member .divider-wrapper {
		width: 100%!important;
	    order: 2;
    	margin-top: 20px!important;
	}
	.section-staff-member .divider-wrapper {
		margin-left:  auto!important;
		margin-right:  auto!important;
	}
	.section-staff-member > div {
		border-bottom:  none;
		padding-bottom:  0;
	}
	.section-staff-member.col-2 {
		padding:  0 15px!important;
	}

	/* SIDE BY SIDE - IMAGE & TEXT */
	.section-side-by-side-text-img .content-outer {
		width: 85%;
	}
	.section-side-by-side-text-img .content-col,
	.section-side-by-side-text-img .content-col-wrapper {
		order: 2;
	}
	.section-side-by-side-text-img .img-col {
		width: 100%!important;
		order: 1;
		margin-bottom: 30px;
	}
	.section-side-by-side-text-img .img-col > div {
		padding: 0 15px!important;
	}
	.section-side-by-side-text-img .inner-container .img-col > div {
		padding:  0!important;
	}
	.section-side-by-side-text-img .img-col .elementor-widget-image > div {
		margin-right:  0!important;
		margin-left:  0!important;
	}
	.section-side-by-side-text-img .img-outer > div {
		padding: 0!important;
	}
	.section-side-by-side-text-img img {
		height: auto!important;
		width: 100%;
	}
	.section-side-by-side-text-img .img-col + .content-col {
		width:  100%!important;
	}
	/* SIDE BY SIDE - IMAGE & TEXT W/ CTA BUTTON */
	.section-side-by-side-text-img-btn .heading-cta-wrapper {
		width: 50%;
		margin-top: 20px;
	} 
	.section-side-by-side-text-img-btn .heading-cta-wrapper > div,
	.section-side-by-side-text-img-btn .img-col > div {
		padding-left: 0!important;
	}
	.section-side-by-side-text-img-btn .content-wrapper {
		padding-top: 0;
	}
	.section-side-by-side-text-img-btn .content-wrapper .content-col {
		order: 2;
	}
	.section-side-by-side-text-img-btn .content-wrapper .img-col {
		order: 1;
		margin-bottom: 30px;
	}
	.section-side-by-side-text-img-btn .content-wrapper .content-col-wrapper .content-outer {
		width: 85%;
	}
	.section-side-by-side-text-img-btn .content-col-wrapper .cta-btn-wrapper > div {
		margin-top: 0!important;
	}
	.section-side-by-side-text-img.success-retirement-subsection .content-wrapper {
		width:  100%!important;
	}
	.section-side-by-side-text-img.success-retirement-subsection .content-wrapper {
		order:  2;
	}
	.section-side-by-side-text-img.success-retirement-subsection .img-col {
		order: 1;
	}
	.section-side-by-side-text-img.success-retirement-subsection .img-col > div {
		padding-left:  0;
		padding-right:  0;
	}
	.section-side-by-side-text-img .content-col .content-outer .cta-btn-wrapper, 
	.section-side-by-side-text-img .content-wrapper .content-outer .cta-btn-wrapper{
		max-width:  100%;
	}
	.section-side-by-side-text-img .content-wrapper .content-outer .cta-btn-wrapper + .cta-btn-wrapper {
		margin-left:  0;
	}
	.section-side-by-side-text-img .content-wrapper > div,
	.section-side-by-side-text-img .content-wrapper .content-outer {
		max-width:  100%!important;
	}
	.section-side-by-side-text-img {
		padding-bottom: 20px!important;
	}
	/* BANNER - QUOTE */
	.section-banner-quote .quote-wrapper img {
		width: 50px!important;
		height: auto;
	}
	.section-banner-quote .quote-wrapper.quote-left {
		margin-bottom: 5px;
	}
	.section-banner-quote .quote-wrapper.quote-right {
		margin-top: 5px;
	}
	/* SOCIAL ICONS BLOCKS */
	.social-icons-blocks-wrapper > div {
		flex-wrap: wrap;
	}
	.social-icons-blocks-wrapper .social-icon-block {
		width: 33.3333%!important;
	}
	.social-icons-blocks-wrapper .social-icon-block .social-icon .elementor-icon {
		font-size: 2.5rem!important;
	}
	.social-icons-blocks-wrapper .social-icon-block .text-link-btn .elementor-button {
		font-size: 1.4rem!important;
		padding: 0;
	}
	/* SECTION: CTA BANNER */
	.section-banner-cta .content-wrapper p {
		font-size: 1.8rem;
	}
	.section-banner-cta .cta-btn-wrapper .elementor-button {
		font-size: 1.4rem!important;
		margin-bottom: 20px;
		width: 100%;
		max-width: 300px;
	}
	.section-banner-cta .cta-btn-wrapper .elementor-button:last-of-type {
		margin-bottom: 0;
	}

	.section-banner-cta .buttons-wrapper {
		margin-top: 20px;
	}
	/* SECTION - SOCIAL MEDIA FEED */
	.section-social-feed .social-card {
		width: 100%!important;
	}
	/* EMAIL OPT-IN BANNER */
	.section-banner-email-optin .banner-inner > div {
		display: column;
		width:  80%;
		margin-left:  auto;
		margin-right:  auto;
	}
	.section-banner-email-optin .banner-inner .content-col,
	.section-banner-email-optin .banner-inner .img-col {
		width:  100%;
	}
	.section-banner-email-optin .banner-inner img {
		display: none;
	}
	.section-banner-email-optin .form-wrapper {
		width: 100%!important;
		margin: 0 auto;
	}
	/* ICON INFO CARDS */
	.icon-cards-wrapper .icon-info-card {
		width: 100%!important;
	}
	/* BANNER - TESTIMONIAL SLIDER */
	.section-testimonial-slider .elementor-testimonial__content .elementor-testimonial__text,
	.section-testimonial-slider .elementor-testimonial__name {
		font-size: 1.8rem!important;
	}
	.section-testimonial-slider .elementor-testimonial__title {
		font-size: 1.4rem!important;
	}
	/* CPT POSTS ARCHIVE */
	.section-cpt-archives-posts .cpt-posts-inner article {
		flex-direction: column;
	}
	.section-cpt-archives-posts .cpt-posts-inner article .elementor-post__thumbnail__link,
	.section-cpt-archives-posts .cpt-posts-inner article:nth-child(odd) .elementor-post__thumbnail__link,
	.section-cpt-archives-posts .cpt-posts-inner article:nth-child(even) .elementor-post__thumbnail__link,
	.section-cpt-archives-posts .cpt-posts-inner article .elementor-post__text,
	.section-cpt-archives-posts .cpt-posts-inner article:nth-child(odd) .elementor-post__text,
	.section-cpt-archives-posts .cpt-posts-inner article:nth-child(even) .elementor-post__text {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.section-cpt-archives-posts .cpt-posts-inner article .elementor-post__thumbnail__link,
	.section-cpt-archives-posts .cpt-posts-inner article:nth-child(odd) .elementor-post__thumbnail__link,
	.section-cpt-archives-posts .cpt-posts-inner article:nth-child(even) .elementor-post__thumbnail__link {
		margin-bottom: 30px;
		order: 1;
	}
	.section-cpt-archives-posts .cpt-posts-inner article .elementor-post__text {
		order: 2;
	}
	.section-cpt-archives-posts .cpt-posts-wrapper .cpt-posts-inner .elementor-button-wrapper .elementor-button {
		font-size: 1.4rem;
	}
	/*************
	STANDING COMMITTEE PAGES (SINGLE)
	*************/
	.committee-details-wrapper > .elementor-container {
		gap: 0;
	}
	.committee-details-wrapper .content-col-wrapper {
		order: 1;
	}
	.committee-details-wrapper .img-col {
		order: 2;
		margin-bottom: 20px;
	}
	/**************
	PAGES
	**************/
	/* DISTRICT - SINGLE */
	.section-district-heading {
		padding-top: 40px!important;
	}
	.section-district-heading .heading-wrapper-inner > div {
		flex-direction:  row;
		justify-content: space-between;
		align-items:  center;
	}
	.section-district-heading .heading-wrapper-inner .heading-col,
	.section-district-heading .heading-wrapper-inner .cta-btn-col {
		width:  auto;
	}
	.section-district-heading .heading-wrapper-inner .cta-btn-wrapper {
		/**/
	}
	.section-district-heading .heading-wrapper-inner .cta-btn-wrapper .elementor-button {
		padding:  15px!important;
		max-width:  200px!important;
	}
	.section-district-details {
		padding-left:  15px;
		padding-right:  15px;
	}
	.section-district-details .district-counties-outer {
		width:  78%;
	}
	.section-district-details .district-map-outer {
		order:  1;
		margin-bottom:  30px;
	}
	.section-district-details .district-details-col {
		order:  2;
	}
	.section-district-details .section-district-chapters .heading-bottom-border {
		margin-bottom:  0!important;
	}
	.section-district-chapters th,
	.section-district-chapters td,
	.section-district-details p {
		font-size:  1.6rem;
	}
	.section-district-details .president-single {
		border-bottom: 1px solid #dadada;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.section-district-details .president-single:last-of-type {
		border-bottom:  none;
		padding-bottom:  0;
		margin-bottom:  0;
	}
	.section-district-details .district-president-images-wrapper > div {
		justify-content: space-around;
	}
	/* EMAIL OPT-IN BANNER */
	.section-banner-email-optin .banner-inner input,
	.section-banner-email-optin .banner-inner select,
	.section-banner-email-optin .banner-inner textarea,
	.section-banner-email-optin .banner-inner button {
		font-size:  1.4rem!important;
	}
	/*************
	POSTS
	*************/
	.single-post article {
		margin-top:  80px!important;
	}
	.blog-article-wrapper h1 {
		font-size: 4rem!important;
		margin-bottom: 20px;
	}
	.blog-article-wrapper .blog-content h1,
	.blog-article-wrapper .blog-content h2 {
		font-size: 3rem!important;
	}
	.blog-article-wrapper .blog-content h3 {
		font-size: 2.5rem!important;
	}
	.blog-article-wrapper .blog-content h4 {
		font-size: 2rem!important;
	}
	.blog-article-wrapper .blog-content h5 {
		font-size: 1.6rem!important;
	}
	.blog-article-wrapper .blog-content h6 {
		font-size: 1.4rem!important;
	}
	.blog-article-wrapper .blog-title-wrapper .cta-btn-outer > div {
		padding: 0!important;
	}
	.blog-article-wrapper .blog-title-wrapper .cta-btn-wrapper {
		text-align: left;
	}
	.blog-article-wrapper .blog-title-wrapper .elementor-button-link {
		max-width: 50%;
		font-size: 1.4rem!important;
	}
	article .elementor-post__meta-data,
	article .elementor-post__excerpt p,
	article .elementor-post__read-more {
		font-size: 1.4rem!important;
	}
	.blog-content figure {
		overflow-x: scroll;
	}
	.blog-content figure table {
		min-width: 750px;
		width: 100%;
	}
	.blog-content img {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.blog-content p img:last-of-type {
		margin-bottom: 0;
	}
	/*************
	EVENT CALENDAR OVERRIDES
	*************/
	.tribe-events .tribe-events-calendar-month__header-column {
		padding-bottom: 0px;
	}
	.tribe-events .tribe-events-calendar-month__header-column h3 {
		font-size: 1.4rem!important;
	}
	.tribe-events-calendar-month button.tribe-events-calendar-month__day-cell {
		background-color: transparent!important;
		border: 1px solid #ccc;
		padding:  2px;
	}
	.tribe-events-calendar-month button.tribe-events-calendar-month__day-cell h3 time,
	.tribe-events-c-subscribe-dropdown__button,
	.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
		font-size:  1.2rem!important;
	}
	.tribe-events-calendar-month button.tribe-events-calendar-month__day-cell:hover,
	.tribe-events-calendar-month button.tribe-events-calendar-month__day-cell:active {
		background-color: #efefef!important;
	}
	.tribe-events-c-subscribe-dropdown__button {
	    padding: 5px 15px!important;
    }
    .tribe-events-c-subscribe-dropdown__button button {
    	border:  0!important;
    }
	/*************
	CONTACT
	*************/
	.contact-form-wrapper .quick-links-wrapper {
		order: 1;
		margin-bottom: 30px;
	}
	.contact-form-wrapper .contact-form-outer {
		order: 2;
	}

	/************
	MEMBERSHIP FORM
	************/
	#form_membership .container {
		margin-bottom:  30px;
	}
	#form_membership label,
	#form_membership input,
	#form_membership p,
	#form_membership button,
	#form_membership input[type="text"], 
	#form_membership input[type="email"], 
	#form_membership input[type="number"], 
	#form_membership textarea, 
	#form_membership select {
		font-size:  1.6rem!important;
	}
	#form_membership .form-check {
		display:  flex;
		align-items:  flex-start;
	}
	#form_membership .form-check input[type="radio"] {
		margin-top:  3px;
	}
	/* GRAVITY FORM (Membership Form) overrides */
	.gform_confirmation_message,
	.saved_message_success {
		font-size:  1.8rem;
	}
	/************
	FOOTER
	************/
	footer {
		padding-top: 30px;
		padding-bottom: 0;
	}
	footer .inner-container {
		flex-direction: column;
		padding-bottom:  10px;
	}
	footer .footer-col {
		max-width: 100%;
		width: 100%;
		text-align: center;
		display: flex; 
		flex-direction: column;
		align-items: center;
	}
	footer .col-office-details {
		margin-bottom: 0;
	}
	footer .col-office-details .logo-wrapper {
		order: 1;
		margin: 0;
	}
	footer .col-office-details address {
		order: 2;
	}
	footer .col-office-details .link-wrapper {
		order: 3;
	}
	footer address strong {
		display: inline-block;
		margin-bottom: 10px;
	}
	footer hr {
		margin: 20px auto;
		display: none;
	}
	footer .logo-wrapper {
		margin: 30px auto 20px;
	}
	footer .logo {
		width: 100%;
		max-width: 150px;
		display: inline-block;
	}
	footer .social-links {
		justify-content: center;
		margin-top: 20px;
	}
	footer .copyright-wrapper {
		margin-top: 25px;
		padding:  15px;
	}
	footer .copyright {
		text-align: center;
    	width: 100%;
	}
	
	footer .footer-menu {
		margin-bottom: 15px;
	}
}

@media (max-width: 650px) {
	/***************
	HEADER
	***************/
	.preheader a.btn-primary {
		font-size:  1rem!important;
		padding:  5px;
		margin-left:  5px;
	}
	header#primary-header .preheader .social-links {
		margin-right: 10px!important;
	}
	header#primary-header .preheader a {
		margin-left:  0!important;
	}
	#primary-header #nav-container .inner-container,
	#primary-header #nav-container .logo-wrapper img,
	#primary-header #nav-container button#toggle-nav,
	#primary-header #nav-container button#toggle-nav span {
		transition:  all 0.25s ease;
	}
	#primary-header #nav-container.fixed .inner-container {
		padding:  5px 15px;
	}
	#primary-header #nav-container.fixed .logo-wrapper img {
		max-width:  100px;
	}
	#primary-header #nav-container.fixed button#toggle-nav {
		background-color: #fff000;
		border-color:  #fff000;
	}
	#primary-header #nav-container.fixed button#toggle-nav span {
		color:  #17252a;
	}
	/* HERO BANNER - SLIDER */
	#hero-banner.hero-slider .swiper-slide-inner {
		padding: 30px;
	}
	.cta-btn-wrapper .elementor-button {
		font-size: 1.4rem!important;
		padding: 15px!important;
	}
	.icon-info-card .elementor-button,
	.icon-info-card .elementor-button:hover,
	.icon-info-card .elementor-button:active,
	.social-icons-blocks-wrapper .social-icon-block .text-link-btn .elementor-button {
		padding: 0!important;
	}
	.cta-btn-wrapper .elementor-button .elementor-button-content-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#hero-banner .banner-buttons-wrapper .cta-btn-wrapper {
		margin-right:  10px;
	}
	/**************
	SECTIONS
	**************/
	.hoverswap-card-wrapper {
		width: 100%!important;
		overflow: hidden;
		height: 300px;
		max-height: 300px!important;
	}
	.hoverswap-card-wrapper .elementor-widget-wrapper {
		max-height: 100%;
	}
	.hoverswap-widget img {
		opacity: 0.5;
	}
	.hoverswap-widget .slide1,
	.hoverswap-widget .slide2 {
		padding: 2px 15px 0!important;
	}
	.hoverswap-widget .slide1 {
		display: none;
	}
	.hoverswap-widget .slide2 {
		left: 0!important;
		opacity: 1;
	}
	.hoverswap-wrapper .content {
		display: flex;
		align-items: center;
	}
	/* SECTION: STAFF MEMBERS */
	.section-staff-member .img-wrapper {
	    width: 200px!important;
	    height: 200px!important;
	}
	/* STAFF MEMBERS */
	.section-staff-member.col-2 h3 {
		font-size:  1.8rem!important;
		margin-bottom:  5px!important;
	}
	.section-staff-member.col-2 p,
	.section-staff-member.col-2 a,
	.section-staff-member.col-2 .elementor-image-box-description,
	.section-staff-member.col-2 .elementor-image-box-description a,
	.section-staff-member.col-2 .elementor-image-box-description strong {
		font-size:  1.4rem!important;
	}
	.section-staff-member.col-2 .elementor-image-box-img {
		width:  100%!important;
	}
	.section-staff-member.col-2 .elementor-image-box-img img {
		width:  160px;
		height:  160px;
	}
	/* BANNER - QUOTE */
	.social-icons-blocks-wrapper > div {
		justiy-content: space-around;
	}
	.social-icons-blocks-wrapper .social-icon-block {
		/*width: 50%!important;*/
		width: 33%!important;
	}
	/* SECTION - ACCORDION */
	.heading-icon-wrapper .elementor-widget-heading {
		max-width: 75%!important;
	}
	.heading-icon-wrapper .heading-icon-inner > div {
		flex-direction: row;
		justify-content: space-between;
	}
	.heading-icon-wrapper .heading-icon-inner .elementor-widget-image img {
		width: 100%;
		max-width: 65px;
	}
	/* SIDE BY SIDE - IMAGE & TEXT */
	.section-side-by-side-text-img .content-col .content-outer .cta-btn-wrapper,
	.section-side-by-side-text-img .content-wrapper .content-outer .cta-btn-wrapper {
		max-width: 100%;
	}
	.section-side-by-side-text-img .cta-btn-wrapper .elementor-button {
		width: 100%;
	}
	.section-side-by-side-text-img .content-wrapper .content-outer .cta-btn-wrapper .elementor-button {
		font-size: 1.4rem!important;
	}
	.section-side-by-side-text-img .content-outer {
		width: 100%;
		max-width: 81%;
	}
	.section-side-by-side-text-img .img-col > div {
		padding: 0 15px!important;
	}
	.section-side-by-side-text-img .img-outer > div {
		padding: 0!important;
	}
	/* SIDE BY SIDE - IMAGE & TEXT W/ CTA BUTTON */
	.section-side-by-side-text-img-btn .content-wrapper .content-col-wrapper .content-outer {
		width: 83%;
	}
	.section-side-by-side-text-img.success-retirement-subsection .elementor-button {
		font-size: 1.4rem!important;
	}
	/* EMAIL OPT-IN BANNER */
	.section-banner-email-optin .banner-inner > div {
		display: column;
		width:  100%;
		margin-left:  auto;
		margin-right:  auto;
	}
	.section-banner-email-optin .banner-inner .img-col > .elementor-widget-wrap {
		padding:  0 15px!important;
	}
	/* CPT POSTS ARCHIVE */
	.section-cpt-archives-posts .cpt-posts-wrapper article .elementor-post__read-more,
	.section-cpt-archives-posts .cpt-posts-wrapper .cpt-posts-inner .elementor-button-wrapper .elementor-button {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	/**************
	PAGES
	**************/
	/* DISTRICT - SINGLE */
	.section-district-heading {
		padding-top: 40px!important;
	}
	.section-district-heading .heading-wrapper-inner > div {
		flex-direction:  column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.section-district-heading .heading-wrapper-inner .cta-btn-wrapper {
		margin-top: 20px;
    	text-align: left;
	}
	.section-district-heading .heading-wrapper-inner .cta-btn-wrapper .elementor-button {
		padding:  15px!important;
		max-width:  200px!important;
	}
	.section-district-details {
		padding-left:  15px;
		padding-right:  15px;
	}
	.section-district-details .district-counties-outer {
		width:  78%;
	}
	.section-district-details .district-map-outer {
		order:  1;
		margin-bottom:  30px;
	}
	.section-district-details .district-details-col {
		order:  2;
	}
	.section-district-details .section-district-chapters .heading-bottom-border {
		margin-bottom:  0!important;
	}
	.section-district-chapters th,
	.section-district-chapters td {
		font-size:  1.4rem;
	}
	.section-district-details .president-single {
		border-bottom: 1px solid #dadada;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.section-district-details .president-single:last-of-type {
		border-bottom:  none;
		padding-bottom:  0;
		margin-bottom:  0;
	}
	/*************
	EVENTS
	*************/
	.tribe-events-notices li {
		text-align-center;
	}
	.tribe-events-single-event-title {
		font-size: 3.5rem!important;
	}
	.tribe-events-schedule h2 {
		font-size: 1.4rem!important;
	}
	.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, 
	.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container{
		width:  100%;
	}
	.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
		text-align:  center;
	}
	.tribe-events-single-section.tribe-events-event-meta {
		/*gap:  0;*/
	}
	.tribe-events-event-meta .tribe-events-meta-group,
	.tribe-events-venue-map {
		text-align:  center!important;
		flex:  100%;
		/*margin:  0 0 15px 0!important;*/
		padding-bottom:  30px;
		border-bottom:  1px solid #cecece;
	}
	.tribe-events-event-meta:before, 
	.tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
		border:  0;
	}
	.tribe-events-event-meta .tribe-events-meta-group:after,
	.tribe-events-venue-map:after {
		border:  1px solid #f00;
	}
	.tribe-events-event-meta .tribe-events-single-section-title {
		font-size:  2rem!important;
	}
	.tribe-events-event-meta dl {
		font-size:  1.4rem;
	}
	.tribe-events-sub-nav {
		display:  flex;
		gap:  15px;
	}
	
    .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, 
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
		flex:  50%;
	}
	.tribe-events-single .tribe-events-sub-nav a:before,
	.tribe-events-single .tribe-events-sub-nav a:after,
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, 
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	    font-size: 1.2rem!important;
    	display: flex;
    	align-items: center;
    }
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, 
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
		display:  flex;
		align-items:  center;
	}
	.tribe-events-single .tribe-events-sub-nav a:before,
	.tribe-events-single .tribe-events-sub-nav a:after {
		height:  auto!important;
	}
	#tribe-events-footer {
		border-top:  0;
	}
	/*************
	CONTACT
	*************/
	.contact-form-inner form button[type="submit"] {
		width: 100%;
	}
	/***************
	FOOTER
	***************/
	footer p,
	footer a,
	footer address,
	footer .footer-menu a {
		font-size: 1.2rem;
	}
	footer .logo {
		max-width: 150px;
	}
}
