/****************************************
= FONTS
****************************************/
/****************************************
= MEDIA QUERY BREAKPOINTS
****************************************/
/****************************************
= 2018 - PRIMARY COLORS
****************************************/
/****************************************
= 2018 - SECONDARY COLORS
****************************************/
/****************************************
= BRAND COLORS
****************************************/
/****************************************
= 2020 PROMO COLORS
****************************************/
/****************************************
= UTILITY COLORS
****************************************/
/****************************************
= MEDIA QUERY MIXINS
****************************************/
/****************************************
= MIXINS
****************************************/
#news {
  position: relative;
}
#news .wrapper {
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  #news .wrapper {
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 100px;
  }
}
#news h2 {
  margin-top: 0.25em;
}
#news aside {
  text-align: center;
  border: 3px solid black;
  padding: 0;
  text-align: center;
  background-color: #FFF;
  z-index: 2;
}
#news aside > * {
  -o-transition: height 0s;
  -webkit-transition: height 0s;
  transition: height 0s;
}
#news aside h3 {
  font-size: 1em;
  padding: 0.6em 0;
  outline: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  #news aside h3 {
    padding: 0.5em 0 0.25em;
    font-size: 1.5em;
  }
}
#news aside h3:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  -o-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
#news aside .ui-accordion-header-active {
  background-color: #000;
  color: #fff;
  margin-bottom: 0;
}
#news aside p {
  padding-bottom: 1em;
}
#news aside ul li {
  background-color: #000;
  padding: 0.5em;
  font-size: 0.8em;
  outline: 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 48em) {
  #news aside ul li {
    padding: 1em;
    font-size: 1.1em;
  }
}
#news aside ul li:hover {
  background-color: #4c4c4e;
}
#news aside ul li:hover span {
  color: #FFF;
}
#news aside ul li a {
  color: #FFF;
  text-transform: uppercase;
}
#news aside ul li a:hover {
  color: #EF3340;
}
#news aside ul .active-li {
  background-color: #4c4c4e;
}
#news aside ul .active-li span {
  color: #FFF;
}
#news article {
  padding: 10px;
  margin-top: 0em;
}
@media (min-width: 48em) {
  #news article {
    padding: 0 1em 1em;
    margin-top: 0;
  }
}
#news article h3 {
  margin-top: 1em;
}
@media (min-width: 48em) {
  #news article h3 {
    margin-top: 0.5em;
  }
}
#news article h4 {
  margin: 0.5em auto;
}
#news article .news-item-body {
  line-height: 1.3em;
  font-size: 1.1em;
  font-family: "Nunito Sans", "Nunito-Sans-Fallback", sans-serif;
}
#news article .back-to-top {
  margin-top: 1em;
  max-width: 10em;
}

@media (min-width: 48em) {
  .side-nav-fixed {
    width: 25%;
    max-width: 345px;
    position: fixed !important;
    top: 195px;
  }
}

@media (min-width: 48em) {
  .side-nav-stop {
    width: 25% !important;
    max-width: 345px;
    position: absolute !important;
    top: 195px;
    height: auto;
    overflow: scroll;
  }
}
@media (min-width: 62em) {
  .side-nav-stop {
    height: auto;
  }
}

@media (min-width: 48em) {
  .side-nav-absolute {
    width: 25% !important;
    max-width: 345px;
    overflow: scroll;
    height: auto;
  }
}