/**
 * @file
 * Summer camp per country paragraph.
 */
/**
 * @file
 * SASS Extends.
 */
.node-camp-summer-camps-per-country i.icon::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.paragraph-summer-camps-per-country .view-summer-camps-per-country {
  animation-duration: 800ms;
  animation-delay: 400ms;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.paragraph-summer-camps-per-country .view-summer-camps-per-country {
  animation-name: fadeInUp;
}

.paragraph-summer-camps-per-country {
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: center;
}
@media (min-width: 767px) {
  .paragraph-summer-camps-per-country {
    padding: 0 0 80px 0;
  }
}
.paragraph-summer-camps-per-country__field-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 767px) {
  .paragraph-summer-camps-per-country__field-title {
    font-size: 32px;
  }
}
.paragraph-summer-camps-per-country .views-exposed-form {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.paragraph-summer-camps-per-country .views-exposed-form::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #dbdbdb;
  left: 0;
  bottom: 0;
}
@media (min-width: 767px) {
  .paragraph-summer-camps-per-country .views-exposed-form {
    margin-bottom: 15px;
  }
}
.paragraph-summer-camps-per-country .views-exposed-form .form-radios {
  display: block;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-radio,
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-checkbox {
  margin: 0;
  position: relative;
  min-width: 54px;
  min-height: 70px;
  justify-content: center;
  z-index: 1;
  display: inline-flex;
}
@media (min-width: 767px) {
  .paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-radio,
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-checkbox {
    min-width: 115px;
    min-height: 73px;
  }
}
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-radio:first-child input[type=checkbox] + .label + label.form-item__label::before,
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-radio:first-child input[type=radio] + .label + label.form-item__label::before,
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-checkbox:first-child input[type=checkbox] + .label + label.form-item__label::before,
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-checkbox:first-child input[type=radio] + .label + label.form-item__label::before {
  background: url("../../../images/icon/globe.svg") center no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
}
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-radio input,
.paragraph-summer-camps-per-country .views-exposed-form .form-item.form-type-checkbox input {
  display: none;
}
.paragraph-summer-camps-per-country .views-exposed-form input[type=radio] + .label,
.paragraph-summer-camps-per-country .views-exposed-form input[type=checkbox] + .label {
  display: none;
}
.paragraph-summer-camps-per-country .views-exposed-form label.form-item__label {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 767px) {
  .paragraph-summer-camps-per-country .views-exposed-form label.form-item__label {
    font-size: 14px;
  }
}
.paragraph-summer-camps-per-country .views-exposed-form label.form-item__label br {
  display: none;
}
.paragraph-summer-camps-per-country .views-exposed-form label.form-item__label img {
  display: block;
  width: 24px;
  height: auto;
  margin-bottom: 15px;
}
.paragraph-summer-camps-per-country .views-exposed-form input[type=checkbox] + .label + label.form-item__label,
.paragraph-summer-camps-per-country .views-exposed-form input[type=radio] + .label + label.form-item__label {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0 15px 15px;
  border-bottom: 6px solid transparent;
  cursor: pointer;
  color: #606060;
  opacity: 0.5;
  transition: opacity 400ms ease, border-color 400ms;
  justify-content: flex-end;
}
@media (min-width: 767px) {
  .paragraph-summer-camps-per-country .views-exposed-form input[type=checkbox] + .label + label.form-item__label,
.paragraph-summer-camps-per-country .views-exposed-form input[type=radio] + .label + label.form-item__label {
    padding: 0 45px 15px;
  }
  .paragraph-summer-camps-per-country .views-exposed-form input[type=checkbox] + .label + label.form-item__label:hover,
.paragraph-summer-camps-per-country .views-exposed-form input[type=radio] + .label + label.form-item__label:hover {
    opacity: 0.75;
    border-color: #EC0928;
  }
}
.paragraph-summer-camps-per-country .views-exposed-form input[type=checkbox]:checked + .label + label.form-item__label,
.paragraph-summer-camps-per-country .views-exposed-form input[type=radio]:checked + .label + label.form-item__label {
  border-bottom: 6px solid #EC0928;
  color: #202020;
  opacity: 1;
}
.paragraph-summer-camps-per-country .form-radios + .form-actions {
  display: none;
}
.paragraph-summer-camps-per-country .view-summer-camps-per-country {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.paragraph-summer-camps-per-country .view-summer-camps-per-country-summer-camps-per-country__row {
  width: 100%;
  max-width: 392px;
  padding: 0 15px 15px;
}
@media (min-width: 767px) {
  .paragraph-summer-camps-per-country .view-summer-camps-per-country-summer-camps-per-country__row {
    width: 33.3333333333%;
    min-width: 392px;
    padding: 15px;
  }
}
.paragraph-summer-camps-per-country__more-info {
  -webkit-box-flex: 1;
  flex: 1 100%;
  margin-top: 15px;
  text-align: center;
}
.paragraph-summer-camps-per-country__more-info p {
  margin-bottom: 0;
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
}
.paragraph-summer-camps-per-country .ctas-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.paragraph-summer-camps-per-country .brochure-link a {
  display: block;
  min-width: 270px;
  padding: 0 32px;
  color: #EC0928;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
}
.paragraph-summer-camps-per-country .brochure-link a:hover {
  color: #000;
  text-decoration: underline;
}
.paragraph-summer-camps-per-country .btn-cta-contact-us {
  min-width: 270px;
  margin-bottom: 15px;
}

.node-camp-summer-camps-per-country {
  height: 100%;
}
.node-camp-summer-camps-per-country__inner-warpper {
  background-color: #fff;
  height: 100%;
}
.node-camp-summer-camps-per-country__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 29px;
  position: relative;
}
.node-camp-summer-camps-per-country__field-hero-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.node-camp-summer-camps-per-country__field-country-term {
  opacity: 0.75;
  margin-right: 10px;
}
.node-camp-summer-camps-per-country__field-country-term .taxonomy-term-country__name {
  display: none;
}
.node-camp-summer-camps-per-country__field-country-term .taxonomy-term-country__field-icon img {
  display: block;
  width: 22px;
  height: 22px;
}
.node-camp-summer-camps-per-country__field-city-name {
  font-size: 16px;
  font-weight: 700;
  color: #EC0928;
}
.node-camp-summer-camps-per-country__country-and-city {
  margin: -36px 0 0 0;
  display: flex;
  position: relative;
}
.node-camp-summer-camps-per-country__country-and-city__inner-wrapper {
  background-color: #fff;
  padding: 15px 15px 0 15px;
  display: flex;
  align-items: center;
}
.node-camp-summer-camps-per-country__field-ages-label svg {
  width: 24px;
  height: 24px;
}
.node-camp-summer-camps-per-country__field-ages-label .ages {
  display: none;
}
.node-camp-summer-camps-per-country__content-wrapper {
  padding: 20px 15px;
  text-align: left;
}
.node-camp-summer-camps-per-country__field-date-wrapper, .node-camp-summer-camps-per-country__field-ages-wrapper {
  display: flex;
  align-items: flex-start;
}
.node-camp-summer-camps-per-country__description-wrapper {
  margin-top: 10px;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.node-camp-summer-camps-per-country__field-ages, .node-camp-summer-camps-per-country__field-date-range,
.node-camp-summer-camps-per-country .date-more {
  font-size: 14px;
  color: #404040;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
.node-camp-summer-camps-per-country__field-ages .years-old, .node-camp-summer-camps-per-country__field-date-range .years-old,
.node-camp-summer-camps-per-country .date-more .years-old {
  margin-left: 5px;
}
.node-camp-summer-camps-per-country .date-more {
  margin-left: 25px;
  white-space: nowrap;
}
.node-camp-summer-camps-per-country__field-date-range {
  flex-direction: column;
  height: 1.5em;
  width: 100%;
  overflow: hidden;
}
.node-camp-summer-camps-per-country__field-teaser-description {
  font-size: 14px;
  color: #606060;
}
.node-camp-summer-camps-per-country__field-teaser-description p {
  font-size: 14px;
  color: #606060;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.node-camp-summer-camps-per-country__field-teaser-description p:last-child {
  margin-bottom: 0;
}
.node-camp-summer-camps-per-country i.icon {
  margin-right: 10px;
}
.node-camp-summer-camps-per-country i.icon::before {
  color: #EC0928;
  font-size: 14px;
}
.node-camp-summer-camps-per-country i.icon.date-icon::before {
  content: "\e906";
}
.node-camp-summer-camps-per-country i.icon.user-icon::before {
  content: "\e905";
}
.node-camp-summer-camps-per-country__link {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
}
.node-camp-summer-camps-per-country__learn-more {
  display: block;
  color: #EC0928;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
  align-self: flex-end;
  margin-right: 15px;
  text-decoration: none;
}
.node-camp-summer-camps-per-country__learn-more:hover {
  color: #EC0928;
}
.node-camp-summer-camps-per-country__learn-more::after {
  content: ">";
  margin-left: 5px;
}
.node-camp-summer-camps-per-country__learn-more::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #EC0928;
}
.node-camp-summer-camps-per-country .js-link-view-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*# sourceMappingURL=paragraph-summer-camp.css.map */
