/*2422 styles */

.block-2422.main-photo-header {
  --background-image: url(/uploads/media/v-638491267164732502/p80-b1786.jpg);
  display: flex;
  height: 41vw;
  color: #fff;
  line-height: 1;
  background-image: var(--background-image);
  background-size: cover;
}
.block-2422.main-photo-header .block-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 4rem;
  justify-content: center;
}
.block-2422.main-photo-header .block-inner.desktop-bottom {
  justify-content: flex-end;
}
.block-2422.main-photo-header .block-inner .contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-2422.main-photo-header .block-inner .contents .title {
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: -0.1rem;
  max-width: 100%;
}
.block-2422.main-photo-header .block-inner .contents .title.title-shadow .line1,
.block-2422.main-photo-header .block-inner .contents .title.title-shadow .line2 {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.block-2422.main-photo-header .block-inner .contents .title.small {
  font-size: 4.5rem;
}
.block-2422.main-photo-header .block-inner .contents .title .line2.indent {
  padding-left: 3rem;
}
.block-2422.main-photo-header .block-inner .contents .title.left {
  text-align: left;
}
.block-2422.main-photo-header .block-inner .contents .title.center {
  text-align: center;
}
.block-2422.main-photo-header .block-inner .contents .title.center .header-caption {
  justify-self: center;
}
.block-2422.main-photo-header .block-inner .contents .title.right {
  text-align: right;
}
.block-2422.main-photo-header .block-inner .contents .title.right .header-caption {
  justify-self: flex-end;
}
.block-2422.main-photo-header .block-inner .contents .title .header-caption {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  border-top: 0.75rem dotted rgba(255, 255, 255, 0.5);
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  max-width: 470px;
}
.block-2422.main-photo-header .block-inner .contents .title .header-caption.shadow {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.block-2422.main-photo-header .block-inner .contents .title-tablet,
.block-2422.main-photo-header .block-inner .contents .title-mobile {
  display: none;
}
.block-2422.main-photo-header ui-pen span {
  position: relative;
  z-index: 1;
}
.block-2422.main-photo-header ui-pen::part(svg) {
  width: calc(100% + 25px);
}
.block-2422.main-photo-header .caption {
  margin: 0 540px 0 0;
  line-height: 1.65;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-2422.main-photo-header {
    --background-image: url(/uploads/media/v-638604426005590699/p80-b2422-tablet.jpg);
  }
  .block-2422.main-photo-header .block-inner.desktop-center.tablet-center,
  .block-2422.main-photo-header .block-inner.desktop-bottom.tablet-center {
    justify-content: center;
  }
  .block-2422.main-photo-header .block-inner.desktop-center.tablet-bottom,
  .block-2422.main-photo-header .block-inner.desktop-bottom.tablet-bottom {
    justify-content: flex-end;
  }
  .block-2422.main-photo-header .block-inner .contents .title {
    font-size: 3.5rem;
  }
  .block-2422.main-photo-header .block-inner .contents .title .line2.indent {
    padding-left: 3rem;
  }
  .block-2422.main-photo-header .block-inner .contents .title.small {
    font-size: 3rem;
  }
  .block-2422.main-photo-header .block-inner .contents .title-desktop,
  .block-2422.main-photo-header .block-inner .contents .title-mobile {
    display: none;
  }
  .block-2422.main-photo-header .block-inner .contents .title-tablet {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .block-2422.main-photo-header {
    --background-image: url(/uploads/media/v-638491267823811751/p80-b1786-mobile.jpg);
    height: calc(135vw);
  }
  .block-2422.main-photo-header .block-inner {
    padding: 1rem;
  }
  .block-2422.main-photo-header .block-inner.desktop-center.mobile-center,
  .block-2422.main-photo-header .block-inner.desktop-bottom.mobile-center {
    justify-content: center;
  }
  .block-2422.main-photo-header .block-inner.desktop-center.mobile-bottom,
  .block-2422.main-photo-header .block-inner.desktop-bottom.mobile-bottom {
    justify-content: flex-end;
  }
  .block-2422.main-photo-header .block-inner.desktop-center.mobile-bottom .contents,
  .block-2422.main-photo-header .block-inner.desktop-bottom.mobile-bottom .contents {
    margin-bottom: 25%;
  }
  .block-2422.main-photo-header .block-inner .contents .title {
    font-size: 3rem;
  }
  .block-2422.main-photo-header .block-inner .contents .title .line2.indent {
    padding-left: 3rem;
  }
  .block-2422.main-photo-header .block-inner .contents .title.small {
    font-size: 2.5rem;
  }
  .block-2422.main-photo-header .block-inner .contents .title-desktop,
  .block-2422.main-photo-header .block-inner .contents .title-tablet {
    display: none;
  }
  .block-2422.main-photo-header .block-inner .contents .title-mobile {
    display: block;
  }
}
/*checking for variables*/

/*overides*/

/*2423 styles */

.block-2423.action-bar {
  display: flex;
  background-color: #a80000;
  background-image: url(https://assets.nwciowa.edu/nwciowa/img/bg-texture.png);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.block-2423.action-bar .block-inner {
  width: 100%;
}
.block-2423.action-bar .bar {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  justify-content: space-between;
}
.block-2423.action-bar .title {
  font-size: 2.75rem;
  font-weight: 600;
  text-shadow: 0 1px 0 rgb(0 0 0 / 25%);
  white-space: nowrap;
}
.block-2423.action-bar .buttons {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.block-2423.action-bar.is-centered .title {
  display: none;
}
.block-2423.action-bar.is-centered .buttons {
  flex: 1;
  justify-content: center;
}
.block-2423.action-bar a.button {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  line-height: 1;
  font-size: 2rem;
  background: none;
  color: #fff;
}
.block-2423.action-bar a.button:hover {
  background: #780000;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-2423.action-bar .title {
    font-size: 1.75rem;
  }
  .block-2423.action-bar .bar {
    height: 5rem;
  }
  .block-2423.action-bar a.button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .block-2423.action-bar .title {
    font-size: 1.5rem;
  }
  .block-2423.action-bar .bar {
    flex-direction: column;
    padding: 0 1rem;
    justify-content: center;
    gap: 0.5rem;
    height: 110px;
  }
  .block-2423.action-bar .bar .buttons {
    gap: 1rem;
  }
  .block-2423.action-bar a.button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
  .block-2423.action-bar.is-centered .bar {
    height: 80px;
  }
  .block-2423.action-bar.is-centered .buttons {
    flex: none;
  }
}
/*checking for variables*/

/*overides*/

/*2424 styles */

.block-2424.main-intro-statement {
  position: relative;
}
.block-2424.main-intro-statement::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 80%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='opacity:.5' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='.5' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cuse fill='%23fafafa' href='%23s' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='2'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f0f0f0'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-size: 150%;
  z-index: -1;
  transform-origin: center;
  transform: rotate(45deg);
}
.block-2424.main-intro-statement .block-inner {
  max-width: calc(1140px + 4rem);
  padding: 2rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: auto;
  gap: 1rem;
}
.block-2424.main-intro-statement .block-inner h1 {
  --hls: normal;
  font-weight: 700;
  color: #a80000;
  line-height: 1.15;
  font-size: 4rem;
  margin: 0;
  letter-spacing: var(--hls);
}
.block-2424.main-intro-statement .block-inner h1.small {
  font-size: 3.5rem;
}
.block-2424.main-intro-statement .block-inner h1.tablet-visible,
.block-2424.main-intro-statement .block-inner h1.mobile-visible {
  display: none;
}
.block-2424.main-intro-statement .block-inner .subtitle {
  font-size: 1.75rem;
  line-height: 1.15;
  color: #a80000;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
.block-2424.main-intro-statement .block-inner .content p {
  margin-bottom: 0;
}
.block-2424.main-intro-statement .block-inner p {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 0.25rem;
}
.block-2424.main-intro-statement .block-inner p a ui-icon {
  vertical-align: middle;
}
.block-2424.main-intro-statement .block-inner .links {
  display: flex;
  justify-content: center;
}
.block-2424.main-intro-statement .block-inner .links .text-link {
  font-size: 2rem;
}
.block-2424.main-intro-statement .block-inner .links .text-link ui-icon {
  vertical-align: middle;
}
.block-2424.main-intro-statement .block-inner .links .admissions {
  padding: 1rem;
  background: none;
  border: 2px solid #a80000;
  color: #222;
  display: block;
  border-radius: 0.25rem;
  width: fit-content;
  margin: auto;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  background: #fff;
}
.block-2424.main-intro-statement .block-inner .links .admissions:hover {
  color: #fff;
  background: #a80000;
}
.block-2424.main-intro-statement .block-inner .links .red {
  padding: 10px 20px;
  font-size: 1.5rem;
  border: 2px solid #a80000;
  border-radius: 5px;
  text-decoration: none;
  color: #a80000;
  background: #fff;
}
.block-2424.main-intro-statement .block-inner .links .red:hover {
  background-color: #a80000;
  color: #fff;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-2424.main-intro-statement .block-inner {
    width: calc(100% - 4rem);
    padding: 0;
    padding-top: 2rem;
  }
  .block-2424.main-intro-statement .block-inner h1 {
    font-size: 3rem;
  }
  .block-2424.main-intro-statement .block-inner h1.small {
    font-size: 2.5rem;
  }
  .block-2424.main-intro-statement .block-inner h1.desktop-visible,
  .block-2424.main-intro-statement .block-inner h1.mobile-visible {
    display: none;
  }
  .block-2424.main-intro-statement .block-inner h1.tablet-visible {
    display: block;
  }
  .block-2424.main-intro-statement .block-inner .subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .block-2424.main-intro-statement {
    overflow: hidden;
  }
  .block-2424.main-intro-statement .block-inner {
    width: calc(100% - 2rem);
    padding: 0;
    padding-top: 2rem;
  }
  .block-2424.main-intro-statement .block-inner h1 {
    font-size: 2.5rem;
  }
  .block-2424.main-intro-statement .block-inner h1.small {
    font-size: 2rem;
  }
  .block-2424.main-intro-statement .block-inner h1.desktop-visible,
  .block-2424.main-intro-statement .block-inner h1.tablet-visible {
    display: none;
  }
  .block-2424.main-intro-statement .block-inner h1.mobile-visible {
    display: block;
  }
  .block-2424.main-intro-statement .block-inner .subtitle {
    font-size: 1.5rem;
  }
}
/*checking for variables*/

/*overides*/

/*2425 styles */

.block-2425.divider {
  display: flex;
  justify-content: center;
}
.block-2425.divider .block-inner {
  width: 100%;
}
.block-2425.divider .block-inner.tablet-visible,
.block-2425.divider .block-inner.mobile-visible {
  display: none;
  padding: 0;
}
.block-2425.divider .block-inner.desktop-visible {
  --padding: 2rem;
  padding: var(--padding) 0;
}
.block-2425.divider hr {
  margin: 0;
}
.block-2425.divider hr.full {
  width: 100%;
  max-width: 100%;
}
.block-2425.divider hr.content {
  max-width: 1140px;
  margin: auto;
}
.block-2425.divider hr.thin {
  width: 480px;
  margin: auto;
}
.block-2425.divider hr.line {
  border: none;
  background-color: rgba(0, 0, 0, 0.075);
  height: 1px;
}
.block-2425.divider hr.dotted {
  border-top: 12px dotted #ccc;
  background: none;
  border-color: #ccc;
}
.block-2425.divider hr.none {
  border: none;
  background: none;
  margin: 0;
}
.block-2425.divider hr.red {
  border-color: #a80000;
}
.block-2425.divider hr.black {
  border-color: #000000;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-2425.divider .block-inner.desktop-visible,
  .block-2425.divider .block-inner.mobile-visible {
    display: none;
    padding: 0;
  }
  .block-2425.divider .block-inner.tablet-visible {
    display: block;
    --padding: 2rem;
    padding: var(--padding) 0;
  }
  .block-2425.divider hr.content {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width:767px) {
  .block-2425.divider .block-inner.desktop-visible,
  .block-2425.divider .block-inner.tablet-visible {
    display: none;
    padding: 0;
  }
  .block-2425.divider .block-inner.mobile-visible {
    display: block;
    --padding: 2rem;
    padding: var(--padding) 0;
  }
  .block-2425.divider hr.content {
    width: calc(100% - 2rem);
  }
  .block-2425.divider hr.thin {
    width: calc(100% - 2rem);
  }
}
/*checking for variables*/

/*overides*/

/*1698 styles */

.block-1698.image-links {
  --show: 3;
}
.block-1698.image-links .block-inner {
  display: flex;
  flex-direction: column;
  gap: var(--hgap);
  align-items: center;
}
.block-1698.image-links .block-inner .block-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  width: calc(24vw * var(--show));
}
.block-1698.image-links .block-inner .block-links a {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  width: 23vw;
}
.block-1698.image-links .block-inner .block-links a img {
  transition: 250ms transform ease-in-out, 250ms opacity ease-in-out;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1.8;
}
.block-1698.image-links .block-inner .block-links a span.right,
.block-1698.image-links .block-inner .block-links a span.left {
  display: flex;
  bottom: 0;
  color: white;
  font-size: 1.2rem;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: 250ms background ease-in-out;
  padding: 0;
}
.block-1698.image-links .block-inner .block-links a span.right strong,
.block-1698.image-links .block-inner .block-links a span.left strong {
  display: inline-block;
  align-self: flex-end;
  margin-bottom: 1rem;
}
.block-1698.image-links .block-inner .block-links a span.right.solid strong,
.block-1698.image-links .block-inner .block-links a span.left.solid strong {
  background: #a80000;
}
.block-1698.image-links .block-inner .block-links a span.right.transparent strong,
.block-1698.image-links .block-inner .block-links a span.left.transparent strong {
  background: rgba(187, 0, 0, 0.8);
}
.block-1698.image-links .block-inner .block-links a span.right.small strong,
.block-1698.image-links .block-inner .block-links a span.left.small strong {
  padding: 0.25rem 0.5rem;
}
.block-1698.image-links .block-inner .block-links a span.right.large strong,
.block-1698.image-links .block-inner .block-links a span.left.large strong {
  padding: 0.5rem 1rem;
}
.block-1698.image-links .block-inner .block-links a span.right {
  justify-content: flex-end;
}
.block-1698.image-links .block-inner .block-links a span.left {
  justify-content: flex-start;
}
.block-1698.image-links .block-inner .block-links a span.top {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 1rem;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 1;
  transform: rotate(180deg);
  text-align: right;
}
.block-1698.image-links .block-inner .block-links a span.top.solid {
  background: #a80000;
}
.block-1698.image-links .block-inner .block-links a span.top.transparent {
  background: rgba(187, 0, 0, 0.8);
}
.block-1698.image-links .block-inner .block-links a span.top.large {
  padding: 1rem 0.5rem;
}
.block-1698.image-links .block-inner .block-links a span.top.small {
  padding: 0.25rem 0.25rem;
}
.block-1698.image-links .block-inner .block-links a:hover img {
  transform: scale(1.35) rotate(-2deg) translateY(25px);
  transform-origin: center;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-1698.image-links .block-inner .block-links {
    width: calc(27vw * var(--show));
  }
  .block-1698.image-links .block-inner .block-links a {
    width: 25vw;
  }
  .block-1698.image-links .block-inner .block-links a img {
    aspect-ratio: 1.2;
  }
  .block-1698.image-links .block-inner .block-links a span.right.solid.small strong,
  .block-1698.image-links .block-inner .block-links a span.left.solid.small strong,
  .block-1698.image-links .block-inner .block-links a span.right.transparent.small strong,
  .block-1698.image-links .block-inner .block-links a span.left.transparent.small strong,
  .block-1698.image-links .block-inner .block-links a span.right.solid.large strong,
  .block-1698.image-links .block-inner .block-links a span.left.solid.large strong,
  .block-1698.image-links .block-inner .block-links a span.right.transparent.large strong,
  .block-1698.image-links .block-inner .block-links a span.left.transparent.large strong {
    padding-left: 0.5rem;
    background: linear-gradient(transparent, #000);
    line-height: 1;
    padding-bottom: 0.5rem;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .block-1698.image-links .block-inner {
    width: calc(100% - 2rem);
    margin: auto;
  }
  .block-1698.image-links .block-inner .block-links {
    justify-content: space-around;
    width: 100%;
  }
  .block-1698.image-links .block-inner .block-links a {
    width: 46%;
  }
  .block-1698.image-links .block-inner .block-links a img {
    aspect-ratio: 1.2;
  }
  .block-1698.image-links .block-inner .block-links a span.top {
    font-size: 0.8rem;
  }
  .block-1698.image-links .block-inner .block-links a span.top.large {
    padding: 0.5rem;
  }
  .block-1698.image-links .block-inner .block-links a span.right.solid.small strong,
  .block-1698.image-links .block-inner .block-links a span.left.solid.small strong,
  .block-1698.image-links .block-inner .block-links a span.right.transparent.small strong,
  .block-1698.image-links .block-inner .block-links a span.left.transparent.small strong,
  .block-1698.image-links .block-inner .block-links a span.right.solid.large strong,
  .block-1698.image-links .block-inner .block-links a span.left.solid.large strong,
  .block-1698.image-links .block-inner .block-links a span.right.transparent.large strong,
  .block-1698.image-links .block-inner .block-links a span.left.transparent.large strong {
    padding-left: 0.5rem;
    background: linear-gradient(transparent, #000);
    line-height: 1;
    padding-bottom: 0.5rem;
    width: 100%;
    margin-bottom: 0;
  }
}
/*checking for variables*/

/*overides*/

/*1763 styles */

.block-1763.stat-panel {
  background-size: cover;
  font-size: 110%;
  position: relative;
}
.block-1763.stat-panel a {
  text-decoration: none;
}
.block-1763.stat-panel .block-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.block-1763.stat-panel .fact-boxes {
  display: flex;
  width: 100%;
  padding: 2rem 1rem;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-bottom: 0;
}
.block-1763.stat-panel .box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #333;
  width: calc(100vw/3);
  max-width: 350px;
  line-height: 1.2;
  border: 8px solid transparent;
  align-items: center;
  gap: 0.5rem;
}
.block-1763.stat-panel .box:hover {
  border-color: var(--primary-color);
}
.block-1763.stat-panel .box:hover .divider {
  width: 90%;
}
.block-1763.stat-panel .box:hover .divider:before,
.block-1763.stat-panel .box:hover .divider:after {
  background: var(--primary-color);
}
.block-1763.stat-panel .box .f\:row {
  gap: 0.25rem;
}
.block-1763.stat-panel .box .f\:col {
  gap: 0.25rem;
}
.block-1763.stat-panel .box + .box {
  margin-left: 2rem;
}
.block-1763.stat-panel .box .stat,
.block-1763.stat-panel .box .title,
.block-1763.stat-panel .box .divider,
.block-1763.stat-panel .box .summary {
  display: block;
  margin: auto;
}
.block-1763.stat-panel .box .summary {
  padding: 0 2rem;
}
.block-1763.stat-panel .box .title {
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
}
.block-1763.stat-panel .box .h {
  display: inline-flex;
  gap: 0.5rem;
  margin: 0 auto;
}
.block-1763.stat-panel .box .icon ui-icon {
  font-size: 2.5rem;
  display: block;
}
.block-1763.stat-panel .box .icon img {
  max-width: 90px;
  max-height: 48px;
  margin: 0;
}
.block-1763.stat-panel .box .icon-image img {
  max-height: clamp(32px, 4vw, 48px);
  margin: 0;
}
.block-1763.stat-panel .box .stat {
  font-size: 325%;
  font-weight: 700;
  margin: 0;
  color: #a80000;
  white-space: nowrap;
  font-size: clamp(32px, 4vw, 48px);
}
.block-1763.stat-panel .box ui-svg {
  display: block;
  margin: 0 auto;
  color: #333;
}
.block-1763.stat-panel .box .summary {
  font-size: 80%;
  text-align: center;
}
.block-1763.stat-panel .box .divider {
  position: relative;
  width: 60%;
  height: 6px;
  background: var(--primary-color);
  transition: 250ms width ease-in-out;
  margin: 0.25rem auto;
}
.block-1763.stat-panel .box[href] .divider:before,
.block-1763.stat-panel .box[href] .divider:after {
  content: '';
  position: absolute;
  right: -4px;
  width: 20px;
  height: 6px;
  background: transparent;
  transition: 250ms background ease-in-out;
}
.block-1763.stat-panel .box[href] .divider:before {
  transform: rotate(45deg);
  top: -6px;
}
.block-1763.stat-panel .box[href] .divider:after {
  transform: rotate(-45deg);
  top: 4px;
}
.block-1763.stat-panel .box[href]:hover .divider:before,
.block-1763.stat-panel .box[href]:hover .divider:after {
  background: var(--primary-color);
}
.block-1763.stat-panel .box + .box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  border-left: 4px dotted #cdcdcd;
  margin-left: -1.5rem;
  transform: translateY(-50%);
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-1763.stat-panel .fact-boxes {
    flex-wrap: wrap;
  }
  .block-1763.stat-panel .box {
    width: calc(100vw/2);
  }
  .block-1763.stat-panel .box + .box {
    margin-left: 0;
  }
  .block-1763.stat-panel .box + .box:nth-child(2n+1):after {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .block-1763.stat-panel .fact-boxes {
    flex-wrap: wrap;
  }
  .block-1763.stat-panel .box {
    width: 100%;
  }
  .block-1763.stat-panel .box + .box {
    margin-left: 0;
  }
  .block-1763.stat-panel .box + .box:after {
    display: none;
  }
}
/*checking for variables*/

/*overides*/

/*5159 styles */

.block-5159.red-bar {
  --padtop: 0;
  --padbtm: 2rem;
}
.block-5159.red-bar .block-inner {
  display: flex;
  flex-direction: row;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='250' preserveAspectRatio='none' viewBox='0 0 1440 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='250' x='0' y='0' fill='none'%3e%3c/rect%3e%3cpath d='M8 250L258 0L310.5 0L60.5 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M266.6 250L516.6 0L687.6 0L437.6 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M476.20000000000005 250L726.2 0L804.2 0L554.2 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M713.8000000000001 250L963.8000000000001 0L1032.8000000000002 0L782.8000000000001 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M1412 250L1162 0L913 0L1163 250z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3cpath d='M1201.4 250L951.4000000000001 0L792.4000000000001 0L1042.4 250z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3cpath d='M954.8 250L704.8 0L523.3 0L773.3 250z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3cpath d='M719.1999999999999 250L469.19999999999993 0L164.69999999999993 0L414.69999999999993 250z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3cpath d='M1248.0624123606003 250L1440 58.062412360600376L1440 250z' fill='url(%23SvgjsLinearGradient1007)'%3e%3c/path%3e%3cpath d='M0 250L191.93758763939962 250L 0 58.062412360600376z' fill='url(%23SvgjsLinearGradient1008)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1007'%3e%3cstop stop-color='rgba(0%2c 0%2c 0%2c .25)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(0%2c 0%2c 0%2c .5)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1008'%3e%3cstop stop-color='rgba(0%2c 0%2c 0%2c .25)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(0%2c 0%2c 0%2c .5)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-color: #a80000;
  background-size: cover;
}
.block-5159.red-bar .block-inner.desktop-spacing {
  margin-top: var(--padtop);
  margin-bottom: var(--padbtm);
}
.block-5159.red-bar .block-inner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  width: 50%;
  padding: 1rem;
  padding-left: 2rem;
  color: #fff;
}
.block-5159.red-bar .block-inner .content h2 {
  font-size: 3rem;
  margin: 0;
}
.block-5159.red-bar .block-inner .content p {
  margin: 0;
}
.block-5159.red-bar .block-inner .content .button {
  background: #fff;
  color: #000;
  padding: 1rem 1.5rem;
  width: fit-content;
}
.block-5159.red-bar .block-inner .image {
  width: 50%;
}
.block-5159.red-bar .block-inner .image .arrow-image {
  width: 100%;
  height: calc(100% + 1.5rem);
  margin: -0.75rem 0;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
  object-fit: contain;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-5159.red-bar .block-inner.desktop-spacing {
    margin-top: 0;
    margin-bottom: 0;
  }
  .block-5159.red-bar .block-inner.tablet-spacing {
    margin-top: var(--padtop);
    margin-bottom: var(--padbtm);
  }
  .block-5159.red-bar .block-inner .content h2 {
    font-size: 2rem;
  }
  .block-5159.red-bar .block-inner .image {
    align-content: center;
    padding-right: 2rem;
  }
  .block-5159.red-bar .block-inner .image .arrow-image {
    height: fit-content;
    clip-path: none;
    margin: 0;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .block-5159.red-bar .block-inner {
    flex-direction: column-reverse;
  }
  .block-5159.red-bar .block-inner.desktop-spacing {
    margin-top: 0;
    margin-bottom: 0;
  }
  .block-5159.red-bar .block-inner.mobile-spacing {
    margin-top: var(--padtop);
    margin-bottom: var(--padbtm);
  }
  .block-5159.red-bar .block-inner .content {
    width: 100%;
    padding-left: 1rem;
  }
  .block-5159.red-bar .block-inner .content h2 {
    font-size: 2rem;
  }
  .block-5159.red-bar .block-inner .image {
    width: 100%;
  }
  .block-5159.red-bar .block-inner .image .arrow-image {
    clip-path: none;
  }
}
/*checking for variables*/

/*overides*/

/*1699 styles */

.block-1699.box-links {
  --show: 3;
}
.block-1699.box-links .block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-1699.box-links .block-inner .block-title {
  align-items: center;
}
.block-1699.box-links .block-inner .block-title h3 {
  font-weight: 600;
  font-size: 1.75rem;
  color: #a80000;
  margin-top: 0;
}
.block-1699.box-links .block-inner .block-links {
  justify-content: center;
  width: 75%;
  margin: auto;
}
.block-1699.box-links .block-inner .block-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(var(--show), minmax(25%, 1fr));
  grid-gap: 0.75rem;
  width: 100%;
}
.block-1699.box-links .block-inner .block-links ul li {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1.1rem;
}
.block-1699.box-links .block-inner .block-links ul li :hover {
  background: #a80000;
  border-radius: 0.25rem;
  color: #ffffff;
}
.block-1699.box-links .block-inner .block-links ul li :hover span {
  color: #ffffff;
}
.block-1699.box-links .block-inner .block-links ul li a {
  display: block;
  padding: 0.5rem;
  color: #333;
  height: 100%;
}
.block-1699.box-links .block-inner .block-links ul li a span {
  color: #a80000;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-1699.box-links .block-inner .block-links {
    width: 75%;
  }
}
@media screen and (max-width:767px) {
  .block-1699.box-links .block-inner {
    padding: 1rem;
  }
  .block-1699.box-links .block-inner .block-links {
    width: 100%;
  }
  .block-1699.box-links .block-inner .block-links ul {
    display: flex;
    flex-direction: column;
  }
  .block-1699.box-links .block-inner .block-links ul li {
    width: 100%;
    margin: 0;
  }
}
/*checking for variables*/

/*overides*/

/*2421 styles */

.block-2421.spacer-block .spacer {
  --height: 2.5rem;
  height: var(--height);
}
.block-2421.spacer-block .spacer.tablet-visible,
.block-2421.spacer-block .spacer.mobile-visible {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-2421.spacer-block .spacer {
    --height: 2rem;
    height: var(--height);
  }
  .block-2421.spacer-block .spacer.desktop-visible,
  .block-2421.spacer-block .spacer.mobile-visible {
    display: none;
  }
  .block-2421.spacer-block .spacer.tablet-visible {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .block-2421.spacer-block .spacer {
    --height: 2rem;
    height: var(--height);
  }
  .block-2421.spacer-block .spacer.desktop-visible,
  .block-2421.spacer-block .spacer.tablet-visible {
    display: none;
  }
  .block-2421.spacer-block .spacer.mobile-visible {
    display: block;
  }
}
/*checking for variables*/

/*overides*/

