.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%; }
  .shuffle1-container.content-container {
    padding: 0; }
  .shuffle1-container .shuffle-main {
    z-index: 1;
    width: 100%; }
    .shuffle1-container .shuffle-main .slick-list {
      margin: 0;
      height: 100%;
      width: 100%; }
    .shuffle1-container .shuffle-main .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-main .shuffle-slide {
      position: relative;
      margin: 0; }
    .shuffle1-container .shuffle-main .shuffle-caption {
      position: absolute;
      left: 0;
      right: 0;
      padding: .5em;
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }
      @media screen and (max-width: 767px) {
        .shuffle1-container .shuffle-main .shuffle-caption {
          display: none; } }
      .shuffle1-container .shuffle-main .shuffle-caption a {
        color: inherit; }
      .shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
        top: 0; }
      .shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
        bottom: 0; }
    .shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
      top: calc(54px + 1em); }
    .shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
      bottom: calc(54px + 1em); }
    .shuffle1-container .shuffle-main.navshuffle-position-left .shuffle-caption {
      left: calc(100px + 1em); }
    .shuffle1-container .shuffle-main.navshuffle-position-right .shuffle-caption {
      right: calc(100px + 1em); }
  .shuffle1-container .slick-dots {
    position: absolute;
    z-index: 9999; }
    @media screen and (max-width: 767px) {
      .shuffle1-container .slick-dots {
        display: none; } }
    .shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
      left: 0;
      width: 100%; }
    .shuffle1-container .slick-dots.slick-dots-bottom {
      bottom: 0; }
    .shuffle1-container .slick-dots.slick-dots-top {
      top: 0; }
    .shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 0;
      height: 100%; }
    .shuffle1-container .slick-dots.slick-dots-left {
      left: 0; }
    .shuffle1-container .slick-dots.slick-dots-right {
      right: 0; }
  .shuffle1-container .shuffle-image {
    width: 100%; }
  .shuffle1-container .shuffle-navigation {
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 767px) {
      .shuffle1-container .shuffle-navigation {
        display: none; } }
    .shuffle1-container .shuffle-navigation .slick-list {
      margin: 0;
      padding: 0;
      bottom: 0; }
    .shuffle1-container .shuffle-navigation .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-navigation .shuffle-slide {
      position: relative;
      display: block;
      height: 50px;
      margin: .5em;
      overflow: hidden;
      border: 2px solid transparent; }
      .shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
        border-color: black; }
    .shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
      left: 0;
      width: 100%; }
    .shuffle1-container .shuffle-navigation.navigation-position-bottom {
      bottom: 0; }
    .shuffle1-container .shuffle-navigation.navigation-position-top {
      top: 0; }
    .shuffle1-container .shuffle-navigation.navigation-position-left, .shuffle1-container .shuffle-navigation.navigation-position-right {
      top: 0;
      height: 100%;
      width: calc(100px + 1em); }
      .shuffle1-container .shuffle-navigation.navigation-position-left .slick-list,
      .shuffle1-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle1-container .shuffle-navigation.navigation-position-right .slick-list,
      .shuffle1-container .shuffle-navigation.navigation-position-right .slick-track {
        height: 100% !important; }
      .shuffle1-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle1-container .shuffle-navigation.navigation-position-right .slick-track {
        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; }
      .shuffle1-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle1-container .shuffle-navigation.navigation-position-right .shuffle-slide {
        width: 100px;
        float: none; }
    .shuffle1-container .shuffle-navigation.navigation-position-left {
      left: 0; }
    .shuffle1-container .shuffle-navigation.navigation-position-right {
      right: 0; }
  .shuffle1-container .error-message {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    background: white; }
  @media screen and (min-width: 1024px) {
    .shuffle1-container .shuffle-caption {
      padding: 1em; } }

.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; } }

.news2-container:not(.slick-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; }

.news2-container .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  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;
  position: relative;
  height: 400px; }
  .news2-container .item.no-photo.logo-backup {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../pics/header_logo.png"); }

.news2-container .item-summary {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

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

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

.news2-container.content-size-medium .item {
  margin-bottom: 20px; }

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

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

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

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

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

.news2-container.thumbnail-coverage-full .item-summary {
  top: 0; }

.news2-container.thumbnail-coverage-partial .item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

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

.video-container .video-item {
  display: block;
  width: 100%; }

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

.shuffle3-container .mosaic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-position: center center;
  background-size: cover; }

.shuffle3-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white; }

body #header_main {
  background-color: rgba(255, 255, 255, 0.8); }
  body #header_main .header-logo.logo-replacement a {
    width: 189px;
    height: 172px;
    background-image: url("../pics/header_logo.png"); }
  body #header_main .header-logo:not(.logo-replacement) a:before {
    width: 189px;
    height: 172px;
    background-image: url("../pics/header_logo.png"); }
  body #header_main .header-logo .first-line {
    color: #2e4053; }
  body #header_main #search {
    height: 26px; }
    body #header_main #search #site_search {
      height: 26px;
      width: 100px;
      padding: 0 10px;
      line-height: 26px;
      color: black; }
      body #header_main #search #site_search::-webkit-input-placeholder {
        color: black; }
      body #header_main #search #site_search::-webkit-search-decoration {
        -webkit-appearance: none; }
    body #header_main #search .site-search-button svg {
      width: 20px;
      height: 20px;
      padding: 3px;
      fill: white; }
    body #header_main #search .site-search-button {
      background-color: #2e4053; }
  body #header_main .sitenav-holder .nav-mobile-toggle {
    border-color: #2e4053; }
  body #header_main .sitenav-holder .nav-group {
    background-color: white;
    color: black; }
    body #header_main .sitenav-holder .nav-group .nav-item > a {
      height: 42px;
      padding: 0 10px;
      font-size: 1.125em;
      font-weight: 700;
      color: black; }
      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: #839192; }
    body #header_main .sitenav-holder .nav-group .sub-nav a {
      color: black; }
      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: #839192; }
  @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: white; }
    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 {
      background-color: #839192; }
      body #header_main .sitenav-holder .nav-group .nav-menu .nav-item + .nav-item > a {
        border-left-color: rgba(255, 255, 255, 0.2); }
      body #header_main .sitenav-holder .nav-group .nav-menu .nav-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;
        transition-duration: 0.3s;
        transition-property: color;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        padding: 0 10px; }
        body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: -1;
          background: #2e4053;
          transition-property: transform;
          transition-duration: 0.3s;
          transition-timing-function: ease-out; }
        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; }
        body #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:before {
          transform: scaleY(0);
          transform-origin: 50% 0; }
        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 {
          transform: scaleY(1); } }

body .slick-container .slick-arrow {
  padding: 0; }
  body .slick-container .slick-arrow.slick-prev, body .slick-container .slick-arrow.slick-next {
    background-image: none; }
  body .slick-container .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 18px + 4px);
    width: 18px;
    height: 18px;
    border-top-style: solid;
    border-top-width: 4px; }
  body .slick-container .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translateZ(1px);
    border-left-style: solid;
    border-left-width: 4px;
    left: calc(50% - 18px + 4px); }
  body .slick-container .slick-arrow.slick-next:before {
    transform: rotate(45deg) translateZ(1px);
    border-right-style: solid;
    border-right-width: 4px;
    right: calc(50% - 18px + 4px); }

body .slick-container .slick-arrow:before {
  border-top-color: black; }

body .slick-container .slick-arrow.slick-prev:before {
  border-left-color: black; }

body .slick-container .slick-arrow.slick-next:before {
  border-right-color: black; }

body .slick-container .slick-arrow {
  width: 44px;
  height: 44px;
  top: calc(50% - 44px/2); }

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

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

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

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

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

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

body #content_main .pageTitle {
  color: #2e4053; }

body #content_main .right-column-page-navigation {
  background: #2e4053; }
  body #content_main .right-column-page-navigation li a {
    color: white; }
  body #content_main .right-column-page-navigation li.active a {
    background-color: #839192;
    color: black; }

body #shuffle_main .motto-container {
  color: white;
  background-color: #2e4053; }
  @media screen and (min-width: 1024px) {
    body #shuffle_main .motto-container {
      background-color: rgba(46, 64, 83, 0.6); } }

body #quicklinks_row .items-list .qlink-item .qlink-inner {
  border-top-color: white;
  border-bottom-color: white; }

body #quicklinks_row .items-list .qlink-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;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  background-color: rgba(46, 64, 83, 0.99); }
  body #quicklinks_row .items-list .qlink-item a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(131, 145, 146, 0.99);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  body #quicklinks_row .items-list .qlink-item a:hover, body #quicklinks_row .items-list .qlink-item a:focus {
    color: black; }
  body #quicklinks_row .items-list .qlink-item a:before {
    transform: scale(0); }
  body #quicklinks_row .items-list .qlink-item a:hover:before, body #quicklinks_row .items-list .qlink-item a:focus:before {
    transform: scale(1); }
  body #quicklinks_row .items-list .qlink-item a:hover, body #quicklinks_row .items-list .qlink-item a:focus {
    background-color: transparent; }

body #spotlight_row #spotlight_container .item-summary:before {
  background-color: rgba(131, 145, 146, 0.92); }

body #spotlight_row #spotlight_container .item-summary .section-title a:before {
  background-color: white; }

body #spotlight_row #spotlight_container .item-summary .read-more-link {
  color: white;
  background-color: #2e4053; }
  body #spotlight_row #spotlight_container .item-summary .read-more-link:hover, body #spotlight_row #spotlight_container .item-summary .read-more-link:focus {
    background-color: white;
    color: #2e4053; }

body #events_row {
  background-color: #2e4053; }
  body #events_row #events_container .section-title a {
    color: white; }
    body #events_row #events_container .section-title a:before {
      background-color: white; }
  body #events_row #events_container .items-list .item .event-date {
    border-color: #839192;
    background-color: white; }
  body #events_row #events_container .items-list .item .item-summary .item-name a, body #events_row #events_container .items-list .item .item-summary .item-text {
    color: white; }
  body #events_row #events_container .read-more-link {
    color: black;
    background-color: #839192; }
    body #events_row #events_container .read-more-link:hover, body #events_row #events_container .read-more-link:focus {
      background-color: white;
      color: black; }

body #news_row #news_container .section-title a {
  color: #2e4053; }

body #news_row #news_container .items-list .item:before {
  background-color: rgba(46, 64, 83, 0.7); }

body #news_row #news_container .items-list .item .item-summary .item-name a, body #news_row #news_container .items-list .item .item-summary .item-text {
  color: white; }

@media screen and (min-width: 1024px) {
  body #news_row #news_container .items-list .item:before {
    background-color: transparent;
    background-image: linear-gradient(to right, #2e4053 0%, #2e4053 20%, rgba(46, 64, 83, 0) 100%); }
  body #news_row #news_container .items-list .item:nth-of-type(3n + 1):before {
    background-color: transparent;
    background-image: linear-gradient(to right, #2e4053 0%, #2e4053 20%, rgba(46, 64, 83, 0.1) 80%, rgba(46, 64, 83, 0) 100%); } }

body #news_row #news_container .read-more-link {
  color: white;
  background-color: #2e4053; }
  body #news_row #news_container .read-more-link:hover, body #news_row #news_container .read-more-link:focus {
    background-color: #839192;
    color: black; }

body #social_row {
  background-color: #839192; }
  body #social_row #facebook_container {
    background-color: white; }
    body #social_row #facebook_container .section-title a {
      display: block;
      width: 20px;
      height: 20px;
      overflow: hidden; }
      body #social_row #facebook_container .section-title a svg {
        display: block;
        width: 20px;
        height: 20px;
        margin: 0;
        fill: #2e4053; }

body #footer_main {
  background-color: #2e4053; }
  body #footer_main .school-name {
    color: white; }
  body #footer_main .footer-logo.logo-replacement {
    width: 150px;
    height: 150px;
    background-image: url("../pics/header_logo.png"); }
  body #footer_main .footer-logo:not(.logo-replacement):before {
    width: 150px;
    height: 150px;
    background-image: url("../pics/header_logo.png"); }
  body #footer_main .footer-address .footer-info-block {
    color: white; }
    body #footer_main .footer-address .footer-info-block:nth-of-type(3) {
      border-left-color: white; }
  body #footer_main .powered-by-edlio-logo svg {
    fill: white; }
  body #footer_main .edlio-login-link {
    color: white;
    font-size: 1.25em;
    height: 1.25em;
    line-height: 1.25em; }
    body #footer_main .edlio-login-link .edlio-logo {
      border-right-color: white; }
      body #footer_main .edlio-login-link .edlio-logo svg {
        fill: white; }
    body #footer_main .edlio-login-link:hover, body #footer_main .edlio-login-link:focus {
      color: #839192; }
      body #footer_main .edlio-login-link:hover .edlio-logo, body #footer_main .edlio-login-link:focus .edlio-logo {
        border-color: #839192; }
        body #footer_main .edlio-login-link:hover .edlio-logo svg, body #footer_main .edlio-login-link:focus .edlio-logo svg {
          fill: #839192; }

body #mobile_nav {
  background: #2e4053; }
  body #mobile_nav a {
    color: white; }
    body #mobile_nav a svg {
      fill: white; }
    body #mobile_nav a:hover, body #mobile_nav a:focus {
      color: #839192; }
      body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
        fill: #839192; }
