@charset "UTF-8";
@keyframes arrowHover {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 310% 50%;
  }
  50.001% {
    background-position: -210% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.AboutPage article > section.intro > *:first-child {
  color: #203460;
}
.AboutPage article > section.intro > *:first-child .green {
  font-size: 1.25em;
  display: block;
}
@media (min-width: 601px) {
  .AboutPage article > section.intro > *:first-child {
    text-align: center;
    font-size: 2.5em;
  }
  .AboutPage article > section.intro > *:first-child .green {
    display: block;
    font-size: 1.377em;
  }
}
.AboutPage p.lrger {
  font-size: 1.25em;
}
.AboutPage .content-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.AboutPage .content-wrap p {
  color: #3f4347;
}
.AboutPage .content-wrap ul {
  padding: 1em 0;
  padding: 0.875em 0;
  color: #3f4347;
}
.AboutPage .content-wrap ul li {
  position: relative;
  padding: 0.875em 0 0.875em 1.5em;
}
.AboutPage .content-wrap ul li:before {
  content: " ";
  width: 1.25em;
  border-bottom: 2px solid #aedfe5;
  display: inline-block;
  position: absolute;
  line-height: 1em;
  left: 0;
  top: calc(1.75em - 2px);
}
@media (min-width: 481px) {
  .AboutPage .content-wrap ul li {
    padding-left: 2.25em;
  }
  .AboutPage .content-wrap ul li:before {
    width: 2em;
  }
}
@media (min-width: 601px) {
  .AboutPage .content-wrap ul li {
    font-size: 1.125em;
  }
}
.AboutPage .content-wrap ul li {
  text-transform: uppercase;
  font-size: 1em;
}
.AboutPage section > h3, .AboutPage section > .content-wrap > h3 {
  color: #203460;
  font-size: 1.875em;
}
@media (min-width: 601px) {
  .AboutPage section > h3, .AboutPage section > .content-wrap > h3 {
    text-align: center;
    font-size: 2.1875em;
  }
}
.AboutPage section.intro .content-wrap {
  padding: 1em 0 0;
}
.AboutPage section.leadership {
  background-color: #f5f5f1;
}
.AboutPage section.leadership > h3 {
  padding-bottom: 1em;
}
.AboutPage section.leadership ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}
.AboutPage section.leadership ul li {
  float: left;
  width: 50%;
  padding: 0.875em 2%;
  text-align: center;
  box-sizing: border-box;
}
.AboutPage section.leadership ul li:nth-child(odd) {
  padding-left: 0;
  clear: both;
}
.AboutPage section.leadership ul li:nth-child(even) {
  padding-right: 0;
}
.AboutPage section.leadership ul li img {
  width: 100%;
}
.AboutPage section.leadership ul li h4 {
  color: #23a46c;
  text-transform: uppercase;
  font-size: 1.25em;
  padding-top: 0.5em;
}
.AboutPage section.leadership ul li h5 {
  color: #3f4347;
  font-style: italic;
  font-size: 1em;
  padding-bottom: 1.25em;
}
.AboutPage section.leadership ul li a {
  text-decoration: none;
  color: #23a46c;
}
.AboutPage section.leadership ul li a:after {
  content: "  »";
}
@media (min-width: 601px) {
  .AboutPage section.leadership ul li {
    width: 25%;
    padding-bottom: 0;
  }
  .AboutPage section.leadership ul li:nth-child(odd) {
    padding-left: 2%;
    clear: none;
  }
  .AboutPage section.leadership ul li:nth-child(even) {
    padding-right: 2%;
  }
}
.AboutPage section.leadership p:last-child {
  padding-top: 0.33333em;
}
@media (min-width: 601px) {
  .AboutPage section.leadership p:last-child {
    padding-top: 3.125em;
  }
}
.AboutPage section.headquarters {
  position: relative;
}
.AboutPage section.headquarters h3 {
  text-align: left;
}
.AboutPage section.headquarters .learnmore {
  padding-top: 0.6111em;
}
@media (min-width: 601px) {
  .AboutPage section.headquarters .learnmore {
    padding: 3.125em 0 0;
  }
}
.AboutPage section.headquarters .tri-image {
  margin-bottom: 2.125em;
  position: relative;
  overflow: visible;
  padding-bottom: 56.25%;
}
.AboutPage section.headquarters .tri-image .fg, .AboutPage section.headquarters .tri-image .bg {
  display: block;
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  line-height: 0px;
}
.AboutPage section.headquarters .tri-image .fg {
  background: url("/resources/themes/rms/images/tri-small-about.jpg") top left no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.AboutPage section.headquarters .tri-image .bg {
  top: 0.5em;
  left: 0.5em;
  background-color: #203460;
  z-index: -1;
}
@media (min-width: 601px) {
  .AboutPage section.headquarters .tri-image {
    width: 40%;
    height: auto;
    min-height: 350px;
    padding-bottom: 0;
  }
  .AboutPage section.headquarters .tri-image .fg, .AboutPage section.headquarters .tri-image .bg {
    max-width: 550px;
    padding-bottom: 103%;
  }
  .AboutPage section.headquarters .tri-image .fg {
    background-image: url("/resources/themes/rms/images/tri-about.png");
    background-size: 100% auto;
  }
  .AboutPage section.headquarters .tri-image .bg {
    top: 2.5em;
    left: -1em;
    background: url("/resources/themes/rms/images/tri-blue-about.png") top left no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 601px) {
  .AboutPage section.headquarters .tri-image {
    margin-bottom: 0;
    position: absolute;
    top: -1.5em;
    left: -5em;
    max-width: 550px;
  }
  .AboutPage section.headquarters .tri-image .fg {
    padding-bottom: 107%;
  }
  .AboutPage section.headquarters .tri-image .bg {
    top: 3em;
    left: 0;
    padding-bottom: 107%;
  }
}
@media (min-width: 601px) {
  .AboutPage section.headquarters .content-wrap {
    box-sizing: border-box;
    padding-left: 36%;
  }
}
@media (min-width: 1281px) {
  .AboutPage section.headquarters .content-wrap {
    padding-left: 24%;
  }
}
@media (min-width: 1401px) {
  .AboutPage section.headquarters .content-wrap {
    padding-left: 20%;
  }
}
@media (min-width: 1601px) {
  .AboutPage section.headquarters .content-wrap {
    padding-left: 12%;
  }
}
@media (min-width: 1801px) {
  .AboutPage section.headquarters .content-wrap {
    padding-left: 5%;
  }
}
.AboutPage section.giving-back {
  background: url("/resources/themes/rms/images/community-bg.jpg") top center no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: center;
}
.AboutPage section.giving-back h3 {
  color: #FFF;
}
.AboutPage section.giving-back ul {
  padding: 1.875em 0 0;
  overflow: hidden;
}
.AboutPage section.giving-back ul li {
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.AboutPage section.giving-back ul li img {
  width: 85%;
  vertical-align: middle;
}
@media (min-width: 601px) {
  .AboutPage section.giving-back {
    padding: 6.25em 0;
  }
  .AboutPage section.giving-back h3 {
    font-size: 2.1875em;
  }
  .AboutPage section.giving-back p {
    font-size: 1.125em;
  }
  .AboutPage section.giving-back ul {
    padding: 4.875em 0 0;
    margin: 0 auto;
    max-width: 785px;
  }
  .AboutPage section.giving-back ul li {
    width: 33%;
  }
  .AboutPage section.giving-back ul li:nth-child(1) img {
    max-width: 205px;
  }
  .AboutPage section.giving-back ul li:nth-child(2) img {
    max-width: 130px;
  }
  .AboutPage section.giving-back ul li:nth-child(3) img {
    max-width: 250px;
  }
  .AboutPage section.giving-back ul li:nth-child(4) {
    width: 50%;
    padding-left: 10%;
    clear: both;
  }
  .AboutPage section.giving-back ul li:nth-child(4) img {
    max-width: 162px;
  }
  .AboutPage section.giving-back ul li:nth-child(5) {
    width: 50%;
    padding-right: 10%;
    padding-top: 1em;
  }
  .AboutPage section.giving-back ul li:nth-child(5) img {
    max-width: 360px;
  }
}

/*# sourceMappingURL=about.css.map */
