/**
 * @file
 * SASS Extends.
 */
.title-label {
  position: relative;
  padding: 20px 0 0 0;
  color: #404040;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  overflow: hidden;
}
@media (min-width: 767px) {
  .title-label {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
}
.title-label:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media (min-width: 767px) {
  .title-label:after {
    position: relative;
    left: 5px;
    display: inline-block;
    margin-right: -100%;
    vertical-align: middle;
  }
}

.node-camp-full > div:not(.contextual) {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .section-title {
    display: none;
    position: relative;
    min-height: 62px;
    width: calc(100% + 30px);
    margin: 0 -15px 0;
    padding: 15px 15px 25px;
    background-color: #00A8E2;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-title:after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 50%;
    display: block;
    width: 9px;
    height: 9px;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    border-style: solid;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .open .section-title {
    background-color: #00435A;
    padding-bottom: 14px;
  }
  .open .section-title:before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #00A8E2;
    z-index: 2;
  }
  .open .section-title:after {
    content: "";
    bottom: -7px;
    right: 24px;
    left: auto;
    transform: translateY(0) rotate(-135deg);
    z-index: 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .open .section-content {
    opacity: 1;
    height: auto;
    overflow: initial;
  }
}
.ctas-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.brochure-link a {
  display: block;
  min-width: 270px;
  color: #EC0928;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
}
.brochure-link a:hover {
  color: #000;
  text-decoration: underline;
}

.btn-cta-contact-us {
  min-width: 270px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=camp-page.css.map */
