@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Oswald|Montserrat:wght@300;400;500");
.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container .slick-arrow:before {
  border-color: rgb(255, 255, 255);
}
.shuffle1-container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top-width: 3px;
  border-top-style: solid;
}
.shuffle1-container .slick-arrow.slick-prev:before {
  left: 50%;
  transform: rotate(-45deg) translateZ(1px) translateX(-5px) translateY(-5px);
  transform-origin: top left;
  border-left-width: 3px;
  border-left-style: solid;
}
.shuffle1-container .slick-arrow.slick-next:before {
  right: 50%;
  transform: rotate(45deg) translateZ(1px) translateX(5px) translateY(-5px);
  transform-origin: top right;
  border-right-width: 3px;
  border-right-style: solid;
}
.shuffle1-container .slick-arrow {
  top: calc(50% - 44px/2);
  width: 44px;
  height: 44px;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-main {
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  align-items: flex-start;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
  height: auto;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0.5em;
}
.shuffle1-container .shuffle-main .shuffle-caption > p {
  margin-top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9999;
}
.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 {
  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);
}
.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: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: rgb(0, 0, 0);
}
.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 .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .shuffle1-container .slick-arrow {
    top: 0;
  }
  .shuffle1-container .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
  }
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .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);
  }
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.links-container .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.events1-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events1-container .items-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.events1-container .event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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.date-orientation-vertical .item {
  text-align: center;
}
@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 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    flex: 1;
  }
}

.spotlight1-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spotlight1-container .spotlight-image-holder {
  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.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}

.shuffle2-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.shuffle2-container .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transform: translateZ(0);
}

.news1-container:not(.slick-container) .items-list {
  display: flex;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  flex: none;
  max-width: 100%;
}
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: flex;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
}

.quicklinks-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-inner {
  display: flex;
  align-items: center;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item svg {
  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 {
  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 {
  flex-direction: column;
}

.qlink-item-2 a {
  display: block;
}
.qlink-item-2 svg {
  flex: none;
  width: 50px;
  height: 50px;
}

.qlink-inner-2 {
  display: flex;
  align-items: center;
}

body #header_main {
  background: rgb(253, 94, 15);
  color: rgb(0, 0, 0);
}
body #header_main .header-logo a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 150px;
  width: 150px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/header_logo.png");
}
body #header_main .school-name {
  padding-top: 35px;
  padding-bottom: 35px;
}
body #header_main .sitenav {
  color: rgb(0, 0, 0);
}
body #header_main .sitenav .nav-item > a {
  padding: 0 10px;
  height: 42px;
  background: rgb(253, 94, 15);
  color: rgb(0, 0, 0);
  font-size: 1.125em;
  font-weight: 700;
}
body #header_main .sitenav .nav-item > a:focus, body #header_main .sitenav .nav-item > a:hover, body #header_main .sitenav .nav-item > a.open {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body #header_main .sitenav .nav-mobile-toggle {
  width: 44px;
  height: 44px;
}
body #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav .nav-mobile-toggle:before, body #header_main .sitenav .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: rgb(255, 255, 255);
}
body #header_main .sitenav .nav-mobile-toggle:before {
  top: 8px;
}
body #header_main .sitenav .nav-mobile-toggle:after {
  bottom: 8px;
}
body #header_main .sitenav .nav-mobile-toggle.animated.open:before {
  top: calc(50% - 2.5px);
}
body #header_main .sitenav .nav-mobile-toggle.animated.open:after {
  bottom: calc(50% - 2.5px);
}
body #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px );
}
body #header_main .sitenav .sub-nav a {
  background: rgb(253, 94, 15);
  color: rgb(0, 0, 0);
}
body #header_main .sitenav .sub-nav a:focus, body #header_main .sitenav .sub-nav a:hover, body #header_main .sitenav .sub-nav a.open {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav.column .nav-item > a, body #header_main .sitenav.megamenu .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav.column .nav-menu, body #header_main .sitenav.megamenu .nav-menu {
    justify-content: center;
    top: auto;
    overflow: visible;
    max-height: none;
  }
  body #header_main .sitenav.column .sub-nav, body #header_main .sitenav.megamenu .sub-nav {
    background-color: rgb(253, 94, 15);
  }
  body #header_main .sitenav.column .nav-item:last-child .sub-nav:focus, body #header_main .sitenav.column .nav-item:last-child .sub-nav.open {
    right: 0;
    left: auto;
  }
  body #header_main .sitenav.megamenu .sub-nav {
    box-sizing: border-box;
    padding: 0px;
    max-width: 1024px;
    width: 100%;
  }
  body #header_main .sitenav.megamenu .sub-nav .sub-nav-group {
    width: 60%;
  }
  body #header_main .sitenav.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 60%);
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav {
    background: rgb(253, 94, 15);
  }
  body #header_main .sitenav.nav-group .nav-item > a {
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav.nav-group .nav-item > a .nav-item-inner {
    border-color: rgba(0, 0, 0, 0.25);
  }
  body #header_main .sitenav.nav-group .nav-item > a svg {
    fill: rgb(0, 0, 0);
  }
  body #header_main .sitenav.nav-group .nav-item > a:hover, body #header_main .sitenav.nav-group .nav-item > a:focus, body #header_main .sitenav.nav-group .nav-item > a.open {
    background-color: transparent;
    color: rgb(0, 0, 0);
  }
  body #header_main .sitenav.nav-group .nav-item > a:hover:before, body #header_main .sitenav.nav-group .nav-item > a:focus:before, body #header_main .sitenav.nav-group .nav-item > a.open:before {
    border-bottom-color: rgb(0, 0, 0);
  }
  body #header_main .sitenav.nav-group .sub-nav {
    background: rgba(253, 94, 15, 0.85);
  }
  body #header_main .sitenav.nav-group .sub-nav .mm-extra-content {
    background: rgb(253, 94, 15);
  }
  body #header_main .sitenav.nav-group .sub-nav .mm-extra-content-title {
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav.nav-group .sub-nav .sub-nav-item:nth-of-type(odd) {
    border-color: rgba(0, 0, 0, 0.25);
  }
  body #header_main .sitenav.nav-group .sub-nav a {
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav.nav-group .sub-nav a:hover, body #header_main .sitenav.nav-group .sub-nav a:focus {
    background-color: rgb(0, 0, 0);
  }
}
body #header_main #mobile_search svg {
  fill: rgb(255, 255, 255);
}
body #header_main #mobile_search:hover svg, body #header_main #mobile_search:focus svg {
  fill: rgb(0, 0, 0);
}
body #row_social {
  background: rgb(253, 94, 15);
}
body #links_container .links-list {
  background: rgba(253, 94, 15, 0.85);
}
body #links_container .link-item a {
  color: rgb(0, 0, 0);
}
body #links_container .link-item a:hover, body #links_container .link-item a:focus {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  body #links_container .link-item {
    border-color: rgb(0, 0, 0);
  }
  body #links_container .links-list {
    position: absolute;
    top: 10%;
    right: 20px;
  }
}
body #events_container .event-date {
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
body #news_container .item {
  padding: 0 10px;
}
body #news_container .news-item-image {
  max-height: 350px;
}
body #quicklinks .section-title {
  color: rgb(255, 255, 255);
}
body #quicklinks .qlink-item a:hover, body #quicklinks .qlink-item a:focus {
  background-color: transparent !important;
}
body #quicklinks .qlink-item a:hover svg, body #quicklinks .qlink-item a:focus svg {
  fill: rgb(0, 0, 0) !important;
}
@media screen and (max-width: 767px) {
  body #quicklinks .qlink-item a {
    width: 59px;
    height: 59px;
  }
  body #quicklinks .qlink-item a svg {
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
  }
  body #quicklinks .qlink-item a svg svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 4px;
  }
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(253, 94, 15);
}
body .slick-container .slick-dots.number-dots li button {
  background: rgb(253, 94, 15);
}
body .slick-container .slick-dots li button:before {
  color: rgb(253, 94, 15);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(0, 0, 0);
}
body .slick-container .slick-dots.number-dots li button {
  color: rgb(0, 0, 0);
}
body .slick-container .slick-dots li.slick-active button:before {
  color: rgb(0, 0, 0);
}
body .content-container .read-more-link {
  border-color: rgb(253, 94, 15);
  color: rgb(253, 94, 15);
}
body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  background-color: rgb(253, 94, 15);
  color: rgb(0, 0, 0);
}
body #content_main .pageTitle {
  color: rgb(253, 94, 15);
}
body #content_main .right-column-page-navigation {
  background: rgb(253, 94, 15);
}
body #content_main .right-column-page-navigation li.active a {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body #content_main .right-column-page-navigation li a {
  color: rgb(0, 0, 0);
}
body #shuffle_main::before {
  background-image: url("/pics/school_logo_circular.png");
}
body #footer_main .footer-logo.logo-replacement {
  height: 150px;
  width: 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_bottom {
  background: rgb(253, 94, 15);
}
body .edlio-login-link {
  height: 1.25em;
  color: rgb(253, 94, 15);
  font-size: 1.25em;
  line-height: 1.25em;
}
body .edlio-login-link:hover, body .edlio-login-link:focus {
  color: rgb(0, 0, 0);
}
body .edlio-login-link:hover .edlio-logo, body .edlio-login-link:focus .edlio-logo {
  border-color: rgb(0, 0, 0);
}
body .edlio-login-link:hover .edlio-logo svg, body .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(0, 0, 0);
}
body .edlio-login-link .edlio-logo {
  border-right-color: rgb(253, 94, 15);
}
body .edlio-login-link .edlio-logo svg {
  fill: rgb(253, 94, 15);
}
body #mobile_nav {
  background: rgb(253, 94, 15);
}
body #mobile_nav a {
  color: rgb(0, 0, 0);
}
body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: rgb(0, 0, 0);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(0, 0, 0);
}
body #mobile_nav a svg {
  fill: rgb(0, 0, 0);
}

#social_spotlight {
  background-color: rgb(253, 94, 15);
  color: rgb(0, 0, 0);
}

body:not(.index) #PureChatWidget {
  display: none;
}

body.asb #header_main {
  display: none !important;
}
body.asb .pale,
body.asb p {
  font-family: "Montserrat", sans-serif !important;
}
body.asb .pageTitle {
  margin: 30px auto 0 auto;
  padding-bottom: 30px !important;
  padding-left: 10px;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  body.asb .pageTitle {
    margin-top: 100px;
  }
}
body.asb #content_main {
  margin: 0;
  padding: 0;
  max-width: none;
}
body.asb .hero-wrapper,
body.asb .pages-right-column {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 99;
}
body.asb .hero-wrapper:after,
body.asb .pages-right-column:after {
  content: "";
  display: block;
  position: absolute;
  top: -135px;
  left: calc(50% - 113px);
  width: 226px;
  height: 115px;
  background-size: cover;
  background-image: url("/pics/logo_inside.png");
  background-repeat: no-repeat;
}
body.asb .hero-wrapper .hero-page-navigation-wrapper .hero-page-navigation,
body.asb .pages-right-column .hero-page-navigation-wrapper .hero-page-navigation {
  background-color: rgb(0, 0, 0) !important;
}
body.asb .hero-wrapper .hero-page-navigation-wrapper .hero-page-navigation ul,
body.asb .hero-wrapper .hero-page-navigation-wrapper .hero-page-navigation a,
body.asb .pages-right-column .hero-page-navigation-wrapper .hero-page-navigation ul,
body.asb .pages-right-column .hero-page-navigation-wrapper .hero-page-navigation a {
  background-color: rgb(0, 0, 0) !important;
}
body.asb .hero-wrapper .hero-page-navigation-wrapper .hero-page-navigation .active a,
body.asb .pages-right-column .hero-page-navigation-wrapper .hero-page-navigation .active a {
  position: relative;
  color: rgb(255, 255, 255) !important;
}
body.asb .hero-wrapper .hero-page-navigation-wrapper .hero-page-navigation .active a:before,
body.asb .pages-right-column .hero-page-navigation-wrapper .hero-page-navigation .active a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgb(253, 94, 15);
}
body.asb .hero-wrapper .hero-page-navigation-wrapper .hero-page-navigation li a,
body.asb .pages-right-column .hero-page-navigation-wrapper .hero-page-navigation li a {
  padding: 10px 30px;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  body.asb .hero-wrapper:after,
body.asb .pages-right-column:after {
    left: calc(50% - 512px);
  }
}
body.asb .pages-left-column-wrapper {
  margin: 0px auto !important;
}
body.asb .pages-left-column-wrapper .pages-left-column {
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 40px 10px;
  max-width: 1024px;
  width: 100% !important;
}
body.asb .pages-right-column {
  width: 100% !important;
}
body.asb .pages-right-column .right-column-page-navigation {
  margin: 0 !important;
  background-color: rgb(0, 0, 0) !important;
}
body.asb .pages-right-column .right-column-page-navigation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin: auto !important;
  padding: 0;
  max-width: 1024px;
  list-style-type: none;
  text-align: center;
}
body.asb .pages-right-column .right-column-page-navigation ul li.active a {
  position: relative;
  color: rgb(255, 255, 255) !important;
}
body.asb .pages-right-column .right-column-page-navigation ul li.active a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgb(253, 94, 15);
}
body.asb .pages-right-column .right-column-page-navigation ul li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 30px !important;
  width: 100% !important;
  height: 100%;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  text-decoration: none;
  font-weight: 400 !important;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif !important;
}
@media screen and (min-width: 1024px) {
  body.asb #row_shuffle_inside,
body.asb .content-pages-banner {
    position: relative;
  }
  body.asb #row_shuffle_inside:before,
body.asb .content-pages-banner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
  }
}
body.asb #social_spotlight {
  background-color: rgb(253, 94, 15);
}
body.asb #social_spotlight .qlink-item a svg {
  fill: rgb(255, 255, 255);
}
body.asb #social_spotlight .section-title,
body.asb #social_spotlight #currently-social-header {
  background: none !important;
}
body.asb #social_spotlight #events_header {
  line-height: 3;
}
body.asb #social_spotlight #quicklinks {
  padding-bottom: 0;
}
body.asb .item-text {
  font-family: "Open Sans", sans-serif !important;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body.asb .hero-wrapper:not(:empty) ~ .pageTitle.not-edge-to-edge,
body.asb .hero-wrapper:not(:empty) ~ .breadcrumb.not-edge-to-edge,
body.asb .pages-left-column {
    padding-bottom: 30px !important;
  }
}

#amznCharityBanner {
  display: none;
}
/*# sourceMappingURL=main.css.map */