@font-face {
  font-family: 'YAL';
  src: url("../fonts/YouAreLoved.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-Black';
  src: url("../fonts/WorkSans-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-Bold';
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-Medium';
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans';
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-Light';
  src: url("../fonts/WorkSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-ExtraLight';
  src: url("../fonts/WorkSans-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/Rockwell.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LemonMilk';
  src: url("../fonts/LemonMilk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
section:not(.hero) {
  padding: 25px 0; }
  section:not(.hero) hr {
    width: 100px;
    height: 2px;
    margin: 25px auto 5px auto;
    text-align: center;
    background-color: #4994CC; }
  section:not(.hero) h1.title, section:not(.hero) h2.title {
    font-size: 28pt;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 200;
    color: #4994CC; }
    section:not(.hero) h1.title span, section:not(.hero) h2.title span {
      font-weight: 700; }

.navbar-fix {
  margin-top: 110px; }

.btn, div.cta-wrapper a.cta {
  background-color: #4994CC;
  color: white;
  font-size: 14pt;
  font-weight: 700;
  border-radius: 25px;
  padding: 15px 20px;
  transition: background-color .2s ease; }
  .btn:hover, div.cta-wrapper a.cta:hover {
    text-decoration: none;
    background-color: #265f89; }

.btn-outline {
  color: white;
  border: solid 2px white;
  font-size: 14pt;
  font-weight: 700;
  border-radius: 25px;
  padding: 15px 20px;
  transition: all .2s ease; }
  .btn-outline:hover {
    text-decoration: none;
    color: #e6e6e6;
    border-color: #e6e6e6; }

div.cta-wrapper {
  text-align: center;
  padding: 10px auto 15px auto;
  margin: 50px auto 0 auto; }

.page-content {
  padding-top: 25px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content strong {
    color: #4994CC;
    font-family: "WorkSans-Bold"; }
    .page-content h1 a, .page-content h2 a, .page-content h3 a, .page-content h4 a, .page-content strong a {
      color: #4994CC;
      font-family: "WorkSans-Bold"; }
  .page-content p, .page-content li, .page-content a {
    color: #265f89;
    font-family: "WorkSans";
    font-size: 14pt; }
  .page-content a {
    font-family: 'WorkSans-Medium'; }
  .page-content h3 a {
    font-size: 24px; }
  .page-content h4 a {
    font-size: 18px; }
  .page-content img {
    width: 100%;
    height: auto; }
  .page-content iframe {
    margin: 20px 0 10px 0; }

@media screen and (max-width: 768px) {
  .page-content iframe {
    width: 100%; } }
.blog-item {
  padding: 25px auto;
  text-align: center; }
  .blog-item a.blog-title {
    font-size: 2rem;
    font-family: 'WorkSans-Bold';
    color: #4994CC;
    transition: color .3s ease; }
    .blog-item a.blog-title:hover {
      text-decoration: none;
      color: #265f89; }

img.blog-thumbnail {
  margin: 35px auto;
  display: block; }

img.circle {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center; }

.image-block {
  margin-top: 20px; }
  .image-block img {
    width: 100%;
    min-width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center; }
  .image-block iframe {
    min-height: 350px;
    height: auto;
    width: 100% !important; }
  .image-block h2 {
    position: absolute;
    text-transform: uppercase;
    font-family: 'YAL';
    font-size: 2.5em;
    color: white;
    padding: 15px 5px;
    text-align: center; }
    .image-block h2.outlined {
      background-color: rgba(0, 0, 0, 0.2);
      border: solid 6px white;
      bottom: 10%;
      left: 10%;
      right: 10%; }

#testimonials p {
  font-style: italic;
  font-family: "WorkSans-Light";
  text-align: center;
  font-size: 2em; }

header {
  height: 110px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  border-bottom: solid 5px #4994CC;
  overflow: visible;
  z-index: 999; }
  header .custom-logo-link {
    position: absolute;
    z-index: 999; }
    header .custom-logo-link .custom-logo {
      padding: 10px 0 0 0;
      height: 160px;
      width: auto; }

.nav__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  height: 110px; }
  .nav__right .nav__right-top {
    display: flex;
    padding: 0; }
    .nav__right .nav__right-top .social-icons {
      padding: 15px 0 0 0;
      width: 100%;
      text-align: center; }
      .nav__right .nav__right-top .social-icons li {
        display: inline-block;
        list-style: none !important; }
        .nav__right .nav__right-top .social-icons li a i {
          padding: .5em;
          background-color: #4994CC;
          color: white;
          width: 2em;
          text-align: center;
          height: 2em;
          margin: 0 2px;
          border-radius: 50%;
          transition: background-color .2s ease; }
          .nav__right .nav__right-top .social-icons li a i:hover {
            background-color: #265f89; }
  .nav__right .nav__right-bottom {
    display: flex;
    justify-content: flex-end; }
    .nav__right .nav__right-bottom p {
      font-family: "Montserrat", sans-serif;
      color: #4994CC;
      font-size: 12pt;
      margin: 0 0 0 5px; }
      .nav__right .nav__right-bottom p.apply {
        border: solid 3px #4994CC;
        padding: 3px 5px;
        font-size: 10pt;
        margin-bottom: 3px;
        border-radius: 5px; }
        .nav__right .nav__right-bottom p.apply:hover {
          border-color: #265f89; }
          .nav__right .nav__right-bottom p.apply:hover a {
            color: #265f89; }
      .nav__right .nav__right-bottom p.tel {
        padding: 5px; }
      .nav__right .nav__right-bottom p a {
        color: #4994CC;
        font-weight: 700; }
        .nav__right .nav__right-bottom p a:hover, .nav__right .nav__right-bottom p a:focus, .nav__right .nav__right-bottom p a:active {
          text-decoration: none; }
    .nav__right .nav__right-bottom ul.menu {
      padding-top: 3px;
      margin: 0; }
      .nav__right .nav__right-bottom ul.menu li {
        padding: 2px 10px 10px 10px;
        margin-bottom: 0;
        display: inline-block; }
        .nav__right .nav__right-bottom ul.menu li a {
          color: #4994CC;
          font-family: "Montserrat", sans-serif;
          font-weight: 700; }
          .nav__right .nav__right-bottom ul.menu li a:hover, .nav__right .nav__right-bottom ul.menu li a:focus, .nav__right .nav__right-bottom ul.menu li a:active {
            text-decoration: none; }
      .nav__right .nav__right-bottom ul.menu .menu-item-has-children:hover .sub-menu,
      .nav__right .nav__right-bottom ul.menu .sub-menu:hover,
      .nav__right .nav__right-bottom ul.menu .sub-menu:focus {
        display: block !important;
        z-index: 2;
        position: absolute;
        background-color: white;
        top: 95%;
        padding: 20px 0;
        overflow: visible; }
        .nav__right .nav__right-bottom ul.menu .menu-item-has-children:hover .sub-menu li,
        .nav__right .nav__right-bottom ul.menu .sub-menu:hover li,
        .nav__right .nav__right-bottom ul.menu .sub-menu:focus li {
          padding: 5px 15px;
          display: block;
          background-color: white; }
          .nav__right .nav__right-bottom ul.menu .menu-item-has-children:hover .sub-menu li:last-of-type,
          .nav__right .nav__right-bottom ul.menu .sub-menu:hover li:last-of-type,
          .nav__right .nav__right-bottom ul.menu .sub-menu:focus li:last-of-type {
            padding-bottom: 15px; }
          .nav__right .nav__right-bottom ul.menu .menu-item-has-children:hover .sub-menu li a,
          .nav__right .nav__right-bottom ul.menu .sub-menu:hover li a,
          .nav__right .nav__right-bottom ul.menu .sub-menu:focus li a {
            transition: color .2s ease; }
            .nav__right .nav__right-bottom ul.menu .menu-item-has-children:hover .sub-menu li a:hover,
            .nav__right .nav__right-bottom ul.menu .sub-menu:hover li a:hover,
            .nav__right .nav__right-bottom ul.menu .sub-menu:focus li a:hover {
              color: #265f89; }
      .nav__right .nav__right-bottom ul.menu .menu-item-has-children:hover a {
        color: #4994CC !important; }
      .nav__right .nav__right-bottom ul.menu .menu-item-has-children .sub-menu li:hover a {
        color: #265f89 !important; }
      .nav__right .nav__right-bottom ul.menu .menu-item-has-children:after {
        content: ' \25BC';
        color: #4994CC;
        font-size: 8pt;
        vertical-align: middle; }
      .nav__right .nav__right-bottom ul.menu .sub-menu {
        position: absolute;
        bottom: 0;
        display: none; }

@media screen and (max-width: 991px) {
  .nav__right {
    display: none !important; } }
nav.nav {
  background-color: grey; }
  nav.nav ul.menu {
    display: flex;
    text-align: center;
    width: 100%;
    padding-left: 180px;
    justify-content: space-between;
    align-items: center;
    margin: 0; }
    nav.nav ul.menu li {
      list-style: none;
      padding: 15px 0; }
      nav.nav ul.menu li a {
        text-decoration: none;
        font-weight: 600;
        color: black;
        transition: color .2s ease; }
        nav.nav ul.menu li a:hover {
          color: grey; }

.mobile-menu {
  display: none;
  color: #4994CC;
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50px; }

#sidebar {
  padding: 15px 5px 0 25px;
  box-sizing: border-box;
  left: -481px;
  position: fixed;
  overflow-y: scroll;
  width: 481px;
  height: 100vh;
  z-index: 9999999;
  background-color: #4994CC; }
  #sidebar .social-icons {
    padding-left: 0;
    margin-top: 25px; }
    #sidebar .social-icons li {
      display: inline-block;
      list-style: none;
      text-align: center;
      border-radius: 50%;
      background-color: white;
      margin-left: 5px;
      margin-right: 5px; }
      #sidebar .social-icons li:first-of-type {
        margin-left: 0; }
      #sidebar .social-icons li:last-of-type {
        margin-right: 0; }
      #sidebar .social-icons li:hover, #sidebar .social-icons li:active, #sidebar .social-icons li:focus {
        background-color: #e6e6e6; }
      #sidebar .social-icons li a {
        display: block;
        width: 37px;
        font-size: 12pt;
        padding: 7px 0;
        color: #4994CC; }
  #sidebar #sidebar-close {
    position: absolute;
    font-size: 1.5em;
    color: white;
    top: 20px;
    right: 15px; }
  #sidebar hr {
    height: 1px;
    margin: 7px 0;
    background-color: transparent;
    border-color: transparent;
    width: calc(100% - 20px); }
  #sidebar .sidebar-nav {
    padding-left: 0; }
    #sidebar .sidebar-nav li {
      padding: 10px 0;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14pt;
      list-style: none;
      text-align: left; }
      #sidebar .sidebar-nav li a {
        color: white;
        transition: color .2s ease; }
        #sidebar .sidebar-nav li a:hover, #sidebar .sidebar-nav li a:active, #sidebar .sidebar-nav li a:focus {
          text-decoration: none;
          color: #bfbfbf; }
    #sidebar .sidebar-nav .menu-item-has-children .sub-menu {
      display: block;
      padding: 15px; }
      #sidebar .sidebar-nav .menu-item-has-children .sub-menu li a {
        font-size: 11pt; }

@media screen and (max-width: 991px) {
  .mobile-menu {
    display: block; } }
@media screen and (max-width: 481px) {
  #sidebar {
    width: 100vw; }
    #sidebar .social-icons {
      text-align: center; }
    #sidebar .sidebar-nav li {
      text-align: center; } }
footer {
  padding: 35px 0 10px 0;
  color: #4994CC; }
  footer p {
    margin: 5px 0;
    font-family: "WorkSans";
    font-size: 14pt; }
    footer p a {
      color: #4994CC; }
      footer p a:hover, footer p a:active {
        color: #265f89; }
  footer .contact p {
    font-family: "WorkSans-Bold";
    font-size: 24pt; }
    footer .contact p a {
      transition: color .2s ease; }
      footer .contact p a:hover, footer .contact p a:focus, footer .contact p a:active {
        text-decoration: none; }
  footer .footer-logo {
    width: 100%;
    padding: 25px;
    height: auto;
    max-height: none; }
  footer img {
    width: 100%;
    height: auto;
    max-height: 90px;
    padding: 10px 0;
    object-fit: contain; }
  footer nav {
    background-color: #4994CC;
    margin-bottom: 15px;
    padding: 35px; }
    footer nav ul.menu {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-bottom: 0;
      padding-left: 0; }
      footer nav ul.menu li {
        list-style: none;
        padding: 10px 0; }
        footer nav ul.menu li a {
          padding: 5px 15px;
          color: white;
          font-family: 'Montserrat';
          font-weight: 700;
          font-size: 14pt; }
          footer nav ul.menu li a:hover {
            text-decoration: none; }
  footer:before {
    content: url("../images/footer.svg");
    position: relative;
    bottom: -10px; }

@media screen and (max-width: 960px) {
  footer .contact p {
    font-size: 18pt; } }
@media screen and (max-width: 768px) {
  footer .contact p {
    font-size: 14pt;
    text-align: center; } }
.masonry {
  padding: 0;
  padding-top: 15px;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 14pt;
  width: 100%;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1; }

.item {
  display: inline-block;
  position: relative;
  background: #fff;
  text-decoration: none !important;
  margin: 0 0 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #eee; }
  .item img {
    width: 100%; }
  .item h3 {
    transition: color .2s ease; }
  .item p {
    text-decoration: none; }
  .item .blog-container {
    padding: 5px 15px;
    color: #265f89; }
    .item .blog-container h1,
    .item .blog-container h2,
    .item .blog-container h3 {
      color: #4994CC; }
  .item .post-meta {
    background-color: rgba(73, 148, 204, 0.8);
    position: absolute;
    padding: 10px 15px;
    top: 0; }
    .item .post-meta p {
      color: white;
      text-wrap: normal;
      font-family: "WorkSans-Medium";
      margin: 0; }

@media only screen and (min-width: 481px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 991px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
@media only screen and (min-width: 960px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 1199px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
.hero-video {
  position: relative;
  background-color: black;
  overflow: hidden !important; }
  .hero-video video {
    position: absolute;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .hero-video video {
      /* Old shadow dom for play button */
      /* New shadow dom for play button */
      /* This one works */ }
      .hero-video video::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none; }
      .hero-video video::--webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none; }
      .hero-video video::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none; } }
  .hero-video .hero-video__title-container {
    padding: 15px;
    margin: 0;
    border: solid 10px white;
    position: relative;
    bottom: 35px; }
    .hero-video .hero-video__title-container h1 {
      font-size: 52pt;
      text-align: center;
      color: white;
      text-transform: uppercase;
      font-family: "YAL"; }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  height: auto;
  align-items: flex-end; }
  .hero .hero-container {
    color: white;
    background-color: rgba(73, 148, 204, 0.6);
    width: 100%;
    position: relative;
    text-align: center; }
    .hero .hero-container h1 {
      padding: 20px 0 30px 0;
      font-size: 38pt;
      font-family: 'YAL';
      text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .hero .hero-container {
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .hero p {
      font-size: 48pt;
      display: inline-block; } }

@media screen and (max-width: 768px) {
  .hero-video .hero-video__title-container h1 {
    font-size: 36pt; } }
.itinerary {
  margin-top: 25px;
  background-color: rgba(255, 232, 25, 0.9);
  padding: 25px;
  position: relative; }
  .itinerary img {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 100%;
    object-fit: cover;
    left: 0; }
  .itinerary hr {
    border-color: #4a4a4a;
    background-color: #4a4a4a !important; }
  .itinerary h2.title {
    color: #4a4a4a !important; }

.timeline {
  margin: 30px 0 0 0;
  list-style: none;
  position: relative; }

/* The line */
.timeline:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 10px;
  background: #afdcf8;
  left: 20px;
  margin-left: 30px; }

.timeline > li {
  position: relative; }

.timeline > li .timeline-label {
  margin: 0 0 0 75px;
  color: #4994CC;
  padding: 2em;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative; }

.timeline > li .timeline-label h2 {
  margin-top: 0;
  font-size: 18pt;
  font-family: "WorkSans-Medium";
  padding: 0 0 10px 0; }

.timeline > li .timeline-label p {
  font-family: "WorkSans";
  color: #3e3f3a;
  word-break: break-all; }

/* The icons */
.timeline > li .timeline-icon {
  width: 20px;
  height: 20px;
  speak: none;
  position: absolute;
  color: #fff;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #46a4da;
  text-align: center;
  left: 30px;
  top: 10px;
  margin: 0 0 0 -25px; }

.timeline > li img.timeline-image {
  width: 85px;
  height: 85px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  position: absolute;
  left: -26.5px;
  top: -10px; }

.timeline > li .timeline-icon:last-of-type {
  top: -20px; }

.timeline > li .timeline-title {
  color: #4994CC; }

.costs-dates__image {
  width: 100%;
  height: auto; }

.costs-dates {
  position: relative;
  margin-top: 50px; }
  .costs-dates img {
    max-height: 450px;
    object-fit: cover; }
  .costs-dates .costs-dates__container {
    background-color: rgba(75, 171, 244, 0.7);
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center; }
    .costs-dates .costs-dates__container .costs-dates__section {
      padding: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: white; }
      .costs-dates .costs-dates__container .costs-dates__section strong, .costs-dates .costs-dates__container .costs-dates__section p {
        font-size: 16pt; }
      .costs-dates .costs-dates__container .costs-dates__section p {
        margin-bottom: 30px; }
      .costs-dates .costs-dates__container .costs-dates__section .camp-name {
        font-size: 20pt; }
      .costs-dates .costs-dates__container .costs-dates__section hr {
        background-color: white;
        margin: 25px auto; }
  .costs-dates:nth-of-type(even) .costs-dates__container {
    right: 0; }

@media screen and (max-width: 768px) {
  .costs-dates img {
    height: 400px; }
  .costs-dates .costs-dates__container {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
