/**
 * Modify theme styles here
 */
@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url(fonts/OpenSans-Bold.woff) format("woff"), url(fonts/OpenSans-Bold.woff2) format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url(fonts/OpenSans-SemiBold.woff) format("woff"), url(fonts/OpenSans-SemiBold.woff2) format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url(fonts/OpenSans-Light.woff) format("woff"), url(fonts/OpenSans-Light.woff2) format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url(fonts/OpenSans-Regular.woff) format("woff"), url(fonts/OpenSans-Regular.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url(fonts/Montserrat-Regular.woff) format("woff"), url(fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);
  src: url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");
  font-display: block;
}
/**********************************************************************************************************************
*** VARIABLES
**********************************************************************************************************************/
/**********************************************************************************************************************
*** TYPOGRAPHY
**********************************************************************************************************************/
#main #content h1, #main #content h2 {
  line-height: 1.5 !important;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#main #content h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.75rem;
  height: 0.125rem;
  background: #ff690e;
  transform: translateX(-50%);
}
#main #content .alt h1, #main #content .alt h2 {
  color: #fff !important;
  font-size: 56px !important;
  text-shadow: 2px 2px #000000;
}
#main #content .alt h1:before, #main #content .alt h2:before {
  opacity: 0;
}
#main #content .text-white * {
  color: #fff;
  font-weight: 300;
}
#main #content .text-white h1, #main #content .text-white h2, #main #content .text-white h3, #main #content .text-white h4, #main #content .text-white h5, #main #content .text-white h6 {
  color: #009DE0 !important;
  font-weight: 600;
}
#main #content .text-white a {
  color: #fff;
  font-weight: 600;
}
#main #content .text-white a:hover {
  color: rgba(255, 255, 255, 0.9);
}
#main #content .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button).current-menu-ancestor > a,
#main #content .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button).current-menu-item > a,
#main #content .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button).current-menu-parent > a,
#main #content .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button).expanded > a,
#main #content .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button).hover > a,
#main #content .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button):active > a,
#main #content .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button):focus > a,
#main #content .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button):hover > a {
  color: #ff690e !important;
}
#main #content strong, #main #content b {
  font-family: "Pangea Semibold", sans-serif;
  font-weight: 700;
}

/**********************************************************************************************************************
*** MISC
**********************************************************************************************************************/
.fusion-fullwidth.cruise-search-section {
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  #content {
    padding: 0 !important;
  }
}
.fusion-imageframe.w-100 {
  width: 100%;
}
.fusion-imageframe.w-100 img {
  height: auto;
  width: 100%;
}

.border-right {
  border-right: 1px solid #fff;
}

.fusion-imageframe.blue-icon {
  background-color: #CBEFFE;
  text-align: center;
  width: 100%;
}
.fusion-imageframe.blue-icon img {
  max-width: 300px;
}

.msc-icon {
  display: flex;
  height: 100%;
  max-height: 4.0625rem;
  position: relative;
  width: 100%;
}
.msc-icon img {
  max-width: 3.75rem;
  width: 5rem;
  margin: auto;
  height: 100%;
}
.msc-icon:before {
  content: "";
  position: absolute;
  width: 32%;
  margin-right: auto;
  height: 3px;
  left: 9%;
  border-radius: 1px;
  background: 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 165, 5, 0)), to(#d4a505));
  background-image: linear-gradient(90deg, rgba(212, 165, 5, 0), #d4a505);
  top: 50%;
  bottom: 50%;
}
.msc-icon:after {
  content: "";
  position: absolute;
  width: 32%;
  margin-left: auto;
  height: 3px;
  right: 9%;
  border-radius: 1px;
  background: 0 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(212, 165, 5, 0)), to(#d4a505));
  background-image: linear-gradient(270deg, rgba(212, 165, 5, 0), #d4a505);
  top: 48%;
}

@media all and (max-width: 1024px) {
  .reverse-columns .fusion-row {
    display: flex;
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
}
.img-100 {
  width: 100%;
}
.img-100 img {
  height: auto;
  width: 100%;
}

.column-aspect .fusion-column-wrapper {
  aspect-ratio: 16/10;
}

#discover_msc_app figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  #discover_msc_app figure {
    flex-direction: row;
  }
}
#discover_msc_app figure > img {
  max-width: 117px;
  height: auto;
  border-radius: 0.375rem;
  color: #fff;
  font-size: 0.6875rem;
}
#discover_msc_app figure figcaption {
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.9375rem;
  padding: 0 3.125rem;
  text-align: center;
  max-width: 28.125rem;
}
@media print, screen and (min-width: 64em) {
  #discover_msc_app figure figcaption {
    text-align: left;
    font-size: 1.5rem;
  }
}
#discover_msc_app figure figcaption:after {
  content: "";
  display: block;
  width: 70%;
  height: 0.125rem;
  background: #fff;
  margin: 0 auto;
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  #discover_msc_app figure figcaption:after {
    margin-left: 0;
  }
}

/**********************************************************************************************************************
*** VIDEOS
**********************************************************************************************************************/
.video-overlay,
.video-container {
  min-height: 420px;
}

.video-overlay {
  position: relative;
}
.video-overlay:before {
  content: "";
  background: url(/wp-content/uploads/2023/12/play-icon.svg) no-repeat center center;
  background-size: 100%;
  display: block;
  height: 100px;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  width: 100px;
  z-index: 1;
}
.video-overlay:hover {
  cursor: pointer;
}
.video-overlay:hover:before {
  opacity: 1;
}
.video-overlay.hide {
  display: none;
}

body:not(.fusion-builder-live) .video-container {
  display: none;
}
body:not(.fusion-builder-live) .video-container.show {
  display: flex;
}

/**********************************************************************************************************************
*** BREADCRUMBS
**********************************************************************************************************************/
.breadcrumbs {
  background-color: #ebebeb;
}
.breadcrumbs .fusion-breadcrumbs .awb-breadcrumb-sep:after {
  color: #ff690e;
  font-size: 1rem;
  text-align: center;
  width: 2rem;
}
.breadcrumbs .fusion-breadcrumbs .awb-breadcrumb-list {
  height: 3.875rem;
}
.breadcrumbs .fusion-breadcrumbs .awb-breadcrumb-list li {
  align-items: center;
  border-bottom: 3px solid transparent;
  display: flex;
  font-family: "Pangea Regular", sans-serif;
  height: 100%;
}
.breadcrumbs .fusion-breadcrumbs .awb-breadcrumb-list li[aria-current=page] {
  border-bottom: 3px solid #ff690e;
}
.breadcrumbs .fusion-breadcrumbs .awb-breadcrumb-list li[aria-current=page] span {
  font-weight: 600;
}

/**********************************************************************************************************************
*** HEADER
**********************************************************************************************************************/
@media all and (max-width: 1024px) {
  #header-menu .fusion-layout-column {
    flex-wrap: nowrap;
    flex: 0 0 33.33333%;
  }
  #header-menu .fusion-layout-column.header-logo {
    order: 1 !important;
  }
  #header-menu .fusion-layout-column.header-nav {
    order: 3 !important;
  }
  #header-menu .fusion-layout-column.header-nav nav {
    justify-content: flex-end;
  }
  #header-menu .fusion-layout-column.header__info-container {
    order: 2 !important;
  }
}
#header-menu .fusion-menu-element-wrapper.collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded).expanded > ul,
#header-menu .fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded).expanded > ul {
  max-height: none !important;
}
#header-menu .header-logo .fusion-imageframe {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 20px 0;
}
#header-menu .fusion-menu-element-wrapper .fusion-menu-form-inline {
  display: none;
}

.fusion-menu-element-wrapper .custom-menu-search-overlay .fusion-menu-icon-search.trigger-overlay + .fusion-menu-form-inline {
  display: none;
}

.avada-has-rev-slider-styles .avada-skin-rev {
  border: 0 !important;
}

#header-tape a {
  text-decoration: underline;
}

.header__info-container {
  border-left: 1px solid rgba(255, 255, 255, 0.43);
}
.header__info-container .header__contact {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  margin: 3px 0;
}
.header__info-container .header__contact .header__name {
  color: rgba(255, 255, 255, 0.75);
  flex: 1 1 100%;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
}
.header__info-container .header__contact .header__phone {
  font-weight: 500;
  font-size: 1rem;
  padding-right: 0.875rem;
}
.header__info-container .header__contact svg {
  height: 12px;
  width: 12px;
}
.header__info-container .header__contact .header__info {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 300;
  opacity: 0.7;
  line-height: 14px;
  margin: 3px 0 0;
}

.rtl .header__info-container {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.43);
}

@media all and (max-width: 1024px) {
  .header__info-container {
    border: none;
    text-align: center;
  }
}
.msc-ribbon {
  position: absolute;
  left: -0.3125rem;
  right: auto;
  padding: 0.625rem 1.25rem;
  background-color: #ff690e;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  top: 1.25rem;
  z-index: 1;
}

.msc-ribbon:after {
  content: "";
  position: absolute;
  display: block;
  border-width: 0.3125rem 0.3125rem 0 0;
  border-style: solid;
  border-color: rgba(255, 105, 14, 0.18) transparent transparent transparent;
  top: 100%;
  right: 0;
}

@media print, screen and (min-width: 64em) {
  .msc-ribbon:after {
    border-width: 0 0.3125rem 0.3125rem 0;
    border-color: transparent rgba(255, 105, 14, 0.18) transparent transparent;
    top: 100%;
    right: auto;
    left: 0;
  }
}
.fusion-tb-header .fusion-megamenu-title {
  padding: 0 20px 15px !important;
  justify-content: flex-start !important;
  text-transform: uppercase !important;
}

@media screen and (max-width: 640px) {
  .fusion-tb-header .fusion-text-1 a {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu) > li:not(.fusion-menu-item-button) > a {
  padding: 5px 10px !important;
}

/**********************************************************************************************************************
*** HERO CAROUSEL
**********************************************************************************************************************/
#sliders-container {
  z-index: 1000;
}
#sliders-container .hero-carousel__text-container {
  height: 318px !important;
  width: 590px !important;
}
#sliders-container .hero-carousel__text-container .hero-carousel__banner {
  background: rgba(255, 255, 255, 0.5);
  color: #000e55;
  font-family: "Pangea Semibold", sans-serif;
  font-weight: 700;
  height: calc(100% - 30px) !important;
  padding: 15px;
  word-break: break-word;
  width: calc(100% - 30px) !important;
}
#sliders-container .hero-carousel__text-container .hero-carousel__banner .hero-carousel__banner--group {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
#sliders-container .hero-carousel__text-container .hero-carousel__banner .hero-carousel__banner--group .hero-carousel__logo img {
  height: auto;
  max-height: 7.5rem;
  width: auto;
}
#sliders-container .hero-carousel__text-container .hero-carousel__banner .hero-carousel__banner--group .hero-carousel__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15 !important;
  margin-top: 0.625rem;
  text-align: right !important;
  white-space: normal;
}
#sliders-container .hero-carousel__text-container .hero-carousel__banner .hero-carousel__banner--group .hero-carousel__description * {
  text-align: right !important;
  white-space: normal;
}

.content-slider rs-layer.slider-image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-slider rs-layer.slider-image img {
  height: 100%;
  width: 100%;
}
.content-slider rs-layer.slider-text {
  color: #fff;
  display: flex;
  font-family: "Pangea Regular", sans-serif !important;
  flex-direction: column;
  justify-content: center;
}
.content-slider rs-layer.slider-text h3 {
  color: #fff;
  font-family: "Pangea Semibold", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 0 10px;
}
.content-slider rs-layer.slider-text div {
  margin: 0 0 10px;
}
.content-slider rs-layer.slider-text div:last-child {
  margin-bottom: 0;
}
.content-slider rs-layer.slider-text a {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: "Pangea Regular", sans-serif !important;
  font-weight: 400;
  margin-top: 1rem;
  padding: 10px 30px;
}
.content-slider rs-layer.slider-text a:hover {
  background: #fff;
  color: #000e55;
}

/**********************************************************************************************************************
*** SEARCH BOX
**********************************************************************************************************************/
body #odysseus #OVExploreContainer .cruiseform {
  padding: 0.5rem 0.25rem;
}

#odysseus #OVExploreContainer .od-tab-form-wrapper {
  background: white !important;
}
#odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper {
  flex-direction: column !important;
  flex-wrap: nowrap;
}
#odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-wrapper {
  flex: 1 1;
}
#odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-checkbox-main-wrapper {
  flex-basis: 0;
}
#odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-main-button-wrapper {
  flex: 0 0;
}
#odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-main-button-wrapper .od-reset-btn-wrapper {
  display: none;
}
#odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-main-button-wrapper .od-search-button .btn-search {
  font-size: 18px !important;
  height: 40px !important;
  white-space: nowrap;
}
#odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper h3 {
  color: #000e55;
  margin: 4px 8px;
  text-align: left;
  width: 100%;
}

#odysseus #OVExploreContainer .vue_multiselect .multiselect_input_wrapper {
  background: #fff;
}

.home .slider-sidebar-row .ui-tabs-nav .ui-state-default,
.home .slider-sidebar-row .ui-tabs-panel,
body #odysseus #OVExploreContainer .od-tab-form-wrapper {
  border-radius: 0 !important;
}

body.home .slider-sidebar-row .ui-tabs-panel {
  background: #fff;
  padding: 0 !important;
}

.home .slider-sidebar-row {
  bottom: 0.5rem;
  position: absolute;
  left: 50%;
  max-width: 1200px;
  transform: translateX(-50%);
  width: 100%;
}
@media all and (max-width: 1400px) {
  .home .slider-sidebar-row {
    max-width: none !important;
    padding: 20px 10px 0 !important;
    position: relative !important;
  }
}

body.home #content {
  padding-top: 0 !important;
}

body #wrapper #odysseus #OVExploreContainer {
  /* Default styles */
  --primary-color: #f4f4f4 !important;
  --text-color: #003 !important;
  --secondary-color: $secondary !important;
  --grid-col: 25% !important;
  --grid-col-num: 25 !important;
  /* Button styles */
  --ody-button-bg: transparent;
  --ody-button-border: var(--text-color);
  --ody-button-text: var(--text-color);
  /* Button hover styles */
  --ody-button-hover-bg: var(--text-color);
  --ody-button-hover-border: var(--text-color);
  --ody-button-hover-text: var(--primary-color);
  /** Form BG colour
      rgba([r], [g], [b], [transparency])
      e.g. 0,0,0 is black 255,255,255 is white
      or simply replace with a solid colour e.g.: #f00 **/
  --ody-form-bg: rgba(0, 0, 0, .25);
  /* Highlighted selections & dropdowns */
  --ody-highlight-bg: var(--text-color);
  --ody-highlight-text: var(--primary-color);
  --ody-highlight-hover-bg: $secondary;
  --ody-highlight-hover-text: var(--primary-color);
}

body #odysseus #OVExploreContainer .itineraries,
body #odysseus #OVExploreContainer .shipId {
  display: none;
}

body #odysseus #OVExploreContainer .od-tab-form-wrapper {
  border-radius: 4px;
}

body #odysseus #OVExploreContainer .od-main-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

body #odysseus #OVExploreContainer .cruiseform {
  padding: 0.5rem;
}

body #odysseus #OVExploreContainer .od-form-wrapper .multiselect__select:before {
  border-color: #ff690e transparent transparent;
}

body #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-input-wrapper .od-icon svg {
  color: #ff690e;
  fill: #ff690e;
}

[dir=rtl] body #odysseus #OVExploreContainer .od-form-wrapper .multiselect__content-wrapper {
  top: auto;
}

/**********************************************************************************************************************
*** SEARCH PAGE
**********************************************************************************************************************/
body.search #main {
  margin-bottom: 4%;
}
body.search #main h2 {
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}
body.search #main h2.entry-title {
  font-size: 26px !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem;
}
body.search #main h2:before {
  display: none;
}
body.search #main .fusion-blog-layout-large article,
body.search #main .fusion-blog-layout-large-alternate article,
body.search #main .fusion-blog-layout-medium article {
  margin-bottom: 1rem;
}

/**********************************************************************************************************************
*** HOME NEWS
**********************************************************************************************************************/
#main #content #post-slider-news.fusion-flexslider .slides {
  margin-bottom: 2rem;
}
#main #content #post-slider-news.fusion-flexslider .slides li a img {
  display: none;
}
#main #content #post-slider-news.fusion-flexslider .slide-excerpt {
  position: relative !important;
  bottom: unset !important;
}
#main #content #post-slider-news.fusion-flexslider .slide-excerpt h2 {
  font-family: "Pangea Regular", sans-serif !important;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2 !important;
}

/**********************************************************************************************************************
*** PAGE TITLES
**********************************************************************************************************************/
html:not(.avada-has-site-width-percent) .fusion-page-title-bar {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.fusion-page-title-wrapper {
  flex-wrap: wrap;
}
.fusion-page-title-wrapper .fusion-page-title-captions {
  background: #fff;
  flex: 1 1 100%;
  order: 2;
}
.fusion-page-title-wrapper .fusion-page-title-captions .entry-title {
  margin: 4rem auto 1.375rem;
  text-align: center;
}
.fusion-page-title-wrapper .fusion-page-title-secondary {
  background: #EBEBEB;
  flex: 1 1 100%;
  order: 1;
  text-align: center;
}
.fusion-page-title-wrapper .fusion-page-title-secondary .fusion-breadcrumbs {
  margin: 0 auto;
  min-height: 3.875rem;
  text-align: left;
  max-width: 1420px;
}
.fusion-page-title-wrapper .fusion-page-title-secondary .fusion-breadcrumbs .fusion-breadcrumb-item {
  line-height: 3.875rem;
}
.fusion-page-title-wrapper .fusion-page-title-secondary .fusion-breadcrumbs .fusion-breadcrumb-item .breadcrumb-leaf {
  border-bottom: 3px solid #ff690e;
  font-weight: bold;
}
.fusion-page-title-wrapper .fusion-page-title-secondary .fusion-breadcrumbs .fusion-breadcrumb-sep {
  color: #ff690e;
  line-height: 3.875rem;
  padding: 0 1rem;
}

/**************************************************************************************************
*** Destinations
**************************************************************************************************/
.destination .fusion-column-wrapper {
  min-height: 202px !important;
}

/**************************************************************************************************
*** Ports
**************************************************************************************************/
.ports .fusion-column-wrapper {
  min-height: 360px !important;
}

/**************************************************************************************************
*** FAQs
**************************************************************************************************/
.fusion-toggle-heading {
  color: #000e55;
}

.fusion-accordian .fusion-panel {
  border-color: #d3d3d3;
}

.fusion-content-boxes-1 .heading .content-box-heading {
  border-top: 2px solid #000e55;
  font-size: 28px;
  font-weight: 400;
  padding-top: 0.5rem;
  text-transform: none;
}

.link-area-box-hover .content-box-heading {
  color: #000033 !important;
}

.faq-alt .fusion-toggle-heading {
  color: #fff !important;
}
.faq-alt .fusion-responsive-typography-calculated {
  color: #009DE0 !important;
}
.faq-alt .panel-body {
  color: #fff;
}

/**************************************************************************************************
*** Link lists
**************************************************************************************************/
.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 2rem;
}

.link-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  line-height: 40px;
  list-style: none;
}

.link-list li > a {
  color: #003;
  font-weight: 600;
  position: relative;
  padding: 0 1rem;
}

.link-list li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #003;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
}

@media print, screen and (min-width: 48.0625em) {
  .link-list {
    text-align: left;
    padding-top: 1rem;
    padding-left: 0;
  }
  .link-list li a {
    text-decoration: underline;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  .link-list {
    text-align: left;
  }
  .link-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    -ms-flex-preferred-size: calc(33.33333% - 5px);
    flex-basis: calc(33.33333% - 5px);
  }
}
.link-list li a {
  text-decoration: underline;
  font-size: 1.125rem;
}

/**************************************************************************************************
*** Boxes
**************************************************************************************************/
.box .fusion-column-wrapper {
  border: 0.0625rem solid #d3d3d3;
}
.box .fusion-imageframe.img-cover {
  height: 12rem;
  margin-bottom: 0.9375rem;
  width: 100%;
}
.box .fusion-imageframe.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box .fusion-text {
  padding: 15px 30px;
}
.box .box-heading-wrap {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 15px;
}
.box .box-heading-wrap img {
  height: 3rem;
  margin-right: 10px;
  width: 3rem;
}
.box .box-heading-wrap .box-heading {
  width: 100%;
}
.box h2 {
  color: #003;
  font-size: 1.125rem !important;
  font-weight: 700;
  letter-spacing: -0.45px;
  line-height: 24px;
  margin: 0;
  text-align: left !important;
  text-transform: uppercase;
}
.box h2:before {
  display: none;
}
.box h2:after {
  display: block;
  content: "";
  width: 5.75rem;
  height: 0.125rem;
  background: #ff690e;
  margin: 0.125rem 0 0.3125rem 0;
}
.box h5 {
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
.box ul {
  list-style: none;
  padding-left: 0;
}
.box ul li {
  padding-bottom: 10px;
}
.box ul li i.fa {
  color: #ff690e;
  display: inline-block;
  margin-right: 5px;
}

/**************************************************************************************************
*** Tiles
**************************************************************************************************/
.tile .fusion-column-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px !important;
}
.tile .fusion-column-wrapper .fusion-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 1.25rem;
  max-width: 50%;
}
.tile .fusion-column-wrapper .fusion-text h5,
.tile .fusion-column-wrapper .fusion-text .tile__overtitle {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  margin: 0;
  text-align: left;
}
.tile .fusion-column-wrapper .fusion-text h6,
.tile .fusion-column-wrapper .fusion-text .tile__title {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  position: relative;
  line-height: normal;
  text-align: left;
}

.tiles > div > .fusion-layout-column > .fusion-column-wrapper {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  height: 20rem !important;
}
.tiles .fusion-title {
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  display: flex !important;
  left: 0;
  margin-bottom: 0 !important;
  min-height: 20rem !important;
  padding: 28px !important;
  position: absolute;
  right: 0;
  top: 0;
}
.tiles .fusion-title h2 {
  color: #fff !important;
  font-family: "Pangea Regular", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-transform: none;
}
.tiles .fusion-title h2:before {
  display: none;
}

/**************************************************************************************************
*** Expando boxes
**************************************************************************************************/
#wrapper #main #expando-boxes > div > .fusion-layout-column > .fusion-column-wrapper {
  padding-bottom: unset !important;
  height: 20rem;
}
#wrapper #main #expando-boxes > div > .fusion-layout-column > .fusion-column-wrapper .fusion-title {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  padding: 28px !important;
}
#wrapper #main #expando-boxes > div > .fusion-layout-column > .fusion-column-wrapper .fusion-title .fusion-title-heading {
  font-family: "Pangea Regular", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}
#wrapper #main #expando-boxes .fusion-builder-row-inner.pandora {
  max-width: calc(100% - 40px) !important;
  width: calc(100% - 40px) !important;
}

/**************************************************************************************************
*** Deals
**************************************************************************************************/
.deal-container .text-card {
  margin-top: 1rem;
  padding: 0 0 2rem;
  text-align: center;
}
.deal-container .text-card .note {
  color: #ff690e;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
}
.deal-container .text-card .price-prefix {
  margin-bottom: 5px;
  margin-top: 0;
}
.deal-container .text-card .price {
  margin-bottom: 5px;
  margin-top: 5px;
}
.deal-container .text-card .highlight-box {
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px;
}

/**************************************************************************************************
*** Footer
**************************************************************************************************/
#footer {
  color: #fff;
}
#footer h4 {
  color: #fff;
}

#footer p,
#footer li,
#footer a,
#footer h4,
#footer h3,
#footer label {
  color: #fff;
}

#footer p, #footer li, #footer a, #footer h4, #footer h3, #footer label {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .fusion-tb-footer a {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}
/**********************************************************************************************************************
*** FOOTER form
**********************************************************************************************************************/
.fusion-footer .gform_wrapper .button,
.fusion-footer .gform_wrapper .gform_button {
  background-color: #ff690e !important;
  border-radius: 4px !important;
  color: #fff;
}
.fusion-footer .gform_wrapper .button:hover,
.fusion-footer .gform_wrapper .gform_button:hover {
  background-color: #000e55 !important;
  color: #fff;
}

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