@font-face {
  font-family: "minionPro";
  src: url("~/../../fonts/Minion Pro Regular.ttf"); }
@font-face {
  font-family: "montserratRegular";
  src: url("~/../../fonts/Montserrat-Regular.ttf"); }
@font-face {
  font-family: "montserratBold";
  src: url("~/../../fonts/Montserrat-Bold.ttf"); }
@font-face {
  font-family: "montserrat";
  src: url("~/../../fonts/Montserrat-Regular.ttf"); }
body {
  box-sizing: content-box;
  width: 100%;
  font-family: minionPro, sans-serif;
  padding: 0; }

a {
  color: white;
  text-decoration: none; }
  a:link {
    color: white;
    text-decoration: none; }
  a:hover, a.hover {
    color: white;
    text-decoration: none; }
  a.skip-main-content, a.skip-main-nav {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999; }
  a.skip-main-content:focus, a.skip-main-content:active, a.skip-main-nav:focus, a.skip-main-nav:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999; }

/*.dropdown {
    &:hover .dropdown-menu {
        display: block;
    }

    &.hover .dropdown-menu {
        display: block;
    }
}*/
.container-fluid {
  padding-left: 15px;
  padding-right: 15px; }

.fix-row-margin {
  margin-left: 0px;
  margin-right: 0px; }

.flexible-margin .container-fluid {
  width: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 4%;
  margin-right: 4%; }

.flexible-margin-row .container-fluid .row {
  width: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 4%;
  margin-right: 4%; }

.no-display {
  display: none; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.striped-background {
  background: linear-gradient(to bottom, #fffff5, #fffff5, #fffff5, #f2f2f2, #f2f2f2, #fffff5, #fffff5, #fffff5);
  background-size: 100% 3px; }

.striped-background-image {
  background-image: url("/cms_assets/images/carousel_button_image.png");
  background-size: cover;
  background-repeat: no-repeat; }

.striped-background-body {
  background: linear-gradient(to bottom, #fffff5, #fffff5, #fffff5, #f2f2f2, #f2f2f2, #fffff5, #fffff5, #fffff5);
  background-size: 100% 6px; }

.title, .subtitle, .image-title-mobile, .page-content, .news-title {
  color: #25285b; }

#news-and-events, #photobooks, #search, #whats-new {
  padding-left: 16px !important;
  padding-right: 16px !important; }

#statistics-and-twitter > div.statistics-div.container-fluid > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#statistics-and-twitter, #banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 50px; }

#tours {
  margin-top: 50px;
  margin-bottom: 50px; }

/* QR code generator */
#qrCode {
  margin: 15px; }

/*MEDIA QUERIES*/
@media screen and (min-width: 1100px) {
  .flexible-margin .container-fluid {
    margin-left: 6%;
    margin-right: 6%; }

  .flexible-margin-row .container-fluid .row {
    margin-left: 6%;
    margin-right: 6%; } }
@media screen and (min-width: 1200px) {
  .flexible-margin .container-fluid {
    margin-left: 6%;
    margin-right: 6%; }

  .flexible-margin-row .container-fluid .row {
    margin-left: 6%;
    margin-right: 6%; } }
@media screen and (min-width: 1300px) {
  .flexible-margin .container-fluid {
    padding-bottom: 5px;
    margin-left: calc(7% + 2vw);
    margin-right: calc(7% + 2vw); }

  .flexible-margin-row .container-fluid .row {
    padding-bottom: 5px;
    margin-left: calc(7% + 2vw);
    margin-right: calc(7% + 2vw); } }
@media screen and (min-width: 1500px) {
  .flexible-margin .container-fluid {
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px; }

  .flexible-margin-row .container-fluid .row {
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px; } }
@media screen and (min-width: 1800px) {
  .flexible-margin .container-fluid {
    max-width: 1500px; }

  .flexible-margin-row .container-fluid .row {
    max-width: 1500px; } }
@media screen and (min-width: 2000px) {
  .flexible-margin .container-fluid {
    max-width: 1800px; }

  .flexible-margin-row .container-fluid .row {
    max-width: 1800px; } }
.dropdown .btn, .secondary-nav-link .btn {
  border: none;
  border-radius: 0px;
  padding-bottom: 1rem; }
  .dropdown .btn:hover, .dropdown .btn.hover, .secondary-nav-link .btn:hover, .secondary-nav-link .btn.hover {
    background-color: #e6e6e6; }
  .dropdown .btn:focus, .dropdown .btn.focus, .secondary-nav-link .btn:focus, .secondary-nav-link .btn.focus {
    border: none;
    background-color: #e6e6e6;
    opacity: 0.85;
    outline: 2px solid #7d7f82;
    box-shadow: none; }

.dropdown-menu {
  width: 23rem; }
  .dropdown-menu.translate-div {
    max-width: 10rem; }
  .dropdown-menu .secondary-menu-content {
    padding: 1rem 3rem; }
    .dropdown-menu .secondary-menu-content .secondary-menu-title {
      font-size: 1rem;
      text-align: center;
      color: #25285b;
      font-weight: bold; }
    .dropdown-menu .secondary-menu-content a:hover, .dropdown-menu .secondary-menu-content a.hover {
      filter: opacity(50%); }

.list-group ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px; }
  .list-group ul li {
    line-height: 1.25em; }

.navbar-nav .dropdown .btn {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.secondary-nav-dropdown button {
  cursor: context-menu !important; }

.secondary-nav-link p {
  margin: 0px; }

#secondary-nav {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px; }
  #secondary-nav a {
    font-size: calc(6px + 0.5vw);
    font-family: minionPro, sans-serif;
    font-weight: bold;
    color: #25285b; }
  #secondary-nav button {
    font-size: calc(6px + 0.5vw);
    font-family: minionPro, sans-serif;
    font-weight: bold;
    color: #25285b; }
  #secondary-nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 0;
    margin-left: calc(4% - 7.5px);
    margin-right: calc(4% - 7.5px); }
  #secondary-nav .dropdown-menu {
    top: 90%;
    border: none;
    border-radius: 0px;
    background-color: #e6e6e6;
    opacity: 0.9; }
  #secondary-nav .dropdown-toggle::after {
    display: none; }

/*MEDIA QUERIES*/
@media (max-width: 991px) {
  #secondary-nav {
    display: none !important; } }
@media screen and (min-width: 1100px) {
  #secondary-nav .container-fluid {
    margin-left: 6%;
    margin-right: 6%; } }
@media screen and (min-width: 1200px) {
  #secondary-nav {
    height: 3.5em; }
    #secondary-nav .container-fluid {
      margin-left: 6%;
      margin-right: 6%; } }
@media screen and (min-width: 1300px) {
  #secondary-nav .container-fluid {
    padding-top: 15px;
    margin-left: calc(7% + 2vw);
    margin-right: calc(7% + 2vw); } }
@media screen and (min-width: 1500px) {
  #secondary-nav button {
    font-size: calc(7px + 0.5vw); }
  #secondary-nav .container-fluid {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px; }
  #secondary-nav .navbar-nav {
    margin-left: -7.5px;
    margin-right: -7.5px; } }
@media screen and (min-width: 1800px) {
  #secondary-nav .container-fluid {
    max-width: 1500px; } }
@media screen and (min-width: 2000px) {
  #secondary-nav .container-fluid {
    max-width: 1800px; } }
@font-face {
  font-family: minionPro;
  src: url("~/../../fonts/Minion Pro Regular.ttf"); }
input.nav-search {
  margin-right: 20px;
  background-color: transparent;
  border: none;
  font-family: minionPro; }

.main-nav-search::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white; }

.main-nav-search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1; }

.main-nav-search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1; }

.main-nav-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white; }

.main-nav-search:-ms-input-placeholder {
  /* Microsoft Edge */
  color: white; }

.main-nav-search::placeholder {
  /* Most modern browsers support this now. */
  color: white; }

.bottom-mobile-navbar-toggle {
  width: 100%;
  color: white;
  text-align: center; }

.brand-mobile-only {
  display: none; }

.home-logo-fix {
  width: calc(125px + 22vw);
  height: auto; }

.main-nav-mobile {
  display: none; }

.nav-item .brand-fix {
  height: auto;
  width: auto;
  margin-right: 0; }
  .nav-item .brand-fix.brand-non-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.nav-button-mobile {
  display: none; }

.nav-button-responsive {
  display: none; }

.nav-inner-search-div {
  border-bottom: 1px solid white;
  margin-left: 20px;
  margin-bottom: 25px; }

.nav-search-button svg.fa-2x {
  font-size: 1.5em !important; }
  .nav-search-button svg.fa-2x:hover, .nav-search-button svg.fa-2x.hover {
    filter: invert(100%); }

.navbar-dark .navbar-nav .nav-link {
  font-family: minionPro, sans-serif;
  color: white; }
.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.8); }

.navbar-style {
  /*font-size: calc(0.70em + 0.25vw);*/
  border-top: 3px solid #dabd71;
  border-bottom: 3px solid #dabd71;
  background: linear-gradient(#161439, #25285b, #2c2f6d, #343a7f, #373e86, #373e86, #373e86, #373e86, #373e86, #343a7f, #2c2f6d, #25285b, #161439); }

.search-button-nav:active, .search-button-nav.active {
  filter: invert(100%); }

.secondary-nav-mobile {
  display: none; }

.mobile-menu-div .nav-item {
  padding: 5px 0px; }

.nav-button-mobile {
  margin-bottom: 15px; }

#main-nav {
  padding-left: 0px;
  padding-right: 0px; }
  #main-nav .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 4% !important;
    margin-right: 4% !important; }
  #main-nav .navbar-collapse {
    flex-grow: 0; }

#main-nav-1, #main-nav-2, #main-nav-3, #main-nav-4, #main-nav-5 {
  margin-top: calc(-0.5rem - 11px);
  margin-bottom: calc(-0.5rem - 11px); }
  #main-nav-1 button, #main-nav-2 button, #main-nav-3 button, #main-nav-4 button, #main-nav-5 button {
    height: 100%; }
    #main-nav-1 button:hover, #main-nav-1 button.hover, #main-nav-1 button:focus, #main-nav-1 button.focus, #main-nav-1 button:active, #main-nav-1 button.active, #main-nav-2 button:hover, #main-nav-2 button.hover, #main-nav-2 button:focus, #main-nav-2 button.focus, #main-nav-2 button:active, #main-nav-2 button.active, #main-nav-3 button:hover, #main-nav-3 button.hover, #main-nav-3 button:focus, #main-nav-3 button.focus, #main-nav-3 button:active, #main-nav-3 button.active, #main-nav-4 button:hover, #main-nav-4 button.hover, #main-nav-4 button:focus, #main-nav-4 button.focus, #main-nav-4 button:active, #main-nav-4 button.active, #main-nav-5 button:hover, #main-nav-5 button.hover, #main-nav-5 button:focus, #main-nav-5 button.focus, #main-nav-5 button:active, #main-nav-5 button.active {
      background: linear-gradient(to bottom, #a38133, transparent 100%); }

#main-nav-4 button, #main-nav-5 button {
  cursor: pointer; }

@media (min-width: 320px) {
  .nav-mobile-inner-search-div input {
    width: 85%; }
  .nav-mobile-inner-search-div button {
    width: 15%;
    padding: 0px;
    text-align: right; } }
@media (min-width: 578px) {
  .nav-mobile-inner-search-div input {
    width: 90%; }
  .nav-mobile-inner-search-div button {
    width: 10%; } }
@media (max-width: 991px) {
  form.form-inline.nav-inner-search-div {
    display: none; }

  li a.dropdown-item:active {
    background-color: #9a9b9d !important;
    color: #25285b !important; }
  li a.dropdown-item:focus {
    background-color: #9a9b9d !important;
    color: #25285b !important; }

  .brand-mobile-only {
    display: inline; }

  .brand-non-mobile {
    display: none; }

  .main-menu-div {
    display: none; }

  .main-nav-mobile {
    display: block; }

  .mobile-menu-div {
    width: 100%;
    padding: 20px 0px 40px 0px; }
    .mobile-menu-div:not(.main-nav-mobile) {
      border-top: 3px groove #dabd71; }
    .mobile-menu-div .nav-item:not(.nav-button-mobile) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  .nav-item.nav-button-mobile {
    display: block;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; }

  .secondary-nav-mobile {
    display: block;
    clear: both; } }
@media screen and (min-width: 992px) {
  form.form-inline.nav-inner-search-div {
    padding-top: 1rem;
    width: 130px; }

  input.nav-search {
    width: 75px; }

  .bottom-mobile-navbar-toggle {
    display: none; }

  .brand-mobile-only {
    display: none; }

  .brand-non-mobile {
    display: inline; }

  .nav-search-button {
    padding: 0; }

  .navbar-style {
    font-size: calc(0.60em + 0.25vw); }

  #main-nav .dropdown-toggle::after {
    display: none !important; }

  #main-nav-1 button, #main-nav-2 button, #main-nav-3 button, #main-nav-4 button, #main-nav-5 button {
    padding-top: calc(1em + 15px); } }
@media screen and (min-width: 1100px) {
  #main-nav .container-fluid {
    margin-left: 6% !important;
    margin-right: 6% !important; } }
@media screen and (min-width: 1200px) {
  form.form-inline.nav-inner-search-div {
    width: calc(150px + 1vw); }

  input.nav-search {
    width: calc(90px + 1vw); }

  .navbar-style {
    font-size: calc(0.65em + 0.25vw); }

  #main-nav {
    height: 6.5em; }

  #main-nav-1, #main-nav-2, #main-nav-3, #main-nav-4, #main-nav-5 {
        /*margin-top: calc(-0.5rem - 10px);
        margin-bottom: calc(-0.5rem - 10px);

        button {
            padding-top: calc(1em + 10px);
        }*/
    margin-top: calc(-0.5rem - 8px);
    margin-bottom: calc(-0.5rem - 8px); }
    #main-nav-1 button, #main-nav-2 button, #main-nav-3 button, #main-nav-4 button, #main-nav-5 button {
      padding-top: calc(1em + 8px); } }
@media screen and (min-width: 1300px) {
  #main-nav .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: calc(7% + 2vw) !important;
    margin-right: calc(7% + 2vw) !important; }

    /*#main-nav-1, #main-nav-2, #main-nav-3, #main-nav-4, #main-nav-5 {
        margin-top: calc(-0.5rem - 11px);
        margin-bottom: calc(-0.5rem - 11px);

        button {
            padding-top: calc(1em + 14px);
        }
    }*/ }
@media screen and (min-width: 1500px) {
  form.form-inline.nav-inner-search-div {
    padding-top: 1.75rem;
    width: calc(215px + 1vw); }

  input.nav-search {
    width: calc(160px + 1vw); }

  .home-logo-fix {
    width: calc(125px + 24vw); }

  #main-nav .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1300px !important; }

  #main-nav-1, #main-nav-2, #main-nav-3, #main-nav-4, #main-nav-5 {
        /*margin-top: calc(-0.5rem - 12px);
        margin-bottom: calc(-0.5rem - 12px);
        font-size: 16px;

        button {
            padding-top: calc(1em + 18px);
        }*/
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
    font-size: 16px; }
    #main-nav-1 button, #main-nav-2 button, #main-nav-3 button, #main-nav-4 button, #main-nav-5 button {
      padding-top: calc(1em + 12px); }
    #main-nav-1 .nav-link, #main-nav-2 .nav-link, #main-nav-3 .nav-link, #main-nav-4 .nav-link, #main-nav-5 .nav-link {
      padding-right: 0.35rem;
      padding-left: 0.35rem; } }
@media screen and (min-width: 1800px) {
  form.form-inline.nav-inner-search-div {
    width: calc(230px + 1vw); }

  input.nav-search {
    width: calc(180px + 1vw); }

  #main-nav .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1500px !important; }

  #main-nav-1, #main-nav-2, #main-nav-3, #main-nav-4, #main-nav-5 {
    /*margin-top: calc(-0.5rem - 12px);
    margin-bottom: calc(-0.5rem - 12px);*/
    font-size: 18px; }
    #main-nav-1 button, #main-nav-2 button, #main-nav-3 button, #main-nav-4 button, #main-nav-5 button {
      /*padding-top: calc(1em + 15px);*/
      padding-left: 1rem;
      padding-right: 1rem; } }
@media screen and (min-width: 2000px) {
  form.form-inline.nav-inner-search-div {
    width: calc(280px + 1vw); }

  input.nav-search {
    width: calc(230px + 1vw); }

  #main-nav .container-fluid {
    padding-top: 15px;
    max-width: 1800px !important; }

  #main-nav-1, #main-nav-2, #main-nav-3, #main-nav-4, #main-nav-5 {
    /*margin-top: calc(-0.5rem - 14px);
    margin-bottom: calc(-0.5rem - 12px);*/
    font-size: 20px; } }
@font-face {
  font-family: minionPro;
  src: url("~/../../fonts/Minion Pro Regular.ttf"); }
@font-face {
  font-family: minionProBold;
  src: url("~/../../fonts/MinionPro-BoldCapt.otf"); }
/*.carousel-caption, .carousel-caption-opt-2 {
    margin-left: 4%;
}*/
/*.carousel-caption-alternate {
    .caption-text, .caption-button {
        margin-left: 4%;
    }
}*/
.carousel-caption .container-fluid, .carousel-caption-alternate .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 4% !important;
  margin-right: 4% !important; }

.carousel-indicators {
  margin-left: 4% !important;
  margin-right: 4% !important;
  right: 0;
  left: 0; }
  .carousel-indicators li:first-child {
    margin-left: 0; }

.carousel-container {
  width: 100%; }

.carousel-control-btns {
  opacity: 0; }
  .carousel-control-btns .carousel-control-prev, .carousel-control-btns .carousel-control-next {
    width: 3%; }

.carousel-image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.carousel-images {
  position: relative;
  border-top: 3px solid grey; }

.carousel-indicators {
  /*margin-right: 48%;
  margin-left: auto;*/
  bottom: 55px; }
  .carousel-indicators li {
    margin-right: 15px;
    margin-left: 15px;
    width: 200px;
    height: 3px;
    background-color: #fff; }
    .carousel-indicators li.active {
      height: 8px;
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.8); }
    .carousel-indicators li:hover, .carousel-indicators li.hover {
      margin-right: 12px;
      margin-left: 12px;
      width: 208px;
      height: 8px;
      background-color: #fff;
      box-shadow: 0 0 8px rgba(255, 255, 255, 0.8); }

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner {
  min-height: 250px; }
  .carousel-inner .item img[src$=".svg"] {
    width: 100%; }

.carousel-item {
  backface-visibility: visible;
  position: relative;
  display: block;
  opacity: 0;
  transition: transform 2s ease, opacity .5s ease-out; }
  .carousel-item.active, .carousel-item:active {
    opacity: 1 !important;
    z-index: 2; }
  .carousel-item img {
    object-fit: cover; }

@media (min-width: 320px) {
  .carousel-caption, .carousel-caption-alternate {
    width: 100%; }
    .carousel-caption .container-fluid, .carousel-caption-alternate .container-fluid {
      width: auto; }

  .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: unset;
    font-family: minionProBold;
    background: rgba(166, 131, 49, 0.8); }
    .carousel-caption .caption-text {
      text-align: left;
      font-size: calc(1em + 2vw);
      text-shadow: 2px 2px 8px black;
      line-height: 1.4;
      margin-bottom: 0;
      font-family: minionPro; }
    .carousel-caption .caption-button {
      width: 100%;
      padding: 10px 20px;
      background: rgba(42, 42, 60, 0.9);
      margin-top: 1em;
      text-align: left;
      display: block;
      box-shadow: 5px 5px 10px black;
      font-size: 1.25rem;
      text-shadow: 2px 2px 8px black;
      border-radius: 3px;
      font-family: montserratBold;
      max-width: 578px; }
      .carousel-caption .caption-button .fa-angle-right {
        float: right;
        margin-top: 0.25em; }
      .carousel-caption .caption-button:hover, .carousel-caption .caption-button.hover, .carousel-caption .caption-button:active, .carousel-caption .caption-button.active {
        filter: brightness(0.5); }

  .carousel-caption-alternate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: unset;
    font-family: minionProBold;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    padding-bottom: 20px; }
    .carousel-caption-alternate .caption-text {
      text-align: left;
      font-size: calc(1em + 2vw);
      text-shadow: 2px 2px 8px black;
      line-height: 1.4;
      margin-bottom: 0;
      font-family: minionPro; }
    .carousel-caption-alternate .caption-button {
      width: 100%;
      padding: 10px 20px;
      background: #a68331;
      margin-top: 1em;
      text-align: left;
      display: block;
      box-shadow: 5px 5px 10px black;
      font-size: 1.25rem;
      text-shadow: 2px 2px 8px black;
      border-radius: 3px;
      font-family: montserratBold;
      max-width: 50%; }
      .carousel-caption-alternate .caption-button .fa-angle-right {
        float: right;
        margin-top: 0.25em; }
      .carousel-caption-alternate .caption-button:hover, .carousel-caption-alternate .caption-button.hover, .carousel-caption-alternate .caption-button:active, .carousel-caption-alternate .caption-button.active {
        filter: brightness(0.5); } }
@media screen and (max-width: 578px) {
  .carousel-indicators {
    margin-right: 8%;
    margin-left: 8%;
    bottom: 20px; } }
/*Hides the buttons on the carousel when on a smaller device*/
@media screen and (max-width: 991px) {
  .carousel-buttons {
    display: none !important; } }
/*Responsively sizes the buttons based on screen size*/
@media screen and (min-width: 992px) {
  .carousel-button {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 2.1vw; }
    .carousel-button:nth-child(2) {
      padding-top: 30%; }
    .carousel-button:nth-child(3) {
      padding-top: 20%; }
    .carousel-button:nth-child(4) {
      padding-top: 20%; }
    .carousel-button:nth-child(5) {
      padding-top: 18%; }
    .carousel-button:hover, .carousel-button.hover {
      background-image: url("/cms_assets/images/carousel_button_image.png");
      background-size: cover;
      background-repeat: no-repeat;
      color: #25285b !important;
      text-decoration: none !important; }

  .carousel-button, .first-carousel-button {
    text-align: center;
    margin-bottom: 5px;
    width: 13vw;
    /*height: 15vh;*/ }

  .carousel-buttons {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3; }

  .carousel-caption {
    top: auto;
    bottom: 110px;
    position: absolute;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(to right, #a68331, transparent 100%);
    width: 100%;
    /*padding-right: calc(50% + 1.25vw);*/ }
    .carousel-caption .caption-text {
      text-align: left;
      font-size: 2rem;
      line-height: 1.2;
      /*margin-left: 7%;*/
      width: 500px;
      margin-bottom: 0;
      font-family: minionProBold; }
    .carousel-caption .caption-button {
      /*margin-left: 7%;*/
      /*margin-right: 0px;*/
      width: 500px; }

  .carousel-caption-alternate {
    top: auto;
    bottom: 110px;
    position: absolute;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%; }
    .carousel-caption-alternate .caption-text {
      text-align: left;
      font-size: 2rem;
      line-height: 1.2;
      margin-bottom: 20px;
      font-family: minionProBold;
      width: calc(50% - 4%); }
    .carousel-caption-alternate .caption-button {
      width: 25%;
      background-color: #a68331; }

  .carousel-indicators {
    margin-left: 4%;
    right: 20%;
    bottom: 40px !important; }
    .carousel-indicators li:first-child {
      margin-left: 0; }

  .first-carousel-button {
    font-size: 2.8vw;
    padding-top: 7.5%;
    color: #25285b !important; } }
@media screen and (min-width: 1100px) {
  .carousel-caption .container-fluid, .carousel-caption-alternate .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 6% !important;
    margin-right: 6% !important; } }
@media screen and (min-width: 1200px) {
  .carousel-caption .caption-text {
    /*margin-left: 10%;*/
    width: 600px; }
  .carousel-caption .caption-button {
    /*margin-left: 10%;*/
    width: 600px; }

  .carousel-caption-alternate {
    /*width: 600px;*/
    /*padding-left: 1.25%;*/
    /*padding-right: 1.25%;*/
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 45%, transparent 45%); }
    .carousel-caption-alternate .caption-text {
      width: calc(50% - 6%); }
    .carousel-caption-alternate .caption-button {
      width: 25%; }

  .carousel-button {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.5em; }
    .carousel-button:nth-child(2) {
      /*padding-top: 25%;*/
      padding-top: calc(20% + 1.5vh); }
    .carousel-button:nth-child(3) {
      padding-top: calc(8% + 1.5vh); }
    .carousel-button:nth-child(4) {
      /*padding-top: 8%;*/
      padding-top: calc(8% + 1.5vh); }
    .carousel-button:nth-child(5) {
      /*padding-top: 8%;*/
      padding-top: calc(8% + 1.5vh); }
    .carousel-button:hover, .carousel-button.hover {
      background-image: url("/cms_assets/images/carousel_button_image.png");
      background-size: cover;
      background-repeat: no-repeat;
      color: #25285b !important;
      text-decoration: none !important; }

  .carousel-button, .first-carousel-button {
    text-align: center;
    margin-bottom: 5px;
    width: 12vw;
    line-height: 1.25; }

  .carousel-indicators {
    bottom: 40px !important; }

  .carousel-inner {
    height: calc(100vh - 9.5em);
    min-height: calc(579px);
    max-height: calc(725px); }

  .first-carousel-button {
    font-size: 2em;
    /*padding-top: 8%;*/
    padding-top: calc(4% + 1.5vh);
    color: #25285b !important; } }
@media screen and (min-width: 1300px) {
  .carousel-caption .container-fluid, .carousel-caption-alternate .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: calc(7% + 2vw) !important;
    margin-right: calc(7% + 2vw) !important; }

  .carousel-caption .caption-text {
    /*margin-left: 16.5%;*/
    width: 650px;
    font-size: calc(0.75em + 2vw);
    line-height: 1.1; }
  .carousel-caption .caption-button {
    /*margin-left: 16.5%;*/
    width: 650px; }

  .carousel-caption-alternate {
    /*padding-left: 2%;*/
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%); }
    .carousel-caption-alternate .caption-text {
      /*margin-left: 16.5%;*/
      width: calc(50% - 7%);
      font-size: calc(0.75em + 2vw);
      line-height: 1.1; }
    .carousel-caption-alternate .caption-button {
      /*margin-left: 16.5%;*/
      width: 25%; } }
@media screen and (min-width: 1500px) {
  .carousel-caption .container-fluid, .carousel-caption-alternate .container-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1300px; }

  .carousel-button {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.65em; }
    .carousel-button:nth-child(2) {
      padding-top: calc(20% + 2vh); }
    .carousel-button:nth-child(3) {
      padding-top: calc(8% + 2vh); }
    .carousel-button:nth-child(4) {
      padding-top: calc(8% + 2vh); }
    .carousel-button:nth-child(5) {
      padding-top: calc(8% + 2vh); }

  .carousel-button, .first-carousel-button {
    width: 10vw; }

  .first-carousel-button {
    font-size: 2.15em;
    padding-top: 2vh; }

  .carousel-caption {
    /*max-width: 1300px;*/
    bottom: 120px;
    /*padding: 30px 0;*/
    /*margin-left: 0px;*/ }
    .carousel-caption .caption-text {
      font-size: 2rem;
      line-height: 1.1;
      width: 600px;
      /*margin-left: calc(8% + 1vw);*/ }
    .carousel-caption .caption-button {
      width: 600px;
      /*margin-left: calc(8% + 1vw);*/ }

  .carousel-caption-alternate {
    bottom: 120px;
    /*width: 800px;*/ }
    .carousel-caption-alternate .caption-text {
      /*margin-left: calc(10% + 1vw);*/
      font-size: 2.5rem;
      line-height: 1.1; }
    .carousel-caption-alternate .caption-button {
      /*margin-left: calc(10% + 1vw);*/
      width: 25%; }

  .carousel-indicators {
    bottom: 50px !important; }

  .carousel-item {
    background-position: 0 45%; } }
@media screen and (min-width: 1800px) {
  .carousel-caption .container-fluid, .carousel-caption-alternate .container-fluid {
    max-width: 1500px; }

  .carousel-button, .first-carousel-button {
    width: 9vw; }

  .carousel-caption {
    /*max-width: 1500px;*/
    bottom: 120px;
    /*padding: 30px 0;*/
    /*margin-left: 0px;*/ }
    .carousel-caption .caption-text {
      font-size: 2rem;
      line-height: 1.1;
      width: 600px;
      /*margin-left: calc(8% + 2vw);*/ }
    .carousel-caption .caption-button {
      width: 600px;
      /*margin-left: calc(8% + 2vw);*/ }

  .carousel-caption-alternate {
    bottom: 120px;
    /*width: 800px;*/
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 45%, transparent 45%); }
    .carousel-caption-alternate .caption-text {
      /*margin-left: calc(12% + 2vw);*/
      width: 35%;
      font-size: 2.5rem;
      line-height: 1.1; }
    .carousel-caption-alternate .caption-button {
      /*margin-left: calc(12% + 2vw);*/
      width: 25%; }

  .carousel-indicators {
    bottom: 50px !important; } }
@media screen and (min-width: 2000px) {
  .carousel-caption .container-fluid, .carousel-caption-alternate .container-fluid {
    max-width: 1800px; }

  .carousel-button {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.75em; }
    .carousel-button:nth-child(2) {
      padding-top: calc(18% + 2vh); }
    .carousel-button:nth-child(3) {
      padding-top: calc(8% + 2vh); }
    .carousel-button:nth-child(4) {
      padding-top: calc(8% + 2vh); }
    .carousel-button:nth-child(5) {
      padding-top: calc(8% + 2vh); }

  .first-carousel-button {
    font-size: 2.25em;
    padding-top: 2vh; }

  .carousel-caption {
    bottom: 120px;
    padding: 30px 0;
    /*margin-left: 0px;*/ }
    .carousel-caption .caption-text {
      font-size: 2rem;
      line-height: 1.1;
      width: 600px;
      /*margin-left: calc(4% + 2vw)*/ }
    .carousel-caption .caption-button {
      width: 600px;
      /*margin-left: calc(4% + 2vw)*/ }

  .carousel-caption-alternate {
    bottom: 120px;
    /*width: 800px;*/ }
    .carousel-caption-alternate .caption-text {
      /*margin-left: calc(4% + 2vw);*/
      font-size: 2.5rem;
      line-height: 1.1; }
    .carousel-caption-alternate .caption-button {
      /*margin-left: calc(4% + 2vw);*/
      width: 25%; }

  .carousel-indicators {
    bottom: 50px !important; } }
@media screen and (min-width: 2200px) {
  .carousel-indicators {
    bottom: 50px !important; } }
@font-face {
  font-family: minionPro;
  src: url("~/../../fonts/Minion Pro Regular.ttf"); }
@font-face {
  font-family: minionProBold;
  src: url("~/../../fonts/MinionPro-BoldCapt.otf"); }
.article-image {
  padding-right: 20px;
  width: 100%;
  height: auto;
  max-width: 400px; }

.article-text {
  margin-top: 0;
  margin-bottom: 0; }
  .article-text.article-text-margin {
    margin-top: 30px; }

.color-key {
  display: inline-block;
  margin-top: auto !important;
  margin-bottom: auto !important;
  width: auto;
  text-align: center; }

.color-key-1, .color-key-2, .color-key-3, .color-key-4, .color-key-5, .color-key-6 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px !important;
  margin-bottom: auto !important;
  width: 1.15em;
  height: 1.15em; }
  .color-key-1.events-partial--color-key, .color-key-2.events-partial--color-key, .color-key-3.events-partial--color-key, .color-key-4.events-partial--color-key, .color-key-5.events-partial--color-key, .color-key-6.events-partial--color-key {
    width: 1.10em;
    height: 1.10em; }

/*Academics key*/
.color-key-1 {
  background-color: #74578b; }

/*Admissions key*/
.color-key-2 {
  background-color: #b99d58; }

/*Admissions key*/
.color-key-6 {
  background-color: #413c81; }

/*Athletics key*/
.color-key-3 {
  background-color: #f8d963; }

/*Lectures key*/
.color-key-4 {
  background-color: #9a9b9d; }

/*Campus Life key*/
.color-key-5 {
  background-color: #25285b; }

.color-key-text {
  display: inline-block;
  margin-top: auto !important;
  margin-bottom: auto !important;
  font-size: 1.15em; }

.color-keys-fix {
  padding-left: 0;
  padding-right: 0;
  display: block !important; }

.event-logo-div {
  text-align: center;
  position: absolute;
  top: 12%;
  width: 100%; }
  .event-logo-div .event-logo {
    width: 160px; }

.event-title-div {
  position: absolute;
  bottom: 0;
  width: 100%; }

.home-news.featured-news {
  border: 5px groove #a68331;
  box-shadow: 2px 2px 8px black; }
  .home-news.featured-news .news-image-div .date {
    display: none; }

.news-event-item-fix:nth-child(2) {
  margin-left: 1%;
  margin-right: 1%; }

.filter-submit-btn {
  background: radial-gradient(#373e86, #373e86, #161439);
  color: white;
  font-size: 1.15em;
  padding: 4px 10px;
  margin-bottom: 45px; }
  .filter-submit-btn.hover, .filter-submit-btn:hover {
    filter: brightness(0.7); }

.event-item.hover, .event-item:hover, .news-item.hover, .news-item:hover {
  filter: opacity(50%); }

.event-image-div .date {
  background-color: rgba(154, 155, 157, 0.85);
  left: 0;
  width: calc(65px + 0.5vw);
  height: auto;
  padding: 15px 10px;
  text-align: center;
  font-family: minionProBold;
  font-size: 1em;
  line-height: 20px;
  color: white; }
.event-image-div .event-name {
  background-color: rgba(42, 42, 60, 0.7);
  margin-bottom: 0;
  height: auto;
  padding: 15px 5px;
  text-align: center;
  font-family: minionProBold;
  font-size: 0.85em;
  color: white; }
  .event-image-div .event-name.neutral {
    background-color: rgba(154, 155, 157, 0.85); }

.news-image-div, .event-image-div {
  min-height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }

.news-image-div {
  /*min-height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;*/ }
  .news-image-div .date {
    background-color: rgba(154, 155, 157, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(65px + 0.5vw);
    height: auto;
    padding: 15px 20px 15px 20px;
    text-align: center;
    font-family: minionProBold;
    font-size: 1em;
    line-height: 20px;
    color: white; }
    .news-image-div .date.academics {
      background-color: rgba(116, 87, 139, 0.85); }
    .news-image-div .date.admissions {
      background-color: rgba(185, 157, 88, 0.85); }
    .news-image-div .date.alumni {
      background-color: rgba(65, 60, 129, 0.85); }
    .news-image-div .date.athletics {
      background-color: rgba(248, 217, 99, 0.85); }
    .news-image-div .date.campus-life {
      background-color: rgba(37, 40, 91, 0.85); }
    .news-image-div .date.lectures {
      background-color: rgba(154, 155, 157, 0.7); }
    .news-image-div .date.neutral {
      background-color: rgba(154, 155, 157, 0.85); }
  .news-image-div .event-name {
    background-color: rgba(42, 42, 60, 0.7);
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 15px 5px 15px 5px;
    text-align: center;
    font-family: minionProBold;
    font-size: 0.85em;
    color: white; }

.news-item .event-description, .news-item .event-details, .event-item .event-description, .event-item .event-details {
  margin: 20px;
  font-size: 0.90em;
  font-family: minionProBold;
  color: #9a9b9d; }
  .news-item .event-description p, .news-item .event-details p, .event-item .event-description p, .event-item .event-details p {
    margin: 0px; }
.news-item.hover, .news-item:hover, .event-item.hover, .event-item:hover {
  cursor: pointer; }

/*.scroll-calendar-events-arrows {
    display: inline-block;

    .next-arrow {
        margin-top: 3%;

        &img {
            content: url('/cms_assets/images/Buttons/Arrows/right_arrow_news-events_SM-MD.png');
        }
    }

    .previous-arrow {
        margin-top: 3%;
        margin-right: 10px;

        &img {
            content: url('/cms_assets/images/Buttons/Arrows/left_arrow_news-events_SM-MD.png');
        }
    }

    img.next-arrow:hover, img.next-arrow.hover, img.previous-arrow:hover, img.previous-arrow.hover {
        filter: opacity(50%);
    }
}*/
.news-items, .home-news-items, .event-items, .home-event-items {
  min-height: 405px; }

.home-news-items, .event-items, .home-event-items {
  margin-top: 40px; }

.filter-ddl {
  width: 60%;
  padding: 4px;
  font-size: 1.15em;
  color: #25285b;
  display: block;
  margin-bottom: 15px; }
  .filter-ddl option.hover, .filter-ddl option:hover {
    background-color: rgba(154, 155, 157, 0.85) !important;
    color: white; }

.home-news-item {
  margin-left: auto;
  margin-right: auto; }

.preview {
  overflow: hidden; }

.section-color-keys {
  margin-top: auto;
  margin-bottom: auto;
  display: none; }

.section-header {
  width: 100%;
  font-family: minionPro;
  font-size: 1.1vw;
  color: #25285b;
  text-decoration: none; }
  .section-header a, .section-header:link {
    color: #25285b;
    text-decoration: none; }

.news-item, .event-item {
  margin-bottom: 30px;
  position: relative;
  background-color: white;
  border-bottom: 3px solid #333333; }

.section-title {
  font-family: minionPro;
  font-size: 35px;
  margin-top: auto;
  margin-bottom: auto; }

.see-all-link {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px; }
  .see-all-link > a:hover {
    color: #5c5fbc; }

.sidebar-event {
  background: white; }

.single-event-image p img, .single-event-image div img {
  width: 100%;
  height: auto;
  max-width: 700px; }

/*Media queries*/
@media screen and (min-width: 320px) {
  .calendar-view-options {
    margin-top: 25px; }

  .color-key.events-partial--color-key-div {
    text-align: left; }

  .event-item {
    margin-left: auto;
    margin-right: auto; }

  .navbar-toggler {
    padding: 0.25rem 0.50rem; }

  /*.previous-arrow {
      margin-top: 3%;
      margin-right: 15px;
  }*/
  .scroll-calendar-events-arrows {
    padding-top: 0 !important;
    padding-left: 12px;
    border-left: 1px solid #25285b; }

  .home-news-items, .event-items, .home-event-items {
    margin-top: 20px; }

  .section-header {
    margin-top: 20px; }

  .news-year-ddl, .events-ddl {
    width: 55%; }

  .news-item, .event-item {
    min-width: 200px;
    width: 100%;
    max-width: 250px; }
    .news-item.home-news, .news-item.home-event, .news-item.sidebar-event, .event-item.home-news, .event-item.home-event, .event-item.sidebar-event {
      margin-right: auto;
      margin-left: auto; }
      .news-item.home-news:nth-child(4), .news-item.home-news:nth-child(5), .news-item.home-event:nth-child(4), .news-item.home-event:nth-child(5), .news-item.sidebar-event:nth-child(4), .news-item.sidebar-event:nth-child(5), .event-item.home-news:nth-child(4), .event-item.home-news:nth-child(5), .event-item.home-event:nth-child(4), .event-item.home-event:nth-child(5), .event-item.sidebar-event:nth-child(4), .event-item.sidebar-event:nth-child(5) {
        display: none; }

  .see-all-link {
    vertical-align: middle;
    padding-right: 12px;
    height: 1.5em; } }
@media screen and (min-width: 578px) {
  .carousel-indicators {
    bottom: 20px; }

  .event-image-div .date {
    padding: 15px 10px; }

  .news-year-ddl {
    margin-bottom: 0px; }

    /*.previous-arrow {
        margin-top: 3%;
        margin-right: 15px;
    }

    .scroll-calendar-events-arrows {
        padding-top: 0 !important;
        padding-left: 20px;
        border-left: 1px solid rgb(37, 40, 91);
        height: 5em;
        margin-top: auto;
        margin-bottom: auto;
    }

    .scroll-calendar-events-arrows {
        padding-top: 3px;
    }*/
  .news-year-ddl, .events-ddl {
    width: 35%; }

  .news-items, .home-news-items, .event-items, .home-event-items {
    margin-top: 30px; }

  .news-item, .event-item {
    min-width: 180px;
    width: 100%;
    max-width: 250px; }

  .section-title {
    font-family: minionPro;
    margin-top: auto;
    margin-bottom: auto; }

  .see-all-link {
    font-size: 2.75em;
    height: 1.5em;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 12px; } }
@media screen and (min-width: 768px) {
  /*.scroll-calendar-events-arrows {
      padding-top: 0 !important;
      padding-left: 20px;
      border-left: 1px solid rgb(37, 40, 91);
      height: 4em;
      margin-top: auto;
      margin-bottom: auto;
  }*/
  .event-image-div {
    min-height: 220px; }
    .event-image-div .date {
      padding: 12px 10px; }
    .event-image-div .event-logo-div .event-logo {
      width: 140px; }

  .home-news-items, .event-items, .home-event-items {
    margin-top: 40px; }

  .news-year-ddl, .events-ddl {
    width: 40%; }

  .news-item, .event-item {
    max-width: 225px; }

  .section-title {
    font-family: minionPro;
    font-size: 2.75em;
    margin-top: auto;
    margin-bottom: auto; }

  .see-all-link {
    font-size: 1.75em;
    height: 1.25em;
    margin-top: auto;
    margin-bottom: auto; }
    .see-all-link a {
      line-height: 1.25; }

  /*.sidebar-image-div {
      min-height: 200px;
  }*/ }
@media screen and (min-width: 992px) {
  .calendar-view-options {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px;
    text-align: right; }

  .filter-ddl {
    width: 30%; }

  /*.scroll-calendar-events-arrows {
      padding-top: 0 !important;
      padding-left: 20px;
      border-left: 1px solid rgb(37, 40, 91);
      height: 2.75em;
      margin-top: auto;
      margin-bottom: auto;
  }*/
  .home-news-items, .home-event-items {
    flex-wrap: nowrap !important; }

  .news-year-ddl, .events-ddl {
    width: 30%; }

  .section-color-keys {
    display: inline-block; }

  .section-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 40px; }

  .news-item.home-news:nth-child(4), .news-item.home-event:nth-child(4), .event-item.home-news:nth-child(4), .event-item.home-event:nth-child(4) {
    display: inline-block; }

  .section-title {
    font-family: minionPro;
    font-size: 1.75em;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0px; }

  .see-all-link {
    font-size: 1.25em;
    height: 1.25em;
    margin-top: auto;
    margin-bottom: auto; }
    .see-all-link a {
      line-height: 1.25; }

  #news-and-events {
    margin-top: 50px; } }
@media screen and (min-width: 1100px) {
  .news-event-item-fix:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%; } }
@media screen and (min-width: 1200px) {
  .color-key.events-partial--color-key-div {
    text-align: center; }

  .color-key-text.events-partial--color-key-text {
    font-size: 0.90em; }

  .news-item, .event-item {
    max-width: 250px; }

  .event-image-div {
    min-height: 230px; } }
@media screen and (min-width: 1300px) {
  .color-key-text {
    font-size: 1em; }

  .news-item.home-news, .news-item.home-event, .event-item.home-news, .event-item.home-event {
    max-width: 250px; }
  .news-item.sidebar-event, .event-item.sidebar-event {
    width: 100%;
    max-width: 250px; }

  /*.scroll-calendar-events-arrows {
      padding-top: 0 !important;
      padding-left: 20px;
      border-left: 1px solid rgb(37, 40, 91);
      height: 2.25em;
      margin-top: auto;
      margin-bottom: auto;
  }*/ }
@media screen and (min-width: 1500px) {
  .color-key-text {
    margin-left: 5px;
    line-height: 1.15;
    font-size: .95em;
    height: 1em; }
    .color-key-text.events-partial--color-key-text {
      font-size: 1em; }

  /*.scroll-calendar-events-arrows {
      padding-top: 0 !important;
      padding-left: 20px;
      border-left: 1px solid rgb(37, 40, 91);
      height: 1.85em;
      margin-top: auto;
      margin-bottom: auto;
  }*/
  .event-item {
    max-width: 220px; }

  .event-image-div {
    min-height: 220px; }
    .event-image-div .date {
      width: calc(60px + 0.5vw);
      padding: 10px 8px;
      font-size: 0.90em; }
    .event-image-div .event-logo-div .event-logo {
      width: 135px; }

  .news-items, .home-news-items, .event-items, .home-event-items {
    min-height: 405px;
    margin-top: 40px; }

  .news-item.home-news:nth-child(5), .news-item.home-event:nth-child(5), .event-item.home-news:nth-child(5), .event-item.home-event:nth-child(5) {
    display: inline; }

  .section-title {
    font-size: 1.5em; } }
@media screen and (min-width: 1800px) {
  .color-key-text {
    margin-left: 5px;
    line-height: 1.15;
    font-size: 1.10em;
    height: 1em; }

  .event-image-div {
    min-height: 250px; }
    .event-image-div .event-logo-div .event-logo {
      width: 155px; }

  .news-item, .event-item {
    width: 275px;
    max-width: none; }
    .news-item.home-news, .news-item.home-event, .event-item.home-news, .event-item.home-event {
      width: 275px;
      max-width: none; }
    .news-item.sidebar-event, .event-item.sidebar-event {
      width: 300px;
      max-width: none; } }
@media screen and (min-width: 2000px) {
  .filter-ddl {
    width: 25%; }

  .news-item, .event-item {
    width: 325px; }
    .news-item .event-description, .news-item .event-details, .event-item .event-description, .event-item .event-details {
      margin: 25px;
      font-size: 1.15em; }
    .news-item .event-image-div, .event-item .event-image-div {
      min-height: 300px; }
      .news-item .event-image-div .date, .event-item .event-image-div .date {
        width: calc(75px + 0.5vw);
        padding: 15px 10px;
        font-size: 1.15em;
        line-height: 25px; }
      .news-item .event-image-div .event-logo-div .event-logo, .event-item .event-image-div .event-logo-div .event-logo {
        width: 180px; }
      .news-item .event-image-div .event-name, .event-item .event-image-div .event-name {
        font-size: 0.90em; }
    .news-item .news-image-div, .event-item .news-image-div {
      min-height: 300px; }
      .news-item .news-image-div .date, .event-item .news-image-div .date {
        width: calc(75px + 0.5vw);
        padding: 20px 25px 20px 25px;
        font-size: 1.25em;
        line-height: 25px; }
      .news-item .news-image-div .event-name, .event-item .news-image-div .event-name {
        padding: 20px 10px 20px 10px;
        font-size: 1.15em; }
    .news-item.home-news, .news-item.home-event, .event-item.home-news, .event-item.home-event {
      width: 325px; }
    .news-item.sidebar-event, .event-item.sidebar-event {
      width: 350px; }
    .news-item .section-title, .event-item .section-title {
      font-size: 1.65em; } }
@font-face {
  font-family: minionPro;
  src: url("/fonts/Minion Pro Regular.ttf"); }
@font-face {
  font-family: minionProBold;
  src: url("/fonts/MinionPro-BoldCapt.otf"); }
.statistics .first-row p, .statistics .second-row p {
  margin-bottom: 0px;
  margin-top: 0px; }

@media screen and (max-width: 768px) {
  .lg-statistic:first-child, .lg-statistic:nth-child(2), .sm-statistic {
    min-height: 143px;
    padding: 35px;
    text-align: center;
    font-size: calc(20px + 0.25vw);
    margin-bottom: 10px; }

  .lg-statistic:first-child {
    background: linear-gradient(to bottom, rgba(59, 34, 68, 0.85), rgba(86, 49, 99, 0.85), rgba(86, 49, 99, 0.85), rgba(86, 49, 99, 0.85), rgba(86, 49, 99, 0.85), rgba(86, 49, 99, 0.85), rgba(59, 34, 68, 0.85)); }

  .lg-statistic:nth-child(2) {
    background: linear-gradient(to bottom, rgba(44, 25, 103, 0.85), rgba(75, 50, 130, 0.85), rgba(75, 50, 130, 0.85), rgba(75, 50, 130, 0.85), rgba(75, 50, 130, 0.85), rgba(44, 25, 103, 0.85)); }

  .sm-statistic {
    background: linear-gradient(to bottom, rgba(100, 101, 104, 0.85), rgba(154, 155, 157, 0.85), rgba(154, 155, 157, 0.85), rgba(154, 155, 157, 0.85), rgba(154, 155, 157, 0.85), rgba(100, 101, 104, 0.85)); }

  .statistics-div {
    display: block;
    background-image: url("/cms_assets/images/statistics_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 20px 15px 20px;
    height: auto;
    color: white; }

  .statistics-div-image {
    display: none; }

  .statistics-message p {
    font-size: calc(15px + 0.25vw);
    left: 0; }

  .statistic-percent-size {
    font-size: calc(30px + 1vw);
    font-family: minionProBold; } }
@media screen and (min-width: 768px) {
  .first-row {
    height: calc(174px + 1vw); }

  .lg-statistic:first-child, .lg-statistic:nth-child(2) {
    width: 67%;
    float: left;
    height: 100%;
    padding-top: calc(20px + 2vw);
    padding-right: calc(10px + 1vw);
    padding-left: calc(10px + 1vw);
    text-align: center;
    font-size: calc(15px + 0.50vw); }

  .lg-statistic:first-child {
    background: linear-gradient(to bottom, rgba(59, 34, 68, 0.85), rgba(86, 49, 99, 0.85), rgba(86, 49, 99, 0.85), rgba(86, 49, 99, 0.85), rgba(86, 49, 99, 0.85), rgba(86, 49, 99, 0.85), rgba(59, 34, 68, 0.85)); }

  .lg-statistic:nth-child(2) {
    background: linear-gradient(to bottom, rgba(44, 25, 103, 0.85), rgba(75, 50, 130, 0.85), rgba(75, 50, 130, 0.85), rgba(75, 50, 130, 0.85), rgba(75, 50, 130, 0.85), rgba(44, 25, 103, 0.85)); }

  .second-row {
    margin-top: 10px;
    height: calc(174px + 1vw); }

  .sm-statistic {
    background: linear-gradient(to bottom, rgba(100, 101, 104, 0.85), rgba(154, 155, 157, 0.85), rgba(154, 155, 157, 0.85), rgba(154, 155, 157, 0.85), rgba(154, 155, 157, 0.85), rgba(100, 101, 104, 0.85));
    width: 32%;
    float: right;
    height: 100%;
    padding-top: calc(30px + 2vw);
    padding-right: calc(10px + 1vw);
    padding-left: calc(10px + 1vw);
    text-align: center;
    font-size: calc(15px + 0.50vw); }

  .statistics-div {
    display: block;
    background-image: url("/cms_assets/images/statistics_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 50px;
    height: auto;
    color: white; }

  .statistics-message p {
    font-size: calc(14px + 0.25vw);
    left: 0; }

  .statistic-percent-size {
    font-size: calc(30px + 1vw);
    font-family: minionProBold; }

  #statistic-1, #statistic-3 {
    float: left; }

  #statistic-2, #statistic-4 {
    float: right; } }
@media screen and (min-width: 1500px) {
  .lg-statistic:first-child {
    padding-top: calc(5px + 1.75vw);
    padding-right: calc(15px + 1vw);
    padding-left: calc(8px + 1vw); }

  .lg-statistic:nth-child(2) {
    padding-top: calc(15px + 2vw);
    padding-right: calc(15px + 1vw);
    padding-left: calc(8px + 1vw); }

  .second-row {
    margin-top: 15px; }

  .sm-statistic {
    padding-top: calc(20px + 2vw); }

  .statistics-message p {
    font-size: calc(20px + 0.25vw); } }
button {
  border: none;
  background-color: transparent; }

.bird-logo {
  margin-bottom: 5px; }

.first-twitter-row {
  border-bottom: 1px solid #3f3e40;
  padding-bottom: 20px;
  margin-bottom: 10px; }

.like-button {
  display: inline; }
  .like-button:hover, .like-button.hover {
    color: white;
    text-shadow: 2px 2px 10px black; }

.next-tweet-arrow {
  margin-top: 3%; }
  .next-tweet-arrow img {
    content: url("/cms_assets/images/Buttons/Arrows/right_arrow_Twitter_SM-MD.png"); }
    .next-tweet-arrow img:hover, .next-tweet-arrow img.hover {
      filter: invert(75%); }

.previous-tweet-arrow {
  margin-top: 3%; }
  .previous-tweet-arrow img {
    content: url("/cms_assets/images/Buttons/Arrows/left_arrow_Twitter_SM-MD.png"); }
    .previous-tweet-arrow img:hover, .previous-tweet-arrow img.hover {
      filter: invert(75%); }

.reply-button {
  display: inline;
  margin-right: 10px; }
  .reply-button:hover, .reply-button.hover {
    color: white;
    text-shadow: 2px 2px 10px black; }

.twitter-content {
  padding-left: 20px;
  padding-right: 20px; }

.twitter-div {
  background-color: #c5bcb1;
  padding-top: 70px;
  padding-bottom: 70px;
  height: auto;
  padding-left: 20%;
  padding-right: 20%; }

@media screen and (max-width: 568px) {
  .next-tweet-arrow {
    margin-left: 30px; }

  .previous-tweet-arrow {
    margin-right: 30px; }

  .twitter-picture {
    display: none; } }
@media screen and (max-width: 768px) {
  .next-tweet-arrow {
    margin-top: 8%; }

  .previous-tweet-arrow {
    margin-top: 8%; }

  .twitter-div {
    padding-left: 15%;
    padding-right: 15%; }

  .twitter-picture {
    display: none; } }
@media screen and (min-width: 768px) {
  .twitter-content {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(352px + 20vw); } }
@media screen and (min-width: 992px) {
  .next-tweet-arrow {
    margin-top: 5%; }

  .previous-tweet-arrow {
    margin-top: 5%; }

  .twitter-div {
    padding-left: 20%;
    padding-right: 20%; } }
@media screen and (min-width: 1200px) {
  .next-tweet-arrow {
    margin-top: 3%; }

  .previous-tweet-arrow {
    margin-top: 3%; }

  .twitter-action-buttons {
    display: inline;
    float: right; }

  .twitter-user {
    display: inline; } }
@media screen and (min-width: 2000px) {
  .next-tweet-arrow img {
    content: url("/cms_assets/images/Buttons/Arrows/right_arrow_Twitter_LG.png"); }

  .previous-tweet-arrow img {
    content: url("/cms_assets/images/Buttons/Arrows/left_arrow_Twitter_LG.png"); } }
@font-face {
  font-family: minionPro;
  src: url("~/../../fonts/Minion Pro Regular.ttf"); }
@font-face {
  font-family: minionProBold;
  src: url("~/../../fonts/MinionPro-BoldCapt.otf"); }
.photobook {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.photobook-image {
  position: relative;
  width: 100%;
  height: auto; }
  .photobook-image:hover, .photobook-image.hover {
    box-shadow: 2px 2px 10px black;
    border-radius: 2px; }

.photobooks-div {
  margin-top: 70px; }

.search-button:hover, .search-button.hover {
  filter: invert(50%); }

.search-div {
  margin-top: 50px; }

@media screen and (min-width: 320px) {
  .photobook {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px; }

  .photobook-image {
    max-width: 350px; } }
@media screen and (min-width: 568px) {
  .photobook {
    max-width: 300px; }

  .photobook-image {
    max-width: 300px; } }
@media screen and (min-width: 768px) {
  .photobook {
    max-width: 325px; }

  .photobook-image {
    max-width: 325px; } }
@media screen and (min-width: 992px) {
  .photobook {
    width: 210px; }

  .photobook-image {
    width: 100%; }

  #photobook-1 {
    margin-right: auto; }

  #photobook-2 {
    margin-right: auto;
    margin-left: auto; }

  #photobook-3 {
    margin-right: auto;
    margin-left: auto; }

  #photobook-4 {
    margin-left: auto; } }
@media screen and (min-width: 1200px) {
  .photobook {
    width: 250px; } }
@media screen and (min-width: 1500px) {
  .photobook {
    width: 300px; } }
@media screen and (min-width: 1800px) {
  .photobook {
    width: 350px;
    max-width: none; }

  .photobook-image {
    max-width: none; } }
@media screen and (min-width: 2000px) {
  .photobook {
    width: 425px;
    max-width: none; }

  .photobook-image {
    max-width: none; } }
@font-face {
  font-family: minionPro;
  src: url("~/../../fonts/Minion Pro Regular.ttf"); }
@font-face {
  font-family: minionProBold;
  src: url("~/../../fonts/MinionPro-BoldCapt.otf"); }
footer {
  border-top: 1px solid #3f3e40; }

.college-name-and-address {
  float: right; }
  .college-name-and-address address {
    margin-bottom: 0px; }

.first-column-links {
  border-left: 1px solid white;
  padding: 10px; }

.footer-item {
  margin-bottom: 15px;
  font-size: calc(16px + 0.25vw); }

.footer-link-text {
  display: inline;
  font-size: calc(16px + 0.25vw); }

.footer-logo {
  display: inline;
  margin-right: 25px; }

.footer-row {
  font-family: minionPro;
  color: white;
  background-color: #3f3e40;
  border-top: 3px solid #333234; }
  .footer-row .col-lg ul {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
    .footer-row .col-lg ul li {
      list-style-type: none; }

.row .col-lg ul {
  padding: 0; }
  .row .col-lg ul li {
    list-style: none;
    white-space: nowrap; }

.second-column-links {
  border-left: 1px solid white;
  padding: 10px; }

.shield {
  float: left; }

.social-media {
  border-left: 1px solid white;
  padding: 10px; }
  .social-media a i, .social-media a svg {
    display: inline;
    margin-right: 25px; }
  .social-media a span {
    font-size: calc(16px + 0.25vw); }

.third-column-links {
  padding: 10px; }

@media screen and (max-width: 500px) {
  .non-mobile-only {
    display: none; } }
@media screen and (max-width: 991px) {
  /*.address {
      max-width: 160px;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
  }*/
  address {
    max-width: 180px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(16px + 0.25vw); }

  .college-name-and-address {
    float: none;
    text-align: center; }
    .college-name-and-address img {
      content: url("/cms_assets/images/Buttons/Logo/shield_logo_sm.png");
      margin-bottom: 0; }

  .first-column-links {
    text-align: center;
    border-left: none;
    padding: 10px 10px 20px 10px; }
    .first-column-links ul {
      padding-top: 20px !important; }

  .footer-link-text {
    display: none; }

  .footer-logo {
    margin-left: 9px;
    margin-right: 9px; }

  .footer-row {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative; }
    .footer-row .col-lg ul {
      text-align: center;
      padding: 0;
      border-top: 1px solid white;
      padding-top: 10px;
      margin-bottom: 0px; }

  .shield {
    display: none; }

  .social-media {
    padding-top: 0px;
    border: none;
    text-align: center; }
    .social-media ul {
      padding-top: 30px !important; }
      .social-media ul li {
        display: inline;
        width: 30px;
        height: 22px; }
        .social-media ul li a i, .social-media ul li a svg {
          margin-left: 9px;
          margin-right: 9px; }
        .social-media ul li a span {
          display: none; } }
@media screen and (min-width: 992px) {
  .college-name-and-address img {
    margin-bottom: 5%; }

  .first-column-links {
    padding: 10px 20px 10px 20px; }

  .footer-links ul li {
    font-size: calc(12px + 0.25vw); }

  .footer-row {
    max-height: 378px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 2rem;
    padding-right: 0.60rem; }
    .footer-row .col-lg ul li {
      list-style-type: none;
      margin-bottom: 10px; }

  .logo-and-address {
    margin-left: auto; }

  .non-mobile-only {
    font-size: calc(12px + 0.25vw); }

  .second-column-links {
    border-left: 1px solid white;
    padding: 10px 20px 10px 20px; }

  .social-media {
    display: block;
    padding: 10px 20px 10px 20px; }
    .social-media a i, .social-media a svg {
      display: inline;
      margin-right: 25px; }
    .social-media a span {
      font-size: calc(12px + 0.25vw); }

  .svg-inline--fa.fa-w-9, .svg-inline--fa.fa-w-14, .svg-inline--fa.fa-w-16 {
    width: 1.125em; }

  .third-column-links {
    padding: 10px; } }
@media screen and (min-width: 1200px) {
  .college-name-and-address img {
    content: url("/cms_assets/images/Buttons/Logo/elmira_college_text_md.png"); }

  .footer-row {
    padding-left: 2rem;
    padding-right: 1rem; }

  .shield {
    content: url("/cms_assets/images/Buttons/Logo/shield_md.png"); } }
@media screen and (min-width: 1500px) {
  .college-name-and-address img {
    content: url("/cms_assets/images/Buttons/Logo/elmira_college_text_lg.png"); }

  .footer-row {
    padding-left: calc(2rem + 2vw);
    padding-right: calc(1rem + 3vw); }

  .shield {
    width: 116px; } }
@media screen and (min-width: 1500px) {
  .footer-row {
    padding-left: calc(2rem + 2vw);
    padding-right: calc(1rem + 3vw); }

  .shield {
    width: 200px; } }
.highlight-border {
  background-image: linear-gradient(to right, #dabd71, transparent), linear-gradient(to right, #dabd71, transparent);
  background-size: 100% 1px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat; }

.list-group-links {
  line-height: 2;
  font-size: 1.25rem;
  margin-top: -.50em;
  text-align: left; }
  .list-group-links a:hover, .list-group-links a.hover, .list-group-links a:link:hover, .list-group-links a:link.hover {
    filter: opacity(50%); }

.list-group-highlight > p {
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0; }
.list-group-highlight .highlight-text {
  background-color: rgba(42, 42, 60, 0.7);
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: calc(100% - 14px);
  height: auto;
  padding: 15px 5px 15px 5px;
  text-align: center;
  color: white; }
.list-group-highlight > img {
  box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.5); }

#highlights-column > div {
  margin-left: 2%;
  margin-right: 2%; }
#highlights-column .row .col-6:first-child {
  padding-left: 0px; }

#main-nav .dropdown-menu {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0px;
  border: none;
  padding: 4.5rem 6rem;
  background-color: rgba(55, 62, 134, 0.93); }
  #main-nav .dropdown-menu .mega-menu-title {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 20px; }
    #main-nav .dropdown-menu .mega-menu-title h1 {
      margin-bottom: 0px;
      color: white; }
  #main-nav .dropdown-menu .menu-row {
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  #main-nav .dropdown-menu .row #links-column {
    border-right: 1px solid #fff; }
#main-nav .dropdown {
  position: static !important; }

@media (min-width: 992px) {
  .list-group-links {
    font-size: 0.8rem;
    margin-top: -.4rem; }

  .list-group-highlight .highlight-text {
    font-size: 1rem; }
  .list-group-highlight > p {
    color: #fff;
    font-size: 0.75rem;
    text-align: left;
    padding-top: 5px; }

  .mega-menu-title h1 {
    font-size: 2rem; }

  #main-nav .dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    border-radius: 0px;
    border: none;
    padding: 2.5rem 0 2.5rem .5rem;
    background-color: rgba(55, 62, 134, 0.93); }
    #main-nav .dropdown-menu .menu-row, #main-nav .dropdown-menu .mega-menu-title {
      margin-left: 4%;
      margin-right: 1.5%;
      text-align: left; } }
@media (min-width: 1100px) {
  #highlights-column > div {
    margin-left: 6%;
    margin-right: 6%; }

  #main-nav .dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    border-radius: 0px;
    border: none;
    padding: 2.5rem 0 2.5rem 3rem;
    background-color: rgba(55, 62, 134, 0.93); }
    #main-nav .dropdown-menu .menu-row, #main-nav .dropdown-menu .mega-menu-title {
      margin-left: 2%;
      margin-right: 2%;
      text-align: left; } }
@media (min-width: 1200px) {
  .list-group-links {
    line-height: 2;
    font-size: 1rem;
    margin-top: -.50em; }

  .list-group-highlight > p {
    color: #fff;
    font-size: 0.85rem;
    text-align: left; }

  #highlights-column > div {
    margin-left: 4%;
    margin-right: 2%; }

  #main-nav .dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0px;
    border: none;
    padding: 3rem;
    background-color: rgba(55, 62, 134, 0.93); }
    #main-nav .dropdown-menu .menu-row, #main-nav .dropdown-menu .mega-menu-title {
      margin-left: 2%;
      margin-right: 0;
      text-align: left; } }
@media (min-width: 1300px) {
  .list-group-links {
    line-height: 2;
    font-size: 1rem;
    margin-top: -.50em; }

  .list-group-highlight > p {
    color: #fff;
    font-size: 0.90rem;
    text-align: left; }

  #highlights-column > div {
    margin-left: 2em;
    margin-right: 0px; }

  #main-nav .dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0px;
    border: none;
    padding: 3rem 6rem;
    background-color: rgba(55, 62, 134, 0.93); } }
@media (min-width: 1400px) {
  .list-group-links {
    line-height: 2;
    font-size: 1rem;
    margin-top: -.50em; }

  .list-group-highlight > p {
    color: #fff;
    font-size: 0.95rem;
    text-align: left;
    padding-top: 10px; }

  #main-nav .dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0px;
    border: none;
    padding: 4rem 4rem;
    background-color: rgba(55, 62, 134, 0.93); }
    #main-nav .dropdown-menu .menu-row, #main-nav .dropdown-menu .mega-menu-title {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 1150px; } }
@media (min-width: 1500px) {
  .list-group-highlight > p {
    color: #fff;
    font-size: 1rem;
    text-align: left;
    padding-top: 30px; }
  .list-group-highlight .highlight-text {
    font-size: 1.25rem; }

  .mega-menu-title h1 {
    font-size: 2.5rem; }

  #main-nav .dropdown-menu .menu-row, #main-nav .dropdown-menu .mega-menu-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1300px; } }
@media (min-width: 1800px) {
  .list-group-links {
    line-height: 2.5;
    font-size: 1.25rem;
    margin-top: -.50em; }

  .list-group-highlight > p {
    color: #fff;
    font-size: 1.25rem;
    text-align: left; }

  #main-nav .dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0px;
    border: none;
    padding: 6rem;
    background-color: rgba(55, 62, 134, 0.93); }
    #main-nav .dropdown-menu .mega-menu-title h1 {
      font-size: 3rem; }
    #main-nav .dropdown-menu .menu-row, #main-nav .dropdown-menu .mega-menu-title {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 1500px; } }
@media (min-width: 2000px) {
  .list-group-links {
    line-height: 2.5;
    font-size: 1.5rem;
    margin-top: -.50em; }

  .list-group-highlight > p {
    color: #fff;
    font-size: 1.5rem;
    text-align: left; }

  #main-nav .dropdown-menu {
    padding: 6rem; }
    #main-nav .dropdown-menu .mega-menu-title h1 {
      font-size: 3.5rem; }
    #main-nav .dropdown-menu .menu-row, #main-nav .dropdown-menu .mega-menu-title {
      width: 1800px; } }
@font-face {
  font-family: minionProBold;
  src: url("~/../../fonts/MinionPro-BoldCapt.otf"); }
.directory {
  margin-top: 75px; }

.directory-item {
  line-height: 2.5; }

.subtitle {
  margin-bottom: 40px; }

#directory {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px; }

#directory-list a {
  font-family: minionProBold;
  color: #6d6e70; }
#directory-list ul {
  list-style: none;
  padding-left: 0; }

@media (min-width: 320px) {
  .directory-list-section:nth-child(2), .directory-list-section:nth-child(3), .directory-list-section:nth-child(4) {
    padding-top: 25px; }

  .subtitle {
    font-size: 1.25rem; } }
@media (min-width: 578px) {
  .directory-list-section:nth-child(2) {
    border-left: 0.5px solid #6d6e70;
    padding-top: 0px;
    padding-right: 2rem;
    padding-left: 2rem; }
  .directory-list-section:nth-child(3) {
    padding-top: 50px; }
  .directory-list-section:nth-child(4) {
    border-left: 0.5px solid #6d6e70;
    padding-top: 50px;
    padding-right: 2rem;
    padding-left: 2rem; } }
@media (min-width: 768px) {
  .directory-list-section:nth-child(3), .directory-list-section:nth-child(4) {
    padding-top: 50px; } }
@media (min-width: 992px) {
  .directory-list-section:nth-child(2), .directory-list-section:nth-child(3) {
    border-left: 0.5px solid #6d6e70;
    padding-right: 2rem;
    padding-left: 2rem; }
  .directory-list-section:nth-child(4) {
    border-left: 0.5px solid #6d6e70;
    padding-right: 0px;
    padding-left: 2rem; }
  .directory-list-section:nth-child(2), .directory-list-section:nth-child(3), .directory-list-section:nth-child(4) {
    padding-top: 0px; }

  #directory-list a {
    font-size: 1.15rem; } }
@media (min-width: 1200px) {
  .directory-list-section:nth-child(2), .directory-list-section:nth-child(3) {
    border-left: 0.5px solid #6d6e70;
    padding-right: 3rem;
    padding-left: 3rem; }
  .directory-list-section:nth-child(4) {
    border-left: 0.5px solid #6d6e70;
    padding-right: 0px;
    padding-left: 3rem; } }
@media (min-width: 1500px) {
  .directory-list-section:nth-child(2), .directory-list-section:nth-child(3) {
    border-left: 0.5px solid #6d6e70;
    padding-right: 4rem;
    padding-left: 4rem; }
  .directory-list-section:nth-child(4) {
    border-left: 0.5px solid #6d6e70;
    padding-right: 0px;
    padding-left: 4rem; } }
@media (min-width: 1800px) {
  .directory-list-section:nth-child(2), .directory-list-section:nth-child(3) {
    border-left: 0.5px solid #6d6e70;
    padding-right: 6rem;
    padding-left: 6rem; }
  .directory-list-section:nth-child(4) {
    border-left: 0.5px solid #6d6e70;
    padding-right: 0px;
    padding-left: 6rem; } }
.accordion {
  margin-top: 50px; }

.button-card {
  background-color: white !important;
  border-left: 5px solid #A88423 !important;
  margin-bottom: 8px; }
  .button-card span {
    float: right; }
  .button-card .card-header {
    border-radius: 0;
    background-color: #3f3e40;
    text-align: left;
    color: white;
    text-shadow: 2px 2px 4px black; }
    .button-card .card-header:hover, .button-card .card-header.hover {
      background-color: #A88423;
      color: white; }
    .button-card .card-header:not(.collapsed) {
      background-color: #A88423;
      color: white; }

.landing-title {
  display: none;
  font-family: montserratBold; }

.large-buttons-row {
  text-align: center; }
  .large-buttons-row p {
    background: linear-gradient(#161439, #25285b, #2c2f6d, #343a7f, #373e86, #373e86, #373e86, #373e86, #373e86, #343a7f, #2c2f6d, #25285b, #161439);
    border: 3px solid #dabd71;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    width: 300px;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px; }
    .large-buttons-row p a {
      width: 100%;
      height: 100%;
      display: inline-block;
      vertical-align: middle;
      color: white !important;
      padding: 100px 50px;
      font-size: 30px;
      text-decoration: none !important; }
      .large-buttons-row p a.long-button-text {
        font-size: 28px;
        padding: 50px 50px; }
  .large-buttons-row p:hover, .large-buttons-row p.hover {
    background: linear-gradient(rgba(22, 20, 57, 0.8), rgba(37, 40, 91, 0.8), rgba(44, 47, 109, 0.8), rgba(52, 58, 127, 0.8), rgba(55, 62, 134, 0.8), rgba(55, 62, 134, 0.8), rgba(55, 62, 134, 0.8), rgba(55, 62, 134, 0.8), rgba(55, 62, 134, 0.8), rgba(52, 58, 127, 0.8), rgba(44, 47, 109, 0.8), rgba(37, 40, 91, 0.8), rgba(22, 20, 57, 0.8)); }

.page {
  margin-top: 50px; }
  .page a, .page a:link {
    color: #25285b;
    text-decoration: underline; }
    .page a:hover, .page a.hover, .page a:link:hover, .page a:link.hover {
      filter: opacity(50%); }

.page-content {
  margin-top: 20px;
  font-family: minionPro; }
  .page-content.form-content {
    padding-right: 0px; }
  .page-content a, .page-content a:link {
    color: #25285b;
    text-decoration: underline; }
    .page-content a:hover, .page-content a.hover, .page-content a:link:hover, .page-content a:link.hover {
      filter: opacity(50%); }

.title {
  font-family: montserratBold; }

@media (min-width: 320px) {
  .title, .news-title {
    text-align: center; } }
@media (min-width: 768px) {
  .large-buttons-row {
    text-align: center; }
    .large-buttons-row p {
      width: 200px;
      height: 200px; }
      .large-buttons-row p a {
        padding: 65px 25px;
        font-size: 20px; }
        .large-buttons-row p a.long-button-text {
          font-size: 18px;
          padding: 50px 25px; }

  .page-content {
    padding-right: 50px; }

  .title, .news-title, .landing-title {
    display: block;
    text-align: left; } }
@media (min-width: 1500px) {
  .large-buttons-row {
    text-align: center; }
    .large-buttons-row p {
      width: 275px;
      height: 275px; }
      .large-buttons-row p a {
        padding: 75px 50px;
        font-size: 30px; }
        .large-buttons-row p a.long-button-text {
          font-size: 25px;
          padding: 50px 50px; } }
@media (min-width: 1800px) {
  .large-buttons-row {
    text-align: center; }
    .large-buttons-row p {
      width: 300px;
      height: 300px; }
      .large-buttons-row p a {
        padding: 100px 50px;
        font-size: 30px; }
        .large-buttons-row p a.long-button-text {
          font-size: 25px;
          padding: 75px 50px; }

  .page-content {
    font-size: 1.25rem; } }
@media (min-width: 2000px) {
  .large-buttons-row {
    text-align: center; }
    .large-buttons-row p {
      width: 275px;
      height: 275px; }
      .large-buttons-row p a {
        padding: 85px 50px;
        font-size: 28px; }
        .large-buttons-row p a.long-button-text {
          font-size: 24px;
          padding: 50px 50px; }

  .page-content {
    font-size: 1.35rem; } }
.sample-banner-div {
  height: 500px;
  border: 3px solid black;
  background: grey; }

.sample-page {
  margin-top: 0px; }

.sample-page-content {
  margin-top: 0px;
  height: 1400px;
  border: 3px solid black;
  background: grey; }

.sample-page-image {
  height: 500px;
  border: 3px solid black;
  background: grey;
  margin-bottom: 12px; }

.sample-secondary-sidebar {
  height: 1400px;
  border: 3px solid black;
  background: grey; }

.sample-standard-sidebar {
  height: 1400px;
  border: 3px solid black;
  background: grey; }

#banner .sample-banner {
  border: none; }

.custom-dropdown {
  position: relative;
  display: inline-block;
  font-size: 1em;
  width: 100%; }
  .custom-dropdown a {
    text-decoration: none;
    color: #25285b !important; }
  .custom-dropdown button {
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 1em;
    font-family: minionProBold;
    color: #25285b; }
    .custom-dropdown button:focus, .custom-dropdown button.focus {
      outline: 2px solid #7d7f82; }
  .custom-dropdown ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0px; }

.custom-dropdown-toggle {
  padding: 0.30em;
  display: block;
  border: 1px solid #bfbfc0;
  background-color: #d8d9d9; }
  .custom-dropdown-toggle:hover, .custom-dropdown-toggle.hover {
    background-color: white; }

.custom-dropdown-toggle-arrow {
  float: right;
  margin-top: 7px;
  width: 12px;
  height: 10px; }

.custom-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000; }

.custom-menu-item {
  padding: 5px 20px;
  border: 1px solid #bfbfc0;
  border-top: none;
  background-color: white; }
  .custom-menu-item:hover, .custom-menu-item.hover {
    background-color: #d8d9d9; }

.dropdown-focus-button {
  background-color: white !important; }

/*CSS for nested drop-down menus*/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em; }

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem; }

#main-nav .sub-dropdown .dropdown-toggle::after {
  margin-left: 0;
  margin-right: 0;
  float: right;
  vertical-align: 0;
  margin-top: .75em; }
#main-nav .sub-dropdown .sub-dropdown-menu {
  background-color: transparent;
  padding: 0px;
  color: white; }
  #main-nav .sub-dropdown .sub-dropdown-menu .dropdown-item {
    color: white; }

input {
  color: white; }
  input.large-search-bar {
    color: #25285b; }
  input.search {
    background-color: transparent;
    border: none;
    font-family: minionPro;
    width: 100%;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px; }

.inner-search-div {
  border-bottom: 1px solid #3f3e40;
  width: 100%; }

#search {
  border-bottom: 3px solid #dabd71; }
  #search .container-fluid {
    margin-bottom: 50px; }

.accolades {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%; }
  .accolades img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem; }
  .accolades .accolade:last-child {
    margin-bottom: 0; }

.banner-div {
  display: block;
  background-image: url("/cms_assets/images/statistics_image.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  height: auto;
  color: white; }

.banner-video p, .banner-video div {
  margin-top: 0;
  margin-bottom: 0; }
  .banner-video p video, .banner-video div video {
    width: 100% !important;
    height: auto !important;
    border: 1px solid black; }
.banner-video p.iframe-responsive, .banner-video div.iframe-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.21%; }
  .banner-video p.iframe-responsive iframe, .banner-video div.iframe-responsive iframe {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid black; }

.breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
  border-radius: 0px; }

.breadcrumb-item a.hover, .breadcrumb-item a:hover {
  filter: invert(50%); }
.breadcrumb-item.active, .breadcrumb-item:active {
  color: white; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #f2f2f2;
  content: " - "; }

.image-btns a {
  background: linear-gradient(rgba(22, 20, 57, 0.9), rgba(37, 40, 91, 0.9), rgba(44, 47, 109, 0.9), rgba(52, 58, 127, 0.9), rgba(55, 62, 134, 0.9), rgba(55, 62, 134, 0.9), rgba(55, 62, 134, 0.9), rgba(55, 62, 134, 0.9), rgba(55, 62, 134, 0.9), rgba(52, 58, 127, 0.9), rgba(44, 47, 109, 0.9), rgba(37, 40, 91, 0.9), #161439);
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block; }
  .image-btns a.active, .image-btns a:active, .image-btns a.active.focus, .image-btns a:active.focus, .image-btns a:active.focus, .image-btns a:active:focus {
    background: linear-gradient(rgba(22, 20, 57, 0.9), rgba(37, 40, 91, 0.9), rgba(44, 47, 109, 0.9), rgba(52, 58, 127, 0.9), rgba(55, 62, 134, 0.9), rgba(55, 62, 134, 0.9), rgba(55, 62, 134, 0.9), rgba(55, 62, 134, 0.9), rgba(55, 62, 134, 0.9), rgba(52, 58, 127, 0.9), rgba(44, 47, 109, 0.9), rgba(37, 40, 91, 0.9), #161439) !important;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    filter: brightness(1) !important; }
  .image-btns a.hover, .image-btns a:hover {
    filter: brightness(0.5); }

.image-btns div {
  display: inline-block; }

.image-title, .image-btn {
  color: #fff; }

.nav-breadcrumb {
  width: 100%;
  background-color: rgba(42, 42, 60, 0.8); }

.top-banner {
  position: relative; }
  .top-banner .nav-breadcrumb {
    position: absolute;
    top: 0; }

#banner-bottom {
  border-top: 3px solid #dabd71;
  border-bottom: 3px solid #dabd71; }

#top-banner-image p {
  margin: 0px; }
#top-banner-image img {
  width: 100%;
  position: relative;
  height: auto;
  max-height: 700px;
  min-height: 200px;
  object-fit: cover; }

@media (min-width: 320px) {
  .banner-item:first-child {
    padding-bottom: 30px; }

  .image-content {
    margin-top: 10px;
    text-align: center; }

  .image-btns a {
    padding: 10px 25px;
    font-size: 1.20rem; }

  .image-title {
    color: #25285b; }

  .image-title-mobile {
    font-family: montserratBold; } }
@media (min-width: 568px) {
  .accolades-text {
    font-size: 1em; }

  .banner-item:first-child {
    padding-bottom: 0px;
    margin-top: auto;
    margin-bottom: auto; }

  .image-btns a {
    padding: 15px 35px;
    font-size: 1.20rem; }

  .image-title {
    font-size: 3.5rem; } }
@media (min-width: 768px) {
  .banner-div {
    padding-top: 50px;
    padding-bottom: 50px; }

  .banner-item:first-child {
    padding-left: 0px;
    padding-right: 15px; }

  .banner-item:last-child {
    padding-left: 15px;
    padding-right: 0px; }

  .image-btns a {
    padding: 20px 40px;
    font-size: 1.25rem; }

  .image-content {
    position: absolute;
    top: 30%;
    right: 4%; }

  .image-title {
    color: #fff;
    font-size: 4rem; }

  .image-title-mobile {
    font-family: minionPro; } }
@media (min-width: 992px) {
  .accolades-text {
    font-size: 1.25em; }

  .image-content {
    position: absolute;
    bottom: 15%;
    right: 6%;
    top: unset; } }
@media (min-width: 1500px) {
  .accolades-text {
    font-size: 1.5em; }

  .breadcrumb {
    max-width: 1300px !important; }

  .image-btns a {
    padding: 25px 65px;
    font-size: 1.5rem; }

  .image-content {
    position: absolute;
    bottom: 15%;
    width: 1300px;
    left: auto;
    text-align: right; }

  .image-title {
    color: #fff;
    font-size: 5.5rem; } }
@media (min-width: 1800px) {
  .accolades-text {
    font-size: 1.75em; }

  .breadcrumb {
    max-width: 1500px !important; }
    .breadcrumb .breadcrumb-item {
      font-size: 1.15em; }

  .image-btns a {
    padding: 30px 75px;
    font-size: 1.5rem; }

  .image-content {
    position: absolute;
    bottom: 15%;
    width: 1500px;
    left: auto;
    right: 10%;
    text-align: right; }

  .image-title {
    color: #fff;
    font-size: 6rem; } }
@media (min-width: 2000px) {
  .breadcrumb {
    max-width: 1800px !important; }
    .breadcrumb .breadcrumb-item {
      font-size: 1.25em; }

  .image-content {
    width: 1800px; } }
.contact-info ul {
  color: black;
  text-align: center;
  font-size: 0.90rem; }
  .contact-info ul li:first-child {
    font-family: minionProBold; }
.contact-info a {
  color: #25285b; }

.sidebar-btns ul {
  margin-bottom: 30px;
  color: #fff; }
.sidebar-btns a {
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  background: radial-gradient(#373e86, #373e86, #161439);
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  display: block; }
  .sidebar-btns a.active, .sidebar-btns a:active, .sidebar-btns a.active.focus, .sidebar-btns a:active.focus, .sidebar-btns a:active.focus, .sidebar-btns a:active:focus {
    width: 100%;
    background: radial-gradient(#373e86, #373e86, #161439) !important;
    border-radius: 0;
    color: #fff;
    filter: brightness(1) !important; }
  .sidebar-btns a.hover, .sidebar-btns a:hover {
    filter: brightness(0.5); }
.sidebar-btns li {
  width: 100%;
  margin-bottom: 15px;
  text-align: center; }

.sidebar-item {
  margin-bottom: 50px; }
  .sidebar-item > p > img, .sidebar-item > div > img {
    width: 100%; }

.sidebar-item-title {
  font-family: minionProBold;
  margin-bottom: 10px;
  text-align: center; }

.sidebar-links a, .sidebar-links a:link {
  font-family: minionProBold;
  margin-bottom: 50px;
  color: #25285b; }
  .sidebar-links a:hover, .sidebar-links a.hover, .sidebar-links a:link:hover, .sidebar-links a:link.hover {
    filter: opacity(50%); }

.sidebar-standard {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(to bottom, #a38133, transparent); }

.sidebar-secondary {
  padding-top: 50px; }

.sidebar-standard ul, .sidebar-secondary ul {
  list-style: none;
  padding-left: 0; }

.upcoming-events ul div.section-item {
  margin-left: auto !important;
  margin-right: auto !important; }

@media (min-width: 320px) {
  .sidebar-links ul {
    text-align: center; }

  .sidebar-item-title {
    font-size: 1.25rem; }

  .sidebar-secondary, .sidebar-standard {
    padding-left: 18%;
    padding-right: 18%; } }
@media (min-width: 568px) {
  .contact-info ul {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.25rem; }

  .sidebar-secondary, .sidebar-standard {
    padding-left: 20%;
    padding-right: 20%; }

  .sidebar-btns a {
    font-size: 1.5rem; }

  .sidebar-item-title {
    font-size: 2rem; }

  .sidebar-links {
    font-size: 1.25rem; } }
@media (min-width: 768px) {
  .contact-info ul {
    color: black;
    text-align: center;
    font-size: 0.90rem; }

  .sidebar-btns a {
    font-size: 1rem; }

  .sidebar-links ul {
    text-align: left;
    font-size: 1rem; }

  .sidebar-item-title {
    font-size: 1rem; }

  .sidebar-secondary, .sidebar-standard {
    padding-left: 20px;
    padding-right: 20px; }

  .upcoming-event div.section-item.admissions > p.event-description {
    font-size: 0.75rem;
    margin: 15px; }
  .upcoming-event .event-name {
    font-size: 0.80rem; } }
@media (min-width: 1200px) {
  .contact-info ul {
    font-size: 1.25rem; }

  .sidebar-links ul {
    font-size: 1em; }

  .sidebar-btns a {
    font-size: 1.25em; }

  .sidebar-item-title {
    font-size: 1.25rem; } }
@media (min-width: 1500px) {
  .contact-info ul {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.25em; }

  .sidebar-btns a {
    font-size: 1.15rem; }

  .sidebar-item-title {
    font-size: 1.35rem; }

  .sidebar-links ul {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1em; }

  .sidebar-secondary .sidebar-btns ul {
    max-width: 250px; }
  .sidebar-secondary .upcoming-events ul {
    max-width: 250px; }

  .sidebar-standard .sidebar-btns ul {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto; }
  .sidebar-standard .upcoming-events ul {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto; }

  .upcoming-event div.section-item.admissions > p.event-description {
    font-size: 0.85rem; }
  .upcoming-event .event-name {
    font-size: 1rem; } }
@media (min-width: 1800px) {
  .contact-info ul {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.35rem; }

  .sidebar-btns a {
    font-size: 1.5rem; }

  .sidebar-item-title {
    font-size: 1.5rem; }

  .sidebar-links ul {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto; }

  .sidebar-secondary .sidebar-btns ul {
    max-width: 300px; }
  .sidebar-secondary .upcoming-events ul {
    max-width: 300px; }

  .sidebar-standard .sidebar-btns ul {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto; }
  .sidebar-standard .upcoming-events ul {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto; }

  .upcoming-event .section-item {
    max-width: 300px; }
    .upcoming-event .section-item div > img {
      max-width: 300px; } }
@media (min-width: 2000px) {
  .contact-info ul {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem; }

  .sidebar-links ul {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.35em; }

  .sidebar-btns a {
    font-size: 1.75em; }

  .sidebar-secondary .sidebar-btns ul, .sidebar-secondary .upcoming-events ul {
    max-width: 350px; }

  .sidebar-standard .sidebar-btns ul, .sidebar-standard .upcoming-events ul {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto; }

  .sidebar-item-title {
    font-size: 1.75rem; }

  .upcoming-event .section-item {
    max-width: 325px; }
    .upcoming-event .section-item div > img {
      max-width: 325px; } }
.additional-info .info-item {
  margin-bottom: 20px; }

.contact .info-item {
  margin-bottom: 0px; }

.contact, .name-title {
  margin-bottom: 20px; }

.employee-row {
  margin-bottom: 20px;
  padding: 10px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.75); }

.employee-card {
  margin-bottom: 20px;
  padding: 40px 10px 10px 10px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.75); }

.employee-email {
  display: inline; }

.employee-information-card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 225px; }

.employee-office {
  display: inline; }

.employee-phone {
  display: inline; }

.employee-photo-card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px !important;
  height: 300px !important;
  object-fit: scale-down; }

.employees-card {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px; }

.fa-envelope, .fa-phone-square, .fa-building, .fa-fax {
  display: inline;
  margin-right: 10px; }

.info {
  display: inline-block;
  margin-bottom: 0px; }

.info-heading {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0px; }

.info-name {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0; }

.info-title {
  margin-bottom: 0; }

@media (min-width: 320px) {
  .employee-information-row {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    width: 100%; }

  .employee-photo-row {
    display: block;
    margin: auto;
    width: 225px !important;
    height: 225px !important;
    object-fit: scale-down; } }
@media (min-width: 578px) {
  .employee-card {
    padding: 30px 10px 10px 10px; } }
@media (min-width: 768px) {
  .employee-photo-card {
    width: 100% !important;
    height: auto !important;
    max-width: 250px !important;
    max-height: 300px !important; } }
@media (min-width: 992px) {
  .employee-card {
    padding: 20px 10px 10px 10px; }

  .employee-information-row {
    display: inline-block;
    margin-left: 40px;
    margin-top: 0px;
    width: 50%; }

  .employee-photo-row {
    display: inline-block;
    vertical-align: top; } }
@media (min-width: 1300px) {
  .employee-information-row {
    width: 55%; } }
@media (min-width: 1500px) {
  .employee-information-row {
    width: 65%; } }
@media (min-width: 2000px) {
  .employee-information-row {
    width: 75%; } }
.page-counter {
  display: inline; }

.search-result {
  padding: 15px 0px;
  margin-bottom: 15px;
  color: #25285b; }

.search-result-border {
  border-bottom: 4px solid #dabd71; }

.search-result-date, .search-result-fullURL {
  font-size: .85em;
  font-weight: bold;
  color: #3f3e40; }

.search-result-fullURL {
  margin-bottom: 0px;
  word-wrap: break-word; }

.search-result-link {
  font-size: 1.25em;
  font-weight: bold; }

.search-result-snippet {
  margin-bottom: 0px; }

.search-results {
  margin-top: 20px;
  color: #25285b; }

.search-terms {
  margin-bottom: 0px;
  font-size: 1.15em; }

.total-search-results {
  color: #3f3e40; }

.ec-responsive-data-table caption {
  font-size: 1.75rem;
  caption-side: top;
  font-weight: bold;
  color: #25285b; }
.ec-responsive-data-table tbody {
  background-color: white;
  border: 2px solid #a6a4a8; }
  .ec-responsive-data-table tbody td {
    text-align: center; }
  .ec-responsive-data-table tbody th, .ec-responsive-data-table tbody td {
    vertical-align: middle; }
.ec-responsive-data-table thead {
  border: 2px solid #25285b;
  color: white; }
  .ec-responsive-data-table thead th {
    vertical-align: middle;
    text-align: center;
    background-color: #343a7f; }
.ec-responsive-data-table.table-total-bottom tbody th {
  background-color: #a38133; }
.ec-responsive-data-table.table-total-bottom tbody tr:last-child {
  background-color: #bfbec1;
  font-weight: bold; }
  .ec-responsive-data-table.table-total-bottom tbody tr:last-child th {
    background-color: #bfbec1;
    font-weight: bold; }
.ec-responsive-data-table.table-total-side tbody th {
  background-color: #a38133; }
.ec-responsive-data-table.table-total-side tbody td:last-child {
  background-color: #bfbec1;
  font-weight: bold; }

.table-responsive {
  margin-bottom: 40px; }

.table-section-title {
  background-color: #3f3e40;
  border: 3px solid #dabd71;
  padding: 30px;
  color: white;
  text-align: center; }

.two-column-table th, .two-column-table td {
  width: 400px; }

.three-column-table th, .three-column-table td {
  width: 350px; }

.four-column-table th, .four-column-table td {
  width: 300px; }

.five-column-table th, .five-column-table td {
  width: 200px; }

.six-column-table th, .six-column-table td {
  width: 150px; }

.add-row-margin-bottom {
  margin-bottom: 20px; }

.add-row-margin-top {
  margin-top: 20px; }

.align-item-left {
  text-align: left; }

.align-item-right {
  text-align: right; }

.btn-purple {
  padding: 10px 20px;
  background: radial-gradient(#373e86, #373e86, #161439);
  border-radius: 2px;
  font-family: minionProBold;
  width: 30%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .btn-purple:hover, .btn-purple.hover {
    filter: opacity(50%); }
  .btn-purple a {
    font-size: 1.25em;
    color: #fff !important;
    text-decoration: none !important; }

.center-align-item {
  text-align: center; }

.clear-floats {
  clear: both; }

.display-item-inline {
  display: inline; }

.display-item-inline-block {
  display: inline-block; }

.float-image-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.float-image-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.float-item-left {
  float: left; }

.float-item-right {
  float: right; }

.link-color--white {
  color: white !important; }

.link-color--purple {
  color: #25285b !important; }

.list-style-type-none {
  list-style-type: none; }

/*.responsive-lg-body {
    text-align: center;*/
/*}*/
.center-image {
  text-align: center; }

.responsive-image {
  margin-top: auto;
  margin-bottom: auto; }
  .responsive-image img {
    width: 100% !important;
    height: auto !important; }

.responsive-lg-body-img {
  width: 100% !important;
  height: auto !important;
  max-width: 700px;
  object-fit: cover; }

/*.responsive-md-body {
    text-align: center;*/
/*}*/
.responsive-md-body-img {
  width: 100% !important;
  height: auto !important;
  max-width: 578px;
  object-fit: cover; }

/*.responsive-sm-body {
    text-align: center;*/
/*}*/
.responsive-sm-body-img {
  width: 100% !important;
  height: auto !important;
  max-width: 320px;
  object-fit: cover; }

/*.responsive-xs-body {
    text-align: center;*/
/*}*/
.responsive-xs-body-img {
  width: 100% !important;
  height: auto !important;
  max-width: 150px;
  object-fit: cover; }

.vertical-align-item-top {
  vertical-align: top; }

@media (min-width: 320px) {
  .float-image-left {
    float: none;
    margin-right: 0;
    margin-bottom: 25px; }

  .float-image-right {
    float: none;
    margin-left: 0;
    margin-bottom: 25px; } }
@media (min-width: 578px) {
  .float-image-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }

  .float-image-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px; } }
.icon-image-xs {
  width: 100%;
  max-width: 96px;
  min-width: 65px; }

.icon-image-sm {
  width: 100%;
  max-width: 200px;
  min-width: 65px; }

@media (min-width: 320px) {
  .icon-image-xs {
    height: 100%;
    min-height: 65px; }

  .icon-image-sm {
    height: 100%;
    min-height: 65px; } }
@media (min-width: 578px) {
  .icon-image-xs {
    max-height: 100px; }

  .icon-image-sm {
    max-height: 100px; } }
@media (min-width: 768px) {
  .icon-image-xs {
    max-height: 85px; }

  .icon-image-sm {
    max-height: 85px; } }
@media (min-width: 1200px) {
  .icon-image-xs {
    max-height: 100px; }

  .icon-image-sm {
    max-height: 100px; } }
@media (min-width: 1500px) {
  .icon-image-xs {
    max-height: 130px; }

  .icon-image-sm {
    max-height: 130px; } }
@media (min-width: 1800px) {
  .icon-image-xs {
    max-height: 150px; }

  .icon-image-sm {
    max-height: 150px; } }
@media (min-width: 2000px) {
  .icon-image-xs {
    max-height: 200px; }

  .icon-image-sm {
    max-height: 200px; } }
.card {
  background-color: #3f3e40;
  border: none;
  border-radius: 0;
  font-family: minionPro;
  font-size: 1rem; }

.card-body--link {
  text-align: center; }
  .card-body--link p, .card-body--link div {
    margin-bottom: 0px; }

.card-body--text {
  text-align: left; }

/*.card-body--notext {
    text-align: left;
}*/
.card-img-top {
  height: auto !important;
  width: 100% !important;
  padding-bottom: 0px; }

.card-link {
  display: inline-block;
  padding: 10px 20px;
  background: radial-gradient(#373e86, #373e86, #161439);
  border-radius: 2px;
  width: 200px; }
  .card-link:hover, .card-link.hover {
    filter: opacity(50%); }

.card-text {
  color: white; }

.whats-new {
  text-align: center; }
  .whats-new img {
    width: 100%;
    height: auto; }
  .whats-new .whats-new-link {
    position: absolute !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important; }

.whats-new-items {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 40px; }

@media screen and (min-width: 992px) {
  .card {
    font-size: 1.25rem; } }
.custom-card {
  background-color: transparent;
  margin-bottom: 30px; }

.custom-card-img-top {
  background-color: #3f3e40;
  border-top: 1px solid #e0e0eb;
  border-left: 1px solid #e0e0eb;
  border-right: 1px solid #e0e0eb; }

.custom-card-body {
  background-color: white;
  border: 1px solid #e0e0eb; }

.custom-card-text {
  color: #25285b; }

.custom-card-title {
  font-size: 2rem;
  text-align: center; }

.alert-1 {
  background-color: dodgerblue;
  border-bottom: 2px solid #0066cc;
  border-top: 2px solid #0066cc; }

.alert-2 {
  background-color: #DC3410;
  border-bottom: 2px solid #be2e0e;
  border-top: 2px solid #be2e0e; }

.alert-3 {
  background-color: mediumseagreen;
  border-bottom: 2px solid #2d8655;
  border-top: 2px solid #2d8655; }

.emergency-alerts {
  padding: 25px;
  text-align: center;
  font-weight: bold; }

.emergency-alerts-sm {
  padding: 25px;
  text-align: center;
  font-weight: bold; }

.emergency-alert-title {
  font-size: 35px;
  font-family: 'Trebuchet MS';
  margin-bottom: 10px;
  color: white; }

.emergency-alert-text {
  margin-bottom: 0;
  font-size: 25px;
  color: white; }

@font-face {
  font-family: minionPro;
  src: url("/fonts/Minion Pro Regular.ttf"); }
@font-face {
  font-family: minionProBold;
  src: url("/fonts/MinionPro-BoldCapt.otf"); }
.tours-div {
  display: block;
  position: relative; }

.tours-image {
  position: relative;
  width: 100%; }

.tours-text-div {
  position: absolute;
  bottom: 1.25em;
  left: 0;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center; }
  .tours-text-div a {
    display: inline-block;
    background-image: url("/cms_assets/images/Admissions_Tours_Text.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 50px; }
    .tours-text-div a:hover, .tours-text-div a.hover {
      filter: brightness(0.7); }

@media screen and (min-width: 320px) {
  .tours-image {
    height: 250px;
    object-fit: cover; }

  .tours-text-div {
    padding: 15px 0px 0px 10px;
    bottom: 33%; }
    .tours-text-div a {
      background-image: url("/cms_assets/images/Admissions_Tours_Text_Stacked.png");
      width: 325px; } }
@media screen and (min-width: 578px) {
  .tours-text-div {
    padding: 10px 0px 0px 10px; }
    .tours-text-div a {
      width: 400px; } }
@media screen and (min-width: 768px) {
  .tours-div {
    display: block;
    position: relative; }

  .tours-text-div {
    padding: 20px 30px 0px 30px;
    bottom: 30%; }
    .tours-text-div a {
      width: 500px;
      height: 75px; } }
@media screen and (min-width: 992px) {
  .tours-text-div {
    position: absolute;
    bottom: 1.25em;
    left: 0;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: center;
    line-height: 0; }
    .tours-text-div a {
      display: inline-block;
      background-image: url("/cms_assets/images/Admissions_Tours_Text.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: calc(100% - 60px);
      height: auto;
      min-height: 25px; } }
@media screen and (min-width: 992px) {
  .tours-image {
    height: auto; }

  .tours-text-div {
    padding: 20px; }
    .tours-text-div a {
      display: inline-block;
      background-image: url("/cms_assets/images/Admissions_Tours_Text.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 900px;
      height: 100%; } }
@media screen and (min-width: 1200px) {
  .tours-text-div a {
    display: inline-block;
    background-image: url("/cms_assets/images/Admissions_Tours_Text.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1100px;
    height: 30px; } }
@media screen and (min-width: 1500px) {
  .tours-text-div a {
    display: inline-block;
    background-image: url("/cms_assets/images/Admissions_Tours_Text.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1400px;
    height: 40px; } }
@media screen and (min-width: 1800px) {
  .tours-text-div a {
    display: inline-block;
    background-image: url("/cms_assets/images/Admissions_Tours_Text.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1700px;
    height: 50px; } }
@media screen and (min-width: 2200px) {
  .tours-text-div a {
    display: inline-block;
    background-image: url("/cms_assets/images/Admissions_Tours_Text.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2100px;
    height: 56px; } }

/*# sourceMappingURL=site.css.map */
