@font-face {
  font-family: "Univers";
  src: url("/media/engage/fonts/UniversLTStd.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univers";
  src: url("/media/engage/fonts/UniversLTStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univers";
  src: url("/media/engage/fonts/UniversLTStd-Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univers";
  src: url("/media/engage/fonts/UniversLTStd-XBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
  font-size: 1em;
  line-height: 1.5;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: clamp(3rem, 2rem + 2vw, 4rem);
  line-height: 1.25;
  font-family: "Univers", sans-serif;
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h3 {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-size: clamp(1.25rem, 1.1rem + .9vw, 1.5rem);
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h5 {
  font-size: clamp(1.125rem, 1rem + .7vw, 1.25rem);
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h6 {
  font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p, li, td, th, span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
  line-height: 1.7;
}

p {
  margin-top: 0;
  margin-bottom: .9375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  position: relative;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  transition: all .3s ease;
  font-size: 1rem;
  background: #fff;
  margin: 0;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .row {
    padding: 0 1rem;
  }
}

embed, iframe, object {
  max-width: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.vcu__bg-text {
  opacity: .1;
  transform: translateY(-100%);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.38, 0.1, 0.33, 0.99);
  font-size: clamp(4rem, 2rem + 5vw, 7rem);
  text-transform: uppercase;
  position: absolute;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .vcu__bg-text {
    display: none;
  }
}

.separator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffb300;
  height: 2px;
}

.separator--lg {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 600px) {
  .separator--lg {
    padding: 0;
    margin: 0 1rem;
    max-width: 100%;
    width: auto;
  }
}

.spacer {
  display: block;
  margin: 10rem 0;
}

hr {
  border: 0;
  height: 2px;
  background-color: #ffb300;
  margin: 2rem 0;
}

blockquote {
  border-left: 4px solid #ffb300;
  margin: 2rem;
  padding-left: 1rem;
  max-width: 900px;
}

.slick-prev, .slick-next {
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev i, .slick-next i {
  color: #fff;
  font-size: 3rem;
}

@media screen and (max-width: 600px) {
  .slick-prev i, .slick-next i {
    font-size: 2rem;
  }
}

.slick-prev {
  left: 3rem;
}

@media screen and (max-width: 600px) {
  .slick-prev {
    left: 1rem;
  }
}

.slick-next {
  right: 3rem;
}

@media screen and (max-width: 600px) {
  .slick-next {
    right: 1.5rem;
  }
}

.vcu__socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.vcu__socials ul li {
  padding: 0 1rem;
}

.vcu__socials ul li:first-of-type {
  padding-left: 0;
}

.vcu__socials ul li:last-of-type {
  padding-right: 0;
}

.vcu__socials ul a {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .vcu__socials ul a {
    width: 30px;
    height: 30px;
  }
}

.vcu__socials ul a:hover {
  border-color: #ffb300;
}

.vcu__socials ul a:hover i {
  color: #ffb300;
}

.vcu__socials ul i {
  font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
  .vcu__socials ul i {
    font-size: .9rem;
  }
}

.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pt-0 { padding-top: 0 !important; }

.parallax {
  overflow: hidden;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
  transform: translateY(0);
  transition: transform .5s ease-out;
  will-change: transform;
  background-color: hsla(0, 0%, 100%, .8);
  z-index: 1;
}

.parallax-bg:before {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 900px) {
  .vcu__content--components .spacer {
    display: none;
  }
}

.wave {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.wave--right {
  background-position-x: right;
}

.wave--left {
  background-position-x: left;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}

th {
  padding: .5rem 1rem;
  background: #f5f5f5 !important;
  border-top: 2px solid #ffb300 !important;
  border-bottom: 2px solid #ffb300 !important;
  border-left: none !important;
  border-right: none !important;
  text-align: left;
  font-weight: 600;
}

td {
  padding: .4rem 1rem;
  border-bottom: 1px solid #ccc !important;
  border-left: none !important;
  border-right: none !important;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.responsive-table th, .responsive-table td {
  padding: .75rem;
  border: 1px solid #ccc;
  text-align: left;
}

.responsive-table th {
  background: #f5f5f5;
  font-weight: 600;
}

.vcu__accordions {
  padding: 1rem 0 2rem;
}

/*
.vcu__accordions:nth-child(1 of .vcu__accordions) {
  padding: 4rem 0 3rem;
}
*/

.vcu__accordions:nth-child(1 of .vcu__accordions) {
  padding: 0rem 0 1rem;
}

.vcu__accordions-list {
  max-width: 1100px;
  margin: 3rem auto 0;
}

.vcu__accordions .accordion-item {
  margin-bottom: 2rem;
}

.vcu__accordions .accordion-item.open .accordion-content {
  display: block;
}

.vcu__accordions .accordion-icon i {
  transition: transform .3s ease;
  margin-right: 1rem;
  font-size: 1.7rem;
}

.vcu__accordions .accordion-header {
  width: 100%;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 1.1rem + .9vw, 1.5rem);
  padding: 1rem;
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
  color: #000;
}

.vcu__accordions .accordion-content {
  display: none;
  padding: 0 1.65rem 2rem;
  background-color: #f2f2f2;
  height: 0;
  overflow: hidden;
  transition: height .4s ease;
}

.vcu__accordions .accordion-content p {
  text-align: left;
}

.vcu__accordions .accordion-content-video {
  position: relative;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 600px) {
  .vcu__accordions .accordion-content-video {
    margin-bottom: 0;
  }
}

.vcu__accordions .accordion-content-video-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.125rem, 1rem + .7vw, 1.25rem);
}

.vcu__accordions .accordion-content-video-title,
.vcu__accordions .accordion-content-video-content {
  margin-bottom: 0;
}

.vcu__accordions .accordion-content-video i {
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.vcu__accordions .accordion-content-download-image {
  position: relative;
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .vcu__accordions .accordion-content-download-image {
    margin-bottom: 0;
  }
}

.vcu__accordions .accordion-content-download-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.vcu__accordions .accordion-content-download-info a {
  text-decoration: none;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.vcu__accordions .accordion-content-download i {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  left: 1rem;
}

.vcu__accordions .accordion-content-inner {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 900px) {
  .vcu__accordions .accordion-content-inner {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .vcu__accordions .accordion-content-inner {
    flex-direction: column;
  }
}

.vcu__accordions .accordion-content-inner-column {
  position: relative;
  padding: 0 2rem;
}

@media screen and (max-width: 600px) {
  .vcu__accordions .accordion-content-inner-column {
    padding: 0;
  }
}

.vcu__accordions .accordion-content-inner-column--1 {
  width: 40%;
}

@media screen and (max-width: 900px) {
  .vcu__accordions .accordion-content-inner-column--1 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .vcu__accordions .accordion-content-inner-column--1:after {
    display: none;
  }
}

.vcu__accordions .accordion-content-inner-column--2 {
  width: 60%;
}

@media screen and (max-width: 900px) {
  .vcu__accordions .accordion-content-inner-column--2 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .vcu__accordions .accordion-content-inner-column--2 {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.vcu__accordions .accordion-content-inner-column:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #ffb300;
}

@media screen and (max-width: 600px) {
  .vcu__accordions .accordion-content-inner-column:after {
    display: none;
  }
}

.vcu__accordions .accordion-content-inner-column:last-of-type:after {
  display: none;
}

.alumni-connect {
  padding: 6rem 0;
}

.alumni-connect h2 {
  margin-bottom: 2rem;
}

.alumni-connect__officers {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}

.alumni-connect__officer {
  width: calc(33.3333333333% - 2rem);
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 900px) {
  .alumni-connect__officer {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 600px) {
  .alumni-connect__officer {
    width: 100%;
  }
}

.alumni-connect__officer-image {
  width: 33.3333333333%;
}

.alumni-connect__officer-content {
  width: 66.6666666667%;
  margin-left: 1rem;
}

.alumni-connect__officer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.alumni-connect__officer h3 {
  margin-bottom: .5rem;
  font-size: clamp(1.125rem, 1rem + .7vw, 1.25rem);
}

.alumni-connect__officer p {
  margin-bottom: 0;
  font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
}

.alumni-connect__officer p, .alumni-connect__officer a {
  color: #000;
  text-decoration: none;
}

.alumni-connect__officer p i, .alumni-connect__officer a i {
  color: #ffb300;
  font-size: clamp(.75rem, .7rem + .5vw, .875rem);
}

.alumni-connect__officer a:hover {
  text-decoration: underline;
}

.alumni-connect__officer p i, .alumni-connect__officer a i {
  padding-left: 5px;
  color: #ffb300;
  font-size: clamp(.75rem, .7rem + .5vw, .875rem);
}

.alumni-connect__officer-content a {
  white-space: nowrap;
}

.alumni-connect__officer p {
  margin-bottom: 0;
  font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
  line-height: 1.5;
  font-size: 1rem;
}

.alumni-featured {
  background: linear-gradient(to right, #FFB300 0%, #FFB300 40%, transparent 100%);
  padding: 6rem 0;
}

.alumni-featured__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 600px) {
  .alumni-featured__title {
    flex-direction: column;
  }
}

.alumni-featured__title h2 {
  width: 33.3333333333%;
  padding-right: 2rem;
}

@media screen and (max-width: 600px) {
  .alumni-featured__title h2 {
    width: 100%;
    padding-right: 0;
  }
}

.alumni-featured__title p {
  width: 66.6666666667%;
}

@media screen and (max-width: 600px) {
  .alumni-featured__title p {
    width: 100%;
  }
}

.alumni-featured__items {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

@media screen and (max-width: 600px) {
  .alumni-featured__items {
    flex-direction: column;
  }
}

.alumni-featured__item {
  width: calc(33.3333333333% - 2rem);
}

@media screen and (max-width: 600px) {
  .alumni-featured__item {
    width: 100%;
  }
}

.alumni-featured__item:hover img {
  transform: scale(1.1);
}

.alumni-featured__item-image {
  overflow: hidden;
}

.alumni-featured__item-meta {
  margin-top: 1rem;
  border-left: 2px solid #fff;
  padding-left: 1rem;
}

.alumni-featured__item p {
  margin-bottom: 0;
}

.alumni-featured__item p:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.125rem, 1rem + .7vw, 1.25rem);
}

.alumni-featured__item p:last-of-type {
  font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
}

.alumni-featured__item img {
  transition: transform .3s ease;
}

.alumni-featured__item-image, .cards__listing-item-image {
  width: 100%;
  aspect-ratio: 9/5;
  overflow: hidden;
}

.alumni-featured__item-image img, .cards__listing-item-image img, .alumni-connect__officer img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.alumni-featured__item-meta-major {
  line-height: 1.4;
}

.breadcrumbs {
  padding: 1rem 0;
  border-bottom: 2px solid #f2f2f2;
}

.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.breadcrumbs li:not(:last-child)::after {
  content: " >";
}

.breadcrumbs__current {
  color: #606060 !important;
  pointer-events: none;
  cursor: default;
}

.breadcrumbs a {
  text-decoration: none;
  color: #000;
  padding: 0 .5rem;
}

.cards {
  padding: 2rem 0;
}

.cards--3col .cards__listing {
  justify-content: space-evenly;
}

.cards--3col .cards__listing-item {
  width: calc(33.3333333333% - 2.3rem);
}

@media screen and (max-width: 900px) {
  .cards--3col .cards__listing-item {
    width: calc(50% - 2.3rem);
  }
}

@media screen and (max-width: 600px) {
  .cards--3col .cards__listing-item {
    width: 100%;
  }
}

.cards__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.cards__title a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.cards__title a:hover {
  border-color: #ffb300;
}

.cards__listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
}

.cards__listing-item {
  width: calc(25% - 2.3rem);
}

@media screen and (max-width: 900px) {
  .cards__listing-item {
    width: calc(50% - 2.3rem);
  }
}

@media screen and (max-width: 600px) {
  .cards__listing-item {
    width: 100%;
  }
}

.cards__listing-item-image {
  margin-bottom: 1rem;
}

.cards__listing-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.three-col .cards__listing {
  gap: 3.5rem;
}

.three-col .cards__listing-item {
  width: calc(33% - 2.3rem);
}

@media screen and (max-width: 600px) {
  .three-col .cards__listing-item {
    width: 100%;
  }
}

.callout .row {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 600px) {
  .callout .row {
    flex-direction: column;
  }
}

.callout__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.callout--lg {
  background-color: #f2f2f2;
  padding: 8rem 0;
  margin: 4rem 0 2rem 0;
}

@media screen and (max-width: 600px) {
  .callout--lg {
    padding: 6rem 0;
  }
}

.callout--lg .row {
  position: unset;
}

.callout--lg .callout__image {
  width: 55%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 900px) {
  .callout--lg .callout__image {
    width: 45%;
  }
}

@media screen and (max-width: 600px) {
  .callout--lg .callout__image {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }
}

.callout--lg .callout__content {
  width: 45%;
  margin-left: 65%;
}

@media screen and (max-width: 900px) {
  .callout--lg .callout__content {
    width: 55%;
    margin-left: 55%;
  }
}

@media screen and (max-width: 600px) {
  .callout--lg .callout__content {
    width: 100%;
    margin-left: 0;
  }
}

.callout--sm {
  margin: 4rem 0;
}

.callout--sm .callout__image {
  width: 33.3333333333%;
}

@media screen and (max-width: 600px) {
  .callout--sm .callout__image {
    width: 100%;
  }
}

.callout--sm .callout__content {
  width: 66.6666666667%;
  background-color: #f2f2f2;
  padding: 4rem;
}

@media screen and (max-width: 600px) {
  .callout--sm .callout__content {
    width: 100%;
    padding: 2rem;
  }
}

.content-block {
  padding: 2rem 0;
}

.content-block--nav .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4rem;
}

@media screen and (max-width: 900px) {
  .content-block--nav .row {
    flex-direction: column;
  }
}

.content-block--nav .content-block__col:first-of-type {
  width: 75%;
}

@media screen and (max-width: 900px) {
  .content-block--nav .content-block__col:first-of-type {
    width: 100%;
    order: 2;
  }
}

.content-block--nav .content-block__col:last-of-type {
  width: 25%;
  margin-top: .5rem;
}

@media screen and (max-width: 900px) {
  .content-block--nav .content-block__col:last-of-type {
    width: 100%;
    order: 1;
  }
}

.content-block--nav .content-block__col:last-of-type h4 {
  margin-bottom: 1.5rem;
}

.content-block--nav nav {
  margin-left: 1rem;
}

.content-block--nav ul {
  list-style: none;
  border-left: 1px solid #f2f2f2;
  padding-left: 1rem;
}

.content-block--nav li {
  margin: 1rem 0;
}

.content-block--nav a {
  text-decoration: none;
  color: #000;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.content-block--nav a:hover {
  border-color: #ffb300;
}

.content-block__section {
  margin-bottom: 3rem;
}

.content-block__section:last-of-type {
  margin-bottom: 0;
}

.councils {
  padding: 6rem 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.councils:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff);
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.councils h2 {
  margin-bottom: 2rem;
}

.councils__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 6rem;
}

.councils__list-item {
  width: calc(33.3333333333% - 2rem);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .councils__list-item {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 600px) {
  .councils__list-item {
    width: 100%;
  }
}

.councils__list-item img {
  transition: transform .3s ease;
}

.councils__list-item:hover img {
  transform: scale(1.1);
}

.councils__list-item:before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.councils__list-item h3 {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(1.125rem, 1rem + .7vw, 1.25rem);
  z-index: 2;
}

.councils__list-item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.content-image {
  padding: 0rem 0 4rem 0;
  position: relative;
  background-color: hsla(0, 0%, 100%, .8);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.content-image.parallax {
  padding: 10rem 0;
  position: relative;
  background-color: hsla(0, 0%, 100%, .8);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .content-image {
    padding: 0rem 0 4rem 0;
  }
}

@media screen and (max-width: 600px) {
  .content-image {
    padding: 0rem 0 4rem 0;
  }
}

.content-image:before {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content-image--separator {
  padding: 0 2rem;
}

@media screen and (max-width: 600px) {
  .content-image--separator {
    padding: 0;
  }
}

.content-image--separator:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff);
}

.content-image--separator .row {
  padding: 10rem 2rem 6rem;
}

@media screen and (max-width: 900px) {
  .content-image--separator .row {
    padding: 8rem 2rem 6rem;
  }
}

@media screen and (max-width: 600px) {
  .content-image--separator .row {
    padding: 6rem 1rem 6rem;
  }
}

.content-image--img-right .row .content-image__image {
  order: 2;
}

@media screen and (max-width: 600px) {
  .content-image--img-right .row .content-image__image {
    order: 1;
  }
}

.content-image--img-right .row .content-image__content {
  order: 1;
}

@media screen and (max-width: 600px) {
  .content-image--img-right .row .content-image__content {
    order: 2;
  }
}

.content-image--img-left .content-image__image {
  order: 1;
}

.content-image--img-left .content-image__content {
  order: 2;
}

.content-image--img-none .content-image__image {
  display: none;
}

.content-image .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .content-image .row {
    flex-direction: column;
  }
  .content-image--overlap .content-image__image {
    margin-bottom: 4rem;
  }
}

.content-image--overlap .content-image__image img:first-of-type {
  max-width: 75%;
  z-index: 2;
}

.content-image--overlap .content-image__image img:last-of-type {
  position: absolute;
  max-width: 50%;
  bottom: -3rem;
  left: 40%;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .content-image--overlap .content-image__image img:last-of-type {
    right: 0;
    left: auto;
  }
}

.content-image--v1 .content-image__image {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 900px) {
  .content-image--v1 .content-image__image {
    width: 100%;
  }
}

.content-image--v1 .content-image__content {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .content-image--v1 .content-image__content {
    width: 100%;
  }
}

.hero-carousel {
  position: relative;
  height: 80vh;
  min-height: 320px;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.left-align-content .carousel-slide {
  justify-content: left;
}

.right-align-content .carousel-slide {
  justify-content: right;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}

/*
.left-gradient .carousel-overlay {
  background: linear-gradient(55deg, rgba(252, 184, 20, 0.9) 30%, rgba(252, 184, 20, 0.65) 55%, rgba(252, 184, 20, 0.01) 80%);
}
*/

.left-gradient .carousel-overlay { 
  background: linear-gradient(55deg, rgba(252, 184, 20, 0.65) 25%, rgba(252, 184, 20, 0.35) 52%, rgba(252, 184, 20, 0.05) 72%, rgba(252, 184, 20, 0) 86%); 
}


.right-gradient .carousel-overlay {
  background: linear-gradient(-55deg, rgba(252, 184, 20, 0.9) 30%, rgba(252, 184, 20, 0.65) 55%, rgba(252, 184, 20, 0.01) 80%);
}

.carousel-content {
  position: relative;
  z-index: 20;
  color: #1f1f1f;
  max-width: 40vw;
  margin: 0 10vw;
  padding: 0;
}

.left-align-content .carousel-content {
  text-align: left;
}

.right-align-content .carousel-content {
  text-align: right;
}

.no-gradient .carousel-content {
  background: hsla(0, 0%, 100%, .7019607843);
  padding: 2rem;
}

.no-content .carousel-content {
  display: none;
}

.carousel-content h1, .carousel-content h2 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  margin-bottom: 1rem;
  letter-spacing: 1px;
  font-family: "Univers", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.carousel-content p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.carousel-content .btn, .cta-card .btn {
  background: #000;
  color: #fff;
  border: none;
  padding: .8rem 2rem;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: .3s;
  text-decoration: none;
  position: relative;
}

.carousel-content .btn:hover {
  background-color: #fff;
  color: #000;
}

.carousel-controls {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 30;
}

@media screen and (max-width: 900px) {
  .carousel-controls {
    bottom: 25px;
  }
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: .7;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
}

.carousel-dot.active {
  opacity: 1;
  background-color: #fff;
}

@media(max-width: 900px) {
  .hero-carousel {
    height: 50vh;
    min-height: 220px;
  }
  .carousel-content {
    padding: 4vw 2vw;
    max-width: 98vw;
    background: hsla(0, 0%, 100%, .5647058824);
    margin: 0 35px 0 20px;
  }
  .carousel-content h1 {
    font-size: clamp(1.5rem, 8vw, 2.5rem);
  }
}

@media(max-width: 600px) {
  .hero-carousel {
    height: 30vh;
    min-height: 120px;
  }
  .carousel-content {
    margin: 0;
    padding: 30px 32px 40px;
    position: absolute;
    top: 30vh;
    z-index: 40;
    border-bottom: 1px solid #ccc;
    min-height: 400px;
  }
  .carousel-content h1 {
    font-size: clamp(1.2rem, 10vw, 2rem);
  }
  .carousel-controls {
    bottom: 2vw;
  }
  .hero-carousel {
    overflow: visible;
  }
  .carousel-controls {
    bottom: 25px;
  }
  .left-gradient .carousel-overlay {
    left: -300px;
  }
  .right-gradient .carousel-overlay {
    right: -300px;
  }
}

#wave {
  display: flex;
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
  overflow: visible;
}

#wave.left-wave {
  rotate: -150deg;
  left: -160vw !important;
  width: 300vw !important;
  height: 1000px !important;
}

#wave.right-wave {
  rotate: 140deg;
  left: -50vw !important;
  width: 300vw !important;
  height: 1000px !important;
}

#wave.no-wave {
  display: none;
}

path {
  fill: none;
  stroke: hsla(0, 0%, 100%, .5019607843);
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media(max-width: 600px) {
  #wave {
    display: none;
  }
}

.cta-section {
  position: absolute;
  z-index: 20;
  bottom: -7rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .cta-section {
    bottom: -9rem;
  }
}


.cta-section .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .cta-section {
    position: relative;
    bottom: auto;
    padding: 3rem 0;
  }
  .cta-section .row {
    flex-direction: column;
  }
}

.cta-card {
  width: 26%;
  background: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
  padding: .5rem 1.5rem 1.5rem;
  margin: 1rem 0;
}

.cta-card p {
  margin-left: 5px;
  font-size: 1rem;
  color: #545454;
  line-height: 1.4;
}

.cta-btn {
  padding: 0;
  border: 3px solid #ffd600;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  transition: .2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: .5rem;
}

.cta-btn:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, .15);
}

.cta-btn span {
  margin-left: 1.1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.cta-circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  outline: 3px solid #ffd600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: transform .2s cubic-bezier(0.77, 0, 0.18, 1);
}

.cta-btn:hover .cta-circle {
  transform: translateX(10px);
}

.cta-circle .arrow {
  transform: rotate(-90deg);
  vertical-align: middle;
  filter: brightness(0) invert(0);
  margin-left: 5px;
  height: 35%;
}

@media(max-width: 900px) {
  .cta-card {
    width: 100%;
  }
}

@media(max-width: 600px) {
  .cta-section {
    margin-top: 375px;
  }
  .cta-card {
    background: none;
    box-shadow: none;
    padding: .5rem 1rem .1rem;
    margin: 0;
  }
  .cta-card p {
    display: none;
  }
}

.hero-interior {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6rem 0;
  overflow: hidden;
}

.hero-interior__content {
  background-color: rgba(242, 242, 242, .9);
  padding: 3rem;
  max-width: 50%;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .hero-interior__content {
    max-width: 70%;
  }
}

@media screen and (max-width: 900px) {
  .hero-interior__content {
    max-width: 100%;
    padding: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .hero-interior__content {
    padding: 1.5rem;
  }
}

.hero-interior__content-sub-title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 1.1rem + .9vw, 1.5rem);
  margin-bottom: .75rem;
}

@media screen and (max-width: 600px) {
  .hero-interior__content-sub-title {
    font-size: clamp(.875rem, .8rem + .5vw, 1rem);
  }
}

.hero-interior__content ul {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.hero-interior h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .hero-interior h1 {
    font-size: 2.2rem;
  }
}

.hero-tertiary {
  background: linear-gradient(to right, #FFB300 0%, #FFB300 40%, transparent 100%);
  padding: 4rem 0;
  overflow: hidden;
}

.hero-tertiary__inner h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  margin-bottom: .5rem;
}

.hero-tertiary__inner p {
  font-size: clamp(1.25rem, 1.1rem + .9vw, 1.5rem);
}

.hero-tertiary__wave {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .hero-tertiary__wave {
    display: none;
  }
}

.hero-tertiary__wave--left {
  left: 0;
}

.hero-tertiary__wave--right {
  right: 0;
}

.news-events {
  background-color: #000;
  padding: 6rem 0 2rem;
}

.news-events h2, .news-events h3, .news-events h4, .news-events p {
  color: #fff;
}

.news-events h2 {
  margin-bottom: 2rem;
}

.news-events__content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 4rem;
}

.news-events__events {
  margin-bottom: 6rem;
}

.news-events__events-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.news-events__events-cta {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 900px) {
  .news-events__events-cta {
    flex-direction: column;
  }
  .news-events__events-cta a {
    margin-top: 0;
  }
}

.news-events__events-cta a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.news-events__events-cta a:hover {
  border-color: #ffb300;
}

.news-events__events-post {
  width: 50%;
  background-color: rgba(0, 0, 0, .3);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
}

@media screen and (max-width: 900px) {
  .news-events__events-post {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.news-events__events-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news-events__events-post:before {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.news-events__events-post-content {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  left: 3rem;
  right: 3rem;
}

.news-events__news-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media screen and (max-width: 600px) {
  .news-events__news-posts {
    flex-direction: column;
  }
}

.news-events__news-post {
  width: calc(25% - 1.25rem);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 900px) {
  .news-events__news-post {
    width: calc(50% - 1.25rem);
  }
}

@media screen and (max-width: 600px) {
  .news-events__news-post {
    width: 100%;
  }
}

.news-events__news-post:hover .news-events__news-post-content-meta a {
  border-color: #ffb300;
}

.news-events__news-post-link {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news-events__news-post h4 {
  color: #000;
}

.news-events__news-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news-events__news-post-content {
  padding: 1rem;
}

.news-events__news-post-content h4 {
  font-size: clamp(1.125rem, 1rem + .7vw, 1.25rem);
}

.news-events__news-post-content-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.news-events__news-post-content-meta i {
  color: #ffb300;
  font-size: .7rem;
}

.news-events__news-post-content-meta p, .news-events__news-post-content-meta a {
  font-size: clamp(.75rem, .7rem + .5vw, .875rem);
  color: #000;
  margin-bottom: 0;
  text-decoration: none;
}

.news-events__news-post-content-meta a {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.news-events__news-cta {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.news-events__news-cta a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.news-events__news-cta a:hover {
  border-color: #ffb300;
}

.recognition-profile {
  padding: 6rem 0;
}

.recognition-profile h2 {
  margin-bottom: 2rem;
}

.recognition-profile__officers {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}

.recognition-profile__officer {
  width: calc(33.3333333333% - 2rem);
  display: flex;
  flex-direction: row;
}

.ten-under .recognition-profile__officer {
  width: calc(50% - 2rem);
  min-width: 300px;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 725px) {
  .ten-under .recognition-profile__officer {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .recognition-profile__officer {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 600px) {
  .recognition-profile__officer {
    width: 100%;
  }
}

.recognition-profile__officer-image {
  width: 150px;
  height: 150px;
}

.recognition-profile__officer-content {
  width: 66.6666666667%;
  margin-left: 1rem;
  align-content: center;
}

.recognition-profile__officer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.recognition-profile__officer h3 {
  margin-bottom: .5rem;
  font-size: clamp(1.125rem, 1rem + .7vw, 1.25rem);
}

.recognition-profile__officer p {
  margin-bottom: 0;
  font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
  line-height: 1.5;
  font-size: 1rem;
}

.recognition-profile__officer-content a {
  line-height: 2.5rem;
}

.recognition-profile__officer p, .recognition-profile__officer a {
  color: #000;
  text-decoration: none;
}

.recognition-profile__officer p i, .recognition-profile__officer a i {
  color: #ffb300;
  font-size: clamp(.75rem, .7rem + .5vw, .875rem);
}

.recognition-profile__officer a:hover {
  text-decoration: underline;
}

.social-feed {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: hsla(0, 0%, 100%, .8);
  padding: 6rem 0;
  overflow: hidden;
}

.social-feed:before {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.social-feed h2 {
  text-align: center;
  z-index: 2;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-family: "Univers", sans-serif;
  font-weight: 900;
}

.social-feed__embed {
  z-index: 2;
}

.spotlight__inner {
  display: flex;
}

.spotlight img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.spotlight h2 {
  font-family: "Univers", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.spotlight__content-cta a {
  margin-bottom: 1rem;
}

.spotlight--lg {
  background: linear-gradient(to bottom, #FFB300 0%, #FFB300 40%, transparent 100%);
}

.spotlight--lg .row, .spotlight--lg .spotlight__inner {
  position: unset;
}

.spotlight--lg .spotlight__inner {
  flex-direction: column;
  padding: 6rem 0;
}

.spotlight--lg .spotlight__image {
  width: 50%;
  position: absolute;
  top: 0;
  right: 70%;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 900px) {
  .spotlight--lg .spotlight__image {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-bottom: 2rem;
  }
}

.spotlight--lg .spotlight__title, .spotlight--lg .spotlight__content {
  margin-left: 55%;
}

@media screen and (max-width: 900px) {
  .spotlight--lg .spotlight__title, .spotlight--lg .spotlight__content {
    margin-left: 0 !important;
  }
}

.spotlight--md {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(to right, #FFB300 0%, #FFB300 40%, transparent 100%);
}

.spotlight--md .row, .spotlight--md .spotlight__inner {
  position: unset;
}

@media screen and (max-width: 1200px) {
  .spotlight--md .row, .spotlight--md .spotlight__inner {
    flex-direction: column;
  }
}

.spotlight--md h2 {
  color: #fff;
}

.spotlight--md .spotlight__image {
  position: absolute;
  top: 0;
  right: 70%;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 900px) {
  .spotlight--md .spotlight__image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-bottom: 2rem;
  }
}

.spotlight--md .spotlight__title {
  margin-left: 32%;
  width: 70%;
  margin-right: 3rem;
}

@media screen and (max-width: 900px) {
  .spotlight--md .spotlight__title {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .spotlight--md .spotlight__content {
    margin-left: 32%;
  }
}

@media screen and (max-width: 900px) {
  .spotlight--md .spotlight__content {
    margin: 0;
  }
}

.spotlight--sm {
  margin: 4rem 0;
}

.spotlight--sm .spotlight__inner {
  align-items: center;
  gap: 3rem;
  border-radius: 20px;
  overflow: hidden;
  padding: 3rem;
  position: relative;
}

@media screen and (max-width: 900px) {
  .spotlight--sm .spotlight__inner {
    flex-direction: column;
    gap: 0;
    padding: 2rem;
  }
}

.spotlight--sm .spotlight__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #FFB300 0%, #FFB300 40%, transparent 100%);
}

.spotlight--sm .spotlight__column {
  width: calc(33.3333333333% - 1rem);
}

@media screen and (max-width: 900px) {
  .spotlight--sm .spotlight__column {
    width: 100%;
  }
}

.spotlight--sm .spotlight__image {
  order: 2;
}

@media screen and (max-width: 900px) {
  .spotlight--sm .spotlight__image {
    order: 1;
    margin-bottom: 2rem;
  }
}

.spotlight--sm .spotlight__title {
  order: 1;
}

@media screen and (max-width: 900px) {
  .spotlight--sm .spotlight__title {
    order: 2;
  }
}

.spotlight--sm .spotlight__content {
  order: 3;
}

.stats {
  padding: 6rem 0;
}

.stats h2 {
  text-align: center;
  margin-bottom: 4rem;
}

.stats__listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
}

.stats__listing-item {
  width: calc(25% - 2.3rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .stats__listing-item {
    width: calc(50% - 2.3rem);
  }
}

@media screen and (max-width: 600px) {
  .stats__listing-item {
    width: 100%;
  }
}

.stats__listing-item-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.stats__listing-item-stat i {
  font-size: 3rem;
  margin-right: 1rem;
}

.stats__listing-item-stat p {
  margin-bottom: 0;
  font-family: "Univers", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
}

.plugin-tabs {
  --tabs-border: #d0d7de;
  --tabs-bg: #ffffff;
  --tabs-muted: #57606a;
  --tabs-active: #ffb300;
  --tabs-focus: #ffb300;
  background: var(--tabs-bg);
  margin: 0 auto;
  padding: 3rem 0 4rem;
  font-family: "Roboto", sans-serif;
}

.tabs {
  margin: 4rem 0;
}

.plugin-tabs .content-image {
  padding: 0;
}

.plugin-tabs__nav {
  border-bottom: 1px solid var(--tabs-border);
}

.plugin-tabs__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
}

.plugin-tabs__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: var(--tabs-muted);
  padding: .75rem 1rem;
  cursor: pointer;
  position: relative;
  font: inherit;
  line-height: 1;
}

.plugin-tabs__tab[aria-selected=true] {
  color: inherit;
  font-weight: 600;
}

.plugin-tabs__tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: var(--tabs-active);
}

.plugin-tabs__tab:focus-visible {
  outline: 2px solid var(--tabs-focus);
  outline-offset: 2px;
  border-radius: 8px;
}

.plugin-tabs__panel {
  padding: 2rem 1rem;
}

.plugin-tabs__panel[aria-hidden=true] {
  display: none;
}

.cta-button {
  display: inline-flex;
  color: #000;
  background: #ffb300;
  padding: .25rem 1.5rem;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, .9rem + .6vw, 1.125rem);
  border-radius: 30px;
  line-height: 1.7;
  margin-right: 1rem;
  transition: .3s;
}

.cta-button:hover {
  background: #000;
  color: #fff;
}

.cta-button--black {
  background-color: #000;
  color: #fff;
}

.cta-button--black:hover {
  background: #fff;
  color: #000;
}

.cta-button--text-link {
  background: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 0 0 .25rem;
}

.cta-button--text-link:hover {
  background: none;
  color: #000;
  font-weight: bold;
}

li.cta-button a {
  color: #000;
  text-decoration: none;
}

li.cta-button:hover a {
  color: #fff;
  text-decoration: none;
}

:root {
  --modal-max: 900px;
  --modal-overlay: rgba(0, 0, 0, .8);
  --modal-bg: #fff;
  --modal-muted: #444;
  --modal-focus: #2563eb;
  --modal-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.open-modal-btn {
  margin-top: 10px;
  padding: 4px 14px;
  border: #ffb300 1px solid;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: .75rem;
  transition: .3s;
}

.open-modal-btn:hover {
  background: #000;
  color: #fff;
  transition: .3s;
}

.open-modal-btn:focus-visible {
  outline: 3px solid var(--modal-focus);
  outline-offset: 2px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: var(--modal-overlay);
  display: grid;
  place-items: center;
  padding: 24px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  width: min(var(--modal-max), 100%);
  background: var(--modal-bg);
  box-shadow: var(--modal-shadow);
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
}

@media(max-width: 900px) {
  .modal {
    max-height: calc(80vh - 40px);
  }
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 0 18px;
  flex: 0 0 auto;
}

.modal-body {
  padding: 0 40px 40px 40px;
  line-height: 1.5;
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.modal-body .modal-title {
  font-weight: 800;
}

.modal-body img {
  float: left;
  margin: 0 15px 15px 0;
  width: 150px;
}

.modal h3 {
  margin: 0;
  font-size: 1.25rem;
}

.modal p {
  margin: 10px 0 0 0;
  color: var(--modal-muted);
  font-size: 1rem;
}

.modal a {
  display: inline-block;
  margin-top: 12px;
  color: #0b5fff;
  text-underline-offset: 3px;
}

.modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.modal-close:hover {
  background: rgba(0, 0, 0, .06);
}

.modal-close:focus-visible {
  outline: 3px solid var(--modal-focus);
  outline-offset: 2px;
}

body.modal-open {
  overflow: hidden;
}

@media(prefers-reduced-motion: reduce) {
  .modal-overlay {
    transition: none;
  }
}

#sharedModalContent h3 {
  display: none;
}

.vcu__nav-utility {
  background-color: #3c3c3c;
  padding: .5rem 0;
}

.vcu__nav-utility .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.vcu__nav-utility-logo p, .vcu__nav-utility-give p {
  margin-bottom: 0;
  line-height: 1;
}

.vcu__nav-utility-logo img {
  display: block;
  width: 100%;
  max-width: 110px;
  margin-right: 2rem;
}

.vcu__nav-utility-logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

.vcu__nav-utility-logo p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: .9rem;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .vcu__nav-utility-logo p {
    display: none;
  }
}

.vcu__nav-utility-give {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .vcu__nav-utility-give {
    display: none;
  }
}

.vcu__nav-utility-give p {
  color: #fff;
  margin: 0 1.5rem 0 0;
  text-transform: uppercase;
  position: relative;
  top: 3px;
}

.vcu__nav-utility-give p span {
  color: #ffb300;
}

.vcu__nav-utility-give a {
  text-decoration: none;
  color: #000;
  background-color: #ffb300;
  border-radius: 12px;
  padding: 0 .25rem;
}

.vcu__nav-utility-give a i {
  color: #ea3323;
}

.vcu__nav-yellow {
  background-color: #ffb300;
  padding: 1rem 0;
}

.vcu__nav-yellow .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.vcu__nav-yellow span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.5;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .vcu__nav-yellow span {
    font-size: clamp(1.125rem, 1rem + .7vw, 1.25rem);
  }
}

.vcu__nav-yellow ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 900px) {
  .vcu__nav-yellow ul {
    display: none;
  }
}

.vcu__nav-yellow ul li {
  margin: 0 2rem;
}

@media screen and (max-width: 900px) {
  .vcu__nav-yellow ul li {
    margin: 0 1rem;
  }
}

.vcu__nav-yellow ul li:last-of-type {
  margin-right: 0;
}

.vcu__nav-yellow ul a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 1rem;
}

.vcu__nav-menu__mobile {
  display: none;
  z-index: 110;
}

@media screen and (max-width: 900px) {
  .vcu__nav-menu__mobile {
    display: inline-block;
  }
}

.vcu__nav-menu__mobile i {
  color: #000;
  font-size: 2rem;
}

.vcu__nav-menu__mobile i.fa-xmark {
  font-size: 2.2rem;
}

.vcu__mobile {
  display: none;
  background-color: #fff;
  z-index: 100;
}

.vcu__mobile.visible {
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}

.vcu__mobile.visible a {
  display: block;
  text-decoration: none;
  color: #000;
}

.vcu__mobile.visible ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vcu__mobile.visible .vcu__mobile-primary {
  margin-bottom: 2rem;
}

.vcu__mobile.visible .vcu__mobile-primary a {
  font-size: clamp(1.25rem, 1.1rem + .9vw, 1.5rem);
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.vcu__mobile.visible .vcu__mobile-utility ul {
  flex-direction: row;
}

.vcu__mobile.visible .vcu__mobile-utility li {
  margin: 0 1rem;
}

.vcu__mobile.visible .vcu__mobile-utility a {
  font-size: clamp(.875rem, .8rem + .5vw, 1rem);
}

@media screen and (max-width: 900px) {
  .vcu__nav-menu .row {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}

.menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar {
  background: #fff;
  color: #333;
  position: relative;
}

.navbar-menu {
  list-style: none;
  margin: 0 0 0 -1rem;
  padding: 0;
  display: flex;
}

@media screen and (max-width: 900px) {
  .navbar-menu {
    margin: 0;
  }
}

.navbar-menu li {
  position: relative;
  margin-left: 15px;
}

.navbar-menu li.has-children .has-children button {
  position: absolute;
  right: 1rem;
}

.navbar-menu a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #333;
}

@media screen and (min-width: 900px) {
  li.has-children a:first-of-type {
    padding: 1rem 2rem 1rem 1rem;
  }
  .navbar-menu a:hover {
    background: #eaeaea;
  }
  .navbar-menu li:hover > ul {
    display: block;
  }
  .navbar-menu li:hover > ul, .navbar-menu li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.navbar-menu li span {
  display: inline-block;
  width: 100%;
}

.navbar-menu a:focus {
  outline: none;
  background: none;
}

.navbar-menu a:focus-visible {
  outline: 2px solid #0078d4;
  outline-offset: 2px;
  background: #e0f0ff;
}

.navbar-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 300px;
  z-index: 1000;
  box-shadow: 3px 4px 8px rgba(0, 0, 0, .062745098);
}

.navbar-menu ul ul {
  top: 0;
  left: 100%;
}

.submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: .3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .submenu-toggle {
    padding: 1rem 2rem 1rem 5rem;
    top: .5rem;
    transform: none;
  }
}

.submenu-toggle i {
  transition: transform .3s ease;
}

.has-children.open > .submenu-toggle i {
  transform: rotate(-90deg) !important;
}

@media screen and (min-width: 900px) {
  .has-children > span, .has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .submenu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .5rem;
  }
  .submenu-toggle i {
    font-size: .75rem;
  }
  .navbar-menu li.has-children.open > a::after, .navbar-menu li.has-children.open > span > a::after {
    transform: rotate(180deg) !important;
  }
  .navbar-menu li.has-children span {
    display: block;
    width: 100%;
  }
  .navbar-menu ul {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
    display: block;
    pointer-events: none;
  }
}

.menu-container {
  display: none;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 30px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all .3s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

@media screen and (max-width: 900px) {
  .vcu {
    padding-top: 117px;
  }
 /** .vcu__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 117px;
    z-index: 9999;
  }**/
  .vcu__nav-utility, .vcu__nav-yellow {
    z-index: 200;
  }
  .menu-container {
    display: flex;
  }
  .navbar-menu {
    position: fixed;
    top: 130px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    flex-direction: column;
    /** transform: translateY(-100%);**/
    overflow-y: auto;
    transition: transform .4s ease;
    z-index: 100;
	opacity: 0;
	visibility: hidden;
  }
  .navbar-menu.active {
    /** transform: translateY(0);**/
	opacity:1;
	visibility: visible;
  }
  .navbar-menu li {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s ease;
  }
  .navbar-menu.active li {
    opacity: 1;
    transform: translateY(0);
  }
  .navbar-menu .has-children ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .navbar-menu .has-children.open > ul {
    max-height: 1000px;
  }
  .navbar-menu ul {
    position: static;
    box-shadow: none;
  }
  .navbar-menu li.open > ul {
    display: block;
  }
  .navbar-menu li a {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1254901961);
  }
}

@media screen and (max-width: 900px) and (max-width: 900px) {
  .navbar-menu li a {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 900px) {
  .navbar-menu li {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s ease;
  }
  .navbar-menu.active li {
    opacity: 1;
    transform: translateY(0);
  }
  .navbar-menu.active li:nth-child(1) { transition-delay: .05s; }
  .navbar-menu.active li:nth-child(2) { transition-delay: .1s; }
  .navbar-menu.active li:nth-child(3) { transition-delay: .15s; }
  .navbar-menu.active li:nth-child(4) { transition-delay: .2s; }
  .navbar-menu.active li:nth-child(5) { transition-delay: .25s; }
  .navbar-menu.active li:nth-child(6) { transition-delay: .3s; }
  .navbar-menu.active li:nth-child(7) { transition-delay: .35s; }
  
  .navbar-menu .has-children ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    margin-left: 1rem;
  }
  .navbar-menu .has-children ul ul {
    background: #fff;
  }
  .navbar-menu .has-children ul ul ul {
    background: #eaeaea;
  }
  .navbar-menu .has-children.open > ul {
    max-height: 1000px;
  }
  .menu-toggle {
    display: flex;
  }
  .submenu-toggle {
    display: flex;
    align-items: center;
  }
}

.utility-menu {
  display: flex;
  height: 60px;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  background: #ffb300;
  margin: 0;
  padding: 0 30px;
  gap: 3rem;
}

.utility-menu li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .utility-menu {
    width: 100vw;
    justify-content: center;
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
}

.vcu__footer {
  background-color: #000;
  padding: 6rem 0;
}

.vcu__footer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .vcu__footer .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.vcu__footer .vcu__socials {
  margin-bottom: 2rem;
}

.vcu__footer .vcu__socials a {
  width: 30px;
  height: 30px;
}

.vcu__footer .vcu__socials i {
  font-size: .9rem;
}

.vcu__footer a, .vcu__footer p {
  color: #fff;
}

.vcu__footer-lcol {
  width: 33.3333333333%;
  margin-right: 4rem;
}

@media screen and (max-width: 1200px) {
  .vcu__footer-lcol {
    width: 100%;
    margin: 0 0 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width: 900px) {
  .vcu__footer-lcol {
    flex-direction: column;
  }
}

.vcu__footer-lcol-logo img {
  max-width: 200px;
}

.vcu__footer-lcol-logo p a {
  color: #ffb300;
  font-size: clamp(1.25rem, 1.1rem + .9vw, 1.5rem);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2rem;
  line-height: 1.2;
  text-decoration: none;
}

.vcu__footer-lcol-content-links {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}

.vcu__footer-lcol-content-links i {
  color: #ffb300;
  font-size: 1.3rem;
  margin-right: .5rem;
}

.vcu__footer-lcol-content-links a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vcu__footer-lcol-content-links a:first-of-type {
  margin-bottom: 1rem;
}

.vcu__footer-rcol {
  width: 66.6666666667%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 1200px) {
  .vcu__footer-rcol {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 900px) {
  .vcu__footer-rcol {
    flex-direction: column;
    align-items: flex-start;
  }
}

.vcu__footer-rcol-logo {
  max-width: 300px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
  .vcu__footer-rcol-logo {
    width: 100%;
  }
}

.vcu__footer-rcol-content p {
  text-align: right;
  color: #ffb300;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

@media screen and (max-width: 1200px) {
  .vcu__footer-rcol-content p {
    text-align: left;
  }
}

.vcu__footer-rcol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.vcu__footer-rcol li:first-of-type {
  padding-left: 0;
}

.vcu__footer-rcol li:last-of-type {
  padding-right: 0;
}

@media screen and (max-width: 900px) {
  .vcu__footer-rcol-nav ul {
    flex-direction: column;
  }
}

.vcu__footer-rcol-nav ul li+li::before {
  content: "|";
  color: #fff;
  padding: 0 1rem;
}

@media screen and (max-width: 900px) {
  .vcu__footer-rcol-nav ul li+li::before {
    display: none;
    padding: 0;
  }
}

.vcu__footer-rcol-nav p {
  font-size: .8rem;
  margin-bottom: 0;
  display: inline-block;
}

.vcu__footer-rcol-nav a {
  font-size: .8rem;
  text-decoration: none;
}

.vcu__footer-rcol-nav a:hover {
  color: #ffb300;
}

@media print {
  * {
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */





