@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900");
/* Scss Document */
/*Serrated Edges*/
.carousel p, .carousel h6, .carousel h4, .carousel a {
  color: white;
  text-decoration: none;
}
.carousel .button {
  margin-top: 19px;
  display: inline-block;
  color: #133875;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid white;
  text-decoration: none;
  background-color: white;
  padding: 12px 50px;
}
.carousel .container {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .carousel .container {
    padding: 30px 70px;
  }
  .carousel .container button {
    font-size: 2.5em;
  }
  .carousel .container button.prev {
    left: 10px;
  }
  .carousel .container button.next {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .carousel .container button {
    font-size: 2em;
  }
}
@media (max-width: 576px) {
  .carousel .container {
    padding: 50px;
  }
  .carousel .container button {
    font-size: 2em;
  }
}
.carousel .ttl-bar {
  padding-right: 50%;
}
@media (max-width: 430px) {
  .carousel .ttl-bar {
    font-size: 1.4em;
  }
}
.carousel div.frame {
  overflow: hidden;
}
.carousel div.frame div.frame-inner {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1), -moz-transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1), -webkit-transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1), -moz-transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1), -o-transform 0.8s cubic-bezier(0.24, 0.96, 0.46, 1);
}
.carousel div.frame div.frame-inner div.slide,
.carousel div.frame div.frame-inner figure.slide {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 10%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  margin: 10px;
  padding: 10px;
  background-color: none;
  position: relative;
  -webkit-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  background-color: rgba(255, 255, 255, 0.2);
}
.carousel div.frame div.frame-inner div.slide a,
.carousel div.frame div.frame-inner figure.slide a {
  text-decoration: none;
  color: #ebebeb;
}
.carousel div.frame div.frame-inner div.slide span,
.carousel div.frame div.frame-inner figure.slide span {
  display: block;
  width: 100%;
  height: 150px;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: opacity 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
.carousel div.frame div.frame-inner div.slide .text,
.carousel div.frame div.frame-inner figure.slide .text {
  padding: 30px 20px 20px;
}
.carousel div.frame div.frame-inner div.slide .text h3,
.carousel div.frame div.frame-inner figure.slide .text h3 {
  font-weight: 300;
  color: black;
  line-height: 1.1;
  margin-top: 0;
  font-size: 1.5em;
  -webkit-transition: color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
.carousel div.frame div.frame-inner div.slide .text p,
.carousel div.frame div.frame-inner figure.slide .text p {
  line-height: 1.3;
  font-weight: 300;
  -webkit-transition: color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
.carousel div.frame div.frame-inner div.slide a,
.carousel div.frame div.frame-inner figure.slide a {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel div.frame div.frame-inner div.slide:hover,
.carousel div.frame div.frame-inner figure.slide:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.carousel div.frame div.frame-inner div.slide:hover span,
.carousel div.frame div.frame-inner figure.slide:hover span {
  opacity: 0.8;
}
.carousel div.frame div.frame-inner div.slide:hover p, .carousel div.frame div.frame-inner div.slide:hover h6, .carousel div.frame div.frame-inner div.slide:hover h4, .carousel div.frame div.frame-inner div.slide:hover a,
.carousel div.frame div.frame-inner figure.slide:hover p,
.carousel div.frame div.frame-inner figure.slide:hover h6,
.carousel div.frame div.frame-inner figure.slide:hover h4,
.carousel div.frame div.frame-inner figure.slide:hover a {
  color: #133875;
  text-decoration: none;
}
.carousel div.frame div.frame-inner div.slide:hover .text h3,
.carousel div.frame div.frame-inner div.slide:hover .text p,
.carousel div.frame div.frame-inner figure.slide:hover .text h3,
.carousel div.frame div.frame-inner figure.slide:hover .text p {
  color: #575757;
}
.carousel div.frame .markers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.carousel div.frame .markers span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  opacity: 0.5;
  background-color: #ffc72c;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -moz-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -moz-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -o-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  cursor: pointer;
}
.carousel div.frame .markers span.active {
  opacity: 1;
}
@media (hover: hover) {
  .carousel div.frame .markers span:hover {
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.carousel button {
  position: absolute;
  top: 15px;
  color: #ebebeb;
  background: transparent;
  font-size: 2.5em;
  -webkit-transform: translateY(-50%) scale(1);
     -moz-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  padding: 0 5px;
}
.carousel button.prev {
  right: 70px;
}
@media (max-width: 576px) {
  .carousel button.prev {
    right: 70px;
    top: 35px;
    z-index: 10;
  }
}
@media (max-width: 430px) {
  .carousel button.prev {
    right: 30px;
    font-size: 1.4em;
  }
}
.carousel button.next {
  right: 0px;
}
@media (max-width: 576px) {
  .carousel button.next {
    top: 35px;
    z-index: 10;
  }
}
@media (max-width: 430px) {
  .carousel button.next {
    font-size: 1.4em;
  }
}
@media (hover: hover) {
  .carousel button:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
       -moz-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
         -o-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
    color: white;
  }
}
.carousel button::before {
  display: none;
}

#events div.container {
  padding: 0;
}
#events .top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: static;
  padding-bottom: 5px;
  border-bottom: 5px solid #133875;
}
#events .top-bar .view-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 10px;
  line-height: 1;
}
#events .top-bar .view-toggle .btn {
  padding: 5px 15px;
  border: 1px solid #575757;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8;
  color: #575757;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  background-color: transparent;
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 0;
  cursor: pointer;
}
#events .top-bar .view-toggle .btn.disabled {
  background-color: #575757;
  border-color: #575757;
  color: white;
  opacity: 1;
}
#events .top-bar .view-toggle .btn:hover {
  opacity: 0.5;
}
@media (max-width: 992px) {
  #events .top-bar .view-toggle .btn {
    padding: 5px 10px;
  }
}
@media (max-width: 576px) {
  #events .top-bar .view-toggle .btn {
    line-height: 1;
  }
}
@media (max-width: 576px) and (max-width: 430px) {
  #events .top-bar .view-toggle {
    margin-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
@media (max-width: 576px) {
  #events .top-bar .view-toggle {
    position: absolute;
    top: 50px;
    left: 0;
  }
}
#events .top-bar .month-date-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#events .top-bar .month-date-nav span {
  font-size: 2.1em;
  padding-left: 10px;
  color: #575757;
}
@media (max-width: 992px) {
  #events .top-bar .month-date-nav span {
    font-size: 1.8em;
  }
}
#events .top-bar .month-date-nav button {
  color: #002f5f;
  background: transparent;
  font-size: 2.5em;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
   -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  padding: 0 5px;
  line-height: normal;
}
@media (hover: hover) {
  #events .top-bar .month-date-nav button:hover {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    color: #3966AD;
  }
}
@media (max-width: 576px) {
  #events .top-bar .month-date-nav button {
    font-size: 2em;
  }
}
#events .top-bar .month-date-nav a.calendar {
  margin: 0;
  padding: 10px 20px;
}
@media (max-width: 992px) {
  #events .top-bar .month-date-nav a.calendar {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #events .top-bar .month-date-nav a.calendar {
    padding: 0 14px;
    font-size: 0;
  }
  #events .top-bar .month-date-nav a.calendar::after {
    content: "";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: bold;
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  #events .top-bar .month-date-nav a.calendar::after {
    font-size: 25px;
  }
}
@media (max-width: 430px) {
  #events .top-bar .month-date-nav a.calendar {
    padding: 0 12px;
  }
  #events .top-bar .month-date-nav a.calendar::after {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  #events .top-bar .month-date-nav span {
    padding-left: 0;
    font-size: 1.2em;
  }
  #events .top-bar .month-date-nav button {
    font-size: 1.5em;
  }
}
@media (max-width: 430px) {
  #events .top-bar .month-date-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
#events .top-bar .add-task {
  position: relative;
  display: inline-block;
}
@media (max-width: 576px) {
  #events .top-bar {
    position: relative;
  }
}
@media (max-width: 430px) {
  #events .top-bar {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#events .views {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#events .views .month-date-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#events .views .month-date-nav span {
  font-size: 2.1em;
  padding-left: 10px;
  color: #575757;
}
#events .views .month-date-nav button {
  color: #002f5f;
  background: transparent;
  font-size: 2.5em;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
   -ms-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  padding: 0 5px;
  line-height: normal;
}
@media (hover: hover) {
  #events .views .month-date-nav button:hover {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    color: #3966AD;
  }
}
@media (max-width: 576px) {
  #events .views .month-date-nav span {
    font-size: 1.5em;
  }
}
@media (max-width: 576px) {
  #events .views .month-date-nav span {
    font-size: 1.5em;
  }
  #events .views .month-date-nav button {
    font-size: 1.5em;
  }
}
@media (max-width: 430px) {
  #events .views .month-date-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #events .views .month-date-nav span {
    font-size: 1.2em;
  }
}
#events .views button {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .views .view-nav {
  padding-bottom: 10px;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#events .views .view-nav span {
  margin: 0 15px;
  text-transform: uppercase;
  font-weight: 900;
  color: #ebebeb;
}
#events .views .view-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#events .views .view-toggle h1 {
  margin-bottom: 0;
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 430px) {
  #events .views .view-toggle h1 {
    font-size: 21px !important;
  }
}
#events .views .view-toggle .btn {
  margin: auto 0 auto 10px;
  padding: 8px 12px;
  border-color: transparent;
}
@media (max-width: 576px) {
  #events .views .view-toggle .btn {
    font-size: 13px;
    padding: 7px 11px;
  }
}
#events .views .view-toggle label {
  padding: 5px 15px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-left: 5px;
  font-size: 1em;
  font-weight: 300;
  color: #ebebeb;
  background-color: transparent;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  margin-bottom: 0;
  cursor: pointer;
}
#events .views .view-toggle input {
  display: none;
}
#events .views .view-toggle input:checked + label {
  background-color: #575757;
  border-color: #575757;
  color: white;
}
#events .views .category-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
}
#events .views .category-toggle .select-custom {
  display: block;
  padding: 0;
  color: #575757;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 768px) {
  #events .views .category-toggle .select-custom {
    padding-top: 10px;
  }
}
@media (max-width: 430px) {
  #events .views .category-toggle .select-custom {
    margin-right: 0;
    padding-top: 6px;
  }
}
#events .views .category-toggle .select-custom select {
  display: none;
}
#events .views .category-toggle .select-custom > div:first-of-type {
  border: 2px solid white;
  padding: 10px 10px 10px 20px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  cursor: pointer;
}
#events .views .category-toggle .select-custom > div:first-of-type::after {
  content: "";
  color: #133875;
  font-size: 30px;
  display: block;
  padding: 0 10px;
  line-height: 0.5;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .views .category-toggle .select-custom > div:first-of-type:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#events .views .category-toggle .select-custom > div:last-child {
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 10;
}
#events .views .category-toggle .select-custom > div:last-child span {
  display: block;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.11);
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  cursor: pointer;
}
#events .views .category-toggle .select-custom > div:last-child span.selected {
  color: white;
  background-color: #133875;
}
#events .views .category-toggle .select-custom > div:last-child span:last-child {
  border: none;
}
#events .views .category-toggle .select-custom > div:last-child span:hover {
  color: white;
  background-color: #3966AD;
}
#events .views .category-toggle .select-custom.open {
  background-color: white;
  z-index: 10;
}
#events .views .category-toggle .select-custom.open > div:first-of-type::after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #3966AD;
}
#events .views .category-toggle .select-custom.open > div:last-child {
  height: auto;
  -webkit-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.3);
}
#events .views .category-toggle .select-custom.open > div:last-child span {
  opacity: 1;
}
@media (max-width: 992px) {
  #events .views {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #events .views .category-toggle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  #events .views .view-toggle label:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #events .views {
    padding: 20px 10px;
  }
  #events .views .view-nav button {
    line-height: 1.1;
  }
  #events .views .view-nav > span {
    margin: 0 10px;
    line-height: 1;
  }
  #events .views .view-toggle label {
    padding: 5px 10px;
    line-height: 1;
  }
  #events .views .category-toggle .select-custom > div:first-of-type {
    padding: 5px 10px;
    line-height: 1;
  }
  #events .views .category-toggle .select-custom > div:first-of-type::after {
    font-size: 22px;
    padding: 0 5px;
  }
  #events .views .category-toggle .select-custom > div:last-child {
    padding: 0;
  }
}
@media (max-width: 576px) {
  #events .views {
    padding: 15px 0;
  }
  #events .views .view-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #events .views .view-nav > span {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #events .views .view-toggle label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: center;
  }
  #events .views .view-toggle label:last-child {
    margin-right: 10px;
  }
  #events .views .category-toggle {
    padding: 0;
    font-size: 14px;
  }
}
#events .cal-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
}
#events .cal-grid > div {
  width: 14.2857142857%;
  min-height: 95px;
  border-bottom: 1px solid #133875;
  border-left: 1px solid #133875;
  padding: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#events .cal-grid > div:nth-child(7n) {
  border-right: 1px solid #133875;
}
#events .cal-grid > div.title {
  margin-bottom: 0;
  background-color: #0E2449;
  color: #ebebeb;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  text-align: center;
  min-height: auto;
  border-left: 1px solid #ebebeb;
  font-size: 19px;
}
#events .cal-grid > div.title::after {
  font-family: "Raleway", sans-serif;
  display: inline;
  font-weight: normal;
}
@media (max-width: 768px) {
  #events .cal-grid > div.title::after {
    display: none;
  }
}
#events .cal-grid > div.title:nth-child(1) {
  border-left: 1px solid #133875;
}
#events .cal-grid > div.title:nth-child(1)::after {
  content: "UN";
}
#events .cal-grid > div.title:nth-child(2)::after {
  content: "ON";
}
#events .cal-grid > div.title:nth-child(3)::after {
  content: "ES";
}
#events .cal-grid > div.title:nth-child(4)::after {
  content: "ED";
}
#events .cal-grid > div.title:nth-child(5)::after {
  content: "URS";
}
#events .cal-grid > div.title:nth-child(6)::after {
  content: "RI";
}
#events .cal-grid > div.title:nth-child(7)::after {
  content: "AT";
}
#events .cal-grid > div.off span {
  opacity: 0.4;
}
#events .cal-grid > div.today {
  background-color: rgba(87, 87, 87, 0.25);
}
#events .cal-grid > div .event {
  display: block;
  background-color: #ebebeb;
  color: #133875;
  font-size: 0.9em;
  padding: 3px 5px;
  overflow: hidden;
  margin-top: 3px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  max-width: 100%;
}
#events .cal-grid > div .event:hover {
  color: #3966AD;
}
#events .cal-grid > div .event::before {
  padding: 0;
  margin: 0;
  width: 0;
  border: none;
  display: none;
}
@media (max-width: 992px) {
  #events .cal-grid > div .event {
    width: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    height: 10px;
    margin: 1px;
    line-height: 1.2;
    color: #575757 !important;
    background-color: #575757;
    display: none;
  }
  #events .cal-grid > div .event > a {
    display: none;
  }
  #events .cal-grid > div .event:first-of-type {
    display: block;
    margin: 2.5px auto;
  }
}
#events .cal-grid > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .cal-grid > div > a:hover {
  background-color: rgba(19, 56, 117, 0.25);
}
#events .cal-grid > div span:first-child + a {
  display: none;
}
@media (max-width: 992px) {
  #events .cal-grid > div {
    padding: 5px;
    line-height: 1.2;
  }
  #events .cal-grid > div span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #events .cal-grid > div {
    min-height: 45px;
  }
}
#events .week-stack .day-pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ebebeb;
  margin-top: 15px;
  padding-bottom: 10px;
}
#events .week-stack .day-pod h2 {
  width: 100%;
  display: block;
  background-color: #0E2449;
  color: #ebebeb;
  padding: 10px;
  font-size: 1.1em;
  margin: 0 0 10px;
  font-weight: 400;
  position: relative;
}
#events .week-stack .day-pod h2 > span {
  font-weight: 900;
}
#events .week-stack .day-pod h2::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #0E2449;
}
#events .week-stack .day-pod h2:only-child {
  margin-bottom: 40px;
  position: relative;
}
#events .week-stack .day-pod h2:only-child::after {
  position: absolute;
  content: "No Events";
  color: #133875;
  opacity: 0.75;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  display: block;
  bottom: -37px;
  left: 20px;
  line-height: 1;
}
#events .week-stack .day-pod .event {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 10px 10px 0;
  color: #133875;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .week-stack .day-pod .event .time {
  background-color: #575757;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  font-weight: 900;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-right: 10px;
  line-height: 1.2;
  padding: 5px;
  color: #ebebeb;
  -webkit-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .week-stack .day-pod .event .time::after {
  display: none;
}
#events .week-stack .day-pod .event h3 {
  margin: 0;
  padding-right: 10px;
  font-size: 1.3em;
  font-weight: 300;
  color: black;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -moz-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -moz-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -o-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .week-stack .day-pod .event a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#events .week-stack .day-pod .event:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
#events .week-stack .day-pod .event:hover .time {
  background-color: #575757;
}
#events .week-stack .day-pod .event:hover h3 {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 768px) {
  #events .week-stack .day-pod .event {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #events .week-stack .day-pod .event h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 5px;
    line-height: 1.2;
    font-size: 1.2em;
  }
}
#events .day-stack .event-pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ebebeb;
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .day-stack .event-pod::after {
  content: "";
  position: absolute;
  font-weight: 400;
  color: #575757;
  bottom: 0;
  right: 10px;
  font-size: 1.5em;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: opacity 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .day-stack .event-pod h2 {
  width: 100%;
  display: block;
  background-color: #0E2449;
  color: #ebebeb;
  padding: 10px;
  font-size: 1.1em;
  margin: 0 0 10px;
  font-weight: 400;
  position: relative;
}
#events .day-stack .event-pod h2::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #0E2449;
}
#events .day-stack .event-pod .details {
  padding: 20px;
}
#events .day-stack .event-pod .details h3 {
  margin: 0;
  padding-right: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
  color: #575757;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -moz-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -webkit-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -moz-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), -o-transform 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .day-stack .event-pod a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#events .day-stack .event-pod:hover {
  background-color: rgba(235, 235, 235, 0.5);
}
#events .day-stack .event-pod:hover::after {
  opacity: 1;
}
#events .detail-header .date-time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: white;
  background-color: #575757;
  padding: 10px;
}
#events .detail-header .date-time .date {
  border-right: 1px solid white;
  padding-right: 10px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6em;
  line-height: 1;
}
#events .detail-header .date-time .date > span {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.6em;
  line-height: 1;
}
#events .detail-header .date-time .time {
  padding-left: 10px;
  font-size: 1.5em;
}
#events .detail-header .date-time .time span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
#events .detail-header .date-time .time span::before {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  content: " - ";
}
@media (max-width: 576px) {
  #events .detail-header .date-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #events .detail-header .date-time .date {
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.2em;
  }
  #events .detail-header .date-time .date > span {
    font-size: 1em;
    padding-left: 5px;
  }
  #events .detail-header .date-time .time {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  #events .detail-header .date-time .time {
    font-size: 1.2em;
  }
}
#events .detail-header h1 {
  font-size: 2.2em;
  margin: 15px 0 5px;
  font-weight: 300;
  color: #133875;
}
#events .detail-header h2 {
  font-size: 1.5em;
  margin: 0;
  color: #575757;
  margin-bottom: 15px;
}
#events .detail-header figure {
  position: relative;
}
#events .detail-header figure span {
  display: block;
  min-height: 500px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  #events .detail-header figure span {
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  #events .detail-header figure span {
    min-height: 260px;
  }
}
@media (max-width: 576px) {
  #events .detail-header figure span {
    min-height: 240px;
  }
}
@media (max-width: 430px) {
  #events .detail-header figure span {
    min-height: 200px;
  }
}
#events .detail-header figure figcaption {
  top: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 768px) {
  #events .detail-header figure figcaption {
    position: static;
    background-color: #0E2449;
  }
}
#events .detail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#events .detail-block > div,
#events .detail-block p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
#events .detail-block > a,
#events .detail-block span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.3%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
  margin-right: 15px;
  margin-top: 15px;
  line-height: 1.3;
  color: #133875;
  font-weight: 900;
}
@media (max-width: 768px) {
  #events .detail-block > a,
#events .detail-block span {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
#events .detail-block > a::before,
#events .detail-block span::before {
  color: #575757;
  font-size: 2.4em;
  padding-right: 20px;
}
#events .detail-block > a.location::before,
#events .detail-block span.location::before {
  content: "";
}
#events .detail-block > a.url::before,
#events .detail-block span.url::before {
  content: "";
}
#events .detail-block > a {
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .detail-block > a::before {
  opacity: 1;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .detail-block > a::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(20px);
     -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
       -o-transform: translateX(20px);
          transform: translateX(20px);
  color: #575757;
  font-size: 2.4em;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#events .detail-block > a:hover {
  color: #575757;
}
#events .detail-block > a:hover::before {
  -webkit-transform: translateX(-50px);
     -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
       -o-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
#events .detail-block > a:hover::after {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media (pointer: coarse) {
  #events .detail-block > a {
    color: #575757;
  }
}
#events .detail-block iframe {
  margin: 15px 0;
  min-width: 0;
  width: 100%;
}
@media (max-width: 576px) {
  #events .detail-block .halves a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

a, body, h1, h2, h3, h4, html, li, ul, p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

a {
  cursor: pointer;
  color: #133875;
  text-decoration: underline;
}
a:hover {
  color: #2b6edd;
}

#alert-header {
  padding: 10px;
  text-align: center;
  width: 100%;
  background-color: #dc3545;
  z-index: 51;
  position: fixed;
  color: white;
  top: 54px;
}
#alert-header a {
  color: white;
  font-size: 16px;
}

.arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 50%;
  padding-bottom: 0;
  background-color: inherit;
  height: 20px;
}

.arrow:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
       transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
    -o-transform: skewX(45deg);
       transform: skewX(45deg);
}

.arrow:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
       transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
       transform: skewX(-45deg);
}

.arrow-wrap {
  position: relative;
  /*height: auto;*/
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.arrow-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.btn-up {
  font-weight: 700;
  background-color: #ffc72c;
  border: 1px solid #ffc72c;
  color: #575757 !important;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .btn-up {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .btn-up {
    width: 50%;
    padding-top: 0;
    font-size: 14px;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
}
.btn-up:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-up:hover:after {
  width: 600px;
  border-color: #f8b600;
}
@media (max-width: 991px) {
  .btn-up:hover:after {
    display: none;
  }
}

section.faces {
  background-color: #ebebeb;
}

a.btn-bio {
  font-weight: 700;
  background-color: #ffc72c;
  border: 2px solid #ffc72c;
  color: #575757 !important;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  padding: 2% 6%;
  position: relative;
  margin: 0 auto;
  width: 60%;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1199px) {
  a.btn-bio {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  a.btn-bio {
    width: 50%;
    padding: 2% 5%;
    margin-top: 2%;
    font-size: 14px;
    margin-bottom: 3%;
  }
}
a.btn-bio:hover {
  background-color: transparent;
  border: 2px solid #575757;
  color: #575757 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-bio:hover:after {
  width: 600px;
  border-color: #f8b600;
}
@media (max-width: 991px) {
  a.btn-bio:hover:after {
    display: none;
  }
}

#faces-carousel {
  background: darkgreen;
}
#faces-carousel .carousel-item {
  background-color: #fff;
}
#faces-carousel .carousel-item [class*=col]:first-child img {
  max-width: 100%;
}
#faces-carousel .carousel-item [class*=col]:last-child {
  position: relative;
  padding-right: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  #faces-carousel .carousel-item [class*=col]:last-child {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#faces-carousel .carousel-item [class*=col]:last-child::before {
  position: absolute;
  content: "";
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  top: -30px;
  left: 50%;
  border-bottom: 30px solid white;
  border-left: 30px solid transparent;
}
#faces-carousel .carousel-item [class*=col]:last-child::after {
  position: absolute;
  content: "";
  width: 50%;
  top: -30px;
  left: 0;
  border-bottom: 30px solid white;
  border-right: 30px solid transparent;
}
#faces-carousel .carousel-item [class*=col]:last-child a {
  text-decoration: none;
  margin-bottom: 50px;
}
#faces-carousel .carousel-indicators li {
  background-color: #cacaca;
}
#faces-carousel .carousel-indicators li.active {
  background-color: #575757;
}

.carousel-control-next, .carousel-control-prev {
  width: 70px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  outline: black;
  -webkit-background-size: 100%, 100%;
     -moz-background-size: 100%, 100%;
       -o-background-size: 100%, 100%;
          background-size: 100%, 100%;
  background-image: none;
  width: 70px;
}

.carousel-control-next-icon:after {
  font-weight: bold;
  content: "";
  font-size: 42px;
  color: #8a8a8a;
  text-align: center;
}

.carousel-control-prev-icon:after {
  font-weight: bold;
  content: "";
  font-size: 42px;
  color: #8a8a8a;
  text-align: center;
}

section.faces p.carousel-p-title {
  color: #575757;
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 1.2;
}

section.faces .carousel-item p {
  color: #575757;
  font-weight: 400;
  font-size: 20px;
}

.carousel-caption {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  color: #333;
  font-weight: 500;
}

@media (max-width: 576px) {
  .carousel-control-prev-icon::after, .carousel-control-next-icon::after {
    font-size: 30px;
  }
}

section.explore {
  background-color: #ebebeb;
  padding: 50px 0;
}
section.explore [class*=col] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.explore p {
  font-size: 29px;
  color: #575757;
  font-weight: 300;
}
section.explore .explore-links {
  width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
section.explore .explore-links a {
  background: none;
  color: #575757;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #575757;
  padding: 15px 0;
  margin: 0 0 30px auto;
  width: 60%;
}
section.explore .explore-links a:hover {
  text-decoration: none;
  background: #ffc72c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.explore .explore-links a:last-child {
  margin-bottom: 0;
}
section.explore .explore-links h5 {
  -webkit-text-decoration: to-upper-case;
     -moz-text-decoration: to-upper-case;
          text-decoration: to-upper-case;
  text-align: center;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  section.explore p {
    font-size: 24px;
  }
  section.explore .explore-links a {
    font-size: 16px;
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.explore {
    padding: 20px 0 40px;
  }
  section.explore p {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
  }
  section.explore .explore-links a {
    font-size: 14px;
    width: 90%;
    margin: 15px auto;
  }
}

section.news, section.why-sulc, section.training,
section.faces, section.explore explore-links a {
  text-align: center;
}

section.news, section.faces, section.events, section.why-sulc {
  padding-bottom: 4%;
  padding-top: 4%;
}

/*section.news {
  background-color: transparent;
	a {
        color: #333;
        text-decoration: none !important;
        background:#FFF;
        display: block;
        // height: 100%;
		img {
            transition:ease-in-out .2s all;
        }
		&:hover {
            color:lighten($brand-primary,10%);
			img {opacity:.6;}
		}
	}
	h1 {
        padding-bottom:30px;
    }
}*/
section.news h1, section.why-sulc h1,
section.faces h1, section.news-detail h1 {
  color: #133875;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  section.news h1, section.why-sulc h1,
section.faces h1, section.news-detail h1 {
    font-size: 30px;
    margin-bottom: 0;
    padding: 0 15px 0.25em;
    line-height: 1.1;
  }
}

section.training {
  background-color: #575757;
  padding: 65px 20%;
  line-height: 1.2;
}
section.training h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: inherit;
}
section.training h1 span {
  display: inline;
  word-break: keep-all;
  white-space: nowrap;
}
section.training h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  line-height: inherit;
}
section.training a.btn-up {
  display: block;
  text-decoration: none;
  border-width: 2px;
  margin: auto;
}
@media (max-width: 768px) {
  section.training {
    padding: 50px 20px;
  }
  section.training h1 {
    font-size: 28px;
  }
  section.training h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  section.training {
    padding: 50px 15px;
  }
  section.training h1 {
    font-size: 22px;
  }
  section.training h1 span {
    white-space: normal;
  }
  section.training h2 {
    font-size: 19px;
  }
}

section.tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  padding: 0 0 10px;
  text-align: center;
  position: relative;
  z-index: 0;
}
section.tour::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: -1;
}
section.tour h1, section.tour h2 {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
}
section.tour h1 {
  font-size: 72px;
  margin: 50px 0 0;
  padding: 0;
}
section.tour h2 {
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
section.tour .btn-tour {
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 1px !important;
     -moz-border-radius: 1px !important;
          border-radius: 1px !important;
  color: #fff !important;
  display: inline-block;
  margin: 30px auto;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 15px 70px;
  margin-top: 3%;
  overflow: hidden;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  section.tour .btn-tour {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.tour .btn-tour {
    font-size: 12px;
  }
}
section.tour .btn-tour:hover {
  background: #ffc72c;
  color: #575757 !important;
  border: 1px solid #ffc72c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  section.tour {
    height: 400px;
  }
  section.tour h1 {
    font-size: 42px;
    margin-top: 30px;
  }
  section.tour h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.tour {
    height: 300px;
  }
  section.tour h1 {
    margin-top: 0;
  }
  section.tour .btn-tour {
    padding: 7px 30px;
  }
}

.arrow-wrap.tour .arrow {
  background-color: #ebebeb;
}
.arrow-wrap.tour .arrow:before, .arrow-wrap.tour .arrow:after {
  height: 30px;
}

.hm-hero-wrapper, #heroImage {
  z-index: 0;
}
.hm-hero-wrapper > .video-wrapper, #heroImage > .video-wrapper {
  height: 100vh;
  position: relative;
  background-color: black;
}
.hm-hero-wrapper > .video-wrapper video, #heroImage > .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.85;
}
@media (hover: hover) {
  .hm-hero-wrapper iframe, #heroImage iframe {
    width: 177vh !important;
    min-width: 100% !important;
    min-height: 56vw !important;
  }
}
.hm-hero-wrapper > div, #heroImage > div {
  height: 100vh;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.hm-hero-wrapper > div::before, #heroImage > div::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.25;
  z-index: 1;
}
@media (hover: hover) {
  .hm-hero-wrapper > div::before, #heroImage > div::before {
    content: "";
    display: block;
  }
}
.hm-hero-wrapper > div a, #heroImage > div a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hm-hero-wrapper img, #heroImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 700px;
  z-index: 3;
}
@media (hover: none) {
  .hm-hero-wrapper img, #heroImage img {
    display: none;
  }
}
.hm-hero-wrapper #scrolltrigger, #heroImage #scrolltrigger {
  position: absolute;
  cursor: pointer;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 3em;
  -webkit-animation: o-loop 4s ease infinite;
     -moz-animation: o-loop 4s ease infinite;
       -o-animation: o-loop 4s ease infinite;
          animation: o-loop 4s ease infinite;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.hm-hero-wrapper #scrolltrigger:hover, #heroImage #scrolltrigger:hover {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 1 !important;
  font-size: 3.2em;
}
@-webkit-keyframes o-loop {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes o-loop {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
@-o-keyframes o-loop {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes o-loop {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
.hm-hero-wrapper div#scrollpoint, #heroImage div#scrollpoint {
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 1px;
  height: 0px;
  opacity: 0.01;
}

.hm-hero-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  background: #000;
  width: 100%;
  height: 100%;
}
.hm-hero-content .logo {
  position: relative;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 5%;
    left: 45%;
    padding-bottom: 30px;
  }
}
.why-column {
  background-color: #133875;
}

header {
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 100;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  -webkit-transition: background-color cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  -o-transition: background-color cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  -moz-transition: background-color cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  transition: background-color cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  padding: 0 !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

section#searchBox {
  position: absolute;
  height: 100%;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100000;
  top: -100%;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#searchBox > div {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  background-color: #575757;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#searchBox > div div.close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 15px;
}
section#searchBox > div div.close span {
  display: block;
  width: 45px;
  height: 4px;
  background-color: white;
  position: relative;
  bottom: -2px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
section#searchBox > div div.close span:last-child {
  bottom: 2px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
section#searchBox h1 {
  color: #ffc72c;
  opacity: 0.5;
  width: 100%;
}
section#searchBox form {
  max-width: 800px;
  width: 100%;
  margin: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#searchBox form input {
  padding: 10px 20px;
}
section#searchBox form [type=text] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #ffc72c;
  background: transparent;
  border-color: #ffc72c;
}
section#searchBox form [type=text]::-webkit-input-placeholder {
  color: #ffc72c;
  opacity: 0.5;
}
section#searchBox form [type=text]:-moz-placeholder {
  color: #ffc72c;
  opacity: 0.5;
}
section#searchBox form [type=text]::-moz-placeholder {
  color: #ffc72c;
  opacity: 0.5;
}
section#searchBox form [type=text]:-ms-input-placeholder {
  color: #ffc72c;
  opacity: 0.5;
}
section#searchBox form [type=text]::-ms-input-placeholder {
  color: #ffc72c;
  opacity: 0.5;
}
section#searchBox form [type=text]::placeholder {
  color: #ffc72c;
  opacity: 0.5;
}
section#searchBox form [type=submit] {
  color: #ffc72c;
  background-color: #575757;
  margin-left: 10px;
  border-color: #ffc72c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#searchBox form [type=submit]:hover {
  background-color: #ffc72c;
  color: #575757;
  cursor: pointer;
}
@media (max-width: 576px) {
  section#searchBox form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#searchBox form [type=submit] {
    margin: 20px auto;
    width: 100px;
  }
}
section#searchBox.active {
  top: 0;
}
section#searchBox.active > div {
  top: 0;
  opacity: 0.95;
}
section#searchBox.active > form {
  opacity: 1;
}

#searchResults {
  margin-bottom: 50px;
}
#searchResults h1 {
  font-weight: 600;
  color: #133875;
}
#searchResults h2 {
  color: #133875;
  font-size: 24px;
  line-height: 1.25;
}
#searchResults p {
  line-height: 1.3;
}
#searchResults a.result {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  padding: 20px 20px 5px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#searchResults a.result:after {
  content: "";
  border-bottom: 1px solid #575757;
  display: block;
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
}
#searchResults a.result:last-child:after {
  display: none;
}
#searchResults a.result:hover {
  background-color: #ffdb79;
  padding-left: 20px;
  padding-right: 0px;
}
#searchResults div.summary {
  background-color: #ebebeb;
  padding: 30px 15px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #575757;
}

section.mobile-nav {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  -webkit-transition: background-color cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  -o-transition: background-color cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  -moz-transition: background-color cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  transition: background-color cubic-bezier(0.86, 0, 0.07, 1) 500ms;
  z-index: 15;
}
section.mobile-nav a.brand {
  padding: 5px;
}
section.mobile-nav a.brand img {
  width: 230px;
}
section.mobile-nav .menu {
  padding: 30px;
}
@media (max-width: 576px) {
  section.mobile-nav .menu {
    padding: 15px;
  }
}
section.mobile-nav .menu li .sub-nav {
  max-width: 600px;
  border-top: 2px solid #ffc72c;
  border-bottom: 2px solid #ffc72c;
  opacity: 0;
  padding: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section.mobile-nav .menu li .sub-nav a {
  font-size: 0.65em;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
section.mobile-nav .menu li.active a {
  color: #ffc72c;
  max-height: 50px;
}
section.mobile-nav .menu li.active .sub-nav {
  display: block;
  margin: 0 auto 5px;
  padding: 15px 0 10px;
  opacity: 1;
}
section.mobile-nav .menu li.blue {
  background-color: #133875;
  max-width: 600px;
  margin: 5px auto;
}
section.mobile-nav .menu li.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 15px auto;
}
section.mobile-nav .menu li.buttons a {
  background-color: rgba(0, 0, 0, 0.95);
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.navbar .navbar-nav > li.nav-item {
  padding: 0;
}
.navbar .navbar-nav > li.nav-item.brand {
  background: rgba(0, 0, 0, 0.9);
}
.navbar .navbar-nav > li.nav-item.brand a {
  padding: 8px 5px;
}
.navbar .navbar-nav > li.nav-item.brand a img {
  width: 200px;
}
.navbar .navbar-nav > li.nav-item > a {
  font-family: "Raleway", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  padding: 16px 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: -0.4px;
}
@media (max-width: 1160px) {
  .navbar .navbar-nav > li.nav-item > a {
    padding: 17px 6px;
  }
}
.navbar .navbar-nav > li.nav-item > a:hover {
  color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0.6);
}
.navbar .navbar-nav > li.nav-item.bkgr-black + .bkgr-black {
  padding-left: 1px;
}
.navbar .navbar-nav > li.nav-item.bkgr-blue {
  padding-right: 4px;
}
.navbar .navbar-nav > li.nav-item.bkgr-blue a {
  background-color: rgba(20, 56, 118, 0.6) !important;
}
.navbar .navbar-nav > li.nav-item.bkgr-blue a:hover {
  background-color: black !important;
}

img#logo-top {
  max-width: 100%;
}

.nav1 .nav-item {
  position: relative;
}
.nav1 .nav-item .flyout {
  background-color: white;
  padding: 30px 0 15px;
  position: absolute;
  top: 100%;
  left: 0;
  color: #575757;
  width: 0;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: opacity 0.3s, width 0.3s 0.3s, padding 0.3s;
  -o-transition: opacity 0.3s, width 0.3s 0.3s, padding 0.3s;
  -moz-transition: opacity 0.3s, width 0.3s 0.3s, padding 0.3s;
  transition: opacity 0.3s, width 0.3s 0.3s, padding 0.3s;
  overflow: hidden;
}
.nav1 .nav-item .flyout a {
  display: block;
  width: auto;
  margin-right: auto;
  text-decoration: none;
  font-weight: 300;
  line-height: 1.2;
  padding: 6px 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s, color 0.3s;
  -o-transition: opacity 0.3s 0.1s, color 0.3s;
  -moz-transition: opacity 0.3s 0.1s, color 0.3s;
  transition: opacity 0.3s 0.1s, color 0.3s;
  position: relative;
}
.nav1 .nav-item .flyout a::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 1px solid #133875;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.nav1 .nav-item .flyout a:hover {
  color: #133875;
}
.nav1 .nav-item .flyout a:hover::after {
  width: 100%;
}
.nav1 .nav-item::before, .nav1 .nav-item::after {
  content: "";
  width: 50%;
  height: 0;
  border-bottom: 15px solid transparent;
  top: -100%;
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav1 .nav-item::before {
  left: 0;
  border-right: 15px solid #575757;
}
.nav1 .nav-item::after {
  left: 50%;
  border-left: 15px solid #575757;
}
.nav1 .nav-item:hover {
  background-color: #575757 !important;
}
.nav1 .nav-item:hover > a {
  background-color: #575757 !important;
}
.nav1 .nav-item:hover::before, .nav1 .nav-item:hover::after {
  top: 100%;
  opacity: 1;
}
.nav1 .nav-item:hover .flyout {
  padding: 30px 15px 15px;
  width: 250px;
  opacity: 1;
  -webkit-transition: opacity 0.3s, padding 0.3s 0.1s, width 0s;
  -o-transition: opacity 0.3s, padding 0.3s 0.1s, width 0s;
  -moz-transition: opacity 0.3s, padding 0.3s 0.1s, width 0s;
  transition: opacity 0.3s, padding 0.3s 0.1s, width 0s;
}
.nav1 .nav-item:hover .flyout a {
  opacity: 1;
}
.nav1 .nav-item:first-child:hover::before, .nav1 .nav-item:first-child:hover::after {
  display: none;
}

a.searchButton.active {
  background-color: #575757 !important;
}

aside#side-rail {
  margin-bottom: 30px;
}
aside#side-rail .content {
  max-height: 0;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: hidden;
}
aside#side-rail .content > .content {
  font-size: 0.9em;
}
aside#side-rail a {
  display: block;
  padding: 10px 5px;
  margin: 0;
  border-bottom: 1px solid #575757;
  color: #133875;
  text-decoration: none;
}
aside#side-rail a.active {
  font-weight: 700;
}
aside#side-rail a:hover {
  text-decoration: underline;
}
aside#side-rail a.more::after {
  content: " ";
  padding: 0 10px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
aside#side-rail a.more + .content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
aside#side-rail a.more.open {
  background-color: #ebebeb;
}
aside#side-rail a.more.open::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
aside#side-rail a.more.open + .content {
  padding: 0 15px;
}
aside#side-rail .rail-header {
  font-weight: bold;
  font-size: 1.1em;
  background-color: #133875;
  padding: 10px 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
aside#side-rail .rail-header .trigger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #133875;
  margin-left: 10px;
}
aside#side-rail .rail-header .trigger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  opacity: 1;
  position: relative;
  -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s;
  -o-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, opacity 0.3s 0.3s, -o-transform 0.3s;
  -moz-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, opacity 0.3s 0.3s, transform 0.3s, -moz-transform 0.3s;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, opacity 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, opacity 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
aside#side-rail .rail-header .trigger span:first-child {
  top: 0;
}
aside#side-rail .rail-header .trigger span:last-child {
  bottom: 0;
}
aside#side-rail nav {
  padding: 10px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media (min-width: 769px) {
  aside#side-rail nav.content {
    max-height: none !important;
  }
  aside#side-rail .rail-header {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 768px) {
  aside#side-rail nav {
    border: none;
  }
  aside#side-rail .rail-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    padding-left: 10px;
    cursor: pointer;
  }
  aside#side-rail .rail-header .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  aside#side-rail .rail-header.open .trigger > span {
    -webkit-transition: top 0.3s, bottom 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
    -o-transition: top 0.3s, bottom 0.3s, opacity 0.3s, -o-transform 0.3s 0.3s;
    -moz-transition: top 0.3s, bottom 0.3s, opacity 0.3s, transform 0.3s 0.3s, -moz-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, opacity 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, opacity 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, -moz-transform 0.3s 0.3s, -o-transform 0.3s 0.3s;
  }
  aside#side-rail .rail-header.open .trigger > span:first-child {
    top: 42.5%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
         -o-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  aside#side-rail .rail-header.open .trigger > span:nth-child(2) {
    opacity: 0;
  }
  aside#side-rail .rail-header.open .trigger > span:last-child {
    bottom: 42.5%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
         -o-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

footer {
  font-size: 12px;
  color: #FFF;
  background-color: #575757 !important;
  padding: 40px 40px 0;
}
footer img {
  max-width: 100%;
}
footer img#aba-logo {
  width: 100px;
  display: block;
}
@media (max-width: 992px) {
  footer img#aba-logo {
    width: 75px;
  }
}
@media (max-width: 576px) {
  footer img#aba-logo {
    margin-top: 20px;
  }
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover {
  color: #ffc72c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer a.ft-logo {
    display: block;
    text-align: center;
  }
  footer a.ft-logo > img {
    padding-bottom: 50px;
    width: 250px;
    max-width: 100%;
  }
}
footer p, footer a {
  font-weight: 200;
}
footer .ft-title {
  font-size: 15px;
}
footer h5 {
  color: #FFF;
  font-size: 16px;
  font-weight: 200;
  border-bottom: 0.5px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
footer p {
  margin-left: 10px;
}
footer p a {
  margin-bottom: 6px;
  display: block;
}
footer p.address a {
  display: inline !important;
  white-space: normal;
}
@media (min-width: 576px) {
  footer .row:first-of-type {
    padding-bottom: 0;
  }
}
footer .social a {
  margin-left: 9.5px;
}
footer .social i::before {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 3px;
  background: white;
  color: #575757;
  font-size: 14px;
  min-width: 22px;
  display: block;
  text-align: center;
}
footer p#aba {
  margin: 10px 0 10px 10px;
  padding-left: 0 !important;
}
@media (max-width: 576px) {
  footer p#aba {
    margin: 0 10px 20px;
  }
}
footer .img-ft {
  background: url("../images/sulc_logo_6.png") no-repeat;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  display: block;
}
@media (max-width: 992px) {
  footer .disappear {
    display: none;
  }
}
footer .disclaimer {
  padding: 30px 0 50px;
  margin: 0;
  border-top: 1px solid #FFF;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 576px) {
  footer .disclaimer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .disclaimer > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
footer .disclaimer > div:first-child {
  padding: 0 30px 0 0;
}
footer .disclaimer p {
  text-align: left;
  font-size: 12px;
  line-height: 2;
  padding: 0;
  margin: 0;
}
footer .disclaimer a {
  display: inline-block;
}
@media (max-width: 768px) {
  footer .disclaimer p {
    line-height: 1.4;
    padding: 0;
  }
  footer .disclaimer p a {
    display: inline;
  }
}
footer .site-credits-wrapper {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}
@media (max-width: 576px) {
  footer .site-credits-wrapper {
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
footer .site-credits-wrapper #siteCredits {
  width: 132px;
  height: 21px;
  display: inline-block;
}
footer .site-credits-wrapper #siteCredits a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/btnSiteCredits.png) no-repeat;
  background-position: 100% 25%;
  -webkit-background-size: auto 75%;
     -moz-background-size: auto 75%;
       -o-background-size: auto 75%;
          background-size: auto 75%;
  margin-bottom: 20px;
}
footer .site-credits-wrapper #siteCredits a:hover {
  background: url(../images/btnSiteCreditsO.png) no-repeat;
  background-position: top right;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

@media (max-width: 575px) {
  footer .container-fluid .row .p-5.aba-col {
    padding: 1em 0.75em 0 !important;
  }

  footer .container-fluid .row .col-sm-2.p-5,
footer .container-fluid .row .col-sm-2 {
    padding: 1em !important;
  }

  footer .container-fluid .row .col-sm-3.p-y {
    display: none;
  }

  .row:first-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  img#logo-footer {
    display: none;
  }
}
@media (min-width: 993px) {
  .overlay {
    display: none;
  }

  img#logo-footer2 {
    display: none;
  }
}
.btn,
.form-container input[type=submit],
.form-container .btn {
  background-color: #ffc72c;
  display: inline-block;
  color: #575757;
  padding: 10px 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #ffc72c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover,
.form-container input[type=submit]:hover,
.form-container .btn:hover {
  background-color: white;
  border-color: #575757;
  color: #575757;
}

#min .min-month-title {
  display: block;
  background-color: #ffc72c;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 5px;
}

section.subscribe {
  padding: 30px 0;
  background: #133875;
  font-weight: 100;
  text-align: center;
}
section.subscribe h2 {
  font-weight: inherit;
  background: #133875;
  color: #ffc72c;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
section.subscribe p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 15px;
  letter-spacing: 2.5px;
}
section.subscribe .btn {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 15px auto 30px;
  font-weight: 600;
  background-color: #ffc72c;
  border: 2px solid #ffc72c;
  color: #133875;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 40px;
}
section.subscribe .btn:hover {
  background-color: transparent;
  color: #ffc72c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.news-header-img {
  background: url("../images/video-img.jpg") no-repeat;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  background-attachment: scroll;
  display: block;
}

input {
  -webkit-border-radius: 1px !important;
     -moz-border-radius: 1px !important;
          border-radius: 1px !important;
}

.btn-news {
  background: none;
  border: 2px solid #575757 !important;
  -webkit-border-radius: 1px !important;
     -moz-border-radius: 1px !important;
          border-radius: 1px !important;
  color: #575757 !important;
  display: block;
  font-size: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  width: 30%;
}
@media (max-width: 1199px) {
  .btn-news {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .btn-news {
    width: 30%;
    float: left;
    padding-top: 0;
    font-size: 14px;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
}
.btn-news:hover {
  background: #ffc72c;
  color: #575757 !important;
  border: 2px solid #575757;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.why-sulc {
  padding-bottom: 30px;
  background: #ebebeb;
}
section.why-sulc .pod-wrapper .container {
  margin-bottom: 30px;
}
section.why-sulc .pod-wrapper .container a {
  text-decoration: none;
}
section.why-sulc .pod-wrapper .container a .why1b, section.why-sulc .pod-wrapper .container a .why2a, section.why-sulc .pod-wrapper .container a .why3b, section.why-sulc .pod-wrapper .container a .why4a {
  -webkit-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1), font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
section.why-sulc .pod-wrapper .container a .why1b span, section.why-sulc .pod-wrapper .container a .why2a span, section.why-sulc .pod-wrapper .container a .why3b span, section.why-sulc .pod-wrapper .container a .why4a span {
  -webkit-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
section.why-sulc .pod-wrapper .container a .why1b .triangle, section.why-sulc .pod-wrapper .container a .why1b .triangle-reverse, section.why-sulc .pod-wrapper .container a .why2a .triangle, section.why-sulc .pod-wrapper .container a .why2a .triangle-reverse, section.why-sulc .pod-wrapper .container a .why3b .triangle, section.why-sulc .pod-wrapper .container a .why3b .triangle-reverse, section.why-sulc .pod-wrapper .container a .why4a .triangle, section.why-sulc .pod-wrapper .container a .why4a .triangle-reverse {
  -webkit-transition: border-left 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: border-left 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: border-left 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: border-left 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
section.why-sulc .pod-wrapper .container a .why1b p, section.why-sulc .pod-wrapper .container a .why2a p, section.why-sulc .pod-wrapper .container a .why3b p, section.why-sulc .pod-wrapper .container a .why4a p {
  -webkit-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
section.why-sulc .pod-wrapper .container a:hover {
  text-decoration: none;
}
section.why-sulc .pod-wrapper .container a:hover .why1b, section.why-sulc .pod-wrapper .container a:hover .why2a, section.why-sulc .pod-wrapper .container a:hover .why3b, section.why-sulc .pod-wrapper .container a:hover .why4a {
  -webkit-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: background-color 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  background-color: #3966AD;
}
section.why-sulc .pod-wrapper .container a:hover .triangle, section.why-sulc .pod-wrapper .container a:hover .triangle-reverse {
  border-left: 25px solid #3966AD;
  -webkit-transition: border-left 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: border-left 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: border-left 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: border-left 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
section.why-sulc .pod-wrapper .container a:hover p {
  -webkit-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  font-size: 20px;
}
section.why-sulc .pod-wrapper .container a:hover .why1b span, section.why-sulc .pod-wrapper .container a:hover .why2a span {
  -webkit-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  font-size: 80px;
}
section.why-sulc .pod-wrapper .container a:hover .why3b span, section.why-sulc .pod-wrapper .container a:hover .why4a span {
  -webkit-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -o-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  -moz-transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  transition: font-size 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  font-size: 35px;
}
section.why-sulc .pod-wrapper .container .row {
  position: relative;
}
section.why-sulc .pod-wrapper .container .col-sm-6 {
  height: 200px;
}
section.why-sulc .pod-wrapper .container img {
  height: 350px;
  width: 100%;
}
section.why-sulc p {
  font-weight: 200 !important;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 250px;
  margin: 0 auto;
}
section.why-sulc .why1b p.why-bold {
  line-height: 1.25;
}
section.why-sulc .why1b, section.why-sulc .why2a, section.why-sulc .why3b, section.why-sulc .why4a {
  background: #133875;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.why-sulc .why1b .why-bold, section.why-sulc .why2a .why-bold, section.why-sulc .why3b .why-bold, section.why-sulc .why4a .why-bold {
  text-transform: uppercase;
  font-size: 30px;
}
section.why-sulc .why1b .why-big, section.why-sulc .why2a .why-big, section.why-sulc .why3b .why-big, section.why-sulc .why4a .why-big {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 72px;
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0;
}
section.why-sulc .why1b p, section.why-sulc .why2a p, section.why-sulc .why3b p, section.why-sulc .why4a p {
  display: block;
  height: auto;
}
section.why-sulc .why2b {
  z-index: 12;
}
section.why-sulc .why3a {
  z-index: 13;
}
section.why-sulc .why4b {
  z-index: 14;
}
@media (max-width: 575px) {
  section.why-sulc .why1a, section.why-sulc .why2b, section.why-sulc .why3a, section.why-sulc .why4b {
    display: none;
  }
}

section.why-sulc p {
  font-weight: 200 !important;
  color: #fff;
  z-index: 10;
  position: relative;
}

section.why-sulc .why-bold {
  font-weight: 700 !important;
  color: #fff;
  display: block;
  font-size: 72px;
  line-height: 100%;
}

.triangle {
  height: 0;
  width: 0;
  border-left: 25px solid #133875;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.triangle-reverse {
  height: 0;
  width: 0;
  border-left: 25px solid #133875;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
     -moz-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
       -o-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.row-eq-ht {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 993px) {
  section.mobile-nav {
    display: none;
  }
}
@media (max-width: 992px) {
  .ham-menu {
    width: 40px;
    margin: 10px 0;
    background-color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }

  header > nav {
    display: none;
  }

  .ham-menu {
    height: 3px;
    width: 40px;
    margin: 10px 0;
    background-color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }

  .ham-menu-all {
    float: right;
  }

  .nav-link {
    margin-right: auto;
  }

  .video-wrapper iframe {
    z-index: 2;
    position: relative;
  }

  section.mobile-nav {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1115px) {
  header nav ul li a.p-3,
header nav ul li a.p-2,
.bkgr-blue {
    padding: 0.25em;
  }

  header nav ul li a.p-2:last-child {
    margin-right: 0.5em;
  }

  header nav ul li a.p-3 {
    margin-top: 0.5rem;
    margin-right: 0.25em;
  }
}
@media (min-width: 1116px) and (max-width: 1196px) {
  section.why-sulc .why4a {
    padding: 8.75%;
  }
}
@media (min-width: 1116px) {
  section.why-sulc p.why-bold {
    font-size: 72px;
  }

  section.why-sulc p.why-bold2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1115px) {
  section.why-sulc p.why-bold {
    font-size: 72px;
  }
  section.why-sulc p.why-bold2 {
    font-size: 36px;
  }
  section.why-sulc .why1b {
    padding: 4%;
  }
  section.why-sulc .why2a {
    padding: 2%;
  }
  section.why-sulc .why2a p.why-bold {
    line-height: 1.15;
  }
  section.why-sulc .why3b {
    padding: 0.75%;
  }
  section.why-sulc .why4a {
    padding: 9%;
  }
}
@media (min-width: 451px) and (max-width: 766px) {
  section.why-sulc p {
    font-size: 20px;
  }
  section.why-sulc p.why-bold {
    line-height: 0.75;
    font-size: 20px;
  }
  section.why-sulc .why1b, section.why-sulc .why2a, section.why-sulc .why3b, section.why-sulc .why4a {
    padding: 20px;
  }
}
@media (max-width: 450px) {
  section.why-sulc .why2a {
    padding: 7%;
  }

  section.why-sulc .why3b {
    padding: 5%;
  }

  section.why-sulc .why4a {
    padding: 8.75%;
  }
}
@media (min-width: 921px) and (max-width: 991px) {
  section.why-sulc p.why-bold {
    font-size: 30px;
  }
  section.why-sulc p.why-bold2 {
    font-size: 20px;
  }
  section.why-sulc p {
    font-size: 16px;
  }
  section.why-sulc .why1b {
    padding: 6.25%;
  }
  section.why-sulc .why4a {
    padding: 8.25%;
  }
}
@media (min-width: 767px) and (max-width: 920px) {
  section.why-sulc p {
    font-size: 16px !important;
  }

  section.why-sulc p.why-bold {
    line-height: 0.75;
    font-size: 30px;
  }

  section.why-sulc p.why-bold2 {
    line-height: 0.75;
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .triangle, .triangle-reverse {
    display: none;
  }

  section.why-sulc .why2a {
    padding: 8%;
  }
  section.why-sulc .why3b {
    padding: 9%;
  }
}
@media (max-width: 991px) {
  .resp-margin {
    margin-bottom: 3em;
  }
}
@media (max-width: 750px) {
  .btn-bio {
    top: 20;
  }

  .carousel-item.active .container-flex .row .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}
*::after, *::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
}

@media (max-width: 1114px) and (min-width: 993px) {
  header > nav > ul.navbar-nav > li.nav-item > a.p-3 {
    padding: 0.25em 0.125em !important;
  }

  header > nav > ul.navbar-nav > li.nav-item > a.p-3 i.fas {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.ham-menu-all {
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 45px;
  height: 34px;
  display: block;
  top: 11px;
  right: 15px;
  z-index: 100;
}
.ham-menu-all span {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out !important;
  -moz-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out !important;
}
.ham-menu-all span.one {
  top: 0px !important;
}
.ham-menu-all span.two,
.ham-menu-all span.three {
  top: 13px !important;
}
.ham-menu-all span.four {
  top: 26px !important;
}
.ham-menu-all.active span {
  background-color: #fff !important;
}
.ham-menu-all.active span.one, .ham-menu-all.active span.four {
  opacity: 0 !important;
}
.ham-menu-all.active span.two {
  -webkit-transform: rotate(45deg) !important;
     -moz-transform: rotate(45deg) !important;
      -ms-transform: rotate(45deg) !important;
       -o-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}
.ham-menu-all.active span.three {
  -webkit-transform: rotate(-45deg) !important;
     -moz-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
       -o-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}

/* 1. Style the overlay & navigation. */
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  display: block;
  overflow: auto;
}
.overlay nav.menu {
  font-size: 1.5rem;
  text-align: center;
  overflow: auto;
}
.overlay nav.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay nav.menu ul li {
  opacity: 0;
  margin: 5px 0;
}
.overlay nav.menu ul li a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.75;
}
.overlay nav.menu ul li a:hover {
  opacity: 1;
  color: #ffc72c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 2. Add the animation. */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-25%, 0, 0);
         transform: translate3d(-25%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-25%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
       -moz-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* 3. Style the visible overlay. */
.overlay.visible {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
}
.overlay.visible li {
  -webkit-animation: fadeInLeft 0.3s ease forwards;
     -moz-animation: fadeInLeft 0.3s ease forwards;
       -o-animation: fadeInLeft 0.3s ease forwards;
          animation: fadeInLeft 0.3s ease forwards;
}
.overlay.visible li:nth-of-type(1) {
  -webkit-animation-delay: 0.23s;
     -moz-animation-delay: 0.23s;
       -o-animation-delay: 0.23s;
          animation-delay: 0.23s;
}
.overlay.visible li:nth-of-type(2) {
  -webkit-animation-delay: 0.26s;
     -moz-animation-delay: 0.26s;
       -o-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.overlay.visible li:nth-of-type(3) {
  -webkit-animation-delay: 0.29s;
     -moz-animation-delay: 0.29s;
       -o-animation-delay: 0.29s;
          animation-delay: 0.29s;
}
.overlay.visible li:nth-of-type(4) {
  -webkit-animation-delay: 0.32s;
     -moz-animation-delay: 0.32s;
       -o-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.overlay.visible li:nth-of-type(5) {
  -webkit-animation-delay: 0.35s;
     -moz-animation-delay: 0.35s;
       -o-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.visible li:nth-of-type(6) {
  -webkit-animation-delay: 0.38s;
     -moz-animation-delay: 0.38s;
       -o-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.overlay.visible li:nth-of-type(7) {
  -webkit-animation-delay: 0.41s;
     -moz-animation-delay: 0.41s;
       -o-animation-delay: 0.41s;
          animation-delay: 0.41s;
}
.overlay.visible li:nth-of-type(8) {
  -webkit-animation-delay: 0.44s;
     -moz-animation-delay: 0.44s;
       -o-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.overlay.visible li:nth-of-type(9) {
  -webkit-animation-delay: 0.47s;
     -moz-animation-delay: 0.47s;
       -o-animation-delay: 0.47s;
          animation-delay: 0.47s;
}
.overlay.visible li:nth-of-type(10) {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.visible li:nth-of-type(11) {
  -webkit-animation-delay: 0.53s;
     -moz-animation-delay: 0.53s;
       -o-animation-delay: 0.53s;
          animation-delay: 0.53s;
}

section#pb-header-img {
  background-image: url("../images/pb-header.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: top;
  height: 300px;
  width: 100%;
  z-index: -2;
}
@media (max-width: 992px) {
  section#pb-header-img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  section#pb-header-img {
    height: 180px;
  }
}
@media (max-width: 576px) {
  section#pb-header-img {
    height: 150px;
  }
}

section#subhome-featured-img {
  background-image: url("../images/subhome-header.jpg");
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: 50% 70%;
  height: 300px;
  width: 100%;
  position: relative;
  z-index: -2;
}
section#subhome-featured-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
  display: block;
}
section#subhome-featured-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #133875;
  opacity: 0.05;
  z-index: -1;
  display: block;
}
@media (max-width: 992px) {
  section#subhome-featured-img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  section#subhome-featured-img {
    height: 180px;
  }
}
@media (max-width: 576px) {
  section#subhome-featured-img {
    height: 150px;
  }
}

figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.breadcrumbs > div {
  color: #133875;
  padding-bottom: 15px;
  border-bottom: 1px solid #133875;
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumbs > div a {
  text-decoration: underline;
}

.title {
  text-transform: uppercase;
  color: #133875;
  font-weight: 700;
  clear: both;
  font-size: 2em;
  margin-bottom: 20px;
}

div.clps > div.col-12:first-child {
  background-color: #575757;
  border-bottom: 2pt solid #133875;
}

div.clps {
  padding: 0.25em 0;
  margin: 0;
}
div.clps > div:first-child {
  background-color: #575757;
  border-bottom: 2pt solid #133875;
}
div.clps > div:first-child p {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.35em 0;
  margin-left: -3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
div.clps > div:first-child p::before {
  content: "";
  margin: 0;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  opacity: 0;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
div.clps > div:first-child p:hover {
  margin-left: 0;
}
div.clps > div:first-child p:hover::before {
  margin: 0 0.5em;
  opacity: 1;
}
div.clps > div:last-child {
  border-bottom: 2pt solid #133875;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
div.clps > div:last-child ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  max-height: 1000px;
  margin: 0 !important;
}
@media screen and (max-width: 700px) {
  div.clps > div:last-child ul {
    max-height: 2000px;
  }
}
div.clps > div:last-child ul li {
  font-weight: 400;
  display: inline-block !important;
  margin: 0.5em 1em !important;
}
div.clps > div:last-child ul li::before {
  display: none !important;
}
div.clps.open > div:last-child {
  max-height: 1000px;
}
@media screen and (max-width: 700px) {
  div.clps.open > div:last-child {
    max-height: 2000px;
  }
}
div.clps.open > div:first-child p {
  margin-left: 0;
}
div.clps.open > div:first-child p::before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 0.5em;
}
div.clps.open > div.collapsed p::before {
  -webkit-transform: rotate(0deg) !important;
     -moz-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
       -o-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

div.clps-s {
  border-bottom: 2pt solid #133875;
  margin: 0.25em 0;
}
div.clps-s div[data-toggle=collapse] {
  background-color: #575757;
  border-bottom: 2pt solid #133875;
}
div.clps-s div[data-toggle=collapse] p {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.35em 0;
  margin-left: -3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
div.clps-s div[data-toggle=collapse] p::before {
  content: "";
  margin: 0;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brand", FontAwesome;
  font-weight: 900;
  opacity: 0;
  color: white;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
div.clps-s div[data-toggle=collapse] p:hover {
  margin-left: 0;
}
div.clps-s div[data-toggle=collapse] p:hover::before {
  margin: 0 0.5em;
  opacity: 1;
}
div.clps-s div[data-toggle=collapse][aria-expanded=true] p::before {
  -webkit-transform: rotate(90deg) !important;
     -moz-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
       -o-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
div.clps-s > div:last-child > *:first-child {
  padding-top: 1em;
}
div.clps-s > div:last-child > *:last-child {
  padding-bottom: 1em;
}

main.col-lg-8 h1, #pagebuilder h1, body#tinymce h1, main.col-lg-8 h2, #pagebuilder h2, body#tinymce h2, main.col-lg-8 h3, #pagebuilder h3, body#tinymce h3, main.col-lg-8 h4, #pagebuilder h4, body#tinymce h4, main.col-lg-8 h5, #pagebuilder h5, body#tinymce h5, main.col-lg-8 h6, #pagebuilder h6, body#tinymce h6 {
  color: #133875;
  font-weight: 700;
  clear: both;
}
main.col-lg-8 h1, #pagebuilder h1, body#tinymce h1 {
  font-size: 2em;
}
main.col-lg-8 h2, #pagebuilder h2, body#tinymce h2 {
  font-size: 1.6em;
}
main.col-lg-8 h3, #pagebuilder h3, body#tinymce h3 {
  font-size: 1.4em;
}
main.col-lg-8 h4, #pagebuilder h4, body#tinymce h4 {
  font-size: 1.25em;
}
main.col-lg-8 h5, #pagebuilder h5, body#tinymce h5 {
  font-size: 1.1em;
}
main.col-lg-8 h6, #pagebuilder h6, body#tinymce h6 {
  font-size: 1em;
}
main.col-lg-8 .intro, #pagebuilder .intro, body#tinymce .intro {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
main.col-lg-8 .table, #pagebuilder .table, body#tinymce .table, main.col-lg-8 .table-responsive, #pagebuilder .table-responsive, body#tinymce .table-responsive {
  overflow: auto;
}
@media (max-width: 576px) {
  main.col-lg-8 .table table, #pagebuilder .table table, body#tinymce .table table, main.col-lg-8 .table-responsive table, #pagebuilder .table-responsive table, body#tinymce .table-responsive table {
    border: 1px solid #ebebeb;
  }
}
main.col-lg-8 .table table tr:nth-child(2n-1), #pagebuilder .table table tr:nth-child(2n-1), body#tinymce .table table tr:nth-child(2n-1), main.col-lg-8 .table-responsive table tr:nth-child(2n-1), #pagebuilder .table-responsive table tr:nth-child(2n-1), body#tinymce .table-responsive table tr:nth-child(2n-1) {
  background-color: #DDDDDD;
}
main.col-lg-8 .table table tr.t-head td, #pagebuilder .table table tr.t-head td, body#tinymce .table table tr.t-head td, main.col-lg-8 .table-responsive table tr.t-head td, #pagebuilder .table-responsive table tr.t-head td, body#tinymce .table-responsive table tr.t-head td {
  font-weight: 700;
  font-size: 16px;
  color: #133875;
}
main.col-lg-8 .table table thead > tr, #pagebuilder .table table thead > tr, body#tinymce .table table thead > tr, main.col-lg-8 .table-responsive table thead > tr, #pagebuilder .table-responsive table thead > tr, body#tinymce .table-responsive table thead > tr {
  background-color: transparent !important;
}
main.col-lg-8 .table table th, #pagebuilder .table table th, body#tinymce .table table th, main.col-lg-8 .table-responsive table th, #pagebuilder .table-responsive table th, body#tinymce .table-responsive table th {
  font-weight: 700;
  font-size: 16px;
  color: #133875;
}
main.col-lg-8 section.contents .table table tr.t-head, #pagebuilder section.contents .table table tr.t-head, body#tinymce section.contents .table table tr.t-head {
  border-bottom: 5px solid #133875;
}
main.col-lg-8 figure > img, #pagebuilder figure > img, body#tinymce figure > img {
  width: 100%;
  height: auto !important;
}
main.col-lg-8 figure.img-left, #pagebuilder figure.img-left, body#tinymce figure.img-left, main.col-lg-8 figure.secondary-photo-left, #pagebuilder figure.secondary-photo-left, body#tinymce figure.secondary-photo-left, main.col-lg-8 figure.portrait-left, #pagebuilder figure.portrait-left, body#tinymce figure.portrait-left, main.col-lg-8 figure.img-right, #pagebuilder figure.img-right, body#tinymce figure.img-right, main.col-lg-8 figure.secondary-photo-right, #pagebuilder figure.secondary-photo-right, body#tinymce figure.secondary-photo-right, main.col-lg-8 figure.portrait-right, #pagebuilder figure.portrait-right, body#tinymce figure.portrait-right {
  width: 38%;
  padding: 0 25px;
}
@media (max-width: 992px) {
  main.col-lg-8 figure.img-left, #pagebuilder figure.img-left, body#tinymce figure.img-left, main.col-lg-8 figure.secondary-photo-left, #pagebuilder figure.secondary-photo-left, body#tinymce figure.secondary-photo-left, main.col-lg-8 figure.portrait-left, #pagebuilder figure.portrait-left, body#tinymce figure.portrait-left, main.col-lg-8 figure.img-right, #pagebuilder figure.img-right, body#tinymce figure.img-right, main.col-lg-8 figure.secondary-photo-right, #pagebuilder figure.secondary-photo-right, body#tinymce figure.secondary-photo-right, main.col-lg-8 figure.portrait-right, #pagebuilder figure.portrait-right, body#tinymce figure.portrait-right {
    width: 50%;
  }
}
@media (max-width: 768px) {
  main.col-lg-8 figure.img-left, #pagebuilder figure.img-left, body#tinymce figure.img-left, main.col-lg-8 figure.secondary-photo-left, #pagebuilder figure.secondary-photo-left, body#tinymce figure.secondary-photo-left, main.col-lg-8 figure.portrait-left, #pagebuilder figure.portrait-left, body#tinymce figure.portrait-left, main.col-lg-8 figure.img-right, #pagebuilder figure.img-right, body#tinymce figure.img-right, main.col-lg-8 figure.secondary-photo-right, #pagebuilder figure.secondary-photo-right, body#tinymce figure.secondary-photo-right, main.col-lg-8 figure.portrait-right, #pagebuilder figure.portrait-right, body#tinymce figure.portrait-right {
    width: 55%;
  }
}
@media (max-width: 500px) {
  main.col-lg-8 figure.img-left, #pagebuilder figure.img-left, body#tinymce figure.img-left, main.col-lg-8 figure.secondary-photo-left, #pagebuilder figure.secondary-photo-left, body#tinymce figure.secondary-photo-left, main.col-lg-8 figure.portrait-left, #pagebuilder figure.portrait-left, body#tinymce figure.portrait-left, main.col-lg-8 figure.img-right, #pagebuilder figure.img-right, body#tinymce figure.img-right, main.col-lg-8 figure.secondary-photo-right, #pagebuilder figure.secondary-photo-right, body#tinymce figure.secondary-photo-right, main.col-lg-8 figure.portrait-right, #pagebuilder figure.portrait-right, body#tinymce figure.portrait-right {
    width: 100%;
    margin: 15px 0;
  }
}
main.col-lg-8 figure.img-right, #pagebuilder figure.img-right, body#tinymce figure.img-right, main.col-lg-8 figure.secondary-photo-right, #pagebuilder figure.secondary-photo-right, body#tinymce figure.secondary-photo-right, main.col-lg-8 figure.portrait-right, #pagebuilder figure.portrait-right, body#tinymce figure.portrait-right {
  float: right;
  padding-right: 0;
}
main.col-lg-8 figure.img-left, #pagebuilder figure.img-left, body#tinymce figure.img-left, main.col-lg-8 figure.secondary-photo-left, #pagebuilder figure.secondary-photo-left, body#tinymce figure.secondary-photo-left, main.col-lg-8 figure.portrait-left, #pagebuilder figure.portrait-left, body#tinymce figure.portrait-left {
  float: left;
  padding-left: 0;
}
main.col-lg-8 figure.img-full, #pagebuilder figure.img-full, body#tinymce figure.img-full, main.col-lg-8 figure.img-left, #pagebuilder figure.img-left, body#tinymce figure.img-left, main.col-lg-8 figure.img-right, #pagebuilder figure.img-right, body#tinymce figure.img-right, main.col-lg-8 figure.portrait-right, #pagebuilder figure.portrait-right, body#tinymce figure.portrait-right, main.col-lg-8 figure.portrait-left, #pagebuilder figure.portrait-left, body#tinymce figure.portrait-left {
  margin-bottom: 10px;
}
main.col-lg-8 figure.img-full figcaption, #pagebuilder figure.img-full figcaption, body#tinymce figure.img-full figcaption, main.col-lg-8 figure.img-left figcaption, #pagebuilder figure.img-left figcaption, body#tinymce figure.img-left figcaption, main.col-lg-8 figure.img-right figcaption, #pagebuilder figure.img-right figcaption, body#tinymce figure.img-right figcaption, main.col-lg-8 figure.secondary-photo-left figcaption, #pagebuilder figure.secondary-photo-left figcaption, body#tinymce figure.secondary-photo-left figcaption, main.col-lg-8 figure.secondary-photo-right figcaption, #pagebuilder figure.secondary-photo-right figcaption, body#tinymce figure.secondary-photo-right figcaption, main.col-lg-8 figure.portrait-right figcaption, #pagebuilder figure.portrait-right figcaption, body#tinymce figure.portrait-right figcaption, main.col-lg-8 figure.portrait-left figcaption, #pagebuilder figure.portrait-left figcaption, body#tinymce figure.portrait-left figcaption {
  font-size: 0.8em;
  padding: 10px 0;
  font-weight: 400;
  color: #2F2D36;
  font-style: italic;
  border-bottom: 1px solid #ebebeb;
}
main.col-lg-8 figure.img-full figcaption > cite, #pagebuilder figure.img-full figcaption > cite, body#tinymce figure.img-full figcaption > cite, main.col-lg-8 figure.img-full figcaption > span.photo-credit, #pagebuilder figure.img-full figcaption > span.photo-credit, body#tinymce figure.img-full figcaption > span.photo-credit, main.col-lg-8 figure.img-left figcaption > cite, #pagebuilder figure.img-left figcaption > cite, body#tinymce figure.img-left figcaption > cite, main.col-lg-8 figure.img-left figcaption > span.photo-credit, #pagebuilder figure.img-left figcaption > span.photo-credit, body#tinymce figure.img-left figcaption > span.photo-credit, main.col-lg-8 figure.img-right figcaption > cite, #pagebuilder figure.img-right figcaption > cite, body#tinymce figure.img-right figcaption > cite, main.col-lg-8 figure.img-right figcaption > span.photo-credit, #pagebuilder figure.img-right figcaption > span.photo-credit, body#tinymce figure.img-right figcaption > span.photo-credit, main.col-lg-8 figure.secondary-photo-left figcaption > cite, #pagebuilder figure.secondary-photo-left figcaption > cite, body#tinymce figure.secondary-photo-left figcaption > cite, main.col-lg-8 figure.secondary-photo-left figcaption > span.photo-credit, #pagebuilder figure.secondary-photo-left figcaption > span.photo-credit, body#tinymce figure.secondary-photo-left figcaption > span.photo-credit, main.col-lg-8 figure.secondary-photo-right figcaption > cite, #pagebuilder figure.secondary-photo-right figcaption > cite, body#tinymce figure.secondary-photo-right figcaption > cite, main.col-lg-8 figure.secondary-photo-right figcaption > span.photo-credit, #pagebuilder figure.secondary-photo-right figcaption > span.photo-credit, body#tinymce figure.secondary-photo-right figcaption > span.photo-credit, main.col-lg-8 figure.portrait-right figcaption > cite, #pagebuilder figure.portrait-right figcaption > cite, body#tinymce figure.portrait-right figcaption > cite, main.col-lg-8 figure.portrait-right figcaption > span.photo-credit, #pagebuilder figure.portrait-right figcaption > span.photo-credit, body#tinymce figure.portrait-right figcaption > span.photo-credit, main.col-lg-8 figure.portrait-left figcaption > cite, #pagebuilder figure.portrait-left figcaption > cite, body#tinymce figure.portrait-left figcaption > cite, main.col-lg-8 figure.portrait-left figcaption > span.photo-credit, #pagebuilder figure.portrait-left figcaption > span.photo-credit, body#tinymce figure.portrait-left figcaption > span.photo-credit {
  display: block;
  font-weight: 600;
}
main.col-lg-8 figure.img-full figcaption > cite:before, #pagebuilder figure.img-full figcaption > cite:before, body#tinymce figure.img-full figcaption > cite:before, main.col-lg-8 figure.img-full figcaption > span.photo-credit:before, #pagebuilder figure.img-full figcaption > span.photo-credit:before, body#tinymce figure.img-full figcaption > span.photo-credit:before, main.col-lg-8 figure.img-left figcaption > cite:before, #pagebuilder figure.img-left figcaption > cite:before, body#tinymce figure.img-left figcaption > cite:before, main.col-lg-8 figure.img-left figcaption > span.photo-credit:before, #pagebuilder figure.img-left figcaption > span.photo-credit:before, body#tinymce figure.img-left figcaption > span.photo-credit:before, main.col-lg-8 figure.img-right figcaption > cite:before, #pagebuilder figure.img-right figcaption > cite:before, body#tinymce figure.img-right figcaption > cite:before, main.col-lg-8 figure.img-right figcaption > span.photo-credit:before, #pagebuilder figure.img-right figcaption > span.photo-credit:before, body#tinymce figure.img-right figcaption > span.photo-credit:before, main.col-lg-8 figure.secondary-photo-left figcaption > cite:before, #pagebuilder figure.secondary-photo-left figcaption > cite:before, body#tinymce figure.secondary-photo-left figcaption > cite:before, main.col-lg-8 figure.secondary-photo-left figcaption > span.photo-credit:before, #pagebuilder figure.secondary-photo-left figcaption > span.photo-credit:before, body#tinymce figure.secondary-photo-left figcaption > span.photo-credit:before, main.col-lg-8 figure.secondary-photo-right figcaption > cite:before, #pagebuilder figure.secondary-photo-right figcaption > cite:before, body#tinymce figure.secondary-photo-right figcaption > cite:before, main.col-lg-8 figure.secondary-photo-right figcaption > span.photo-credit:before, #pagebuilder figure.secondary-photo-right figcaption > span.photo-credit:before, body#tinymce figure.secondary-photo-right figcaption > span.photo-credit:before, main.col-lg-8 figure.portrait-right figcaption > cite:before, #pagebuilder figure.portrait-right figcaption > cite:before, body#tinymce figure.portrait-right figcaption > cite:before, main.col-lg-8 figure.portrait-right figcaption > span.photo-credit:before, #pagebuilder figure.portrait-right figcaption > span.photo-credit:before, body#tinymce figure.portrait-right figcaption > span.photo-credit:before, main.col-lg-8 figure.portrait-left figcaption > cite:before, #pagebuilder figure.portrait-left figcaption > cite:before, body#tinymce figure.portrait-left figcaption > cite:before, main.col-lg-8 figure.portrait-left figcaption > span.photo-credit:before, #pagebuilder figure.portrait-left figcaption > span.photo-credit:before, body#tinymce figure.portrait-left figcaption > span.photo-credit:before {
  content: "— ";
}
main.col-lg-8 .collapsible, #pagebuilder .collapsible, body#tinymce .collapsible {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  padding: 5px 0 15px;
}
main.col-lg-8 .collapsible div:first-child, #pagebuilder .collapsible div:first-child, body#tinymce .collapsible div:first-child {
  cursor: pointer;
  padding: 0px 5px;
  font-weight: 800;
  border-bottom: 1px solid #B2B1B5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
main.col-lg-8 .collapsible div:first-child::after, #pagebuilder .collapsible div:first-child::after, body#tinymce .collapsible div:first-child::after {
  content: "";
  padding: 10px;
  opacity: 0.5;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
main.col-lg-8 .collapsible div:last-child, #pagebuilder .collapsible div:last-child, body#tinymce .collapsible div:last-child {
  max-height: 0;
  overflow: hidden;
  background-color: #EFEFEF;
  border-bottom: 1px solid white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 0 15px;
}
main.col-lg-8 .collapsible.open div:first-child, #pagebuilder .collapsible.open div:first-child, body#tinymce .collapsible.open div:first-child {
  padding-left: 10px;
}
main.col-lg-8 .collapsible.open div:first-child::after, #pagebuilder .collapsible.open div:first-child::after, body#tinymce .collapsible.open div:first-child::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
main.col-lg-8 .collapsible.open div:last-child, #pagebuilder .collapsible.open div:last-child, body#tinymce .collapsible.open div:last-child {
  max-height: 500px;
  overflow: auto;
  border-color: #B2B1B5;
  padding: 15px;
}
main.col-lg-8 #min .min-month.open, #pagebuilder #min .min-month.open, body#tinymce #min .min-month.open {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 15px;
}
main.col-lg-8 #min .min-month, #pagebuilder #min .min-month, body#tinymce #min .min-month {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
}
main.col-lg-8 #min .min-month > a, #pagebuilder #min .min-month > a, body#tinymce #min .min-month > a, main.col-lg-8 #min .min-month > p > a, #pagebuilder #min .min-month > p > a, body#tinymce #min .min-month > p > a, main.col-lg-8 #min ul .min-month > li > a, #pagebuilder #min ul .min-month > li > a, body#tinymce #min ul .min-month > li > a,
main.col-lg-8 ul #min .min-month > li > a,
#pagebuilder ul #min .min-month > li > a,
body#tinymce ul #min .min-month > li > a, main.col-lg-8 #min ol .min-month > li > a, #pagebuilder #min ol .min-month > li > a, body#tinymce #min ol .min-month > li > a, main.col-lg-8 ol #min .min-month > li > a, #pagebuilder ol #min .min-month > li > a, body#tinymce ol #min .min-month > li > a {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
  padding: 20px;
  margin: 8px 8px;
  border: 1px solid #d9ece9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
  text-decoration: none;
}
main.col-lg-8 [class*=callout], #pagebuilder [class*=callout], body#tinymce [class*=callout] {
  padding: 30px;
  width: 45%;
  background-color: #ebebeb;
  color: #133875;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
}
main.col-lg-8 [class*=callout]::before, #pagebuilder [class*=callout]::before, body#tinymce [class*=callout]::before {
  content: "";
  display: block;
  border: 25px solid #ebebeb;
  border-left: 25px solid white;
  border-right: 25px solid white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  main.col-lg-8 [class*=callout], #pagebuilder [class*=callout], body#tinymce [class*=callout] {
    width: 50%;
  }
}
@media (max-width: 430px) {
  main.col-lg-8 [class*=callout], #pagebuilder [class*=callout], body#tinymce [class*=callout] {
    width: 100%;
    margin: 15px 0;
  }
}
main.col-lg-8 p + [class*=callout], #pagebuilder p + [class*=callout], body#tinymce p + [class*=callout] {
  margin-bottom: 15px;
}
main.col-lg-8 .callout-left, #pagebuilder .callout-left, body#tinymce .callout-left {
  float: left;
  padding-right: 40px;
  margin-right: 30px;
}
main.col-lg-8 .callout-left::before, #pagebuilder .callout-left::before, body#tinymce .callout-left::before {
  right: 0;
  border-left-width: 0;
}
main.col-lg-8 .callout-right, #pagebuilder .callout-right, body#tinymce .callout-right {
  float: right;
  padding-left: 40px;
  margin-left: 30px;
  text-align: right;
}
main.col-lg-8 .callout-right::before, #pagebuilder .callout-right::before, body#tinymce .callout-right::before {
  left: 0;
  border-right-width: 0;
}
main.col-lg-8 .btn, #pagebuilder .btn, body#tinymce .btn {
  color: #133875;
  background-color: #ffc72c;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  border: 1.5px solid #ffc72c;
}
main.col-lg-8 .btn:hover, #pagebuilder .btn:hover, body#tinymce .btn:hover {
  border: 1.5px solid #133875;
  background-color: white;
}
main.col-lg-8 .row[class*=button] > div > a, #pagebuilder .row[class*=button] > div > a, body#tinymce .row[class*=button] > div > a {
  color: #133875;
  background-color: #ffc72c;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  border: 1.5px solid #ffc72c;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
main.col-lg-8 .row[class*=button] > div > a:hover, #pagebuilder .row[class*=button] > div > a:hover, body#tinymce .row[class*=button] > div > a:hover {
  border: 1.5px solid #133875;
  background-color: white;
}

#pagebuilder {
  padding-bottom: 50px;
}
#pagebuilder .rm {
  display: none !important;
}

#subhome h4 {
  margin-top: 1em;
}
#subhome [class*=col] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#subhome [class*=col] .event {
  width: 100%;
}
#subhome [class*=col] .spacer {
  height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#subhome [class*=col] .btn-event {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding: 5px 10px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #subhome [class*=col] .btn-event {
    padding: 5px 10px;
  }
}
#subhome [class*=col] .btn-event::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  background-color: #ebebeb;
}
#subhome [class*=col] .btn-event::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 20px solid #ebebeb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#subhome [class*=col] .btn-event:hover {
  color: white;
  padding-right: 30px;
}
#subhome [class*=col] .btn-event:hover::before {
  background-color: #575757;
  width: -webkit-calc(100% - 19px);
  width: -moz-calc(100% - 19px);
  width: calc(100% - 19px);
}
#subhome [class*=col] .btn-event:hover::after {
  border-left-color: #575757;
}
#subhome #news .items-container {
  padding-bottom: 10px;
}
#subhome #news .items-container .item {
  background-color: #ebebeb;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#subhome #news .items-container .item:hover {
  background-color: #575757;
}
#subhome #news .items-container .item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 15px;
  display: block;
  text-decoration: none;
  font-weight: 600;
}
#subhome #news .items-container .item a:hover {
  color: white;
}
#subhome #news .items-container .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid white;
}
#subhome #events .items-container {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#subhome #events .items-container::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid white;
}
#subhome #events .items-container .date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 15px;
  background-color: #ebebeb;
}
#subhome #events .items-container .date span {
  display: block;
  font-size: 1.5em;
  font-weight: 400;
}
#subhome #events .items-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ebebeb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#subhome #events .items-container .item.detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
#subhome #events .items-container .item.detail:hover {
  background-color: #575757;
}
#subhome #events .items-container .item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 15px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#subhome #events .items-container .item a:hover {
  color: white;
}
#subhome #events .items-container .item a span {
  font-weight: 400;
}

section#news-header-img {
  background-image: url("../images/news-header.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: top;
  height: 300px;
  width: 100%;
  z-index: -2;
}
@media (max-width: 992px) {
  section#news-header-img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  section#news-header-img {
    height: 180px;
  }
}
@media (max-width: 576px) {
  section#news-header-img {
    height: 150px;
  }
}
section#news-header-img + section .breadcrumbs > div {
  border-bottom: none;
  margin: 0;
  padding: 30px 0;
  text-decoration: none;
}
section#news-header-img + section .breadcrumbs > div a {
  text-decoration: underline;
}
section#news-header-img + section .breadcrumbs > div a + a::before {
  display: none;
}

section.news {
  background: #FFFFFF;
}
section.news .pods {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.news .pods > a {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  text-decoration: none;
}
section.news .pods > a > div,
section.news .pods > a .arrow:before,
section.news .pods > a .arrow:after {
  background-color: white;
  -webkit-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
section.news .pods > a .title {
  -webkit-transition: ease-in-out 0.2s all;
  -o-transition: ease-in-out 0.2s all;
  -moz-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
}
section.news .pods > a .news-p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
section.news .pods > a p.date {
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  padding-top: 15px;
}
section.news .pods > a p.title {
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  padding: 0 20px;
  text-transform: none;
  color: #000;
}
section.news .pods > a .img-fluid {
  height: 260px;
  display: block;
  width: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: 50% 20%;
  -webkit-transition: ease-in-out 0.2s all;
  -o-transition: ease-in-out 0.2s all;
  -moz-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
}
section.news .pods > a:hover .arrow-wrap {
  background: #CCC;
}
section.news .pods > a:hover .img-fluid {
  opacity: 0.6;
  -webkit-transform: scale(1.2, 1.2);
     -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
       -o-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
section.news .pods > a:hover .date {
  color: #6793dc;
}
section.news .pods > a:hover > div,
section.news .pods > a:hover .arrow:before,
section.news .pods > a:hover .arrow:after {
  background-color: #e3e3e3;
}
section.news .btn-news {
  background-color: transparent;
  border-width: 1px !important;
  padding: 10px 50px;
  margin: 50px auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section.news .btn-news:hover {
  background-color: #575757;
  color: white !important;
}

section.events {
  background: #133875;
  text-align: center;
}
section.events h2 {
  font-size: 35px;
  color: #FFF;
}
section.events h1, section.events h2, section.events h3, section.events h4, section.events h5, section.events p {
  font-weight: 200;
  text-align: left;
  margin-bottom: unset;
}
section.events h4 {
  font-size: 30px;
}
section.events h3 {
  color: white;
  font-size: 23px;
  line-height: 120%;
}
section.events .carousel button {
  color: #ffc72c;
}
@media (min-width: 431px) {
  section.events .carousel button.next {
    right: 10px;
  }
  section.events .carousel .markers {
    display: none;
  }
}
section.events .location {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffc72c;
  padding-top: 5px;
}
section.events .ttl-bar {
  border-bottom: 1px solid #ffc72c;
  text-align: left;
  padding-bottom: 0.5rem;
  margin: 15px 0 30px;
}
section.events .btn-center {
  margin-top: 25px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  display: inline-block;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-decoration: none;
  border: 2px solid #ffc72c;
}
section.events .btn-center:hover {
  background-color: transparent !important;
  border-color: #FFF;
}
section.events .slide {
  background-color: transparent !important;
}
section.events .slide:hover h3,
section.events .slide:hover h4 {
  color: #ffc72c !important;
}
@media (max-width: 768px) {
  section.events {
    padding: 50px 0;
    padding-bottom: 30px;
  }
  section.events h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 450px) {
  section.events {
    padding-top: 40px;
  }
}

.rss {
  display: block !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 15px;
  width: 100%;
  margin: auto;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #133875;
  background-color: white !important;
  color: #133875 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.rss::after {
  content: "";
  padding-left: 5px;
}
.rss:hover {
  background-color: #133875 !important;
  color: white !important;
  text-decoration: none !important;
}

.two-column-body {
  margin-bottom: 50px;
}
.two-column-body > main {
  padding-right: 40px;
}
.two-column-body > main h1 {
  text-transform: uppercase;
  color: #133875;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .two-column-body > main h1 {
    text-align: center;
    font-size: 26px !important;
  }
}
.two-column-body > main h2 {
  font-weight: 200;
  line-height: 1.3;
  font-size: 26px;
  margin-bottom: 15px;
}
.two-column-body > main h2.month {
  text-transform: uppercase;
  font-weight: 100;
  color: white;
  padding: 10px;
  text-align: center;
  background-color: #133875;
  position: relative;
  margin-bottom: 30px;
}
.two-column-body > main h2.month::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid #133875;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.two-column-body > main > .breadcrumbs > div {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #575757 !important;
  font-size: 14px;
}
.two-column-body > main .btn-secondary {
  background-color: #ffc72c;
  display: inline-block;
  color: #575757;
  padding: 10px 50px;
  text-decoration: none;
  font-weight: 600;
  margin: 30px 0;
  border: 1px solid #ffc72c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.two-column-body > main .btn-secondary:hover {
  background-color: white;
  border-color: #575757;
}
.two-column-body > main img {
  max-width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .two-column-body > main {
    padding-right: 15px;
  }
}
.two-column-body > aside {
  margin-top: 64px;
}

.news-detail aside .recent-news {
  background-color: #ebebeb;
  margin-top: 30px;
}
.news-detail aside .recent-news h2 {
  padding: 30px 30px 20px;
  margin: 0;
  font-weight: 200;
}
.news-detail aside .recent-news ul {
  list-style: none;
  padding: 0 30px;
  text-align: center;
}
.news-detail aside .recent-news ul li {
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #575757;
  text-align: left;
}
.news-detail aside .recent-news ul li a {
  text-decoration: none;
  color: #575757;
}
.news-detail aside .recent-news ul li a span {
  font-weight: 400;
  font-style: italic;
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  color: #133875;
}
.news-detail aside .recent-news ul li a:hover {
  text-decoration: underline;
}
.news-detail aside .recent-news ul li:last-of-type {
  border-bottom: none !important;
  padding-bottom: 10px;
}
.news-detail aside .recent-news ul a.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin: 30px auto;
  text-align: center;
  text-decoration: none;
  padding: 6px 40px;
  border: 1px solid #575757;
  color: #575757;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-detail aside .recent-news ul a.btn:hover {
  background-color: #ffc72c;
  border-color: #ffc72c;
}
.news-detail aside .subscribe form {
  padding: 0 15px;
}
.news-detail aside .subscribe form input[type=text] {
  padding: 10px 15px;
}
.news-detail aside .subscribe form input[type=text]::-webkit-input-placeholder {
  font-weight: 300;
}
.news-detail aside .subscribe form input[type=text]:-moz-placeholder {
  font-weight: 300;
}
.news-detail aside .subscribe form input[type=text]::-moz-placeholder {
  font-weight: 300;
}
.news-detail aside .subscribe form input[type=text]:-ms-input-placeholder {
  font-weight: 300;
}
.news-detail aside .subscribe form input[type=text]::-ms-input-placeholder {
  font-weight: 300;
}
.news-detail aside .subscribe form input[type=text]::placeholder {
  font-weight: 300;
}
@media (max-width: 1200px) {
  .news-detail aside .subscribe h2 {
    font-size: 29px;
  }
}

section#events-header-img {
  background-image: url("../images/events-header.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  z-index: -2;
}
@media (max-width: 992px) {
  section#events-header-img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  section#events-header-img {
    height: 180px;
  }
}
@media (max-width: 576px) {
  section#events-header-img {
    height: 150px;
  }
}
section#events-header-img + section .breadcrumbs > div {
  border-bottom: none;
  margin: 0;
  padding: 30px 0;
  text-decoration: none;
}
section#events-header-img + section .breadcrumbs > div a {
  text-decoration: underline;
}
section#events-header-img + section .breadcrumbs > div a + a::before {
  display: none;
}

.events {
  color: #133875;
}
.events h1 {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .events h1 {
    text-align: center;
    font-size: 26px !important;
  }
}
.events h2 {
  font-weight: 200;
  line-height: 1.3;
  font-size: 26px;
  margin-bottom: 15px;
}
.events h2.month {
  text-transform: uppercase;
  font-weight: 100;
  color: white;
  padding: 10px;
  text-align: center;
  background-color: #133875;
  position: relative;
  margin-bottom: 30px;
}
.events h2.month::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid #133875;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.events .event {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #133875 !important;
  padding-bottom: 20px;
}
.events .event:hover {
  color: #2162cd !important;
}
.events .event p {
  font-weight: 300;
  text-align: center;
}
.events .event p.month-num {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}
.events .event h3 {
  font-weight: 200;
  font-size: 1.5em;
}
.events .event > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.events .event > div p {
  margin-bottom: 0;
}
.events .event > div:first-child {
  border-right: 1px solid #133875;
  padding: 20px 0;
}
.events .event::before {
  content: "";
  display: block;
  border-top: 1px solid #133875;
  padding-top: 20px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .events .event::before {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}
@media (max-width: 576px) {
  .events .event::before {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 576px) {
  .events .event > div:first-child {
    border-right: none;
  }
  .events .event > div:first-child p {
    font-size: 1.2em;
  }
  .events .event > div:first-child p.month-num {
    font-size: 2.2em;
  }
  .events .event h3 {
    text-align: center;
    padding: 0 15px 10px;
  }
  .events .event + .event::before {
    padding-top: 20px;
  }
}
.events .day.event div {
  border: none;
}
.events .day.event div h3 {
  text-align: center;
}
.events .month + .event::before {
  display: none;
}
.events p.byline {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 40px;
}
.events img {
  max-width: 100%;
  margin-bottom: 1em;
}
.events > aside .event-pod {
  background-color: #133875;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 400px;
}
.events > aside .event-pod a {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
}
.events > aside .event-pod a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.events > aside .event-pod a:hover::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.events > aside .event-pod img {
  width: 100%;
  display: block;
}
.events > aside .event-pod h3 {
  color: #ffc72c;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  padding: 0 15px;
}
.events > aside .event-pod h3::before, .events > aside .event-pod h3::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  left: 0;
  top: -45px;
  border-bottom: 30px solid #133875;
  border-right: 30px solid transparent;
}
.events > aside .event-pod h3::after {
  border-right: none;
  border-left: 30px solid transparent;
  left: 50%;
}
.events > aside .event-pod p {
  color: white;
  text-transform: capitalize;
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 50px;
  margin-top: 5px;
  line-height: 1.3;
  padding: 0 15px;
}
.events > main {
  color: #575757;
}
.events > main h1 {
  color: #133875;
}
.events > main .add-cal, .events > main .register {
  display: inline-block;
  padding: 7px 50px;
  margin-bottom: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #575757;
  color: #575757;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.events > main .add-cal:hover, .events > main .register:hover {
  color: white;
  background-color: #575757;
}
.events > main .add-cal + .register, .events > main .register + .register {
  margin-left: 10px;
}
@media (max-width: 510px) {
  .events > main .add-cal, .events > main .register {
    display: block;
    text-align: center;
  }
  .events > main .add-cal + .register, .events > main .register + .register {
    margin-left: 0;
  }
}
.events > main .event-brief {
  margin-bottom: 15px;
}
.events > main .event-brief p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 300;
}
.events > main .event-brief p:first-child {
  font-weight: 700;
}
.events > main .italic {
  font-style: italic;
}

nav > ul.pagination {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
nav > ul.pagination li {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
nav > ul.pagination li a {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border: none;
  text-decoration: none;
  color: #575757;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  margin: 3px;
  font-size: 14px;
}
nav > ul.pagination li a:hover {
  color: #ebebeb;
  background-color: #575757;
}

form {
  color: #575757;
}
form .subtitle {
  font-weight: 300 !important;
  border-bottom: 1px solid #133875;
  text-transform: uppercase;
  color: #133875;
}
form label {
  font-weight: 700;
  color: #133875;
  margin-bottom: 5px;
}
form input[type=text], form input[type=number], form textarea.form-control, form select.form-control {
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
form input[type=text]:focus, form input[type=number]:focus, form textarea.form-control:focus, form select.form-control:focus {
  border: 1.5px solid #575757;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
}
form div.radio label, form div.checkbox label {
  font-weight: 400;
  color: #575757;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form div.radio label input, form div.checkbox label input {
  margin-right: 10px;
  border-color: #575757;
}
form div.radio input {
  position: relative;
}
form .form-group.inline label {
  display: block;
}
form .form-group.inline div.radio, form .form-group.inline div.checkbox {
  display: inline-block;
}
form .form-group.inline div.radio label, form .form-group.inline div.checkbox label {
  padding-right: 20px;
}
form .form-group.inline div.radio label input, form .form-group.inline div.checkbox label input {
  margin-right: 3px;
}
form .form-group.inline div.checkbox input {
  position: relative;
}
form .form-group hr {
  border-color: #133875;
}
form .has-error > input {
  background: lightgoldenrodyellow;
  border-color: red;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle span.fa.fa-clock-o:after {
  content: "";
}
.bootstrap-datetimepicker-widget .datepicker-months .active, .bootstrap-datetimepicker-widget .datepicker-years .active, .bootstrap-datetimepicker-widget .datepicker-decades .active {
  background-color: #133875;
}
.bootstrap-datetimepicker-widget .timepicker-picker a.btn {
  padding: 0;
  margin: 0;
  width: 100%;
}
.bootstrap-datetimepicker-widget .timepicker-picker a.btn > span {
  height: 35px;
  line-height: 35px;
}
.bootstrap-datetimepicker-widget .timepicker-picker td {
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .timepicker-picker td > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.bootstrap-datetimepicker-widget .timepicker-picker td > button {
  margin: 0 15px;
}
.bootstrap-datetimepicker-widget table td.day.active {
  background-color: #133875;
}
.bootstrap-datetimepicker-widget table td.day.active:hover {
  background-color: #2162cd;
}

#privacy-statement {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px;
  -webkit-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  -moz-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  font-size: 13px;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
#privacy-statement.up {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#privacy-statement div {
  padding: 30px;
  width: 100%;
  background-color: #ffc72c;
  color: #133875;
  position: relative;
  -webkit-box-shadow: 0px 0px 36px 3px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: 0px 0px 36px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 36px 3px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#privacy-statement div p {
  margin: 8px 15px 8px 0;
  font-weight: 400;
}
#privacy-statement div p a {
  text-decoration: underline;
  color: #133875;
}
#privacy-statement div p a:hover {
  color: #133875;
}
#privacy-statement div button {
  margin: 8px 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-weight: 400;
  color: white;
  background-color: #575757;
  padding: 7px 15px !important;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#privacy-statement div button:hover {
  background-color: #133875;
  color: white;
}

section#interior.container {
  padding-bottom: 50px !important;
}

section#interior .filter-box {
  padding: 30px;
  background-color: white;
  margin: 30px 0;
}
section#interior .filter-box form {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#interior .filter-box form label {
  display: block;
}
section#interior .filter-box form input {
  width: 100%;
}
section#interior .filter-box h2 {
  display: block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
section#interior .filter-box h2::after {
  content: "";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "FontAwesome";
  font-weight: bold;
  display: inline-block;
  color: inherit;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#interior .filter-box h2.collapsed::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
     -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
       -o-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
section#interior .directory-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section#interior .directory-box article.pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
section#interior .directory-box article.pod .profile-image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
  display: block;
}
section#interior .directory-box article.pod .detail {
  margin: 10px 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#interior .directory-box article.pod .detail * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
section#interior .directory-box article.pod .detail h3 {
  margin-top: 0;
}
section#interior .directory-box article.pod .detail h4 {
  margin-top: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
section#interior .directory-box article.pod .detail p {
  margin: 7px 0;
  line-height: 1;
  font-size: 0.9em;
}
section#interior .directory-box article.pod .detail p > a {
  text-decoration: underline;
  color: #575757;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
section#interior .directory-box article.pod .detail p > a:hover {
  color: #ebebeb;
}
section#interior .directory-box article.pod .detail p > span {
  font-weight: 700;
}
section#interior .directory-box article.pod .detail > a {
  padding: 5px 15px;
  background-color: #133875;
  color: white;
  -webkit-border-radius: 1px !important;
     -moz-border-radius: 1px !important;
          border-radius: 1px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  margin-top: 10px;
  display: inline-block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
section#interior .directory-box article.pod .detail > a:hover {
  background-color: #575757;
}
@media (max-width: 767px) {
  section#interior .directory-box article.pod {
    width: 50%;
  }
}
@media (max-width: 575px) {
  section#interior .directory-box article.pod {
    width: 100%;
  }
}
section#interior .directory-index {
  margin: 0;
}
section#interior .directory-index div.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #133875;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section#interior .directory-index div.col p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  padding: 0 10px;
}
section#interior .directory-index div.col p span {
  display: block;
  width: 100%;
}
section#interior .directory-index div.col p > a {
  display: block;
}
@media (max-width: 450px) {
  section#interior .directory-index div.col p {
    overflow: auto;
  }
}
section#interior .directory-index div.col:nth-child(2n-1) {
  background-color: white;
}
section#interior .directory-index div.col:hover {
  background-color: white;
}
section#interior .directory-index div.col > a {
  display: block;
  padding: 0 10px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dashed #575757;
  margin-bottom: 5px;
  font-weight: 700;
  padding-right: 30px;
  position: relative;
}
section#interior .directory-index div.col > a:after {
  content: "";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "FontAwesome";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-53%);
     -moz-transform: translateY(-53%);
      -ms-transform: translateY(-53%);
       -o-transform: translateY(-53%);
          transform: translateY(-53%);
}
section#interior #pagination ul {
  padding-left: 0;
  margin: 0;
}

section#interior #directory .filter-box {
  background-color: #f2f2f2;
  width: 100%;
  margin-top: 0;
}
section#interior #directory .filter-box [type=button] {
  -webkit-appearance: none;
}
section#interior #directory .filter-box h2 {
  font-size: 1.6em;
  font-weight: 300;
  color: #133875;
  margin-bottom: 0;
  text-transform: uppercase;
}
section#interior #directory .filter-box form input {
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: -moz-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
section#interior #directory .filter-box [type=submit] {
  margin: 0;
}
section#interior #directory .filter-box [type=submit]:hover {
  cursor: pointer;
  border: 1.5px solid #133875;
  background-color: white;
}
section#interior #directory .directory-box {
  margin-bottom: 50px;
}
section#interior #directory .directory-box h3 {
  color: #133875;
  font-weight: 800;
  font-size: 24px;
  line-height: 105%;
}
section#interior #directory .directory-box h4 {
  font-size: 18px;
  font-weight: 800;
  color: #575757;
  line-height: 105%;
}
section#interior #directory .directory-box a {
  text-decoration: none;
}
section#interior #directory .directory-box p {
  margin: 0;
}
section#interior #directory .directory-box p a {
  color: #133875;
  text-decoration: underline;
}
section#interior #directory .directory-box p a:hover {
  color: #575757;
}
@media (max-width: 991px) {
  section#interior #directory .directory-box h3 {
    font-size: 20px;
  }
  section#interior #directory .directory-box h4 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  section#interior #directory > .col .profile-image {
    height: 330px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  section#interior #directory .col-md-4 + .col-md-8 .profile-image {
    height: 140px;
  }
}

section#interior .directory-index div.col {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
section#interior .directory-index div.col > a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
section#interior .directory-index div.col:nth-child(2n-1) {
  background: #ebebeb;
}
section#interior .directory-index div.col:hover {
  background: #d2d2d2;
  cursor: pointer;
}

#pagination {
  margin: 45px 0 0;
  text-align: center;
  padding-top: 25px;
  border-top: 3px solid #575757;
}
#pagination ul {
  display: inline-block !important;
  font-size: 16px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  font-weight: 300;
  padding-left: 0;
}
#pagination ul li {
  float: left;
  padding: 4px;
}
#pagination ul li:before {
  display: none;
}
#pagination ul li a {
  border: 1px solid transparent;
  color: #000000;
  display: block;
  padding: 7px 15px 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
#pagination ul li a .fa {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagination ul li a:hover {
  background-color: #ffffff;
  border-color: #575757;
  color: #575757;
  text-decoration: none;
}
#pagination ul li.active a {
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 400;
  background-color: #575757;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.page-item.active .page-link {
  background-color: #133875;
  border-color: #133875;
}

figure.portrait-right, figure.portrait-left {
  padding-bottom: 2px;
  max-width: 280px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  margin: 6px 0 0;
}
figure.portrait-right:hover > figcaption, figure.portrait-left:hover > figcaption {
  left: 0;
}
figure.portrait-right figcaption, figure.portrait-left figcaption {
  padding: 20px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 4px solid #ffc72c;
  background-color: rgba(19, 56, 117, 0.75);
  line-height: normal;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  figure.portrait-right figcaption, figure.portrait-left figcaption {
    left: 0;
    position: relative;
    background-color: #133875;
    top: -1px;
  }
}
figure.portrait-right cite, figure.portrait-left cite {
  display: block;
  margin-top: 6px;
}

figure.portrait-right {
  float: right !important;
  margin-left: 30px;
}

figure.portrait-left {
  float: left !important;
  margin-right: 30px;
}

.bio {
  clear: none;
  position: relative;
}
.bio ul.details {
  clear: none;
  margin: 0 0 20px;
  padding-left: 0;
  display: block;
  list-style: none;
}
.bio ul.details li {
  clear: none;
}
.bio ul.details li:before {
  display: none;
}
.bio ul.details li.name {
  color: #133875;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 7px;
}
.bio::after {
  content: "";
  clear: both;
  width: 100%;
  height: 30px;
  display: inline-block;
}

@media (max-width: 630px) {
  figure.portrait-right, figure.portrait-left {
    max-width: 200px;
  }
}
@media (max-width: 500px) {
  figure.portrait-right, figure.portrait-left {
    max-width: 100%;
    margin: 0;
    float: none !important;
  }

  .bio ul {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */