/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
section.modal-gallery-links .modal-gallery-links-holder {
  padding-left: 0.5%;
}
@media (max-width: 991.98px) {
  section.modal-gallery-links .modal-gallery-links-holder {
    padding: 0;
  }
}
section.modal-gallery-links .item {
  position: relative;
  display: inline-block;
  height: 0;
  box-sizing: border-box;
  margin: 0 -1px -5px -1px;
  overflow: hidden;
  width: 16.5%;
  padding: 0 0 16.5% 0;
}
@media (max-width: 991.98px) {
  section.modal-gallery-links .item {
    width: 33.2%;
    padding: 0 0 33.2% 0;
  }
}
@media (max-width: 767.98px) {
  section.modal-gallery-links .item {
    width: 49.75%;
    padding: 0 0 49.75% 0;
  }
}
section.modal-gallery-links .item .pic {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.175s ease-in-out;
}
section.modal-gallery-links .item:hover .pic {
  transform: translateZ(0) scale(1.15);
  filter: brightness(80%);
}

.press_kit_popup {
  overflow-x: hidden;
  overflow-y: auto;
}
.press_kit_popup .modal-dialog {
  max-width: 100vh;
}
.press_kit_popup .press_kit_popup_content {
  padding: 40px;
  border-radius: 10px;
  background: #eaf1f0;
}
.press_kit_popup .press_kit_popup_content p, .press_kit_popup .press_kit_popup_content ul {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .press_kit_popup .press_kit_popup_content {
    padding: 20px;
  }
  .press_kit_popup .press_kit_popup_content p, .press_kit_popup .press_kit_popup_content ul {
    margin-bottom: 10px;
  }
  .press_kit_popup .press_kit_popup_content ul > li {
    margin-bottom: 0;
  }
}
.press_kit_popup .press_kit_popup_content p.i-agree-to {
  font-size: 13px;
}

/*# sourceMappingURL=travel-media.css.map */