/***************
 * 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 
*****************
* 
* NEW COLORS:
* Dark Blue: #224c8d / RGB(34,76,141)
* Light Blue: #798fb3 / RGB(121,143,179)
* Text Highlight Blue: #798fb3 / RGB(121,143,179)
* Darkest Blue (Heading Text): #283451 / RGB(40,52,81)
* Gold/Brown: #a97407 / RGB(169,116,7)
* Light Gray: #efeeee / RGB(239,239,239)
* Dark Gray (Footer): #626161 / RGB(98,97,97)
* Text Black: #141414 / RGB(20, 20, 20);
* 
* GRADIENT:
* Dark Blue: #1f2062
* Light Blue: #00547e
* 
* TODO: find and replace these colors:
* OLD COLORS:
* Primary Blue: #0084d6 / RGB(0,132,214);
* Dark Blue: #00005e / RGB(0,0,94);
* Light blue: #00a2b9 / RGB(0, 162, 185);
* Text Highlight Blue: #95e47b;
* Primary Red: #ad0d0d / RGB(173, 13, 13);
* Text Black: #141414 / RGB(20, 20, 20);
* Light Gray 1: #f0f0f0;
* Light Gray 2: #cbcbcb;
* Dark Gray:  #3c3c3c;
* Off White: #bab0aa;
* Tan: #95e47b;
* 
* */
@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');

/*************
WP ADMIN OVERRIDE
*************/

/*************
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: 0;*/
	padding-top: 80px;
}
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;
}
address {
	font-style: normal;
	margin: 20px 0;
	line-height: 115%;
}
hr {
	border-color: inherit;
}
.table-wrapper.table-responsive {
	overflow-x: scroll;
}
.hr-small {
	width: 30px;
	border-top-width: 5px;
	border-top-style: solid;
}
.text-white {
	color: #fff;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-bold {
	font-weight: bold!important;
}
.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;
}
/* 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: #a97407;
	font-size: inherit;
}
.elementor .elementor-image-box-description a {
	color: #95e47b;
}
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: #283451;
}
.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;
}
.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: #a97407;
	color: #fff;
	border: 2px solid #a97407;
}
.btn-white,
.btn-primary:hover,
.btn-primary:active {
	color: #a97407;
	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: #a97407!important;
	color: #fff!important;
}
.cta-btn-wrapper .elementor-button {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
.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;
	white-space: nowrap;
}
/* HIDE MOBILE ONLY ELEMENTS */
.mobile-only,
.display-mobile {
	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
*************/
form input[type="text"],
form input[type="email"],
form input[type="number"],
form textarea,
form select {
	padding: 15px 10px;
}

form input[type="submit"],
form button[type="submit"],
form .elementor-field-type-submit button.elementor-button {
	padding: 20px 10px!important;
}
form select {
	color: #777!important; /* to match placeholder text color */
}
.elementor-message.elementor-message-success {
	font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    padding: 30px;
    border: 2px solid #fff;
}
.elementor-error input,
.elementor-error *::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: red;
}

.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;
}
/*************
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%,#798fb3 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 {
	/* 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 {
	margin-top: 32px; /* to account for WP admin banner at top when user is logged in */
}
header .inner-container {
	max-width: 1500px;
}
header .preheader {
	background-color: rgb(121,143,179);
	color: #fff;	
}
header .preheader .inner-container,
header .nav-wrapper .inner-container {
	display: flex;
	flex-direction: row;
}
header .preheader .inner-container {
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
header .preheader .inner-container {
	justify-content: flex-end;
}
header .preheader ul {
	display: flex;
	flex-direction: row;
}
header .preheader li,
header #search-toggle {
	padding: 0 15px;
}
header #search-toggle {
	border: none;
	color: #fff;
}
header #search-toggle:hover,
header #search-toggle:active,
header #search-toggle:focus {
	background-color: transparent;
	border: none;
	outline: none;
}
header .preheader a {
	color: #fff;
	font-size: 1.4rem;
	display: block;
}
#preheader-nav li {
	margin-bottom: 0;
}

header .preheader .tel-link,
header #search-toggle {
	font-weight: 700;
	font-size: 2rem;
	margin-right: 15px;
	background-color: transparent;
}
header .social-links {
	margin-right: 15px;
}
header .social-links li {
	padding: 0;
	margin-right: 5px;
	margin-bottom: 0;
}
header .social-links a {
	font-size: 1.4rem;
	color: #fff;
	background-color: #194896;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .social-links a:hover,
header .social-links a:active {
	background-color: #fff;
	color: #194896;
}
.preheader a.btn-primary {
	border-radius: 5px;
	border-color: #fff;
	font-size: 1.5rem;
    padding: 7px 20px;
    text-transform: uppercase;
	font-weight: 600;
}
.logo-wrapper {
	display: block;
}
header .nav-wrapper {
	background-color: rgb(34,76,141);
	border-bottom: 1px solid #bab0aa;
}
header .nav-wrapper,
#primary-nav-menu {
	height: 100px;
}
header .nav-wrapper .inner-container {
	justify-content: space-between;
/*	align-items: end;*/
	padding-top: 0px;
	padding-bottom: 0;
}
header .logo-wrapper {
	margin-bottom: 10px;
	max-width: 450px;
    margin-top: -20px;
}
header .logo {
	width: 100%;
	max-width: 500px;
	min-width: 100px;
}
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,
#global-search-form .global-search-form-container {
	transition: all 0.25s ease-out;
}
#global-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,0,0, 0.8);
}
#global-search-form .global-search-form-container.open {
	opacity: 1;
	transform: scale(1);
}
#global-search-form .global-search-form-container input {
	border-radius: 0;
	font-size: 3rem;
	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::placeholder {
    font-weight: normal;
    opacity: .75;
    color: #fff;
}
#global-search-form .global-search-form-container button[type="submit"],
#global-search-form .global-search-form-container input[type="submit"] {
    color: #283451;
    border: 2px solid transparent;
    background-color: #fff;
    font-size: 3rem;
    outline: none;
    border-radius: 0;
    padding: 0.5rem 1rem!important;
}
#global-search-form .global-search-form-container button[type="submit"]:hover,
#global-search-form .global-search-form-container button[type="submit"]:active,
#global-search-form .global-search-form-container input[type="submit"]:hover,
#global-search-form .global-search-form-container input[type="submit"]:active {
	border-color: #fff;
	color: #fff;
	background-color: #283451;
	
}
#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,
#preheader-nav {
	display: flex;
	flex-direction: row;
	margin-left: 25px;
}
#primary-nav-menu .display-mobile {
	display: none;
}
#primary-nav-menu a,
#preheader-nav a {
	color: #fff;
	text-transform: uppercase;
}
#primary-nav #btn-close-nav {
	display: none;
}
#primary-nav-menu li,
#preheader-nav li {
	color: #fff;
	white-space: normal;
	max-width: 195px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 100%;
	padding: 0 15px 20px;
	text-align: center;
}
#primary-nav-menu li:last-of-type,
#preheader-nav li:last-of-type {
	padding-right: 0;
}
#primary-nav-menu > li:last-of-type {
	background-color: #a97407;
}
#primary-nav-menu a,
#preheader-nav a {
	text-align: center;
	display: block;
	border-bottom: 2px solid transparent;
}
#primary-nav-menu a:hover,
#primary-nav-menu a:active,
#preheader-nav a:hover,
#preheader-nav a:active {
	border-bottom-color: #fff;
}
#primary-nav,
#primary-nav-menu,
#preheader-nav {
	position: relative;
}
#primary-nav-menu > li,
#preheader-nav > li {
	display: flex;
	flex-direction: column;
	padding: 0;
	border-bottom: 10px solid transparent;
	transition: all 0.25s ease-out;
	height: 100%;
}
#primary-nav-menu > li {
	padding: 25px 0 0;
	margin-bottom: 0;
}
#preheader-nav > li {
	border: 0;
}
#primary-nav-menu > li > a,
#preheader-nav > li > a {
	border: none;
	padding: 0 15px 0px;
	font-weight: 600;
	display: flex;       /* Make the <a> a flex container */
    align-items: center; /* Vertically center the text */
    justify-content: center; /* Optional: center text horizontally */
}
#primary-nav-menu > li > a {
	height: 50px;
}
#preheader-nav > li > a {
	height: 30px;
	padding: 0 20px;
    border-right: 1px solid #fff;
}
#primary-nav-menu > li:hover,
#preheader-nav > li:hover {
	background-color: #fff;
	border-bottom-color: #283451;
}
#primary-nav-menu > li:hover > a,
#preheader-nav > li:hover > a {
	color: #283451;
	border-left-color: #fff;
}
#primary-nav-menu > li > .sub-menu,
#preheader-nav > li > .sub-menu {
	min-height: 200px;
	border: 2px #5f6680 solid;
    left: 0;
	right: 0;
	width: 100%;
	position: absolute;
}
#primary-nav-menu > li > .sub-menu {
	top: 100px;
}
#preheader-nav > li > .sub-menu {
	top: 30px;
}
#primary-nav-menu .sub-menu,
#preheader-nav .sub-menu {
	display: none;
	background-color: #fff;
	list-style-type: none;
	padding: 30px 15px;
    margin: 0;
}
#primary-nav-menu .sub-menu li,
#preheader-nav .sub-menu li {
	border-left: none;
    text-align: left;
    padding-left: 15px;
    max-width: none;
    height: auto;
}
#primary-nav-menu > li:hover .sub-menu,
#preheader-nav > li:hover .sub-menu {
	/* Flex fall back for browsers that don't support Grid layout */
	display: flex;
	flex-wrap: wrap;
	/* CSS GRID layout */
	display: grid;
}
#primary-nav-menu > li .sub-menu,
#preheader-nav >li .sub-menu {
	/* grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)); /* spread columns across entire available width - variable width */
	grid-template-columns: repeat(auto-fit, 22.5%); /* columns next to each other - set width*/
	gap: 15px;
	z-index: 10;
}
#primary-nav-menu .sub-menu a,
#preheader-nav .sub-menu a {
	color: #283451;
    text-align: left;
    border-bottom: 2px solid transparent;
    display: inline-block;
    border-left: 0;
    padding: 0;
    font-weight: 600;
}
#primary-nav-menu .sub-menu a:hover,
#primary-nav-menu .sub-menu a:active,
#preheader-nav .sub-menu a:hover,
#preheader-nav .sub-menu a:active{
	border-bottom-color: #a97407;
	color: #a97407;
}
#primary-nav-menu .sub-menu ul,
#primary-nav-menu .sub-menu li,
#preheader-nav .sub-menu ul,
#preheader-nav .sub-menu li {
	padding: 0;
	margin: 20px 0;
}
#primary-nav .sub-menu li,
#preheader-nav .sub-menu li {
	margin: 0 0 20px;
}
#primary-nav .sub-menu .sub-menu,
#preheader-nav .sub-menu .sub-menu {
	margin: 10px 0 0;
    gap: 0;
    grid-template-columns: none!important;
}
#primary-nav-menu .sub-menu li.menu-item-has-children li,
#preheader-nav .sub-menu li.menu-item-has-children li {
	margin: 0 0 10px;
    padding-left: 10px;
    font-size: 1.4rem;
}
#primary-nav .sub-menu .sub-menu a,
#preheader-nav .sub-menu .sub-menu a {
	font-weight: normal;
}
/*************
HERO BANNER
*************/
#hero-banner h1,
#hero-banner.hero-slider .elementor-slide-heading {
	line-height: 80%;
}
#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 {
	background-color: #a97407;
    color: #fff;
    border: 2px solid #a97407;
    font-size: 1.8rem;
    padding-top: 15px;
    padding-bottom: 15px;
}
#hero-banner .swiper-slide-contents .elementor-button:hover,
#hero-banner .swiper-slide-contents .elementor-button:active {
	background-color: #a97407!important;
}
#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 #cbcbcb!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: #fce798!important;
	border: 2px solid #cbcbcb;
	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: #00005e!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: #00005e!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 #a97407;
	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.75rem;
	font-weight: 500;
	line-height: 1.35;
}
.section-news-cards.cards-img-round .elementor-post__thumbnail {
	border: 3px solid #a97407;
	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: '- ';
}
.section-testimonial-slider .images-slider .elementor-testimonial__image img {
	width:  auto!important;
}
/* BLOG CARDS - ROUND IMAGE */
.section-news-cards.cards-img-round .elementor-post__title,
.section-news-cards.cards-img-round .elementor-post__title a {
	color: #fff!important;
	background-color: #0084d6;
}
.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;
}
.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: #fff!important;
	background-color: #a97407!important;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
}
/* SECTION - ACCORDION */
.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: #a97407;
}
/* EMAIL OPT-IN BANNER */
.section-banner-email-optin {
	background-color: #a97407;
}
.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: #283451!important;
	color: #fff!important;
}
.section-banner-email-optin p {
	font-weight: 600;
}
.section-banner-email-optin img {
	object-fit:  cover;
}
.section-banner-email-optin form input[type="submit"],
.section-banner-email-optin form button[type="submit"],
.section-banner-email-optin form .elementor-field-type-submit button.elementor-button {
	background-color: #0084d6;
}
.section-banner-email-optin form input[type="submit"]:hover,
.section-banner-email-optin form button[type="submit"]:hover,
.section-banner-email-optin form .elementor-field-type-submit button.elementor-button:hover {
    background-color: #283451!important;
}
/* 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 #cbcbcb;
	padding-bottom: 10px;
}
.section-side-by-side-text-img.full-width > .elementor-container { 
	gap: 0;
}
.section-side-by-side-text-img .flex > div {
	display: flex;
}
.section-side-by-side-text-img .flex-cols > div {
	flex-direction: columns;
}
.section-side-by-side-text-img.full-width.img-right .content-col-wrapper {
	justify-content: flex-end;
}
.section-side-by-side-text-img.full-width.img-left .content-col-wrapper {
	justify-content: flex-start;
}
.section-side-by-side-text-img.full-width .content-col-wrapper > div {
	max-width: 700px;
}


.section-side-by-side-text-img.full-width img {
	 width: 100%;
    height: 100%;
    object-fit: cover; /* or 'contain' if you prefer */
    display: block;
}

/* 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 + .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: 0;
    overflow: hidden;
}
.section-staff-member > div > .img-wrapper,
.section-staff-member > div > .content-wrapper {
	padding: 0 15px;
}
.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: #0084d6;
	border-bottom: 1px solid #0084d6;
}
.section-staff-member .staff-email a:hover,
.section-staff-member .staff-email a:active {
	color: #a97407;
	border-bottom-color: transparent;

}
.section-staff-member .staff-bio {
	margin-top: 20px;
}
/* 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;
	background-color: #0084d6!important;
}
.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;
	background-color: #a97407!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: TRTA BLOCK LINKS */
.section-trta-block-links .trta-block-link {
	margin-bottom: 10px;
	padding: 5px;
}
.section-trta-block-links .trta-block-link:last-of-type {
	margin-bottom: 0;
}
.section-trta-block-links .trta-block-link h5 a:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: inherit; 
	content: "\f101";
	font-size: 65%;
	padding-left: 10px;
}
.section-trta-block-links .trta-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-trta-block-links .trta-block-link .elementor-icon i,
.section-trta-block-links .trta-block-link .elementor-icon span,
.section-trta-block-links .trta-block-link h5 a:after {
    transition: all .3s;
}
.section-trta-block-links .trta-block-link:hover .elementor-icon i,
.section-trta-block-links .trta-block-link:hover .elementor-icon span {
	transform: translateX(5px);
}
.section-trta-block-links .trta-block-link:hover h5 a:after {
	padding-left: 15px;
}
.section-trta-block-links .trta-block-link:hover h5 a {
	border-bottom-color: transparent;
}

.section-trta-block-links .trta-block-link p {
	font-size: 1.6rem;
	line-height: 1.15;
}
.section-trta-block-links .trta-block-link p:last-of-type {
	margin-bottom: 0;
}
/*************
PAGES
*************/
/* DISTRICTS - Landing Page */
#trta-districts-map-wrapper .hotspots-placeholder {
	display: none;
}
#trta-districts-map-wrapper .leaflet-container,
#trta-districts-map-wrapper .hotspots-image-container {
	background: transparent!important;
}
#trta-districts-map-wrapper .trta-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 #a97407;
}
.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 {
	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-title {
	margin-bottom: 10px!important;
}
.section-district-details .president-details,
.section-district-details .president-details p,
.section-district-details .president-details address,
.section-district-details .president-details a {
	font-size: 1.6rem;
}
.section-district-details .president-details p {
	margin:  5px 0;
	font-weight: bold;
}
.section-district-details .president-details address,
.section-district-details .president-details a {
	font-weight: normal;
}
.section-district-details .president-details address {
	margin: 10px 0 5px;
}
.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 #00005e!important;
}
.section-district-chapters th {
	background-color: #a97407!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 .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;
}
/*************
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;
}
/*************
POSTS
*************/
#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: #a97407;
	font-size: inherit;
}
/* ICON INFO CARDS */
.icon-cards-wrapper.icon-cards-3 > div {
	gap: 30px 15px;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
}
.icon-cards-wrapper.icon-cards-3 .icon-info-card {
	width: 32%;
}
.icon-cards-wrapper.icon-cards-3 .icon-info-card .icon-card-heading h5 {
	text-transform: none!important;
}
.icon-cards-wrapper.icon-cards-3 .icon-info-card > div {
	border-top: 10px solid #a97407!important;
	padding: 30px!important;
	justify-content: flex-start;
}
.parse.icon-cards-wrapper.icon-cards-3 .icon-info-card > div {
	border: 2px solid #efeeee;
}
.icon-cards-wrapper.icon-cards-3 .icon-info-card .cta-btn-wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-end;
}
.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 {
	padding: 0!important;
	background-color: transparent!important;
	color: #00005e!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 {
	color: #224c8d!important;
}
.hoverswap-widgets-wrapper .hoverswap-widget .btn {
    background-color: #a97407;
}
/* 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: #283451;
	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: #a97407;
	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 #cbcbcb!important;
}


/*************
404 PAGE
**************/

/*************
CONTACT
*************/
.contact-form-inner form button[type="submit"] {
	width: 50%;
	margin-top: 20px;
}
/*************
SUCCESSFUL RETIREMENT
*************/
.success-retirement-subsection.section-side-by-side-text-img {
	padding-left:  30px;
	padding-right:  30px;
}

/*************
EVENT CALENDAR OVERRIDES
*************/
.mec-container {
/*	margin-top: 170px;*/
}
.single-mec-events #comments { /* TODO: need to find a way to DISABLE comments on Events programmatically!!! */;
	display: none;
}
.mec-event-content .mec-single-title,
.mec-event-content h1,
.mec-event-content h2,
.mec-event-content h3,
.mec-event-content h4,
.mec-event-content h5, 
.mec-event-content h6 {
	color: #283451;
}
.mec-event-content .mec-single-event-description p,
.mec-skin-list-events-container {
	font-size:  1.8rem;
	line-height:  1.35;
	margin-bottom:  20px;
	color: #141414;
}
.mec-event-content .mec-single-event-description p:last-of-type {
	margin-botton:  0;
}
.mec-event-content .mec-single-event-description a {
	color: #a97407;
}
/************
MEMBERSHIP FORM
************/
.section-member-form-wrapper {
	margin-bottom: 0!important;
}
#form_membership .container {
	margin-top:  30px;
}
#form_membership .container:first-of-type {
	margin-top:  0;
}
#form_membership h3 {
	color: #283451;
	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: #ae0303;
	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:  #a97407;
	color: #fff;
	outline-color: #a97407;
}
#form_membership .form-check input[type="radio"] {
	margin-right:  10px;
}
/*************
FOOTER
*************/
footer {
	background-color: #626161;
	padding: 100px 0;
	color: #fff;
}
footer .inner-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
}
footer hr {
	margin-left: 0;
	margin-bottom: 30px;
}
footer address,
footer a,
footer li,
footer p {
	font-size: 1.5rem!important;
	font-weight: 600;
	line-height: 1.25;
}
footer a {
	color: #fff!important;
	border-bottom: 1px solid #fff;
}
footer a:hover,
footer a:active {
	color: #fff;
	border-bottom-color: transparent;
}
footer p.link-wrapper {
	margin-bottom: 0;
}
footer p.link-wrapper a {
	font-size: inherit;
	font-weight: 600;
}
footer .email-link {
/*	border-bottom: 1px solid #caccd0!important;*/
}
footer .email-link:hover,
footer .email-link:active {
/*	border-bottom-color: transparent!important;*/
}
footer .logo-wrapper {
	margin: 35px 0;
	border: none!important;
}
footer .logo {
	width: 100%;
	max-width: 290px;
}
footer .copyright-wrapper {
	max-width: 1400px;
	padding: 0 30px;
	margin: 20px auto 0;
}
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;
	display: flex;
}
footer .footer-menu li {
	margin-bottom: 10px;
	margin-bottom: 10px;
    border-right: 2px solid #fff;
    padding: 0 15px;
}
footer .footer-menu li:first-of-type {
	padding-left: 0;
}
footer .footer-menu li:last-of-type {
/*	margin-bottom: 0;*/
	border: 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 .office-details-wrapper {
	display: flex;
}

footer .office-contact-info,
footer .additional-footer-info-wrapper {
/*	max-width: 300px;*/
}
footer .office-contact-info address {
	margin-top: 0;
}
footer .additional-footer-info-wrapper p {
	margin-bottom: 15px;
}
footer .additional-footer-info p:last-of-type {
	margin-bottom: 0;
}
/*************
MEDIA QUERIES
*************/
@media (min-width:  1475px) {
	/**************
	PAGES
	**************/
	/* DISTRICT - SINGLE */
	.section-district-details > div {
		padding-left:  30px;
		padding-right:  30px;
	}
}
@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: 5rem!important;
	}
	h3,
	h3.elementor-heading-title {
		font-size: 3.5rem!important;
	}
	h4,
	h4.elementor-heading-title {
		font-size: 2.8rem!important;
	}
	p,
	ul,
	ol,
	li,
	.elementor-widget-text-editor li,
	address,
	.elementor-tab-content p,
	.elementor-tab-content li  {
		font-size: 1.6rem;
	}
	header .logo-wrapper,
	footer .logo-wrapper {
		max-width: 350px;
	}
	section, 
	#hero-banner + section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	/*********
	PRIMARY NAV
	*********/
	header .logo-wrapper {
		margin-bottom: 10px;
		margin-top: 0px;
	}
	header .nav-wrapper .inner-container {
    	justify-content: space-between;
    	align-items: center;
/*    	padding-top: 15px;*/
	}
	#primary-nav-menu {
		margin-left: 15px;
/*		height: 75px;*/
	}
	#primary-nav-menu > li {
/*		font-size: 1.4rem;*/
	}
	#primary-nav-menu > li > a {
		padding-left: 10px;
		padding-right: 10px;
		height: 50px;
	}
	#primary-nav-menu > li a {
/*		font-size: 1.4rem;*/
		font-weight: 600;
	}
	#primary-nav-menu > li > .sub-menu {
		top: 75px;
	}
	/**************
	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;
	}
	/* 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;
	}
	/*************
	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;
	}
}
@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 .nav-wrapper, #primary-nav-menu {
		height: auto;
	}
	header .nav-wrapper .inner-container {
		padding: 15px;
	}
	header .logo-wrapper {
		margin-bottom: 0;
		margin-right: 25px;
	    max-width: 350px;
	    width: 100%;
	    margin-top: 0;
	    display: flex;
	}
	header .preheader .inner-container {
		justify-content: space-between;
	}
	header #search-toggle {
		margin-right: 0;
		padding-right: 0;
	}
	header button#toggle-nav {
		display: block;
		border: none;
		font-size: 3rem;
		color: #fff;
		background-color: transparent;
		padding: 0;
	}
	header button#toggle-nav:active,
	header button#toggle-nav:hover,
	header button#toggle-nav:focus {
		border: none;
		outline: none;
		opacity: 0.5;
	}
	#preheader-nav,
	.preheader .social-links {
		display: none;
	}
	/************
	PRIMARY NAV
	************/
	.open-nav button#toggle-nav {
		display: none;
		opacity: 0;
	}

	#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: #224c8d;
		border: 2px solid #283451;
	}
	#primary-nav #btn-close-nav {
	    display: inline-block;
	    font-size: 3rem;
	    font-weight: 700;
	    color: #fff;
	    border: none;
	    padding: 0;
	    outline: none;
	    background-color: transparent;
	    position: absolute;
	    left: 20px;
	    top: 10px;
	    width: 40px;
	    height: 40px;
	    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;
		padding: 40px 30px 50px;
		justify-content: space-between;
	    align-items: flex-end;
	    height: 100%;
	}
	#primary-nav #primary-nav-menu .mobile-only,
	#primary-nav #primary-nav-menu .display-mobile {
		display: inline-block!important;
	}
	#primary-nav #primary-nav-menu li {
		border-left: 0;
		height: auto;
		margin-bottom: 10px;
		max-width: 100%;
	}
	#primary-nav #primary-nav-menu > li {
		display: block;
		background-color: transparent;
		padding: 0;
		border-left: 0;
		border-bottom-width: 0px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 20px;
		margin-bottom: 10px;
		border-bottom: 1px solid #bab0aa;
	}
	#primary-nav-menu li.display-mobile {
		display: block;
	}
	#primary-nav #primary-nav-menu a {
		max-width: 100%;
		padding: 0;
		border-left: 0;
		height: auto;
		display: inline-block;
	}
	#primary-nav #primary-nav-menu > li > a {
		border-bottom: 2px solid transparent;
	}
	#primary-nav #primary-nav-menu > li > a:hover,
	#primary-nav #primary-nav-menu > li > a:active {
		border-bottom-color: #a97407;
	}
	#primary-nav #primary-nav-menu li:hover a,
	#primary-nav #primary-nav-menu li:active a {
		color: #fff;
	}
	#primary-nav #primary-nav-menu .sub-menu {
		flex-direction: column;
		grid-template-columns: auto;
		background-color: transparent;
		display: block;
		margin: 10px 0 0;
		padding: 0 0 0 10px;
		top: auto;
		left: auto;
		min-height: auto;
		position: relative;
		border: 0;
	}
	#primary-nav #primary-nav-menu li,
	#primary-nav #primary-nav-menu a {
		text-align: right;
		color: #fff;
	}
	#primary-nav #primary-nav-menu .sub-menu li:last-of-type {
		margin-bottom: 0;
	}
	#primary-nav #primary-nav-menu .sub-menu a {
		font-size: 1.2rem;
	}
	/**************
	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%;
	}
	/* SECTION: TRTA BLOCK LINKS */
	.section-trta-block-links .trta-block-link h5,
	.section-trta-block-links .trta-block-link .elementor-icon i,
	.section-trta-block-links .trta-block-link .elementor-icon span {
		font-size: 1.8rem!important;
	}
	.section-trta-block-links .trta-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.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%;
	}
	/*****************
	FOOTER
	*****************/
	footer .copyright-wrapper {
		padding: 0 15px;
	}
}
@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: 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: 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 {
		font-size: 1.4rem;
	}
	.lead,
	.text-lead,
	.text-lead p {
		font-size: 2rem!important;
	}
	/* DISPLAY MOBILE ONLY ELEMENTS */
	.mobile-only {
		display: block!important;
	}
	.elementor-button-wrapper .elementor-button-text {
		flex-grow: unset;
	}
	/************
	HEADER
	************/
	.logged-in.admin-bar header {
		margin-top: 0;
	}
	header {
		position: relative;
	}
	header .logo-wrapper {
		margin-top: 0;
	}
	header .logo {
	    max-width: 300px;
	}
	.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;
	}
	/*************
	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: TRTA BLOCK LINKS */
	.section-trta-block-links .trta-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 > div > .content-wrapper  .elementor-divider {
		display: none;
	}
	.section-staff-member .divider-wrapper {
		width: 100%!important;
	    order: 2;
    	margin-top: 20px!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;
	}
	/* 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;
	}
	/* 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 #cbcbcb;
	    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
	*************/
	.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
	*************/
	.mec-container {
		margin-top: 0px;
	}
	/*************
	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;
	}
	/************
	FOOTER
	************/
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	footer .inner-container {
		flex-direction: column;
	}
	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: 20px;
	}
	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;
	}
	footer .copyright {
		text-align: center;
    	width: 100%;
	}
	
	footer .footer-menu {
		margin-bottom: 15px;
	}
}

@media (max-width: 650px) {
	/* 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;
	}
	/* BANNER - QUOTE */
	.social-icons-blocks-wrapper .social-icon-block {
		width: 50%!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;
	}
	/* 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 #cbcbcb;
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.section-district-details .president-single:last-of-type {
		border-bottom:  none;
		padding-bottom:  0;
		margin-bottom:  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;
	}
}
