@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Inlander";
  src: url("../../fonts/inlander/Inlander-Regular.otf") format("opentype");
  font-style: normal;
}
.flexslider {
  border: 0;
  margin: 0;
  border-radius: 0;
}

.flex-direction-nav a {
  width: 50px;
  height: 50px;
}
.flex-direction-nav a::before {
  padding-top: 1.1rem;
}

.flex-control-nav {
  bottom: 0;
  z-index: 5;
}

.slideshow .flexslider {
  border: 0;
  margin: 0;
  background-color: #000000;
}

.slideshow.main .flex-caption {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 0 1rem 1rem;
  color: #FFFFFF;
  transform: translate(0, -50%);
}
.slideshow.main .slide-info,
.slideshow.main .slid-link-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
.slideshow.main .slide-title {
  font-size: 2rem;
  line-height: 2.1rem;
}
.slideshow.main .slide-caption {
  font-size: 1.5rem;
  line-height: 1.65rem;
}
.slideshow.main .slide-link {
  background-color: #BA0C2F;
  border: 0;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 1em 1em 0;
}
.slideshow.main .slide-link:link, .slideshow.main .slide-link:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.slideshow.main .slide-link:hover, .slideshow.main .slide-link:focus {
  background-color: #8a0923;
  color: #FFFFFF;
  text-decoration: none;
}
.slideshow.main .slide-link:active {
  background-color: #004C99;
  color: #FFFFFF;
  text-decoration: none;
}
.slideshow.main img {
  opacity: 50%;
}

/*# sourceMappingURL=slideshow.css.map */
