/*!
 * True Maroon (https://sitedomain.msstate.edu)
 * Author: ITS Web Development Team
 */
#msu-header,
#main-menu {
  z-index: 10;
}

.diag-maroon-transparent {
  background: linear-gradient(45deg, #5d1725 0%, rgba(93, 23, 37, 0) 100%);
}

.diag-transparent-maroon {
  background: linear-gradient(45deg, rgba(93, 23, 37, 0) 0%, #5d1725 100%);
}

.ndiag-maroon-transparent {
  background: linear-gradient(-45deg, rgba(93, 23, 37, 0) 0%, #5d1725 100%);
}

.ndiag-transparent-maroon {
  background: linear-gradient(-45deg, #5d1725 0%, rgba(93, 23, 37, 0) 100%);
}

.vert-white30-transparent {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 100%);
}

.vert-white50-transparent {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 100%);
}

.horz-white50-transparent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
}

.diag-maroon-black {
  background: linear-gradient(45deg, #5d1725 0%, #000 100%);
}

.diag-black-maroon {
  background: linear-gradient(45deg, #000 0%, #5d1725 100%);
}

.diag-maroon200-maroon700 {
  background: linear-gradient(135deg, #882236 0%, #40101a 100%);
}

.diag-maroon200-maroon600 {
  background: linear-gradient(135deg, #882236 0%, #4f131f 100%);
}

.diag-maroon400-maroon800 {
  background: linear-gradient(135deg, #6b1b2b 0%, #320c14 100%);
}

.vert-white-gray300 {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e1e1e1));
  background: linear-gradient(to bottom, white 0%, #e1e1e1 100%);
}

@media (max-width: 575.98px) {
  .page .main-content article p > img {
    min-width: 100%;
    float: none;
    margin: 1rem 0;
  }
}
.page #main-content-container .main-content:only-child article .field--name-field-image img,
.page #main-content-container .main-content:only-child article .field--name-body img,
.page #main-content-container .main-content:only-child article .field--name-body figure,
.page #main-content-container .main-content:only-child article .embed-responsive,
.page #main-content-container .main-content:only-child article .card-columns {
  position: relative;
}
.page #main-content-container .main-content:only-child article .field--name-body p.no-img-offset img,
.page #main-content-container .main-content:only-child article .field--name-body p.no-img-offset figure {
  max-width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 576px) {
  .page #main-content-container .main-content:only-child article .field--name-field-image img {
    width: 116.66666%;
    height: auto;
  }
  .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-field-image img, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body img, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body figure {
    max-width: 116.66666%;
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }
  .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-field-image img.align-left, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-field-image img.float-left, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body img.align-left, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body img.float-left, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body figure.align-left, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body figure.float-left {
    max-width: 58.33333%;
    margin-left: -8.33333%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-field-image img.align-right, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-field-image img.float-right, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body img.align-right, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body img.float-right, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body figure.align-right, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body figure.float-right {
    max-width: 58.33333%;
    margin-right: -8.33333%;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-field-image img > a > img,
  .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-field-image img > img, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body img > a > img,
  .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body img > img, .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body figure > a > img,
  .page #main-content-container .main-content:only-child.col-sm-10 article .field--name-body figure > img {
    max-width: 100%;
    margin: 0;
  }
  .page #main-content-container .main-content:only-child.col-sm-10 article .embed-responsive, .page #main-content-container .main-content:only-child.col-sm-10 article .card-columns {
    width: 116.66666%;
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }
}
@media (min-width: 768px) {
  .page #main-content-container .main-content:only-child article .field--name-field-image img {
    width: 133.33332%;
    height: auto;
  }
  .page #main-content-container .main-content:only-child.col-md-8 article .field--name-field-image img, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body img, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body figure {
    max-width: 133.33332%;
    margin-left: -16.66666%;
    margin-right: -16.66666%;
  }
  .page #main-content-container .main-content:only-child.col-md-8 article .field--name-field-image img.align-left, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-field-image img.float-left, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body img.align-left, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body img.float-left, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body figure.align-left, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body figure.float-left {
    max-width: 66.66666%;
    margin-left: -16.66666%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .page #main-content-container .main-content:only-child.col-md-8 article .field--name-field-image img.align-right, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-field-image img.float-right, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body img.align-right, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body img.float-right, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body figure.align-right, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body figure.float-right {
    max-width: 66.66666%;
    margin-right: -16.66666%;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .page #main-content-container .main-content:only-child.col-md-8 article .field--name-field-image img > a > img,
  .page #main-content-container .main-content:only-child.col-md-8 article .field--name-field-image img > img, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body img > a > img,
  .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body img > img, .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body figure > a > img,
  .page #main-content-container .main-content:only-child.col-md-8 article .field--name-body figure > img {
    max-width: 100%;
    margin: 0;
  }
  .page #main-content-container .main-content:only-child.col-sm-10 article .embed-responsive, .page #main-content-container .main-content:only-child.col-sm-10 article .card-columns {
    width: 133.33332%;
    margin-left: -16.66666%;
    margin-right: -16.66666%;
  }
}
@media (min-width: 992px) {
  .page #main-content-container .main-content:only-child article .field--name-field-image img {
    width: 141.66665%;
    height: auto;
  }
  .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-field-image img, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body img, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body figure {
    max-width: 141.66665%;
    margin-left: -20.833325%;
    margin-right: -20.833325%;
  }
  .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-field-image img.align-left, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-field-image img.float-left, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body img.align-left, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body img.float-left, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body figure.align-left, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body figure.float-left {
    max-width: 70.833325%;
    margin-left: -20.833325%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-field-image img.align-right, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-field-image img.float-right, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body img.align-right, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body img.float-right, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body figure.align-right, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body figure.float-right {
    max-width: 70.833325%;
    margin-right: -20.833325%;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-field-image img > a > img,
  .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-field-image img > img, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body img > a > img,
  .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body img > img, .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body figure > a > img,
  .page #main-content-container .main-content:only-child.col-lg-7 article .field--name-body figure > img {
    max-width: 100%;
    margin: 0;
  }
  .page #main-content-container .main-content:only-child.col-lg-7 article .embed-responsive, .page #main-content-container .main-content:only-child.col-lg-7 article .card-columns {
    width: 141.66665%;
    margin-left: -20.833325%;
    margin-right: -20.833325%;
  }
}
.page figure.state-spotlight {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page figure.state-spotlight img {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page figure.state-spotlight .bg-container {
  z-index: 1;
}
.page figure.state-spotlight .bg-container.hover-change {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page figure.state-spotlight figcaption {
  position: absolute;
  z-index: 6;
  margin: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.page figure.state-spotlight figcaption.title {
  bottom: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.4);
  width: 50%;
  padding: 2rem;
}
.page figure.state-spotlight figcaption.info {
  bottom: -80%;
  right: 0;
  padding: 2rem;
  width: 40%;
  color: #fff;
  opacity: 0;
}
.page figure.state-spotlight figcaption.info a {
  color: #fff;
  text-decoration: underline;
}
.page figure.state-spotlight figcaption.info a:hover, .page figure.state-spotlight figcaption.info a:focus {
  color: #eeeeee;
  text-decoration: underline;
}
.page figure.state-spotlight figcaption.info .description {
  font-size: 1rem;
}
.page figure.state-spotlight figcaption.info .meta {
  font-size: 0.75rem;
}
.page figure.state-spotlight figcaption.addthis-container {
  top: 0;
  right: 0;
  z-index: 15;
  padding: 2rem;
  opacity: 0;
}
.page figure.state-spotlight:hover, .page figure.state-spotlight:focus {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.page figure.state-spotlight:hover img, .page figure.state-spotlight:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page figure.state-spotlight:hover .hover-change, .page figure.state-spotlight:focus .hover-change {
  opacity: 1;
}
.page figure.state-spotlight:hover .info, .page figure.state-spotlight:focus .info {
  bottom: 0;
  opacity: 1;
}
.page figure.state-spotlight:hover .addthis-container, .page figure.state-spotlight:focus .addthis-container {
  opacity: 1;
}
.page .store-badge {
  width: 200px;
  margin-right: 2rem;
}

.page img {
  margin-bottom: 3.5rem;
}
.page img.align-right, .page img.align-left {
  visibility: hidden;
  display: none;
}
@media (min-width: 768px) {
  .page img.align-right, .page img.align-left {
    max-width: 40%;
    visibility: visible;
    display: inline-block;
  }
}
.page img.align-right {
  margin-left: 30px;
}
.page img.align-left {
  margin-right: 30px;
}

.msu-sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.msu-sidebar .nav li a {
  font-size: 0.95rem;
  border-left: 1px solid transparent;
}
.msu-sidebar .nav li a:hover, .msu-sidebar .nav li a:focus {
  -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.msu-sidebar .nav li.dropdown .dropdown-menu {
  margin: 0;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}
.footer-menu ul li:last-child {
  border-bottom: none;
}
.footer-menu ul li a {
  display: block;
  padding: 0.25rem 0;
}

.hero, .main-breadcrumb, .page {
  position: relative;
  z-index: 1;
}

.section-menu {
  position: relative;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  overflow: hidden;
  height: 70px;
  z-index: 9;
}
.section-menu.affix {
  position: fixed;
  z-index: 1029;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.section-menu > a.scroll {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-menu > a.scroll.scroll-left {
  right: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
}
.section-menu > a.scroll.scroll-right {
  right: 0;
  left: auto;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
}
.section-menu > a.scroll:hover, .section-menu > a.scroll:focus {
  color: #000;
}
.section-menu .nav {
  overflow-x: scroll;
  height: 100%;
  padding-bottom: 17px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-menu .nav > li:first-child {
  padding-left: 300px;
}
.section-menu .nav > li:last-child {
  padding-right: 300px;
}
.section-menu .nav > li > a {
  padding: 0 25px;
  height: 70px;
  border: none;
  text-transform: initial;
  font-size: 0.85rem;
  line-height: 70px;
  text-decoration: none;
  white-space: nowrap;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-menu .nav > li > a.active {
  text-decoration: underline;
  background-color: #f9f9f9;
}
.section-menu .nav > li > a:hover, .section-menu .nav > li > a:focus {
  color: #5d1725;
  background-color: #f9f9f9;
}
.section-menu.table-of-contents-main {
  background: #fff;
}
.section-menu.table-of-contents-main:not(.affix) {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 2rem;
  margin-bottom: -2rem;
}
.section-menu.table-of-contents-main ul.table-of-contents.nav > li > a {
  border-radius: 25px;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin: 15px 4px 15px 0;
  border: 1px solid #e9e9e9;
}
.section-menu.table-of-contents-main ul.table-of-contents.nav > li > a.active {
  background-color: #5d1725;
  color: #fff;
}
.section-menu.table-of-contents-main ul.table-of-contents.nav > li > a.on-this-page {
  border: none;
  color: #7a1e30;
}
.section-menu.table-of-contents-main ul.table-of-contents.nav > li > a.on-this-page:hover, .section-menu.table-of-contents-main ul.table-of-contents.nav > li > a.on-this-page:focus {
  background: transparent;
  text-decoration: none;
  color: #7a1e30;
}

.min-h-px-100 {
  min-height: 100px !important;
}

.min-h-px-125 {
  min-height: 125px !important;
}

.min-h-px-150 {
  min-height: 150px !important;
}

.min-h-px-175 {
  min-height: 175px !important;
}

.min-h-px-200 {
  min-height: 200px !important;
}

.min-h-px-225 {
  min-height: 225px !important;
}

.min-h-px-250 {
  min-height: 250px !important;
}

.min-h-px-275 {
  min-height: 275px !important;
}

.min-h-px-300 {
  min-height: 300px !important;
}

.min-h-px-325 {
  min-height: 325px !important;
}

.min-h-px-350 {
  min-height: 350px !important;
}

.min-h-px-375 {
  min-height: 375px !important;
}

.min-h-px-400 {
  min-height: 400px !important;
}

.min-h-px-425 {
  min-height: 425px !important;
}

.min-h-px-450 {
  min-height: 450px !important;
}

.min-h-px-475 {
  min-height: 475px !important;
}

.min-h-px-500 {
  min-height: 500px !important;
}

.min-h-px-525 {
  min-height: 525px !important;
}

.min-h-px-550 {
  min-height: 550px !important;
}

.min-h-px-575 {
  min-height: 575px !important;
}

.min-h-px-600 {
  min-height: 600px !important;
}

.min-h-px-625 {
  min-height: 625px !important;
}

.min-h-px-650 {
  min-height: 650px !important;
}

.min-h-px-675 {
  min-height: 675px !important;
}

.min-h-px-700 {
  min-height: 700px !important;
}

.min-h-px-725 {
  min-height: 725px !important;
}

.min-h-px-750 {
  min-height: 750px !important;
}

.min-h-px-775 {
  min-height: 775px !important;
}

.min-h-px-800 {
  min-height: 800px !important;
}

.min-h-px-825 {
  min-height: 825px !important;
}

.min-h-px-850 {
  min-height: 850px !important;
}

.min-h-px-875 {
  min-height: 875px !important;
}

.min-h-px-900 {
  min-height: 900px !important;
}

.min-h-px-925 {
  min-height: 925px !important;
}

.min-h-px-950 {
  min-height: 950px !important;
}

.min-h-px-975 {
  min-height: 975px !important;
}

.min-h-px-1000 {
  min-height: 1000px !important;
}

.min-h-px-1025 {
  min-height: 1025px !important;
}

.min-h-px-1050 {
  min-height: 1050px !important;
}

.min-h-px-1075 {
  min-height: 1075px !important;
}

.min-h-px-1100 {
  min-height: 1100px !important;
}

.min-h-px-1125 {
  min-height: 1125px !important;
}

.min-h-px-1150 {
  min-height: 1150px !important;
}

.min-h-px-1175 {
  min-height: 1175px !important;
}

.min-h-px-1200 {
  min-height: 1200px !important;
}

.min-h-px-1225 {
  min-height: 1225px !important;
}

.min-h-px-1250 {
  min-height: 1250px !important;
}

.min-h-px-1275 {
  min-height: 1275px !important;
}

.min-h-px-1300 {
  min-height: 1300px !important;
}

.min-h-px-1325 {
  min-height: 1325px !important;
}

.min-h-px-1350 {
  min-height: 1350px !important;
}

.min-h-px-1375 {
  min-height: 1375px !important;
}

.min-h-px-1400 {
  min-height: 1400px !important;
}

.min-h-px-1425 {
  min-height: 1425px !important;
}

.min-h-px-1450 {
  min-height: 1450px !important;
}

.min-h-px-1475 {
  min-height: 1475px !important;
}

.min-h-px-1500 {
  min-height: 1500px !important;
}

.min-h-px-1525 {
  min-height: 1525px !important;
}

.min-h-px-1550 {
  min-height: 1550px !important;
}

.min-h-px-1575 {
  min-height: 1575px !important;
}

.min-h-vh-10 {
  min-height: 10vh !important;
}

.min-h-vh-20 {
  min-height: 20vh !important;
}

.min-h-vh-30 {
  min-height: 30vh !important;
}

.min-h-vh-40 {
  min-height: 40vh !important;
}

.min-h-vh-50 {
  min-height: 50vh !important;
}

.min-h-vh-60 {
  min-height: 60vh !important;
}

.min-h-vh-70 {
  min-height: 70vh !important;
}

.min-h-vh-80 {
  min-height: 80vh !important;
}

.min-h-vh-90 {
  min-height: 90vh !important;
}

.min-h-vh-100 {
  min-height: 100vh !important;
}

.min-h-vh-110 {
  min-height: 110vh !important;
}

.min-h-vh-120 {
  min-height: 120vh !important;
}

.min-h-vh-130 {
  min-height: 130vh !important;
}

.min-h-vh-140 {
  min-height: 140vh !important;
}

.min-h-vh-150 {
  min-height: 150vh !important;
}

html.sr .hero .container-fluid .row:not(.sr-ignore) {
  visibility: hidden;
}
html.sr .hero .sr-ignore .container-fluid .row {
  visibility: visible;
}

html.sr .page .section-type--1 > .container-fluid .bg-container:not(.card-bg-img):not(.sr-ignore),
html.sr .page .section-type--3 > .container-fluid .bg-container:not(.card-bg-img):not(.sr-ignore),
html.sr .page .section-type--4 > .container-fluid .bg-container:not(.card-bg-img):not(.sr-ignore),
html.sr .page .section-type--5 > .container-fluid .bg-container:not(.card-bg-img):not(.sr-ignore),
html.sr .page .section-type--6 > .container-fluid .bg-container:not(.card-bg-img):not(.sr-ignore),
html.sr .page .section-type--1 > .container-fluid .sr-title:not(.sr-ignore),
html.sr .page .section-type--3 > .container-fluid .sr-title:not(.sr-ignore),
html.sr .page .section-type--4 > .container-fluid .sr-title:not(.sr-ignore),
html.sr .page .section-type--5 > .container-fluid .sr-title:not(.sr-ignore),
html.sr .page .section-type--6 > .container-fluid .sr-title:not(.sr-ignore),
html.sr .page .section-type--1 > .container-fluid .first-lead:not(.sr-ignore),
html.sr .page .section-type--3 > .container-fluid .first-lead:not(.sr-ignore),
html.sr .page .section-type--4 > .container-fluid .first-lead:not(.sr-ignore),
html.sr .page .section-type--5 > .container-fluid .first-lead:not(.sr-ignore),
html.sr .page .section-type--6 > .container-fluid .first-lead:not(.sr-ignore),
html.sr .page .card:not(.sr-ignore),
html.sr .page .views-exposed-form:not(.sr-ignore) {
  visibility: hidden;
}
html.sr .page .sr-ignore .section-type--1 > .container-fluid .bg-container,
html.sr .page .sr-ignore .section-type--3 > .container-fluid .bg-container,
html.sr .page .sr-ignore .section-type--4 > .container-fluid .bg-container,
html.sr .page .sr-ignore .section-type--5 > .container-fluid .bg-container,
html.sr .page .sr-ignore .section-type--6 > .container-fluid .bg-container,
html.sr .page .sr-ignore .section-type--1 > .container-fluid .sr-title,
html.sr .page .sr-ignore .section-type--3 > .container-fluid .sr-title,
html.sr .page .sr-ignore .section-type--4 > .container-fluid .sr-title,
html.sr .page .sr-ignore .section-type--5 > .container-fluid .sr-title,
html.sr .page .sr-ignore .section-type--6 > .container-fluid .sr-title,
html.sr .page .sr-ignore .section-type--1 > .container-fluid .first-lead,
html.sr .page .sr-ignore .section-type--3 > .container-fluid .first-lead,
html.sr .page .sr-ignore .section-type--4 > .container-fluid .first-lead,
html.sr .page .sr-ignore .section-type--5 > .container-fluid .first-lead,
html.sr .page .sr-ignore .section-type--6 > .container-fluid .first-lead,
html.sr .page .sr-ignore .page-block--section > .sr-title,
html.sr .page .sr-ignore .page-block--section > .bg-container,
html.sr .page .sr-ignore .page-block--section > .first-lead,
html.sr .page .sr-ignore .card,
html.sr .page .sr-ignore .views-exposed-form {
  visibility: visible;
}

.skew-section {
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
}
.skew-section .skew-section--content {
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
}

.page .diamond-grey, .page .card.card--in-hero, .page .card .dog-ear.dog-ear--grey::before {
  background: url("../img/gray-diamond-pattern.jpg") no-repeat center;
  background-size: cover;
}
.page .diamond-maroon, .page .card .dog-ear.dog-ear--maroon::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 23, 37, 0.6)), to(rgba(93, 23, 37, 0))), url("../img/maroon-diamond-pattern.jpg") no-repeat center;
  background: linear-gradient(rgba(93, 23, 37, 0.6), rgba(93, 23, 37, 0)), url("../img/maroon-diamond-pattern.jpg") no-repeat center;
  background-size: cover;
}
.page .skew--right {
  -webkit-transform: skewY(30deg);
      -ms-transform: skewY(30deg);
          transform: skewY(30deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.page .skew--left {
  -webkit-transform: skewY(-30deg);
      -ms-transform: skewY(-30deg);
          transform: skewY(-30deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.page .skew--none {
  -webkit-transform: skewY(0deg);
      -ms-transform: skewY(0deg);
          transform: skewY(0deg);
}
.page .card {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.page .card .card-body p {
  line-height: 1.75;
}
.page .card .dog-ear {
  height: 100px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.page .card .dog-ear::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page .card .dog-ear.dog-ear--right {
  -webkit-transform: skewY(30deg);
      -ms-transform: skewY(30deg);
          transform: skewY(30deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.page .card .dog-ear.dog-ear--right::before {
  -webkit-transform: skewY(-30deg);
      -ms-transform: skewY(-30deg);
          transform: skewY(-30deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.page .card .dog-ear.dog-ear--left {
  -webkit-transform: skewY(-30deg);
      -ms-transform: skewY(-30deg);
          transform: skewY(-30deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.page .card .dog-ear.dog-ear--left::before {
  -webkit-transform: skewY(30deg);
      -ms-transform: skewY(30deg);
          transform: skewY(30deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.page .card.card-hero-overlap .card-body {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .page .card.card-hero-overlap .card-body {
    padding: 4.313rem 1.875rem;
  }
}
.page .card.card-hero-overlap .card-body:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  opacity: 0.07;
}
.page .card.card-hero-overlap.sil-1 .card-body:before {
  background-image: url("../img/sil/sil-1.svg");
}
.page .card.card-hero-overlap.sil-2 .card-body:before {
  background-image: url("../img/sil/sil-2.svg");
}
.page .card.card-hero-overlap.sil-3 .card-body:before {
  background-image: url("../img/sil/sil-3.svg");
}
.page .card.card-hero-overlap.sil-4 .card-body:before {
  background-image: url("../img/sil/sil-4.svg");
}
.page .card.card-hero-overlap.sil-5 .card-body:before {
  background-image: url("../img/sil/sil-5.svg");
}
.page .card.card-hero-overlap.sil-6 .card-body:before {
  background-image: url("../img/sil/sil-6.svg");
}
.page .card.card-hero-overlap.sil-7 .card-body:before {
  background-image: url("../img/sil/sil-7.svg");
}
.page .card.card-hero-overlap.sil-8 .card-body:before {
  background-image: url("../img/sil/sil-8.svg");
}
.page .card.card-hero-overlap.sil-9 .card-body:before {
  background-image: url("../img/sil/sil-9.svg");
}
.page .card.card--in-hero {
  padding: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page .card.card--in-hero:hover, .page .card.card--in-hero:focus {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page .card.card--in-hero .card-body h2, .page .card.card--in-hero .card-body h3, .page .card.card--in-hero .card-body h4, .page .card.card--in-hero .card-body h5, .page .card.card--in-hero .card-body h6 {
  position: relative;
  z-index: 4;
}
.page .card.card--hero-image-tab {
  position: relative;
  overflow: visible;
}
.page .card.card--hero-image-tab:before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(40%, #fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #fff 40%);
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}
.page .card.card--file .card-body {
  position: relative;
}
.page .card.card--file .card-body:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  padding: 1rem 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #5d1725;
}
.page .card.card--file[href$=".pdf"] .card-body:before {
  content: "\f1c1";
}
.page .card.card--file[href$=".doc"] .card-body:before {
  content: "\f1c2";
}
.page .card.card--file[href$=".xls"] .card-body:before {
  content: "\f1c3";
}
.page .card.card--file[href$=".ppt"] .card-body:before {
  content: "\f1c4";
}
.page .card.card--file[href$=".docx"] .card-body:before {
  content: "\f1c2";
}
.page .card.card--file[href$=".xlsx"] .card-body:before {
  content: "\f1c3";
}
.page .card.card--file[href$=".pptx"] .card-body:before {
  content: "\f1c4";
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6,
.page .h1, .page .h2, .page .h3, .page .h4, .page .h5, .page .h6,
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero .h1,
.hero .h2,
.hero .h3,
.hero .h4,
.hero .h5,
.hero .h6 {
  font-family: Montserrat, "Century Gothic", "Franklin Gothic Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: initial;
  font-weight: 400;
}
.page h1 .h-sup, .page h2 .h-sup, .page h3 .h-sup, .page h4 .h-sup, .page h5 .h-sup, .page h6 .h-sup,
.page .h1 .h-sup, .page .h2 .h-sup, .page .h3 .h-sup, .page .h4 .h-sup, .page .h5 .h-sup, .page .h6 .h-sup,
.hero h1 .h-sup,
.hero h2 .h-sup,
.hero h3 .h-sup,
.hero h4 .h-sup,
.hero h5 .h-sup,
.hero h6 .h-sup,
.hero .h1 .h-sup,
.hero .h2 .h-sup,
.hero .h3 .h-sup,
.hero .h4 .h-sup,
.hero .h5 .h-sup,
.hero .h6 .h-sup {
  font-size: 60%;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6,
.page .h1, .page .h2, .page .h3, .page .h4, .page .h5, .page .h6 {
  color: #5d1725;
}

.btn {
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 0.5rem 1rem;
}

.page-category .btn.btn-primary:not(.random-icon--ignore), .page-category .btn.btn-secondary:not(.random-icon--ignore) {
  position: relative;
  padding-left: 3.5rem;
}
.page-category .btn.btn-primary:not(.random-icon--ignore):before, .page-category .btn.btn-secondary:not(.random-icon--ignore):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 100%;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-1:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-orca:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-1:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-orca:before {
  background-image: url("../img/sil/sil-white-1.svg");
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-2:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-hawk:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-2:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-hawk:before {
  background-image: url("../img/sil/sil-white-2.svg");
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-3:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-bird:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-3:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-bird:before {
  background-image: url("../img/sil/sil-white-3.svg");
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-4:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-horse:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-4:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-horse:before {
  background-image: url("../img/sil/sil-white-4.svg");
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-5:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-cow:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-5:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-cow:before {
  background-image: url("../img/sil/sil-white-5.svg");
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-6:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-bunny:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-6:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-bunny:before {
  background-image: url("../img/sil/sil-white-6.svg");
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-7:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-koala:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-7:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-koala:before {
  background-image: url("../img/sil/sil-white-7.svg");
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-8:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-dog:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-8:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-dog:before {
  background-image: url("../img/sil/sil-white-8.svg");
}
.page-category .btn.btn-primary:not(.random-icon--ignore).sil-9:before, .page-category .btn.btn-primary:not(.random-icon--ignore).sil-sea-turtle:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-9:before, .page-category .btn.btn-secondary:not(.random-icon--ignore).sil-sea-turtle:before {
  background-image: url("../img/sil/sil-white-9.svg");
}
.page-category .btn.btn-primary:before {
  border-right: 1px solid #6b1b2b;
  background-color: #320c14;
}
.page-category .btn.btn-primary:hover, .page-category .btn.btn-primary:focus {
  background-color: #7a1e30;
}
.page-category .btn.btn-primary:hover:before, .page-category .btn.btn-primary:focus:before {
  border-right: 1px solid #7a1e30;
  background-color: #4f131f;
}
.page-category .btn.btn-secondary:before {
  border-right: 1px solid #777777;
  background-color: #333333;
}
.page-category .btn.btn-secondary:hover, .page-category .btn.btn-secondary:focus {
  background-color: #333333;
}
.page-category .btn.btn-secondary:hover:before, .page-category .btn.btn-secondary:focus:before {
  border-right: 1px solid #555555;
  background-color: #000;
}

.jump-container, .btn.jump-to-top, .btn.jump-to-page {
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 999;
}

.btn.jump-to-top, .btn.jump-to-page {
  border: none;
  padding: 1rem;
  line-height: 1;
  color: #5d1725;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.btn-group-download > .btn,
.btn-download {
  padding: 0rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.75;
  border-radius: 0.1rem;
}

/*
body{

	&.page-background--{

		&grey-diamonds{
			background-image: url($body-grey-diamond-url);
			background-position: -810px center;
			background-repeat: no-repeat;
		}

		&grey-diamonds-maroon-diamonds-bottom{
			background: url($body-grey-diamond-url), url($body-maroon-diamond-url);
			background-position: -810px center, center bottom;
			background-size: auto, contain;
			background-repeat: no-repeat;
		}

	}

	.page-background{
		position: relative;

		.row-wrapper{
		    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), $white 65%);
		}
	}

}
*/
body {
  position: relative;
}
body .body-side-diamonds,
body .body-bottom-diamonds {
  position: absolute;
  z-index: -1;
  width: 100%;
  opacity: 0;
  mix-blend-mode: darken;
  background-size: auto;
  -webkit-transition: opacity 3s ease-in;
  transition: opacity 3s ease-in;
}
body .body-side-diamonds {
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: repeat-y;
}
body .body-side-diamonds.side-diamonds-1 {
  background-image: url("../img/grey-diamonds-body--left-1.jpg");
  opacity: 0.8;
  background-position: left top;
}
body .body-side-diamonds.side-diamonds-2 {
  background-image: url("../img/grey-diamonds-body--left-2.jpg");
  opacity: 0.8;
  background-position: left top;
}
body .body-side-diamonds.side-diamonds-3 {
  background-image: url("../img/grey-diamonds-body--right-1.jpg");
  opacity: 0.8;
  background-position: right top;
}
body .body-side-diamonds.side-diamonds-4 {
  background-image: url("../img/grey-diamonds-body--right-2.jpg");
  opacity: 0.8;
  background-position: right top;
}
body .body-side-diamonds.side-diamonds-5 {
  background-image: url("../img/maroon-diamonds-alt-body--left-1.jpg");
  opacity: 0.5;
  background-position: left top;
}
body .body-side-diamonds.side-diamonds-6 {
  background-image: url("../img/maroon-diamonds-alt-body--left-2.jpg");
  opacity: 0.5;
  background-position: left top;
}
body .body-side-diamonds.side-diamonds-7 {
  background-image: url("../img/maroon-diamonds-alt-body--right-1.jpg");
  opacity: 0.5;
  background-position: right top;
}
body .body-side-diamonds.side-diamonds-8 {
  background-image: url("../img/maroon-diamonds-alt-body--right-2.jpg");
  opacity: 0.5;
  background-position: right top;
}
body .body-bottom-diamonds {
  left: 0;
  bottom: 0;
  height: 800px;
  margin-bottom: 650px;
  background-repeat: no-repeat;
  background-position: center top;
}
body .body-bottom-diamonds.bottom-diamonds-1 {
  background-image: url("../img/grey-diamonds-body--bottom-1.jpg");
  opacity: 0.8;
}
body .body-bottom-diamonds.bottom-diamonds-2 {
  background-image: url("../img/grey-diamonds-body--bottom-2.jpg");
  opacity: 0.8;
}
body .body-bottom-diamonds.bottom-diamonds-3 {
  background-image: url("../img/maroon-diamonds-alt-body--bottom-1.jpg");
  opacity: 0.5;
}
body .body-bottom-diamonds.bottom-diamonds-4 {
  background-image: url("../img/maroon-diamonds-alt-body--bottom-2.jpg");
  opacity: 0.5;
}

.hero-overlap {
  position: relative;
  z-index: 10;
  margin-top: -10rem;
}
@media (min-width: 768px) {
  .hero-overlap:not(.program-cards) div[class^=col-] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#main-breadcrumb {
  background-color: #fff;
}

.vetmed-logo-footer {
  position: relative;
  z-index: 9;
}
.vetmed-logo-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 30%;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
}

.accordion {
  margin-bottom: 3rem;
}
.accordion .card .card-header {
  background-color: #fff;
}
.accordion .card .card-header button {
  width: 100%;
  text-align: left;
}
.accordion .card .card-header button .fas {
  margin-right: 1rem;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 1rem;
  list-style: none;
  /* The actual timeline (the vertical ruler) */
}
.timeline::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #5d1725;
  z-index: 0;
}
.timeline > li {
  position: relative;
  min-height: 6rem;
  margin: 0 0 2.5rem 2.4rem;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-left: 2px solid #5d1725;
}
.timeline > li.year-only {
  margin-left: 0;
  padding: 0;
  min-height: 3rem;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.timeline > li:not(.year-only)::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -2.4rem;
  z-index: 1;
  width: 2.4rem;
  height: 0.125rem;
  background-color: #5d1725;
}
.timeline > li .date__default {
  position: relative;
  z-index: 20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  margin: 0 0 1rem 0;
  padding: 0.125rem 1rem 0 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #5d1725;
  color: #fff;
}
.timeline > li .entry-title,
.timeline > li .entry-text {
  display: block;
}
.timeline > li .entry-title {
  font-weight: 700;
}
.timeline > li.styled .entry-title,
.timeline > li.styled .entry-text {
  margin: 0 0 0 5rem;
}
.timeline > li.styled .entry-title {
  margin-top: -1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.timeline > li.styled .date__styled {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 6rem;
  color: #5d1725;
}
.timeline > li.styled .date__styled .day,
.timeline > li.styled .date__styled .month,
.timeline > li.styled .date__styled .year {
  line-height: 1.5;
}
.timeline > li .day {
  font-size: 1.5rem;
  font-weight: 700;
}
.timeline > li .month {
  font-size: 1.25rem;
  font-weight: 700;
}
.timeline > li .year {
  font-size: 1.25rem;
  font-weight: 700;
}
.timeline > li .year.year--alone {
  font-size: 1.75rem;
}