<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Permanent+Marker");
.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;
}

@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;
  -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 {
  z-index: 9;
  position: absolute;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

.quicklinks-container .qlink-item svg {
  -webkit-box-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;
  -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;
}

@media screen and (min-width: 1024px) {
  .quicklinks-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.spotlight1-container .spotlight-image-holder {
  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;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}

.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.news1-container.thumbnail-orientation-vertical.content-size-small .item-summary {
  padding-top: 10px;
}

.news1-container.thumbnail-orientation-vertical.content-size-medium .item-summary {
  padding-top: 20px;
}

.news1-container.thumbnail-orientation-vertical.content-size-large .item-summary {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}

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

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

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

.events1-container .event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-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;
    -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;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.shuffle3-container .mosaic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
}

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

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

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

.infographic-container .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: 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:not(.slick-container) .infographic-item {
  width: 100%;
  max-width: 100px;
}

@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;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .infographic-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body #header_main {
  background: url("https://www.gahrhs.us/pics/header_bg.jpg") top center no-repeat #10152c;
}

@media screen and (min-width: 1024px) {
  body #header_main:before {
    content: "";
    display: block;
    background: #fdb713;
  }
}

body #header_main .header-title a .school-name-inner {
  color: white;
}

body #header_main .header-logo:not(.logo-replacement) a:before {
  width: calc(237px/ 2);
  height: calc(195px / 2);
  background-image: url("https://www.gahrhs.us/pics/header_logo.png");
}

@media screen and (min-width: 768px) {
  body #header_main .header-logo:not(.logo-replacement) a:before {
    width: 237px;
    height: 195px;
  }
}

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

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

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

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

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: white;
  background-color: black;
}

@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;
    justify-content: space-around;
  }
  body #header_main .sitenav-holder .nav-item &gt; 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 {
    width: calc(100% - 20px*2);
    max-width: calc(1024px - 20px*2);
    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%);
  }
}

body #header_main .sitenav-holder .nav-group .icon-link .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

body #header_main .sitenav-holder .nav-group .icon-link .icon-only svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: black;
}

body #header_main .sitenav-holder .nav-group .icon-link .icon-only:hover svg, body #header_main .sitenav-holder .nav-group .icon-link .icon-only:focus svg {
  fill: #fdb713;
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group .nav-item {
    position: relative;
  }
  body #header_main .sitenav-holder .nav-group .nav-item &gt; a {
    color: black !important;
  }
  body #header_main .sitenav-holder .nav-group .nav-item &gt; a:before {
    content: "";
    display: block;
    background: black;
  }
  body #header_main .sitenav-holder .nav-group .nav-item &gt; a.open, body #header_main .sitenav-holder .nav-group .nav-item &gt; a:focus, body #header_main .sitenav-holder .nav-group .nav-item &gt; a:hover {
    color: black !important;
    background: white !important;
  }
  body #header_main .sitenav-holder .nav-group .icon-link .icon-only {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  body #header_main .sitenav-holder .nav-group .icon-link .icon-only svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    fill: black;
  }
  body #header_main .sitenav-holder .nav-group .icon-link .icon-only:hover, body #header_main .sitenav-holder .nav-group .icon-link .icon-only:focus {
    background-color: white;
  }
  body #header_main .sitenav-holder .nav-group .icon-link .icon-only:hover svg, body #header_main .sitenav-holder .nav-group .icon-link .icon-only:focus svg {
    fill: black;
  }
  body #header_main .sitenav-holder .nav-group .nav-item:last-child &gt; a:before {
    display: none;
  }
}

body #header_main .topbar {
  background: #17469e;
}

body #header_main .topbar .topbar-inner #google_nav:hover .item &gt; a, body #header_main .topbar .topbar-inner #google_nav:focus .item &gt; a {
  color: #fdb713;
  background-color: white;
}

body #header_main .topbar .topbar-inner #google_nav .items-list {
  background: #fdb713;
}

body #header_main .topbar .topbar-inner #google_nav .sub-items-list {
  background-color: white;
}

body #header_main .topbar .topbar-inner #google_nav .sub-items-list .item {
  color: black;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .link-item a {
  color: white;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .link-item a:hover, body #header_main .topbar .topbar-inner .header-secondary-nav .link-item a:focus {
  color: #fdb713;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  fill: #fdb713;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:hover svg, body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:focus svg {
  fill: white;
}

body #row_quicklinks {
  background: #17469e;
}

body #row_spotlight {
  position: relative;
  background: url("https://www.gahrhs.us/pics/watermark.png") right center no-repeat black;
  background-size: 40%;
}

body #row_spotlight:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(16, 21, 44, 0.9);
}

body #row_news {
  background: white;
}

body #row_events {
  background: #10152c;
}

@media screen and (max-width: 767px) {
  body #row_events .homepage-row-inner .left-column {
    background: #fdb713;
  }
}

@media screen and (min-width: 768px) {
  body #row_events:before {
    content: "";
    display: block;
    background: #fdb713;
  }
}

body #row_infographics {
  background: #fdb713;
}

body .slick-slider .slick-list {
  width: calc(100% - 25px*2);
  margin: 0 25px;
}

body .slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 40px;
  width: 20px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 40px/2);
}

body .slick-slider .slick-arrow.slick-prev {
  background-image: url(https://www.gahrhs.us/pics/button_prev.png);
}

body .slick-slider .slick-arrow.slick-next {
  background-image: url(https://www.gahrhs.us/pics/button_next.png);
}

body .slick-slider .slick-dots li button:before {
  color: #838486;
}

body .slick-slider .slick-dots li.slick-active button:before {
  color: #df0101;
}

body .slick-slider .slick-dots.number-dots li button {
  background: #838486;
  color: #df0101;
}

body .slick-slider .slick-dots.number-dots li.slick-active button {
  background: #df0101;
  color: #838486;
}

body #content_main .right-column-page-navigation {
  background: black;
}

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

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

body #quicklinks .slick-slider .slick-list {
  width: calc(100% - 25px*2);
  margin: 0 25px;
}

body #quicklinks .slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 40px;
  width: 20px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 40px/2);
}

body #quicklinks .slick-slider .slick-arrow.slick-prev {
  background-image: url(https://www.gahrhs.us/pics/button_prev_white.png);
}

body #quicklinks .slick-slider .slick-arrow.slick-next {
  background-image: url(https://www.gahrhs.us/pics/button_next_white.png);
}

body #quicklinks .slick-slider .slick-dots li button:before {
  color: #838486;
}

body #quicklinks .slick-slider .slick-dots li.slick-active button:before {
  color: #df0101;
}

body #quicklinks .slick-slider .slick-dots.number-dots li button {
  background: #838486;
  color: #df0101;
}

body #quicklinks .slick-slider .slick-dots.number-dots li.slick-active button {
  background: #df0101;
  color: #838486;
}

body #quicklinks .qlink-item a .qlink-inner svg {
  fill: white;
}

body #quicklinks .qlink-item a .qlink-inner .qlink-text {
  color: white;
}

body #quicklinks .qlink-item a:hover .qlink-inner svg, body #quicklinks .qlink-item a:focus .qlink-inner svg {
  fill: black;
}

body #quicklinks .qlink-item a:hover .qlink-inner .qlink-text, body #quicklinks .qlink-item a:focus .qlink-inner .qlink-text {
  color: black;
}

body #news_container .section-title {
  color: #17469e;
}

body #events_athletics_container .section-title,
body #events_hs_container .section-title {
  color: #17469e;
}

body #events_athletics_container .event-date,
body #events_hs_container .event-date {
  color: black;
}

body #events_athletics_container .item-name a,
body #events_hs_container .item-name a {
  color: black;
}

body #events_athletics_container .item-summary,
body #events_hs_container .item-summary {
  color: black;
}

body #events_athletics_container .read-more-link,
body #events_hs_container .read-more-link {
  color: black;
}

body #events_athletics_container .read-more-link:hover, body #events_athletics_container .read-more-link:focus,
body #events_hs_container .read-more-link:hover,
body #events_hs_container .read-more-link:focus {
  color: white;
}

@media screen and (min-width: 768px) {
  body #events_athletics_container .event-date,
  body #events_hs_container .event-date {
    border-right: 1px black solid;
  }
}

body #events_athletics_container .section-title {
  color: #fdb713 !important;
}

body #events_athletics_container .event-date {
  color: white;
}

body #events_athletics_container .item-name a {
  color: white;
}

body #events_athletics_container .item-summary {
  color: white;
}

body #events_athletics_container .read-more-link {
  color: white;
}

body #events_athletics_container .read-more-link:hover, body #events_athletics_container .read-more-link:focus {
  color: #fdb713;
}

@media screen and (min-width: 768px) {
  body #events_athletics_container .event-date {
    border-right: 1px white solid;
  }
}

body #shuffle_mosaic .mosaic-item svg {
  fill: white;
}

body #shuffle_mosaic .mosaic-item:hover svg, body #shuffle_mosaic .mosaic-item:focus svg {
  fill: #fdb713;
}

@media screen and (min-width: 768px) {
  body #shuffle_mosaic {
    width: 48%;
  }
}

body #infographics_container {
  /* 		.slick-slider {
	@include slick-styles($button-prev-image: "/pics/button_prev_white.png", $button-next-image: "/pics/button_next_white.png");
} */
}

body #infographics_container .section-title {
  color: #17469e;
}

body #infographics_container .infographic-item {
  color: black;
}

body #infographics_container .infographic-item svg {
  fill: black;
}

body #infographics_container .infographic-item .item-inner {
  color: black;
}

body #spotlight_container .section-title {
  color: #fdb713;
}

body #spotlight_container .item-text {
  color: white;
}

body #footer_main {
  background: url("https://www.gahrhs.us/pics/footer_bg.jpg") top center no-repeat #10152c;
}

body #footer_main .footer-address {
  color: white;
}

body #footer_main .footer-address svg {
  fill: #fdb713;
}

body #footer_main .footer-tools #countdown_container #countdown .section-title {
  color: #fdb713;
}

body #footer_main .footer-tools #countdown_container #countdown .message {
  color: white;
}

body #footer_main .footer-tools #countdown_container #countdown .time_circles &gt; div {
  color: white;
}

body #footer_main #statement_nav .items-list {
  background: #17469e;
}

body #footer_main #statement_nav .item &gt; a {
  color: white;
  background: url("https://www.gahrhs.us/pics/statement_arrow.png") top center no-repeat;
}

body #footer_main #statement_nav .sub-items-list {
  background-color: rgba(255, 255, 255, 0.9);
}

body #footer_main #statement_nav .sub-items-list .item {
  color: black;
}

body #footer_main .footer-address {
  color: white;
}

body #footer_main .footer-address svg {
  fill: #fdb713;
}

body #footer_main .powered-by-edlio-logo svg {
  fill: #fdb713;
}

body #mobile_nav {
  background: #fdb713;
}

body #mobile_nav a {
  color: white;
}

body #mobile_nav a svg {
  fill: white;
}

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

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

#shuffle_main #bb_banner img {
  max-width: 60% !important;
}

#shuffle_main #bb_banner {
  right: -8% !important;
}

@media screen and (min-width: 768px) {
  .site-header .header-logo:not(.logo-replacement) a:after {
    content: "";
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("https://www.gahrhs.us/pics/honorroll.png");
    width: 237px;
    height: 195px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.header-title a:before {
  content: "";
  display: block;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 139px;
  height: 144px;
  margin-bottom: 15px;
  background-image: url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Permanent+Marker");
.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;
}

@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;
  -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 {
  z-index: 9;
  position: absolute;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

.quicklinks-container .qlink-item svg {
  -webkit-box-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;
  -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;
}

@media screen and (min-width: 1024px) {
  .quicklinks-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.spotlight1-container .spotlight-image-holder {
  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;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}

.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.news1-container.thumbnail-orientation-vertical.content-size-small .item-summary {
  padding-top: 10px;
}

.news1-container.thumbnail-orientation-vertical.content-size-medium .item-summary {
  padding-top: 20px;
}

.news1-container.thumbnail-orientation-vertical.content-size-large .item-summary {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}

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

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

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

.events1-container .event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-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;
    -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;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.shuffle3-container .mosaic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
}

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

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

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

.infographic-container .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: 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:not(.slick-container) .infographic-item {
  width: 100%;
  max-width: 100px;
}

@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;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .infographic-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body #header_main {
  background: url("https://www.gahrhs.us/pics/header_bg.jpg") top center no-repeat #10152c;
}

@media screen and (min-width: 1024px) {
  body #header_main:before {
    content: "";
    display: block;
    background: #fdb713;
  }
}

body #header_main .header-title a .school-name-inner {
  color: white;
}

body #header_main .header-logo:not(.logo-replacement) a:before {
  width: calc(237px/ 2);
  height: calc(195px / 2);
  background-image: url("https://www.gahrhs.us/pics/header_logo.png");
}

@media screen and (min-width: 768px) {
  body #header_main .header-logo:not(.logo-replacement) a:before {
    width: 237px;
    height: 195px;
  }
}

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

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

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

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

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: white;
  background-color: black;
}

@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;
    justify-content: space-around;
  }
  body #header_main .sitenav-holder .nav-item &gt; 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 {
    width: calc(100% - 20px*2);
    max-width: calc(1024px - 20px*2);
    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%);
  }
}

body #header_main .sitenav-holder .nav-group .icon-link .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

body #header_main .sitenav-holder .nav-group .icon-link .icon-only svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: black;
}

body #header_main .sitenav-holder .nav-group .icon-link .icon-only:hover svg, body #header_main .sitenav-holder .nav-group .icon-link .icon-only:focus svg {
  fill: #fdb713;
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group .nav-item {
    position: relative;
  }
  body #header_main .sitenav-holder .nav-group .nav-item &gt; a {
    color: black !important;
  }
  body #header_main .sitenav-holder .nav-group .nav-item &gt; a:before {
    content: "";
    display: block;
    background: black;
  }
  body #header_main .sitenav-holder .nav-group .nav-item &gt; a.open, body #header_main .sitenav-holder .nav-group .nav-item &gt; a:focus, body #header_main .sitenav-holder .nav-group .nav-item &gt; a:hover {
    color: black !important;
    background: white !important;
  }
  body #header_main .sitenav-holder .nav-group .icon-link .icon-only {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  body #header_main .sitenav-holder .nav-group .icon-link .icon-only svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    fill: black;
  }
  body #header_main .sitenav-holder .nav-group .icon-link .icon-only:hover, body #header_main .sitenav-holder .nav-group .icon-link .icon-only:focus {
    background-color: white;
  }
  body #header_main .sitenav-holder .nav-group .icon-link .icon-only:hover svg, body #header_main .sitenav-holder .nav-group .icon-link .icon-only:focus svg {
    fill: black;
  }
  body #header_main .sitenav-holder .nav-group .nav-item:last-child &gt; a:before {
    display: none;
  }
}

body #header_main .topbar {
  background: #17469e;
}

body #header_main .topbar .topbar-inner #google_nav:hover .item &gt; a, body #header_main .topbar .topbar-inner #google_nav:focus .item &gt; a {
  color: #fdb713;
  background-color: white;
}

body #header_main .topbar .topbar-inner #google_nav .items-list {
  background: #fdb713;
}

body #header_main .topbar .topbar-inner #google_nav .sub-items-list {
  background-color: white;
}

body #header_main .topbar .topbar-inner #google_nav .sub-items-list .item {
  color: black;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .link-item a {
  color: white;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .link-item a:hover, body #header_main .topbar .topbar-inner .header-secondary-nav .link-item a:focus {
  color: #fdb713;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  fill: #fdb713;
}

body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:hover svg, body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:focus svg {
  fill: white;
}

body #row_quicklinks {
  background: #17469e;
}

body #row_spotlight {
  position: relative;
  background: url("https://www.gahrhs.us/pics/watermark.png") right center no-repeat black;
  background-size: 40%;
}

body #row_spotlight:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(16, 21, 44, 0.9);
}

body #row_news {
  background: white;
}

body #row_events {
  background: #10152c;
}

@media screen and (max-width: 767px) {
  body #row_events .homepage-row-inner .left-column {
    background: #fdb713;
  }
}

@media screen and (min-width: 768px) {
  body #row_events:before {
    content: "";
    display: block;
    background: #fdb713;
  }
}

body #row_infographics {
  background: #fdb713;
}

body .slick-slider .slick-list {
  width: calc(100% - 25px*2);
  margin: 0 25px;
}

body .slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 40px;
  width: 20px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 40px/2);
}

body .slick-slider .slick-arrow.slick-prev {
  background-image: url("https://www.gahrhs.us/pics/button_prev.png");
}

body .slick-slider .slick-arrow.slick-next {
  background-image: url("https://www.gahrhs.us/pics/button_next.png");
}

body .slick-slider .slick-dots li button:before {
  color: #838486;
}

body .slick-slider .slick-dots li.slick-active button:before {
  color: #df0101;
}

body .slick-slider .slick-dots.number-dots li button {
  background: #838486;
  color: #df0101;
}

body .slick-slider .slick-dots.number-dots li.slick-active button {
  background: #df0101;
  color: #838486;
}

body #content_main .right-column-page-navigation {
  background: black;
}

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

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

body #quicklinks .slick-slider .slick-list {
  width: calc(100% - 25px*2);
  margin: 0 25px;
}

body #quicklinks .slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 40px;
  width: 20px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 40px/2);
}

body #quicklinks .slick-slider .slick-arrow.slick-prev {
  background-image: url("https://www.gahrhs.us/pics/button_prev_white.png");
}

body #quicklinks .slick-slider .slick-arrow.slick-next {
  background-image: url("https://www.gahrhs.us/pics/button_next_white.png");
}

body #quicklinks .slick-slider .slick-dots li button:before {
  color: #838486;
}

body #quicklinks .slick-slider .slick-dots li.slick-active button:before {
  color: #df0101;
}

body #quicklinks .slick-slider .slick-dots.number-dots li button {
  background: #838486;
  color: #df0101;
}

body #quicklinks .slick-slider .slick-dots.number-dots li.slick-active button {
  background: #df0101;
  color: #838486;
}

body #quicklinks .qlink-item a .qlink-inner svg {
  fill: white;
}

body #quicklinks .qlink-item a .qlink-inner .qlink-text {
  color: white;
}

body #quicklinks .qlink-item a:hover .qlink-inner svg, body #quicklinks .qlink-item a:focus .qlink-inner svg {
  fill: black;
}

body #quicklinks .qlink-item a:hover .qlink-inner .qlink-text, body #quicklinks .qlink-item a:focus .qlink-inner .qlink-text {
  color: black;
}

body #news_container .section-title {
  color: #17469e;
}

body #events_athletics_container .section-title,
body #events_hs_container .section-title {
  color: #17469e;
}

body #events_athletics_container .event-date,
body #events_hs_container .event-date {
  color: black;
}

body #events_athletics_container .item-name a,
body #events_hs_container .item-name a {
  color: black;
}

body #events_athletics_container .item-summary,
body #events_hs_container .item-summary {
  color: black;
}

body #events_athletics_container .read-more-link,
body #events_hs_container .read-more-link {
  color: black;
}

body #events_athletics_container .read-more-link:hover, body #events_athletics_container .read-more-link:focus,
body #events_hs_container .read-more-link:hover,
body #events_hs_container .read-more-link:focus {
  color: white;
}

@media screen and (min-width: 768px) {
  body #events_athletics_container .event-date,
  body #events_hs_container .event-date {
    border-right: 1px black solid;
  }
}

body #events_athletics_container .section-title {
  color: #fdb713 !important;
}

body #events_athletics_container .event-date {
  color: white;
}

body #events_athletics_container .item-name a {
  color: white;
}

body #events_athletics_container .item-summary {
  color: white;
}

body #events_athletics_container .read-more-link {
  color: white;
}

body #events_athletics_container .read-more-link:hover, body #events_athletics_container .read-more-link:focus {
  color: #fdb713;
}

@media screen and (min-width: 768px) {
  body #events_athletics_container .event-date {
    border-right: 1px white solid;
  }
}

body #shuffle_mosaic .mosaic-item svg {
  fill: white;
}

body #shuffle_mosaic .mosaic-item:hover svg, body #shuffle_mosaic .mosaic-item:focus svg {
  fill: #fdb713;
}

@media screen and (min-width: 768px) {
  body #shuffle_mosaic {
    width: 48%;
  }
}

body #infographics_container {
  /* 		.slick-slider {
	@include slick-styles($button-prev-image: "/pics/button_prev_white.png", $button-next-image: "/pics/button_next_white.png");
} */
}

body #infographics_container .section-title {
  color: #17469e;
}

body #infographics_container .infographic-item {
  color: black;
}

body #infographics_container .infographic-item svg {
  fill: black;
}

body #infographics_container .infographic-item .item-inner {
  color: black;
}

body #spotlight_container .section-title {
  color: #fdb713;
}

body #spotlight_container .item-text {
  color: white;
}

body #footer_main {
  background: url("https://www.gahrhs.us/pics/footer_bg.jpg") top center no-repeat #10152c;
}

body #footer_main .footer-address {
  color: white;
}

body #footer_main .footer-address svg {
  fill: #fdb713;
}

body #footer_main .footer-tools #countdown_container #countdown .section-title {
  color: #fdb713;
}

body #footer_main .footer-tools #countdown_container #countdown .message {
  color: white;
}

body #footer_main .footer-tools #countdown_container #countdown .time_circles &gt; div {
  color: white;
}

body #footer_main #statement_nav .items-list {
  background: #17469e;
}

body #footer_main #statement_nav .item &gt; a {
  color: white;
  background: url("https://www.gahrhs.us/pics/statement_arrow.png") top center no-repeat;
}

body #footer_main #statement_nav .sub-items-list {
  background-color: rgba(255, 255, 255, 0.9);
}

body #footer_main #statement_nav .sub-items-list .item {
  color: black;
}

body #footer_main .footer-address {
  color: white;
}

body #footer_main .footer-address svg {
  fill: #fdb713;
}

body #footer_main .powered-by-edlio-logo svg {
  fill: #fdb713;
}

body #mobile_nav {
  background: #fdb713;
}

body #mobile_nav a {
  color: white;
}

body #mobile_nav a svg {
  fill: white;
}

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

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

#shuffle_main #bb_banner img {
  max-width: 60% !important;
}

#shuffle_main #bb_banner {
  right: -8% !important;
}

@media screen and (min-width: 768px) {
  .site-header .header-logo:not(.logo-replacement) a:after {
    content: "";
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("https://www.gahrhs.us/pics/honorroll.png");
    width: 237px;
    height: 195px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.header-title a:before {
  content: "";
  display: block;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 139px;
  height: 144px;
  margin-bottom: 15px;
  background-image: url("https://www.gahrhs.us/pics/CaDSchool.png");
}</pre></body></html>