p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-size: 18px;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

#container {
  width: 100%;
}

@media (max-width: 767px) {
  #container {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}

/*.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}*/

.macp-ar-button {
  background-image: url('../img/button-underline--orange.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2px;
  margin-left: -8px;
  min-width: 120px;
  padding: 15px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.macp-ar-button.text_color--blue {
  background-image: url('../img/button-underline--blue.png');
}

.macp-ar-button.text_color--cyan {
  background-image: url('../img/button-underline--blue.png');
}

.macp-ar-button.text_color--gold {
  background-image: url('../img/button-underline--gold.png');
}

.macp-ar-button.text_color--purple {
  background-image: url('../img/button-underline--purple.png');
}

.macp-ar-button.text_color--red {
  background-image: url('../img/button-underline--red.png');
}

.macp-ar-button.text_color--teal {
  background-image: url('../img/button-underline--teal.png');
}

.macp-ar-button.text_color--violet {
  background-image: url('../img/button-underline--violet.png');
}

.macp-ar-block {
  align-items: center;
  border-bottom: 3px dotted #000;
  display: flex;
  justify-content: center;
  min-height: 110vh;
}

.macp-ar-block--animal,
.macp-ar-block--arts,
.macp-ar-block--drr,
.macp-ar-block--environment,
.macp-ar-block--financials,
.macp-ar-block--financials_chart,
.macp-ar-block--legacy,
.macp-ar-block--letter,
.macp-ar-block--quality,
.macp-ar-block--teachers {
  border: 0;
  display: block;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .macp-ar-block--animal,
  .macp-ar-block--arts,
  .macp-ar-block--drr,
  .macp-ar-block--environment,
  .macp-ar-block--financials,
  .macp-ar-block--financials_chart,
  .macp-ar-block--legacy,
  .macp-ar-block--letter,
  .macp-ar-block--quality,
  .macp-ar-block--teachers {
    margin-top: 50px;
  }
}

.macp-ar-block--financials_chart {
  margin-top: 50px;
  min-height: auto;
  padding-bottom: 50px;
  padding-top: 50px;
}

.macp-ar-block--hero {
  border: 0;
  color: #fff;
  margin-top: -100vh;
}

@media (max-width: 767px) {
  .macp-ar-block--hero {
    margin-left: -50px;
    margin-top: calc(-100vh - 300px);
    width: calc(100% + 50px);
  }
}

.macp-ar-block--lead {
  background-image: url('../img/lead-bkgnd.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding: 50px;
}

@media (max-width: 767px) {
  .macp-ar-block--lead {
    background-image: none;
    padding: 0;
  }
}

.macp-ar-chart {
  margin-bottom: 20px;
}

.macp-ar-chart--environment {
  color: #327285;
}

.macp-ar-chart--quality {
  color: #4598b7;
}

.macp-ar-chart--drr {
  color: #4a77bf;
}

.macp-ar-chart--teachers {
  color: #7c2a8b;
}

.macp-ar-chart--arts {
  color: #d5a647;
}

.macp-ar-chart--legacy_legacy {
  color: #9f2934;
}

.macp-ar-chart--legacy_local {
  color: #9f2934;
}

.macp-ar-chart--animal {
  color: #4e288f;
}

.macp-ar-chart--other {
  color: #98b244;
}

.macp-ar-chart--environment .macp-ar-chart-bar--fill {
  background-color: #327285;
}

.macp-ar-chart--quality .macp-ar-chart-bar--fill {
  background-color: #4598b7;
}

.macp-ar-chart--drr .macp-ar-chart-bar--fill {
  background-color: #4a77bf;
}

.macp-ar-chart--teachers .macp-ar-chart-bar--fill {
  background-color: #7c2a8b;
}

.macp-ar-chart--arts .macp-ar-chart-bar--fill {
  background-color: #d5a647;
}

.macp-ar-chart--legacy_legacy .macp-ar-chart-bar--fill {
  background-color: #9f2934;
}

.macp-ar-chart--legacy_local .macp-ar-chart-bar--fill {
  background-color: #9f2934;
}

.macp-ar-chart--animal .macp-ar-chart-bar--fill {
  background-color: #4e288f;
}

.macp-ar-chart--other .macp-ar-chart-bar--fill {
  background-color: #98b244;
}

.macp-ar-chart-bar {
  background-color: #fff;
  height: 35px;
  position: relative;
  width: 100%;
}

.macp-ar-chart-bar-data {
  position: absolute;
  right: 7px;
  top: 5px;
}

.macp-ar-chart-bar-data,
.macp-ar-chart-title {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .macp-ar-chart-bar-data,
  .macp-ar-chart-title {
    font-size: 18px;
  }
}

.macp-ar-chart-bar-data,
.macp-ar-chart-title strong {
  font-weight: 700;
}

.macp-ar-chart-bar--fill {
  background-color: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.macp-ar-chart-bar--gutter {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 160px);
}

@media (max-width: 991px) {
  .macp-ar-chart-bar--gutter {
    width: calc(100% - 120px);
  }
}

.macp-ar-divider {
  margin: 50px auto;
  max-width: 300px;
  width: 70%;
}

@media (max-width: 767px) {
  .macp-ar-divider {
    margin: 20px auto;
  }
}

.macp-ar-domain-divider {
  border-top: 1px solid rgba(33, 37, 41, 0.75);
  margin-top: 100px;
}

@media (max-width: 767px) {
  .macp-ar-domain-divider {
    margin-top: 50px;
  }
}

.macp-ar-domain--grid {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .macp-ar-domain--grid {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .macp-ar-domain--grid.macp-ar-tint-bg--animal {
    background-color: #7746B8 !important;
  }
  .macp-ar-domain--grid .macp-ar-tint-fg--animal {
    color: #fff !important;
  }
  .macp-ar-domain--grid.macp-ar-tint-bg--arts {
    background-color: #F5BB47 !important;
  }
  .macp-ar-domain--grid .macp-ar-tint-fg--arts {
    color: #fff !important;
  }
  .macp-ar-domain--grid.macp-ar-tint-bg--drr {
    background-color: #105FA3 !important;
  }
  .macp-ar-domain--grid .macp-ar-tint-fg--drr {
    color: #fff !important;
  }
  .macp-ar-domain--grid.macp-ar-tint-bg--environment {
    background-color: #04a6a3 !important;
  }
  .macp-ar-domain--grid .macp-ar-tint-fg--environment {
    color: #fff !important;
  }
  .macp-ar-domain--grid.macp-ar-tint-bg--legacy,
  .macp-ar-tint-bg--legacy {
    background-color: #d69d93 !important;
    color: #fff !important;
  }
  .macp-ar-domain--grid .macp-ar-tint-fg--legacy {
    color: #fff !important;
  }
  .macp-ar-domain--grid .macp-ar-tint-fg--legacy.macp-ar-lead {
    color: #ad1831 !important;
    margin-top: 30px;
  }
  .macp-ar-domain--grid.macp-ar-tint-bg--quality {
    background-color: #048BA6 !important;
  }
  .macp-ar-domain--grid .macp-ar-tint-fg--quality {
    color: #fff !important;
  }
  .macp-ar-domain--grid.macp-ar-tint-bg--teachers {
    background-color: #A943B0 !important;
  }
  .macp-ar-domain--grid .macp-ar-tint-fg--teachers {
    color: #fff !important;
  }
  .macp-ar-tint-bg--financials {
    background-color: #84a234 !important;
  }
}


.macp-ar-domain--grid--divider {
  height: 100%;
  width: 30px;
}

@media (max-width: 767px) {
  .macp-ar-domain--grid--divider {
    background-image: url("../img/divider-horizontal.png");
    background-size: 100% 100%;
    height: 20px;
    width: 60%;
  }
}

.macp-ar-h1 {
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 10vw;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}

.macp-ar-h2 {
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .macp-ar-h2 {
    font-size: 30px;
  }
}

.macp-ar-h3 {
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.15;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .macp-ar-h3 {
    font-size: 24px;
  }
}

.macp-ar-h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .macp-ar-h4 {
    font-size: 20px;
  }
}

.macp-ar-hidden {
  display: none;
}

.macp-ar-highlight {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .macp-ar-highlight .macp-ar-h2 {
    font-size: 36px !important;
    line-height: 1.05;
  }
}

.macp-ar-highlight-detail {
  display: none;
  padding-top: 50px;
}

.macp-ar-highlight-detail#highlight-4162 a,
.macp-ar-highlight-detail#highlight-4162 a:hover {
  color: #55258d;
}

.macp-ar-highlight-detail#highlight-4162 .macp-about-intro h2,
.macp-ar-highlight-detail#highlight-4162 .macp-about-intro h3 {
  color: #55258d;
}

.macp-ar-highlight-detail#highlight-4162 .macp-bkgnd-blue {
  background-color: #55258d;
}

.macp-ar-highlight-detail#highlight-4162 .macp-image-caption,
.macp-ar-highlight-detail#highlight-4162 .macp-split-img-caption {
  border-left: 2px dashed #55258d;
}

.macp-ar-highlight-detail#highlight-4162 .macp-quote .container {
  background-color: #55258d;
}


.macp-ar-highlight-detail#highlight-4173 a,
.macp-ar-highlight-detail#highlight-4173 a:hover {
  color: #e9b026;
}

.macp-ar-highlight-detail#highlight-4173 .macp-about-intro h2,
.macp-ar-highlight-detail#highlight-4173 .macp-about-intro h3 {
  color: #e9b026;
}

.macp-ar-highlight-detail#highlight-4173 .macp-bkgnd-blue {
  background-color: #e9b026;
}

.macp-ar-highlight-detail#highlight-4173 .macp-image-caption {
  border-left: 2px dashed #e9b026;
}

.macp-ar-highlight-detail#highlight-4173 .macp-quote .container {
  background-color: #e9b026;
}


.macp-ar-highlight-detail#highlight-4150 a,
.macp-ar-highlight-detail#highlight-4150 a:hover {
  color: #1055ad;
}

.macp-ar-highlight-detail#highlight-4150 .macp-about-intro h2,
.macp-ar-highlight-detail#highlight-4150 .macp-about-intro h3 {
  color: #1055ad;
}

.macp-ar-highlight-detail#highlight-4150 .macp-bkgnd-blue {
  background-color: #6a9dc9;
}

.macp-ar-highlight-detail#highlight-4150 .macp-image-caption,
.macp-ar-highlight-detail#highlight-4150 .macp-split-img-caption {
  border-left: 2px dashed #1055ad;
}

.macp-ar-highlight-detail#highlight-4150 .macp-quote .container {
  background-color: #6a9dc9;
}


.macp-ar-highlight-detail#highlight-4219 a,
.macp-ar-highlight-detail#highlight-4219 a:hover {
  color: #107c85;
}

.macp-ar-highlight-detail#highlight-4219 .macp-about-intro h2,
.macp-ar-highlight-detail#highlight-4219 .macp-about-intro h3 {
  color: #107c85;
}

.macp-ar-highlight-detail#highlight-4219 .macp-bkgnd-blue {
  background-color: #107c85;
}

.macp-ar-highlight-detail#highlight-4219 .macp-image-caption {
  border-left: 2px dashed #107c85;
}

.macp-ar-highlight-detail#highlight-4219 .macp-quote .container {
  background-color: #107c85;
}


.macp-ar-highlight-detail#highlight-4060 a,
.macp-ar-highlight-detail#highlight-4060 a:hover {
  color: #ad1332;
}

.macp-ar-highlight-detail#highlight-4060 .macp-about-intro h2,
.macp-ar-highlight-detail#highlight-4060 .macp-about-intro h3 {
  color: #ad1332;
}

.macp-ar-highlight-detail#highlight-4060 .macp-bkgnd-blue {
  background-color: #ad1332;
}

.macp-ar-highlight-detail#highlight-4060 .macp-image-caption,
.macp-ar-highlight-detail#highlight-4060 .macp-split-img-caption {
  border-left: 2px dashed #ad1332;
}

.macp-ar-highlight-detail#highlight-4060 .macp-quote .container {
  background-color: #ad1332;
}


.macp-ar-highlight-detail#highlight-4183 a,
.macp-ar-highlight-detail#highlight-4183 a:hover {
  color: #ad1332;
}

.macp-ar-highlight-detail#highlight-4183 .macp-about-intro h2,
.macp-ar-highlight-detail#highlight-4183 .macp-about-intro h3 {
  color: #ad1332;
}

.macp-ar-highlight-detail#highlight-4183 .macp-bkgnd-blue {
  background-color: #ad1332;
}

.macp-ar-highlight-detail#highlight-4183 .macp-image-caption,
.macp-ar-highlight-detail#highlight-4183 .macp-split-img-caption {
  border-left: 2px dashed #ad1332;
}

.macp-ar-highlight-detail#highlight-4183 .macp-quote .container {
  background-color: #ad1332;
}


.macp-ar-highlight-detail#highlight-4196 a,
.macp-ar-highlight-detail#highlight-4196 a:hover {
  color: #1a9ab6;
}

.macp-ar-highlight-detail#highlight-4196 .macp-about-intro h2,
.macp-ar-highlight-detail#highlight-4196 .macp-about-intro h3 {
  color: #1a9ab6;
}

.macp-ar-highlight-detail#highlight-4196 .macp-bkgnd-blue {
  background-color: #1a9ab6;
}

.macp-ar-highlight-detail#highlight-4196 .macp-image-caption,
.macp-ar-highlight-detail#highlight-4196 .macp-split-img-caption,
.macp-ar-highlight-detail#highlight-4196 .macp-image_collection-triple_item p,
.macp-ar-highlight-detail#highlight-4196 .macp-highlight-slideshow-captions {
  border-left: 2px dashed #1a9ab6;
}

.macp-ar-highlight-detail#highlight-4196 .macp-quote .container {
  background-color: #1a9ab6;
}


.macp-ar-highlight-detail#highlight-4215 a,
.macp-ar-highlight-detail#highlight-4215 a:hover {
  color: #882088;
}

.macp-ar-highlight-detail#highlight-4215 .macp-about-intro h2,
.macp-ar-highlight-detail#highlight-4215 .macp-about-intro h3 {
  color: #882088;
}

.macp-ar-highlight-detail#highlight-4215 .macp-bkgnd-blue {
  background-color: #882088;
}

.macp-ar-highlight-detail#highlight-4215 .macp-image-caption,
.macp-ar-highlight-detail#highlight-4215 .macp-split-img-caption {
  border-left: 2px dashed #882088;
}

.macp-ar-highlight-detail#highlight-4215 .macp-quote .container {
  background-color: #882088;
}


.macp-ar-highlight-detail .macp-hero {
  display: none;
}

.macp-ar-highlight-detail .macp-about-intro.macp-bkgnd-gray {
  background-color: #f3f1ec;
  margin-bottom: 50px;
  margin-top: 50px;
}

.macp-ar-highlight-detail .macp-about-intro h2,
.macp-ar-highlight-detail .macp-about-intro h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.macp-ar-highlight-detail .macp-about-intro h4 {
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 20px;
}

.macp-ar-highlight-detail .macp-highlight-slideshow-captions p {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.macp-ar-highlight-detail .macp-image-caption {
  width: calc(100% - 40px);
}

.macp-ar-highlight-detail .macp-quote h2 {
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 20px;
}

.macp-ar-highlight-detail .macp-quote p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
}

.macp-ar-highlight-detail .macp-split {
  margin-bottom: 50px;
  padding: 0;
}

.macp-ar-highlight-detail .macp-split > div > div > div {
  overflow: hidden;
}

.macp-ar-highlight-detail .macp-split:has(+ .macp-about-intro) {
  margin-bottom: 100px;
}

.macp-ar-highlight-detail .macp-split.macp-bkgnd-gray {
  background: #f3f1ec;
}
.macp-ar-highlight-detail .macp-split .col-lg-3,
.macp-ar-highlight-detail .macp-split .col-lg-4,
.macp-ar-highlight-detail .macp-split .col-lg-6 {
  padding: 0;
}

@media (min-width: 992px) {
  .macp-ar-highlight-detail .macp-split .offset-lg-1 {
    margin-left: 0;
    width: 50%;
  }
}

.macp-ar-highlight-detail .macp-split-img-caption {
  border-left: 2px solid #D69A2D;
  color: #545454;
  display: inline-block;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  left: 0;
  margin: -20px 20px 20px 20px;
  max-width: 736px;
  min-height: 50px;
  padding-left: 15px;
  padding-top: 30px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: calc(100% - 40px);
}

.macp-ar-highlight-detail .col-lg-4.order-lg-2 .macp-split-img-caption {
  left: 66.67%;
  width: fit-content;
}

@media (max-width: 991px) {
  .macp-ar-highlight-detail .col-lg-4.order-lg-2 .macp-split-img-caption {
    left: 0;
  }
}

.macp-ar-highlight-detail .macp-split-line {
  display: none;
}

.macp-ar-highlight-detail .macp-split-text {
  padding: 0 10%;
}

/*@media (max-width: 767px) {
  .macp-ar-highlight-detail .macp-split-text {
    padding: 0;
  }
}*/

.macp-ar-highlight-detail .macp-split-text h2,
.macp-ar-highlight-detail .macp-split-text h3 {
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 20px;
}

.macp-ar-highlight-detail .macp-split-text p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
}

/*@media (max-width: 767px) {
  .macp-ar-highlight-detail .macp-image-caption,
  .macp-ar-highlight-detail .macp-split-img-caption,
  .macp-ar-highlight-detail .macp-image_collection-triple_item p,
  .macp-ar-highlight-detail .macp-highlight-slideshow-captions {
    background-color: #f3f1ec;
    border-left: none !important;
    font-style: normal !important;
    margin: 0 !important;
    padding: 15px 25px !important;
    width: 100% !important;
  }
  .macp-ar-highlight-detail .macp-image {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .macp-ar-highlight-detail .macp-image > .container {
    padding: 0 !important;
  }
  .macp-ar-highlight-detail .macp-image--duo,
  .macp-ar-highlight-detail .macp-image--duo .container,
  .macp-ar-highlight-detail .macp-image--duo .col-md-3,
  .macp-ar-highlight-detail .macp-image--duo .col-md-6,
  .macp-ar-highlight-detail .macp-image--duo .col-md-7 {
    padding: 0;
  }
  .macp-ar-highlight-detail .macp-quote {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .macp-ar-highlight-detail .macp-split {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .macp-ar-highlight-detail .macp-split .container {
    padding: 0;
  }
  .macp-ar-highlight-detail .macp-split .col-lg-3,
  .macp-ar-highlight-detail .macp-split .col-lg-4,
  .macp-ar-highlight-detail .macp-split .col-lg-6 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
  .macp-ar-highlight-detail .macp-split-img-caption {
    width: calc(100% - 15px) !important;
  }
  .macp-ar-highlight-detail .macp-video .container,
  .macp-ar-highlight-detail .macp-video .col-lg-12 {
    padding: 0;
  }
}*/

.macp-ar-highlight-image-border {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 98%;
  height: 100%;
  margin-bottom: 30px;
  width: 100%;
}

/*@media (max-width: 767px) {
  .macp-ar-highlight-image-border {
    background-image: none !important;
  }
  .macp-ar-highlight-image-border .u-img--round {
    border-radius: 0;
  }
}*/

.macp-ar-highlight-image-border--blue {
  background-image: url('../img/round-dash--blue.png');
}

.macp-ar-highlight-image-border--cyan {
  background-image: url('../img/round-dash--cyan.png');
}

.macp-ar-highlight-image-border--gold {
  background-image: url('../img/round-dash--gold.png');
}

.macp-ar-highlight-image-border--purple {
  background-image: url('../img/round-dash--purple.png');
}

.macp-ar-highlight-image-border--red {
  background-image: url('../img/round-dash--red.png');
}

.macp-ar-highlight-image-border--teal {
  background-image: url('../img/round-dash--teal.png');
}

.macp-ar-highlight-image-border--violet {
  background-image: url('../img/round-dash--violet.png');
}

.macp-ar-hero-bkgnd {
  background-position: center;
  background-size: cover;
  height: 90vh;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .macp-ar-hero-bkgnd {
    height: 300px;
  }
}

.macp-ar-hero-content {
  bottom: 20px;
  left: 70px;
  position: absolute;
}

@media (max-width: 767px) {
  .macp-ar-hero-content {
    left: 20px;
  }
}

.macp-ar-highlight--close_icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -50px;
  width: 35px;
}

@media (max-width: 767px) {
  .macp-ar-intro {
    background-color: #f3f1ec;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .macp-ar-intro .macp-ar-divider {
    display: none;
  }
  .macp-ar-intro .macp-ar-h3 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
  }
}

.macp-ar-lead {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 21px;
  font-style: normal;
  text-transform: uppercase;
}

.macp-ar-lead-bullets {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  font-style: normal;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .macp-ar-lead-bullets {
    margin-left: -10px;
  }
}

.macp-ar-lead-programs {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .macp-ar-lead-programs {
    margin-left: 0;
  }
}

.macp-ar-letter--close_icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 35px;
}

.macp-ar-letter--detail {
  display: none;
  margin-top: 50px;
}

.macp-ar-letter--detail p strong {
  color: #db482c;
}

.macp-ar-letter--detail--quote {
  background: #de722a;
  color: #fff;
  margin: 30px auto 50px;
  padding: 30px;
}

.macp-ar-letter--detail--quote--text {
  margin: 0 auto;
  max-width: 87%;
}

.macp-ar-letter--grid {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .macp-ar-letter--grid {
    flex-direction: column;
  }
}

.macp-ar-letter--grid:nth-child(odd) {
  background-color: #f0b746;
}

.macp-ar-letter--grid:nth-child(even) {
  background-color: #de722a;
}

.macp-ar-letter--grid--divider {
/*  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;*/
  background-image: url("../img/divider-vertical.png");
  background-size: cover;
  height: 100%;
  width: 20px;
}

@media (max-width: 767px) {
  .macp-ar-letter--grid--divider {
    background-image: url("../img/divider-horizontal.png");
    background-size: 100% 100%;
    height: 20px;
    width: 60%;
  }
}

.macp-ar-letter--grid--label {
  color: #fff;
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .macp-ar-letter--grid--label {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .macp-ar-letter--grid--label {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .macp-ar-letter--grid--label {
    font-size: 13px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.macp-ar-letter--grid--stat {
  padding-bottom: 40px;
  padding-top: 40px;
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .macp-ar-letter--grid--stat {
    width: 100%;
  }
}

.macp-ar-letter--grid--stat--wide {
  width: calc(100% - 10px);
}

.macp-ar-letter--grid--ticker {
  color: #fff;
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .macp-ar-letter--grid--ticker {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .macp-ar-letter--grid--ticker {
    font-size: 50px;
  }
}

.macp-ar-letter--locations--label {
  color: #cc590c;
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .macp-ar-letter--locations--label {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .macp-ar-letter--locations--label {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .macp-ar-letter--locations--label {
    font-size: 13px;
  }
}

.macp-ar-letter--locations--ticker {
  color: #cc590c;
  font-family: "clone-rounded-latin", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .macp-ar-letter--locations--ticker {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .macp-ar-letter--locations--ticker {
    font-size: 50px;
  }
}

.macp-ar-nav {
  background: #002e6c; /* #2b2964; */
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 100vh;
  letter-spacing: 1px;
  left: 0;
  text-transform: uppercase;
  top: 0;
  position: sticky;
  width: 50px;
  z-index: 999;
}

@media (max-width: 767px) {
  .macp-ar-nav {
    margin-left: -50px;
    margin-top: 300px;
  }
}

.macp-ar-nav-edge {
  background: #002e6c; /* #2b2964; */
  height: 20px;
  left: -25px;
  position: absolute;
  top: -10px;
  width: 100px;
}

.macp-ar-nav-edge.edge-1 {
  transform: rotate(-5deg);
}

.macp-ar-nav-edge.edge-2 {
  transform: rotate(-2deg);
}

.macp-ar-nav-edge.edge-3 {
  transform: rotate(5deg);
}

.macp-ar-nav-edge.edge-4 {
  transform: rotate(-3deg);
}

.macp-ar-nav-edge.edge-5 {
  transform: rotate(3deg);
}

.macp-ar-nav-edge.edge-6 {
  transform: rotate(4deg);
}

.macp-ar-nav-edge.edge-7 {
  transform: rotate(-3deg);
}

.macp-ar-nav-edge.edge-8 {
  transform: rotate(4deg);
}

.macp-ar-nav-edge.edge-9 {
  transform: rotate(-5deg);
}

.macp-ar-nav-home {
  cursor: pointer;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 30px;
}

.macp-ar-nav-home--hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #002e6c;
  font-size: 16px;
  left: -1200px;
  padding: 3px 10px;
  position: absolute;
  text-decoration: none;
  top: 10px;
  transition: all 0.2s;
  width: 210px;
}

.macp-ar-nav-home--wrapper {
  position: relative;
}

.macp-ar-nav-home--wrapper:hover .macp-ar-nav-home--hover {
  left: 60px;
}

.macp-ar-nav-item {
/*      border-top: 10px solid #2b2964;*/
  color: #fff;
  cursor: pointer;
  flex-grow: 1;
  height: 20px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}

.macp-ar-nav-item.active {
  flex-grow: 100;
}

.macp-ar-nav-item.spacer {
  border-top: 0;
  cursor: default;
  height: 0;
  flex-grow: 100;
}

.macp-ar-nav-item.spacer.short {
  flex-grow: 0;
}

.macp-ar-nav-item:active {
  color: #fff;
  text-decoration: none;
}


.macp-ar-nav-item:hover {
  color: #fff;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .macp-ar-nav-item:hover {
    color: #fff;
    flex-grow: 100;
    text-decoration: none;
  }
}

.macp-ar-nav-item-text {
  left: -125px;
  position: absolute;
  text-align: right;
  top: 175px;
  transform: rotate(-90deg);
  width: 300px;
}

.macp-ar-nav-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: calc(100% - 50px);
  top: 50px;
  width: 100%;
}

.macp-ar-stats {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .macp-ar-stats {
    margin-top: 0;
  }
}

.macp-ar-tint-bg--animal {
  background-color: #e8ddf5;
}

.macp-ar-tint-fg--animal {
  color: #562694;
}

.macp-ar-tint-bg--arts {
  background-color: #fbe1aa;
}

.macp-ar-tint-fg--arts {
  color: #985c34;
}

.macp-ar-tint-bg--drr {
  background-color: #cfddef;
}

.macp-ar-tint-fg--drr {
  color: #1055ad;
}

.macp-ar-tint-bg--environment {
  background-color: #cbe5e7;
}

.macp-ar-tint-fg--environment {
  color: #336871;
}

.macp-ar-tint-bg--financials {
  background-color: #98b244;
}

.macp-ar-tint-fg--financials {
  color: #fff;
}

.macp-ar-tint-bg--legacy {
  background-color: #f5f3eb;
}

@media (max-width: 767px) {
  .macp-ar-tint-bg--legacy p {
    font-size: 12px;
  }
}

.macp-ar-tint-fg--legacy {
  color: #ad1831;
}

.macp-ar-tint-bg--quality {
  background-color: #cbecf3;
}

.macp-ar-tint-fg--quality {
  color: #066f84;
}

.macp-ar-tint-bg--teachers {
  background-color: #f0dcf1;
}

.macp-ar-tint-fg--teachers {
  color: #88228f;
}

.nav_color--blue { /* DRR */
  background: #6a9dc9;
}

.nav_color--cyan { /* Quality of Life */
  background: #1a9ab6;
}

.nav_color--gold { /* Arts & Culture */
  background: #e9b026;
}

.nav_color--green { /* Financials */
  background: #98b244;
}

.nav_color--orange { /* Letter from Our CEO */
  background: #db482c;
}

.nav_color--purple { /* Animal Welfare */
  background: #55258d;
}

.nav_color--red { /* Legacy & Opportunity */
  background: #ad1332;
}

.nav_color--teal { /* Environment */
  background: #107c85;
}

.nav_color--violet { /* Teachers & Students */
  background: #882088;
}

.text_color--blue,
.text_color--blue:hover {
  color: #1055ad; /* #6a9dc9; */
}

.text-color--brown,
.text_color--brown:hover {
  color: #342013;
}

.text_color--cyan,
.text_color--cyan:hover {
  color: #1a9ab6;
}

.text_color--gold,
.text_color--gold:hover {
  color: #e9b026;
}

.text_color--green,
.text_color--green:hover {
  color: #98b244;
}

.text_color--orange,
.text_color--orange:hover {
  color: #db482c;
}

.text_color--purple,
.text_color--purple:hover {
  color: #55258d;
}

.text_color--red,
.text_color--red:hover {
  color: #ad1332;
}

.text_color--teal,
.text_color--teal:hover {
  color: #107c85;
}

.text_color--violet,
.text_color--violet:hover {
  color: #882088;
}

.u-align--center {
  text-align: center;
}

.u-display--flex {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

@media (max-width: 767px) {
  .u-hide--mobile {
    display: none;
  }
}

.u-img--90 {
  margin: 5%;
  width: 90%;
}

.u-img--full {
  width: 100%;
}

.u-img--round {
  border-radius: 50%;
}