@charset "UTF-8";
.div-example {
  background-color: blue;
}
@media (max-width: 767px) {
  .div-example {
    background-color: red;
  }
}
/* end of breakpoints */
body {
  overflow-x: hidden;
}
/* Some utility background settings */
.max-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.max-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.max-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.space-evenly {
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .gap-0 {
    gap: 0;
  }
}
.margin-bottom-0, .mb-0 {
  margin-bottom: 0;
}
.margin-bottom-1, .mb-1 {
  margin-bottom: 1em;
}
.margin-bottom-2, .mb-2 {
  margin-bottom: 2em;
}
.margin-top-0, .mt-0 {
  margin-top: 0;
}
.margin-top-1, .mt-1 {
  margin-top: 1em;
}
.margin-top-2, .mt-2 {
  margin-top: 2em;
}
.margin-left-0, .ml-0 {
  margin-left: 0;
}
.margin-left-1, .ml-1 {
  margin-left: 1em;
}
.margin-left-2, .ml-2 {
  margin-left: 2em;
}
.margin-right-0, .mr-0 {
  margin-right: 0;
}
.margin-right-1, .mr-1 {
  margin-right: 1em;
}
.margin-right-2, .mr-2 {
  margin-right: 2em;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-radius-5 img {
  border-radius: 5px;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-10 img {
  border-radius: 10px;
}
.border-radius-15 {
  border-radius: 15px;
}
.border-radius-15 img {
  border-radius: 15px;
}
/* text-columns for lists and long paragraphs */
@media (min-width: 1025px) {
  .text-column-2 {
    column-count: 2;
    column-gap: 1.5em;
    column-rule: 1px solid #fafafa;
  }
}
@media (min-width: 1025px) {
  .text-column-3 {
    column-count: 3;
    column-gap: 1.5em;
    column-rule: 1px solid #fafafa;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-column-3 {
    column-count: 2;
    column-gap: 1em;
    column-rule: 1px solid #fafafa;
  }
}
@media (min-width: 1025px) {
  .text-column-4 {
    column-count: 4;
    column-gap: 1.5em;
    column-rule: 1px solid #fafafa;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-column-4 {
    column-count: 3;
    column-gap: 1em;
    column-rule: 1px solid #fafafa;
  }
}
@media (max-width: 767px) {
  .text-column-4 {
    column-count: 2;
    column-gap: 1em;
  }
}
.min-width-300 {
  min-width: 300px;
  /*for query post images that aren't scaling*/
}
.aspect-ratio-1-1 {
  aspect-ratio: 1;
}
.burgundy-background {
  background-color: #640e32;
  color: #ffffff;
}
.burgundy-background a, .burgundy-background a:link, .burgundy-background a:visited {
  color: #ffffff;
  text-decoration: none;
}
.burgundy-background a:hover {
  color: #a17941;
}
.gold-background {
  background-color: #a17941;
  color: #ffffff;
}
.gold-background a, .gold-background a:link, .gold-background a:visited {
  color: #ffffff;
  text-decoration: none;
}
.gold-background a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* Adding in additional spacing for pages without header */
.entry-header {
  margin-top: 2em;
}
/* Changes to WP and Generate Press items */
.site-content .wp-block-image:not(.is-style-rounded) img {
  border-radius: 15px;
}
.site-content .wp-block-embed iframe {
  border-radius: 15px;
}
/* Media Text block stack on Tablet  */
@media (min-width: 768px) and (max-width: 1024px) {
  .wp-block-media-text {
    display: inherit;
  }
  .wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .wp-block-media-text {
    display: inherit;
  }
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
    display: grid !important;
  }
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
    order: 2;
  }
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__media {
    order: 1;
  }
  .wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    min-height: 250px;
  }
}
.wp-block-table {
  border-bottom: none !important;
}
.wp-block-table td {
  vertical-align: top;
  word-break: normal;
}
@media (max-width: 767px) {
  .wp-block-table {
    display: block !important;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    -webkit-overflow-scrolling: touch;
    /* Enables smooth scrolling on iOS */
  }
  .wp-block-table th, .wp-block-table td:first-child {
    white-space: nowrap;
  }
  .wp-block-table .has-fixed-layout {
    table-layout: auto;
  }
}
.WordSection1 {
  font-family: "Source Sans Pro", sans-serif;
}
.WordSection1 tr:nth-child(even) {
  background-color: #f2f2f2;
}
.WordSection1 td {
  vertical-align: top;
  word-break: normal;
}
.WordSection1 td p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .WordSection1 {
    display: block !important;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    -webkit-overflow-scrolling: touch;
    /* Enables smooth scrolling on iOS */
  }
  .WordSection1 th, .WordSection1 td {
    white-space: nowrap;
  }
  .WordSection1 .has-fixed-layout {
    table-layout: auto;
  }
}
@media (max-width: 767px) {
  .WordSection1 {
    display: block !important;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    -webkit-overflow-scrolling: touch;
    /* Enables smooth scrolling on iOS */
  }
  .WordSection1 th, .WordSection1 td {
    white-space: nowrap;
  }
  .WordSection1 .has-fixed-layout {
    table-layout: auto;
  }
}
/* reducing amount of li indent */
.wp-block-list {
  margin-left: 30px;
}
.news-events h4 {
  /* for sitemap page */
  margin-bottom: 0;
}
.material-symbols-outlined {
  vertical-align: middle;
}
.small {
  font-size: 0.9em;
}
.before_footer a, .inside-top-bar a, .menu-footer-menu-container a, .gb-query-loop-wrapper a, .online-banking-form-container a, h3 a {
  text-decoration: none;
}
.archive-result-card {
  text-decoration: none;
}
.badge {
  display: inline-block;
  padding: 0.3em 0.45em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin: 0.15em;
}
.badge-primary {
  color: #ffffff;
  background-color: #640e32;
  /* #640e32; */
}
.badge-secondary {
  color: #ffffff;
  background-color: #707484;
}
.badge-lt-blue {
  color: #ffffff;
  background-color: #a3c4e0;
}
.text-decoration-none a, .text-decoration-none a:link, .text-decoration-none a:visited {
  text-decoration: none !important;
}
.text-decoration-none a:hover {
  text-decoration: underline !important;
}
.label {
  display: block;
  width: auto;
  float: left;
}
/* Highlight any link starting with http... as an external link with outbound symbol. */
/* Note wildcards ^ = starting, $ = containing 

a[href^="http://"]:after, 
a[href^="https://"]:after {
	font-family: 'Material Symbols Outlined';
	content: "\e1ca";  //outbound
	margin: 0 0 0 0.25em;	
}

/* But exclude any link starting with fnba */
a[href^="//fnba.msiak.net"]:after, a[href^="http://fnba.msiak.net"]:after, a[href^="https://fnba.msiak.net"]:after, a[href^="//fnbalaska.com"]:after, a[href^="https://fnbalaska.com"]:after, a[href^="https://www.fnbalaska.com"]:after {
  content: "";
  margin: 0;
}
/* Exclude any link containing images */
a[href$="http://"]:img, a[href$="https://"]:img, a[href$="http://"]:svg, a[href$="https://"]:svg {
  content: "";
  margin: 0;
}
/* Exclude any link social */
a[href^="//facebook.com/"]:after, a[href^="https://www.facebook.com"]:after, a[href^="//twitter.com/"]:after, a[href^="https://twitter.com/"]:after, a[href^="//instagram.com/"]:after, a[href^="https://www.instagram.com"]:after {
  content: "";
  margin: 0;
}
/* Highlight any link starting with mailto */
/* a[href^="mailto:"]:after {
	font-family: 'Material Symbols Outlined';
	content: "\e158"; //
	margin: 0 0 0 0.25em;	
}*/
/* Highlight any link starting with tel */
/*a[href^="tel:"]:after {
	font-family: 'Material Symbols Outlined';
	content: "\e0b0"; //phone
	margin: 0 0 0 0.25em;	
}*/
/* Highlight any link containing ($) pdf links 
a[href$=".pdf"]:after {
	font-family: 'Material Symbols Outlined';
	content: "\e415";  //pdf
	margin: 0 0 0 0.25em;	
}
/* end link highlighting */
.has-white-color a:not(.wp-block-button__link):not(.gb-button) {
  text-decoration: underline;
}
.wp-block-table.is-style-stripes thead {
  border-bottom: none;
}
.wp-block-table.is-style-stripes th {
  font-size: 20px;
  background-color: #640e32;
  color: #ffffff;
  border: 1px solid #e6e6e6;
}
.wp-block-table.is-style-stripes td {
  border-color: #e6e6e6;
}
.wp-block-group__inner-container {
  padding: 40px !important;
}
@media (max-width: 767px) {
  .wp-block-group__inner-container {
    padding: 40px 20px !important;
  }
}
.wp-block-list ul {
  list-style-type: circle;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  transition: ease-in-out 0.2s;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  color: #640e32 !important;
  background-color: #ffffff !important;
  text-decoration: none;
  border-color: #ffffff;
}
.has-gold-background-color .wp-block-button.is-style-fill a.wp-block-button__link:not(.has-background) {
  transition: ease-in-out 0.2s;
}
.has-gold-background-color .wp-block-button.is-style-fill a.wp-block-button__link:not(.has-background):hover {
  color: #ffffff !important;
  background-color: #541c3c !important;
}
.wp-block-column .wp-block-cover {
  min-height: 100% !important;
}
.wp-block-column .wp-block-cover.rounded-block-top {
  flex-wrap: wrap;
}
.wp-block-separator {
  border-top: 1px solid #e5e5e5 !important;
}
:where(.wp-block-columns) {
  margin-top: 2em;
}
.gb-container :where(.wp-block-columns) {
  margin-top: 0;
  margin-bottom: 0;
}
.penny-img, .is-style-round {
  position: relative;
  display: inline-block;
}
.penny-img img, .is-style-round img {
  display: block;
  width: 100%;
  height: auto;
}
.penny-img:after, .is-style-round:after {
  content: "";
  /* Pseudo-elements require a content property */
  position: absolute;
  top: 50%;
  /* Adjust position as needed */
  left: 50%;
  /* Adjust position as needed */
  width: 95%;
  /* Adjust size as needed */
  height: 95%;
  /* Adjust size as needed */
  background: url("../img/OuterPennyWhite-60pct.svg") no-repeat;
  background-size: contain;
  /* Ensure the SVG scales correctly */
  transform: translate(-50%, -50%);
  /* Offset the center alignment */
  pointer-events: none;
  /* Makes sure the SVG doesn't interfere with clicking the image */
  z-index: 1;
  /* Ensure the SVG is on top */
}
.rounded-block {
  border-radius: 15px;
  align-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rounded-block {
    padding: 0;
  }
}
.rounded-block-top {
  align-content: flex-start;
  border-radius: 15px;
  padding: 0.5rem;
}
.rounded-img-block {
  height: 100% !important;
  object-fit: cover;
}
.rounded-img-block img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .rounded-img-block {
    height: auto !important;
  }
}
@media (max-width: 480px) {
  .right-img-left-txt .right-img {
    order: 1;
  }
}
@media (max-width: 480px) {
  .right-img-left-txt .left-text {
    order: 2;
  }
}
.wp-block-search__button {
  border-radius: 5px;
}
input.wp-block-search__input {
  border-radius: 5px;
}
/* WP Details block using same style as MSI created FAQ block */
/* see blocks > faq > css */
.wp-block-details {
  background-color: #ffffff;
  padding-right: 1rem;
  /* add padding to content area (line up with summary below using negative margin */
  padding-left: 1rem;
  border-radius: 15px;
}
.wp-block-details summary {
  padding: 20px 20px;
  position: relative;
  background-color: #E3EDF6;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (max-width: 480px) {
  .wp-block-details summary {
    font-size: 17px;
  }
}
.wp-block-details[open] summary {
  margin-bottom: 1em;
}
.wp-block-details summary::marker, .wp-block-details summary::-webkit-details-marker {
  display: none;
  content: "";
}
.wp-block-details summary::after {
  font-family: "dashicons";
  content: "";
  text-align: right;
  font-weight: 900;
  font-size: 2rem;
  color: #333333;
  position: absolute;
  right: 5px;
  top: 20%;
}
@media (max-width: 480px) {
  .wp-block-details summary::after {
    top: 28%;
    font-size: 1.5rem;
  }
}
.wp-block-details[open] summary::after {
  content: "";
}
/* there is not a separate div called faq-content so using a :not to select everything but summary */
/*.faq-content {
    padding: .5em 2em;
}*/
.wp-block-details :not(summary) {
  animation: details-show 150ms ease-in-out;
}
.wp-block-details details::-webkit-details-marker, .wp-block-details details::marker {
  display: none;
  content: "";
}
@keyframes details-show {
  from {
    opacity: 0;
    transform: var(--details-translate, translateY(-0.5em));
  }
}
.wp-block-details details[open] > *:not(summary) {
  animation: details-show 150ms ease-in-out;
}
.wp-block-quote {
  border-left: 5px solid #640e32;
}
.page-id-96 .wp-block-quote, .page-id-4541 .wp-block-quote, .page-id-4537 .wp-block-quote, .page-id-4539 .wp-block-quote {
  border-left: 5px solid #a17941;
}
.button {
  border-radius: 5px;
}
.wp-block-button__link {
  border-radius: 5px;
}
.round-button {
  aspect-ratio: 1;
  /* font-size: clamp(10px,2vw,24px) !important; font will be 2vw with min of 10px and max of 24px */
  background-image: url(/wp-content/uploads/2024/09/1-logo-outline-only-50.svg);
  background-size: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  color: #640e32 !important;
  padding: 1.5em !important;
  transition: all 0.25s ease-out;
  line-height: 100%;
}
.round-button:hover {
  background-color: #640e32 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .round-button {
    font-size: clamp(0.9em, 3.5vw, 2em) !important;
    /* font will be 3vw with min of 1em and max of 1.5em */
  }
}
@media (max-width: 480px) {
  .round-button {
    font-size: clamp(0.9em, 3.5vw, 2em) !important;
    /* font will be 3vw with min of 1em and max of 1.5em */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .round-button {
    font-size: clamp(0.9em, 2vw, 1.5em) !important;
    /* font will be 3vw with min of 1em and max of 1.5em */
  }
}
@media (min-width: 1025px) {
  .round-button {
    line-height: 125%;
    font-size: clamp(1em, 2vw, 1.5em) !important;
    /* font will be 2vw with min of 1em and max of 1.5em */
  }
}
/* circle-feature creates a round clickable area. 
   Properties position:relative and a:before make entire area link. */
.circle-feature {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 767px) {
  .circle-feature {
    width: 35%;
    margin: 1em auto;
  }
}
.circle-feature a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.circle-feature h1, .circle-feature h2, .circle-feature h3, .circle-feature h4, .circle-feature h5, .circle-feature p {
  margin-bottom: 0;
  /* makes text centered on baseline */
}
.search-modal-form .search-field {
  background-color: #ffffff;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.search-modal-form .search-field:focus {
  background-color: #ffffff;
}
.search-modal-fields button, .search-modal-fields button:active, .search-modal-fields button:focus, .search-modal-fields button:hover {
  background-color: #640e32;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border-radius: 5px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
  border-radius: 5px;
}
.gform-body input[type=text], .gform-body textarea, .gform-body input[type=tel], .gform-body input[type=email] {
  font-size: 18px;
}
.gform-body input[type=text]:focus, .gform-body textarea:focus, .gform-body input[type=tel]:focus, .gform-body input[type=email]:focus {
  background-color: #ffffff;
}
.gform_footer #gform_submit_button_1 {
  font-size: 18px;
}
.gform_footer #gform_submit_button_1:hover {
  background-color: #a17941;
}
.external-link-modal {
  width: 680px;
  max-width: 95%;
  padding: 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}
.external-link-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  padding-inline: 1em;
}
.external-link-modal .modal-heading {
  padding: 1.5em 2.5em;
  background-color: #640e32;
}
.external-link-modal .modal-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.external-link-modal .modal-content {
  padding: 15px 15px 0 15px;
  background-color: #ffffff;
}
.external-link-modal .modal-content p {
  margin-bottom: 10px;
  text-align: center;
}
.external-link-modal .modal-interactions {
  padding: 1.5em;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
}
.external-link-modal .modal-interactions button, .external-link-modal .modal-interactions a {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.external-link-modal .modal-interactions a {
  background-color: #640e32;
}
.external-link-modal .modal-interactions a:hover {
  background-color: #541c3c;
}
.external-link-modal .modal-interactions button {
  background-color: #707484;
}
.external-link-modal .modal-interactions button:hover {
  background-color: #333333;
}
/* TODO by v: need to make sure the same style applied to all paginations.*/
/*Archive pagination */
.paging-navigation {
  text-align: center;
  margin: 30px 0;
}
.paging-navigation .nav-previous a, .paging-navigation .nav-next a {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #640e32;
  text-decoration: none;
  color: #640e32;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.paging-navigation .nav-previous a:hover, .paging-navigation .nav-next a:hover {
  background-color: #640e32;
  color: #ffffff;
}
.paging-navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
.paging-navigation .nav-links a, .paging-navigation .nav-links .current {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #640e32;
  text-decoration: none;
  color: #640e32;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 5px;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 480px) {
  .paging-navigation .nav-links a, .paging-navigation .nav-links .current {
    padding: 5px 8px;
    font-size: 15px;
  }
  .paging-navigation .nav-links a span, .paging-navigation .nav-links .current span {
    display: none;
  }
}
.paging-navigation .nav-links a:hover, .paging-navigation .nav-links .current {
  background-color: #640e32;
  color: #ffffff;
}
.paging-navigation .nav-links .current {
  background-color: #541c3c;
  border-color: #541c3c;
}
/*Workshop pagination */
.paging-navigation {
  text-align: center;
  margin-top: 30px;
}
.paging-navigation .nav-previous, .paging-navigation .nav-next {
  display: none;
  /* Hide the older/newer links */
}
.paging-navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.paging-navigation .nav-links ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  /* Ensure there's no default margin */
}
.paging-navigation .nav-links ul.page-numbers li {
  margin: 0 5px;
  /* Add margin to left and right */
}
.paging-navigation .nav-links ul.page-numbers a, .paging-navigation .nav-links ul.page-numbers .current {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #640e32;
  text-decoration: none;
  color: #640e32;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.paging-navigation .nav-links ul.page-numbers a:hover, .paging-navigation .nav-links ul.page-numbers .current {
  background-color: #640e32;
  color: #ffffff;
}
.paging-navigation .nav-links ul.page-numbers .current {
  background-color: #541c3c;
  border-color: #541c3c;
}
.page-numbers li {
  display: inline-block;
}
@media (max-width: 767px) {
  .page-numbers li {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-numbers li:first-child, .page-numbers li:last-child, .page-numbers li.current, .page-numbers li.prev, .page-numbers li.next {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .page-numbers li {
    display: inline-block;
  }
}
.media-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.media-wrapper .content {
  flex: 1;
  padding: 8px;
}
.media-wrapper .media-left, .media-wrapper .content-image-right {
  flex: 0 0 auto;
  padding: 8px;
  max-width: 50%;
}
@media (min-width: 768px) {
  .media-wrapper .media-left, .media-wrapper .content-image-right {
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  .media-wrapper .media-left, .media-wrapper .content-image-right {
    max-width: 30%;
  }
}
.content-image-right {
  margin: 0 0 20px 20px;
  float: right;
}
.media-left {
  margin: 0 20px 20px 0;
  float: left;
}
.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 0) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.before_footer {
  margin-top: 40px !important;
}
#nav_menu-3 {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-widgets .inside-footer-widgets {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .footer-widgets {
    text-align: center;
  }
  .footer-widgets .wp-block-social-links {
    justify-content: center;
  }
}
.footer-widgets .wp-block-group__inner-container {
  padding: 0 !important;
}
/* Inner page header styles */
.inner-header-container {
  display: flex;
  /* max-height: 550px; temporarily removed by b 08/27 */
  /* testing without the max height here and in pennymask below */
  background-color: #640e32;
  /* align-items: center; Center content vertically */
  align-items: stretch;
  /* testing by b 08/27 */
  justify-content: center;
  /* Center content horizontally */
  /* test removed by b 08/27 
	@include breakpoint(xsmall) { 
        display: grid;
        max-height: none;
    } */
  /* added by b 08/27 along with a min-height on penny-mask at small size */
}
@media (max-width: 767px) {
  .inner-header-container {
    flex-direction: column;
  }
}
.inner-header-container.no-featured-image {
  padding-bottom: 20px;
}
.inner-header-container .wealth-logo {
  max-width: 190px;
  margin-bottom: 1rem;
  margin-top: -2.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner-header-container .wealth-logo {
    max-width: 175px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .inner-header-container .wealth-logo {
    max-width: 160px;
    margin-top: 0;
  }
}
.inner-header-container .cta-bg {
  display: flex;
  background: #640e32;
  flex: 45%;
  align-items: center;
  /* Center content vertically */
}
@media (max-width: 767px) {
  .inner-header-container .cta-bg {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner-header-container .cta-bg {
    flex: 1;
  }
}
@media (min-width: 1400px) {
  .inner-header-container .cta-bg {
    flex: 65%;
  }
}
.inner-header-container .cta-bg .cta-container {
  padding: 4em;
  align-items: center;
}
@media (max-width: 480px) {
  .inner-header-container .cta-bg .cta-container {
    padding: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner-header-container .cta-bg .cta-container {
    padding: 2em;
  }
}
@media (min-width: 1025px) {
  .inner-header-container .cta-bg .cta-container {
    min-height: 450px;
  }
}
.inner-header-container .cta-bg h1, .inner-header-container .cta-bg h2, .inner-header-container .cta-bg p, .inner-header-container .cta-bg ul, .inner-header-container .cta-bg li {
  color: #ffffff;
}
@media (max-width: 480px) {
  .inner-header-container .cta-bg h2 {
    font-size: 25px;
  }
}
.inner-header-container .cta-bg .cta-button {
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
}
.inner-header-container .cta-bg .cta-button:hover {
  color: #640e32;
  background: #ffffff;
  transition: ease-in-out 0.2s;
}
.inner-header-container .inner-image {
  flex: 55%;
  position: relative;
  background-color: #640e32;
}
@media (max-width: 480px) {
  .inner-header-container .inner-image {
    order: 1;
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner-header-container .inner-image {
    flex: 1;
  }
}
.inner-header-container .penny-mask {
  -webkit-mask-image: url("../img/hero-penny-mask.svg");
  mask-image: url("../img/hero-penny-mask.svg");
  /* URL to mask */
  mask-repeat: no-repeat;
  mask-position: left;
  /* mask-size: 100%; removed by b 08/27 */
  mask-size: cover;
  /* added by b 08/27 */
  width: 100%;
  /* height: 100vh; removed by b 08/27 */
  /* max-height: 550px; temporarily removed by b 08/27 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 480px) {
  .inner-header-container .penny-mask {
    mask-image: none;
    height: 175px;
    background-position: 0 20% !important;
  }
}
@media (max-width: 767px) {
  .inner-header-container .penny-mask {
    min-height: 300px;
    /* added by b 08/27 */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner-header-container .penny-mask {
    mask-size: cover;
    background-position: 40% !important;
  }
}
.no-featured-image {
  padding: 20px 0;
  background-color: #E3EDF6;
  color: #333333;
  margin-bottom: 2em;
}
.no-featured-image h1 {
  padding: 0 40px;
  margin-top: 20px;
}
.FDIC-mobile-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.FDIC-mobile-logo img {
  width: 37.36px;
  height: 15.74px;
  object-fit: contain !important;
}
.FDIC-mobile-logo figcaption {
  font-family: "Source Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 1em;
  font-size: 12.8px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}
/* FDIC logo ensure minimum size - we're not using this widget anymore
#block-26 figure img {
	min-height: 16px;
}*/
.page-id-96 #block-26, .page-id-4541 #block-26, .page-id-4537 #block-26, .page-id-4539 #block-26, .page-id-10575 #block-26 {
  display: none;
}
.page-id-96 .FDIC-mobile-logo, .page-id-96 .fdic-logo-mobile, .page-id-4541 .FDIC-mobile-logo, .page-id-4541 .fdic-logo-mobile, .page-id-4537 .FDIC-mobile-logo, .page-id-4537 .fdic-logo-mobile, .page-id-4539 .FDIC-mobile-logo, .page-id-4539 .fdic-logo-mobile, .page-id-10575 .FDIC-mobile-logo, .page-id-10575 .fdic-logo-mobile {
  display: none;
}
.page-id-96 .no-featured-image, .page-id-4541 .no-featured-image, .page-id-4537 .no-featured-image, .page-id-4539 .no-featured-image, .page-id-10575 .no-featured-image {
  background: #866437;
  color: #ffffff;
}
.page-id-4460 #block-26, .page-id-3005 #block-26 {
  display: none;
}
.page-id-4460 .FDIC-mobile-logo, .page-id-4460 .fdic-logo-mobile, .page-id-3005 .FDIC-mobile-logo, .page-id-3005 .fdic-logo-mobile {
  display: none;
}
/* These are selected styles for menus that are NOT controlled by Mega Menu. See MegaMenu plugin css for all those settings */
/* Knock out theme header items temporarily. These are replaced by MegaMenu */
.site-logo {
  display: none;
}
.main-navigation .menu-bar-items {
  display: none;
}
/* Move search to top bar and set ordering */
#nav_menu-2 {
  order: 1;
}
#block-25 {
  order: 2;
  margin-left: 1em;
}
/* move things around in top bar - FDIC left, menu items right */
.top-bar-align-right .widget:first-child {
  margin-left: 40px;
  margin-right: 2em;
}
@media (max-width: 767px) {
  .top-bar-align-right .widget:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-bar-align-right .widget:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-bar-align-right .widget:nth-child(2) {
  margin-left: auto;
}
/* Center menu items on mobile and tablet. Justify right and line up with login button on desktop */
.top-bar .inside-top-bar .widget:last-child {
  margin-right: auto;
}
@media (min-width: 1025px) {
  .top-bar .inside-top-bar .widget:last-child {
    margin-right: 40px;
  }
}
/* end menu testing */
#menu-utility-nav {
  font-size: 0.9em;
}
@media (max-width: 480px) {
  #menu-utility-nav {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  #menu-utility-nav {
    font-size: 0.8em;
  }
}
@media (max-width: 480px) {
  .top-bar .widget_nav_menu li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-bar .widget_nav_menu li {
    padding: 0;
  }
}
.online-banking-form-container {
  text-align: center;
  height: auto;
  /* Let the height adjust based on content */
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: #a3c4e0;
  color: #000000;
  padding: 25px 30px;
  opacity: 0;
  /* Start hidden */
  transition: opacity 0.5s ease-in-out;
  /* Add transition for fade effect */
  max-width: 480px;
  width: 100%;
  font-family: Source Sans Pro, sans-serif;
}
.online-banking-form-container .additional-info-links {
  font-size: 16px;
}
.mega-menu-item .login-dropdown .online-banking-form-container .additional-info-links a {
  font-size: 16px;
  font-family: Source Sans Pro, sans-serif;
}
.mega-menu-item .login-dropdown .online-banking-form-container .survey-button {
  font-family: Source Sans Pro, sans-serif;
}
@media (max-width: 767px) {
  .mega-menu-item .login-dropdown .online-banking-form-container {
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mega-menu-item .login-dropdown .online-banking-form-container {
    max-width: unset;
  }
}
.online-banking-form-container a {
  display: inline;
  color: black;
  font-weight: 600;
  transition: ease-in-out 0.3s;
}
.online-banking-form-container a:hover {
  color: #a17941;
}
.online-banking-form-container a.survey-button {
  color: #640e32;
  transition: ease-in-out 0.3s;
}
.online-banking-form-container a.survey-button:hover {
  color: #a17941;
}
.online-banking-form-container form p {
  color: #000000 !important;
}
.online-banking-form-container .form-control {
  background-color: #ffffff;
  margin: 4px;
  width: 100%;
  border: 0;
  border-radius: 5px;
}
.online-banking-form-container .form-control:focus {
  background-color: #ffffff;
  /* Ensure background stays white on focus */
  box-shadow: none;
  /* Remove the default box-shadow or outline */
}
.online-banking-form-container .login-button {
  width: 100%;
  border-radius: 5px;
  margin: 4px;
}
.online-banking-form-container .login-button span {
  font-size: 1rem;
}
.online-banking-form-container h4, .online-banking-form-container p {
  margin-bottom: 6px;
}
.online-banking-form-container .required {
  font-style: italic;
  color: #640e32;
}
.mega-menu-item .login-dropdown {
  position: absolute;
  top: 54px;
  /* Position it right below the button */
  left: auto;
  /* Align with the right edge */
  right: 0;
  /* Align the dropdown to the right of the button */
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /* Ensure it appears on top of other content */
  width: 100%;
  /* Adjust width as needed */
  min-width: 400px;
  /* Ensure the dropdown is wide enough */
}
@media (max-width: 767px) {
  .mega-menu-item .login-dropdown {
    min-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mega-menu-item .login-dropdown {
    min-width: unset;
  }
}
/* moved to mega menu styles panel
.mega-menu-item > a.top-nav-button {
	margin-right: 1.25rem!important;
}
*/
.online-banking-form-container .form-control:focus {
  outline: none;
  /* Remove the default outline */
  box-shadow: none;
  /* Remove any box shadow */
  border-color: transparent;
  /* Optional: Adjust the border color */
}
/* Home page */
/* header */
/* Note other styles for this container are using class ".inner-header-container" found in "/layout/_header.scss" . Class ".home-header-container" adds on things just for this page. */
.home-header-container {
  flex-direction: row;
  /* inner-home-text and cta-button un-nested from penny-mask by b 08/28 */
}
@media (max-width: 767px) {
  .home-header-container {
    flex-direction: column;
    max-height: none;
  }
}
.home-header-container .inner-home-text {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 1em;
  border-radius: 0.5em;
  position: absolute;
  /* added by */
  bottom: 2em;
}
@media (min-width: 1025px) {
  .home-header-container .inner-home-text {
    width: 60%;
    margin-left: 15%;
    min-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-header-container .inner-home-text {
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .home-header-container .inner-home-text {
    width: 480px;
    margin-left: calc(50% - 240px);
  }
}
@media (max-width: 480px) {
  .home-header-container .inner-home-text {
    width: 300px;
    margin-left: calc(50% - 150px);
  }
}
.home-header-container .cta-button {
  color: #fff;
  padding: 0.25em 1em;
  border: 1px solid #fff;
  border-radius: 0.25em;
  text-decoration: none;
}
.home-header-container .cta-button:hover {
  color: #000000;
  background-color: #ffffff;
}
.home-header-container .cta-bg .cta-container {
  padding: 1em;
  background-color: #640e32;
}
.home-header-container .cta-bg .cta-container .online-banking-form-container {
  padding: 1em 1.5em;
  border-radius: 1em;
}
.home-header-container .penny-mask {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 400px;
  /* inner-home-text and cta-button were here but moved out of this div so not covered by mask */
}
@media (min-width: 1025px) {
  .home-header-container .penny-mask {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-header-container .penny-mask {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home-header-container .penny-mask {
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .home-header-container .penny-mask {
    margin-left: 0%;
  }
}
/* end header styles */
/* Page adjustmemts */
@media (max-width: 767px) {
  .one-container .site-content {
    padding-top: 0;
  }
}
.gb-container-06176203 {
  margin-top: 0;
}
.gb-grid-wrapper-0373c0e3 > .gb-grid-column {
  padding: 10px;
}
/*
.circle {
	height: 240px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5em;
	margin: auto;
} */
.icon-nav {
  gap: 1em;
  padding: 0 8rem;
}
.icon-nav .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  font-size: 1.5em;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.icon-nav .wp-block-column p {
  margin-bottom: 0;
}
.icon-nav .my-linked-container .wp-block-column {
  position: relative;
}
.icon-nav .my-linked-container a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.home .inner-header-container .cta-bg, .page-id-14401 .inner-header-container .cta-bg, .page-id-14875 .inner-header-container .cta-bg {
  justify-content: center;
}
@media (min-width: 1025px) {
  .home .home-header-container .inner-home-text, .page-id-14401 .home-header-container .inner-home-text, .page-id-14875 .home-header-container .inner-home-text {
    width: 55%;
    margin-left: 17%;
  }
  .home .inner-header-container .cta-bg, .page-id-14401 .inner-header-container .cta-bg, .page-id-14875 .inner-header-container .cta-bg {
    flex: 60%;
  }
  .home .home-header-container .cta-button, .page-id-14401 .home-header-container .cta-button, .page-id-14875 .home-header-container .cta-button {
    margin: 0 auto;
    display: block;
    width: 250px;
  }
  .home .inner-header-container .inner-image, .page-id-14401 .inner-header-container .inner-image, .page-id-14875 .inner-header-container .inner-image {
    flex: 70%;
  }
  .home .inner-home-text h2, .page-id-14401 .inner-home-text h2, .page-id-14875 .inner-home-text h2 {
    text-align: center;
  }
}
/* Search results page styles */
.search-results .search-form {
  margin-top: 2em;
  margin-bottom: 2em;
}
.search-results article {
  background-color: #fafafa;
  padding: 1em;
}
.search-results article h4 {
  margin-bottom: 0.5em;
}
.search-results article .entry-summary {
  display: flex;
  flex-direction: row;
  margin-top: 0;
}
.search-results article .entry-summary .featured-image {
  width: 40%;
  min-width: 150px;
  height: auto;
  margin-left: 1em;
  margin-bottom: 1em;
}
.search-results article .entry-summary p {
  margin-bottom: 0.5em;
}
.search-results #nav-below {
  margin-bottom: 1em;
}
/* The styles for Search page and individual Team Posts */
/* Search Page */
.highlight {
  background-color: #efe96e;
}
/* Display search results in grid */
.faq-item {
  cursor: pointer;
}
.faq-item summary {
  padding-right: 60px;
}
.faq-item summary::after {
  font-family: "dashicons";
  content: "";
  text-align: right;
  font-weight: 900;
  font-size: 2rem;
  color: #333333;
  position: absolute;
  right: 5px;
  top: 20%;
}
.searchandfilter[data-sf-form-id="5596"] .sf-input-text {
  min-width: 550px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .searchandfilter[data-sf-form-id="5596"] .sf-input-text {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .searchandfilter[data-sf-form-id="5596"] .sf-input-text {
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .searchandfilter[data-sf-form-id="5596"] .sf-input-select {
    width: 535px;
  }
}
@media (max-width: 767px) {
  .searchandfilter[data-sf-form-id="5596"] .sf-input-select {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .searchandfilter[data-sf-form-id="5596"] .sf-input-select {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .faq-block {
    width: 100%;
  }
  .faq-block-container {
    padding: 0;
  }
}
.searchandfilter[data-sf-form-id="5596"] {
  text-align: center;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .searchandfilter[data-sf-form-id="5596"] {
    padding: 0;
  }
}
.searchandfilter[data-sf-form-id="5596"] > ul {
  margin: 0;
  padding: 0;
}
.searchandfilter[data-sf-form-id="5596"] > ul > li {
  display: inline-block;
  padding-right: 10px;
}
.searchandfilter[data-sf-form-id="5596"] input[type=email], .searchandfilter[data-sf-form-id="5596"] input[type=number], .searchandfilter[data-sf-form-id="5596"] input[type=password], .searchandfilter[data-sf-form-id="5596"] input[type=search], .searchandfilter[data-sf-form-id="5596"] input[type=tel], .searchandfilter[data-sf-form-id="5596"] input[type=text], .searchandfilter[data-sf-form-id="5596"] input[type=url], .searchandfilter[data-sf-form-id="5596"] select, .searchandfilter[data-sf-form-id="5596"] textarea {
  font-size: 1em;
  border: 1px solid #333333;
  border-radius: 0.25em;
  padding: 0.5em 2em 0.5em 1em;
  margin-bottom: 1em;
  max-width: 100%;
  color: #333333;
}
.searchandfilter[data-sf-form-id="5596"] button, .searchandfilter[data-sf-form-id="5596"] input[type=button], .searchandfilter[data-sf-form-id="5596"] input[type=reset], .searchandfilter[data-sf-form-id="5596"] input[type=submit] {
  font-size: 1em;
  padding: 0.5em 2.5em 0.5em 2.5em;
  border-radius: 0.25em;
}
[data-sf-form-id="5596"] .search-filter-item {
  display: inline-block;
  margin-right: 10px;
  /* Adjust spacing between fields */
  vertical-align: middle;
}
[data-sf-form-id="5596"] .search-filter-container {
  display: flex;
  flex-wrap: wrap;
  /* Keeps fields inline, but wraps if necessary */
}
[data-sf-form-id="5596"] .search-filter-item select, [data-sf-form-id="5596"] .search-filter-item input {
  width: auto;
  /* Adjust field width as needed */
}
/* Nearly all styling for A Store Locator is in the plugin settings. template 0. Check there first! */
/* Styling for overall list page results page  */
/* Removing extra space around store image */
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc .sl-logo-cont .sl-logo-box {
  /*max-width: max-content;
	margin: 0 auto;
	background: #f8f8f8;
	padding: 8px 10px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;*/
  background-color: transparent !important;
  padding: 0 !important;
}
/* Styling for detail page */
.asl-store-pg .img-box {
  /*padding: 15px 17px;
		border-radius: 5px;
		background: #f8f8f8;
		border: 1px solid #e3e3e3;*/
  background-color: transparent !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .asl-store-pg .img-box img {
    width: 100% !important;
  }
}
.asl-store-pg .asl-content-box .sl-address .sl-store-info p {
  font-size: 1em !important;
}
.asl-store-pg .asl-content-box .sl-address .sl-store-info .sl-timings .sl-day span, .asl-store-pg .asl-content-box .sl-address .sl-store-info .sl-timings .sl-day .sl-day-lbl {
  font-size: 0.9em !important;
}
.asl-store-pg .cat-tags {
  display: none !important;
}
/* Layout for detail page is at .../agile-store-locator/public/partials/asl-store-page.php */
.contact-info {
  margin-top: 2em;
}
.ccm-image-block {
  width: 100%;
  max-width: 600px;
}
/* Styles for property table */
div.dt-container {
  overflow-x: auto;
}
/* Styles for the individual property listings */
.single-property-listings .entry-header {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .single-property-listings .back-link {
    margin-top: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .property-container {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .property-container {
    display: flex;
    flex-direction: row;
  }
}
.property-description-container {
  margin-top: 1em;
  border: 1px solid #777;
  border-radius: 0.5em;
}
.property-description-container div {
  padding: 0.5em;
}
.property-left-col, .property-right-col {
  padding: 0.5em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .property-left-col {
    width: 35%;
  }
}
@media (min-width: 1025px) {
  .property-left-col {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .property-right-col {
    width: 65%;
  }
}
@media (min-width: 1025px) {
  .property-right-col {
    width: 75%;
  }
}
.property-image {
  width: 100%;
  border-radius: 1em;
}
.property-line-item {
  width: 100%;
  padding: 0.5em 1em 0.75em 1em;
  border: 1px solid #efefef;
}
.short {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .short {
    flex-direction: column;
  }
}
.property-line-item:nth-child(odd) {
  background-color: #efefef;
}
.property-label {
  min-width: 12em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
/* for thickbox */
#TB_window {
  background-color: transparent;
}
#TB_window img#TB_Image {
  border-radius: 1em;
}
#TB_closeWindowButton {
  top: 0;
}
/* The styles for Search page and individual Team Posts */
/* Search Page */
/* Display search results in grid */
.archive-result-parent {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}
@media (max-width: 480px) {
  .archive-result-parent {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .archive-result-parent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .archive-result-parent {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .archive-result-parent {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.archive-result-card {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  transition: all 0.15s ease-out;
}
.archive-result-card:hover {
  background-color: #ededed;
}
.archive-result-card img {
  border-radius: 0.5em 0.5em 0 0;
}
.archive-result-card .card-content {
  padding: 1em;
}
.archive-result-card .card-content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5em;
  color: #333333;
}
@media (max-width: 767px) {
  .archive-result-card .card-content h2 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .archive-result-card .card-content h2 {
    font-size: 1.5em;
  }
}
.archive-result-card .card-content h3 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  color: #640e32;
}
@media (max-width: 767px) {
  .archive-result-card .card-content h3 {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .archive-result-card .card-content h3 {
    font-size: 1.15em;
  }
}
.archive-result-card .card-content p {
  color: #333333;
}
.archive-result-card .card-content .team-dept, .archive-result-card .card-content .team-location {
  margin-bottom: 1em;
  line-height: 1em;
  color: #333333;
}
@media (max-width: 767px) {
  .archive-result-card .card-content .team-dept, .archive-result-card .card-content .team-location {
    margin-bottom: 0.5em;
  }
}
.archive-result-card .card-content .team-dept div, .archive-result-card .card-content .team-location div {
  display: inline-block;
}
/*.custom-select {
  min-width: 350px;
  position: relative;
}*/
/* Search and Filter form */
.searchandfilter[data-sf-form-id="4705"] ul {
  margin: 0;
}
.searchandfilter[data-sf-form-id="4705"] > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 1em 0 0 !important;
}
.searchandfilter[data-sf-form-id="4705"] input[type=email], .searchandfilter[data-sf-form-id="4705"] input[type=number], .searchandfilter[data-sf-form-id="4705"] input[type=password], .searchandfilter[data-sf-form-id="4705"] input[type=search], .searchandfilter[data-sf-form-id="4705"] input[type=tel], .searchandfilter[data-sf-form-id="4705"] input[type=text], .searchandfilter[data-sf-form-id="4705"] input[type=url], .searchandfilter[data-sf-form-id="4705"] select, .searchandfilter[data-sf-form-id="4705"] textarea {
  font-size: 1em;
  border: 1px solid #333333;
  border-radius: 0.25em;
  padding: 0.5em 2em 0.5em 1em;
  margin-bottom: 1em;
  max-width: 100%;
  color: #333333;
}
.searchandfilter[data-sf-form-id="4705"] button, .searchandfilter[data-sf-form-id="4705"] input[type=button], .searchandfilter[data-sf-form-id="4705"] input[type=reset], .searchandfilter[data-sf-form-id="4705"] input[type=submit] {
  font-size: 1em;
  padding: 0.5em 2.5em 0.5em 2.5em;
  border-radius: 0.25em;
}
.sf-field-taxonomy-expert_location select, .sf-field-taxonomy-team-department select {
  appearance: none;
  width: 100%;
  font-size: 1em;
  padding: 0.5em 2.5em 0.5em 2.5em;
  background-color: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  cursor: pointer;
}
.sf-field-taxonomy-expert_location::before, .sf-field-taxonomy-expert_location::after, .sf-field-taxonomy-team-department::before, .sf-field-taxonomy-team-department::after {
  --size: 0.3em;
  content: "";
  position: absolute;
  right: 1em;
  pointer-events: none;
}
#search-filter-results-4705 .pagination {
  display: none;
}
/* Individual Team Posts */
.single-team h1.entry-title {
  font-size: 2em;
}
@media (max-width: 767px) {
  .single-team .inside-article {
    display: flex;
    flex-direction: column;
  }
  .single-team h1.entry-title {
    font-size: 1.5em;
  }
  .single-team .entry-header {
    order: 1;
  }
  .single-team .featured-image {
    order: 2;
    width: 80%;
    margin: 1em auto;
    border-radius: 0.5em;
  }
  .single-team .entry-content {
    order: 3;
  }
}
.single-team .featured-image img {
  border-radius: 1em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-team .featured-image {
    max-width: 300px;
    width: 40%;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1025px) {
  .single-team .featured-image {
    max-width: 400px;
    width: 40%;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
  }
}
.single-team .team-terms p {
  margin-bottom: 0.5em;
}
.single-team .team-terms .team-label {
  font-weight: bold;
  margin-right: 0.5em;
}
.single-webinar .entry-header {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .single-webinar .back-link {
    margin-top: 1em;
  }
}
.webinar-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 20px auto;
  /* Center the video horizontally */
  text-align: center;
}
.webinar-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.webinar-list {
  margin: 20px 0;
}
.webinar-list .entry-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.webinar-list .entry-content {
  margin-bottom: 20px;
}
