    .fade-hide-setup, .fade-show-setup {
      -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 100ms;
      -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 100ms;
      -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 100ms;
      transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 100ms;
    }
    .fade-hide-setup {
      opacity:1;
    }
    .fade-hide-setup.fade-hide-start {
      opacity:0;
    }

    .fade-show-setup {
      opacity:0;
    }
    .fade-show-setup.fade-show-start {
      opacity:1;
    }

    .card-leave-setup, .card-enter-setup {
      -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 500ms;
      -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 500ms;
      -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 500ms;
      transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 500ms;
    }


    .card-leave-setup {
      opacity:1;
      width: 140px;
    }
    .card-leave-setup.card-leave-start {
      opacity:0;
      width: 0px;

    }

    .card-enter-setup {
      opacity:0;
    }
    .card-enter-setup.card-enter-start {
      opacity:1;
    }

   .list-enter-setup.list-enter-start {
     opacity:1;
     height: 130px;
     margin: 10px 0;
   }

    .animate-enter-setup {
        -webkit-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -moz-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -ms-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -o-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        opacity: 0;
    }
    .animate-enter-setup.animate-enter-start {
      height: 130px;
      opacity: 1;
    }

    .animate-leave-setup {
      -webkit-transition: 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) all;
      -moz-transition: 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) all;
      -ms-transition: 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) all;
      -o-transition: 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) all;
      transition: 1s cubic-bezier(0.445, 0.050, 0.550, 0.950) all;
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
      opacity: 1;
      display: block;
    }

    .animate-leave-setup.animate-leave-start {
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      margin-bottom: -130px;
      opacity: 0;
    }


    body {
      background: #e1e4e6;
      box-sizing: border-box;
    }

    h1, h2 {
      font-family: Lato, "Helvetica Neue", Helvetica, Arial, Sans-Serif;
      font-weight:300;
    }
    h1 {letter-spacing: -1px;}
    h2 {
      font-size: 27.5px;
      letter-spacing: -0.5px;
    }
    .thumbnail-wrap {
      display: flex;
    }
    .thumbnail {
      text-align: center;
      background: white;
      padding: 0;
      width: 140px;
      height: 230px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      border-radius: 0;
      margin: 0 3.5px 7px 3.5px;
    }
    .thumbnail .info {
      color: #333;
      display: flex;
      align-items: center;
      flex: 1;
      padding: 0 5px;
    }

    .thumbnail .picture {width: 140px; height: 175px;background-size: 140px;}

    .main {
      position: relative;
      max-width: calc(100% - 10px);
      margin: 0 auto;
      padding-top: 78px;
      overflow: hidden;
    }

    .presidency {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 auto;
    }
    .no-presidency {
      color: #bbb;
      text-align: center;
      height: 239px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 23px;
      font-style: italic;
    }

    .presidency .thumbnail-wrap {display:none}
    .presidency .president,
    .presidency .first,
    .presidency .second,
    .presidency .third {
      display: flex;
    }

    .presidency .president {
      order: 2;
      justify-content: flex-end;
    }
    .presidency .first {
      order: 1;
      justify-content: center;
    }
    .presidency .second {
      order: 3;
      justify-content: flex-start;
    }

    .qot {
      display: flex;
      flex-wrap: wrap;
      max-width: 895px;
      margin: 0 auto;
    }

    .qot .president,
    .qot .first,
    .qot .second,
    .qot .third {
      display: none;
    }

    hr {
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #ffffff;
    }

    .list-row {
      display: flex;
      flex-direction: row;
      background-color: white;
      border: 1px solid #ddd;
      margin-bottom: 5px;
    }

    .list-row .row-image {
      position: relative;
    }

    .list-row .row-image .position {
      position: absolute;
      bottom: 0;
      background-color: rgba(171, 6, 6, 1);
      color: white;
      width: 100%;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center
    }
    .list-row .row-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1;
      padding: 10px;
      padding-bottom: 3px;
    }
    .list-row .header {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 2;
    }
    .list-row .header > div {
      flex: 1;
    }
    .list-row .header h2 {
      margin-top: -2px;
      line-height: 25px;
      margin-bottom: 4px;
    }
    .list-row .info {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .list-row .info .service-info {text-align: right}
    .list-row .header .date-range {
      font-weight: bold;
      line-height: 14px;
      display: flex;
      flex-direction: row;
    }

    .list-row .header .service-info .date-range {
      color: #0579a9;
    }

    /* .list-row .header .right-info {text-align: right;} */

    .timeline-legend {
      height: 20px;
      font-size: 17px;
      line-height: 20px;
      font-weight: 300;
    }
    .timeline-wrap {
      flex: 1;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    .timeline-wrap .timeline-end {
      color: #aaa;
      font-weight: bold;
      font-size: 13px;
    }
    .timeline {
      flex: 1;
      /* position: relative; */
      /* width: 850px; */
      height: 2px;
      /* margin-left: 100px; */
      background-color: #aaa;
      position: relative;
      display: flex;
      align-items: center;
    }
    .timeline .service,
    .timeline .life {
      height: 15px;
      position: absolute;
    }
    .served-color {color: #0579a9}
    .timeline .service {
      border-top: 5px solid #0579a9;
    }

    .born-color {color: #555}
    .timeline .life {
      border-bottom: 3px solid #555;
    }
    .timeline-color {color: #57c191}
    .timeline .selected-date {
      position: absolute;
      height: 28px;
      width: 3px;
      background-color: #57c191;
      margin-left: -1px;
    }


    .list-view .row-image img {
      height: 130px;
      width: 105px;
    }
    .list-view .media .info {font-size:15px;}
    .list-view .media .info strong {font-size:19px;}

    .container-fluid {
      width: 100%;
      padding: 0;
    }

    .filter-bar {
      position: fixed;
      width: 100%;
      z-index: 100;
      border-bottom: 1px solid #ccc;
      display: flex;
      margin: 0 -20px; /* b/c container-fluid */
      padding: 0 15px;
      flex-direction: row;
      align-items: center;
      background: white;
      flex-wrap: wrap;
    }

    .filter-bar .date-display {
      width: 220px;
      text-align: right; /* to avoid jumpy */
    }
    .filter-bar .date-display h1 {
      font-size: 50px;
      white-space: nowrap;
      line-height: 50px;
    }

    .filter-bar .slider {
      flex: 1;
      display: flex;
      min-width: 190px;
      margin: 0 10px;
      padding: 10px 0;
    }
    .filter-bar .button-wrap {
      margin-left: 10px;
      margin-right: 5px;
    }
    .filter-bar .view-toggle {
      margin-left: 20px;
      flex: 0 0 154px;
    }
    .filter-bar .button-wrap .btn {width: 83px}
    .filter-bar .button-wrap .btn:focus { outline: 0}

    .tooltip {display: none}

    .footer {
      padding: 20px 40px;
      color: #555;
      text-align: center;
    }
    .muted {
      font-weight: normal;
      font-style: italic;
    }
    .slider.slider-horizontal .slider-selection {background-color: #57c191}


    .intro {
      position: absolute;
      top: 71px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      line-height: 22px;
      height: 232%;
    }
    .intro small {
        font-size: 20px;
        font-style: italic;
        color: #999;
    }
    .intro > div {
      display: flex;
      flex-direction: column;
      padding: 20px;
      padding-top: 75px;
      max-width: 600px;
      margin: 0 auto;
    }
    .intro > div p {
      margin-bottom: 20px;
    }
    .intro .btn {
      margin-top: 20px;
      background: #0088cc;
      border: 0;
    }
    .intro .btn:hover {
      background: rgba(0,136,204, 0.8);
    }
    .blurry {filter: blur(5px)}

    @media (max-width: 717px) {
      .presidency {margin-top: 36px}
      .list-view {margin-top: 39px}
    }

    @media (max-width: 754px) {
      .qot {justify-content: center}
    }

    @media (max-width: 472px) {
      .presidency {
        margin-top: 36px;
      }
      .presidency .president {
        order: 1;
        width: 300px;
        justify-content: center;
      }
      .presidency .first {
        order: 2;
        justify-content: center;
      }
      .presidency .second {
        order: 3;
        justify-content: center;
      }
    }

    @media (max-width: 409px) {
      .presidency {margin-top: 66px;}
      .list-view {margin-top: 69px;}
      .intro small {font-size: 14px}
    }

    @media (max-width: 320px) {
        .intro small {display: none}
    }

    /* Layout changes */
    @media (max-width: 510px) {
      .timeline-wrap {display: none}
      .list-row .row-body {padding-bottom: 10px} /* b/c no timeline */
      .list-row .info {
        flex: 2 !important;
        flex-direction: column;
        align-items: flex-start;
      }
      .list-row .info .service-info {text-align: left}
      .list-row .header .date-range {
        color: #333 !important;
        font-weight: normal;
        font-style: italic;
        font-size: 12px;
      }
    }