.ar2324 {
  font-family: area-normal, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  max-width: 2000px;
  min-width: 800px;
}
.ar2324 p {
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: left;
}
.ar2324 em {
  font-family: area-normal, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.ar2324 strong {
  font-family: area-normal, sans-serif;
  font-weight: 700;
}
.ar2324 section {
  margin: 0 auto;
  text-align: center;
}
.secContent {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2em;
  max-width: 1200px;
}
.titleDiv,
.mainTitle {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.ar2324 h1,
.ar2324 h2 {
  border: var(--b) solid #0000; /* space for the border */
  --_g: #0000 90deg, var(--c) 0;
  --_p: var(--w) var(--w) border-box no-repeat;
  background: conic-gradient(
        from 90deg at top var(--b) left var(--b),
        var(--_g)
      )
      0 0 / var(--_p),
    conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) 100% 0 /
      var(--_p),
    conic-gradient(from 0deg at bottom var(--b) left var(--b), var(--_g)) 0 100% /
      var(--_p),
    conic-gradient(from -90deg at bottom var(--b) right var(--b), var(--_g))
      100% 100% / var(--_p);
  display: inline-block;
  font-family: industry, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  padding-right: 0.35em;
  padding-left: 0.35em;
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}
.ar2324 h1 {
  font-size: 4em;
  line-height: 1em;
  --b: 0.3em; /* thickness of the border */
  --c: #000; /* color of the border */
  --w: 0.6em; /* width of border */
}
.ar2324 h2 {
  font-size: 2.4em;
  line-height: 1.2em;
  max-width: 75%;
  --b: 0.4em; /* thickness of the border */
  --c: #000; /* color of the border */
  --w: 0.8em; /* width of border */
}
.ar2324 img {
  width: 100%;
}
.mainSub {
  font-family: area-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  padding-top: 1em;
}
.mainTitle,
.mainTitle h1 {
  margin-bottom: 0 !important;
}
.usuCSUN {
  text-align: center;
  width: 22em;
  padding-top: 3em;
  padding-bottom: 2em;
  display: inline-block;
}
.teh {
  display: inline-block;
  font-family: area-extended, sans-serif;
  font-weight: 700;
  font-size: 0.5em;
  vertical-align: 0.3em;
  line-height: 0.5em;
}
.h2-w-h3 {
  font-family: area-normal, sans-serif !important;
  font-weight: 900;
  text-transform: none !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  font-size: 1.5em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.name {
  font-family: area-normal, sans-serif;
  font-size: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
}
.bodSignoff {
  font-size: 0.9em;
  display: inline-block;
  padding-top: 1em;
  text-align: left;
}
.bodSignoff li {
  border-right: 0.15em solid #000;
  padding-right: 1em;
  display: inline-block;
  margin-bottom: 1em;
  text-align: left;
}
.bodSignoff li:last-child {
  border: 0 !important;
  margin: 0;
  padding: 0;
}
.arItems,
.arItemsTwoCol {
  padding-bottom: 3em;
}
.arItems ul {
  display: grid;
  gap: 1.5em 1.5em;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  justify-items: center;
}

.arItems li,
.arItemsTwoCol li {
  max-width: 20em;
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  background: #000;
  color: #fff;
  border-radius: 1.25em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  margin-top: 6em;
  text-align: left;
}
.arItemText {
  margin-top: 1em;
  padding-top: 2em;
  text-align: left;
}
.arIcon {
  margin-top: -6em;
  max-width: 50%;
  padding: 0.25em;
  border-radius: 50%;
}
.arItemsTwoCol ul {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  justify-items: center;
}
.arItemsTwoColOne {
  justify-self: end;
}
.arItemsTwoColTwo {
  justify-self: start;
}
.arGridTwoLeft ul {
  display: grid;
  gap: 3%;
  grid-template-columns: 64% 31%;
  justify-items: center;
}
.arGridTwoRight ul {
  display: grid;
  gap: 3%;
  grid-template-columns: 31% 64%;
  justify-items: center;
  padding-bottom: 2em;
}



.bodGrid ul {
  grid-template-columns: 40% 55%;
}
.bodSignoff ul {
  grid-template-columns: repeat(3, 1fr);
}
.arGridTwoItemRight {
  max-width: 20em;
  font-size: 0.8em;
  background: #000;
  color: #fff;
  border-radius: 1.25em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  margin-top: 6em;
  justify-self: start;
}
.arGridTwoItemLeft {
  max-width: 20em;
  font-size: 0.8em;
  background: #000;
  color: #fff;
  border-radius: 1.25em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  margin-top: 6em;
  justify-self: end;
}
.TYContainer {
  background: #000;
  color: #fff;
  border-radius: 1.25em;
  padding: 0;
  overflow: hidden;
  margin-bottom: 3em;
}
.TYWrapper {
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
}
.TYContainer ul {
  font-family: area-normal, sans-serif !important;
  font-weight: 900;
  display: grid;
  column-gap: 2em;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-auto-flow: column;
  justify-items: start;
}
.TYContainer h3,
.finHeader h2 {
  --b: 0.2em; /* thickness of the border */
  --c: #fff; /* color of the border */
  --w: 0.5em; /* width of border */
  border: var(--b) solid #0000; /* space for the border */
  --_g: #0000 90deg, var(--c) 0;
  --_p: var(--w) var(--w) border-box no-repeat;
  background: conic-gradient(
        from 90deg at top var(--b) left var(--b),
        var(--_g)
      )
      0 0 / var(--_p),
    conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) 100% 0 /
      var(--_p),
    conic-gradient(from 0deg at bottom var(--b) left var(--b), var(--_g)) 0 100% /
      var(--_p),
    conic-gradient(from -90deg at bottom var(--b) right var(--b), var(--_g))
      100% 100% / var(--_p);
  display: inline-block;
  font-family: industry, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  padding-right: 0.35em;
  padding-left: 0.35em;
  font-size: 2.5em;
}
.TYContainer h3 {
  margin-right: 1em;
}
.TYContainer li {
  list-style-image: url("../images/bulletpointtriangle.svg");
  margin-left: 2em;
}
.TYTop {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.5em;
}
.TYTop h3 {
  white-space: nowrap;
}
.nestCols {
  /*column-count: 2;*/
  column-gap: 3em;
}
.nestCols p {
  break-inside: avoid-column;
}
.fullWidthImg {
  text-align: center;
  margin: 0 auto;
}
.fullWidthImg img {
  width: 100%;
}
.nestPull {
  padding-top: 1em;
  padding-bottom: 2em;
  max-width: 30em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sr-only {
  position: absolute;
  left: -999em;
}
.finTable {
  width: 100%;
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
}
.finTable h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3em;
  padding-top: 2em;
  padding-bottom: 1em;
}
.finYear {
  font-weight: 900;
  font-size: 1.3em;
  padding-top: 0.5em;
}
.finTable tr td,
.finTable tr th {
  padding-bottom: 0.5em;
  padding-right: 1em;
}
.finTable th {
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 0.5em;
}
.financialStatements {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3em;
}
.finHeader {
  background: #000;
  color: #fff;
  border-radius: 1.25em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
}
.finHeader h2 {
  margin: 0;
  padding: 0;
}
.circle-1 {
  background: url("../images/circle-bg-1.jpg");
}
.circle-2 {
  background: url("../images/circle-bg-2.jpg");
}
.circle-3 {
  background: url("../images/circle-bg-3.jpg");
}
.circle-4 {
  background: url("../images/circle-bg-4.jpg");
}
.circle-5 {
  background: url("../images/circle-bg-5.jpg");
}
.circle-6 {
  background: url("../images/circle-bg-6.jpg");
}
.circle-7 {
  background: url("../images/circle-bg-7.jpg");
}
.circle-8 {
  background: url("../images/circle-bg-8.jpg");
}
.circle-9 {
  background: url("../images/circle-bg-9.jpg");
}
.circle-10 {
  background: url("../images/circle-bg-10.jpg");
}
.circle-11 {
  background: url("../images/circle-bg-11.jpg");
}
.circle-12 {
  background: url("../images/circle-bg-12.jpg");
}
.circle-13 {
  background: url("../images/circle-bg-13.jpg");
}
.circle-14 {
  background: url("../images/circle-bg-14.jpg");
}
.circle-15 {
  background: url("../images/circle-bg-15.jpg");
}
.finFooter,
.TYFooter {
  background: url("../images/Financial-lg@2x.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.finFooter {
  height: 6em;
}
.fullWidth {
  margin-bottom: 0;
  padding-bottom: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.TYFooter {
  height: 3em;
}
.topImg {
  padding-top: 4em;
}
.bodGrid h2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.bodSec {
  padding-bottom: 0 !important;
}
.dlhSec {
  padding-top: 0 !important;
}
.arGridTwoLeft,
.arGridTwoRight {
  padding-top: 3em;
  padding-bottom: 3em;
}
.bodGrid {
  padding-top: 6em;
  padding-bottom: 0 !important;
}
.bodGrid ul {
  padding-bottom: 0 !important;
}
.bgOne,
.bgTwo,
.bgThree,
.bgFour,
.bgFive,
.bgSix,
.bgSeven,
.bgEight,
.bgNine {
  background: url("../images/blueprint_bg@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.bgOne {
  background-position: 20% 0%;
  box-shadow: 0 -15em 6em 2em #fff inset;
}
.bgTwo {
  background-position: 100% 0;
  box-shadow: 0 0 6em 5em #fff inset, 0 -5em 6em 5em #fff inset;
  padding-top: 6em;
}
.bgThree {
  background-position: 20% 0%;
  box-shadow: 0 0 6em 5em #fff inset, 0 -5em 6em 5em #fff inset;
  padding-top: 3em;
}
.bgFour {
  background-position: 20% 0%;
  box-shadow: 0 0 6em 5em #fff inset, 0 8em 6em 5em #fff inset;
}
.bgFive {
  background-position: cover;
  box-shadow: 0 0 10em 8em #fff inset;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  margin-top: 5em;
}
.bgSix {
  background-position: center center;
  box-shadow: -15em 0 8em 8em #fff inset;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
.bgSeven {
  background-position: center center;
  box-shadow: 15em 0 8em 8em #fff inset;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
.bgEight,
.bgNine {
  box-shadow: 0 0 4em 4em #fff inset;
  padding: 1em;
}
.bgEight {
  background-position: 20% 100%;
}
.bgNine {
  background-position: center center;
}
.centered,
.centered p {
  text-align: center;
}
.noWrap {
  white-space: nowrap;
}
.letterAuthor {
  text-align: left;
  padding-bottom: 1em;
}
.letterAuthor img {
  max-width: 18em;
}

@media screen and (max-width: 800px) {
  .arItems ul {
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
  }
  .arGridTwoRight ul, .arGridTwoLeft ul {
    display: inline-block;
    margin: 0 auto;
  }
  .ar2324 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .ar2324 p {
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .TYContainer ul {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(20, 1fr);
  }
  .TYTop {
    display: inline-block;
  }
  .TYContainer h3 {
    margin-bottom: 1em;
    margin-right: 0;
  }
  .arGridTwoItemRight, .arGridTwoItemLeft {
    justify-self: center;
  }
 .arGridTwoItemLeft {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 600px) {
  .ar2324 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .ar2324 p {
    font-size: 1.3em;
    line-height: 1.7em;
  }
  .arItems ul, .arItemsTwoCol ul {
    grid-template-columns: repeat(1, 1fr);
    justify-self: center;
  }
  .arGridTwoItemRight, .arGridTwoItemLeft {
    justify-self: center;
  }
  .ar2324 h1 {
    font-size: 3.6em;
  }
}