.page-hero.tall {
  height: 50vh;
  background-position: center top; }
  .page-hero.tall .page-hero-heading-wrapper {
    text-shadow: 0 0 5px black, 0 0 20px black; }
  .page-hero.tall h1 {
    color: white;
    font-weight: bold;
    font-size: 2.75rem; }
  .page-hero.tall h2 {
    color: white;
    font-weight: normal;
    font-family: "Tungsten", Impact, sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.05rem; }
  @media (min-width: 768px) {
    .page-hero.tall h1 {
      font-size: 3.75rem; }
    .page-hero.tall h2 {
      font-size: 2.625rem; } }
  @media (min-width: 1024px) {
    .page-hero.tall {
      min-height: 320px; } }
  @media (min-width: 1200px) and (min-height: 768px) {
    .page-hero.tall h1 {
      font-size: 6rem; }
    .page-hero.tall h2 {
      font-size: 5rem; } }
  @media (min-width: 1440px) {
    .page-hero.tall {
      background-image: url("../images/Swenson-night.jpg"); } }

.breadcrumb-row {
  display: none; }

section.page-intro {
  padding: 0;
  width: 100%;
  height: 60px; }
  section.page-intro .container {
    background: #3b2360;
    border-top: 4px solid #ffc222;
    padding: 0;
    width: auto;
    margin: auto;
    width: 100%; }
  section.page-intro .landing-content {
    float: none;
    padding: 0 !important;
    max-width: 1170px;
    margin: auto; }
  @media (max-width: 767px) {
    .page-menu-on section.page-intro {
      height: auto; } }

.scroll-fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 0 20px black; }

.page-nav-items {
  display: flex; }
  .page-nav-items > a {
    flex: 1 1 auto;
    display: inline-block;
    color: #ffc222;
    text-align: center;
    padding: 1rem;
    font-family: "Tungsten", Impact, sans-serif;
    font-size: 2rem;
    text-decoration: none; }
    .page-nav-items > a:hover {
      background: #6a4c92; }
  @media (max-width: 767px) {
    .page-nav-items {
      height: 0;
      overflow: hidden;
      flex-direction: column; }
      .page-nav-items > a {
        text-align: left; } }
  .page-menu-on .page-nav-items {
    height: auto; }

.page-menu-toggle {
  display: block;
  font-size: 1.3125rem;
  color: #ffc222;
  padding: 1rem;
  line-height: 1em; }
  .page-menu-toggle::before {
    margin: 0 1rem 0 0;
    vertical-align: bottom; }
  .page-menu-toggle:hover, .page-menu-toggle:focus {
    color: white;
    text-decoration: none; }
  .scroll-fixed .page-menu-toggle {
    display: inline-block; }

.slick-slide {
  margin: 0;
  cursor: -webkit-grab;
  cursor: grab; }
  .slick-slide:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .slick-slide .col-sm-12 {
    padding: 0; }
  .slick-slide:focus {
    outline: 0; }

.slick-arrow {
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: #4796c1;
  color: white;
  z-index: 10; }
  .slick-arrow::before {
    margin: 0; }
  .slick-arrow:hover {
    background: #1e5989;
    color: #ffc222; }
  .slick-arrow:active {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .slick-arrow.icon-line-arrow-right {
    right: 0; }
  .slick-arrow.slick-arrow.icon-line-arrow-left {
    left: 0; }
  .slick-arrow.slick-disabled {
    visibility: hidden; }

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0 auto 1rem 0;
  line-height: 1em;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%; }
  .slick-dots > li {
    margin: 12px;
    padding: 0;
    display: inline-block;
    line-height: 1em; }

.slick-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4796c1;
  cursor: pointer; }
  .slick-dot:hover {
    background: #1e5989; }
  .slick-active .slick-dot {
    background: #ffc222; }

.timeline {
  padding-top: 4rem; }
  .timeline .short-item {
    width: auto;
    background: white;
    border-radius: 10px;
    border: 0 !important;
    margin: 1rem 0.5rem !important;
    padding: 1rem !important;
    box-shadow: 0 0 5px rgba(110, 58, 27, 0.5); }
    .timeline .short-item p:last-of-type {
      padding-bottom: 0; }
    .timeline .short-item .short-item-aside {
      text-align: center;
      vertical-align: middle; }
    .timeline .short-item .short-item-content {
      vertical-align: middle; }
    @media (min-width: 768px) {
      .timeline .short-item .short-item-aside {
        max-width: 300px;
        width: 25%;
        vertical-align: top; }
        .timeline .short-item .short-item-aside img {
          max-width: 300px;
          max-height: 300px; } }

.by-numbers-section .compact-table tr td:nth-child(2) {
  text-align: right; }

.honor-roll {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
  .honor-roll label {
    display: block;
    flex: 0 0 100%; }
  .honor-roll input {
    flex: 1 1 100%; }
  .honor-roll #clear-search {
    flex: 0 0 auto;
    padding: 0;
    margin-top: 1rem; }
    .honor-roll #clear-search::before {
      font-size: 1rem; }
    .honor-roll #clear-search:hover {
      text-decoration: none;
      color: #3b2360; }
  @media (min-width: 768px) {
    .honor-roll input {
      flex: 1 1 auto; }
    .honor-roll #clear-search {
      margin-left: 1rem; } }

.plts-badge {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.333);
  line-height: 1em;
  vertical-align: middle; }

.leaf {
  display: inline-block;
  background-image: url("/president/annual-report/2015-2016/images/leaf-purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  vertical-align: middle; }

.memoriam-badge {
  vertical-align: top;
  font-size: 12px;
  font-weight: bold; }

.honor-list {
  list-style: none;
  margin-bottom: 2rem; }
  .honor-list > li {
    margin: 0 0 0.5rem 0;
    padding: 0;
    line-height: 1em;
    font-size: 0.8125rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.honor-list-alpha {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .honor-list-alpha > li {
    margin: 0 0 0.5rem 0;
    padding: 0;
    line-height: 1em;
    font-size: 0.8125rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: none;
    width: 100%; }
  @media (min-width: 768px) {
    .honor-list-alpha > li {
      width: 50%;
      float: left; } }
  @media (min-width: 992px) {
    .honor-list-alpha > li {
      width: 33.333%; } }

/*# sourceMappingURL=ar-19-20.css.map */
