/*
Body
*/

body {
  /*
  Search Banner
  */
  /*
  Search Banner END
  */
  /*
  Specific Block Targeting
  */
  /*
  Specific Block Targeting END
  */
  /*
  Datepicker
  */
  /*
  Datepicker END
  */
  /*
  Search Form
  */
  /*
  Search Form END
  */
  /*
  Search View
  */
  /*
  Search View END
  */
  /*
  Upcoming View
  */
  /*
  Upcoming View END
  */
  /*
  No Results
  */
  /*
  No Results END
  */
  /*
  Travel Style Tiles
  */
  /*
  Travel Style Tiles END
  */
  /*
  Beyond Campus specific styling
  */
  /*
  Beyond Campus specific styling END
  */
  /*
  Journeys Carousel
  */
  /*
  Journeys Carousel END
  */
  /*
  MMenu CSS Fix
  */
  /*
  MMenu CSS Fix END
  */
  /*
  Wuffoo Embedded Form
  */
  /*
  Wuffoo Embedded Form END
  */
}

@media all and (max-width: 992px) {
  body .journeys-hide-mobile {
    display: none !important;
  }
}

body .journeys-banner .journeys-banner--wrapper {
  position: relative;
  width: 100vw;
  min-height: 375px;
  margin-left: calc( ( -100vw + 100% ) / 2);
  padding: 35px 0;
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--image div.field {
  width: 100% !important;
  height: 100% !important;
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--image img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.265);
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--overlay.black, body .journeys-banner .journeys-banner--wrapper .journeys-banner--overlay.grey {
  background: rgba(255, 255, 255, 0.265);
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--logo {
  height: 145px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--logo.white {
  background-image: url("../assets/images/journeys/logo/white.png");
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--logo.grey {
  background-image: url("../assets/images/journeys/logo/color.png");
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--logo.black {
  background-image: url("../assets/images/journeys/logo/black.png");
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--heading {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
}

body .journeys-banner .journeys-banner--wrapper .journeys-banner--form {
  margin: 0 auto;
  max-width: 1170px;
}

@media all and (max-width: 992px) {
  body .journeys-banner .journeys-banner--wrapper .journeys-banner--form {
    margin-left: 30px !important;
  }
}

body .journeys-banner .journeys-banner--form.white .journeys-form .journeys-form--row.journeys-filter-label {
  color: white !important;
}

body .journeys-banner .journeys-banner--form.grey .journeys-form .journeys-form--row.journeys-filter-label {
  color: #333333 !important;
}

body .journeys-banner .journeys-banner--form.black .journeys-form .journeys-form--row.journeys-filter-label {
  color: black !important;
}

body .block-views-exposed-filter-blockjourneys-tours-journeys-block .block-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: black;
}

body .journeys-upcoming-header-buttons {
  text-align: right !important;
}

@media all and (max-width: 768px) {
  body .journeys-upcoming-header-buttons {
    text-align: left !important;
  }
}

body .datepicker--yy-mm table.ui-datepicker-calendar {
  display: none !important;
  pointer-events: none !important;
}

body .datepicker--yy-mm button.ui-datepicker-current {
  display: none !important;
  pointer-events: none !important;
}

body .journeys-form .journeys-form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  body .journeys-form .journeys-form--row::after, body .journeys-form .journeys-form--row::before {
    content: none !important;
  }
}

body .journeys-form .journeys-form--row.journeys-filter-label {
  padding: 0 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

body .journeys-form .journeys-form--row.journeys-filter-label p {
  white-space: nowrap !important;
}

body .journeys-form .journeys-form--row.journeys-filter-label .journeys-form--clear-filters a {
  text-decoration: none !important;
  display: inline-block;
  background-color: #0d4e97;
  position: relative;
  -webkit-transition-duration: 0.365s;
          transition-duration: 0.365s;
  color: white;
  padding: 2px 8px;
  font-size: small;
  border-radius: 20px;
  margin-left: 4px;
}

body .journeys-form .journeys-form--row.journeys-filter-label .journeys-form--clear-filters a:hover, body .journeys-form .journeys-form--row.journeys-filter-label .journeys-form--clear-filters a:active, body .journeys-form .journeys-form--row.journeys-filter-label .journeys-form--clear-filters a:focus {
  background-color: #1b3e6f;
  border-color: #1b3e6f;
}

body .journeys-form .journeys-form--row.journeys-search {
  margin-top: 20px;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  body .journeys-form .journeys-form--row.journeys-advanced-filters::after, body .journeys-form .journeys-form--row.journeys-advanced-filters::before {
    content: none !important;
  }
}

body .journeys-form .journeys-form--row.journeys-advanced-filters > .journeys-advanced-filters--item {
  opacity: 0;
  pointer-events: none;
}

@media all and (max-width: 992px) {
  body .journeys-form .journeys-form--row > div.journeys-search-col {
    max-width: 80% !important;
    width: 80% !important;
  }
}

@media all and (max-width: 768px) {
  body .journeys-form .journeys-form--row > div.journeys-search-col {
    max-width: 70% !important;
    width: 70% !important;
  }
}

@media all and (max-width: 500px) {
  body .journeys-form .journeys-form--row > div.journeys-search-col {
    max-width: 60% !important;
    width: 60% !important;
  }
}

body .journeys-form .journeys-form--row > div.journeys-submit-col button {
  border: 1px solid #0a4e96 !important;
  background-color: #0a4e96 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.325s;
          transition-duration: 0.325s;
}

body .journeys-form .journeys-form--row > div.journeys-submit-col button:hover, body .journeys-form .journeys-form--row > div.journeys-submit-col button:active, body .journeys-form .journeys-form--row > div.journeys-submit-col button:focus {
  border: 1px solid #1b3e6f !important;
  background-color: #1b3e6f !important;
  color: #ffffff !important;
  border-radius: 4px !important;
}

@media all and (max-width: 992px) {
  body .journeys-form .journeys-form--row > div.journeys-submit-col {
    max-width: 20% !important;
    width: 20% !important;
  }
}

@media all and (max-width: 768px) {
  body .journeys-form .journeys-form--row > div.journeys-submit-col {
    max-width: 30% !important;
    width: 30% !important;
  }
}

@media all and (max-width: 500px) {
  body .journeys-form .journeys-form--row > div.journeys-submit-col {
    max-width: 40% !important;
    width: 40% !important;
  }
}

body .journeys-form .journeys-form--row > div:first-of-type {
  margin-left: auto;
}

@media all and (max-width: 992px) {
  body .journeys-form .journeys-form--row > div:first-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}

body .journeys-form .journeys-form--row > div:last-of-type {
  margin-right: auto;
}

@media all and (max-width: 992px) {
  body .journeys-form .journeys-form--row > div:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}

body .journeys-form .journeys-form--row.journeys-form-title h3 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

@media all and (max-width: 992px) {
  body .journeys-form .journeys-form--row.journeys-row-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .journeys-form .journeys-form--row.journeys-row-wrap > div {
    max-width: 50% !important;
    width: 50% !important;
  }
}

body .journeys-form button[type=submit] {
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition-duration: 0.365s;
          transition-duration: 0.365s;
}

body .journeys-form .form-item {
  display: block !important;
  margin-bottom: 20px;
}

body .journeys-form .form-item input {
  width: 100% !important;
}

body .journeys-form .form-item input::-webkit-input-placeholder {
  color: #555555;
}

body .journeys-form .form-item input:-ms-input-placeholder {
  color: #555555;
}

body .journeys-form .form-item input::-ms-input-placeholder {
  color: #555555;
}

body .journeys-form .form-item input::placeholder {
  color: #555555;
}

body .journeys-form .form-item .select-wrapper {
  width: 100% !important;
}

body .journeys-form .form-item select {
  width: 100% !important;
}

body .journeys-form .form-item .journeys-form--advanced-filters {
  cursor: pointer;
  white-space: nowrap !important;
  height: 35px;
  padding: 6px 12px;
  padding-right: 2em !important;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  border: 1px solid #0d4e97;
  border-radius: 4px;
  min-width: 100%;
  color: white;
  background: #0d4e97;
  vertical-align: middle;
  position: relative;
  -webkit-transition-duration: 0.365s;
          transition-duration: 0.365s;
}

body .journeys-form .form-item .journeys-form--advanced-filters:hover, body .journeys-form .form-item .journeys-form--advanced-filters:active, body .journeys-form .form-item .journeys-form--advanced-filters:focus {
  background-color: #1b3e6f;
  border-color: #1b3e6f;
}

body .journeys-form .form-item .journeys-form--advanced-filters::after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  color: white;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}

body .journeys-form .form-item .journeys-form--advanced-filters.advanced-filters-open::after {
  content: '\e113';
}

body .journeys-form .form-item .journeys-form--advanced-filters.advanced-filters-close::after {
  content: '\e114';
}

body .caa-journeys--all .journeys-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 30px 0;
}

@media all and (max-width: 992px) {
  body .caa-journeys--all .journeys-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body .caa-journeys--all .journeys-block .journeys-image-wrapper {
  background-color: #e5e5e5;
  padding: 24px 12px 24px 24px;
  position: relative;
}

@media all and (max-width: 992px) {
  body .caa-journeys--all .journeys-block .journeys-image-wrapper {
    padding: 24px 24px 12px 24px;
  }
}

@media all and (max-width: 768px) {
  body .caa-journeys--all .journeys-block .journeys-image-wrapper {
    width: 100%;
  }
}

body .caa-journeys--all .journeys-block .journeys-image-wrapper .tour-solo-variant {
  position: absolute;
  left: 0;
  top: 34px;
  margin: 0;
  background-color: rgba(27, 62, 110, 0.9);
  color: white;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 30px;
}

body .caa-journeys--all .journeys-block .journeys-image-wrapper .tour-image {
  width: 100%;
  height: 100%;
}

body .caa-journeys--all .journeys-block .journeys-image-wrapper .tour-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper {
  background-color: #e5e5e5;
  padding: 24px 24px 24px 12px;
}

@media all and (max-width: 992px) {
  body .caa-journeys--all .journeys-block .journeys-meta-wrapper {
    padding: 12px 24px 24px 24px;
  }
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper .tour-title {
  text-transform: uppercase;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper .tour-title a {
  color: black !important;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper div.journeys-meta {
  padding-left: 19px;
  position: relative;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper div.journeys-meta span.tours-style-marker {
  display: block;
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: 50% 50% !important;
  border-radius: 0 !important;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper div.journeys-meta span.tours-style-marker.Adventure {
  background: #942572;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper div.journeys-meta span.tours-style-marker.Family {
  background: #F99D24;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper div.journeys-meta span.tours-style-marker.Relaxation {
  background: #00A34A;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper div.journeys-meta span.tours-style-marker.Sports {
  background: #CB2026;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper div.journeys-meta span.tours-style-marker.Tuxedo-Classic {
  background: #1157A3;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper .tour-style {
  color: black !important;
  position: relative;
  margin-bottom: 4px !important;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper .tour-duration {
  color: black !important;
  margin-bottom: 4px !important;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper .tour-price {
  color: black !important;
}

body .caa-journeys--all .journeys-block .journeys-meta-wrapper .tour-description {
  color: black !important;
  margin: 15px 0;
}

body div.paragraph-wrapper:not(.dark-swatch) .caa-journeys--upcoming {
  padding-top: 60px;
}

body .caa-journeys--upcoming > div.view-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .caa-journeys--upcoming > div.view-content > div.views-row {
  max-width: 50% !important;
  min-width: 50% !important;
  width: 50% !important;
}

@media all and (max-width: 992px) {
  body .caa-journeys--upcoming > div.view-content > div.views-row {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}

body .caa-journeys--upcoming .joruneys-multi-day-block {
  margin: 4px 0 !important;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  body .caa-journeys--upcoming .joruneys-multi-day-block::after, body .caa-journeys--upcoming .joruneys-multi-day-block::before {
    content: none !important;
  }
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-image-wrapper {
  background-color: transparent !important;
  padding-left: 0 !important;
}

@media all and (max-width: 992px) {
  body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-image-wrapper {
    padding-left: 0 !important;
    padding-top: 12px !important;
    min-width: 33.3%;
    max-width: 33.3%;
    width: 33.3%;
  }
}

@media all and (max-width: 768px) {
  body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-image-wrapper {
    padding-left: 0 !important;
    min-width: 33.3%;
    max-width: 33.3%;
    width: 33.3%;
  }
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-image-wrapper .tour-image {
  width: 100%;
  height: 100%;
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-image-wrapper .tour-image img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

@media all and (max-width: 992px) {
  body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-image-wrapper .tour-image img {
    height: 100%;
  }
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper {
  background-color: transparent !important;
}

@media all and (max-width: 992px) {
  body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper {
    padding-left: 0 !important;
    min-width: 66.6%;
    max-width: 66.6%;
    width: 66.6%;
  }
}

@media all and (max-width: 768px) {
  body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper {
    padding-left: 0 !important;
    min-width: 66.6%;
    max-width: 66.6%;
    width: 66.6%;
  }
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper div.journeys-meta {
  padding-left: 0 !important;
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper div.journeys-meta--inner {
  position: relative;
  padding-left: 19px;
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper .tour-title {
  text-transform: none !important;
  margin-top: 0 !important;
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper .tour-style {
  color: black !important;
  position: relative;
  margin-bottom: 4px !important;
  text-transform: none;
  font-size: 18px;
  line-height: 20px;
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper .tour-duration {
  color: black !important;
  margin-bottom: 4px !important;
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper .tour-price {
  color: black !important;
}

body .caa-journeys--upcoming .joruneys-multi-day-block .journeys-meta-wrapper .tour-learn-more {
  margin-top: 8px;
}

body .journeys-no-results {
  text-align: center;
  margin: 15px;
  font-size: 20px;
  font-weight: 500;
}

body div.journeys-travel-style-tiles {
  background-color: #eaeaea;
  padding-top: 60px;
  padding-bottom: 60px;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

@media all and (max-width: 1140px) {
  body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 992px) {
  body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 768px) {
  body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 500px) {
  body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper {
  /*
        "-10px" to account for the margin, 
        and an extra "-6px" to account for the offset 
        of the left and right margins on the first and last elements:
        10px of margin on 3 elements = 30px
        30px / 5 = 6px
        */
  max-width: calc( ( 100% / 5 ) - 16px);
  min-width: calc( ( 100% / 5 ) - 16px);
  margin: 10px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper:first-of-type {
  margin-left: 0;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper:last-of-type {
  margin-right: 0;
}

@media all and (max-width: 1140px) {
  body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper {
    margin: 10px !important;
    max-width: calc( ( 33% ) - 20px);
    min-width: calc( ( 33% ) - 20px);
  }
}

@media all and (max-width: 992px) {
  body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper {
    margin: 10px !important;
    max-width: calc( ( 50% ) - 20px);
    min-width: calc( ( 50% ) - 20px);
  }
}

@media all and (max-width: 768px) {
  body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper {
    margin: 10px !important;
    max-width: calc( ( 50% ) - 20px);
    min-width: calc( ( 50% ) - 20px);
  }
}

@media all and (max-width: 500px) {
  body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper {
    margin: 10px !important;
    max-width: calc( ( 100% ) - 20px);
    min-width: calc( ( 100% ) - 20px);
  }
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper:hover div.journeys-travel-style-tiles--tile {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper img {
  max-width: 100% !important;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.865s;
          transition-duration: 0.865s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front {
  overflow: hidden;
  background-color: white;
  border-radius: 2px;
  padding: 18px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front div.field--name-field-tile-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front div.field--name-field-tile-background-image img {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front div.field--name-field-tile-icon-white,
body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front div.field--name-field-tile-icon-black,
body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front div.field--name-field-tile-icon-color {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  z-index: 2;
  margin-top: 18px !important;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front div.field--name-field-tile-icon-white img,
body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front div.field--name-field-tile-icon-black img,
body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front div.field--name-field-tile-icon-color img {
  width: 100% !important;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-front .journeys-travel-style-tiles--title {
  font-weight: 600;
  font-size: larger;
  color: white;
  margin-top: 24px;
  z-index: 2;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back {
  position: relative;
  border-radius: 2px;
  padding: 18px;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: white;
  z-index: 2;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back div.field--name-field-tile-icon-white,
body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back div.field--name-field-tile-icon-black,
body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back div.field--name-field-tile-icon-color {
  width: 36%;
  max-width: 36%;
  min-width: 36%;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back div.field--name-field-tile-icon-white img,
body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back div.field--name-field-tile-icon-black img,
body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back div.field--name-field-tile-icon-color img {
  width: 100% !important;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back .journeys-travel-style-tiles--title {
  font-weight: 600;
  font-size: larger;
  color: #0d4e97;
  margin-top: 12px;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back .journeys-travel-style-tiles--description {
  color: black;
  line-height: 1.25em;
  font-size: 14px;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back a.btn {
  margin: 0 !important;
  background: white !important;
  color: #0d4e97 !important;
  border-color: #0d4e97 !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  -webkit-transition-duration: 0.325s !important;
          transition-duration: 0.325s !important;
}

body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back a.btn:focus, body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back a.btn:hover, body div.journeys-travel-style-tiles div.journeys-travel-style-tiles--inner-wrapper div.journeys-travel-style-tiles--tile-wrapper div.journeys-travel-style-tiles--tile-back a.btn:active {
  background-color: #0d4e97 !important;
  color: white !important;
}

body .caa-journeys--all:not(.caa-journeys--upcoming) .journeys-block.journeys-block-Beyond-Campus .tours-style-marker {
  display: none !important;
}

body .caa-journeys--all:not(.caa-journeys--upcoming) .journeys-block.journeys-block-Beyond-Campus .journeys-meta {
  padding-left: 0 !important;
}

body .caa-journeys--upcoming .journeys-block.journeys-block-Beyond-Campus .tours-style-marker {
  display: none !important;
}

body .caa-journeys--upcoming .journeys-block.journeys-block-Beyond-Campus .journeys-meta--inner {
  padding-left: 0 !important;
}

body .beyond-campus-form {
  padding: 15px;
  background-color: #eaeaea;
  margin-bottom: 30px;
}

body .beyond-campus-form button[type="submit"] {
  border: 1px solid #0a4e96 !important;
  background-color: #0a4e96 !important;
  color: #ffffff !important;
  -webkit-transition-duration: 0.325s !important;
          transition-duration: 0.325s !important;
}

body .beyond-campus-form button[type="submit"]:hover, body .beyond-campus-form button[type="submit"]:active, body .beyond-campus-form button[type="submit"]:focus {
  border: 1px solid #1b3e6f !important;
  background-color: #1b3e6f !important;
  color: #ffffff !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours {
  margin: 30px 0;
}

@media all and (max-width: 880px) {
  body .caa-journeys-carousel .slick--view--journeys-tours {
    margin: 30px -15px !important;
    max-width: calc( 100% + 30px) !important;
    min-width: calc( 100% + 30px) !important;
    width: calc( 100% + 30px) !important;
  }
}

body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow {
  width: calc( 100% + 96px) !important;
  left: -48px !important;
}

@media all and (max-width: 880px) {
  body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow {
    width: calc( 100% + 4px) !important;
    left: -4px !important;
  }
}

body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow button {
  height: 84px;
}

body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow button::before {
  font-family: 'Glyphicons Halflings' !important;
  display: block;
  -webkit-transform: scale(1.75, 3.75);
          transform: scale(1.75, 3.75);
  color: #0a4e96;
}

body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow button:hover::before, 
body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow button:active::before, 
body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow button:focus::before {
  color: #1b3e6f;
}

body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow button.slick-prev::before {
  content: '\e257' !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours nav.slick__arrow button.slick-next::before {
  content: '\e258' !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider {
  padding: 0 48px !important;
  margin-left: -48px !important;
  margin-right: -48px !important;
}

@media all and (max-width: 880px) {
  body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider {
    padding: 0 30px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider div.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider div.slick-track div.slick__slide {
  height: auto !important;
  min-height: 100% !important;
  max-height: 100% !important;
  margin: 0 10px !important;
}

@media all and (max-width: 880px) {
  body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider div.slick-track div.slick__slide {
    margin: 0 20px !important;
  }
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider div.slick-track div.slick__slide .journeys-carousel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider  .journeys-carousel-block {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  padding: 20px !important;
  background-color: #eaeaea !important;
  height: 100%;
}

body .caa-journeys-carousel.slick--view--journeys-tours .slick-slider .journeys-carousel-block .journeys-image-wrapper {
  padding: 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  min-height: 145px !important;
  max-height: 145px !important;
  height: 145px !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider .journeys-carousel-block .journeys-meta-wrapper {
  padding: 24px 0 0 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider .journeys-carousel-block .journeys-meta-wrapper .tour-title, body .caa-journeys-carousel #journeys-day-tour-carousel #journeys-day-tour-carousel-slider .journeys-carousel-block .journeys-meta-wrapper .tour-title a {
  font-size: 19px !important;
  margin-bottom: 4px !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider .journeys-carousel-block .journeys-meta-wrapper .tour-style {
  font-size: 17px !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider .journeys-carousel-block .journeys-meta-wrapper .tour-duration {
  font-size: 15px !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider .journeys-carousel-block .journeys-learn-more-wrapper {
  margin: 0 !important;
  margin-top: auto !important;
  padding: 0 !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider .journeys-carousel-block .journeys-learn-more-wrapper .tour-learn-more {
  margin-top: 8px !important;
}

body .caa-journeys-carousel .slick--view--journeys-tours .slick-slider .journeys-carousel-block .journeys-learn-more-wrapper .tour-learn-more a {
  font-size: 12px !important;
  line-height: 1 !important;
}

body .horizontal-menu > li > a {
  background-color: transparent;
}

body .wuffoo-embedded-form-wrapper .wuffoo-embedded-form .wuffoo-embedded-form-left h1, body .wuffoo-embedded-form-wrapper .wuffoo-embedded-form .wuffoo-embedded-form-left h2, body .wuffoo-embedded-form-wrapper .wuffoo-embedded-form .wuffoo-embedded-form-left h3 {
  margin-top: 0 !important;
}

/*
Body END
*/
/*# sourceMappingURL=journeys.css.map */