@import url(https://use.typekit.net/joy8icj.css);

/* REMOVE THESE BEFORE PRODUCTION  */
@import 'icba-home.css';

/* VARIABLES  */
:root {
  /* Colors  */
  --icba-blue: hsl(201.3, 100%, 21%);
  --icba-light-blue: hsl(201, 75.9%, 31%);
  --icba-dark-blue: hsl(201.5, 95.8%, 18.8%);
  --icba-darker-blue: hsl(216.2, 100%, 15.3%);
  --icba-purple: hsl(270deg 71% 54%);
  --icba-light-purple: rgb(150, 93, 207);
  --icba-lighter-purple: rgb(169, 124, 214);
  --icba-orange: hsl(18, 69%, 50%);
  --icba-light-orange: hsl(18, 71%, 58%);
  --icba-white: hsl(0, 3%, 92%);
  --icba-pure-white: hsl(0, 0%, 100%);
  --icba-text-gray: hsl(260, 2%, 30%);
  --icba-text-light-gray: hsl(0, 2%, 46%);
  --icba-url-blue: hsl(219, 56%, 50%);
  --icba-url-hover: hsl(219deg 54% 49%);
  ;
  --icba-blue-gradient: linear-gradient(110deg, hsl(216, 68%, 19%) 50%, rgba(33, 82, 122, 0.268) 88%, rgba(0, 0, 0, 0.048) 100%);
  --icba-dark-gradient: linear-gradient(110deg, hsl(212, 65%, 22%) 65%, hsl(212, 51%, 37%) 100%);
  --icba-blue-gradient-square: linear-gradient(110deg, hsla(212.1, 64.6%, 22.2%, 0.95) 100%, hsl(212, 51%, 37%) 100%);
  --icba-dark-gradient-square: linear-gradient(110deg, rgba(11, 40, 73, 0.95) 100%, hsl(212, 74%, 12%) 100%);

  /* Fonts */
  --font-xxs: clamp(0.74rem, 0.70rem + 0.20vw, 0.8rem);
  --font-xs: clamp(0.80rem, 0.80rem + 0.21vw, 0.94rem);
  --font-sm: clamp(0.94rem, 0.89rem + 0.24vw, 1.1rem);
  --font-basic: clamp(1.13rem, 1.05rem + 0.37vw, 1.38rem);

  --font-md: clamp(1.25rem, 1.1vw, 1.25rem);
  --font-lg: clamp(1.5rem, 1.42vw, 1.75rem);
  --font-xl: clamp(1.6rem, 1.53vw, 2rem);
  --font-xxl: clamp(1.9rem, 1.6vw, 2.2rem);
  --font-xxxl: clamp(2rem, 2.2vw, 4.5rem);

  --font-massive: clamp(3.36rem, 2.8rem + 2.79vw, 5.25rem);

  /* Spacing */
  --space-xs: clamp(0.9rem, 0.8rem + 0.2vw, 1rem);
  --space-sm: clamp(1.13rem, 1.05rem + 0.37vw, 1.38rem);
  --space-md: clamp(2.33rem, 2.03rem + 1.52vw, 3.36rem);
  --space-lg: clamp(3.36rem, 2.8rem + 2.79vw, 5.25rem);
  --space-xl: clamp(4.33rem, 3rem + 3.11vw, 7.15rem);
  --space-xxl: clamp(6.83rem, 5.5rem + 4.81vw, 9.45rem);

  /* Border Radius */
  --border-sm: 0.25rem;
  --border-md: 0.50rem;
  --border-lg: 1rem;
  --border-round: 50%;

  /* Shadow */
  --shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  --shadow-lg: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

/* RESETS  */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  color: var(--icba-url-blue);
  text-decoration: none;
}

p a {
  text-decoration: none;
  color: var(--icba-url-blue);
  font-weight: 700;
}

p a:hover {
  color: var(--icba-light-blue);
  text-decoration: none;
}

p a:hover::before {
  bottom: 0;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  border: 1px solid transparent;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

[hidden] {
  display: none;
}

/* BODY */
html {
  line-height: 1.15;
  position: relative;
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  font-display: swap;
  font-size: 18px
}

/* SPACING UTLITIES  */
.my-sm {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.my-md {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}

.my-lg {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}

.my-xl {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.my-xxl {
  margin-top: var(--space-xxl);
  margin-bottom: var(--space-xxl);
}

.py-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}

.py-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

.py-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

.py-xl {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.py-xxl {
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xxl);
}

.px-sm {
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
}

.px-md {
  padding-left: var(--space-md);
  padding-right: var(--space-md);
}

.px-lg {
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}

.px-xl {
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
}

.px-xxl {
  padding-left: var(--space-xxl);
  padding-right: var(--space-xxl);
}

.p-sm {
  padding: var(--space-sm);
}

.p-md {
  padding: var(--space-md);
}

.p-lg {
  padding: var(--space-lg);
}

.p-xl {
  padding-left: var(--space-xl);
}

.p-xxl {
  padding: var(--space-xxl);
}

.mt-sm {
  margin-top: var(--space-sm);
}

.mb-sm {
  margin-bottom: var(--space-sm);
}

.mt-md {
  margin-top: var(--space-md);
}

.mb-md {
  margin-bottom: var(--space-md);
}

.mt-lg {
  margin-top: var(--space-lg);
}

.mb-lg {
  margin-bottom: var(--space-lg);
}

.mt-xl {
  margin-top: var(--space-xl);
}

.mb-xl {
  margin-bottom: var(--space-xl);
}

.mt-xxl {
  margin-top: var(--space-xxl);
}

.mb-xxl {
  margin-bottom: var(--space-xxl);
}

.pt-sm {
  padding-top: var(--space-sm);
}

.pb-sm {
  padding-bottom: var(--space-sm);
}

.pt-md {
  padding-top: var(--space-md);
}

.pb-md {
  padding-bottom: var(--space-md);
}

.pt-lg {
  padding-top: var(--space-lg);
}

.pb-lg {
  padding-bottom: var(--space-lg);
}

.pt-xl {
  padding-top: var(--space-xl);
}

.pb-xl {
  padding-bottom: var(--space-xl);
}

.pt-xxl {
  padding-top: var(--space-xxl);
}

.pb-xxl {
  padding-bottom: var(--space-xxl);
}

.sticky-top {
  top: 110px;
}


/* NAV  */
a.icba-logo,
a.sidenav a.icba-logo {
  display: block;
  text-indent: -9999px;
  width: 180px;
  height: 55px;
  margin: 13px 0;
  background: url("https://www.icba.org/images/default-source/icba-image/logos/icba-bank-svg-blue-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s
}

header {
  background: #fff;
  z-index: 8;
}

.eyebrow {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
  background: #0b2037;
}

.eyebrow ul {
  margin: 0
}

.eyebrow ul .list-inline-item:not(:last-child) {
  margin-right: 18px
}

.eyebrow a {
  color: #fff;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.eyebrow a.dropdown-item {
  color: #000
}

.eyebrow button {
  background: 0 0;
  border: none;
  color: #fff;
  padding: 0
}

.main-nav-search {
  position: fixed;
  top: 123px;
  left: 0;
  right: 0;
  height: 0;
  background: #02567a;
  overflow: hidden;
  transition: all ease-in-out .3s;
  z-index: 1998
}

.main-nav-search.active {
  height: 85px
}

.mega-nav__card li a {
  color: var(--icba-dark-blue);
  font-size: var(--font-sm);
  font-weight: 700;
}

.mega-nav__card li a:hover {
  color: var(--icba-url-hover);
  text-decoration: none;
}

.mega-nav__control:hover {
  color: var(--icba-url-hover)
}

.mega-nav__card li {
  margin-bottom: var(--space-sm);
}

.mega-nav__sub-nav.mega-nav__sub-nav--layout-3 .mega-nav__card {
  border-right: 1px solid #dbd9d9;
}

.mega-nav__sub-nav.mega-nav__sub-nav--layout-3 .mega-nav__card:last-child {
  border-right: none;
}

.mega-nav__card {
  padding: 0 2rem 0 0;
}

/* .mega-nav__nav--is-visible .mega-nav__sub-nav.mega-nav__sub-nav--layout-3 .mega-nav__card {
  border-right: none;
} */

.sf-search-input-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px #5524199e;
  height: 4rem;
}

.sf-search-input-wrapper input[type=search],
.sf-search-input-wrapper input[type=text] {
  font-size: 1.25rem;
  width: 97%;
  border: none
}

.sf-search-input-wrapper input[type=text] {
  line-height: 1.5;
  padding: .375rem .75rem;
  border-radius: .25rem
}

.sf-search-input-wrapper input[type=search]:focus,
.sf-search-input-wrapper input[type=text]:focus {
  box-shadow: none
}

.sf-search-input-wrapper button {
  font-size: 0;
  background: 0 0;
  border: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.sf-search-input-wrapper button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  color: #0070af;
  font-display: swap
}

.sub-nav {
  font-size: 18px;
  text-transform: none;
  line-height: normal;
  position: fixed;
  display: none;
  top: 122px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 998;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.sub-nav.open {
  display: block;
}

.compressed .sub-nav {
  top: 101px;
}

.sub-nav .border-right {
  border-color: #707070 !important
}

.sub-nav strong {
  display: block;
  margin-bottom: 15px
}

.sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.sub-nav ul li {
  margin-bottom: 14px
}

.sub-nav a {
  color: #000;
  letter-spacing: .08px;
  font-size: 16px
}

.sub-nav a:hover {
  color: #005981;
  text-decoration: none
}

.sub-nav img {
  margin-bottom: 7px
}

.breadcrumb {
  background: 0 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding: .5rem 0
}

.breadcrumb-item a {
  color: #959595;
}

/* MY NAV NAVBAR */
.mega-nav--desktop .mega-nav__items {
  height: 100%;
  display: flex;
  padding: 0;
  margin: 0;
}

.mega-nav__nav-inner ul {
  list-style: none;
  padding: 0;
}

.mega-nav-item-box {
  display: flex;
  align-content: center;
  align-items: center;
  height: 100%;
}

.mega-nav__card li:last-child {
  margin-bottom: 0;
}

.active-nav-link {
  background-color: hsla(var(--mn8-color-contrast-higher-hsl), 0.05);
  border-bottom: 3px solid var(--icba-light-purple);
}

/* BOOTSTRAP OVERRIDES  */
.container {
  max-width: 115rem !important;
}

.sfPageContainer .mega-nav-item-box,
.sfPageContainer .mega-nav__icon-btn {
  display: none;
}

/* FONTS AND TEXT */
h1,
h2,
h3,
h4,
h5 {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 20px;
  font-display: swap;
  color: var(--icba-dark-blue);
}

h1 {
  font-size: var(--font-xxxl) !important;
}

h2 {
  font-size: var(--font-xxl) !important;
}

h3 {
  font-size: var(--font-xl) !important;
}

h4 {
  font-size: var(--font-lg) !important;
}

h5 {
  font-size: var(--font-md) !important;
}

p {
  margin-bottom: var(--font-basic);
  color: var(--icba-text-gray);
  font-size: var(--font-md);
}

p.light,
.light-text {
  color: var(--icba-text-light-gray);
}

.blog-tag {
  color: var(--icba-light-purple);
}

a .blog-tag:hover {
  color: var(--icba-purple);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: var(--icba-light-blue);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: var(--icba-url-hover);
  text-decoration: none;
}

a h5:hover,
a h4:hover,
a h3:hover,
a h2:hover,
a h1:hover {
  color: var(--icba-url-hover);
  text-decoration: none;
}

h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline {
  border-bottom: 2px solid var(--icba-dark-blue);
  padding-bottom: 0.5rem;
}

a.dimmer {
  background-color: #023259;
  float: inherit;
  margin-bottom: .625em;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  border-radius: var(--border-md);
}

a.dimmer img {
  margin-bottom: 0;
  transition: opacity 300ms ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.dimmer img:hover {
  opacity: 0.7;
}

.square-img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.small-text {
  font-size: var(--font-xs);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.smallest-text {
  font-size: var(--font-xxs);
  text-transform: uppercase;
  letter-spacing: 1px;
}

sf-app.sf-app .h3 {
  font-size: 1.5rem !important;
}

/* COLOR UTLITIES  */
.icba-blue {
  color: var(--icba-dark-blue);
}

.icba-orange-text {
  color: var(--icba-orange);
}

.icba-dark-bg {
  background: var(--icba-dark-gradient);
}

.icba-dark-bg h1,
.icba-dark-bg h2,
.icba-dark-bg h3,
.icba-dark-bg h4,
.icba-dark-bg h5 {
  color: var(--icba-pure-white);
}

.icba-dark-bg p:not(.icba-card p) {
  color: var(--icba-text-light-gray);
}

.icba-dark-bg p:not(.icba-plain-card p) {
  color: var(--icba-white)
}

.bg-orange {
  background-color: var(--icba-orange);
  color: #fff;
}

.bg-dark-blue {
  background-color: var(--icba-dark-blue);
  color: #fff;
}

.bg-blue {
  background-color: var(--icba-dark-blue);
  color: #fff;
}

.bg-dark-blue h1,
.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue h4,
.bg-dark-blue h5,
.bg-dark-blue p,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5 {
  color: var(--icba-white);
}

.bg-dark-blue p {
  color: #FDFDFDBF;
}

.bg-orange {
  background-color: var(--icba-orange);
  color: #fff;
}

.bg-dark-blue {
  background-color: var(--icba-dark-blue);
  color: #fff;
}

.bg-blue {
  background-color: var(--icba-blue);
  color: #fff;
}

.bg-dark-blue h1,
.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue h4,
.bg-dark-blue h5,
.bg-dark-blue p,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue p {
  color: var(--icba-white);
}

.shadow-blue {
  box-shadow: 10px 10px 0px 0px var(--icba-blue);
}

.shadow-orange {
  box-shadow: 10px 10px 0px 0px var(--icba-orange);
}

.shadow-colors {
  box-shadow: 15px 10px 10px 0px var(--icba-blue), -15px 15px 10px 0px var(--icba-pink), 0px -15px 10px 0px var(--icba-orange);
}

/* MISC UTILITIES */
.radius-sm {
  border-radius: var(--border-sm);
}

.radius-md {
  border-radius: var(--border-md);
}

.radius-lg {
  border-radius: var(--border-lg);
}

.radius-round {
  border-radius: var(--border-round);
}

.radius-offset {
  border-radius: var(--border-lg) 0 var(--border-lg) 0;
}

.box-shadow {
  box-shadow: var(--shadow);
}

.box-shadow-lg {
  box-shadow: var(--shadow-lg);
}

/* LINKS AND BUTTONS  */
.arrow {
  display: inline-block;
  color: var(--icba-orange);
  z-index: 2;
  position: relative;
  font-weight: 700;
}

.arrow::after {
  transform: translateX(0);
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  font-weight: 900;
  content: "\f054";
  padding-left: 4px;
  color: var(--icba-orange);
}

.arrow:hover::after {
  display: inline-block;
  transform: translateX(3px);
  transition-duration: 0.3s;
  color: var(--icba-light-orange);
}

.arrow:hover {
  text-decoration: none;
  color: var(--icba--light-orange);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #141414;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 14px 21px;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: .25rem;
  font-weight: 700;
}

.btn-primary {
  background: var(--icba-purple);
  color: var(--icba-white);
  transition: .2s ease-in-out;
  transition-property: all;
  transition-property: all;
  transition-property: color, background-color, border-color;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background: var(--icba-light-purple);
  color: var(--icba-white);
  transform: translateY(-2px);
}

.btn-primary:focus {
  background-color: var(--icba-light-purple);
}

.btn-light {
  background: var(--icba-white);
  color: var(--icba-dark-blue);
  transition: .2s ease-in-out;
  transition-property: all;
  transition-property: all;
  transition-property: color, background-color, border-color;
}

.btn-light:hover {
  background: #bed8e3;
  color: var(--icba-light-purple);
  transform: translateY(-2px);
}

.btn-link {
  background: transparent;
  color: var(--icba-dark-blue);
  transition: .2s ease-in-out;
  transition-property: all;
  transition-property: all;
  transition-property: color, background-color, border-color;
}

.btn-link:hover {
  background: transparent;
  color: var(--icba-light-blue);
  text-decoration: none;
}

.btn-link-light {
  background: transparent;
  color: var(--icba-purple);
  transition: .2s ease-in-out;
  transition-property: all;
  transition-property: all;
  transition-property: color, background-color, border-color;
}

.btn-link-light:hover {
  background: transparent;
  color: var(--icba-light-purple);
  text-decoration: none;
}

/* REMOVE ANIMATIONS FOR REDUCE MOTION USERS */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*///// COMPONENTS /////*/
.icba-card {
  background: var(--icba-pure-white);
  border-radius: var(--border-md);
  box-shadow: var(--shadow);
  height: 100%;
  border-top: 20px solid var(--icba-orange);
  transition: all .3s;
}

.icba-card:hover {
  box-shadow: var(--shadow-lg);
}

.icba-plain-card {
  background: var(--icba-pure-white);
  border-radius: var(--border-md);
  box-shadow: var(--shadow);
  transition: all .3s;
}

.icba-plain-card:hover {
  box-shadow: var(--shadow-lg);
}

.icba-card,
.icba-plain-card p {
  color: var(--icba-text-light-gray);
}

.icba-card h1,
.icba-card h2,
.icba-card h3,
.icba-card h4,
.icba-card h5,
.icba-plain-card h1,
.icba-plain-card h2,
.icba-plain-card h3,
.icba-plain-card h4,
.icba-plain-card h5 {
  color: var(--icba-dark-blue);
}

.icba-list ul {
  padding-left: 20px;
}

.icba-list li::marker {
  color: var(--icba-orange);
  font-size: 150%;
}

.bg-orange .icba-list li::marker,
.bg-blue .icba-list li::marker,
.bg-dark-blue .icba-list li::marker,
.bg-pink .icba-list li::marker,
.bg-purple .icba-list li::marker {
  color: var(-icba-icba-pure-white);
}

.icba-dark-bg .icba-checklist {
  color: var(--icba-pure-white);
}

.icba-checklist {
  padding-left: 10px;
  font-size: var(--font-basic);
}

.icba-checklist li {
  padding-left: 15px;
}

.icba-checklist li::marker {
  content: '\2713';
  color: var(--icba-light-orange);
  font-size: 2rem;
  font-weight: bold;
}

.icba-card-body {
  padding: var(--space-md) var(--space-sm) calc(var(--space-md) + 20px) var(--space-sm);
}

.icba-card-body p {
  margin-bottom: 0;
  color: var(--icba-text-light-gray);
  font-weight: 300;
  font-size: var(--font-sm);
}

.icba-card-footer {
  margin-top: 1.5rem;
}

.card-icon {
  max-width: 75px;
  margin-bottom: var(--space-sm)
}

.icba-blog-content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.icba-blog-content:last-child {
  border-bottom: transparent;
}

.icba-large-news-content {
  margin-top: 20px;
}

.icba-panel-main h1 {
  line-height: 1;
  color: var(--icba-pure-white);
  margin-bottom: 10px;
}

.icba-paragraph {
  color: var(--icba-white);
  font-size: var(--font-basic);
  font-weight: 100;
}

.icba-panel-main span {
  display: inline;
  color: var(--icba-orange);
}

.icba-panel-main .hs-form-iframe {
  min-height: 100px;
}

.light-square,
.dark-square {
  height: 100vh;
}

.light-square .container,
.dark-square .container {
  height: 100%;
}

.light-square .row,
.dark-square .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}

.light-square .icba-paragraph,
.dark-square .icba-paragraph {
  font-size: var(--font-md);
  line-height: 1.3;
}

.bio-routed .lead-info {
  font-size: var(--font-sm);
  font-style: italic;
}

.news-block {
  padding: 1rem 0;
  border-bottom: 1px solid #d0d0d0;
}

.news-block:first-of-type {
  padding-top: 0;
}

.news-block:last-of-type {
  border-bottom: transparent;
}

.large-news-block {
  padding: 1rem 0;
  border-bottom: 1px solid #d0d0d0;
}

.news-tag {
  text-transform: uppercase;
  font-size: var(--font-xxs);
  color: var(--icba-light-purple);
}

.news-title {
  margin-bottom: 0;
}

.news-box img {
  border-radius: var(--border-md);
}

.news-tag-sponsored {
  text-transform: uppercase;
  font-size: var(--font-xxs);
  color: var(--icba-text-light-gray);
  font-style: italic;
}

.news-summary {
  margin-bottom: 5px;
}

.news-author {
  text-transform: uppercase;
  font-size: var(--font-xxs);
  color: var(--icba-text-light-gray);
  font-style: italic;
  margin-bottom: 0;
}

.news-author a {
  color: var(--icba-text-light-gray);
  font-weight: 400;
  font-size: var(--font-xxs) !important;
}

.row .gap-sm {
  margin-right: -15px;
  margin-left: -15px;
}

.gap-sm>.col-1,
.gap-sm>.col-2,
.gap-sm>.col-3,
.gap-sm>.col-4,
.gap-sm>.col-5,
.gap-sm>.col-6,
.gap-sm>.col-7,
.gap-sm>.col-8,
.gap-sm>.col-9,
.gap-sm>.col-10,
.gap-sm>.col-11,
.gap-sm>.col-12 {
  padding-right: 15px;
  padding-left: 15px;
}


.row {
  margin-right: -20px;
  margin-left: -20px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}

/* ADS */
.ga-box-center {
  justify-content: center;
  display: flex;
}

.alert-dismissible {
  padding-right: 0;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 2rem;
  color: inherit;
  font-size: 2rem;
}

.ga-box-square {
  height: 100%;
  background: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

/* FOOTER   */
footer {
  background-color: hsl(215, 100%, 7.1%);
  color: var(--icba-white);
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer p {
  color: var(--icba-white);
}

footer .footTop {
  padding: var(--space-sm) 0;
}

footer .footMid {
  background: #02193a;
  padding: var(--space-sm) 0;
}

footer .footMid a {
  color: var(--icba-white);
  font-size: var(--font-sm);
}

footer .footMid a:hover {
  color: var(--icba-pure-white);
  text-decoration: none;
}

footer .footMid ul {
  list-style: none;
  padding: 0 0 0 0;
}

footer .footMid li {
  margin-bottom: 7px;
}

.footBot .col-12 {
  padding-left: 29px;
}

.footBot {
  padding: 8px 0;
  font-size: var(--font-xs);
  font-style: italic;
}

.footMid strong {
  text-decoration: underline;
}

@media (min-width: 1400px) {}

@media (min-width: 1200px) {

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* MOBILE MEDIA QUERY */

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {

  :root {
    --icba-blue-gradient: linear-gradient(110deg, hsla(211, 67%, 13%, 0.847) 65%, rgba(105, 181, 243, 0.268) 88%, rgba(0, 0, 0, 0.048) 100%);
  }

  .loginDesk {
    display: none
  }

  .bootstrap-table .fixed-table-toolbar .search {
    width: 100%;
    margin-bottom: 10px
  }

  .loginMobile.d-none {
    display: block !important
  }


  .imgBG {
    opacity: .5
  }

  .panel {
    min-height: 500px !important
  }

  .panel h1 {
    font-size: 48px;
    line-height: 1
  }

  .panel.style1:before {
    background: rgba(0, 0, 0, .65)
  }


  .accordion .acc-btn {
    font-size: 24px;
    margin: 0
  }

  .accordion .card-body {
    padding: 2rem
  }

  .light-square,
  .dark-square {
    max-height: 650px;
  }

  .light-square .icba-paragraph,
  .dark-square .icba-paragraph {
    font-size: var(--font-basic);
    line-height: 1.3;
  }

}

@media (min-width: 576px) {}