body {
  color: #2d2926;
}

p {
  font-family: 'Duplicate Sans', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

@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;
}

.macp-ar-block--financials_chart_data {
  background-color: #e3dfd2;
  background-image: url("../img/bkgnd-limestone.jpg");
  background-size: 1000px;
  border: 0;
  display: block;
  margin-top: 0;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .macp-ar-block--financials_chart_data {
    padding: 40px 0;
  }
}

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

.macp-ar-block--lead {
  margin-bottom: 40px;
  padding: 50px;
}

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

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

@media (max-width: 991px) {
  .macp-ar-block--letter {
    margin-top: 20px;
  }
}

.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--buttons {
  display: flex;
  gap: 10px;
}

@media (max-width: 991px) {
  .macp-ar-domain--buttons {
    flex-direction: column;
    margin-top: 30px;
    text-align: center;
  }
}

.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-domain--intro {
  background-color: #e3dfd2;
  background-image: url("../img/bkgnd-limestone.jpg");
  background-size: 1000px;
  position: relative;
}

.macp-ar-domain--intro--header_img {
  bottom: -20px;
  margin: 10%;
  position: relative;
  width: 80%;
}

@media (max-width: 991px) {
  .macp-ar-domain--intro--header_img {
    bottom: 0;
    margin: 0 0 40px 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .macp-ar-domain--intro--header_img_wrapper {
    padding: 0;
  }
}


.macp-ar-domain--intro--pattern {
  background-size: 100% 100%;
  bottom: 0;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 991px) {
  .macp-ar-domain--intro--pattern {
    display: none;
  }
}

.macp-ar-domain--intro--pattern.blue {
  background-image: url("../img/pattern-blue.jpg");
}

.macp-ar-domain--intro--pattern.cyan {
  background-image: url("../img/pattern-cyan.jpg");
}

.macp-ar-domain--intro--pattern.ltblue {
  background-image: url("../img/pattern-ltblue.jpg");
}

.macp-ar-domain--intro--pattern.orange {
  background-image: url("../img/pattern-orange.jpg");
}

.macp-ar-domain--intro--pattern.purple {
  background-image: url("../img/pattern-purple.jpg");
}

.macp-ar-domain--intro--pattern.red {
  background-image: url("../img/pattern-red.jpg");
}

.macp-ar-domain--intro--pattern.violet {
  background-image: url("../img/pattern-violet.jpg");
}

.macp-ar-domain--intro--wave {
  background-size: 100% 100%;
  bottom: 0;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media (max-width: 991px) {
  .macp-ar-domain--intro--wave {
    display: none;
  }
}

.macp-ar-domain--intro--wave.blue {
  background-image: url("../img/wave-blue.png");
}

.macp-ar-domain--intro--wave.cyan {
  background-image: url("../img/wave-cyan.png");
}

.macp-ar-domain--intro--wave.ltblue {
  background-image: url("../img/wave-ltblue.png");
}

.macp-ar-domain--intro--wave.orange {
  background-image: url("../img/wave-orange.png");
}

.macp-ar-domain--intro--wave.purple {
  background-image: url("../img/wave-purple.png");
}

.macp-ar-domain--intro--wave.red {
  background-image: url("../img/wave-red.png");
}

.macp-ar-domain--intro--wave.violet {
  background-image: url("../img/wave-violet.png");
}

.macp-ar-domain--photos {
  margin-top: 100px;
  position: relative;
}

.macp-ar-domain--photos--bar {
  background-color: #000;
  height: 8px;
  margin-top: 15px;
  width: 40px;
}

.macp-ar-domain--photos--bar.purple {
  background-color: #562694;
}

.macp-ar-domain--photos--bar.orange {
  background-color: #bd5813;
}

.macp-ar-domain--photos--bar.ltblue {
  background-color: #3f86c4;
}

.macp-ar-domain--photos--bar.blue {
  background-color: #002e6b;
}

.macp-ar-domain--photos--bar.red {
  background-color: #ad1831;
}

.macp-ar-domain--photos--bar.cyan {
  background-color: #1ba3c2;
}

.macp-ar-domain--photos--bar.violet {
  background-color: #88228f;
}

.macp-ar-domain--photos--bkgnd {
  background-color: #e3dfd2;
  background-image: url("../img/bkgnd-limestone.jpg");
  background-size: 1000px;
  height: 185px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
}

@media (max-width: 991px) {
  .macp-ar-domain--photos--bkgnd {
    display: none;
  }
}

.macp-ar-domain--photos--caption {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .macp-ar-domain--photos--text {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}

.macp-ar-domain--sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.macp-ar-domain--spot {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 240px;
  width: 100%;
}

.macp-ar-domain--spot.animal {
  background-image: url("../img/spot-animal.png");
}

.macp-ar-domain--spot.arts {
  background-image: url("../img/spot-arts.png");
}

.macp-ar-domain--spot.drr {
  background-image: url("../img/spot-drr.png");
}

.macp-ar-domain--spot.environment {
  background-image: url("../img/spot-environment.png");
}

.macp-ar-domain--spot.legacy {
  background-image: url("../img/spot-legacy.png");
}

.macp-ar-domain--spot.legacy-2 {
  background-image: url("../img/spot-legacy-2.png");
  margin-top: -100px;
}

.macp-ar-domain--spot.quality {
  background-image: url("../img/spot-quality.png");
}

.macp-ar-domain--spot.teachers {
  background-image: url("../img/spot-teachers.png");
}

.macp-ar-domain--spot_wrapper {
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .macp-ar-domain--spot_wrapper {
    margin-bottom: -50px;
  }
}

.macp-ar-domain--spot_wrapper.environment {
  margin-top: -100px;
}

.macp-ar-domain--spot_wrapper.legacy {
  margin-top: -100px;
}

@media (max-width: 991px) {
  .macp-ar-domain--spot_wrapper.legacy {
    margin-top: -20px;
  }
}

.macp-ar-domain--spot_wrapper.quality {
  margin-top: -130px;
}

@media (max-width: 991px) {
  .macp-ar-domain--spot_wrapper.quality {
    margin-top: 0px;
  }
}

.macp-ar-domain--stats {
  margin-bottom: 10px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .macp-ar-domain--stats {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.macp-ar-domain--stats.secondary {
  margin-top: 0;
}

.macp-ar-domain--stats h3 {
  font-family: 'Duplicate Sans', serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 10px;
}

.macp-ar-domain--stats--caption {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 20px;
}

.macp-ar-domain--stats_item {
  background-color: #ccc;
  margin-top: 20px;
  padding: 20px 10px;
  text-align: center;
}

.macp-ar-domain--stats_item.purple {
  background-color: #cbbce6;
}

.macp-ar-domain--stats_item.orange {
  background-color: #efd1ba;
}

.macp-ar-domain--stats_item.ltblue {
  background-color: #d3e7fd;
}

.macp-ar-domain--stats_item.blue {
  background-color: #d5dfeb;
}

.macp-ar-domain--stats_item.red {
  background-color: #e9bbc2;
}

.macp-ar-domain--stats_item.cyan {
  background-color: #b9e4f1;
}

.macp-ar-domain--stats_item.violet {
  background-color: #dcbee4;
}

.macp-ar-domain--stats_item p {
  font-family: 'Duplicate Sans', serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.macp-ar-domain--stats_item p.number {
  font-size: 40px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

.macp-ar-domain--stats_item p.number span {
  position: relative;
  top: 40px;
  transition: all 1s;
}

.macp-ar-domain--stats_item p.number.show span {
  top: 0;
}

.macp-ar-financials--intro--border {
  background-image: url("../img/financials-border.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 70px;
  width: 100%;
}

@media (max-width: 1199px) {
  .macp-ar-financials--intro--border {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .macp-ar-financials--intro--border {
    height: 50px;
  }
}

.macp-ar-financials--intro--content {
  background-color: #e3dfd2;
  background-image: url("../img/bkgnd-limestone.jpg");
  background-size: 1000px;
  margin-bottom: 50px;
  padding: 70px 140px;
}

@media (max-width: 1199px) {
  .macp-ar-financials--intro--content {
    padding: 60px 120px;
  }
}

@media (max-width: 991px) {
  .macp-ar-financials--intro--content {
    padding: 50px;
  }
}

.macp-ar-financials--intro--content .macp-ar-h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.macp-ar-financials--legend {
  position: relative;
}

.macp-ar-financials--legend--color {
  background-color: #000;
  height: 12px;
  position: absolute;
  top: 5px;
  width: 36px;
}

.macp-ar-financials--legend--color.gold {
  background-color: #e0a52e;
}

.macp-ar-financials--legend--color.purple {
  background-color: #7746b8;
}

.macp-ar-financials--legend--color.red {
  background-color: #ad1831;
}

.macp-ar-financials--legend--color.orange {
  background-color: #bd5813;
}

.macp-ar-financials--legend--color.violet {
  background-color: #88228f;
}

.macp-ar-financials--legend--color.ltblue {
  background-color: #6aa8de;
}

.macp-ar-financials--legend--color.cyan {
  background-color: #1ba3c2;
}

.macp-ar-financials--legend--color.blue {
  background-color: #002e6b;
}

.macp-ar-financials--legend--label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 55px;
}

.macp-ar-financials--legend--label .red {
  color: #ad1831;
}

.macp-ar-financials--legend_wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}

.macp-ar-financials--legend_wrapper--col {
  padding-right: 10px;
  width: 50%;
}

@media (max-width: 991px) {
  .macp-ar-financials--legend_wrapper--col {
    width: 100%;
  }
}

.macp-ar-financials--legend_wrapper--cols {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 991px) {
  .macp-ar-financials--legend_wrapper--cols {
    flex-direction: column;
  }
}

.macp-ar-financials--pie {
  margin: 10%;
  width: 80%;
}

@media (max-width: 991px) {
  .macp-ar-financials--pie {
    margin: 0 50px 50px 50px;
    width: calc(100% - 100px)
  }
}

.macp-ar-financials--spot {
  background-image: url("../img/spot-financials.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 110px;
  width: 100%;
}

.macp-ar-financials--stat {
  background-color: #dbeafa;
  margin-top: 20px;
  padding: 20px 10px;
  text-align: center;
}

.macp-ar-financials--stat p {
  font-family: 'Duplicate Sans', serif;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.macp-ar-financials--stat p.number {
  font-size: 40px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

.macp-ar-financials--stat p.number span {
  position: relative;
  top: 40px;
  transition: all 1s;
}

.macp-ar-financials--stat p.number.show span {
  top: 0;
}

.macp-ar-h1 {
  font-family: 'Duplicate Ionic', serif;
  font-weight: 400;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
}

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

.macp-ar-h2 {
  font-family: 'Duplicate Ionic', serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

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

.macp-ar-h3 {
  font-family: 'Duplicate Ionic', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  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;
}

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

.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-content {
  margin-bottom: 30px;
  position: relative;
  top: 30px;
}

@media (max-width: 991px) {
  .macp-ar-hero-content {
    margin-bottom: 0;
    margin-top: 30px;
    top: 0;
  }
}

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

@media (max-width: 991px) {
  .macp-ar-hero-img_wrapper {
    padding: 0;
  }
}

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

.macp-ar-intro {
  margin-top: 50px;
  position: relative;
  z-index: 20;
}

/*@media (max-width: 767px) {
  .macp-ar-intro {
    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: 'Duplicate Sans', serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 15px;
}

.macp-ar-lead-bullets {
  font-family: 'Duplicate Sans', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  list-style-type: none;
  padding-left: 0;
}

.macp-ar-lead-bullets li {
  margin-bottom: 10px;
}

.macp-ar-lead-programs {
  font-family: 'Duplicate Sans', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@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--inset {
  background-color: #e3dfd2;
  background-image: url("../img/bkgnd-limestone.jpg");
  background-size: 1000px;
  margin-bottom: 30px;
  padding: 30px 30px 20px;
}

.macp-ar-letter--inset figcaption {
  display: none;
  font-size: 13px;
  line-height: 1.6;
}

.macp-ar-letter--inset figure {
  float: left;
  margin: 0 20px 10px 0;
  width: 50%;
}

@media (max-width: 991px) {
  .macp-ar-letter--inset figure {
    width: 30%;
  }
}

.macp-ar-letter--inset--border {
  background-image: url('../img/letter-inset-border.jpg');
  background-size: cover;
  height: 30px;
  margin-top: 15px;
  width: 100%;
}

.macp-ar-letter--inset--border.post-letter {
  background-image: url('../img/letter-inset-border2.jpg');
}

.macp-ar-letter--inset--border.financials {
  background-image: url('../img/financials-border.jpg');
}

.macp-ar-letter--inset--close {
  background-image: url('../img/letter-inset-close.png');
  background-size: cover;
  bottom: -10px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: -10px;
  width: 20px;
}

.macp-ar-letter--inset--extra {
  display: none;
  position: relative;
}

.macp-ar-letter--inset--more {
  color: #020000;
  font-weight: 500;
}

.macp-ar-letter--inset--more:hover {
  color: #000;
}

.macp-ar-letter--inset--signature {
  background-image: url('../img/president-signature.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  margin-bottom: -40px;
}

.macp-ar-letter--inset--signature_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.macp-ar-letter--inset--spot {
  background-image: url('../img/spot-weaver.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 160px;
  margin-bottom: -30px;
  position: relative;
  top: -10px;
  width: 160px;
}

.macp-ar-letter--inset--spot_wrapper {
  text-align: right;
  width: 100%;
}

.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: #d5a647;
  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: #fff;
  height: 17px;
  left: -25px;
  position: absolute;
  top: -10px;
  width: 100px;
}

.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-pretitle {
  font-family: 'Duplicate Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.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: #bd5813;
}

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

.macp-ar-tint-fg--drr {
  color: #6aa8de;
}

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

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

.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: #1ba3c2;
}

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

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

.macp-btn {
  transition: all 0.3s;
}

.macp-btn.purple {
  background-color: #562694;
  border: 2px solid #562694;
}

.macp-btn.white-purple {
  background-color: #fff;
  border: 2px solid #562694;
  color: #562694;
}

.macp-btn.purple:hover,
.macp-btn.white-purple:hover {
  background-color: #cdbfe8;
  color: #2d2926;
}

.macp-btn.orange {
  background-color: #bd5813;
  border: 2px solid #bd5813;
}

.macp-btn.white-orange {
  background-color: #fff;
  border: 2px solid #bd5813;
  color: #bd5813;
}

.macp-btn.orange:hover,
.macp-btn.white-orange:hover {
  background-color: #efd1b9;
  color: #2d2926;
}

.macp-btn.ltblue {
  background-color: #6aa8de;
  border: 2px solid #6aa8de;
  color: #2d2926;
}

.macp-btn.white-ltblue {
  background-color: #fff;
  border: 2px solid #6aa8de;
  color: #2d2926;
}

.macp-btn.ltblue:hover,
.macp-btn.white-ltblue:hover {
  background-color: #cee5fc;
  color: #2d2926;
}

.macp-btn.blue {
  background-color: #002e6b;
  border: 2px solid #002e6b;
}

.macp-btn.white-blue {
  background-color: #fff;
  border: 2px solid #002e6b;
  color: #002e6b;
}

.macp-btn.blue:hover,
.macp-btn.white-blue:hover {
  background-color: #d5dfeb;
  color: #2d2926;
}

.macp-btn.red {
  background-color: #ad1831;
  border: 2px solid #ad1831;
}

.macp-btn.white-red {
  background-color: #fff;
  border: 2px solid #ad1831;
  color: #ad1831;
}

.macp-btn.red:hover,
.macp-btn.white-red:hover {
  background-color: #eabfc7;
  color: #2d2926;
}

.macp-btn.cyan {
  background-color: #1ba3c2;
  border: 2px solid #1ba3c2;
}

.macp-btn.white-cyan {
  background-color: #fff;
  border: 2px solid #1ba3c2;
  color: #1ba3c2;
}

.macp-btn.cyan:hover,
.macp-btn.white-cyan:hover {
  background-color: #bbe5f1;
  color: #2d2926;
}

.macp-btn.violet {
  background-color: #88228f;
  border: 2px solid #88228f;
}

.macp-btn.white-violet {
  background-color: #fff;
  border: 2px solid #88228f;
  color: #88228f;
}

.macp-btn.violet:hover,
.macp-btn.white-violet:hover {
  background-color: #dcbde3;
  color: #2d2926;
}

.nav_color--ltblue { /* DRR */
  background: #6aa8de;
}

.nav_color--cyan { /* Quality of Life */
  background: #50a0be;
}

.nav_color--gold { /* Letter from Our President */
  background: #d5a647;
}

.nav_color--dkblue { /* Financials */
  background: #020d43;
}

.nav_color--orange { /* Arts & Culture */
  background: #ae5c28;
}

.nav_color--purple { /* Animal Welfare */
  background: #4e2b8e;
}

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

.nav_color--blue { /* Environment */
  background: #102e67;
}

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

.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--80 {
  margin: 10%;
  width: 80%;
}

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

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

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