/*
Theme Name: Heyday 2025
Author: Jesse Ross at Hedgemaze
Author URI: https://hedgemaze.co/
*/

body {
  color: #1e2e5d;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #3267b0;
  transition: all 0.3s;
}

a:hover {
  color: #df512d;
}

article {
  margin-bottom: 50px;
}

footer {
  background-color: #1e2e5d;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}

.co-article {
  margin-bottom: 50px;
}

.co-block {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .co-block {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.co-block:first-of-type {
  margin-top: 0;
}

/*.co-block:last-of-type {
  margin-bottom: 0;
}

.co-block--faq {
  margin-bottom: 100px !important;
}*/

.co-block--hero {
  align-items: center;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 80vh;
}

@media (max-width: 991px) {
  .co-block--hero {
    background-attachment: initial;
  }
}

.co-block--hero.slim {
  align-items: end;
  min-height: 250px;
  padding-bottom: 45px;
}

.co-block--hero--content {
  
}

.co-block--quote {
  background-image: linear-gradient(to bottom, #eb7c24, #f7a81b);
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}

.co-block--hero:has(+ .co-block--split.blue) {
  margin-bottom: 0;
}

.co-block--hero + .co-block--split.blue {
  margin-top: 0;
}

.co-block--split.blue {
  background-color: #3267b0;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
}

.co-block--split.blue a {
  color: #fff;
}

.co-block--split.blue .co-button {
  background-color: #fff;
  color: #3267b0;
}

.co-block--split.blue .co-button:hover {
  background-color: #df512d;
  color: #fff;
}

.co-block--split.white {
  background-color: transparent;
}

.co-blog-all_posts {
  display: block;
  margin-bottom: 40px;
  text-decoration: none;
  transition: all 0.3s;
}

.co-button {
  background-color: #3267b0;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.co-button:hover {
  background-color: #df512d;
  color: #fff;
}

.co-calendar-wrapper {
  height: 720px;
}

.co-columns--body {
}

.co-columns--divider {
  border-bottom: 2px solid #1e2e5d;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.co-columns--headline {
}

.co-copyright {
  font-size: 16px;
  margin-top: 50px;
}

.co-faq dd {
  display: none;
  padding-bottom: 1px;
  padding-top: 20px;
}

.co-faq dt {
  background-image: url("assets/img/accordion-arrow-right-blue.png");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #1e2e5d;
  display: block;
  cursor: pointer;
  padding: 20px 40px 20px 20px;
  transition: all 0.3s;
}

.co-faq dt.selected {
  background-image: url("assets/img/accordion-arrow-down-blue.png");
}

.co-faq dt:hover {
  background-color: #3267b0;
  background-image: url("assets/img/accordion-arrow-right-white.png");
  color: #fff;
}

.co-faq dt.selected:hover {
  background-image: url("assets/img/accordion-arrow-down-white.png");
}

.co-footer-text {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.co-h1 {
  font-size: 30px;
  font-weight: 700;
}

.co-h1--hero {
  font-size: 72px;
  line-height: 1;
}

@media (max-width: 991px) {
  .co-h1--hero {
    font-size: 48px;
  }
}

.co-h1 a {
  color: #1e2e5d;
  text-decoration: none;
  transition: all 0.3s;
}

.co-h1 a:hover {
  color: #df512d;
}

.co-h2 {
  color: #df512d;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.co-quote-attribution_name {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.co-quote-attribution_title {
  color: #fff;
  margin-bottom: 0;
}

.co-quote-text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 991px) {
  .co-quote-text {
    font-size: 32px;
  }
}

/*@media (max-width: 991px) {
  .co-split--content {
    margin-top: 20px;
  }
}*/

.co-split--content_wrapper {
  align-items: center;
  display: flex;
/*  height: 100%;*/
}

@media (max-width: 991px) {
  .co-split--content_wrapper {
    margin-top: 20px;
  }
}

.co-split--img_border {
  display: inline-block;
  padding: 0;
  border-bottom: solid 7px #3267b0;
  position: relative;
  width: 100%;
}

.co-split--img_border:before {
  content: "";
  border-bottom: solid 9px #df512d;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
/*  mix-blend-mode: hard-light;*/
}

.co-split--img_border:after {
  content: "";
  border-bottom: solid 15px #f7a81b;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: calc(100% - 13px);
/*  mix-blend-mode: hard-light;*/
}

.co-split--img_border--column {
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .co-split--img_border--column {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.co-split--img_border--column .co-split--img_bkgnd {
  min-height: 300px;
}

.co-split--img_border--column .co-split--img_bkgnd.img_small {
  min-height: 200px;
}

.co-split--img_bkgnd {
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 400px;
  width: 100%;
}

.navbar {
  background-color: transparent !important;
  padding-top: 20px;
  transition: all 0.3s;
}

.navbar .co-logo {
  margin-top: 0;
  transition: all 0.3s;
  width: 200px;
}

.navbar .co-logo--white {
  opacity: 1;
  position: relative;
  z-index: 20;
}

.navbar .co-logo--blue {
  left: 0;
  position: absolute;
  z-index: 10;
}

.navbar .nav-link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.navbar .nav-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar.scrolled {
  background-color: #fff !important;
}

@media (max-width: 991px) {
  .navbar {
    background-color: #fff !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
}

.navbar.scrolled .co-logo {
  margin-top: -10px;
  width: 120px;
}

@media (max-width: 991px) {
  .navbar .co-logo {
    margin-top: -10px;
    width: 120px;
  }
}

.navbar.scrolled .co-logo--white {
  opacity: 0;
}

@media (max-width: 991px) {
  .navbar .co-logo--white {
    opacity: 0;
  }
}

.navbar.scrolled .nav-link {
  color: #1e2e5d !important;
}

@media (max-width: 991px) {
  .navbar .nav-link {
    color: #1e2e5d !important;
  }
}

.navbar.scrolled .nav-link:hover {
  color: #df512d !important;
}

@media (max-width: 991px) {
  .navbar .nav-link:hover {
    color: #df512d !important;
  }
}

.navbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(30, 46, 93, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (max-width: 991px) {
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(30, 46, 93, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
}

.navbar-brand {
  position: relative;
}

.navbar-toggler {
  border: 0;
}

.slick-arrow {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 40px;
  transition: all 0.3s;
  width: 30px;
}

.slick-arrow:hover {
  opacity: 0.7;
}

.slick-next {
  background-image: url('assets/img/arrow-next.png') !important;
  right: -50px;
}

.slick-prev {
  background-image: url('assets/img/arrow-prev.png') !important;
  left: -50px;
}

.slick-next:before, .slick-prev:before {
  content: "";
}

.u-align--center {
  text-align: center;
}
.u-img--full {
  width: 100%;
}
.u-opacity--50 {
  opacity: 0.5;
}
.u-width--100 {
  width: 100%;
}