main { position:relative;padding-top:10px }
@media only screen and (min-width:64em){ main { padding-top:50px}}


/* Bepko notes slider */

.notes {
    padding-bottom: 0px;
}

.profile .content p {
    white-space: pre-wrap;
}

.notes .figcaption, .notes figcaption {
    font-size: 23px;
    padding: 0 80px;
    margin: 0 auto;
    white-space: pre-wrap;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.notes .rotator {
    padding:15px 0;
}

.notes button {
    top: 45%!important;
}

.notes .slick-slide img {
    display:none!important;
}

@media screen and (max-width: 1080px) {
.notes .figcaption, .notes figcaption {
    padding: 0 55px;
    font-size: 23px;
}
}
    
@media screen and (max-width: 640px) {
.notes .figcaption, .notes figcaption {
    font-size: 21px;
}
}

.m-top{
margin-top: 20px;}
/* add custom site CSS here */

/* CSS for reducing space between primary nav items when there are only two nav links */
/*
nav.main li.last {
    text-align: center;
}

nav.main li.first {
    text-align: center;
}
*/

/* small style changes to search page */
.rvt-card {
    padding-bottom: 40px;
}



/* just rivet card styles */
.rvt-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rvt-card--raised {
  background-color: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(36, 49, 66, 0.2);
          box-shadow: 0 0.25rem 1rem rgba(36, 49, 66, 0.2);
}
.rvt-card__image img {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}
.rvt-card--raised .rvt-card__image img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rvt-card__body {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rvt-card--raised .rvt-card__body {
  padding: 1rem;
}
.rvt-card__eyebrow {
  color: #990000;
  font-size: 0.875rem;
  text-decoration: none;
}
.rvt-card__eyebrow[href]:hover {
  text-decoration: underline;
}
.rvt-card__title {
  font-size: 1.25rem;
  padding-right: 2.5rem;
  line-height: 1.3;
}
.rvt-card__title a {
  display: block;
  text-decoration: none;
  color: #243142;
}
.rvt-card__title a::before {
  content: "";
  border-radius: 999rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #edfafd;
  padding: 0.5rem;
  position: absolute;
  right: 0.5rem;
  background-size: 1rem 1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23006298" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rvt-card--raised .rvt-card__title a::before {
  right: 1.5rem;
}
.rvt-card--clickable .rvt-card__title a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.rvt-card__title a:hover {
  color: #006298;
  text-decoration: underline;
}
.rvt-card__title a:hover::before {
  -webkit-transform: translate(0.5rem, 0);
          transform: translate(0.5rem, 0);
  background-color: #c6ecf6;
}
.rvt-card__content {
  border-top: 1px solid #e2e7e9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1.5rem;
  color: #4c5a69;
  padding-top: 1.5rem;
}
.rvt-card__meta {
  font-size: 0.875rem;
  padding-top: 1.5rem;
}
.rvt-card__meta > * {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 30em) {
  .rvt-card__body {
    padding-top: 1.5rem;
  }
  .rvt-card--raised .rvt-card__body {
    padding: 1.5rem;
  }
}

/* rivet flex styles */

.rvt-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.rvt-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.rvt-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.rvt-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.rvt-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.rvt-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

@media screen and (min-width: 30em) {
  .rvt-flex-sm-up {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .rvt-inline-flex-sm-up {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .rvt-flex-row-sm-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .rvt-flex-row-reverse-sm-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .rvt-flex-column-sm-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .rvt-flex-column-reverse-sm-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-flex-md-up {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .rvt-inline-flex-md-up {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .rvt-flex-row-md-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .rvt-flex-row-reverse-md-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .rvt-flex-column-md-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .rvt-flex-column-reverse-md-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-flex-lg-up {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .rvt-inline-flex-lg-up {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .rvt-flex-row-lg-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .rvt-flex-row-reverse-lg-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .rvt-flex-column-lg-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .rvt-flex-column-reverse-lg-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-flex-xl-up {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .rvt-inline-flex-xl-up {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .rvt-flex-row-xl-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .rvt-flex-row-reverse-xl-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .rvt-flex-column-xl-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .rvt-flex-column-reverse-xl-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-flex-xxl-up {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .rvt-inline-flex-xxl-up {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .rvt-flex-row-xxl-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .rvt-flex-row-reverse-xxl-up {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .rvt-flex-column-xxl-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .rvt-flex-column-reverse-xxl-up {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.rvt-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.rvt-no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.rvt-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

@media screen and (min-width: 30em) {
  .rvt-wrap-sm-up {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .rvt-no-wrap-sm-up {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .rvt-wrap-reverse-sm-up {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-wrap-md-up {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .rvt-no-wrap-md-up {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .rvt-wrap-reverse-md-up {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-wrap-lg-up {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .rvt-no-wrap-lg-up {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .rvt-wrap-reverse-lg-up {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-wrap-xl-up {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .rvt-no-wrap-xl-up {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .rvt-wrap-reverse-xl-up {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-wrap-xxl-up {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .rvt-no-wrap-xxl-up {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .rvt-wrap-reverse-xxl-up {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}
.rvt-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.rvt-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

@media screen and (min-width: 30em) {
  .rvt-shrink-1-sm-up {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .rvt-shrink-0-sm-up {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-shrink-1-md-up {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .rvt-shrink-0-md-up {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-shrink-1-lg-up {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .rvt-shrink-0-lg-up {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-shrink-1-xl-up {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .rvt-shrink-0-xl-up {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-shrink-1-xxl-up {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .rvt-shrink-0-xxl-up {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
}
.rvt-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.rvt-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

@media screen and (min-width: 30em) {
  .rvt-grow-1-sm-up {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .rvt-grow-0-sm-up {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-grow-1-md-up {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .rvt-grow-0-md-up {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-grow-1-lg-up {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .rvt-grow-0-lg-up {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-grow-1-xl-up {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .rvt-grow-0-xl-up {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-grow-1-xxl-up {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .rvt-grow-0-xxl-up {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
.rvt-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.rvt-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.rvt-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.rvt-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.rvt-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

@media screen and (min-width: 30em) {
  .rvt-items-start-sm-up {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .rvt-items-end-sm-up {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .rvt-items-center-sm-up {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .rvt-items-baseline-sm-up {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .rvt-items-stretch-sm-up {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-items-start-md-up {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .rvt-items-end-md-up {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .rvt-items-center-md-up {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .rvt-items-baseline-md-up {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .rvt-items-stretch-md-up {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-items-start-lg-up {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .rvt-items-end-lg-up {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .rvt-items-center-lg-up {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .rvt-items-baseline-lg-up {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .rvt-items-stretch-lg-up {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-items-start-xl-up {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .rvt-items-end-xl-up {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .rvt-items-center-xl-up {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .rvt-items-baseline-xl-up {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .rvt-items-stretch-xl-up {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-items-start-xxl-up {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .rvt-items-end-xxl-up {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .rvt-items-center-xxl-up {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .rvt-items-baseline-xxl-up {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .rvt-items-stretch-xxl-up {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
.rvt-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.rvt-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.rvt-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.rvt-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.rvt-content-baseline {
  -ms-flex-line-pack: baseline !important;
      align-content: baseline !important;
}

@media screen and (min-width: 30em) {
  .rvt-content-start-sm-up {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .rvt-content-end-sm-up {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .rvt-content-center-sm-up {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .rvt-content-stretch-sm-up {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .rvt-content-baseline-sm-up {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-content-start-md-up {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .rvt-content-end-md-up {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .rvt-content-center-md-up {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .rvt-content-stretch-md-up {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .rvt-content-baseline-md-up {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-content-start-lg-up {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .rvt-content-end-lg-up {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .rvt-content-center-lg-up {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .rvt-content-stretch-lg-up {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .rvt-content-baseline-lg-up {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-content-start-xl-up {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .rvt-content-end-xl-up {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .rvt-content-center-xl-up {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .rvt-content-stretch-xl-up {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .rvt-content-baseline-xl-up {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-content-start-xxl-up {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .rvt-content-end-xxl-up {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .rvt-content-center-xxl-up {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .rvt-content-stretch-xxl-up {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .rvt-content-baseline-xxl-up {
    -ms-flex-line-pack: baseline !important;
        align-content: baseline !important;
  }
}
.rvt-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.rvt-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.rvt-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rvt-justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rvt-justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.rvt-justify-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (min-width: 30em) {
  .rvt-justify-start-sm-up {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .rvt-justify-end-sm-up {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .rvt-justify-center-sm-up {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .rvt-justify-space-between-sm-up {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .rvt-justify-space-around-sm-up {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .rvt-justify-space-evenly-sm-up {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-justify-start-md-up {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .rvt-justify-end-md-up {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .rvt-justify-center-md-up {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .rvt-justify-space-between-md-up {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .rvt-justify-space-around-md-up {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .rvt-justify-space-evenly-md-up {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-justify-start-lg-up {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .rvt-justify-end-lg-up {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .rvt-justify-center-lg-up {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .rvt-justify-space-between-lg-up {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .rvt-justify-space-around-lg-up {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .rvt-justify-space-evenly-lg-up {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-justify-start-xl-up {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .rvt-justify-end-xl-up {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .rvt-justify-center-xl-up {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .rvt-justify-space-between-xl-up {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .rvt-justify-space-around-xl-up {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .rvt-justify-space-evenly-xl-up {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-justify-start-xxl-up {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .rvt-justify-end-xxl-up {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .rvt-justify-center-xxl-up {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .rvt-justify-space-between-xxl-up {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .rvt-justify-space-around-xxl-up {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .rvt-justify-space-evenly-xxl-up {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.rvt-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.rvt-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.rvt-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.rvt-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.rvt-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media screen and (min-width: 30em) {
  .rvt-self-start-sm-up {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .rvt-self-end-sm-up {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .rvt-self-center-sm-up {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .rvt-self-baseline-sm-up {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  .rvt-self-stretch-sm-up {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-self-start-md-up {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .rvt-self-end-md-up {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .rvt-self-center-md-up {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .rvt-self-baseline-md-up {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  .rvt-self-stretch-md-up {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-self-start-lg-up {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .rvt-self-end-lg-up {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .rvt-self-center-lg-up {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .rvt-self-baseline-lg-up {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  .rvt-self-stretch-lg-up {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-self-start-xl-up {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .rvt-self-end-xl-up {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .rvt-self-center-xl-up {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .rvt-self-baseline-xl-up {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  .rvt-self-stretch-xl-up {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-self-start-xxl-up {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .rvt-self-end-xxl-up {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .rvt-self-center-xxl-up {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .rvt-self-baseline-xxl-up {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  .rvt-self-stretch-xxl-up {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.rvt-flow > * {
  margin-bottom: 0;
  margin-top: 0;
}

.rvt-flow > * + * {
  margin-top: 1rem;
  margin-top: var(--flow-space, 1rem);
  margin-bottom: 0;
}
