/**
 * @file
 * SASS Extends.
 */
.node-camp-full__field-package-details-title, .node-camp-full__field-package-extras-title, .node-camp-full__field-optional-details-title, .node-camp-full__field-optional-extras-title {
  font-family: "Merriweather";
  font-weight: 300;
}
.node-camp-full__field-package-details-title, .node-camp-full__field-package-extras-title, .node-camp-full__field-optional-details-title, .node-camp-full__field-optional-extras-title {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .node-camp-full__field-package-details-title, .node-camp-full__field-package-extras-title, .node-camp-full__field-optional-details-title, .node-camp-full__field-optional-extras-title {
    font-size: 20px;
  }
}

.check-list li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.check-list li:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #240F6E;
  transform: rotate(45deg);
}
[dir=ltr] .check-list li:after {
  left: 2px;
}
[dir=rtl] .check-list li:after {
  right: 2px;
}
.check-list--blue li:after {
  border-color: #00A8E2;
}

.bullet-list li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 21px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.bullet-list li:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #404040;
}
[dir=ltr] .bullet-list li:after {
  left: 3px;
}
[dir=rtl] .bullet-list li:after {
  right: 3px;
}

.node-camp-full__field-package-details-item .taxonomy-term-camp-package__wrapper a, .node-camp-full__field-package-extras-item .taxonomy-term-camp-package__wrapper a, .node-camp-full__field-optional-details-item .taxonomy-term-camp-package__wrapper a, .node-camp-full__field-optional-extras-item .taxonomy-term-camp-package__wrapper a {
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  color: #240F6E;
}
.node-camp-full__field-package-details-item .taxonomy-term-camp-package__wrapper a:hover, .node-camp-full__field-package-extras-item .taxonomy-term-camp-package__wrapper a:hover, .node-camp-full__field-optional-details-item .taxonomy-term-camp-package__wrapper a:hover, .node-camp-full__field-optional-extras-item .taxonomy-term-camp-package__wrapper a:hover {
  color: #082ECF;
}
.node-camp-full__field-package-details-item .taxonomy-term-camp-package__wrapper a:disabled, .node-camp-full__field-package-extras-item .taxonomy-term-camp-package__wrapper a:disabled, .node-camp-full__field-optional-details-item .taxonomy-term-camp-package__wrapper a:disabled, .node-camp-full__field-optional-extras-item .taxonomy-term-camp-package__wrapper a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

.node-camp-full .fact-sheet .node-camp-full__field-link a, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a {
  display: inline-block;
  padding: 10px 12px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background-color: #240F6E;
  cursor: pointer;
}
@media (min-width: 768px) {
  .node-camp-full .fact-sheet .node-camp-full__field-link a, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a {
    padding: 11px 25px;
    font-size: 16px;
  }
}
.node-camp-full .fact-sheet .node-camp-full__field-link a:hover, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a:hover {
  text-decoration: underline;
  background-color: #240F6E;
}
.node-camp-full .fact-sheet .node-camp-full__field-link a:focus, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a:focus {
  text-decoration: underline;
  background-color: #7C6CA7;
}
.node-camp-full .fact-sheet .node-camp-full__field-link a:disabled, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

.node-camp-full__overview-component .col-md-4 {
  order: 1;
}
@media (min-width: 767px) {
  .node-camp-full__overview-component .col-md-4 {
    order: 2;
  }
}
.node-camp-full__overview-component .col-md-7 {
  order: 2;
}
@media (min-width: 767px) {
  .node-camp-full__overview-component .col-md-7 {
    order: 1;
  }
}
.node-camp-full__ages-date-range {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #240F6E;
}
@media (min-width: 767px) {
  .node-camp-full__ages-date-range {
    flex-direction: row;
    padding: 15px 25px;
    margin-bottom: 20px;
  }
}
.node-camp-full__field-ages, .node-camp-full__field-date-range {
  display: flex;
}
@media (min-width: 767px) {
  .node-camp-full__field-ages, .node-camp-full__field-date-range {
    flex-direction: column;
    align-items: flex-start;
  }
}
.node-camp-full__field-ages:first-of-type, .node-camp-full__field-date-range:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .node-camp-full__field-ages:first-of-type, .node-camp-full__field-date-range:first-of-type {
    margin-bottom: 0;
  }
}
.node-camp-full__field-ages-label, .node-camp-full__field-date-range-label {
  display: flex;
  min-width: 140px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #240F6E;
}
@media (min-width: 540px) {
  .node-camp-full__field-ages-label, .node-camp-full__field-date-range-label {
    min-width: auto;
    width: 35%;
  }
}
[dir=ltr] .node-camp-full__field-ages-label, [dir=ltr] .node-camp-full__field-date-range-label {
  text-align: left;
}
[dir=rtl] .node-camp-full__field-ages-label, [dir=rtl] .node-camp-full__field-date-range-label {
  text-align: right;
}
@media (min-width: 767px) {
  .node-camp-full__field-ages-label, .node-camp-full__field-date-range-label {
    width: auto;
  }
}
.node-camp-full__field-ages-items, .node-camp-full__field-ages-range-items, .node-camp-full__field-date-range-items, .node-camp-full__field-date-range-range-items {
  margin-left: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #606060;
}
@media (min-width: 767px) {
  .node-camp-full__field-date-range {
    margin-left: 30px;
  }
}
.node-camp-full__field-date-range-label span, .node-camp-full__field-ages-label span {
  position: relative;
}
[dir=ltr] .node-camp-full__field-date-range-label span, [dir=ltr] .node-camp-full__field-ages-label span {
  padding-left: 30px;
}
[dir=rtl] .node-camp-full__field-date-range-label span, [dir=rtl] .node-camp-full__field-ages-label span {
  padding-right: 30px;
}
.node-camp-full__field-date-range-label span::before, .node-camp-full__field-ages-label span::before {
  content: url("../../../images/icon/open-date.svg");
  position: absolute;
  width: 20px;
  height: 20px;
}
[dir=ltr] .node-camp-full__field-date-range-label span::before, [dir=ltr] .node-camp-full__field-ages-label span::before {
  left: 0;
}
[dir=rtl] .node-camp-full__field-date-range-label span::before, [dir=rtl] .node-camp-full__field-ages-label span::before {
  right: 0;
}
.node-camp-full__field-ages-label span::before {
  content: url("../../../images/icon/age-range.svg");
}
.node-camp-full__field-secondary-description {
  text-align: left;
}
.node-camp-full__field-package-details, .node-camp-full__field-package-extras, .node-camp-full__field-optional-details, .node-camp-full__field-optional-extras {
  padding-bottom: 10px;
}
@media (min-width: 767px) {
  .node-camp-full__field-package-details, .node-camp-full__field-package-extras, .node-camp-full__field-optional-details, .node-camp-full__field-optional-extras {
    padding-bottom: 15px;
  }
}
.node-camp-full__field-package-details-wrap, .node-camp-full__field-package-extras-wrap, .node-camp-full__field-optional-details-wrap, .node-camp-full__field-optional-extras-wrap {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.node-camp-full__field-package-details-title, .node-camp-full__field-package-extras-title, .node-camp-full__field-optional-details-title, .node-camp-full__field-optional-extras-title {
  line-height: 1.5;
  color: #240F6E;
}
.node-camp-full__field-package-details-item, .node-camp-full__field-package-extras-item, .node-camp-full__field-optional-details-item, .node-camp-full__field-optional-extras-item {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .node-camp-full__field-package-details-item, .node-camp-full__field-package-extras-item, .node-camp-full__field-optional-details-item, .node-camp-full__field-optional-extras-item {
    margin-top: 15px;
  }
}
.node-camp-full__field-package-details-item .taxonomy-term-camp-package__wrapper, .node-camp-full__field-package-extras-item .taxonomy-term-camp-package__wrapper, .node-camp-full__field-optional-details-item .taxonomy-term-camp-package__wrapper, .node-camp-full__field-optional-extras-item .taxonomy-term-camp-package__wrapper {
  display: flex;
  transition: all 400ms ease;
}
.node-camp-full__field-package-details-item .taxonomy-term-camp-package__wrapper a, .node-camp-full__field-package-extras-item .taxonomy-term-camp-package__wrapper a, .node-camp-full__field-optional-details-item .taxonomy-term-camp-package__wrapper a, .node-camp-full__field-optional-extras-item .taxonomy-term-camp-package__wrapper a {
  font-size: 14px;
  margin-left: 5px;
}
.node-camp-full__field-package-details-item .taxonomy-term-camp-package__name, .node-camp-full__field-package-extras-item .taxonomy-term-camp-package__name, .node-camp-full__field-optional-details-item .taxonomy-term-camp-package__name, .node-camp-full__field-optional-extras-item .taxonomy-term-camp-package__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #606060;
}
.node-camp-full__field-package-details-item .taxonomy-term-camp-package__field-icon, .node-camp-full__field-package-extras-item .taxonomy-term-camp-package__field-icon, .node-camp-full__field-optional-details-item .taxonomy-term-camp-package__field-icon, .node-camp-full__field-optional-extras-item .taxonomy-term-camp-package__field-icon {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
.node-camp-full__field-package-details-item .taxonomy-term-camp-package__field-icon *, .node-camp-full__field-package-extras-item .taxonomy-term-camp-package__field-icon *, .node-camp-full__field-optional-details-item .taxonomy-term-camp-package__field-icon *, .node-camp-full__field-optional-extras-item .taxonomy-term-camp-package__field-icon * {
  width: 100%;
  height: 100%;
}
.node-camp-full__field-package-extras-title, .node-camp-full__field-optional-extras-title {
  position: relative;
  top: 0;
}
[dir=ltr] .node-camp-full__field-package-extras-title, [dir=ltr] .node-camp-full__field-optional-extras-title {
  left: 0;
}
[dir=rtl] .node-camp-full__field-package-extras-title, [dir=rtl] .node-camp-full__field-optional-extras-title {
  right: 0;
}
.node-camp-full__field-package-extras-title, .node-camp-full__field-optional-extras-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.node-camp-full__field-package-extras-title::after, .node-camp-full__field-optional-extras-title::after {
  position: relative;
  top: -2px;
  right: 5px;
  width: 8px;
  height: 8px;
  border: solid #202020;
  border-width: 0 1px 1px 0;
  content: "";
  transition: all 400ms ease;
  transform: rotate(45deg);
  transform-origin: center;
}
.node-camp-full__field-package-extras-title.show::after, .node-camp-full__field-optional-extras-title.show::after {
  top: 3px;
  border-color: #240F6E;
  transform: rotate(225deg);
}
.node-camp-full__optional-extras {
  padding-top: 10px;
  border-top: 1px solid #DDD;
}
@media (min-width: 767px) {
  .node-camp-full__optional-extras {
    padding-top: 15px;
  }
}
.node-camp-full__field-optional-extras-container .package-optional-extras {
  display: none;
}
.node-camp-full__field-optional-extras-container .package-optional-extras.show {
  display: block;
}
.node-camp-full .fact-sheet {
  margin-top: 15px;
}
.node-camp-full .fact-sheet .node-camp-full__field-link a, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
.node-camp-full .fact-sheet .node-camp-full__field-link a:active::before, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a:active::before {
  filter: brightness(0) saturate(100%) invert(13%) sepia(67%) saturate(2945%) hue-rotate(245deg) brightness(81%) contrast(114%);
}
.node-camp-full .fact-sheet .node-camp-full__field-link a::before, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a::before {
  content: url("../../../images/icon/solid-get-a-quote.svg");
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  width: 16px;
}
[dir=ltr] .node-camp-full .fact-sheet .node-camp-full__field-link a::before, [dir=ltr] .node-camp-full .fact-sheet .node-camp-full__field-additional-link a::before {
  margin-right: 10px;
}
[dir=rtl] .node-camp-full .fact-sheet .node-camp-full__field-link a::before, [dir=rtl] .node-camp-full .fact-sheet .node-camp-full__field-additional-link a::before {
  margin-left: 10px;
}
.node-camp-full .fact-sheet .node-camp-full__field-link a:hover, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a:hover {
  position: relative;
  text-decoration: none;
}
.node-camp-full .fact-sheet .node-camp-full__field-link a:hover::after, .node-camp-full .fact-sheet .node-camp-full__field-additional-link a:hover::after {
  position: absolute;
  content: "";
  width: calc(100% - 145px);
  height: 1px;
  bottom: 10px;
  background-color: #fff;
}
.node-camp-full__field-remote-video {
  margin-top: 10px;
  max-height: 200px;
}
.node-camp-full__field-remote-video *:not(.contextual-region) {
  max-height: 200px;
}
@media (min-width: 767px) {
  .node-camp-full__field-remote-video {
    max-width: 950px;
    max-height: 530px;
  }
  .node-camp-full__field-remote-video *:not(.contextual-region) {
    max-height: 530px;
  }
}

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