/**
 *  Nobel Learning Camp-Promos Stylesheet
 *  Authors: JS & JZ
 *  Package: Nobel Learning
 *  Version: 3.0
 */

.container-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.page-template-page-template-active-pre-registration {
  display: block;
  --color-accent: 30, 160, 218;
  --color-accent-alt: 255, 195, 19;  
}

.page-template-page-template-active-pre-registration #content {
  --color-accent: 30, 160, 218;
  --color-accent-alt: 255, 195, 19;  
}


#camp_promos {
  display:grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 1.1fr;
  column-gap: 25px;
  row-gap: 25px;
  max-width:1160px;
}

#camp_promos.three-box {
  grid-template-areas: 
    "first"
    "second"
    "third";
}

#camp_promos.four-box {
  grid-template-areas: 
    "first"
    "second"
    "third"
    "fourth";
}

.camp-promo-1 {
  grid-area: first;
}

.camp-promo-2 {
  grid-area: second;
}

.camp-promo-3 {
  grid-area: third;
}

.camp-promo-4 {
  grid-area: fourth;
  background-color: #a4c02c;
  border-bottom: 10px solid #3eb3e6;
  padding:1em 1em 0 1em;
}

.entry-content .camp-promo-4 h3 {
  color:#003e73;
}

.camp-promo-4 .camp-wrapper p {
  margin-bottom:0;
}

.camp-promo {
  position: relative;
  padding-bottom: 15px;
}

.camp-promo-wrapper span {
  font-weight:600;
}

.entry-content .camp-promo-wrapper a {
  font-size: 1.25em;
  font-weight:600;
}

.entry-content .camp-promo-1 a {
  color:#e8427b;
  display: block;
  padding-bottom: 1em;
}

.entry-content .camp-promo-3 a {
  color:#bebd2c;
}

.camp-promo-1 {
  background-image: linear-gradient(#fff, #2384c6);
  color: #141718;
  padding-top:45%;
}

.camp-promo-1 .camp-promo-wrapper {
  width:100%;
}

.promo1-content {
  padding: 0em 2em;
}

.entry-content .camp-promo img {
  margin:0;
}

.entry-content .camp-promo img.camp-promo-1-background {
  vertical-align: bottom;
}

.entry-content .camp-promo img.camp-promo-2-background {
  width:100%;
}

.entry-content .camp-promo img.camp1-img,
.four-box-image {
  display:none;
}
.camp-promo-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align:center;
  z-index: 999;
}

#camp_promos.four-box .camp-promo-4 .camp-promo-wrapper {
  position:relative;
}

.entry-content .camp-promo-wrapper h3 {
  font-size:1.4em;
  font-weight:700;
  padding-bottom:.5em;
}

.entry-content .camp-promo-1 h3 {
  color: #141718;
  padding: 0em 2em .5em;
}

.entry-content .camp-promo-2 h3 {
  color: #003e73;
  line-height: 1.25;
}

.entry-content .camp-promo-3 h3 {
  color:#fff;
}

#camp_promos.four-box .camp-promo-2 .camp-promo-wrapper {
  padding:1em;
}

#camp_promos.three-box .camp-promo-2 .camp-promo-wrapper {
  padding:2em;
}

#camp_promos .camp-promo .camp-promo-wrapper span.fine {
  font-size: .8rem;
  font-weight: 400;
  display: block;
  line-height: 1.5em;
  margin-top: .7em;
}

span.phone a {
  color: #003e73;
  display:block;
  margin-top:.25em;
}

.camp-promo-3 .camp-promo-wrapper {
  padding:2em .6em;
}

.camp-promo-wrapper p {
  font-size:1.1em;
}

span.camp-dates {
  font-size:1.2em;
  margin-bottom: 1em;
  display: block;
}

.camp-promo-2 .camp-promo-wrapper span.camp-dates {
  color: #e8427b;
}

.entry-content img.camp-promo-2-background {
  max-height:230px;
}

.camp-promo-3 {
  background-color: #003e73;
}
.camp-promo-3,
.camp-promo-4 {
  color: #fff;
}

.entry-content img.camp-promo-3-background {
  position:absolute;
  bottom: 1em;
}


@media only screen and ( min-width: 400px ) {

  .camp-promo-1 {
    padding-top:30%;
  } 
}

@media only screen and ( min-width: 500px ) {

  #camp_promos {
    grid-template-rows: 1fr auto 1.2fr;
  } 

  .camp-promo-1 {
    padding-top:10%;
  }
}

@media only screen and ( min-width: 600px ) {

  #camp_promos {
    grid-template-rows: 1.75fr auto 2fr;
  }
  
  .camp-promo-1 {
    padding-top:10%;
  }
  
  .camp-promo-1 h3,
  .promo1-content {
    width: 45%;
    float: right;
    clear: right;
  }
  
  .entry-content .camp-promo-1 h3 {
    padding: 1em 1.5em .5em;
    font-size: 1.4em;
  }

  .promo1-content {
    padding:0 2em;
  }
  
  .entry-content .camp-promo img.camp1-img {
    display:block;
    position: absolute;
    width:50%;
    top: 0;
    left: 0;
  }
}

@media only screen and ( min-width: 768px ) {

  #camp_promos.three-box {
    grid-template-rows:2fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "first first" "second third";
  }
  
  #camp_promos.four-box {
    grid-template-rows:2fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "first first" "second third" "fourth fourth";
  }
  
  .camp-promo-1 {
    padding-top:0;
  }
  
  .entry-content .camp-promo-1 h3 {
    font-size: 1.6em;
  }

  .camp-promo-3 {
    background-color: #003e73;
    min-height: 0;
  }
  
  .entry-content img.camp-promo-3-background {
    display:none;
  }
}


@media only screen and ( min-width: 1100px ) {

  #camp_promos.three-box {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 2.4fr;
    grid-template-areas: "first second" "first third";
  }
  
  .entry-content #camp_promos.three-box img.camp-promo-3-background {
    display: block;
  }

  #camp_promos.four-box {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: .5fr 1.5fr .5fr;
    grid-template-areas: "first second" "first third" "first fourth";
  }

  .entry-content .camp-promo img.camp-promo-1-background {
    position: absolute;
    bottom: 0;
  }
  
  #camp_promos.four-box .camp-promo-2 .camp-promo-wrapper {
    padding: 1em;
  }
  
  .entry-content #camp_promos.four-box  img.camp-promo-2-background {
    max-height: 200px;
  }
  
  .entry-content .camp-promo-3 h3 {
    font-size: 1.2em;
  }
  
  #camp_promos.four-box .camp-promo-3 .camp-promo-wrapper {
    padding: 1em .5em;
  }
  
  #camp_promos.four-box .camp-promo-4 .camp-promo-wrapper {
    position: relative;
    padding: .5em;
  }
  
  #camp_promos.four-box .camp-promo-3 .camp-promo-wrapper img {
    width: 64%;
    margin: .5em auto;
  }
      
  #camp_promos.three-box .entry-content img.camp-promo-3-background {
    display:block;
  }
  
  #camp_promos.four-box .four-box-image {
    display:block;
  }
}

/**
 * Camp Intro
 */
.camp-intro {
    background-image: url('/wp-content/themes/stratford/images/wavy_dashed_line.svg');
background-position: bottom;
background-size: auto 50px;
background-repeat: repeat-x;
padding-bottom: 45px;
/* margin-bottom: 30px; */
}



@media screen and (min-width: 992px){
  .camp-intro {
    /* padding-bottom: 90px; */
    margin-bottom: 45px;  
  }
}

/**
 * Camp Promos
 */ 
#content .camp-promo p,
#content .camp-promo a {
  font-size: 16px;
  line-height: 1.5;
}

#content .camp-promo p strong {
  color: #00A1E4;
}

#content .camp-promo h5 {
  color: #00A1E4;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
}

#content .camp-promo h2 {
  color: #00A1E4;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
}

.entry-content .camp-promo a {
  color: rgb(217, 12, 141);
}

.camp-promo + .camp-promo {
  margin-top: 30px;
}

.camp-promo-group {
  margin-bottom: 50px;
}

.camp-promo-group .camp-promo + .camp-promo {
  margin-top: 40px;
}

@media screen and (min-width: 992px ){
  .camp-promo + .camp-promo {
    margin-top: 60px;
  }
}

/**
 * Camp Button
 */ 
/* #content .camp-promo a.camp-btn:after,
#content .camp-promo a.camp-btn:before, */
#content .camp-promo a.camp-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
}

#content .camp-promo a.camp-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px;
  min-width: 250px;
  padding: 18px 40px;
  position: relative;
  text-align: center;
}

/* a.camp-btn:after {
  border: 1.5px solid #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

a.camp-btn:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
} */

#content a.camp-btn:hover {
  text-decoration: none;
}

/* .camp-btn--orange:before {
  background-color: rgba(243, 112, 67, .9);
  -webkit-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

a.camp-btn.camp-btn--orange:after {
    -webkit-transform: translate(-2px, -3px);
        -ms-transform: translate(-2px, -3px);
            transform: translate(-2px, -3px);
}

.camp-btn--green:before {
  background-color: rgba(150, 171, 37, .9);
  -webkit-transform: translate(-2px, -2px);
      -ms-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
}

a.camp-btn.camp-btn--green:after {
  -webkit-transform: translate(2px, 1px);
      -ms-transform: translate(2px, 1px);
          transform: translate(2px, 1px);
}

a.camp-btn.camp-btn:before,
a.camp-btn.camp-btn:after {
  -webkit-transition: 200ms -webkit-transform ease-in-out;
  transition: 200ms -webkit-transform ease-in-out;
  -o-transition: 200ms transform ease-in-out;
  transition: 200ms transform ease-in-out;
  transition: 200ms transform ease-in-out, 200ms -webkit-transform ease-in-out;
}

a.camp-btn.camp-btn:hover:after,
a.camp-btn.camp-btn:hover:before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
} */

#content a.camp-btn-upd.camp-btn-upd {
  color: #fff;
  font-weight: bold;
  background: rgb(var(--color-accent-alt));
  padding: 8px 12px;
  margin-right: 20px;
  text-align: center;
  font-size: 21px;
  position: relative;
  width:50%;
  max-width: 200px;
  box-sizing: border-box;
  line-height: 1.3;
  display: inline-block;
  /* margin-top: 25px; */
  border: 2px solid rgb(var(--color-accent));
  border-radius:10px;
}

#content a.camp-btn-upd.camp-btn-upd:nth-of-type(2) {
  margin-right:0;
}

#content a.camp-btn-upd.camp-btn-upd.width-auto {
  width: auto;
}


#content a.camp-btn-upd.camp-btn-upd:hover {
  text-decoration: none;
}

#content a.camp-btn-upd.camp-btn-upd,
#content a.camp-btn-upd.camp-btn-upd:before,
#content a.camp-btn-upd.camp-btn-upd:after {
  transition: 250ms box-shadow ease;
}

#content a.camp-btn-upd.camp-btn-upd:hover,
#content a.camp-btn-upd.camp-btn-upd:hover:before,
#content a.camp-btn-upd.camp-btn-upd:hover:after {
  box-shadow: 4px 4px 10px rgb(var(--color-accent), .25);
}

/* #content a.camp-btn-upd.camp-btn-upd:before {
  content: "";
  width: 100%;
  height: 40px;
  left: 0;
  bottom: calc(100% - 20px);
  background: rgb(var(--color-accent));
  position: absolute;
  border-radius: 100% 100% 0 0;
  z-index: -1;
}

#content a.camp-btn-upd.camp-btn-upd:after {
  content: "";
  position: absolute;
  top: 100%;  
  left: 0;
  padding-bottom: 50%;
  background: rgb(var(--color-accent));
  width: 57.7%;
  z-index: -1;
  transform-origin: 0 0;
  transform: rotate(-30deg) skewX(30deg);
} */

#content a.camp-btn-upd.camp-btn-upd--alt,
#content a.camp-btn-upd.camp-btn-upd--alt:before,
#content a.camp-btn-upd.camp-btn-upd--alt:after {
  background: rgb(var(--color-accent));
  border-color: rgb(var(--color-accent-alt));
}

#content a.camp-btn-upd.camp-btn-upd--alt:hover,
#content a.camp-btn-upd.camp-btn-upd--alt:hover:before,
#content a.camp-btn-upd.camp-btn-upd--alt:hover:after {
  box-shadow: 4px 4px 10px rgb(var(--color-accent-alt), .25);
}

/**
 * Promo: Content & Video
 */
#content .camp-promo-content-video.camp-promo-content-video h2 {
  color: #479FDE;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2; 
  margin-bottom: 15px;
  margin-top: 0;
}

#content .camp-promo-content-video.camp-promo-content-video h3 {
  color: rgba(71, 159, 222, 1);
  font-size: 20px;
  line-height: 1.2; 
  margin-bottom: 22px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

#content .camp-promo-content-video__content p strong {
  color: #479FDE;
  font-size: 28px;
}

.camp-promo-content-video__video {
  margin-top: 30px;
}

.camp-promo-content-video__video,
.nl-video-play {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  max-width: 400px;
  margin: 0 auto;
}

.nl-video-play a,
.nl-video-play img {
  display: block;
  position: relative;
}

.entry-content .camp-promo-content-video__image img {
  margin: 0 auto 40px;
  display: block;
}

.nl-video-play a:after {
  content: "";
  background-image: url('../images/summer-camp/video-play.png');
  background-size: contain;
  height: 115px;
  left: calc(50% - 62.5px);
  top: calc(50% - 62.5px);
  position: absolute;
  width: 115px;
  opacity: .75;
  -webkit-transition: 300ms opacity ease;
  -o-transition: 300ms opacity ease;
  transition: 300ms opacity ease;
}

.nl-video-play a:hover:after {
  opacity: 1;
  cursor:grab;
}

.nl-video-play__caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  bottom: 0;
  font-size: 23px;
  font-weight: bold;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 9px #686868;
  width: 100%;
}

.camp-promo-content-video_buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 45px; */
}

.camp-promo-content-video_buttons {
  -webkit-box-align: stretch;  
  -ms-flex-align: stretch;  
  align-items: stretch;
}

#content .camp-promo-content-video_buttons a.camp-btn-upd.camp-btn-upd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align:  center;
  -ms-flex-align:  center;
          align-items:  center;
}


.camp-promo-content-video_buttons .camp-btn + .camp-btn {
  margin-top: 20px;
}

.camp-promo-content-video.camp-promo-content-video--full-width .camp-promo-content-video__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.camp-promo-content-video.camp-promo-content-video--full-width .camp-promo-content-video_buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px ){
  .camp-promo-content-video_buttons .camp-btn + .camp-btn {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media screen and (min-width: 992px ){
  .camp-promo-content-video  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 45px;
  }

  .camp-promo-content-video__content {
    flex-grow: 1;
  }

  .camp-promo-content-video__image {
    width: 30%;
    margin-bottom: 10px;
    margin-right: 70px;
    flex-shrink: 0;
  }


  .camp-promo-content-video__video {
    margin-top: 0;
    width: 30%;
  }

  #content .camp-promo-content-video.camp-promo-content-video h2 {
    font-size: 28px;
  }

  #content .camp-promo-content-video.camp-promo-content-video h3 {
    font-size: 22px;
  }
}

.camp-promo-content-video--style-two {
  flex-direction: column;
  align-items: center;
}

.camp-promo-content-video--style-two .camp-promo-content-video__image {
  width: 100%;
  margin-right: 0;
}

.camp-promo-content-video--style-two .camp-promo-content-video_buttons {
  margin: 0 auto;
}

@media screen and ( min-width: 992px ){
  .camp-promo-content-video--style-two .camp-promo-content-video_image img {
      max-width: 60%;
  }
}
/**
 * Promo: Outline
 */
.camp-promo-outline {
  border: 1px solid #f37043;
}

.camp-promo-outline__content {
  padding: 15px 25px;
}

.camp-promo-outline__headline,
.entry-content .camp-promo-outline a {
  color: #F37043;  
  font-weight: bold;
}

.camp-promo-outline__headline {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.camp-promo-outline__image {
  background-size: cover;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.camp-promo-outline__image:after {
  content: "";
  display: inline-block;
  padding-bottom: 90%;
}

.camp-promo-outline--orange {
  border-color: #F37043; 
}

.camp-promo-outline--orange .camp-promo-outline__headline,
.entry-content .camp-promo-outline.camp-promo-outline--orange a {
  color: #F37043; 
}

.camp-promo-outline--green {
  border-color: #96AB25; 
}

.camp-promo-outline--green .camp-promo-outline__headline,
.entry-content .camp-promo-outline.camp-promo-outline--green a {
  color: #96AB25; 
}

@media screen and (min-width: 992px ){
  .camp-promo-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .camp-promo-outline__content {
    padding: 20px 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .camp-promo-outline__headline {
    font-size: 28px;
  }  

  .camp-promo-outline__image {
    width: 20%;
  }

  .camp-promo-outline--image-left .camp-promo-outline__content { 
    -webkit-box-ordinal-group: 2; 
    -ms-flex-order: 1; 
    order: 1;
  }

  .camp-promo-outline--image-left .camp-promo-outline__image { 
    -webkit-box-ordinal-group: 1; 
    -ms-flex-order: 0; 
    order: 0;
  }
}


/**
 * Promo: Background
 */
.camp-promo-background {
  padding: 30px 35px;
}

.camp-promo-background--green {
  background: #96AB25;  
}

.camp-promo-background--blue {
  background: #2CA5DC;  
}

.camp-promo-background.camp-promo-background--orange {
  background: rgba(253, 246, 227, 1);
  border: 1px solid rgba(246, 204, 71, 1);
  border-radius: 10px;
  padding: 25px 35px;
}

#content .camp-promo-background--orange h2 {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

#content .camp-promo-background.camp-promo-background--orange p,
#content .camp-promo-background.camp-promo-background--orange p strong {
  color: #000;    
}

#content .camp-promo-background.camp-promo-background--orange a {
  font-weight: bold;
}

#content .camp-promo-background p,
#content .camp-promo-background p strong {
  color: #ffffff;
}

.camp-promo-background .camp-dates {
  display: inline;
  font-size: inherit;
  margin-bottom:  0;
}

.camp-promo-background__image {
  max-width: 210px;
  margin: 0 auto 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.camp-promo-background__image img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 992px ){
  .camp-promo-background {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 50px;
  }

  .camp-promo-background__image {
    margin-bottom: 0;
    margin-right: 35px;
  }
}

/**
 * Promo: Camp Type
 */ 

.camp-promo-camp-type__image {
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.entry-content .camp-promo-camp-type__image img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}

#content .camp-promo .camp-promo-camp-type__content {
  line-height: 1.5;
}

#content .camp-promo .camp-promo-camp-type__content a {
  font-weight: bold;
}

#content .camp-promo .camp-promo-camp-type__content strong a,
#content .camp-promo .camp-promo-camp-type__content a strong {
  color: #F37043;
}

.camp-promo-camp-type__title {
  color: #00A1E4;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .camp-promo-camp-type {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .camp-promo-camp-type__image {
    margin: 0;
    margin-right: 30px;
    width: 22.33%;
  }

  .camp-promo-camp-type--image-right .camp-promo-camp-type__content {
    order: 0;
    padding-right: 40px;
  }

  .camp-promo-camp-type--image-right .camp-promo-camp-type__image {
    order: 1;
    margin-right: 0;
  }
}

/**
 * School Specific
 */
.camp-promo-school-specific__headline {
  color: #3F2794;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.camp-promo-school-specific__content {
  padding-left: 30px;
}

#content .camp-promo-school-specific h1,
#content .camp-promo-school-specific h2,
#content .camp-promo-school-specific h3,
#content .camp-promo-school-specific h4,
#content .camp-promo-school-specific h5,
#content .camp-promo-school-specific h6 {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

#content .camp-promo-school-specific h2 {
  font-size: 25px;
}

#content .camp-promo-school-specific h3 {
  font-size: 21px;
}

#content .camp-promo-school-specific h4 {
  font-size: 16px;
}

#content .camp-promo-school-specific h5 {
  font-size: 12px;
}

#content .camp-promo-school-specific h6 {
  font-size: 10px;
}

/**
 * Camp Activity
 */
.camp-activity {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 18px;
  text-align: center;
  width: 33.33333%;
}


.entry-content .camp-activity img {
  margin-bottom: 0;
}

@media screen and (max-width: 991px ){
  .camp-activity:nth-child(n + 4) {
    margin-top: 15px;
  }  
}

@media screen and (min-width: 992px) {
  .camp-activity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 18px;
    text-align: left;
    width: 25%;
  }

  .entry-content .camp-activity img {
    margin-right: 7px;
  }

  .camp-activity:nth-child(n + 5) {
    margin-top: 15px;
  }  
}

@media screen and (min-width: 1200px) {
  .camp-activity {
    font-size: 18px;
  }
}

.camp-activity-slider {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .3);
  margin-top: 50px;
}

.film-strip,
.film-strip * {
  box-sizing: border-box;
}


.film-strip {
  padding: 25px 25px;
  width: 100%;
}

.film-strip--shadow {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .3);
  margin: 40px 0;
}

.entry-content .film-strip__image {
  position: relative;
  flex: 1;
}

.entry-content .film-strip__image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.entry-content .film-strip__image img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-strip__content {
  padding: 0;
  line-height: 1.5;
  margin-top: 10px;
}

.film-strip__title {
  font-family: "felt-tip-senior", sans-serif;
  font-size: 45px;
  line-height: 1;
}

@media screen and ( max-width: 992px ){
  .entry-content .film-strip__image:last-of-type {
    display: none;
  }
}

@media screen and ( min-width: 768px ){
  .film-strip {
    display: flex;
  }

  .film-strip__images {
    display: flex;
    gap: 25px;
    row-gap: 0;
    width: 60%;
    flex-shrink: 0;
  } 

  .film-strip__content {
    padding: 0 30px;
    margin-top: 0;
  }

  .film-strip--shadow {
    margin: 80px 0 60px;
  }
}

.entry-content .camp-activity-icon-slider__slide img {
  cursor: pointer;
  margin: 0 4.5vw;
  max-width: none;
  opacity: .5;
  transition: 300ms opacity ease;
}

.entry-content .camp-activity-icon-slider__slide.slick-active img,
.entry-content .camp-activity-icon-slider__slide:hover img {
  opacity: 1;
}

.camp-activity-icon-slider .slick-list {
  overflow: visible;
}

.camp-activity-icon-slider {
  margin-top: 50px;
  overflow: hidden;
}

.camp-activity-icon-slider.cloned {
  display: flex;
  position: absolute;
  right: 100%;
  top: 0;
  margin-top: 0;
}

.camp-activity-slider-nav {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.camp-activity-slider-nav__item {
  --size: 35px;
  background: url('images/camp-promos/slider-arrow.png');
  background-repeat: none;
  background-size: contain;
  width: var(--size);
  height: var(--size);
  opacity: .7;
  transition: 250ms opacity ease;
}

.camp-activity-slider-nav__item:hover {
  opacity: 1;
  cursor:pointer;
}

.camp-activity-slider-nav__item[data-dir="prev"] {
  transform: rotate(-180deg);
}