@import url("https://use.typekit.net/nbk7jmq.css");
.video-container .video-item {
  display: block;
  width: 100%;
}

.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quicklinks-container .qlink-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.quicklinks-container .qlink-item a {
  display: block;
}

.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
}

.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem;
}

.quicklinks-container.icon-orientation-vertical {
  text-align: center;
}

.quicklinks-container.icon-orientation-vertical .qlink-inner {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quicklinks-container.icon-orientation-vertical .qlink-item svg {
  margin-bottom: 24px;
}

.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px;
}

.quicklinks-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spotlight1-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.spotlight1-container .spotlight-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}

.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em;
}

.spotlight1-container .item-text {
  margin-bottom: 20px;
}

.spotlight1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}

.spotlight1-container.content-size-large .item-text {
  font-size: 1.5rem;
}

.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.events1-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.events1-container .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.events1-container .event-date .event-month {
  font-size: 1.125em;
}

.events1-container .event-date .event-day {
  font-size: 2.25em;
}

.events1-container.content-size-small .item {
  margin-bottom: 10px;
}

.events1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.events1-container.content-size-small .event-date {
  font-size: 1rem;
}

.events1-container.content-size-medium .item {
  margin-bottom: 30px;
}

.events1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.events1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}

.events1-container.content-size-medium .event-date {
  font-size: 1.125rem;
}

.events1-container.content-size-large .item {
  margin-bottom: 30px;
}

.events1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}

.events1-container.content-size-large .item-text {
  font-size: 1.5rem;
}

.events1-container.content-size-large .event-date {
  font-size: 1.5rem;
}

.events1-container.date-orientation-vertical .item {
  text-align: center;
}

.events1-container.date-orientation-vertical.content-size-small .event-date {
  margin-bottom: 10px;
}

.events1-container.date-orientation-vertical.content-size-medium .event-date {
  margin-bottom: 20px;
}

.events1-container.date-orientation-vertical.content-size-large .event-date {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events1-container.date-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.infographic-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infographic-container .infographic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.infographic-container .infographic-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.infographic-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
}

.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}

.infographic-container .info-number {
  font-size: 1.5rem;
}

.infographic-container .info-text {
  font-size: 1.125rem;
}

.infographic-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    width: auto;
    max-width: none;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

body:not(.index) {
  background-color: #f8f8f8;
}

body:not(.index) #footer_main {
  background-color: white;
}

body #header_main {
  background-color: #410000;
}

body #header_main .header-logo {
  padding: 6px 0;
}

body #header_main .header-logo.logo-replacement a {
  width: 90px;
  height: 86px;
  background-image: url("/pics/header_logo.png");
}

body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 90px;
  height: 86px;
  background-image: url("/pics/header_logo.png");
}

body #header_main .header-logo a {
  font-size: 1.40625rem;
  color: white;
}

@media screen and (min-width: 768px) {
  body #header_main .header-logo a {
    font-size: 1.40625rem;
  }
}

@media screen and (min-width: 1024px) {
  body #header_main .header-logo a {
    font-size: 1.875rem;
  }
}

body #header_main .header-logo a:before {
  margin-right: 5px;
}

body #header_main .header-logo .first-line {
  font-weight: 600;
}

body #header_main .header-logo .second-line {
  font-weight: 300;
}

body #header_main .sitenav-holder .nav-mobile-toggle {
  border-color: white;
}

body #header_main .sitenav-holder .nav-group {
  background-color: #410000;
  color: white;
}

body #header_main .sitenav-holder .nav-group .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: white;
}

body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-item > a.open {
  color: black;
  background-color: #a88d30;
}

body #header_main .sitenav-holder .nav-group .sub-nav a {
  color: white;
}

body #header_main .sitenav-holder .nav-group .sub-nav a:focus, body #header_main .sitenav-holder .nav-group .sub-nav a:hover, body #header_main .sitenav-holder .nav-group .sub-nav a.open {
  color: black;
  background-color: #a88d30;
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  body #header_main .sitenav-holder .nav-menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  body #header_main .sitenav-holder .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav-holder .sub-nav {
    background-color: #410000;
  }
  body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a.open {
    color: white;
    background-color: transparent;
  }
  body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:hover:before, body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:focus:before, body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a.open:before {
    width: 20px;
  }
  body #header_main .sitenav-holder .nav-group .nav-menu .nav-item .sub-nav {
    border-color: #410000;
    background-color: rgba(255, 255, 255, 0.7);
  }
  body #header_main .sitenav-holder .nav-group .nav-menu .nav-item .sub-nav .sub-nav-group {
    width: 100%;
  }
  body #header_main .sitenav-holder .nav-group .nav-menu .nav-item .sub-nav a {
    color: black;
  }
}

body .slick-container .slick-dots li button:before {
  color: #410000;
}

body .slick-container .slick-dots.number-dots li button {
  background: #410000;
}

body .slick-container .slick-dots.number-dots li.slick-active button {
  color: #410000;
}

body .slick-container .slick-dots li.slick-active button:before {
  color: #a88d30;
}

body .slick-container .slick-dots.number-dots li button {
  color: #a88d30;
}

body .slick-container .slick-dots.number-dots li.slick-active button {
  background: #a88d30;
}

body .content-container .section-title {
  color: #410000;
}

@media screen and (max-width: 1023px) {
  body .content-container .section-title {
    position: relative;
  }
  body .content-container .section-title:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #a88d30;
  }
}

@media screen and (min-width: 1024px) {
  body .content-container .section-title {
    border-color: #a88d30;
  }
}

body .content-container .read-more-link {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  text-decoration: none;
}

body #content_main .breadcrumb {
  color: #410000;
}

body #content_main .pageTitle {
  color: #410000;
}

body #content_main .right-column-page-navigation {
  background: white;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

body #content_main .right-column-page-navigation li a {
  color: black;
}

body #content_main .right-column-page-navigation li.active a {
  background-color: #410000;
  color: white;
}

body #quicklinks_row .content-container .qlink-item a {
  color: white;
}

body #quicklinks_row .content-container .qlink-item a:hover svg, body #quicklinks_row .content-container .qlink-item a:focus svg {
  fill: #a88d30;
}

body #quicklinks_row .content-container .qlink-item a svg {
  fill: white;
  transition: .3s ease;
}

@media screen and (max-width: 1023px) {
  body #quicklinks_row {
    background-color: #410000;
  }
}

@media screen and (min-width: 1024px) {
  body #quicklinks_row {
    position: relative;
  }
  body #quicklinks_row:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(65, 0, 0, 0.8);
  }
}

body #spotlight_row .homepage-row-inner .spotlight-container {
  position: relative;
  color: white;
}

body #spotlight_row .homepage-row-inner .spotlight-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 65%, black 100%);
}

body #spotlight_row .homepage-row-inner .spotlight-container:hover, body #spotlight_row .homepage-row-inner .spotlight-container:focus {
  position: relative;
}

body #spotlight_row .homepage-row-inner .spotlight-container:hover:before, body #spotlight_row .homepage-row-inner .spotlight-container:focus:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(46, 38, 10, 0.3) 0%, rgba(46, 38, 10, 0.6) 65%, #2e260a 100%);
}

body #spotlight_row .homepage-row-inner .spotlight-container .item-summary .item-text, body #spotlight_row .homepage-row-inner .spotlight-container .item-summary .read-more-links-group {
  color: white;
}

body #events_row {
  background-color: #f2f2f2;
}

body #events_row .items-list .item {
  background-color: white;
}

body #events_row .items-list .item .event-date {
  color: white;
  background-color: #410000;
}

body #events_row .read-more-link {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: hidden;
  position: relative;
}

body #events_row .read-more-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #a88d30;
  height: 4px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

body #events_row .read-more-link:before {
  left: 0;
  right: 100%;
  bottom: 0;
  transition-property: right;
}

body #events_row .read-more-link:hover:before, body #events_row .read-more-link:focus:before {
  right: 0;
}

body #spotlight2_row {
  position: relative;
}

body #spotlight2_row:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(65, 0, 0, 0.8);
}

body #spotlight2_row .content-container .section-title a {
  color: white;
}

@media screen and (min-width: 1024px) {
  body #spotlight2_row .content-container .section-title:after {
    content: "";
    display: block;
    background-color: #a88d30;
  }
}

body #spotlight2_row .content-container .item-inner .item-text {
  color: white;
}

body #spotlight2_row .content-container .read-more-link {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.5s;
  transition-property: color;
  position: relative;
  color: black;
  background-color: white;
}

body #spotlight2_row .content-container .read-more-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #a88d30;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

body #spotlight2_row .content-container .read-more-link:hover, body #spotlight2_row .content-container .read-more-link:focus {
  color: black;
}

body #spotlight2_row .content-container .read-more-link:hover:before, body #spotlight2_row .content-container .read-more-link:focus:before {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

body #spotlight2_row .content-container .read-more-link:before {
  transform: scaleX(0);
  transform-origin: 0 50%;
}

body #spotlight2_row .content-container .read-more-link:hover:before, body #spotlight2_row .content-container .read-more-link:focus:before {
  transform: scaleX(1);
}

body #glance_row .items-list .infographic-item svg {
  fill: #410000;
}

body #social_row {
  background-color: #410000;
}

body #social_row .section-title {
  color: white;
}

body #social_row .link-social .icon-only {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  color: white;
}

body #social_row .link-social .icon-only svg {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
}

body #social_row .link-social .icon-only svg {
  fill: white;
}

body #social_row .link-social .icon-only:hover, body #social_row .link-social .icon-only:focus {
  color: #a88d30;
}

body #social_row .link-social .icon-only:hover svg, body #social_row .link-social .icon-only:focus svg {
  fill: #a88d30;
}

@media screen and (min-width: 1024px) {
  body #social_row .link-social .icon-only {
    display: block;
    width: 85px;
    height: 85px;
    overflow: hidden;
    color: white;
  }
  body #social_row .link-social .icon-only svg {
    display: block;
    width: 85px;
    height: 85px;
    margin: 0;
  }
  body #social_row .link-social .icon-only svg {
    fill: white;
  }
  body #social_row .link-social .icon-only:hover, body #social_row .link-social .icon-only:focus {
    color: #a88d30;
  }
  body #social_row .link-social .icon-only:hover svg, body #social_row .link-social .icon-only:focus svg {
    fill: #a88d30;
  }
}

body #logos_row {
  background-color: #f2f2f2;
}

body #footer_main .section-title {
  color: #410000;
}

@media screen and (min-width: 1024px) {
  body #footer_main .section-title {
    border-color: #a88d30;
  }
}

body #footer_main .footer-logo {
  padding: 30px 0;
  color: #410000;
  text-transform: uppercase;
}

body #footer_main .footer-logo.logo-replacement {
  width: 114px;
  height: 108px;
  background-image: url("/pics/header_logo.png");
}

body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 114px;
  height: 108px;
  background-image: url("/pics/header_logo.png");
}

body #footer_main .footer-logo .school-name-inner {
  line-height: 1.3em;
}

body #footer_main .footer-logo .school-name-inner .first-line {
  display: block;
  font-size: 2.375rem;
  font-weight: 700;
}

body #footer_main .footer-logo .school-name-inner .second-line {
  letter-spacing: .32em;
  font-size: 1.75rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  body #footer_main .footer-logo .school-name-inner {
    line-height: .8em;
  }
}

@media screen and (min-width: 1024px) {
  body #footer_main .footer-logo .school-name-inner {
    line-height: .5em;
  }
}

@media screen and (min-width: 1024px) {
  body #footer_main .footer-logo {
    padding: 50px 0;
  }
}

body #footer_main .footer-inner .footer-info-block {
  margin: 5px 0;
}

body #footer_main .footer-inner #social_nav_footer .links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body #footer_main .footer-inner #social_nav_footer .links-list .link-item a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: hidden;
  position: relative;
}

body #footer_main .footer-inner #social_nav_footer .links-list .link-item a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #410000;
  height: 1px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

body #footer_main .footer-inner #social_nav_footer .links-list .link-item a:before {
  left: 0;
  right: 100%;
  bottom: 0;
  transition-property: right;
}

body #footer_main .footer-inner #social_nav_footer .links-list .link-item a:hover:before, body #footer_main .footer-inner #social_nav_footer .links-list .link-item a:focus:before {
  right: 0;
}

body #footer_main .footer-inner #social_nav_footer .links-list .link-item a:hover, body #footer_main .footer-inner #social_nav_footer .links-list .link-item a:focus {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  body #footer_main .footer-inner #social_nav_footer .links-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  body #footer_main .footer-inner #social_nav_footer .links-list .link-item {
    margin: 8px 0;
  }
}

@media screen and (max-width: 1023px) {
  body #footer_main .footer-inner #social_nav_footer {
    margin: 40px 0;
  }
}

body #footer_main .footer-inner .footer-tools .search-field {
  height: 32px;
  background-color: #f2f2f2;
  padding-right: 5px;
}

body #footer_main .footer-inner .footer-tools .search-field #site_search {
  height: 32px;
  width: 140px;
  padding: 0 10px;
  line-height: 32px;
  color: black;
}

body #footer_main .footer-inner .footer-tools .search-field #site_search::-webkit-input-placeholder {
  color: black;
}

body #footer_main .footer-inner .footer-tools .search-field #site_search::-webkit-search-decoration {
  -webkit-appearance: none;
}

body #footer_main .footer-inner .footer-tools .search-field .site-search-button svg {
  width: 26px;
  height: 26px;
  padding: 3px;
  fill: black;
}

body #footer_main .footer-inner .footer-tools .search-field svg {
  width: 14px !important;
  height: 14px !important;
}

@media screen and (min-width: 1024px) {
  body #footer_main .footer-inner .footer-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}

body #footer_main .footer-bottom {
  padding: 20px 0;
  background-color: #410000;
}

body #footer_main .footer-bottom .powered-by-edlio-logo {
  margin: 0 auto;
}

body #footer_main .footer-bottom .powered-by-edlio-logo svg {
  fill: white;
}

body .edlio-login-link {
  color: #888889;
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}

body .edlio-login-link .edlio-logo {
  border-right-color: #888889;
}

body .edlio-login-link .edlio-logo svg {
  fill: #888889;
}

body .edlio-login-link:hover, body .edlio-login-link:focus {
  color: #410000;
}

body .edlio-login-link:hover .edlio-logo, body .edlio-login-link:focus .edlio-logo {
  border-color: #410000;
}

body .edlio-login-link:hover .edlio-logo svg, body .edlio-login-link:focus .edlio-logo svg {
  fill: #410000;
}

body #mobile_nav {
  background: #410000;
}

body #mobile_nav a {
  color: white;
}

body #mobile_nav a svg {
  fill: white;
}

body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: #a88d30;
}

body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: #a88d30;
}

body #header_main .header-logo .first-line {
  font-weight: 200 !important;
}

body #header_main .header-logo .second-line {
  font-weight: 600 !important;
}

body #footer_main .footer-logo .school-name-inner .first-line {
  font-weight: 200 !important;
}

body #footer_main .footer-logo .school-name-inner .second-line {
  font-weight: 600 !important;
}
