@charset "UTF-8";
#super-header {
  position: relative;
}
#super-header #site-header {
  position: relative;
}
#super-header #main-navigation {
  bottom: 0;
}
#super-header .cu-unit {
  width: 220px;
}

.home #super-header #cu-header {
  position: relative;
  z-index: 9;
  background: transparent;
}
.home #super-header #site-header {
  position: absolute;
  z-index: 0;
}

#main-article {
  margin-bottom: 0px;
}

h2 {
  font-weight: 600;
}

h2.menu-block-title a {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600 !important;
  color: #b31b1b !important;
}

h4.subheading.sans {
  font-family: freight-sans-pro, sans-serif !important;
}

p {
  font-size: 18px !important;
  line-height: 26px !important;
}

.spotlight {
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .spotlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .spotlight {
    min-height: 100vh;
  }
}
.spotlight .cover-image {
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 1;
  height: 100%;
}
@media (min-width: 769px) {
  .spotlight .cover-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    position: relative;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .spotlight .cover-image {
    min-height: 100vh;
  }
}
.spotlight .cover-image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
@media (min-width: 1025px) {
  .spotlight .cover-image img {
    min-height: 100vh;
  }
}
.spotlight .text {
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  padding: 25px;
  margin: 0 auto 0px;
}
@media (min-width: 769px) {
  .spotlight .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    background-color: #222222;
    padding: 5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .spotlight .text {
    min-height: 100vh;
    margin: 0px;
    padding: 0px 150px 0px 125px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spotlight .text .text-wrap {
  max-width: 700px;
  padding: 25px 25px;
}
.spotlight .text .text-wrap h2, .spotlight .text .text-wrap h3, .spotlight .text .text-wrap p {
  color: white !important;
  font-family: freight-sans-pro, sans-serif;
}
.spotlight .text .text-wrap h2 {
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 481px) {
  .spotlight .text .text-wrap h2 {
    font-size: 48px;
  }
}
.spotlight .text .text-wrap h3 {
  font-size: 28px;
  font-weight: 30px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 1.5em;
}
@media (min-width: 481px) {
  .spotlight .text .text-wrap h3 {
    font-size: 36px;
  }
}
.spotlight .text .text-wrap p {
  font-size: clamp(26px, 4vw, 40px);
  line-height: clamp(50px, 5vw, 80px);
  font-weight: 400;
}
@media (min-width: 481px) {
  .spotlight .text .text-wrap p {
    font-size: 30px;
  }
}
.spotlight .text .text-wrap .link-button {
  position: relative;
  margin-top: 0px;
}
@media (min-width: 481px) {
  .spotlight .text .text-wrap .link-button {
    float: right;
  }
}
.spotlight .text .text-wrap .link-button span, .spotlight .text .text-wrap .link-button:after {
  font-size: 24px;
}
.spotlight .text .text-wrap .link-button:after {
  padding-left: 10px;
}

.cta {
  margin: 50px 0px;
  text-align: center;
}
@media (min-width: 481px) {
  .cta {
    margin: 50px 0px 0px;
  }
}
.cta p {
  font-size: clamp(26px, 4vw, 40px) !important;
  line-height: clamp(50px, 5vw, 80px) !important;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0px;
}
.cta p:before {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  margin: 0 auto;
  border-top: 3px solid #b31b1b;
  padding-bottom: 25px;
}

a.link-button {
  padding: 15px 25px;
  font-size: 19px;
  margin-top: 50px;
  text-decoration: none;
  background: #b31b1b;
}
@media (min-width: 481px) {
  a.link-button {
    bottom: 0;
    margin-top: 0px;
  }
}
a.link-button span {
  text-decoration: underline;
}
a.link-button:after {
  content: "";
  display: inline;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  left: 5px;
  -webkit-transition: left 200ms;
  transition: left 200ms;
}
a.link-button:hover, a.link-button:focus {
  color: white;
  background-color: #b31b1b;
}
a.link-button:hover span, a.link-button:focus span {
  text-decoration: none;
}
a.link-button:hover:after, a.link-button:focus:after {
  left: 10px;
  -webkit-transition: left 200ms;
  transition: left 200ms;
}
a.link-button.donate {
  position: relative;
  font-size: 28px;
  width: 100%;
  text-align: center;
  background: #b31b1b;
  color: white;
  width: 75%;
  margin: 0 auto;
  padding: 10px 25px;
  border: 2px solid transparent;
}
@meida (min-width: 481px) {
  a.link-button.donate {
    font-size: 24px;
    padding: 15px 30px;
  }
}
a.link-button.donate span {
  text-decoration: none;
}
a.link-button.donate:after {
  display: none;
}
a.link-button.donate:focus, a.link-button.donate:hover {
  background: transparent;
  color: #b31b1b;
  border: 2px solid #b31b1b;
}
a.link-button.sidebar-button {
  position: relative;
  top: 25px;
}

.two-col-grid.events {
  max-width: 1920px;
  background: #F7F7F7;
  margin: 0 auto;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-col-grid.events > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 769px) {
  .two-col-grid.events {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .two-col-grid.events {
    min-height: 100vh;
  }
}
.two-col-grid.events .buttons {
  -ms-grid-row: 3;
      grid-row-start: 3;
}
.two-col-grid.events .events-wrap {
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.two-col-grid.events .fellowship {
  -ms-grid-row: 2;
      grid-row-start: 2;
}
@media (min-width: 769px) {
  .two-col-grid.events .fellowship {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}
.two-col-grid.events h2 {
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  -ms-grid-row: 1;
      grid-row-start: 1;
  margin: 25px;
  padding-top: 50px;
}
@media (min-width: 769px) {
  .two-col-grid.events h2 {
    margin-top: 50px;
    -ms-grid-column: 1;
        grid-column-start: 1;
    font-size: 40px !important;
  }
}
@media (min-width: 1025px) {
  .two-col-grid.events h2 {
    font-size: 48px !important;
    margin: 0 15%;
    margin-top: 75px;
    margin-bottom: 25px;
  }
}
.two-col-grid.events h2:nth-of-type(1) {
  left: 15%;
  color: #222 !important;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.two-col-grid.events h2:nth-of-type(2) {
  color: white !important;
  z-index: 1;
  left: 10%;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
@media (min-width: 769px) {
  .two-col-grid.events h2:nth-of-type(2) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 75px 10% 0px;
  }
}
.two-col-grid.events .cards {
  background: #222;
  display: -ms-grid !important;
  display: grid !important;
  grid-auto-rows: 1fr;
  -ms-grid-row: 2;
      grid-row-start: 2;
  margin: 0px 25px;
  padding-top: 25px;
  margin-bottom: -1px !important;
}
@media (min-width: 769px) {
  .two-col-grid.events .cards {
    margin: 0 3%;
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .two-col-grid.events .cards {
    margin: 0 15%;
  }
}
.two-col-grid.events .cards a {
  width: auto;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
  padding: 15px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .two-col-grid.events .cards a {
    padding: 0px 25px;
  }
}
.two-col-grid.events .cards a .card {
  display: -ms-grid;
  display: grid;
  width: auto;
  -ms-grid-columns: 65px 1fr;
  grid-template-columns: 65px 1fr;
}
@media (min-width: 481px) {
  .two-col-grid.events .cards a .card {
    margin: 0 8%;
  }
}
@media (min-width: 769px) {
  .two-col-grid.events .cards a .card {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    margin: 0;
  }
}
.two-col-grid.events .cards a .card:after {
  display: none;
}
.two-col-grid.events .cards a .card .group-fields {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding: 0px 0px 0px 25px;
}
.two-col-grid.events .cards a .card .group-fields h3 span {
  text-decoration: none;
  color: white !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 769px) {
  .two-col-grid.events .cards a .card .group-fields h3 span {
    font-size: 24px;
    line-height: 32px;
  }
}
.two-col-grid.events .cards a .card .group-fields .start-time, .two-col-grid.events .cards a .card .group-fields .location {
  color: white;
  display: block;
}
@media (min-width: 481px) {
  .two-col-grid.events .cards a .card .group-fields .start-time, .two-col-grid.events .cards a .card .group-fields .location {
    display: inline-block;
  }
}
.two-col-grid.events .cards a .card .group-fields .start-time:before, .two-col-grid.events .cards a .card .group-fields .location:before {
  font-family: "FontAwesome";
  color: white;
  display: inline-block;
  min-height: 15px;
  min-width: 15px;
  margin-right: 5px;
}
.two-col-grid.events .cards a .card .group-fields .start-time {
  padding-top: 10px;
}
.two-col-grid.events .cards a .card .group-fields .start-time:before {
  content: "";
}
@media (min-width: 481px) {
  .two-col-grid.events .cards a .card .group-fields .location {
    margin-left: 25px;
  }
}
.two-col-grid.events .cards a .card .group-fields .location:before {
  content: "";
}
.two-col-grid.events .cards a .date {
  position: relative;
  text-align: center;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b31b1b), color-stop(50%, transparent));
  background: linear-gradient(to right, #b31b1b 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0px;
  height: 75px;
}
@media (min-width: 768px) {
  .two-col-grid.events .cards a .date {
    height: 100px;
  }
}
.two-col-grid.events .cards a .date:after {
  display: block;
  border-right: 1px solid white;
  height: 100%;
  max-height: 120px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.two-col-grid.events .cards a .date time {
  color: white;
}
.two-col-grid.events .cards a .date time .month {
  font-size: 18px;
  display: block;
  line-height: 34px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .two-col-grid.events .cards a .date time .month {
    font-size: 28px;
  }
}
.two-col-grid.events .cards a .date time .day {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  font-variant-numeric: lining-nums;
}
@media (min-width: 769px) {
  .two-col-grid.events .cards a .date time .day {
    font-size: 60px;
    line-height: 60px;
  }
}
.two-col-grid.events .cards a:hover .card .date, .two-col-grid.events .cards a:focus .card .date {
  background-position: left top;
}
.two-col-grid.events .cards a:hover .card .date:after, .two-col-grid.events .cards a:focus .card .date:after {
  border-right: 1px solid transparent;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.two-col-grid.events .cards a:hover time, .two-col-grid.events .cards a:focus time {
  background: transparent;
}
.two-col-grid.events .buttons .tint {
  background: #222;
  position: relative;
  margin: 0 25px;
  height: 100px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 769px) {
  .two-col-grid.events .buttons .tint {
    display: block;
    padding: 25px 50px 50px 0px;
    margin: 0 3%;
  }
}
@media (min-width: 1025px) {
  .two-col-grid.events .buttons .tint {
    margin: 0 15%;
    display: block;
  }
}
.two-col-grid.events .buttons .tint .link-button {
  position: relative;
  -ms-grid-row: 3;
      grid-row-start: 3;
  position: relative;
  display: inline-block;
  margin: 0px auto;
}
@media (min-width: 769px) {
  .two-col-grid.events .buttons .tint .link-button {
    display: block;
    float: right;
    bottom: 0;
    margin-right: 50px;
  }
}
@media (min-width: 1025px) {
  .two-col-grid.events .buttons .tint .link-button {
    margin-right: 0;
  }
}
.two-col-grid.events .fellowship-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 0;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4/7;
}
@media (min-width: 769px) {
  .two-col-grid.events .fellowship-image {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
  }
}
@media (min-width: 1025px) {
  .two-col-grid.events .fellowship-image {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}
.two-col-grid.events .fellowship-image:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
}
.two-col-grid.events .link-wrap {
  -ms-grid-row: 6;
      grid-row-start: 6;
  z-index: 1;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 25px 0px;
  text-align: center;
}
@media (min-width: 481px) {
  .two-col-grid.events .link-wrap {
    text-align: left;
    margin: 0px 25px;
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .two-col-grid.events .link-wrap {
    -ms-grid-row: 3;
        grid-row-start: 3;
    padding: 25px 15% 25px 0px;
    text-align: left;
  }
}
.two-col-grid.events .link-wrap .link-button {
  position: relative;
  display: inline-block;
}
@media (min-width: 769px) {
  .two-col-grid.events .link-wrap .link-button {
    -ms-grid-row: 3;
        grid-row-start: 3;
    float: right;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .two-col-grid.events .link-wrap .link-button {
    margin: 0px 0px 25px;
  }
}
.two-col-grid.events .fellowship-wrap {
  -ms-grid-row: 5;
      grid-row-start: 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: clamp(50px, 5vw, 80px);
  font-weight: 300;
  color: white;
  position: relative;
  font-family: freight-sans-pro, sans-serif;
  margin: 0px 25px;
}
@media (min-width: 769px) {
  .two-col-grid.events .fellowship-wrap {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    margin: 0 15% 0 10%;
  }
}
.two-col-grid.events .fellowship-wrap a {
  font-size: inherit;
  color: white;
}

.home .primary .flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px !important;
}
@media (min-width: 769px) {
  .home .primary .flex-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home .primary .flex-grid div {
  width: auto;
}
.home .primary .flex-grid div.welcome {
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
  font-size: 26px;
  font-weight: 400;
}
@media (min-width: 481px) {
  .home .primary .flex-grid div.welcome {
    padding-top: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
}
@media (min-width: 769px) {
  .home .primary .flex-grid div.welcome {
    padding-left: 5%;
    padding-top: 0px;
  }
}
.home .primary .flex-grid div.welcome h2 {
  font-size: 40px;
  font-weight: 600;
}
.home .primary .flex-grid div.welcome .link-button {
  position: relative !important;
}
@media (min-width: 768px) {
  .home .primary .flex-grid div.welcome .link-button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.home .primary .flex-grid div.image-wrap {
  margin-bottom: 0;
  min-height: 250px;
}
@media (min-width: 768px) {
  .home .primary .flex-grid div.image-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.home #super-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.home #super-header #site-header {
  z-index: 1 !important;
}

.home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider,
.home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider .container-fluid .slider-caption {
  min-height: 400px !important;
}
@media (min-width: 992px) {
  .home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider,
.home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider .container-fluid .slider-caption {
    min-height: 425px !important;
  }
}
@media (min-width: 1080px) {
  .home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider,
.home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider .container-fluid .slider-caption {
    min-height: 470px !important;
  }
}
@media (min-width: 1280px) {
  .home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider,
.home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider .container-fluid .slider-caption {
    min-height: 515px !important;
  }
}
@media (min-width: 1480px) {
  .home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider,
.home #super-header, .home #super-header #site-header,
.home #super-header #site-header .slider .container-fluid .slider-caption {
    min-height: 560px !important;
  }
}

#super-header.has_header_image {
  min-height: 200px;
}
@media (min-width: 481px) {
  #super-header.has_header_image {
    min-height: 270px;
  }
}
@media (min-width: 1024px) {
  #super-header.has_header_image {
    min-height: 380px;
  }
}
#super-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
#super-header #utility-navigation .list-menu li a {
  text-decoration: underline;
  text-transform: uppercase;
  background: none;
}
#super-header #site-header {
  position: absolute;
  z-index: -1;
}
@media (min-width: 1024px) {
  #super-header #site-header {
    min-height: 380px;
  }
}
@media (min-width: 1024px) {
  #super-header #site-header #image-band {
    min-height: 380px;
  }
}
#super-header #cu-header {
  background: transparent;
}
@media (min-width: 1024px) {
  #super-header #cu-header .cu-brand {
    padding-top: 5% !important;
  }
}
@media (max-width: 768px) {
  #super-header #cu-header .text-title {
    display: block;
    font-weight: 700 !important;
  }
  #super-header #cu-header .logo-title {
    display: none;
  }
}
@media (min-width: 768px) {
  #super-header #cu-header .text-title {
    display: none;
  }
}

#main-navigation {
  padding: 15px 0px;
  position: relative;
  top: -83px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55) !important;
}
#main-navigation ul.list-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  #main-navigation ul.list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #main-navigation ul.list-menu li {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  #main-navigation ul.list-menu li {
    font-size: 22px;
  }
}
#main-navigation ul.list-menu li a:hover, #main-navigation ul.list-menu li a:focus {
  background: #b31b1b;
}
#main-navigation ul.list-menu li ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main-navigation ul.list-menu li ul li {
  font-size: 16px;
  font-weight: 400;
  border-top: 0px;
}
#main-navigation ul.list-menu li ul li a:focus, #main-navigation ul.list-menu li ul li a:hover {
  background: #b31b1b !important;
}

body:not(.mobile) #main-navigation li a {
  padding: 17px 1em;
}

#main-navigation a, #main-navigation button {
  padding: 14px 1em;
}

body:not(.mobile) #main-navigation > .container-fluid > ul > li.current-post-ancestor > a {
  background: #555;
  background: rgba(255, 255, 255, 0.12);
}

footer .main-footer {
  background: #F7F7F7;
}
footer .main-footer .primary .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  footer .main-footer .primary .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .main-footer .primary .footer-links a {
  color: #222;
  text-decoration: underline;
}
footer .main-footer .primary .footer-links a:hover, footer .main-footer .primary .footer-links a:focus {
  color: #b31b1b;
}
footer .main-footer .primary .footer-links h2, footer .main-footer .primary .footer-links h3 {
  color: #222;
  font-weight: 500;
  font-size: 1.25em;
}
footer .main-footer .primary .footer-links div {
  width: unset;
}
@media (min-width: 768px) {
  footer .main-footer .primary .footer-links div:first-of-type {
    margin-right: 10%;
  }
}
footer .main-footer .secondary h2, footer .main-footer .secondary p {
  color: #222222;
}
footer .main-footer .secondary h2 {
  font-weight: 500;
  font-size: 27px;
}
footer .sub-footer {
  background: #000000 !important;
}
footer .sub-footer ul li a {
  color: #E8E8E8 !important;
}

@media (max-width: 480px) {
  .slider-container .container-fluid {
    height: 100%;
  }
  .slider-container #slider-caption {
    position: absolute !important;
  }
  .slider-container #slider-caption .caption-inner {
    margin: 0px;
    left: 4% !important;
    right: 4% !important;
    bottom: calc(4% ) !important;
    padding: 3%;
    max-height: 325px;
  }
  .slider-container #slider-caption .caption-inner h2 {
    font-size: 1em !important;
  }
  .slider-container #slider-caption .caption-inner h2 span {
    line-height: 1em;
  }
  .slider-container #slider-caption .campaign-nav {
    bottom: calc(4% + 125px) !important;
  }
  .slider-container #slider-caption .campaign-nav .next-prev {
    width: 100%;
  }
  .slider-container #slider-caption .campaign-nav .next-prev .next {
    float: right;
  }
}
.slider-container .slider-caption .caption-inner {
  left: unset !important;
  right: 0 !important;
  background: rgba(34, 34, 34, 0.75) !important;
  max-width: 300px;
}
@media (min-width: 481px) {
  .slider-container .slider-caption .caption-inner {
    max-width: 75% !important;
    padding: 5px;
    margin-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .slider-container .slider-caption .caption-inner {
    margin-right: 0px;
    max-width: 75% !important;
  }
}
.slider-container .slider-caption .caption-inner h2 {
  font-size: 1em !important;
  line-height: 1.75em !important;
  font-weight: 600 !important;
}
.slider-container .slider-caption .caption-inner h2 span {
  font-size: 0.85em !important;
  line-height: 1.5em !important;
  font-weight: 300 !important;
}
@media (max-width: 768px) {
  .slider-container .slider-caption .caption-inner h2 span {
    display: none;
  }
}

.campaign-nav, .caption-inner {
  bottom: calc(4% + 20px) !important;
}
@media (min-width: 992px) {
  .campaign-nav, .caption-inner {
    bottom: calc(4% + 80px) !important;
  }
}