/*2383 styles */

.block-2383.main-photo-header {
  --background-image: url(/uploads/media/v-638906750439905588/p85-b2383.jpg);
  display: flex;
  height: 41vw;
  color: #fff;
  line-height: 1;
  background-image: var(--background-image);
  background-size: cover;
}
.block-2383.main-photo-header .block-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 4rem;
  justify-content: center;
}
.block-2383.main-photo-header .block-inner.desktop-bottom {
  justify-content: flex-end;
}
.block-2383.main-photo-header .block-inner .contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-2383.main-photo-header .block-inner .contents .title {
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: -0.1rem;
  max-width: 100%;
}
.block-2383.main-photo-header .block-inner .contents .title.title-shadow .line1,
.block-2383.main-photo-header .block-inner .contents .title.title-shadow .line2 {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.block-2383.main-photo-header .block-inner .contents .title.small {
  font-size: 4.5rem;
}
.block-2383.main-photo-header .block-inner .contents .title .line2.indent {
  padding-left: 3rem;
}
.block-2383.main-photo-header .block-inner .contents .title.left {
  text-align: left;
}
.block-2383.main-photo-header .block-inner .contents .title.center {
  text-align: center;
}
.block-2383.main-photo-header .block-inner .contents .title.center .header-caption {
  justify-self: center;
}
.block-2383.main-photo-header .block-inner .contents .title.right {
  text-align: right;
}
.block-2383.main-photo-header .block-inner .contents .title.right .header-caption {
  justify-self: flex-end;
}
.block-2383.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-2383.main-photo-header .block-inner .contents .title .header-caption.shadow {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.block-2383.main-photo-header .block-inner .contents .title-tablet,
.block-2383.main-photo-header .block-inner .contents .title-mobile {
  display: none;
}
.block-2383.main-photo-header ui-pen span {
  position: relative;
  z-index: 1;
}
.block-2383.main-photo-header ui-pen::part(svg) {
  width: calc(100% + 25px);
}
.block-2383.main-photo-header .caption {
  margin: 0 540px 0 0;
  line-height: 1.65;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-2383.main-photo-header {
    --background-image: url(/uploads/media/v-638906752070773626/p85-b2383-tablet.jpg);
  }
  .block-2383.main-photo-header .block-inner.desktop-center.tablet-center,
  .block-2383.main-photo-header .block-inner.desktop-bottom.tablet-center {
    justify-content: center;
  }
  .block-2383.main-photo-header .block-inner.desktop-center.tablet-bottom,
  .block-2383.main-photo-header .block-inner.desktop-bottom.tablet-bottom {
    justify-content: flex-end;
  }
  .block-2383.main-photo-header .block-inner .contents .title {
    font-size: 3.5rem;
  }
  .block-2383.main-photo-header .block-inner .contents .title .line2.indent {
    padding-left: 3rem;
  }
  .block-2383.main-photo-header .block-inner .contents .title.small {
    font-size: 3rem;
  }
  .block-2383.main-photo-header .block-inner .contents .title-desktop,
  .block-2383.main-photo-header .block-inner .contents .title-mobile {
    display: none;
  }
  .block-2383.main-photo-header .block-inner .contents .title-tablet {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .block-2383.main-photo-header {
    --background-image: url(/uploads/media/v-638906752860831772/p85-b2383-mobile.jpg);
    height: calc(135vw);
  }
  .block-2383.main-photo-header .block-inner {
    padding: 1rem;
  }
  .block-2383.main-photo-header .block-inner.desktop-center.mobile-center,
  .block-2383.main-photo-header .block-inner.desktop-bottom.mobile-center {
    justify-content: center;
  }
  .block-2383.main-photo-header .block-inner.desktop-center.mobile-bottom,
  .block-2383.main-photo-header .block-inner.desktop-bottom.mobile-bottom {
    justify-content: flex-end;
  }
  .block-2383.main-photo-header .block-inner.desktop-center.mobile-bottom .contents,
  .block-2383.main-photo-header .block-inner.desktop-bottom.mobile-bottom .contents {
    margin-bottom: 25%;
  }
  .block-2383.main-photo-header .block-inner .contents .title {
    font-size: 3rem;
  }
  .block-2383.main-photo-header .block-inner .contents .title .line2.indent {
    padding-left: 3rem;
  }
  .block-2383.main-photo-header .block-inner .contents .title.small {
    font-size: 2.5rem;
  }
  .block-2383.main-photo-header .block-inner .contents .title-desktop,
  .block-2383.main-photo-header .block-inner .contents .title-tablet {
    display: none;
  }
  .block-2383.main-photo-header .block-inner .contents .title-mobile {
    display: block;
  }
}
/*checking for variables*/

/*overides*/

/*2384 styles */

.block-2384.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-2384.action-bar .block-inner {
  width: 100%;
}
.block-2384.action-bar .bar {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  justify-content: space-between;
}
.block-2384.action-bar .title {
  font-size: 2.75rem;
  font-weight: 600;
  text-shadow: 0 1px 0 rgb(0 0 0 / 25%);
  white-space: nowrap;
}
.block-2384.action-bar .buttons {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.block-2384.action-bar.is-centered .title {
  display: none;
}
.block-2384.action-bar.is-centered .buttons {
  flex: 1;
  justify-content: center;
}
.block-2384.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-2384.action-bar a.button:hover {
  background: #780000;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-2384.action-bar .title {
    font-size: 1.75rem;
  }
  .block-2384.action-bar .bar {
    height: 5rem;
  }
  .block-2384.action-bar a.button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .block-2384.action-bar .title {
    font-size: 1.5rem;
  }
  .block-2384.action-bar .bar {
    flex-direction: column;
    padding: 0 1rem;
    justify-content: center;
    gap: 0.5rem;
    height: 110px;
  }
  .block-2384.action-bar .bar .buttons {
    gap: 1rem;
  }
  .block-2384.action-bar a.button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
  .block-2384.action-bar.is-centered .bar {
    height: 80px;
  }
  .block-2384.action-bar.is-centered .buttons {
    flex: none;
  }
}
/*checking for variables*/

/*overides*/

/*2385 styles */

.block-2385.main-intro-statement {
  position: relative;
}
.block-2385.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-2385.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-2385.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-2385.main-intro-statement .block-inner h1.small {
  font-size: 3.5rem;
}
.block-2385.main-intro-statement .block-inner h1.tablet-visible,
.block-2385.main-intro-statement .block-inner h1.mobile-visible {
  display: none;
}
.block-2385.main-intro-statement .block-inner .subtitle {
  font-size: 1.75rem;
  line-height: 1.15;
  color: #a80000;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
.block-2385.main-intro-statement .block-inner .content p {
  margin-bottom: 0;
}
.block-2385.main-intro-statement .block-inner p {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 0.25rem;
}
.block-2385.main-intro-statement .block-inner p a ui-icon {
  vertical-align: middle;
}
.block-2385.main-intro-statement .block-inner .links {
  display: flex;
  justify-content: center;
}
.block-2385.main-intro-statement .block-inner .links .text-link {
  font-size: 2rem;
}
.block-2385.main-intro-statement .block-inner .links .text-link ui-icon {
  vertical-align: middle;
}
.block-2385.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-2385.main-intro-statement .block-inner .links .admissions:hover {
  color: #fff;
  background: #a80000;
}
.block-2385.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-2385.main-intro-statement .block-inner .links .red:hover {
  background-color: #a80000;
  color: #fff;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-2385.main-intro-statement .block-inner {
    width: calc(100% - 4rem);
    padding: 0;
    padding-top: 2rem;
  }
  .block-2385.main-intro-statement .block-inner h1 {
    font-size: 3rem;
  }
  .block-2385.main-intro-statement .block-inner h1.small {
    font-size: 2.5rem;
  }
  .block-2385.main-intro-statement .block-inner h1.desktop-visible,
  .block-2385.main-intro-statement .block-inner h1.mobile-visible {
    display: none;
  }
  .block-2385.main-intro-statement .block-inner h1.tablet-visible {
    display: block;
  }
  .block-2385.main-intro-statement .block-inner .subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .block-2385.main-intro-statement {
    overflow: hidden;
  }
  .block-2385.main-intro-statement .block-inner {
    width: calc(100% - 2rem);
    padding: 0;
    padding-top: 2rem;
  }
  .block-2385.main-intro-statement .block-inner h1 {
    font-size: 2.5rem;
  }
  .block-2385.main-intro-statement .block-inner h1.small {
    font-size: 2rem;
  }
  .block-2385.main-intro-statement .block-inner h1.desktop-visible,
  .block-2385.main-intro-statement .block-inner h1.tablet-visible {
    display: none;
  }
  .block-2385.main-intro-statement .block-inner h1.mobile-visible {
    display: block;
  }
  .block-2385.main-intro-statement .block-inner .subtitle {
    font-size: 1.5rem;
  }
}
/*checking for variables*/

/*overides*/

/*2016 styles */

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

/*overides*/

/*1697 styles */

.block-1697.points {
  --hgap: 8rem;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.block-1697.points .block-inner {
  display: flex;
  flex-direction: row;
  padding: 2rem 4rem;
  margin: 0 3rem;
  gap: var(--hgap);
}
.block-1697.points .block-inner .info {
  width: 25%;
}
.block-1697.points .block-inner .point-section {
  width: 75%;
  display: flex;
  border-left: 2px dashed #eeeeee;
  flex-direction: column;
  padding-left: var(--hgap);
}
.block-1697.points .block-inner .point-section .points {
  width: 75%;
}
.block-1697.points .block-inner .point-section .points .label {
  font-size: 1.5rem;
  font-weight: 500;
}
.block-1697.points .block-inner .point-section .points .label ui-icon {
  font-size: 1rem;
}
.block-1697.points .block-inner .point-section .points .label ui-icon.rotated,
.block-1697.points .block-inner .point-section .points .label ui-icon.active {
  transform: rotate(90deg);
}
.block-1697.points .block-inner .point-section .points .content {
  display: flex;
  flex-direction: row;
  width: auto;
  align-items: center;
}
.block-1697.points .block-inner .point-section .points .content.hidden {
  display: none;
}
.block-1697.points .block-inner .point-section .points .content img {
  max-width: 50%;
  border-radius: 5px;
}
.block-1697.points .block-inner .point-section .points .content p {
  margin-left: 1rem;
}
.block-1697.points .block-inner .point-section .sub-points {
  padding-top: 1rem;
  font-style: italic;
}
.block-1697.points .block-inner .point-section .sub-points .label {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}
.block-1697.points .block-inner .point-section .sub-points .label ui-icon {
  font-size: 0.8em;
}
.block-1697.points .block-inner .point-section .sub-points .content {
  padding-left: 1rem;
  font-size: 0.8rem;
}
.block-1697.points h1 {
  font-size: 3rem;
  position: relative;
  margin-top: 0;
  padding-top: 0.5rem;
}
.block-1697.points p {
  line-height: 1.5rem;
}
.block-1697.points h2 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.block-1697.points h3 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 1024px) {
  .block-1697.points .block-inner {
    flex-direction: column;
    gap: 0;
  }
  .block-1697.points .block-inner .info {
    width: auto;
  }
  .block-1697.points .block-inner .info h1 {
    text-align: center;
  }
  .block-1697.points .block-inner .info p {
    text-align: center;
  }
  .block-1697.points .block-inner .point-section {
    width: auto;
    border: none;
    padding: 0 1rem;
  }
  .block-1697.points .block-inner .point-section .points {
    padding-left: 0;
    border: none;
    width: auto;
  }
  .block-1697.points .block-inner .point-section .points .label .icon {
    font-size: 0.1rem;
  }
  .block-1697.points .block-inner .point-section .points .content {
    flex-direction: column;
    align-items: center;
  }
  .block-1697.points .block-inner .point-section .points .content img {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .block-1697.points .block-inner .point-section .points .content p {
    margin-left: 0;
    text-align: center;
  }
  .block-1697.points .block-inner .point-section .points .content ul {
    text-align: left;
  }
  .block-1697.points .block-inner .point-section .sub-points .content {
    font-size: inherit;
  }
}
@media screen and (max-width:767px) {
  .block-1697.points .block-inner {
    flex-direction: column;
    padding: 1rem;
    margin: 0;
    gap: 0;
  }
  .block-1697.points .block-inner .info {
    width: auto;
  }
  .block-1697.points .block-inner .info h1 {
    text-align: center;
    font-size: 2rem;
  }
  .block-1697.points .block-inner .info p {
    text-align: center;
  }
  .block-1697.points .block-inner .point-section {
    width: auto;
    border: none;
    padding: 0 1rem;
  }
  .block-1697.points .block-inner .point-section .points {
    padding-left: 0;
    border: none;
    width: auto;
  }
  .block-1697.points .block-inner .point-section .points .label .icon {
    font-size: 0.1rem;
  }
  .block-1697.points .block-inner .point-section .points .content {
    flex-direction: column;
    align-items: center;
  }
  .block-1697.points .block-inner .point-section .points .content img {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .block-1697.points .block-inner .point-section .points .content p {
    margin-left: 0;
    text-align: center;
  }
  .block-1697.points .block-inner .point-section .points .content ul {
    text-align: left;
  }
  .block-1697.points .block-inner .point-section .sub-points .content {
    font-size: inherit;
  }
}
/*checking for variables*/

/*overides*/

/*1696 styles */

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

/*overides*/

/*1547 styles */

.block-1547.calendar-events {
  --background-image: url(/content/themes/nwciowa/blocks/academics/header/bg-header.jpg);
  border-top: 1px solid #eeeeee;
  --hgap: 8rem;
}
.block-1547.calendar-events .block-inner .content {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 2rem 4rem;
  max-width: 1800px;
  margin: 0 auto;
  height: auto;
}
.block-1547.calendar-events .block-inner .content .gradient-text {
  margin-top: 0;
}
.block-1547.calendar-events .block-inner .content .event-list {
  width: 100%;
  border-left: 2px dashed #eeeeee;
  height: auto;
}
.block-1547.calendar-events .block-inner .content .event-list .events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-1547.calendar-events .block-inner .content .event-list .events .event {
  display: flex;
  flex-direction: column;
  margin: 1rem 2rem;
  width: 25%;
  height: auto;
}
.block-1547.calendar-events .block-inner .content .event-list .events .event .event-name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.block-1547.calendar-events .block-inner .content .event-list .events .event .event-info p {
  margin: 0.25rem;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-1547.calendar-events .block-inner .content .event-list .events .event {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  .block-1547.calendar-events .block-inner .content {
    flex-direction: column;
  }
  .block-1547.calendar-events .block-inner .content .gradient-text {
    margin-top: 0;
  }
  .block-1547.calendar-events .block-inner .content .event-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 1rem;
    border-left: 2px dashed #eeeeee;
    height: auto;
  }
  .block-1547.calendar-events .block-inner .content .event-list .events {
    width: 100%;
  }
  .block-1547.calendar-events .block-inner .content .event-list .events .event {
    width: auto;
  }
}
/*checking for variables*/

/*overides*/

/*1165 styles */

.block-1165.dept-profiles {
  padding: 2rem 4rem;
  position: relative;
  overflow: hidden;
}
.block-1165.dept-profiles .block-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 4rem;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.block-1165.dept-profiles h1 {
  font-variation-settings: 'wght' 700;
  font-size: 3rem;
  position: relative;
  margin: 0;
}
.block-1165.dept-profiles h1 strong {
  color: #a80000;
}
.block-1165.dept-profiles h2 {
  font-size: 1.953rem;
}
.block-1165.dept-profiles .title {
  width: 100%;
  text-align: center;
}
.block-1165.dept-profiles .copy {
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.1;
  padding-top: 1rem;
}
.block-1165.dept-profiles .copy u {
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 0.35rem;
}
.block-1165.dept-profiles .copy h2 {
  margin-bottom: 0.5rem;
}
.block-1165.dept-profiles .profiles {
  display: flex;
  align-items: center;
  width: 100%;
}
.block-1165.dept-profiles .slider {
  display: flex;
  padding-top: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.block-1165.dept-profiles .slider-wrap {
  margin: 0 auto;
}
.block-1165.dept-profiles .slider-item {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 300px;
}
.block-1165.dept-profiles .slider-item img {
  max-width: 100%;
  background: #333;
}
.block-1165.dept-profiles .slider-item .tag {
  position: absolute;
  display: inline-block;
  background: var(--primary-color);
  top: 0;
  left: 1rem;
  color: #fff;
  padding: 1rem 0.25rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 1;
  transform: rotate(180deg);
}
.block-1165.dept-profiles .slider-item figure {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.block-1165.dept-profiles .slider-item figure img {
  transition: 500ms transform ease-in-out;
  object-fit: cover;
}
.block-1165.dept-profiles .slider-item figure:hover figcaption .descr {
  max-height: 500px;
  visibility: visible;
}
.block-1165.dept-profiles .slider-item figure:hover img {
  transform: scale(1.2) rotate(5deg);
}
.block-1165.dept-profiles .slider-item figure figcaption {
  display: block;
  width: 100%;
  position: absolute;
  font-size: 0.8rem;
  line-height: 1.1;
  color: #fff;
  padding: 1rem;
  bottom: 0;
  left: 0;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85) 45%);
}
.block-1165.dept-profiles .slider-item figure figcaption .title {
  display: block;
}
.block-1165.dept-profiles .slider-item figure figcaption .descr {
  display: block;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: 650ms visibility ease-in-out, 650ms max-height ease-in-out;
}
.block-1165.dept-profiles .slider-item figure figcaption strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.block-1165.dept-profiles .learn-more {
  font-size: 2rem;
  text-align: right;
  max-width: 175px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.block-1165.dept-profiles .more {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #252525;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .dept-profiles .block-inner {
    padding: 3rem 1rem;
  }
  .dept-profiles .profiles {
    width: 100%;
  }
  .dept-profiles .learn-more {
    margin: 0 auto;
    line-height: 1;
    padding-top: 2rem;
    max-width: auto;
    align-items: center;
  }
  .dept-profiles .learn-more ui-icon {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .block-1165.dept-profiles {
    padding: 2rem 1rem;
  }
  .block-1165.dept-profiles .block-inner {
    padding: 0;
  }
  .block-1165.dept-profiles h1 {
    font-size: 2.5rem;
  }
  .block-1165.dept-profiles .intro p {
    font-size: 1.25rem;
  }
  .block-1165.dept-profiles .profiles {
    overflow-x: auto;
  }
  .block-1165.dept-profiles .more {
    width: auto;
    height: auto;
    transform: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .block-1165.dept-profiles .slider-item {
    width: 200px;
  }
}
/*checking for variables*/

/*overides*/

/*5579 styles */

.block-5579.tabs {
  --padtop: 0;
  --padbtm: 0;
}
.block-5579.tabs.spacing-desktop {
  padding-top: var(--padtop);
  padding-bottom: var(--padbtm);
}
.block-5579.tabs .block-inner {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
.block-5579.tabs .block-inner.top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.block-5579.tabs .block-inner.bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.block-5579.tabs .block-inner:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 75%;
  top: 0;
  left: -25%;
  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: rotate(-45deg);
}
.block-5579.tabs .launch-page,
.block-5579.tabs .landing-page {
  width: 100%;
}
.block-5579.tabs .launch-page h2,
.block-5579.tabs .landing-page h2 {
  font-size: 3rem;
}
.block-5579.tabs .content-page {
  width: calc(1140px + 4rem);
}
.block-5579.tabs .content-page h2 {
  font-size: 2rem;
}
.block-5579.tabs .desktop-visible {
  display: flex;
  flex-direction: row;
}
.block-5579.tabs .desktop-visible .tabs-section {
  width: 35%;
}
.block-5579.tabs .desktop-visible .panels-section {
  width: 65%;
}
.block-5579.tabs .intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
}
.block-5579.tabs h2 {
  margin: 0;
  line-height: 1.1;
}
.block-5579.tabs h2.red {
  color: #a80000;
}
.block-5579.tabs p,
.block-5579.tabs ul,
.block-5579.tabs ol {
  margin: 0;
}
.block-5579.tabs .tab-label {
  padding: 1rem;
  border-radius: 0.25rem;
  color: #a80000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 8rem);
  font-weight: 600;
  margin-left: 2rem;
  margin-right: 6rem;
}
.block-5579.tabs .tab-label ui-icon {
  display: none;
}
.block-5579.tabs .tab-label:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.block-5579.tabs .tab-label.active {
  background-color: #a80000;
  color: #fff;
}
.block-5579.tabs .tab-label.active ui-icon {
  display: block;
}
.block-5579.tabs .panels-section {
  padding-left: 6rem;
  border-left: 2px dashed #eee;
}
.block-5579.tabs .panel {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
}
.block-5579.tabs .panel img {
  border-radius: 0.5rem;
  width: fit-content;
}
.block-5579.tabs .panel.hidden {
  display: none;
}
.block-5579.tabs .desktop-hidden {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-5579.tabs.spacing-desktop {
    padding: 0;
  }
  .block-5579.tabs.spacing-tablet {
    padding-top: var(--padtop);
    padding-bottom: var(--padbtm);
  }
  .block-5579.tabs .launch-page h2,
  .block-5579.tabs .landing-page h2 {
    font-size: 2rem;
  }
  .block-5579.tabs h2 {
    padding-bottom: 1rem;
  }
  .block-5579.tabs .desktop-visible {
    display: none;
  }
  .block-5579.tabs .desktop-hidden {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .block-5579.tabs .tab-label {
    width: 100%;
    border: 2px solid #f5f5f5;
    background: #fff;
    margin: 0;
  }
  .block-5579.tabs .tab-label ui-icon {
    display: block;
  }
  .block-5579.tabs .tab-label.active {
    border: 2px solid #a80000;
  }
  .block-5579.tabs .tab-label.active ui-icon {
    transform: rotate(90deg);
  }
  .block-5579.tabs .panel {
    padding: 0 1rem;
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  .block-5579.tabs.spacing-desktop {
    padding: 0;
  }
  .block-5579.tabs.spacing-mobile {
    padding-top: var(--padtop);
    padding-bottom: var(--padbtm);
  }
  .block-5579.tabs .block-inner {
    padding: 2rem 1rem;
  }
  .block-5579.tabs .launch-page h2,
  .block-5579.tabs .landing-page h2 {
    font-size: 2rem;
  }
  .block-5579.tabs h2 {
    padding-bottom: 1rem;
  }
  .block-5579.tabs .desktop-visible {
    display: none;
  }
  .block-5579.tabs .desktop-hidden {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .block-5579.tabs .tab-label {
    width: 100%;
    border: 2px solid #f5f5f5;
    background: #fff;
    margin: 0;
  }
  .block-5579.tabs .tab-label ui-icon {
    display: block;
  }
  .block-5579.tabs .tab-label.active {
    border: 2px solid #a80000;
  }
  .block-5579.tabs .tab-label.active ui-icon {
    transform: rotate(90deg);
  }
  .block-5579.tabs .panel {
    padding: 0 1rem;
    max-width: 100%;
  }
}
/*checking for variables*/

/*overides*/

/*5580 styles */

.block-5580.tabs {
  --padtop: 0;
  --padbtm: 0;
}
.block-5580.tabs.spacing-desktop {
  padding-top: var(--padtop);
  padding-bottom: var(--padbtm);
}
.block-5580.tabs .block-inner {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
.block-5580.tabs .block-inner.top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.block-5580.tabs .block-inner.bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.block-5580.tabs .block-inner:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 75%;
  top: 0;
  left: -25%;
  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: rotate(-45deg);
}
.block-5580.tabs .launch-page,
.block-5580.tabs .landing-page {
  width: 100%;
}
.block-5580.tabs .launch-page h2,
.block-5580.tabs .landing-page h2 {
  font-size: 3rem;
}
.block-5580.tabs .content-page {
  width: calc(1140px + 4rem);
}
.block-5580.tabs .content-page h2 {
  font-size: 2rem;
}
.block-5580.tabs .desktop-visible {
  display: flex;
  flex-direction: row;
}
.block-5580.tabs .desktop-visible .tabs-section {
  width: 35%;
}
.block-5580.tabs .desktop-visible .panels-section {
  width: 65%;
}
.block-5580.tabs .intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
}
.block-5580.tabs h2 {
  margin: 0;
  line-height: 1.1;
}
.block-5580.tabs h2.red {
  color: #a80000;
}
.block-5580.tabs p,
.block-5580.tabs ul,
.block-5580.tabs ol {
  margin: 0;
}
.block-5580.tabs .tab-label {
  padding: 1rem;
  border-radius: 0.25rem;
  color: #a80000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 8rem);
  font-weight: 600;
  margin-left: 2rem;
  margin-right: 6rem;
}
.block-5580.tabs .tab-label ui-icon {
  display: none;
}
.block-5580.tabs .tab-label:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.block-5580.tabs .tab-label.active {
  background-color: #a80000;
  color: #fff;
}
.block-5580.tabs .tab-label.active ui-icon {
  display: block;
}
.block-5580.tabs .panels-section {
  padding-left: 6rem;
  border-left: 2px dashed #eee;
}
.block-5580.tabs .panel {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
}
.block-5580.tabs .panel img {
  border-radius: 0.5rem;
  width: fit-content;
}
.block-5580.tabs .panel.hidden {
  display: none;
}
.block-5580.tabs .desktop-hidden {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-5580.tabs.spacing-desktop {
    padding: 0;
  }
  .block-5580.tabs.spacing-tablet {
    padding-top: var(--padtop);
    padding-bottom: var(--padbtm);
  }
  .block-5580.tabs .launch-page h2,
  .block-5580.tabs .landing-page h2 {
    font-size: 2rem;
  }
  .block-5580.tabs h2 {
    padding-bottom: 1rem;
  }
  .block-5580.tabs .desktop-visible {
    display: none;
  }
  .block-5580.tabs .desktop-hidden {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .block-5580.tabs .tab-label {
    width: 100%;
    border: 2px solid #f5f5f5;
    background: #fff;
    margin: 0;
  }
  .block-5580.tabs .tab-label ui-icon {
    display: block;
  }
  .block-5580.tabs .tab-label.active {
    border: 2px solid #a80000;
  }
  .block-5580.tabs .tab-label.active ui-icon {
    transform: rotate(90deg);
  }
  .block-5580.tabs .panel {
    padding: 0 1rem;
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  .block-5580.tabs.spacing-desktop {
    padding: 0;
  }
  .block-5580.tabs.spacing-mobile {
    padding-top: var(--padtop);
    padding-bottom: var(--padbtm);
  }
  .block-5580.tabs .block-inner {
    padding: 2rem 1rem;
  }
  .block-5580.tabs .launch-page h2,
  .block-5580.tabs .landing-page h2 {
    font-size: 2rem;
  }
  .block-5580.tabs h2 {
    padding-bottom: 1rem;
  }
  .block-5580.tabs .desktop-visible {
    display: none;
  }
  .block-5580.tabs .desktop-hidden {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .block-5580.tabs .tab-label {
    width: 100%;
    border: 2px solid #f5f5f5;
    background: #fff;
    margin: 0;
  }
  .block-5580.tabs .tab-label ui-icon {
    display: block;
  }
  .block-5580.tabs .tab-label.active {
    border: 2px solid #a80000;
  }
  .block-5580.tabs .tab-label.active ui-icon {
    transform: rotate(90deg);
  }
  .block-5580.tabs .panel {
    padding: 0 1rem;
    max-width: 100%;
  }
}
/*checking for variables*/

/*overides*/

/*6044 styles */

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

/*overides*/

/*1691 styles */

.block-1691.box-links {
  --show: 3;
}
.block-1691.box-links .block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-1691.box-links .block-inner .block-title {
  align-items: center;
}
.block-1691.box-links .block-inner .block-title h3 {
  font-weight: 600;
  font-size: 1.75rem;
  color: #a80000;
  margin-top: 0;
}
.block-1691.box-links .block-inner .block-links {
  justify-content: center;
  width: 75%;
  margin: auto;
}
.block-1691.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-1691.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-1691.box-links .block-inner .block-links ul li :hover {
  background: #a80000;
  border-radius: 0.25rem;
  color: #ffffff;
}
.block-1691.box-links .block-inner .block-links ul li :hover span {
  color: #ffffff;
}
.block-1691.box-links .block-inner .block-links ul li a {
  display: block;
  padding: 0.5rem;
  color: #333;
  height: 100%;
}
.block-1691.box-links .block-inner .block-links ul li a span {
  color: #a80000;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-1691.box-links .block-inner .block-links {
    width: 75%;
  }
}
@media screen and (max-width:767px) {
  .block-1691.box-links .block-inner {
    padding: 1rem;
  }
  .block-1691.box-links .block-inner .block-links {
    width: 100%;
  }
  .block-1691.box-links .block-inner .block-links ul {
    display: flex;
    flex-direction: column;
  }
  .block-1691.box-links .block-inner .block-links ul li {
    width: 100%;
    margin: 0;
  }
}
/*checking for variables*/

/*overides*/

/*2382 styles */

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

/*overides*/

/*6145 styles */

.block-6145.arrow-revealers .block-inner.launch-page,
.block-6145.arrow-revealers .block-inner.landing-page {
  width: 95%;
  margin: auto;
}
.block-6145.arrow-revealers .block-inner.content-page {
  width: 1140px;
  margin: auto;
}
.block-6145.arrow-revealers .block-inner .revealable-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-6145.arrow-revealers .block-inner .revealable-content .revealable {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.block-6145.arrow-revealers .block-inner .revealable-content .revealable .label-row {
  display: flex;
  flex-direction: row;
  color: #a80000;
}
.block-6145.arrow-revealers .block-inner .revealable-content .revealable .label-row .label {
  font-size: 1.5rem;
  font-weight: 500;
}
.block-6145.arrow-revealers .block-inner .revealable-content .revealable .label-row .label ui-icon {
  padding-left: 0.5rem;
}
.block-6145.arrow-revealers .block-inner .revealable-content .revealable .label-row .label ui-icon.open {
  transform: rotate(90deg);
}
.block-6145.arrow-revealers .block-inner .revealable-content .revealable .revealable-text {
  width: 50vw;
}
.block-6145.arrow-revealers .block-inner .revealable-content .revealable .revealable-text p {
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-6145.arrow-revealers .block-inner.launch-page,
  .block-6145.arrow-revealers .block-inner.landing-page,
  .block-6145.arrow-revealers .block-inner.content-page {
    width: 90%;
  }
  .block-6145.arrow-revealers .block-inner .revealable-content .revealable .revealable-text {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .block-6145.arrow-revealers {
    overflow: hidden;
  }
  .block-6145.arrow-revealers .block-inner.launch-page,
  .block-6145.arrow-revealers .block-inner.landing-page,
  .block-6145.arrow-revealers .block-inner.content-page {
    width: calc(100% - 2rem);
  }
  .block-6145.arrow-revealers .block-inner .revealable-content .revealable .revealable-text {
    width: 100%;
  }
}
/*checking for variables*/

/*overides*/

/*1164 styles */

.block-1164.dept-profiles {
  padding: 2rem 4rem;
  position: relative;
  overflow: hidden;
}
.block-1164.dept-profiles .block-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 4rem;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.block-1164.dept-profiles h1 {
  font-variation-settings: 'wght' 700;
  font-size: 3rem;
  position: relative;
  margin: 0;
}
.block-1164.dept-profiles h1 strong {
  color: #a80000;
}
.block-1164.dept-profiles h2 {
  font-size: 1.953rem;
}
.block-1164.dept-profiles .title {
  width: 100%;
  text-align: center;
}
.block-1164.dept-profiles .copy {
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.1;
  padding-top: 1rem;
}
.block-1164.dept-profiles .copy u {
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 0.35rem;
}
.block-1164.dept-profiles .copy h2 {
  margin-bottom: 0.5rem;
}
.block-1164.dept-profiles .profiles {
  display: flex;
  align-items: center;
  width: 100%;
}
.block-1164.dept-profiles .slider {
  display: flex;
  padding-top: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.block-1164.dept-profiles .slider-wrap {
  margin: 0 auto;
}
.block-1164.dept-profiles .slider-item {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 300px;
}
.block-1164.dept-profiles .slider-item img {
  max-width: 100%;
  background: #333;
}
.block-1164.dept-profiles .slider-item .tag {
  position: absolute;
  display: inline-block;
  background: var(--primary-color);
  top: 0;
  left: 1rem;
  color: #fff;
  padding: 1rem 0.25rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 1;
  transform: rotate(180deg);
}
.block-1164.dept-profiles .slider-item figure {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.block-1164.dept-profiles .slider-item figure img {
  transition: 500ms transform ease-in-out;
  object-fit: cover;
}
.block-1164.dept-profiles .slider-item figure:hover figcaption .descr {
  max-height: 500px;
  visibility: visible;
}
.block-1164.dept-profiles .slider-item figure:hover img {
  transform: scale(1.2) rotate(5deg);
}
.block-1164.dept-profiles .slider-item figure figcaption {
  display: block;
  width: 100%;
  position: absolute;
  font-size: 0.8rem;
  line-height: 1.1;
  color: #fff;
  padding: 1rem;
  bottom: 0;
  left: 0;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85) 45%);
}
.block-1164.dept-profiles .slider-item figure figcaption .title {
  display: block;
}
.block-1164.dept-profiles .slider-item figure figcaption .descr {
  display: block;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: 650ms visibility ease-in-out, 650ms max-height ease-in-out;
}
.block-1164.dept-profiles .slider-item figure figcaption strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.block-1164.dept-profiles .learn-more {
  font-size: 2rem;
  text-align: right;
  max-width: 175px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.block-1164.dept-profiles .more {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #252525;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .dept-profiles .block-inner {
    padding: 3rem 1rem;
  }
  .dept-profiles .profiles {
    width: 100%;
  }
  .dept-profiles .learn-more {
    margin: 0 auto;
    line-height: 1;
    padding-top: 2rem;
    max-width: auto;
    align-items: center;
  }
  .dept-profiles .learn-more ui-icon {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .block-1164.dept-profiles {
    padding: 2rem 1rem;
  }
  .block-1164.dept-profiles .block-inner {
    padding: 0;
  }
  .block-1164.dept-profiles h1 {
    font-size: 2.5rem;
  }
  .block-1164.dept-profiles .intro p {
    font-size: 1.25rem;
  }
  .block-1164.dept-profiles .profiles {
    overflow-x: auto;
  }
  .block-1164.dept-profiles .more {
    width: auto;
    height: auto;
    transform: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .block-1164.dept-profiles .slider-item {
    width: 200px;
  }
}
/*checking for variables*/

/*overides*/

