/**
Theme Name: NBH - Bank Midwest
Author: DeltaV Digital
Description: Astra child theme built for NBH - Bank Midwest
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: www.bankmw.com
Template: astra
*/

:root {
    --transition-3: .3s ease-in-out;
    --transition-5: .5s ease-in-out;
}

header .custom-logo-link img,
footer img,
footer .sow-icon-image {
    transition: unset !important;
}

@font-face {
    font-family: 'Gibson';
        src: url('./assets/fonts/GibsonRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal; 
}

@font-face {
    font-family: 'Gibson';
        src: url('./assets/fonts/GibsonSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal; 
}

@font-face {
    font-family: 'Gibson';
        src: url('./assets/fonts/GibsonBold.woff') format('woff');
    font-weight: 700;
    font-style: normal; 
}

* {
    -webkit-tap-highlight-color: transparent !important; 
    outline: none;
}

.site-header-section .ast-builder-menu {
    font-weight: 600;
}

header a:focus-visible {
    outline: none;
}

#ast-desktop-header .menu-item > .menu-link >.menu-text > .dropdown-menu-toggle {
	display: none;
}

.ast-primary-header-bar, .ast-above-header-bar, .ast-below-header-bar, .site-footer-focus-item, .customizer-item-block-preview {
    outline: none;
    outline-offset: 0;
}

body {
    font-family: 'Gibson', Arial, Helvetica, sans-serif, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, .entry-content h1,
h2, .entry-content h2,
h3, .entry-content h3,
h4, .entry-content h4,
h5, .entry-content h5 {
    font-family: 'Gibson', Arial, Helvetica, sans-serif, sans-serif;
}

.capitalize-headline h2,
.capitalize-headline  h3.widget-title {
    text-transform: uppercase;
}

b, strong {
    font-weight: 600 !important;
}

.visually-hidden {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

/******************** Bank Midwest Styling ****************************/

::-moz-selection { /* Code for Firefox */
  color: var(--ast-global-color-3);
  background: var(--ast-global-color-8);
}

::selection {
  color: var(--ast-global-color-3);
  background: var(--ast-global-color-8);
}

button.facetwp-map-filtering {
	color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-2);
	border-radius: 0;
	transition: var(--transition-3);
}

button.facetwp-map-filtering:hover, 
button.facetwp-map-filtering:focus,
button.facetwp-map-filtering.enabled {
	color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-3);
    background-color: var(--ast-global-color-3);
}

.wpsl-store-location-name:before, 
.wpsl-direction-wrap:before,
.wpsl-phone:before,
.wpsl-atm:before,
.wpsl-lobby-hours:before,
.location__hours:before,
.wpsl-drive-hours:before,
.location_drive:before,
.wpsl-services-title:before,
.wpsl-store-bank-icon:before {
	filter: brightness(0) saturate(100%) invert(73%) sepia(80%) saturate(1200%) hue-rotate(349deg) brightness(103%) contrast(99%);
}

.single-banker .banker-office-phone::before,
.single-banker .banker-mobile-phone::before,
.single-banker .banker-email::before,
.single-banker .banker-location::before {
	filter: brightness(0) saturate(100%) invert(73%) sepia(80%) saturate(1200%) hue-rotate(349deg) brightness(103%) contrast(99%);
}

.mw-icon-filter img,
.advantages-features .sow-icon-image {
	filter: brightness(0) saturate(100%) invert(73%) sepia(80%) saturate(1200%) hue-rotate(349deg) brightness(103%) contrast(99%);
}

.so-widget-sow-accordion a {
	font-weight: 600;
}

body.featured .ast-above-header .main-navigation .menu-item.current-menu-item > .menu-link::after, 
body.featured .ast-above-header .main-navigation .menu-item:hover > .menu-link::after, 
body.featured .ast-below-header-bar .main-navigation .menu-item.current-menu-item > .menu-link::after, 
body.featured .ast-below-header-bar .main-navigation .menu-item.current-menu-ancestor > .menu-link::after, 
body.featured .ast-below-header-bar .main-navigation .menu-item:hover > .menu-link::after, 
body.featured .ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current_page_ancestor > .menu-link::after {
	background-color: var(--ast-global-color-7);
}

.transparent-link a {
	color: transparent;
}

/******************** Bank Midwest Styling END ****************************/

/* Inclusively Hidden Homepage Header START*/
.home.ast-plain-container.ast-no-sidebar #primary {
	margin: 0;
}
.home.ast-plain-container.ast-no-sidebar #primary .entry-header {
	margin-bottom: 0;
}
.home.ast-plain-container.ast-no-sidebar #primary .entry-header h1 {
	clip: rect(0 0 0 0); 
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap; 
	width: 1px;
}
/* Inclusively Hidden Homepage Header END */

.site-content .textwidget ul,
.single-banker .site-content ul {
    padding-left: 20px;
	margin-left: 0;
	list-style: none;
}

.site-content .textwidget ul li,
.single-banker .site-content ul li {
    margin-bottom: 15px;
}

.site-content .textwidget ul li,
.single-banker .site-content ul li {    
    position: relative;
}

.site-content .textwidget ul li:before,
.single-banker .site-content ul li:before {    
    position: absolute;
    top: 0px;
    left: -20px;
    content: "\25AA";
    color: var(--ast-global-color-8);
    font-size: 24px;
    line-height: 1;
}

.site-content .checklist .textwidget ul li:before {
	position: absolute;
    top: 1px;
    left: -17px;
	content: "";
	display: inline-block;
	transform: rotate(45deg);
    height: 14px;
    width: 8px;
    border-bottom: 3px solid var(--ast-global-color-8);
    border-right: 3px solid var(--ast-global-color-8);
}

.site-footer {
    background-color: var(--ast-global-color-5);
}

.site-footer .menu-title.menu-item {
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: 600;
}

.btn__blue a {
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 400;
    border: 2px solid var(--ast-global-color-2) !important;
    transition: 0.2s ease-in;
}

.btn__blue a:hover {
    border: 2px solid var(--ast-global-color-2) !important;
    background-color: transparent !important;
}

#ast-scroll-top {
    border: 2px solid var(--ast-global-color-5);
}

.site-above-footer-wrap {
    max-width: 90%;
    margin: 60px auto 0;
}

.site-below-footer-wrap {
    max-width: 90%;
    margin: 0 auto 60px;
}

.ast-site-title-wrap {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}

.slide-search.ast-dropdown-active svg {
    fill: var(--ast-global-color-2);
}

.huge-text {
    font-size: 64px;
}

.color-white * {
    color: var(--ast-global-color-5) !important;
}

.search .ast-archive-description {
    padding-left: 0;
}

/* Wealth Branch */

body.featured {
    --ast-global-color-2: var(--ast-global-color-6);
    --ast-global-color-3: var(--ast-global-color-7);
}

body.featured .site-header-primary-section-right .ast-custom-button::before{
    transition: none !important;
}

body.featured .custom-logo-link img,
body.featured footer #media_image-3,
body.featured footer .sow-icon-image {
    transition: unset;
    filter: invert(50%) sepia(68%) saturate(446%) hue-rotate(3deg) brightness(93%) contrast(87%);
}

body.featured .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image,
body.featured footer #sow-features-3 .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
	filter: invert(35%) sepia(0%) saturate(34%) hue-rotate(139deg) brightness(95%) contrast(90%);
}

body.featured .site-header-primary-section-right .ast-custom-button:hover::before {
	filter: invert(75%) sepia(0%) saturate(34%) hue-rotate(139deg) brightness(95%) contrast(90%);
}

body.featured .custom-carousel__item {
    background-color: var(--ast-global-color-2) !important;
}

.featured .sow-headline-container h2.sow-headline {
    color: var(--ast-global-color-2);
}

.featured .white-headline .sow-headline-container h2.sow-headline {
    color: var(--ast-global-color-5);
}

body:not(.featured) .ast-above-header.ast-above-header-bar {
    background-color: var(--ast-global-color-2);
}

.cky-btn-revisit-wrapper {
    background-color: var(--ast-global-color-2) !important;
}

.cky-btn:hover {
    opacity: 1;
	background-color: var(--ast-global-color-3) !important;
}

body.featured .ast-above-header.ast-above-header-bar,
body.featured .cky-btn-revisit-wrapper {
    background-color: var(--ast-global-color-6) !important;
}

body.featured .cky-btn {
	border: 2px solid var(--ast-global-color-6) !important;
	background-color: var(--ast-global-color-6) !important;
	transition: var(--transition-3);
}

body.featured .cky-btn:hover {
    background-color: var(--ast-global-color-7) !important;
}

.single .textwidget a,
.accent-links a {
    color: var(--ast-global-color-3);
}

.secondary-menu__item {
	transition: 0.2s ease-in;
	font-weight: 600;
	color: var(--ast-global-color-5);
	display: flex;
	align-items: center;
	padding: 10px;
}

.ast-above-header-wrap .main-navigation > .main-header-menu {
    gap: 2px;
}

.ast-primary-header-bar:hover {
    outline: none;
}

.site-header-primary-section-right {
    position: relative;
	z-index: 10;
}

.site-header-primary-section-right .ast-builder-menu {
    display: none;
    position: absolute;
    width: max-content;
    right: 110px;
    background-color: var(--ast-global-color-5);
}

.ast-search-menu-icon.ast-dropdown-active .search-field {
    border: none;
}

.main-navigation > .main-header-menu > .menu-item,
.main-navigation > .main-header-menu > .menu-item.menu-item-heading,
.astra-megamenu.sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-heading > a > .menu-text {
    text-transform: uppercase;
	font-weight: 600;
}

#ast-hf-menu-1 .menu-item,
.astra-megamenu.sub-menu > .menu-item > .sub-menu > .menu-item {
    text-transform: none;
}

.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading > a > .menu-text {
    font-size: 18px;
}

.astra-megamenu.sub-menu > .menu-item > .sub-menu > .menu-item .menu-link {
    font-size: 16px;
}

.ast-desktop .ast-mega-menu-enabled .menu-headlines .menu-item-heading:not(.menu-item-has-children)>a {
    margin-bottom: 0;
    text-transform: uppercase !important;
}

.site-header-primary-section-right .sub-menu .menu-item > .menu-link,
.ast-desktop .ast-below-header-bar .sub-menu .menu-item > .menu-link {
    padding: 2px !important;
}

.ast-desktop .ast-below-header-bar .astra-nested-sub-menu {
	margin-bottom: 10px !important;
}

.site-header-primary-section-right .ast-builder-menu.current {
    display: flex;
}

.site-header-primary-section-right .main-header-menu > .menu-item {
    position: relative;
}

.site-header-primary-section-right .main-header-menu > .menu-item-has-children::after {
    content: "";
    display: block;
    position: absolute;
    width: 200vw;
    height: 0;
    left: -100vw;
    bottom: 0;
    background-color: var(--ast-global-color-8);
    transition: var(--transition-3);
}

.site-header-primary-section-right .main-header-menu > .menu-item-has-children:hover::after {
    height: 6px;
    bottom: -6px;
}

.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper {
    border: unset !important;
}

.ast-desktop .astra-full-megamenu-wrapper .astra-mm-icon-label {
    margin-right: 6px !important;
}

.site-header-primary-section-right .menu-item > .menu-link {
    position: relative;
    color: var(--ast-global-color-2) !important;
    font-size: 18px;
    font-weight: 600;
    transition: 0.2s ease-in;
}

.site-header-primary-section-right .sub-menu > .menu-item > .menu-link,
.ast-desktop .ast-below-header-bar .sub-menu > .menu-item > .menu-link {
    font-weight: 400;
}

.site-header-primary-section-right .menu-headlines.menu-item > .menu-link,
.astra-megamenu > .menu-item-heading.menu-item > .menu-link {
    font-weight: 600;
}

.site-primary-header-wrap::before  {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    left: 0;
    background-color: var(--ast-global-color-5);
}

.site-header-primary-section-right .sub-menu .menu-item > .menu-link {
    padding: 0.5em 1em;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper {
    top: 0 !important;
    transition: var(--transition-3);
    z-index: -1 !important;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
    top: 100% !important;
    opacity: 1;
    visibility: visible;
}

.site-header-primary-section-left {
    width: fit-content;
    position: relative;
    z-index: 11;
}

body.fixed .site-header-primary-section-right {
	z-index: 11;
}

body.fixed .ast-main-header-wrap .main-header-menu::before  {
    content: unset;
}

.main-header-bar-wrap {
    z-index: 6;
}

.ast-main-header-wrap .main-header-menu::before  {
    content: "";
    position: absolute;
    display: block;
    width: 200vw;
	left: -100vw;
    height: 100%;
    background-color: var(--ast-global-color-5);
}

.ast-main-header-wrap .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper {
    top: -10px !important;
    opacity: 0;
    visibility: hidden;
	pointer-events: none;
	z-index: -10;
}

.ast-main-header-wrap .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
    top: 100% !important;
    opacity: 1;
    visibility: visible;
	pointer-events: auto;
	z-index: 1;
}

.ast-below-header-bar .main-header-menu > .menu-item {
	box-sizing: border-box;
    border-right: 1px solid var(--ast-global-color-2);
    border-left: 1px solid var(--ast-global-color-2);
}

.site-header-section .header-widget-area[data-section="sidebar-widgets-header-widget-3"] {
    display: none;
}

body.page-id-2421 .site-header-section .header-widget-area[data-section="sidebar-widgets-header-widget-3"],
body.page-id-2197 .site-header-section .header-widget-area[data-section="sidebar-widgets-header-widget-3"],
body.page-id-3742 .site-header-section .header-widget-area[data-section="sidebar-widgets-header-widget-3"] {
    display: block;
}

.site-header-primary-section-left aside img {
	max-height: 74px;
    width: 100%;
    margin-bottom: 24px;
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu,
.ast-above-header-wrap {
    position: relative;
    z-index: 5;
}

/* .main-header-bar-wrap {
	z-index: 6;
} */

.ast-desktop .main-header-menu .astra-megamenu .sub-menu .menu-item .sub-menu {
	padding-left: 15px;
}

.disabled.menu-item > a.menu-link {
    pointer-events: none;
}

.disabled.menu-item:hover {   
    cursor: pointer;
}

.disabled.menu-item:hover > a.menu-link .menu-text {   
    color: var(--ast-global-color-3);
}

.main-header-bar .current-menu-ancestor > .menu-link,
.main-header-bar .current-menu-item > .menu-link,
.sub-menu .menu-item.current-menu-item > .menu-link,
.main-header-bar .menu-item > .menu-link:hover {
    color: var(--ast-global-color-3) !important;
}

.main-header-bar .sub-menu .current-menu-item > .menu-link,
.ast-below-header-bar .menu-item .sub-menu > .menu-item.current-menu-item > .menu-link {
	position: relative;
	width: fit-content;
}

.main-header-bar .sub-menu .current-menu-item:not(.menu-item-type-custom) > .menu-link:after,
.ast-below-header-bar .menu-item .sub-menu > .menu-item.current-menu-item:not(.menu-item-type-custom) > .menu-link:after {
	content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background-color: var(--ast-global-color-8);
	transition: var(--transition-3);
    z-index: 2;
}

.main-header-bar .menu-item-type-custom.current-menu-item > .menu-link {
    color: var(--ast-global-color-2) !important;
}

.ast-above-header .main-navigation .menu-item > .menu-link {
    position: relative;
    font-size: 16px; 
    color: var(--ast-global-color-5);
    transition: var(--transition-3);
}

.ast-above-header .main-navigation .menu-item > .menu-link::after,
.ast-below-header-bar .main-header-menu > .menu-item > .menu-link::after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background-color: transparent;
	transition: var(--transition-3);
    z-index: 2;
}

.ast-above-header .main-navigation .menu-item.current-menu-item > .menu-link::after,
.ast-above-header .main-navigation .menu-item:hover > .menu-link::after,
.ast-below-header-bar .main-navigation .menu-item.current-menu-item > .menu-link::after,
.ast-below-header-bar .main-navigation .menu-item.current-menu-ancestor > .menu-link::after,
.ast-below-header-bar .main-navigation .menu-item.current-page-ancestor > .menu-link::after,
.ast-below-header-bar .main-navigation .menu-item.current-page-parent > .menu-link::after,
.ast-below-header-bar .main-navigation .menu-item:hover > .menu-link::after,
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current_page_ancestor > .menu-link::after {
	background-color: var(--ast-global-color-8) !important;
}

.ast-above-header .main-navigation .menu-item.current-menu-item > .menu-link,
.ast-above-header .main-navigation .menu-item > .menu-link:hover {
    color: var(--ast-global-color-2);
    background-color: var(--ast-global-color-0);
}

/* .ast-above-header .ast-builder-menu-1 .main-navigation .menu-item.current-menu-item > .menu-link,
.ast-above-header .ast-builder-menu-1 .main-navigation .menu-item > .menu-link:hover {
    color: var(--ast-global-color-3);
} */

.site-header-primary-section-right .ast-custom-button {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    background-color: var(--ast-global-color-2);
}

.site-header-primary-section-right .ast-custom-button::before {
    content: "";
    background-image: url(./assets/icons/lock-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 16px;
    height: 18px;
    transition: 0.2s ease-in;
}

.site-header-primary-section-right .ast-custom-button:hover::before {
    filter: invert(90%) sepia(50%) saturate(3252%) hue-rotate(196deg) brightness(93%) contrast(103%);
}

.bold-subheader .sow-sub-headline {
	font-weight: 600;
}

.bold-subheader > .panel-grid-cell {
	padding: 0;
}


.d-none {
	display: none;
	opacity: 0;
	transition-delay: .3s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
}

.d-none.visible {
	display: block;
	opacity: 1;
}

/************************** Sitemap *******************************/

.user-sitemap .page_item a,
.user-sitemap li a {
	text-decoration: none !important;
}

.user-sitemap ul:last-of-type {
	margin-top: 10px;
	margin-bottom: 10px;
}

/***************************** Sticky header *************************************************/

.ast-below-header-wrap {
	position: fixed;
    width: 100%;
    top: 0;
	transform: translatey(-65px);
	transition: var(--transition-3);
	z-index: 10;
}

.ast-below-header-wrap.sticky {
	transform: translatey(0);
}

.logged-in .ast-below-header-wrap.sticky {
	top: 32px;
}

.sticky-header-logo {
	width: 180px;
}

.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item {
	transition: var(--transition-3);
}

.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item:hover,
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current-menu-item,
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current-menu-ancestor,
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current-page-ancestor,
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current-page-parent,
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current-page-ancestor > .menu-link,
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current-page-parent > .menu-link,
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item.current_page_ancestor > .menu-link {
    background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-2) !important;
}

.ast-desktop .ast-below-header-bar .menu-item .sub-menu > .menu-item > .menu-link {
    color: var(--ast-global-color-2);
}

.ast-desktop .ast-below-header-bar .menu-item .sub-menu > .menu-item:hover > .menu-link,
.ast-desktop .ast-below-header-bar .menu-item .sub-menu > .menu-item.current-menu-item > .menu-link {
    color: var(--ast-global-color-3);
}

.ast-desktop .ast-below-header-bar .log-in .menu-link {
	position: relative;
	display: flex;
	gap: 6px;
}

.ast-desktop .ast-below-header-bar .log-in .menu-link::before {
    content: "";
    background-image: url(./assets/icons/lock-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 14px;
    height: 16px;
    transition: 0.2s ease-in;
}

.ast-desktop .ast-below-header-bar .log-in:hover .menu-link::before {
	filter: invert(90%) sepia(50%) saturate(3252%) hue-rotate(196deg) brightness(93%) contrast(103%);
}

/***************************** Features *****************************************/

.features__headline {
    font-weight: 600;
}

.more-btn-style .sow-more-text a {
    min-width: 150px;
    display: inline-flex;
    justify-content: center;
    padding: 10px 17px 8px;
    color: var(--ast-global-color-5) !important;
    background-color: var(--ast-global-color-2);
    border: 2px solid var(--ast-global-color-2);
    margin-top: 20px;
    font-weight: 500;
    text-decoration: none;
	text-transform: uppercase;
}
.more-btn-style .sow-more-text a:hover {
    color: var(--ast-global-color-2) !important;
    background-color: transparent;
    text-decoration: none !important;
}

.inline-feature-gap .sow-icon-container {
    margin-right: 40px !important;
}

.ast-icon.icon-search svg:hover {
    transform: scale(1.3);
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, .gform_wrapper .gform-body select {
    border-color: var(--ast-global-color-2);
    border-radius: 0;
}

input[type="submit"] {
	font-size: 18px;
    text-transform: uppercase;
    color: var(--ast-global-color-5);
    border: 2px solid var(--ast-global-color-2);
    background-color: var(--ast-global-color-2);
    transition: var(--transition-3);
    padding-top: 12px;
    padding-bottom: 12px;
}

input[type="submit"]:hover {
    color: var(--ast-global-color-2);
    background-color: transparent;
    border: 2px solid var(--ast-global-color-2);
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input[type=submit] {
    line-height: 1 !important;
  }
}


/* Tablepress */

.page .tablepress>:where(thead,tfoot)>*>th {
    background-color: var(--ast-global-color-2);
    color: var(--ast-global-color-5);
    font-weight: 600;
}

.search .site-content .content-area .search-form {
    display: flex;
    gap: 15px;
}

.simple-carousel {
	position: relative;
}

.simple-carousel .sow-carousel-navigation {
	position: absolute;
	top: 126px;
    width: 100%;
    z-index: 1;
}

.simple-carousel .sow-carousel-navigation a {
	background-color: var(--ast-global-color-5);
}

.simple-carousel .sow-carousel-navigation.sow-carousel-navigation-prev {
	left: -15px;
}

.simple-carousel .sow-carousel-navigation.sow-carousel-navigation-next {
	right: -20px;
}

.simple-carousel img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.list-item-gap li {
	margin-bottom: 10px;
}


/****************************** BANKER **********************************/

.single-banker .acf-map {
    width: 100%;
    aspect-ratio: 4/2;
	margin-top: 30px;
}

// Fixes potential theme css conflict
.acf-map img {
   max-width: inherit !important;
}

.banker-container .banker-content-row {
	display: flex;
	gap: 60px;
}

.banker-container .banker-content-row .banker-content-col.col-lg-4 {
	width: calc(33.33% - 30px);
}

.banker-container .banker-content-row .banker-content-col.col-lg-8 {
	width: calc(66.66% - 30px);
}

.post-type-archive-banker .facetwp-template {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    row-gap: 80px;
    column-gap: 60px;
}

.post-type-archive-banker .facetwp-template .banker-card {
	width: calc(50% - 30px);
    /* box-shadow: 0 3px 8px var(--ast-global-color-0);
    border: 1px solid var(--ast-global-color-0);
    padding: 15px; */
}

.banker-bio-flex {
	display: flex;
    justify-content: space-between;
}

.apply-with-banker-btn a {
    color: var(--ast-global-color-3);
    background: var(--ast-global-color-8);
    border: 2px solid var(--ast-global-color-8);
	padding: 8px 10px 6px;
    transition: var(--transition-3);
    font-size: 18px;
}

/* .apply-with-banker-btn a:hover {
    color: var(--ast-global-color-3);
    background: transparent;
} */

.apply-with-banker-btn a:hover {
    color: var(--ast-global-color-5);
    background: var(--ast-global-color-3);
    border: 2px solid var(--ast-global-color-3);
}

.banker-bio-name {
	margin-bottom: 5px;
}

.banker-bio-job-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.banker-nmls-id {
	font-weight: 600;
}

.banker-image,
.banker-contact-info img {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
    max-width: 500px;
	clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}

.banker-certifications-headline {
	margin-bottom: 15px;
}

.banker-icon-row {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.banker-icon-row::before {
	content: "";
	display: inline-flex;
	min-width: 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
}

.banker-office-phone::before {
	background-image: url(/wp-content/uploads/2023/12/office-phone-icon.svg);
}

.banker-mobile-phone::before {
	background-image: url(/wp-content/uploads/2023/12/mobile-phone-icon.svg);
}

.banker-email::before {
	background-image: url(/wp-content/uploads/2023/12/envelope-open-text-solid.svg);
}

.banker-location::before {
	background-image: url(/wp-content/uploads/2023/10/location-icon.svg);
}

.banker-phone-row .banker-phone {
	width: 50%;
}

.banker-phone-row {
	display: flex;
    justify-content: space-between;
}

.banker-icon-row a {
	padding-top: 4px;
	text-decoration: none !important;
}

.banker-zip-code-search .facetwp-facet {
    display: flex;
    gap: 10px;
	margin-bottom: 0;
	max-width: 500px;
}

.banker-zip-code-search .facetwp-facet .facetwp-input-wrap,
.banker-zip-code-search .facetwp-facet input.facetwp-location {
    width: 100%;
}

.banker-map-search .facetwp-facet {
	position: relative;
	margin-bottom: 0;
}

.banker-map-search .facetwp-facet > div:nth-of-type(2) {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.banker-apply-row {
	padding-top: 60px;
}

.banker-apply-title {
	margin-bottom: 20px;
}

.all-bankers-link {
	display: block;
	margin-top: 60px;
}

.facet_pager .facetwp-pager {
	display: flex;
    justify-content: center;
    gap: 10px;
}

.facet_pager .facetwp-pager a {
	text-decoration: none;
	display: flex;
    border: 1px solid var(--ast-global-color-1);
    width: 2rem;
	padding-top: 2px;
    height: 2rem;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: var(--transition-3);
}

.facet_pager .facetwp-pager a:hover {
    border: 1px solid var(--ast-global-color-3);
}

.facet_pager  .facetwp-page.active {
    font-weight: bold;
    cursor: default;
    font-weight: 400;
    color: var(--ast-global-color-5);
    background-color: var(--ast-global-color-3);
    border: 1px solid var(--ast-global-color-2) !important;
}

/******************************* BLOG PAGE ***************************************************/

.ast-separate-container .ast-article-post {
	padding: 3em 0;
}

body.archive .ast-archive-description {
    padding: 0;
    border-bottom: unset;
    margin-bottom: 60px;
}

.blog-title,
body.archive .ast-archive-description .ast-archive-title {
    font-weight: 600;
    font-size: 42px;
	border-bottom: 1px solid var(--ast-global-color-1);
    padding-bottom: 35px;
}

body.tax-bankers .ast-archive-description .ast-archive-title {
    margin-bottom: 45px;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.post__header_title a {
    text-transform: none !important;
}

.post__details_author-image img {
    width: 100%;
    max-width: 45px;
    border-radius: 50%;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-6 {
    gap: 6px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.single-post h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.single-post h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.single-post h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.single-post h5 {
	font-size: 16px;
	margin-bottom: 10px;
}

.blog .post__details,
.category .post__details {
	justify-content: flex-end;
}

.post__details_author {
	display: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.post__details_author-meta {
    font-weight: 600;
    margin-bottom: 0;
}

.post-navigation .post__details_author-meta {
    font-size: 14px;
}

.post__details_tag-items {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.post__details_tag-item {
    padding: 1px 8px;
    background-color: var(--ast-global-color-2);
    color: var(--ast-global-color-5) !important;
	border: 2px solid var(--ast-global-color-2);
    white-space: nowrap;
	cursor: pointer;
	transition: var(--transition-3);
}

.post__bottom_share a {
    display: flex;
}

.post-icon {
    fill: var(--ast-global-color-2);
    transition: var(--transition-3);
}

.post__bottom_share a:hover .post-icon {
    fill: var(--ast-global-color-3);
}

.post__bottom_link-btn a {
    font-size: 1.25rem;
    padding: 2px 25px;
    background-color: var(--ast-global-color-2);
    border: 2px solid var(--ast-global-color-2);
    color: var(--ast-global-color-5);
    text-transform: uppercase;
    transition: var(--transition-3);
}

.post__bottom_link-btn a:hover,
.post__details_tag-item:hover {
    background-color: transparent;
    color: var(--ast-global-color-2) !important;
}

.ast-separate-container .ast-article-post, .single-post .ast-article-single {
    margin-bottom: 35px;
    border-bottom: 1px solid var(--ast-global-color-1);
    padding-bottom: 35px !important;
}

.single-post__header {
	align-items: flex-start;
}

.post__header_title {
	font-size: 2.4rem;
	width: calc(100% - 200px);
}

.single-wpsl_stores.ast-separate-container #primary {
	margin-bottom: 0;
}

.post__category {
	margin-top: 12px;
}

.post__category a {
    text-transform: uppercase;
    font-weight: 600;
}

.post__bottom_share {
    justify-content: flex-start;
}

.post-navigation {
    display: flex;
    gap: 30px;
}

.post-navigation .related-post {
    width: calc((100% - 30px) / 2);
}

.post-navigation .related-post h3 a {
    padding: 0;
    transition: var(--transition-3);
}

.post-navigation .related-post h3 a:hover {
    color: var(--ast-global-color-3);
}

.post-navigation .related-post .related-post__link { 
    display: inline-flex;
    padding: 8px 20px;
    background-color: var(--ast-global-color-2);
    border: 2px solid var(--ast-global-color-2);
    color: var(--ast-global-color-5);
    text-transform: uppercase;
    transition: var(--transition-3);
}

.post-navigation .related-post .related-post__link:hover { 
    background-color: transparent;
    color: var(--ast-global-color-2);
}

.post-navigation {
    padding: 30px 48px 50px !important;
    background-color: var(--ast-global-color-5);
}

.related-posts {
    padding: 50px 48px 0;
    background-color: var(--ast-global-color-5);
}

.ast-pagination.tax-nav {
    margin-top: 30px;
}

.ast-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ast-pagination .nav-links .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}

.ast-pagination .nav-links .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: calc(2rem - 3px);
    font-weight: 500;
    border: 1px solid var(--ast-global-color-0);
    text-decoration: none;
}

.ast-pagination .nav-links a.page-numbers:hover,
.ast-pagination .nav-links .page-numbers.current {
    border: 1px solid var(--ast-global-color-3);
}

.ast-pagination .nav-links a.prev,
.ast-pagination .nav-links a.next {
    padding: 0;
    width: 2rem;
    height: 2rem;
}

/* solutions  */

.white-text {
	color: var(--ast-global-color-5);
}

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

.tiny-h3 h3 {
	font-size: 20px;
}

.borrow-iframe {
	width: 100%;
	min-height: 920px;
}

/***************************  Alert Messages  **********************************************/

.top-alert {
    position: relative;
    display: flex;
    justify-content: center;
}

.top-alert.closed {
    display: none;
}

.top-alert.info {
	border-bottom: 2px solid var(--ast-global-color-2);
	background-color: #e0f5fff2;	
}

.top-alert.alert {
	border-bottom: 2px solid red;
	background-color: #fff5f2f2;	
}

.top-alert .top-alert__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1240px;
    padding: 15px 20px;
}

.top-alert .top-alert__title {
    font-size: 1.25rem;
    margin-bottom: 2px;
}

.top-alert .top-alert__text p {
    font-size: 14px;
    margin-bottom: 0;
}

.top-alert .top-alert__text a {
    text-decoration: underline;
}

.top-alert .top-alert__icon.alert svg {
    fill: red;
}

.top-alert .top-alert__icon.info svg {
    fill: var(--ast-global-color-2);
}

.top-alert .top-alert__icon {
    display: none;
}

.top-alert.info .top-alert__icon.info,
.top-alert.alert .top-alert__icon.alert {
    display: flex;
}

.top-alert .top-alert__close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
	cursor: pointer;
}

.top-alert .top-alert__close-btn svg {
    fill: var(--ast-global-color-2);
    transition: var(--transition-3);
}

.top-alert .top-alert__close-btn:hover svg {
    transform: scale(1.1);
}

/*****************************  Speedbump  *************************************************/

#speedbump {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

#speedbump.visible {
    height: 100vh;
}

#speedbump.non-visible {
    height: 0;
    transition-delay: .2s;
    transition-property: height;
    transition-timing-function: ease-in-out;
    transition-duration: 0s;
}

#speedbump .speedbump__overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ast-global-color-5);
    z-index: 1;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

#speedbump.visible .speedbump__overlay {
    opacity: .75;
}

#speedbump .speedbump__box {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 30px;
    border: 2px solid var(--ast-global-color-2);
    background-color: var(--ast-global-color-5);
    transform: translateY(-30px);
    opacity: 0;
    z-index: 2;
    transition: opacity .2s ease-out, transform .2s ease-out;
}

#speedbump.visible .speedbump__box {
    transform: translateY(0);
    opacity: 1;
}

#speedbump .speedbump__box .speedbump__close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ast-global-color-2);
    cursor: pointer;
}

#speedbump .speedbump__box .speedbump__content_title {
    text-align: center;
    font-size: 1.75rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--ast-global-color-3);
}

#speedbump .speedbump__close-btn svg {
    width: 15px;
    fill: var(--ast-global-color-5);
    transition: 0.2s ease-in;
}

#speedbump .speedbump__close-btn:hover svg {
    transform: scale(1.2);
}

#speedbump .speedbump__btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#speedbump .speedbump__btns button {
    width: calc(100% / 2 - 5px);
    min-width: 160px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: 2px solid var(--ast-global-color-2);
    background-color: var(--ast-global-color-2);
    color: var(--ast-global-color-5);
    text-decoration: none;
    transition: var(--transition-3);
}

#speedbump .speedbump__btns button:hover {
    border: 2px solid var(--ast-global-color-2);
    background-color: transparent;
    color: var(--ast-global-color-2);
}

#speedbump .speedbump__default-message,
#speedbump .speedbump__links-list,
#speedbump .whitelist__links-list{
    display: none;
}

#speedbump .content_link {
    color: var(--ast-global-color-3);
	cursor: pointer;
}

/*****************************  Locations  *************************************************/

#page .site-content {
    background-color: var(--ast-global-color-5);
}

.single-wpsl_stores .ast-container {
    position: relative;
}

@media (min-width: 781px) {
	.single-wpsl_stores.ast-separate-container .ast-article-single:not(.ast-related-post) {
		padding-right: 6px;
		padding-left: 6px;
	}
}

.single-wpsl_stores .alert-message {
	position: absolute;
	width: 100%;
    display: flex;
    justify-content: center;
	top: 35px;
	left: 0;
	z-index: 1;
}

.single-wpsl_stores .alert-message .message-container {
	display: flex;
	gap: 20px;
	max-width: 340px;
    align-items: center;
	border: 2px solid;
    padding: 20px;
	margin: 0 15px;
	background-color: #fffffff2;
}

.single-wpsl_stores .alert-message.info .message-container {
	border-color: var(--ast-global-color-2);
	background-color: #e0f5fff2;	
}

.single-wpsl_stores .alert-message.alert .message-container {
	border-color: red;
	background-color: #fff5f2f2;	
}

.alert-message_icon {
	display: none;
}

.single-wpsl_stores .alert-message .alert-message_title {
	font-size: 1rem;
	margin-bottom: 10px;
}

.single-wpsl_stores .alert-message .alert-message_text {
	font-size: 14px;
	margin-bottom: 0;
}

.single-wpsl_stores .alert-message.info .alert-message_icon.info,
.single-wpsl_stores .alert-message.alert .alert-message_icon.alert {
	display: flex;
}

.single-wpsl_stores .alert-message .alert-message_icon.info svg {
	fill: var(--ast-global-color-2);
}

.single-wpsl_stores .alert-message .alert-message_icon.alert svg {
	fill: red;
}

.page-id-1973 .site-content,
.single-post .site-content,
.single-banker .site-content,
.tax-bankers  .site-content,
.blog .site-content,
.single-wpsl_stores .site-content,
.error404 .site-content,
.search .site-content {
    border-bottom: 25px solid var(--ast-global-color-2);
}

.no-results .search-form {
	display: flex;
    gap: 10px;
}

.no-results .search-form input[type=search] {
	padding: 9px;
}

.single-wpsl_stores .site-content {
    padding-bottom: 4rem;
}

.location-item-box {
    padding: 10px;
    border-left: 10px solid var(--ast-global-color-0);
}

.location {
    align-items: stretch;
    margin-bottom: 70px;
}

.location .location-details {
    width: 100%;
    max-width: calc(100% / 3);
}

.location .location-details__map {
    position: relative;
    width: 100%;
    max-width: calc(100% * 0.66);
}

.location-details__map_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.location-details__map_box .wpsl-gmap-canvas {
    position: absolute;
    width: 100%;
    height: 100% !important;
    min-height: 350px;
}

.location__phone,
.location__direction {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    padding-bottom: 5px;
}

.location__hours,
.location__atm,
.location_drive {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

.location__name {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0;
}

.location_icon {
    min-width: 24px;
    display: flex;
    justify-content: center;
    fill: var(--ast-global-color-2);
    transition: var(--transition-3);
}

.location__address:hover .location__address_icon,
.location__phone:hover .location__phone_icon,
.location__direction:hover .location__direction_icon {
    fill: var(--ast-global-color-3);
}

.location-header .location__name_text {
    font-size: 16px;
    text-transform: none;
    margin: 0;
    line-height: 1;
}

.location__address {
    display: flex;
    gap: 10px;
    padding-top: 10px;
}

.location .location__address_info_title {
    margin-bottom: 0;
    font-weight: 600;
}

.location__address_info_link,
.location__phone,
.location__direction {
    text-decoration: none !important;
}

.location__direction {
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
}

.location .location_atm_details_title,
.location .location__hours_title,
.location .location_drive_title,
#wpsl-result-list li .wpsl-drive-hours,
#wpsl-result-list li .wpsl-lobby-hours {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.location .location_atm_details_info,
.wpsl-atm-details,
.location__info .location_services,
.wpsl-services {
    font-size: 12px;
    margin-bottom: 0;
	padding-left: 0;
}

#wpsl-result-list li .wpsl-phone + .wpsl-services {
    padding-left: 34px;
	margin-bottom: 0;
}

.location__info {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
	justify-content: flex-start;
}

.location__info .location__phone {
    width: fit-content;
}

.location__info .location__atm {
    min-width: calc(42% - 10px);
}

.wpsl-contact-details,
.location__info_details {
    min-width: calc(58% - 10px);
	margin-bottom: 0;
}

.location_atm_details_info {
    padding-right: 10%;
}

.wpsl-services .location-service,
#wpsl-wrap #wpsl-result-list .wpsl-atm-details .wpsl-atm-detail,
.location .wpsl-atm-details .wpsl-atm-detail {
	position: relative;
	margin-left: 0;
	margin-bottom: 0 !important;
}

#wpsl-result-list .wpsl-atm-details,
.location .wpsl-atm-details,
.location .wpsl-services {
	margin-top: 5px;
	list-style: none;
}

.wpsl-store-location .wpsl-services .location-service:before,
.location-details .wpsl-services .location-service:before,
.wpsl-store-location .wpsl-atm-details .wpsl-atm-detail:before,
.location-details .wpsl-atm-details .wpsl-atm-detail:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -20px;
  width: 4px;
  height: 8px;
  border: solid var(--ast-global-color-8);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.location__about_title {
	margin-bottom: 60px !important;
}

.location__hours .location__hours_day,
.location .location_drive_text,
#wpsl-result-list li .wpsl-drive-hours-info {
    font-size: 14px;
    margin-bottom: 0;
}

#wpsl-result-list ul.wpsl-services {
	padding-left: 20px;
}

#wpsl-result-list li .wpsl-drive-hours-info {
	margin-left: 34px;
}

.location__hours,
.location_drive {
    padding-top: 10px;
    padding-bottom: 10px;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores > ul > li {
    border-bottom: 2px solid var(--ast-global-color-0);
    padding-bottom: 30px !important;
    margin-bottom: 20px;
}

.wpsl-search {
    background-color: var(--ast-global-color-0);
}

#wpsl-search-btn, #wpsl-search-wrap .wpsl-above-inputs {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#wpsl-search-wrap .wpsl-above-inputs {
	margin-bottom: 20px;
}

#wpsl-search-wrap .wpsl-input label {
	width: 145px;
}

#wpsl-search-wrap .wpsl-input, 
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap #wpsl-results {
	display: flex;
    align-items: center;
}

#wpsl-search-wrap .wpsl-input .wpsl-icon-direction {
	cursor: pointer;
}

#wpsl-search-wrap .wpsl-dropdown {
    border-radius: 0;
    padding: 9px 2px;
}

#wpsl-search-wrap #wpsl-search-btn {
	line-height: 1.4;
    padding: 5px 20px;
    color: var(--ast-global-color-5);
    background-color: var(--ast-global-color-2);
    background-repeat: unset;
    background-image: unset;
	border: 2px solid var(--ast-global-color-2);
    border-radius: 0;
	margin-right: 0;
	width: fit-content;
    transition: var(--transition-3);
}

#wpsl-search-wrap #wpsl-search-btn:hover {
    color: var(--ast-global-color-2);
    background-color: transparent;
}

#wpsl-search-wrap input,
#wpsl-search-wrap div {
    border-radius: 0;
}

#wpsl-search-wrap .wpsl-below {
    width: 100%;
    display: flex;
    align-items: center;
}

.wpsl-above-inputs > div,
#wpsl-result-list li .wpsl-atm-details {
    margin-bottom: 0;
}

#wpsl-result-list li .wpsl-services-title,
.location__info .wpsl-services-title {
    align-items: center;
	margin-bottom: 5px;
	transition: var(--transition-3);
	cursor: pointer;
}

#wpsl-result-list li .wpsl-services-title:hover,
.location__info .wpsl-services-title:hover,
.location__info details[open] .wpsl-services-title {
    color: var(--ast-global-color-3);
}

#wpsl-checkbox-filter {
    display: flex;
	justify-content: flex-start;
    gap: 5%;
	margin: 0;
}


#wpsl-checkbox-filter li:before {
    content: unset;
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
    width: auto;
}

#wpsl-checkbox-filter input {
	position: relative;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid var(--ast-global-color-2);
    border-radius: 0;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
}

#wpsl-checkbox-filter input[type="checkbox"]:checked {
	background-color: transparent;
}

#wpsl-checkbox-filter input[type="checkbox"]:not(:checked) {
	background-color: var(--ast-global-color-0);
}

#wpsl-checkbox-filter label:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--ast-global-color-3);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#wpsl-checkbox-filter label {
  position: relative;
  cursor: pointer;
	display: flex;
    align-items: center;
}

#wpsl-wrap #wpsl-result-list li {
    padding: 10px 0;
}

#wpsl-gmap {
    width: 65%;
}

#wpsl-result-list {
    width: 35%;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
	float: right;
}

.current-location {
    display: flex;
    align-items: center;
}

.current-location > span {
    font-size: 12px;
	line-height: 1.4;
	min-width: 80px;
	padding-top: 5px;
}

.wpsl-store-location-name,
.wpsl-direction-wrap,
.wpsl-phone,
.wpsl-atm,
.wpsl-services-title {
	display: flex;
    gap: 10px;
}

.wpsl-atm {
	padding-right: 15px;
}

.arrow {
  height: 6px;
  width: 6px;
  border: solid var(--ast-global-color-2);
  border-width: 0 3px 3px 0;
  display: inline-block;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: var(--transition-3);
}

details[open] .arrow.right {
  transform: rotate(45deg) translate(0, -3px);
  -webkit-transform: rotate(45deg) translate(0, -3px);
}

.wpsl-before-icon:before {
	content: "";
	display: block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
}  

#wpsl-result-list li .wpsl-store-location-name p,
.location .location__address_info_link {
	margin-bottom: 0;
}

a.wpsl-directions {
    text-decoration: none !important;
	font-weight: 600;
}

.icon-hover:hover:before {
	filter: invert(12%) sepia(81%) saturate(1459%) hue-rotate(112deg) brightness(91%) contrast(98%);
}

.wpsl-store-bank-icon:before {
	background-image: url(/wp-content/uploads/2023/10/bank.svg);
} 

.wpsl-store-location-name:before {
	background-image: url(/wp-content/uploads/2023/10/location-icon.svg);
} 

.wpsl-direction-wrap:before {
	background-image: url(/wp-content/uploads/2023/10/direction.svg);
}  

.wpsl-phone:before {
	background-image: url(/wp-content/uploads/2023/10/phone.svg);
}

.wpsl-atm:before {
	background-image: url(/wp-content/uploads/2023/10/atm-icon.svg);
}

.wpsl-lobby-hours:before,
.location__hours:before {
	background-image: url(/wp-content/uploads/2023/10/calendar.svg);
}

.wpsl-drive-hours:before,
.location_drive:before {
	background-image: url(/wp-content/uploads/2023/10/drive-icon.svg);
}

.wpsl-services-title {
	font-weight: 600;
}

.location__info .wpsl-services-title {
	margin-bottom: 0;
}

ul.wpsl-services {
	list-style: none;
	margin: 0;
	padding-left: 34px;
}

.wpsl-services-title:before {
	background-image: url(/wp-content/uploads/2023/10/list-check-icon.svg);
}

.wpsl-drive-hours + table,
.wpsl-drive-hours + table td {
	width: auto;
	border: 0;
}

.wpsl-store-location-name strong a,
a.location__phone_link,
.wpsl-contact-details a {
	font-weight: 600;
	text-decoration: none !important;
}

.wpsl-atm-title{
	font-weight: 600;
	margin-bottom: 0 !important;
}

.wpsl-lobby-hours,
.wpsl-drive-hours {
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.custom-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	width: 100%;
}

.custom-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
	gap: 10px;
}

.custom-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-left > span[data-sow-icon] {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--ast-global-color-5);
}

.custom-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover .sow-tabs-title-icon-left > span[data-sow-icon],
.custom-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected .sow-tabs-title-icon-left > span[data-sow-icon] {
    border: 1px solid var(--ast-global-color-2);
}


/***************************** Gravity Forms *************************************************/

.gform_wrapper.gravity-theme .ginput_container_address span {
    margin-bottom: 8px !important;
}

.gform_wrapper.gravity-theme .ginput_complex select {
    padding: 10px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600 !important;
}

.gform_wrapper.gravity-theme .gfield select.large {
    min-height: 40px;
}


/***************************** Simple Features (Without background) **************************/

.simple-features__headline {
    margin-bottom: 5px;
}

#simple-features.simple-features .sow-features-feature {
    position: relative;
	max-width: 220px;
    padding-top: 30px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    transition: var(--transition-3);
    transform: scale(0.95);
    z-index: 1;
}

#simple-features.simple-features .sow-features-feature:hover {
    background-color: var(--ast-global-color-5);
    transform: scale(1.05);
    z-index: 2;
}

#simple-features.simple-features a.sow-features-feature-linked-column {
    margin: 5px;
    box-shadow: 0 3px 8px transparent;
    transition: var(--transition-3);
    color: transparent;
}

#simple-features.simple-features a.sow-features-feature-linked-column:hover {
    border: 1px solid var(--ast-global-color-0);
    box-shadow: 0 3px 8px var(--ast-global-color-0);
}

.simple-features__four {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.simple-features.simple-features__four .sow-features-feature {
    margin-bottom: 0;
}

.simple-features p {
    position: relative;
    margin-top: 10px;
    font-size: 19px;
    font-weight: 600;
    transition: var(--transition-3);
}

body #simple-features.simple-features .sow-features-feature:hover p {
    color: var(--ast-global-color-3);
}

/* body:not(.featured) #simple-features.simple-features .sow-features-feature .sow-icon-container .sow-icon-image {
    transition: var(--transition-3);
}

body:not(.featured) #simple-features.simple-features .sow-features-feature:hover .sow-icon-container .sow-icon-image {
    filter: invert(72%) sepia(99%) saturate(744%) hue-rotate(345deg) brightness(101%) contrast(98%);
} */

.simple-features .sow-features-feature::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 0;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    transition: var(--transition-3);
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    transition: var(--transition-3);
}


/****************************** CUSTOM CAROUSEL (WITH BLUE BG) ******************************/

@keyframes customSlideInLeft {
	from {
		transform: translateX(-40vw);
	}
	to {
		transform: translateX(0);
	}
}

@keyframes customSlideIn {
	from {
		transform: translateY(-110%);
	}
	to {
		transform: translateY(0);
	}
}

.custom-carousel {
    margin: 0 35px;
}

.custom-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
    margin: 0 35px !important;
}

.custom-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .custom-carousel__header h2 {
    line-height: 1.1;
    font-weight: 600;
}

.support-slider__text,
.custom-carousel .custom-carousel__text {
    color: var(--ast-global-color-5);
    font-size: 16px;
    line-height: 1.2;
	min-height: 80px;
	margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.custom-carousel .custom-carousel__item .custom-carousel__btn a {
    width: fit-content;
    border: 2px solid var(--ast-global-color-5);
    text-decoration: none;
}

.custom-carousel__img {
    opacity: 0;
    margin-right: -35px;
    transition: var(--transition-5);
}
.custom-carousel__img img {
    aspect-ratio: 1.58 / 1;
    object-fit: cover;
}

.slick-current.slick-active .custom-carousel__img {
    opacity: 1;
    transition: var(--transition-3);
}

.custom-carousel .slick-dots {
    position: absolute;
    width: fit-content !important;
    bottom: 35px;
    left: 90px;
}

.slick-current.slick-active .custom-carousel__item .panel-grid-cell:first-of-type .widget {
    overflow: hidden;
    animation: customSlideInLeft 0.5s cubic-bezier(0.42, 0, 0.58, 1) both;
}

.slick-current.slick-active .custom-carousel__item .panel-grid-cell:first-of-type .widget:nth-of-type(1) {
    animation-delay: 0.5s;
}

.slick-current.slick-active .custom-carousel__item .panel-grid-cell:first-of-type .widget:nth-of-type(2) {
    animation-delay: 0.5s;
}

.slick-current.slick-active .custom-carousel__item .panel-grid-cell:first-of-type .widget:nth-of-type(3) {
    animation-delay: 0.7s;
}

.slick-current.slick-active .custom-carousel__item .custom-carousel__img {
    overflow: hidden;
    animation: customSlideIn 0.7s cubic-bezier(0.42, 0, 0.58, 1) both;
}

.slick-current.slick-active .custom-carousel__item .custom-carousel__img {
    animation-delay: 0.5s;
}

.custom-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li button:before,
.custom-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li.slick-active button:before,
.custom-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li:hover button:before {
    display: none !important;
}

.custom-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li button {
    width: 16px;
    height: 16px;
    min-height: 16px;
    background-color: transparent;
    border: 2px solid var(--ast-global-color-5) !important;
    border-radius: 50%;
    margin-right: 10px !important;
}

.custom-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li.slick-active button,
.custom-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li:hover button {
    transition: 0.2s ease-in;
    background-color: var(--ast-global-color-5);    
}

.custom-carousel h2 {
    text-transform: uppercase;
}

.highlighted-features.highlighted-features_two {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.highlighted-features .sow-features-feature {
	max-width: 330px;
}

.highlighted__headline,
.section__headline {
    margin-bottom: 25px;
}

.highlighted__headline h2,
.section__headline h2 {
    margin-bottom: 10px;
}

.highlighted__headline p,
.section__headline p {
    margin-bottom: 0;
}

.highlighted-features .sow-features-list {
    row-gap: 30px;
}

.highlighted-features .sow-features-feature {
    padding: 0 15px !important;
    transition: var(--transition-3);
}

.highlighted-features.highlighted-features__two {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
}

.highlighted-features .sow-features-feature:hover {
    transform: scale(1.1);
}

.highlighted-container .sow-features-list .sow-icon-container {
	margin-bottom: 20px !important;
}

.highlighted-features .sow-features-list .sow-features-feature > div {
    padding: 25px 20px 30px;
    background-color: var(--ast-global-color-1);  
    height: 100%;  
}

.highlighted-features h3 {
    margin-bottom: 10px;
}

.highlighted-features .textwidget {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.highlighted-features .sow-features-list .sow-features-feature p {
    min-height: 58px; 
}

.highlighted-features .sow-features-list .sow-features-feature .sow-features-feature-content h3 {
    font-size: 22px;    
    font-weight: 600 !important;
    transition: var(--transition-3);
}

body:not(.featured) .highlighted-features .sow-features-feature:hover .sow-features-feature-content h3 {
    color: var(--ast-global-color-3);
}

.highlighted-features .sow-features-list .sow-features-feature .textwidget p.sow-more-text a {
    display: inline-flex;
    padding: 10px 17px 8px;
    color: var(--ast-global-color-5);
    background-color: var(--ast-global-color-2);
    border: 2px solid var(--ast-global-color-2);
    margin-top: 20px;
}

.highlighted-features .sow-features-list .sow-features-feature .textwidget p.sow-more-text a:hover {
    color: var(--ast-global-color-2);
    background-color: transparent;
    text-decoration: none;
}

.highlighted-features .sow-features-list .sow-features-feature {
	max-width: 320px;
    margin-bottom: 0;
}

#our-expertise .highlighted-features {
/*     max-width: 980px; */
    margin-left: auto;
    margin-right: auto;
}

.highlighted-features .sow-features-list .sow-features-feature a {
	text-transform: uppercase;
}

.site-content .so-widget-sow-features .sow-features-list .sow-features-feature {
    margin-bottom: 30px;
}

.help__img {
    position: relative;
    bottom: 30px;
}

#help .sow-headline-container h2.sow-headline {
    line-height: 1.1;
    font-weight: 600;
}

.help__header h2.sow-headline,
.help__text a {
    color: var(--ast-global-color-5) !important;
}

.help__text a:hover {
    color: var(--ast-global-color-3) !important;
}

.help__text {
    color: var(--ast-global-color-5);
    font-size: 16px;
    line-height: 1.4;
}

.white-text h2,
.white-text h3,
.white-text p,
.whiteLink a {
	color: var(--ast-global-color-5);
}

.tiny-text {
	font-size: 16px;
    line-height: 1.4;
}

.footer-features .sow-features-list .sow-features-feature h5 {
    margin: 0 !important;
    font-size: 13px;
    font-weight: 600 ;
    text-transform: uppercase;
}

.footer-features .sow-features-list .sow-features-feature a,
.footer-features .sow-features-list .sow-features-feature p {
    font-size: 22px;
    text-transform: uppercase;
}

footer.site-footer .sow-social-media-button {
    position: relative;
    color: var(--ast-global-color-2) !important;
    background-color: transparent;
    border: unset;
}

footer.site-footer .sow-social-media-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 20%;
    width: 0;
    height: 4px;
    background-color: var(--ast-global-color-8);
    transition: var(--transition-3);
}

footer.site-footer .sow-social-media-button.ow-button-hover:focus,
footer.site-footer .sow-social-media-button.ow-button-hover:hover {
    color: var(--ast-global-color-3) !important;
    background-color: transparent;
    border: unset;
}

footer.site-footer .sow-social-media-button.ow-button-hover:hover::after {
    width: 60%;
}

footer.site-footer .sow-features-list .sow-features-feature .sow-icon-container {
    margin: 0;
}

footer.site-footer .widget {
    margin-bottom: 1.5em;
}

footer.site-footer .widget_nav_menu .menu-item {
    position: relative;
    width: fit-content;
}

footer.site-footer .widget_nav_menu .menu-item.current-menu-item .menu-link,
footer.site-footer .widget_nav_menu .menu-item:hover .menu-link {
	color: var(--ast-global-color-3);
}

footer.site-footer .widget_nav_menu .menu-item::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 4px;
    background-color: var(--ast-global-color-8);
    transition: var(--transition-3);
}

footer.site-footer .widget_nav_menu .menu-item:hover::after,
footer.site-footer .widget_nav_menu .menu-item.current-menu-item::after {
    width: 100%;
}

footer.site-footer .site-below-footer-wrap .widget,
footer.site-footer .widget:last-child {
    margin-bottom: 0;
}

footer.site-footer .site-below-footer-wrap .sow-features-list .sow-features-feature .sow-icon-image {
    height: 36px;
	top: -22px;
}

footer.site-footer .site-below-footer-wrap .sow-features-list .sow-features-feature h5 {
    font-size: 14px;
    margin: 0 0 5px;
}

footer.site-footer .site-below-footer-wrap .sow-features-list .sow-features-feature p {
    font-size: 14px;
}

footer.site-footer .site-below-footer-wrap .sow-features-list .sow-features-feature .sow-icon-container {
    height: auto;
}

footer.site-footer .widget-title {
    text-transform: uppercase;
}

footer.site-footer .menu-item {
    margin-bottom: 22px;
}

.hero-container {
    min-height: 470px;
    border-bottom: 25px solid var(--ast-global-color-2);
}

.hero-container .panel-grid-cell:first-of-type {
    position: relative;
    padding: 30px 45px 30px 25px;
    background-color: #ffffffe6;
}

.hero-container .sow-headline,
.hero-container h3 {
    position: relative;
    font-size: 44px;
    line-height: 1 !important;
    margin-bottom: 20px;
}

.hero-container p {
    font-weight: 600;
    margin-bottom: 0;
}

.hero-btn {
	margin-top: 25px;
}

.perfect-solutions .textwidget p:last-of-type {
    margin-bottom: 0;
}

.perfect-solutions .so-widget-sow-editor h3,
.mobile-deposits h3,
.app-video h3 {
    font-size: 34px;
    text-transform: uppercase;
}

.perfect-solutions .so-widget-sow-editor h4 {
    font-size: 24px;
}

.treasury-solutions {
    color: var(--ast-global-color-5);
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 35px 10px;
}

.treasury-solutions .widget-title {
    color: var(--ast-global-color-5);
    font-size: 20px;
}

.hero-container .ow-button-base a {
    text-transform: uppercase;
    border: 2px solid var(--ast-global-color-2) !important;
    text-decoration: none !important;
}

.hero-container .ow-button-base a:hover {
    background-color: transparent !important;
}

/****************************** Mobile Menu *************************/

#ast-mobile-header .ast-search-menu-icon .search-form {
	height: 46px;
    border: 1px solid var(--ast-global-color-1);
    padding: 0 2em 0 0;
    border-radius: 0;
}

#ast-mobile-header .ast-icon.icon-search svg {
	height: 22px;
    width: 20px;
    margin-top: 9px;
    margin-right: 0px;
    fill: var(--ast-global-color-2);
}

#ast-mobile-header .ast-search-menu-icon.ast-dropdown-active .ast-icon.icon-search svg {
	height: 22px;
    width: 20px;
    margin-right: 10px;
	margin-left: -10px;
    fill: var(--ast-global-color-3);
}

#ast-mobile-header .ast-icon.icon-search svg:hover {
    transform: unset;
}

#ast-mobile-header .ast-search-menu-icon.slide-search input.search-field {
	height: 44px;
    border: unset;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
	display: flex !important;
	border: 1px solid transparent; 
	transition: var(--transition-3);
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus {
	outline: unset;
	border: 1px solid var(--ast-global-color-0); 
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    transition: var(--transition-3);
}

.ast-off-canvas-active [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: var(--ast-global-color-1);
}

#ast-hf-mobile-menu > .main-header-menu {
    gap: 0px;
}

#ast-hf-mobile-menu .menu-link {
	line-height: 2.6rem;
	padding-left: 15px;
}

#ast-hf-mobile-menu > li:first-of-type {
    margin-top: 2px;
}

#ast-hf-mobile-menu > .menu-item > a > .menu-text {
    font-size: 18px;
	line-height: 16px;
}

#ast-hf-mobile-menu .menu-item .menu-link::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--ast-global-color-0);
}

#ast-hf-mobile-menu .menu-item.current-menu-item .menu-link::before,
#ast-hf-mobile-menu > .menu-item.current-page-ancestor > .menu-link::before,
#ast-hf-mobile-menu .menu-item.current-menu-ancestor > .menu-link::before,
#ast-hf-mobile-menu > .menu-item.current-menu-parent > .menu-link::before,
#ast-hf-mobile-menu > .menu-item.ast-submenu-expanded > .menu-link::before,
#ast-hf-mobile-menu .sub-menu > .menu-item.current-menu-parent > .menu-link::before,
#ast-hf-mobile-menu .sub-menu > .menu-item.ast-submenu-expanded > .menu-link::before,
#ast-hf-mobile-menu .sub-menu .menu-item .menu-item .menu-item.current-menu-item .menu-link::before {
    background-color: var(--ast-global-color-8);
}

#ast-hf-mobile-menu .menu-item .menu-link .icon-arrow:first-of-type {
    display: none;
}

#ast-hf-mobile-menu .sub-menu .menu-item .menu-link {
    padding-left: 30px;
}

#ast-hf-mobile-menu .sub-menu .menu-item .menu-item .menu-link {
	padding-left: 45px;
}

#ast-hf-mobile-menu .sub-menu .menu-item .menu-item .menu-item .menu-link {
	padding-left: 60px;
    text-transform: none;
    font-weight: 400;
}

#ast-hf-mobile-menu .menu-item.menu-item-has-children > .ast-menu-toggle {
    line-height: 2.5rem;
	border-radius: 0;
	background-color: var(--ast-global-color-1);
}

.ast-mobile-popup-content .ast-menu-toggle svg {
	transform: translate(0, 4px);
    transition: .3s ease;
	fill: var(--ast-global-color-2);
}

.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle svg {
    transform: scaleY(-1) translate(-1px, -3px);
}

#ast-hf-mobile-menu > .menu-item.current-page-ancestor > .ast-menu-toggle svg,
#ast-hf-mobile-menu > .menu-item.current-menu-parent > .ast-menu-toggle svg,
#ast-hf-mobile-menu > .menu-item.ast-submenu-expanded > .ast-menu-toggle svg,
#ast-hf-mobile-menu .sub-menu > .menu-item.current-menu-parent > .ast-menu-toggle svg,
#ast-hf-mobile-menu .sub-menu > .menu-item.ast-submenu-expanded > .ast-menu-toggle svg {
    fill: var(--ast-global-color-3);
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {
    outline: none;
    border: none;
}

#ast-hf-mobile-menu .menu-item.menu-item-has-children .ast-icon.icon-arrow svg {
    height: 1rem;
    width: 1rem;
    margin: 0;
}

#treasury__features h3 {
    min-height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-deposits > .panel-grid-cell:first-of-type {
    max-width: calc(38% - ( 0.5 * 60px ) );
    margin-left: 12%;
}

.app-download-btns .panel-grid .panel-grid-cell {
    width: fit-content !important;
}

.app-download-btns .panel-grid {
    justify-content: flex-start !important;
    gap: 20px;
}

.app-download-btns a {
    width: max-content;
}

.app-links-container {  
    max-width: 90%;
    margin-left: calc(35px + 5%);
    margin-right: calc(35px + 5%);
}

.app-links-container .siteorigin-panels-stretch {  
    margin: 0 !important;
}

.app-links-container p {  
    margin-bottom: 5px;
}

.app-links-container .widget_sow-button {  
    margin-top: 30px;
}

.app-video .widget_sow-video {
    overflow: hidden;
}

.table-row {
	border: 1px solid var(--ast-global-color-0);
    border-top: unset;
    align-items: stretch !important;
}

.table-row-first {
	border: 1px solid var(--ast-global-color-0);
}

.table-row > .panel-grid-cell:nth-of-type(1),
.table-header {
	background-color: var(--ast-global-color-1);
}

.table-header {
    font-weight: 600;
}

.table-row > .panel-grid-cell:nth-of-type(2) {
	border-left: 1px solid var(--ast-global-color-0);
}

.table-widget .table-row > .panel-grid-cell:nth-of-type(2) {
	border-left: unset;
}

.table-widget .table-header {
    padding: 0;
	background-color: var(--ast-global-color-4);
	border: 1px solid var(--ast-global-color-0);
	border-bottom: 1px solid var(--ast-global-color-0);
}

.table-widget .table-header > .panel-grid-cell,
.table-widget .table-row > .panel-grid-cell {
    padding: 20px 25px;
}

.table-widget p {
    margin-bottom: 0;
}

.table-widget .table-header > .panel-grid-cell:nth-of-type(1),
.table-widget .table-row > .panel-grid-cell:nth-of-type(1) {
	border-right: 1px solid var(--ast-global-color-0);
}

.table-widget .table-row {
	border: 1px solid var(--ast-global-color-0);
    border-top: unset;
    align-items: stretch !important;
}

.table-row .table-header {
    padding: 15px 25px;
	border-bottom: 1px solid var(--ast-global-color-0);
}

.table-row .table-header p {
    margin-bottom: 0;
}

.table-headline,
.table-btn,
.account-features-title {
    padding: 0 25px;
}

.account-features-title {
    font-size: 14px;
    font-weight: 600;
}

.table-features {
    padding: 0 20px 30px;
}

.table-image {
    padding: 0 20px;
}

.table-features .sow-features-feature .sow-icon-image,
.table-features .sow-features-feature .textwidget {
    transition: var(--transition-3);
}

.table-features .sow-features-feature:hover .textwidget {
    color: var(--ast-global-color-3);
}

.table-features .sow-features-feature:hover .sow-icon-image {
    transform: scale(1.1);
}

.table-features .sow-features-list .sow-features-feature .sow-features-feature-linked-column {
    color: transparent;
}

.table-features.table-features-list .sow-features-feature {
    margin-bottom: 15px;
}

.account-benefits-details {
    font-size: 12px;
}

.nolink-features .sow-features-list .sow-features-feature {
    max-width: 320px;
}

.small-text {
	font-size: 12px;
}

.image-ratio-43 img,
.image-ratio-53 img,
.image-ratio-169 img {
	object-fit: cover;
}

.image-ratio-43 img {
	aspect-ratio: 4/3;
}

.image-ratio-53 img {
	aspect-ratio: 5/3;
}

.image-ratio-169 img {
	aspect-ratio: 16/9;
}

.move-to-top-image img {
	position: relative;
	top: -60px;
}

.width-576 {
	max-width: 576px;
    margin: 0 auto;
}

.width-768 {
    max-width: 768px;
    margin: 0 auto;
}

.width-992 {
    max-width: 992px;
    margin: 0 auto;
}

.width-1080 {
    max-width: 1080px;
    margin: 0 auto;
}

.advantages-features {
    max-width: 991px;
    margin: 0 auto;
}

.advantages-features .sow-icon-container {
    margin-bottom: 40px !important;
}

.advantages-features .sow-features-list {
    position: relative;     
}

.advantages-features .sow-features-list::before,
.advantages-features .sow-features-list::after {
    content: "";
    display: block;
    position: relative;  
    width: 10%;
    height: 2px; 
    top: 40px; 
    background-color: var(--ast-global-color-3);
}

.advantages-features .sow-features-list::before {
    left: 0;
    order: 2;
}

.advantages-features .sow-features-list::after {
    right: 0;
    order: 4;
}

.advantages-features .sow-features-feature {
    width: calc(65% / 3) !important;
}

.advantages-features .sow-features-feature:nth-of-type(1) {
    order: 1;
}

.advantages-features .sow-features-feature:nth-of-type(2) {
    order: 3;
}

.advantages-features .sow-features-feature:nth-of-type(3) {
    order: 5;
}

.advantages-features .sow-icon-container span {
    border: 2px solid var(--ast-global-color-3);
    border-radius: 50%;
}


.inline-features {
    max-width: 991px;
    margin: 0 auto;
}

.features_two {
    max-width: 768px;
    margin: 0 auto;
}

.advantages-features.advantages-features__two .sow-features-list::after {
    content: unset !important;
}

.advantages-features.advantages-features__two .sow-features-feature {
    width: calc(80% / 2) !important;
}

.advantages-features.advantages-features__two .sow-features-feature a {
    min-width: 150px;
    display: inline-flex;
    justify-content: center;
    padding: 10px 17px 8px;
    color: var(--ast-global-color-5) !important;
    background-color: var(--ast-global-color-2);
    border: 2px solid var(--ast-global-color-2);
    margin-top: 20px;
    font-weight: 600;
    text-decoration: none;
}

.advantages-features.advantages-features__two .sow-features-feature a:hover {
    color: var(--ast-global-color-2) !important;
    background-color: transparent;
    text-decoration: none !important;
}

/******* Equal Height Cells ********/

.equal-cols {
    align-items: stretch !important;
}

.equal-cols > .panel-grid-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.equal-cols.flex-end > .panel-grid-cell {
	justify-content: flex-end;
	padding-bottom: 15px !important;
}

.equal-cols .panel-grid-cell .widget_sow-button.panel-last-child {
	margin-top: auto;
}

.equal-cols.grey-cells > .panel-grid-cell  {
	background-color: var(--ast-global-color-1);
}

.col-border > .panel-grid-cell {
	padding: 20px;
    border: 1px solid var(--ast-global-color-1);
}

.accent-title h2,
.accent-title h3 {
    color: var(--ast-global-color-3);
}

/****************** Can be delated after update ************/

.equal-height-cells {
    align-items: stretch !important;
}

.equal-height-cells > .panel-grid-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding: 20px;
    border: 1px solid var(--ast-global-color-8);
}

.equal-height-cells > .panel-grid-cell.panel-grid-cell-empty {
    border: unset;
}

.equal-height-cells.flex-end > .panel-grid-cell {
	justify-content: flex-end;
	padding-bottom: 15px !important;
}

.equal-height-cells .panel-grid-cell .widget_sow-button.panel-last-child {
	margin-top: auto;
}

.equal-height-cells.grey-cells > .panel-grid-cell  {
	background-color: var(--ast-global-color-1);
}

.gform_wrapper.gravity-theme .ginput_complex select {
    height: 100%;
}

/****************** Custom Buttons ***********************/

.custom-btn a {
    padding: 12px 25px 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    transition: var(--transition-3);
}

.custom-btn.filled-bg a {
    border: 2px solid var(--ast-global-color-2);
    background-color: var(--ast-global-color-2);
    color: var(--ast-global-color-5);
} 

.custom-btn.filled-bg a:hover {
    background-color: transparent;
    color: var(--ast-global-color-2);
}

.ow-button-base a.ow-icon-placement-left .sow-icon-image, .ow-button-base a.ow-icon-placement-left [class^="sow-icon-"] {
    padding-left: 10px;
}

.custom-btn.bordered a {
    border: 2px solid var(--ast-global-color-5);
    background-color: transparent;
    color: var(--ast-global-color-5);
}

.custom-btn.bordered a:hover {
    background-color: var(--ast-global-color-5);
    color: var(--ast-global-color-2);
}

.border-top {
    border-top: 2px solid var(--ast-global-color-5);
    padding-top: 30px;
}

/****************** Sub Menu *****************************/

.site {
    overflow-x: hidden;
} 

/****************** General Settings *********************/

.ast-menu-toggle:focus {
    outline: none;
} 

.page-border-bottom {
    border-bottom: 25px solid var(--ast-global-color-2);
}

.slick-track {
    margin-left: -1px !important;
}

.blue-btn .ow-button-base a {
    width: 100%;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: 2px solid var(--ast-global-color-2) !important;
    background-color: var(--ast-global-color-2) !important;
    text-decoration: none !important;
}

.blue-btn .so-widget-sow-button .ow-button-base a.ow-button-hover:hover {
    color: var(--ast-global-color-2) !important;
    background-color: transparent !important;
}

.more-posts-container > .panel-grid-cell {
    padding: 40px 0;
    margin: 0 4%;
}

.more-posts-container .more-posts-btn {
    display: flex;
    justify-content: flex-end;
}
 
/********************* RESPONSIVE **************************/

.ast-mobile-popup-drawer .ast-mobile-popup-header {
	height: 54px;
	min-height: 54px;
    justify-content: space-between;
	padding-left: 20px;
	background-color: var(--ast-global-color-2);
}

.ast-mobile-popup-drawer .ast-mobile-popup-header a {
	display: flex;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header a img {
    width: 165px;
	object-fit: contain;
}

.ahfb-svg-iconset svg {
    width: 24px;
    height: 24px;
}

@media (min-width: 1240px) {
	.simple-carousel .sow-carousel-navigation.sow-carousel-navigation-prev {
		left: -5px;
	}

	.simple-carousel .sow-carousel-navigation.sow-carousel-navigation-next {
		right: -10px;
	}
}

@media (min-width: 1025px) {
	.ast-builder-menu .main-navigation > ul > li:last-child a {
		padding-right: 1rem;
	}
}

@media (min-width: 993px) {
	.tax-bankers.ast-separate-container #primary {
		margin-bottom: 6rem;
	}
}

@media (max-width: 1600px) { 
    .site-above-footer-wrap {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .site-below-footer-wrap {
        max-width: 100%;
        padding: 0 20px;
    }

    .app-links-container {  
        max-width: calc(100% - 110px);
        margin: 0 auto;
    }
}

@media (max-width: 1400px) { 
    .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
        grid-template-columns: 3fr 1fr 1fr 1fr;
    }

    .ast-builder-grid-row-2-rheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 1.5fr;
    }
}

@media (max-width: 1280px) { 
    .columns-gap {
        gap: 30px;
        justify-content: center !important;
    }

    .mobile-deposits > .panel-grid-cell:first-of-type {
        max-width: calc(42% - ( 0.5 * 60px ) );
        margin-left: 8%;
    }

    .highlighted-features .sow-features-list {
        row-gap: 20px;
    }

    .highlighted-features .sow-features-list .sow-features-feature {
        margin-bottom: 0 !important;
        padding: 0px 10px !important;
    }

    .employee__grid {
        max-width: 100%;
        gap: 4%;
    }

    .employee__grid > .panel-grid-cell {
        width: 48% !important;
    }   

    .employee__grid_title {
        max-width: 1080px;
        margin: auto;
    }
	
	#wpsl-checkbox-filter {
		justify-content: flex-start;
	}
	
	.banker-facets {
		flex-direction: column;
	}
	
	.banker-facets .panel-grid-cell {
		width: 100% !important;
	}

    .top-alert .top-alert__container {
        gap: 15px;
        padding: 15px 50px 15px 15px;
    }
    
    .top-alert .top-alert__close-btn {
        right: 15px;
        top: 15px;
    }
}

/**************************** 1024 ***********************************/

@media (max-width: 1024px) { 
	.site-footer .menu-title.menu-item,
	footer.site-footer .widget-title {
		font-size: 1.375rem;
	}

    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
        min-height: 100px;
    }

    .hero-container .panel-grid-cell:first-of-type {
        width: 50% !important;
        padding: 30px 30px 30px 25px;
    }

    .hero-container .sow-headline,
	.hero-container h3 {
        font-size: 42px;
    }

    .highlighted-features {
        padding: 0 20px !important;
        margin-bottom: 20px;
    }

    .highlighted-features.highlighted-features__four .sow-features-list {
        row-gap: 20px;
    }

    .highlighted-features.highlighted-features__four .sow-features-list .sow-features-feature {
        width: 50% !important;
        margin-bottom: 0;
    }

    .custom-carousel__item {
        align-items: flex-start !important;
    }

    .slick-dots {
        bottom: 15px;
    }

    .mobile-deposits > .panel-grid-cell:first-of-type {
        max-width: calc(50% - ( 0.5 * 60px ) );
        margin-left: 0;
    }

    .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
        grid-template-rows: auto auto;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area .widget_media_image {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
        margin-bottom: 0;
        justify-self: center;
        align-self: center;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area .widget_sow-social-media-buttons {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
        justify-self: center;
        align-self: center;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area .widget_siteorigin-panels-builder {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
        margin-bottom: 0;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area .widget_siteorigin-panels-builder .sow-features-feature {
        padding: 0;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area .widget_siteorigin-panels-builder .sow-features-feature:nth-of-type(2) {
        justify-content: center;
    }

    .site-footer-above-section-1 {
        grid-row: 1 / 2;
        grid-column: 1 / 4;
        margin-bottom: 40px !important;
    }

    .site-footer-above-section-2 {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }

    .site-footer-above-section-3 {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }

    .site-footer-above-section-4 {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
    }

    .ast-builder-grid-row-2-rheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 1.5fr;
    }

    .help.panel-row-style {
        padding: 20px 5% !important;
    }

    .help__img {
        bottom: 50px;
    }    

    .employee__grid_title {
        max-width: 921px;
    }

    .employee__grid.panel-row-style {
        flex-direction: column;
        gap: 60px;
    }

    .employee__grid.panel-row-style > .panel-grid-cell {
        width: 100% !important;
        max-width: 568px;
        margin: 0 auto;
    }

    #mortgage__features .sow-features-list {
        gap: 30px !important;
    }

    #mortgage__features .sow-features-feature {
        width: calc((100% - 30px) / 2) !important;
        padding: 0px 0px !important;
    }

    .app-links-container {  
        max-width: calc(100% - 70px);
    }
	
	.location,
    .location .location-details__map_box,
    .location .location-details__map .wpsl-gmap-canvas {
        display: flex;
		position: relative;
		flex-direction: column-reverse;
    }  
	
	.location .location-details,
    .location .location-details__map {
        max-width: 100%;
    }
	
	#wpsl-gmap, #wpsl-result-list {
		float: none;
		width: 100%;
	}
	
	#wpsl-checkbox-filter {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}
}

@media (max-width: 992px) { 
	.banker-container .banker-content-row {
		gap: 40px;
	}
	
	.banker-container .banker-content-row .banker-content-col.col-md-6 {
		width: calc((100% - 30px) / 2);
	}
	
	#wpsl-search-wrap .wpsl-above-inputs {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
	}
	
	#wpsl-search-wrap .wpsl-above-inputs label {
		line-height: 1.5rem;
	}
	
	#wpsl-search-wrap .wpsl-below {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr;
	}
	
	#wpsl-search-wrap #wpsl-checkbox-filter {
		grid-column: 1 / 3;
  		grid-row: 1 / 2;
	}
	
	#wpsl-search-wrap .current-location {
		grid-column: 1 / 2;
  		grid-row: 2 / 3;
	}
	
	#wpsl-search-wrap .wpsl-search-btn-wrap {
		grid-column: 2 / 3;
  		grid-row: 2 / 3;
		display: flex;
        justify-content: flex-end;
	}
	
	.single-banker #primary {
		margin: 2em 0;
	}
	
	.post-type-archive-banker .facetwp-template {
		flex-direction: column;
		gap: 50px;
		align-items: center;
	}
	
	.post-type-archive-banker .facetwp-template .banker-card {
		width: 100%;
		max-width: 610px;
	}
	
	.single-wpsl_stores .alert-message {
		top: 55px;
	}
}

/****************************** 810 **********************************/

@media (max-width: 810px) { 
	
	.banker-container .banker-content-row {
		flex-direction: column;
	}
	
	.banker-container .banker-content-row .banker-content-col.col-12 {
		width: 100%;
	}

    .custom-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .panel-row-style {
        padding: 25px 0px 55px 25px !important;
    }

    .highlighted-features .sow-features-feature {
        padding: 0 10px !important;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
        align-items: flex-start;
        gap: 15px;
    }

    .simple-features .sow-features-list {
        display: flex;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .simple-features.panel-widget-style .sow-features-list.sow-features-responsive .sow-features-feature {
        width: 50% !important;
        margin-bottom: 10px;
    }

    .simple-features .sow-features-feature::after {
        display: none;
    }

    .hero-container .panel-grid-cell:first-of-type {
        width: 70% !important;
    }

    .slick-dots {
        left: 55px;
    }

    .perfect-solutions {
        flex-direction: column;
        gap: 40px;
    }

    .treasury-presidents {
        flex-direction: column;
        gap: 40px;
    }

    .perfect-solutions > .panel-grid-cell,
    .treasury-presidents > .panel-grid-cell {
        width: 100% !important;
    }

    .treasury-solutions {
        flex-wrap: wrap !important;
        gap: 30px;
    }

    .treasury-solutions> .panel-grid-cell {
        width: calc((100% - 30px) / 2) !important;
    }

    .highlighted-features .sow-features-list .sow-features-feature p {
        min-height: 77px;
    }

    #mortgage__features .sow-features-feature p {
        min-height: auto;
    }

    .app-links-container {  
        max-width: calc(100% - 40px);
    }
	
	.advantages-features .sow-features-list::before,
	.advantages-features .sow-features-list::after {
		content: unset;
	}
	
	.advantages-features .sow-icon-container {
		margin-bottom: 10px !important;
	}
}

/*************************************** 780 **********************************************/

@media (max-width: 780px) { 	
	.table-widget .table-header > .panel-grid-cell,
	.table-widget .table-row > .panel-grid-cell {
		padding: 15px 15px !important;
	}
	
	.blue-btn .ow-button-base a {
		width: 100%;
		max-width: 300px;
	}
	
	.single-wpsl_stores .site-content {
		padding-bottom: 3rem;
	}
	
	.custom-carousel .sow-carousel-container {
		background-color: var(--ast-global-color-2);
	}
	
	.slick-current.slick-active .custom-carousel__item .panel-grid-cell:first-of-type .widget {
		animation: none;
	}
	
	.ast-separate-container .ast-article-post {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	
	.post__header_title {
		font-size: 2rem;
		width: 100%;
	}
	
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
        min-height: 80px;
    }

    .panel-grid-cell .widget .sow-headline-container h2.sow-headline {
        font-size: 32px;
    }

    .custom-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .panel-row-style {
        padding: 25px 25px 40px 25px !important;
    }

    .custom-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
        margin: 0 !important;
    }

    .custom-carousel .custom-carousel__img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .slick-current.slick-active .custom-carousel__item .custom-carousel__img {
        animation-delay: 0.5s;
    }

    .custom-carousel .custom-carousel__item {
        flex-direction: column-reverse !important;
    }

    .custom-carousel .panel-grid-cell:first-of-type .widget_sow-headline, 
    .custom-carousel .panel-grid-cell:first-of-type .widget_sow-editor {
        padding-right: 25px !important;
    }

    .custom-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots {
        bottom: 25px;
		left: unset;
		right: 25px;
    } 

    .slick-dots {
        left: 25px;
    }

    .highlighted-features .sow-features-list .sow-features-feature {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
    }

    .help.panel-row-style {
        padding: 0 20px 30px !important;
    }

    .help {
        margin-top: 80px;
    }

    .help .panel-grid-cell:first-of-type {
        margin-bottom: 0 !important;
    }

    .mobile-deposits {
        flex-direction: column-reverse !important;
        align-items: flex-start !important;
    }

    .mobile-deposits .app-download-btns .panel-grid .panel-grid-cell {
        margin-bottom: 0 !important;
    }

    .mobile-deposits .app-download-btns .panel-grid {
        flex-direction: row !important;
        flex-wrap: nowrap;
    }

    footer.site-footer .sow-features-list .sow-features-feature .sow-icon-container {
        margin-bottom: 15px;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area .sow-features-list {
        flex-direction: row;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area .sow-features-list.sow-features-responsive > .sow-features-feature {
        margin-bottom: 0px;
        width: 50% !important;
    }

    footer.site-footer .ast-builder-grid-row-2-rheavy .sow-features-list .sow-features-feature .sow-icon-container {
        min-height: 36px;
    }    

    .hero-container {
        display: flex;
        justify-content: center !important;
        align-items: flex-start !important;
    }

    .hero-container .panel-grid-cell:first-of-type {
        padding: 30px 30px 30px 25px !important;
        width: 70% !important;
    }

    .hero-container .sow-headline,
	.hero-container h3 {
        font-size: 38px;
    }

    .perfect-solutions {
        gap: 0;
    }

    #treasury__features h3,
    .highlighted-features .sow-features-list .sow-features-feature p {
        min-height: auto;
    }

    .treasury-solutions > .panel-grid-cell {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .employee__grid.panel-row-style {
        gap: 20px;
    }

    .employee__grid > .panel-grid-cell {
        width: 100% !important;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto !important;
    }

    #mortgage__features .sow-features-feature {
        margin-bottom: 0;
    }

    #mortgage__features .sow-features-list {
        gap: 30px !important;
    }

    #mortgage__features .sow-features-feature {
        width: 100% !important;
    }

    .simple-features .sow-features-list {
        max-width: 70%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .more-posts-container {
        padding: 30px !important;
    }

    .more-posts-container .panel-grid-cell {
        margin: 0 !important;
    }

    .more-posts-container .more-posts .panel-grid-cell {
        margin-bottom: 30px !important;
    }

    .more-posts-container .more-posts-btn {
        display: flex;
        justify-content: flex-start;
        margin-top: 15px;
    }

    .mobile-deposits > .panel-grid-cell:first-of-type {
        max-width: 100%;
    }

    #simple-features.simple-features .sow-features-feature {
        padding: 20px 10px;
    }

    #simple-features.simple-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
        margin: 0 auto 5px;
    }

    .post__details_tags {
        flex-wrap: nowrap;
    }

    .post__details_tags .post-icon {
        min-width: 24px;
    }

    .post__details_tag-items {
        justify-content: start;
    }

    .single-post__header {
        flex-direction: column-reverse;
    }

    .single-post__header .post__header_title {
        align-self: flex-start;
    }

    .single-post__header .post__category {
        align-self: flex-end;
    }

    .post-navigation {
        padding: 30px 15px 50px !important;
        gap: 40px;
    }
    
    .related-posts {
        padding: 40px 15px 0;
    }

    .post-navigation .related-post {
        width: 100%;
    }

    .post-navigation .post__details_author-meta {
        font-size: 12px;
    }
	
	.tablepress th,
	.tablepress td {
		font-size: 14px;
	}
	
	.mobile-flex-reverse {
		flex-direction: column-reverse !important;
		row-gap: 30px;
	}
	
	.wpsl-atm {
		padding-right: 0;
	}
	
	.col-border > .panel-grid-cell {
		padding: 20px !important;
	}

    .top-alert .top-alert__title {
        font-size: 1rem;
        margin-bottom: 0;
    }
    
    .top-alert .top-alert__text p {
        font-size: 12px;
    }   
	
	.equal-height-cells:not(.mobile-cells) > .panel-grid-cell {
		border: none;
	}
	
	.equal-height-cells.mobile-cells > .panel-grid-cell {
		max-width: 420px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	#tombstone.equal-height-cells > .panel-grid-cell {
		padding: 15px 15px 20px 15px;
		border: 1px solid var(--ast-global-color-1);
	}	
	
	.site-header-primary-section-right {
		z-index: 11;
	}
	
	.flex-features.panel-widget-style .sow-features-list.sow-features-responsive .sow-features-feature {
		width: 50% !important;
	}
	
	footer.site-footer .site-below-footer-wrap .sow-features-list .sow-features-feature .sow-icon-image {
		height: 100px;
		top: 0;
	}
	
	.move-to-top-image img {
		top: 0;
	}
}

@media (max-width: 601px) { 
	.banker-bio-flex {
		flex-direction: column-reverse;
		gap: 30px;
	}	
	
	.apply-with-banker-btn a {
		display: block;
		margin: 10px auto;
		width: fit-content;
		padding: 6px 20px;
	}
	
	.apply-with-banker-btn.additional a{
		margin: 0 auto;
	}
	
	.banker-map-search .facetwp-map {
		height: 300px;
	}

	.banker-zip-code-search .facetwp-facet {
		gap: 5px;
	}

	.banker-zip-code-search .facetwp-facet input.facetwp-location {
		min-width: 185px;
	}

	.banker-zip-code-search .facetwp-facet select.facetwp-radius-dropdown {
		max-width: 75px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
    .custom-carousel {
        margin: 0;
    }

    .simple-features .sow-features-list {
        max-width: 80%;
    }

    .highlighted-features.highlighted-features__four .sow-features-list .sow-features-feature {
        width: 100% !important;
        margin-bottom: 0;
    }

    .highlighted-features .sow-features-feature {
        max-width: 360px;
    }

    .hero-container .panel-grid-cell:first-of-type {
        width: 80% !important;
    }

    .hero-container h1 {
        font-size: 32px;
    }

    .site-footer .ast-builder-grid-row-container.site-above-footer-wrap .ast-builder-grid-row {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }

    .site-footer-above-section-1 {
        grid-row: 1 / 2;
        grid-column: 1 / 4;
    }

    .site-footer-above-section-2 {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        justify-self: center;
    }

    .site-footer-above-section-3 {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        justify-self: center;
    }

    .site-footer-above-section-4 {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
        justify-self: center;
    }

    .site-footer .ast-builder-grid-row-container.site-below-footer-wrap .ast-builder-grid-row {
        padding-left: 0;
        padding-right: 0;
     }

     .simple-features.panel-widget-style .sow-features-list.sow-features-responsive .sow-features-feature {
        margin-bottom: 0;
    }
	
	#wpsl-search-wrap .wpsl-select-wrap {
		flex-direction: column;    
    	align-items: flex-start;
		gap: 10px;
	}
	
	#wpsl-search-wrap .wpsl-select-wrap > div {
		width: 100%;
	}
	
	#wpsl-search-wrap .wpsl-input .wpsl-icon-direction {
		padding: 4px;
	}
	
	.single-wpsl_stores .alert-message {
		top: 65px;
	}
	
	.search .ast-archive-description {
		padding: 2em 1rem 2rem 0;
	}
}

@media (max-width: 570px) {
	#wpsl-search-wrap div label {
		display: flex;
		width: 100%;
	}
}


@media (max-width: 540px) {
    .treasury-presidents .panel-grid-cell .panel-layout .panel-grid {
        margin: auto;
        max-width: 380px;
        align-items: flex-start !important;
    } 

    .treasury-presidents__btns .ow-button-base a {
        max-width: 100%;
        white-space: nowrap;
    }

    .treasury-presidents .treasury-presidents__btns .panel-grid {
        flex-direction: column !important;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 10px;
    }

    .treasury-presidents .treasury-presidents__btns .ow-button-base a {
        font-size: 18px;
    }

    .treasury-presidents__btns .panel-grid > .panel-grid-cell  {
        min-width: 150px;
    }

    .ast-header-break-point .header-widget-area[data-section="sidebar-widgets-header-widget-5"] {
        padding: 0;
    }

    header .custom-logo-link img {
        width: 100%;
        max-width: unset;
    }

    .top-alert .top-alert__container {
        gap: 10px;
        padding: 10px 30px 10px 10px;
    }

    .top-alert .top-alert__text p {
        line-height: 1.4;
    }

    .top-alert .top-alert__close-btn {
        top: 10px;
        right: 10px;
    }

    .top-alert .top-alert__close-btn svg {
        width: 15px;
        height: 15px;
    }
	
	.site-header-section>div:last-child {
		padding-left: 0;
	}	
}

@media (max-width: 430px) {
	#wpsl-search-wrap .wpsl-input label {
		width: 129px;
	}
	
	.table-widget .table-header > .panel-grid-cell,
	.table-widget .table-row > .panel-grid-cell {
		padding: 15px 10px !important;
	}
	
	.site-footer .menu-title.menu-item {
		font-size: 16px;
	}
	
    .panel-grid-cell .widget .sow-headline-container h2.sow-headline {
        font-size: 26px;
    }
    
    .highlighted-features .sow-features-list .sow-features-feature > div {
        padding: 25px 25px 30px;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .highlighted-features {
        padding: 0 10px !important;
    }

    .custom-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
        margin: 0 !important;
    }

    .custom-carousel__img {
        margin-right: -15px;
    }

    .perfect-solutions .so-widget-sow-editor h3,
    .mobile-deposits h3,
    .app-video h3 {
        font-size: 26px;
    }

    .simple-features .sow-features-list {
        max-width: 100%;
    }

    .site-footer .ast-builder-grid-row-container.site-above-footer-wrap .ast-builder-grid-row {
        gap: 20px 15px;
    }

    .site-footer .site-footer-above-section-1 .footer-widget-area .widget_siteorigin-panels-builder .sow-features-feature .sow-icon-container .sow-icon-image {
        width: 30px;
    }
	
	.site-footer .site-footer-above-section-1 .footer-widget-area .widget_siteorigin-panels-builder .sow-features-feature .sow-icon-container {
        margin-right: 0;
    }

    .footer-features .sow-features-list .sow-features-feature a, .footer-features .sow-features-list .sow-features-feature h5 {
        font-size: 12px;
    }

    .footer-features .sow-features-list .sow-features-feature a, .footer-features .sow-features-list .sow-features-feature p {
        font-size: 18px;
    }

    footer.site-footer .widget_nav_menu h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    footer.site-footer .menu-item {
        font-size: 14px;
        margin-bottom: 10px;
    }
	
	.tablepress th,
	.tablepress td {
		font-size: 11px;
	}
	
	.location__info {
		display: flex;
    	flex-direction: column;
	}
	
	.single-wpsl_stores .alert-message .message-container {
		gap: 15px;
		padding: 15px;
	}
	
	#wpsl-search-wrap .wpsl-above-inputs {
		row-gap: 0;
		margin-bottom: 10px;
	}
	
	#wpsl-search-wrap .wpsl-above-inputs label {
		line-height: 1.4rem;
		font-size: 14px;
	}
	
	#wpsl-checkbox-filter {
		row-gap: 5px;
	}
	
	#wpsl-search-wrap .wpsl-input {
		justify-content: space-between;
		gap: 5px;
	}
	
	#wpsl-search-input {
		background-color: white;
		width: 60%!important;
	}
	
	.search .ast-archive-description {
		padding: 2em 0 2rem 0;
	}
	
	#speedbump .speedbump__box {
		max-width: 420px;
		margin: 0 15px;
		padding: 30px 15px;
	}
}

@media (max-width: 412px) { 
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        padding: 0.5rem;
    }

    .ast-logo-title-inline .site-logo-img {
        padding-right: 0.5rem;
    }

    .hero-container .panel-grid-cell:first-of-type {
        width: 90% !important;
    }

    .hero-container h1 {
        font-size: 28px;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        min-height: 80px;
    }

    .slider-container .hero-slider .hero-text h3 {
        font-size: 26px;
    }

    .panel-grid-cell .widget .sow-headline-container h2.sow-headline {
        font-size: 22px;
    }

    .simple-features p {
        font-size: 16px;
    }

    .simple-features.panel-widget-style .sow-features-list.sow-features-responsive .sow-features-feature {
        padding: 0 10px;
    }

    .highlighted-features {
        padding: 0 !important;
    }

    .employee__grid > .panel-grid-cell {
        grid-template-columns: 80px auto;
        column-gap: 15px;
    }

    .treasury-president__grid_text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .treasury-president__grid_text p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .treasury-president__grid_text p:nth-of-type(2) {
        margin-bottom: 0;
    }
    
    .treasury-president__grid_text .textwidget {
        margin-bottom: 15px;
    }

    .mobile-deposits .app-download-btns .panel-grid {
        flex-direction: column !important;
        flex-wrap: wrap;
    }

    #simple-features.simple-features .sow-features-feature {
        padding: 15px 0;
    }

    #simple-features.simple-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
        margin: 0 auto;
    }

    .ast-logo-title-inline .ast-site-identity {
        padding: .5rem 0;
    }
	
	.col-border > .panel-grid-cell {
		padding: 10px !important;
	}
}

@media (max-width: 375px) { 
	#ast-mobile-header .ast-search-menu-icon.ast-dropdown-active input.search-field {
		width: 215px;
	}
	
	.site-footer .menu-title.menu-item {
		font-size: 14px;
	}	
	
	.ast-separate-container .ast-article-post {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
        min-height: 60px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .ast-builder-grid-row {
        grid-column-gap: .5rem;
    }

    .footer-features .sow-features-list .sow-features-feature a, .footer-features .sow-features-list .sow-features-feature h5 {
        font-size: 10px;
    }

    .footer-features .sow-features-list .sow-features-feature a, .footer-features .sow-features-list .sow-features-feature p {
        font-size: 14px;
    }

    .site-footer .ast-builder-grid-row-container.site-above-footer-wrap .ast-builder-grid-row {
        gap: 20px 12px;
    }

    footer.site-footer .widget_nav_menu h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    footer.site-footer .menu-item {
        font-size: 12px;
        margin-bottom: 10px;
    }

    footer.site-footer .site-below-footer-wrap .sow-features-list .sow-features-feature p,
    .site-footer-below-section-2 p {
        font-size: 12px;
    }
	
	.site-footer .site-footer-above-section-1 .footer-widget-area .sow-features-list {
		gap: 10px;
		justify-content: space-between;
	}
	
	.site-footer .site-footer-above-section-1 .footer-widget-area .widget_siteorigin-panels-builder .sow-features-feature {
		width: calc(50% - 5px) !important;
	}
	
	.tablepress th,
	.tablepress td {
		font-size: 10px;
		padding-left: 4px;
		padding-right: 4px;
	}
}