
Body
*/
body {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body .one-column-heading-and-text-center, .three-column-images-and-text-wrapper {
  text-align: center;
}

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

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

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

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

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

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

@media all and (max-width: 768px) {
  body .human-resources-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 .human-resources-form .human-resources-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 .human-resources-form .human-resources-form--row::after, body .human-resources-form .human-resources-form--row::before {
    content: none !important;
  }
}

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

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

body .human-resources-form .human-resources-form--row.human-resources-filter-label .human-resources-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 .human-resources-form .human-resources-form--row.human-resources-filter-label .human-resources-form--clear-filters a:hover, body .human-resources-form .human-resources-form--row.human-resources-filter-label .human-resources-form--clear-filters a:active, body .human-resources-form .human-resources-form--row.human-resources-filter-label .human-resources-form--clear-filters a:focus {
  background-color: #1b3e6f;
  border-color: #1b3e6f;
}

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

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

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

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

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

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

body .human-resources-form .human-resources-form--row > div.human-resources-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 .human-resources-form .human-resources-form--row > div.human-resources-submit-col button:hover, body .human-resources-form .human-resources-form--row > div.human-resources-submit-col button:active, body .human-resources-form .human-resources-form--row > div.human-resources-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 .human-resources-form .human-resources-form--row > div.human-resources-submit-col {
    max-width: 20% !important;
    width: 20% !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .human-resources-form .form-item .human-resources-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 .human-resources-form .form-item .human-resources-form--advanced-filters:hover, body .human-resources-form .form-item .human-resources-form--advanced-filters:active, body .human-resources-form .form-item .human-resources-form--advanced-filters:focus {
  background-color: #1b3e6f;
  border-color: #1b3e6f;
}

body .human-resources-form .form-item .human-resources-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 .human-resources-form .form-item .human-resources-form--advanced-filters.advanced-filters-open::after {
  content: '\e113';
}

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

body .caa-human-resources--all .human-resources-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-human-resources--all .human-resources-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

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

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

body .caa-human-resources--all .human-resources-block .human-resources-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-human-resources--all .human-resources-block .human-resources-image-wrapper .tour-image {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

body .caa-human-resources--all .human-resources-block .human-resources-meta-wrapper div.human-resources-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-human-resources--all .human-resources-block .human-resources-meta-wrapper div.human-resources-meta span.tours-style-marker.Adventure {
  background: #942572;
}

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

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

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

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

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

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

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

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

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

body .caa-human-resources--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-human-resources--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-human-resources--upcoming > div.view-content > div.views-row {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}

body .caa-human-resources--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-human-resources--upcoming .joruneys-multi-day-block::after, body .caa-human-resources--upcoming .joruneys-multi-day-block::before {
    content: none !important;
  }
}

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

@media all and (max-width: 992px) {
  body .caa-human-resources--upcoming .joruneys-multi-day-block .human-resources-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-human-resources--upcoming .joruneys-multi-day-block .human-resources-image-wrapper {
    padding-left: 0 !important;
    min-width: 33.3%;
    max-width: 33.3%;
    width: 33.3%;
  }
}

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

body .caa-human-resources--upcoming .joruneys-multi-day-block .human-resources-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-human-resources--upcoming .joruneys-multi-day-block .human-resources-image-wrapper .tour-image img {
    height: 100%;
  }
}

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

@media all and (max-width: 992px) {
  body .caa-human-resources--upcoming .joruneys-multi-day-block .human-resources-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-human-resources--upcoming .joruneys-multi-day-block .human-resources-meta-wrapper {
    padding-left: 0 !important;
    min-width: 66.6%;
    max-width: 66.6%;
    width: 66.6%;
  }
}

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

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

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

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

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

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

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

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

body div.human-resources-travel-style-tiles {
  padding-bottom: 60px;
}

body div.human-resources-travel-style-tiles div.human-resources-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.human-resources-travel-style-tiles div.human-resources-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.human-resources-travel-style-tiles div.human-resources-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.human-resources-travel-style-tiles div.human-resources-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.human-resources-travel-style-tiles div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-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: 40px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

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

}

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

@media all and (max-width: 1140px) {
  body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper {
    margin: 10px !important;
    max-width: calc( ( 100% ) - 20px);
    min-width: calc( ( 100% ) - 20px);
  }
}

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

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

body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-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;
  border: 3px #eaeaea solid;
}

body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-front div.field--name-field-tile-icon-white,
body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-front div.field--name-field-tile-icon-black,
body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-front div.field--name-field-tile-icon-white img,
body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-front div.field--name-field-tile-icon-black img,
body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-front div.field--name-field-tile-icon-color img {
  width: 100% !important;
}

body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-front .human-resources-travel-style-tiles--title {
  font-weight: 600;
  font-size: larger;
  color: #0d4e97;
  margin-top: 24px;
  z-index: 2;
  margin-top: 62px;
}

body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-back div.field--name-field-tile-icon-white,
body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-back div.field--name-field-tile-icon-black,
body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-back div.field--name-field-tile-icon-color {
  width: 36%;
  max-width: 36%;
  min-width: 36%;

}

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

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

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

body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-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.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-back a.btn:focus, body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-back a.btn:hover, body div.human-resources-travel-style-tiles div.human-resources-travel-style-tiles--inner-wrapper div.human-resources-travel-style-tiles--tile-wrapper div.human-resources-travel-style-tiles--tile-back a.btn:active {
  background-color: #0d4e97 !important;
  color: white !important;
}

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

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

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

body .caa-human-resources--upcoming .human-resources-block.human-resources-block-Beyond-Campus .human-resources-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-human-resources-carousel #human-resources-day-tour-carousel {
  margin: 30px 0;
}

@media all and (max-width: 880px) {
  body .caa-human-resources-carousel #human-resources-day-tour-carousel {
    margin: 30px -15px !important;
    max-width: calc( 100% + 30px) !important;
    min-width: calc( 100% + 30px) !important;
    width: calc( 100% + 30px) !important;
  }
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel nav.slick__arrow {
  width: calc( 100% + 96px) !important;
  left: -48px !important;
}

@media all and (max-width: 880px) {
  body .caa-human-resources-carousel #human-resources-day-tour-carousel nav.slick__arrow {
    width: calc( 100% + 4px) !important;
    left: -4px !important;
  }
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel nav.slick__arrow button {
  height: 84px;
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel 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-human-resources-carousel #human-resources-day-tour-carousel nav.slick__arrow button:hover::before, body .caa-human-resources-carousel #human-resources-day-tour-carousel nav.slick__arrow button:active::before, body .caa-human-resources-carousel #human-resources-day-tour-carousel nav.slick__arrow button:focus::before {
  color: #1b3e6f;
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel nav.slick__arrow button.slick-prev::before {
  content: '\e257' !important;
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel nav.slick__arrow button.slick-next::before {
  content: '\e258' !important;
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider {
  padding: 0 48px !important;
  margin-left: -48px !important;
  margin-right: -48px !important;
}

@media all and (max-width: 880px) {
  body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider {
    padding: 0 30px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-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-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-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-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider div.slick-track div.slick__slide {
    margin: 0 20px !important;
  }
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider div.slick-track div.slick__slide .human-resources-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-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider .human-resources-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-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider .human-resources-carousel-block .human-resources-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-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider .human-resources-carousel-block .human-resources-meta-wrapper {
  padding: 24px 0 0 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

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

body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider .human-resources-carousel-block .human-resources-meta-wrapper .tour-style {
  font-size: 17px !important;
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider .human-resources-carousel-block .human-resources-meta-wrapper .tour-duration {
  font-size: 15px !important;
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider .human-resources-carousel-block .human-resources-learn-more-wrapper {
  margin: 0 !important;
  margin-top: auto !important;
  padding: 0 !important;
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider .human-resources-carousel-block .human-resources-learn-more-wrapper .tour-learn-more {
  margin-top: 8px !important;
}

body .caa-human-resources-carousel #human-resources-day-tour-carousel #human-resources-day-tour-carousel-slider .human-resources-carousel-block .human-resources-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 .three-column-images-and-text-wrapper img {
  width: unset;
  height: 160px;
  margin: auto
}
body .three-column-images-and-text-wrapper .three-column-images-and-text-left,
body .three-column-images-and-text-wrapper .three-column-images-and-text-center,
body .three-column-images-and-text-wrapper .three-column-images-and-text-right{
   font-size: 14px
}
body .three-column-images-and-text-wrapper .row2-item1{
    margin-left: 8%;
}
body .three-column-images-and-text-wrapper .row2-item2{
    margin-left: 8%;
}

/*body .full-width {
  border-bottom: 1px solid #e6e7e9;
  padding-top: 20px;
  padding-bottom: 20px;
}*/

body .human-resources-travel-style-tiles-heading, .human-resources-travel-style-tiles-button, .center-text {
  text-align: center;
  color: #0d4e97;
}
body .two-column-member-testimonials-left{
    clear: both;
    float: unset;
    margin: auto;
    text-align: center;
    width: 100%;
}
body .two-column-member-testimonials-left blockquote {
    padding: 0px;
    border-left: none;
    font-size: 18px;
}

body .two-column-member-testimonials-right {
    clear: both;
    float: unset;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 24px;
}
body .two-column-member-testimonials-left p {
    font-size: 14px;
}
body .two-column-member-testimonials-right h2 {
    font-size: 14px;
    color: black;
    font-weight: 700;
}

body .paragraph--type--sliding-employee-testimonial .carousel-control {
  background-image: none;
}
body .sliding-header-wrapper .carousel-control .icon-next, .sliding-header-wrapper .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-top: -20px;
}
body .sliding-header-wrapper .carousel-control .icon-prev, .sliding-header-wrapper .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-top: -20px;
}
body .sliding-header-wrapper:hover .icon-prev, .sliding-header-wrapper:hover .glyphicon-chevron-left,
body .sliding-header-wrapper:hover .icon-next, .sliding-header-wrapper:hover .glyphicon-chevron-right {
  background-color: #5291bf;
}

.paragraph-wrapper.light-blue-swatch {
    background-color: #5291bf;
    color: black;
    padding-top: 30px;
    padding-bottom: 0px;
}
.sliding-header-wrapper .carousel-control .icon-prev, .sliding-header-wrapper .carousel-control .glyphicon-chevron-left,
.sliding-header-wrapper .carousel-control .icon-next, .sliding-header-wrapper .carousel-control .glyphicon-chevron-right {
  background-color: #5291bf;
}
.sliding-header-wrapper .carousel-control .icon-prev::before, .sliding-header-wrapper .carousel-control .glyphicon-chevron-left::before,
.sliding-header-wrapper .carousel-control .icon-next::before, .sliding-header-wrapper .carousel-control .glyphicon-chevron-right::before {
  color: white;
}
/*
Body END
*/
/*# sourceMappingURL=human-resources.css.map 