/* Slick */

.slick-carousel {
  /*max-width: 900px;*/
  padding: 0 20px;
  margin: 10px auto;
}

.slick-slide {
  margin: 0 15px;
}

.slick-list {
  margin: 0 -15px;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  margin-top: -15px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  content: "\f105";
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\f104";
}

/*Hero Header*/

.home .site-header {
  background: transparent;
  z-index: 9999;
  position: fixed;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.hero-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.hero-header:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.hero-header {
  background-size: cover;
  position: relative;
  background-position: center;
}

.hero-header:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.55);
}

.logged-in .hero-header {
  margin-top: 0;
}

.hero-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}

.hero-header h1 {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
  font-size: 54px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
  letter-spacing: -1px;
}

.hero-header h2 {
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.page .hero-header h2, .post .hero-header h2 {
  border-bottom: none;
}

.hero-header .meta, .hero-header .subtitle {
  display: inline-block;
  clear: both;
  color: #999;
  overflow: hidden;
  padding: 10px 16px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  background: #ffffff;
}

.home .subtitle {
  padding: 0;
  border-top: none;
  border-bottom: none;
  text-transform: none;
  background: transparent;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.hero-header .meta .time {
  display: block;
  float: left;
  position: relative;
  padding: 0 10px;
}

.hero-header .meta .author {
  display: block;
  float: left;
  position: relative;
  padding: 0 10px;
}

.hero-header .meta .author::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #ccc;
  content: "";
}

.hero-header .hero-header-button {
  margin: 20px 0;
  text-align: center;
}

.hero-header .hero-header-button a {
  display: inline-block;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: oswald, sans-serif;
  font-size: 16px;
}

@media (max-width: 979px) {
  .hero-header h1 {
    font-size: 3.5em;
  }
}

@media (max-width: 783px) {
  .logged-in .hero-header {
    margin-top: -60px;
  }
}

@media (max-width: 768px) {
  .hero-header {
    min-height: 232px;
    margin-bottom: 0;
  }
  .home .hero-header {
    padding: 100px 0;
  }
  .hero-header h1 {
    margin-top: 30px;
    font-size: 27px;
  }
}

@media (max-width: 480px) {
  .hero-header {
    background-color: #171d34;
  }
  .hero-header .meta, .hero-header .subtitle {
    padding: 10px 5px;
    font-size: 11px;
  }
  .hero-header .meta .author, .hero-header .meta .time {
    padding: 0 5px;
  }
}

/* Accordion */

.fp-accordion h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
  letter-spacing: -1px;
}

.fp-accordion h3.accordion-heading {
  background: #272e35;
  color: #fff;
  text-align: left;
  border-radius: 4px;
  padding: 14px 12px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 9px;
  padding-right: 40px;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  font-size: 16px;
  position: relative;
}

.fp-accordion h3.accordion-heading.active {
  margin-bottom: 21px;
  background: #b91f39;
}

.fp-accordion h3.accordion-heading .arrowDown {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0;
  border-color: #272e35 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 40px;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  opacity: 0;
}

.fp-accordion h3.accordion-heading.active .arrowDown {
  bottom: -13px;
  border-color: #b91f39 transparent transparent transparent;
  opacity: 1;
}

.fp-accordion h3.accordion-heading .collapseIcon {
  position: absolute;
  right: 20px;
  top: 45%;
  font-size: 25px;
  font-weight: 300;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fp-accordion>div {
  display: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
}

/* Icons */

.icon-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f6f6f6;
}

.icon-bar-item {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 110px;
  flex: 0 1 110px;
  margin: 0 10px;
  padding: 5px;
  text-align: center;
  /* opacity: 0.5; */
}

.icon-bar-item:hover {
  opacity: 1;
}

.icon-bar-item a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-top: 3px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.icon-bar-item a.icon-bar-icon img {
  width: 75px;
  opacity: 0.9;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  border-radius: 5px;
}

.icon-bar-item a.icon-bar-icon:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.plain-text .plain-text-hero {
  display: none;
}

.columns-start-hero {
  display: none;
}

@media (max-width: 800px) {
  .icon-bar-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80px;
    flex: 0 1 80px;
  }
}

.menu-side-by-side.content-block-menu {
  position: static;
  box-shadow: none;
  background: inherit;
}

.menu-side-by-side.content-block-menu .content-block-menu-wrapper {
  min-width: 750px;
  background: #3c4c5d;
  border: 3px solid #536273;
  padding: 20px 40px;
}

.menu-side-by-side.content-block-menu .content-block-menu-wrapper .content-block-menu-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.menu-side-by-side.content-block-menu .content-block-menu-wrapper .content-block-menu-links li {
  flex-basis: calc(25% - 5px);
  margin-bottom: 5px;
}

.menu-side-by-side.content-block-menu .content-block-menu-wrapper .content-block-menu-links a {
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  background: #536273;
  padding: 8px;
  margin: 0;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: none;
}

.menu-side-by-side.content-block-menu .content-block-menu-wrapper .content-block-menu-links a:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 900;
  background: #3c4c5d;
  border-radius: 7px;
  padding: 5px 10px;
  margin-right: 5px;
}

.menu-side-by-side.content-block-menu .content-block-menu-wrapper .content-block-menu-links a:hover {
  background: #63707D;
  border-bottom: none;
}

@media (max-width: 1081px) {
  .menu-side-by-side.content-block-menu .content-block-menu-wrapper {
    padding: 0;
  }

  .menu-side-by-side.content-block-menu .content-block-menu-wrapper .content-block-menu-links {
    padding: 20px 40px;
  }
}

@media (max-width: 860px) {
  .menu-side-by-side.content-block-menu .content-block-menu-wrapper .content-block-menu-links {
    min-width: 750px;
    background-color: transparent;
  }
}

@media (max-width: 797px) {
  .menu-side-by-side.content-block-menu .content-block-menu-wrapper {
    display: flex;
  }
}