@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
.btn {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #9873ac; }
  .btn a {
    text-decoration: none;
    color: #fff; }
  .btn:hover {
    opacity: 0.8;
    background-color: #9873ac; }

html,
body {
  font-size: 16px;
  color: var(--text_color);
  font-family: "Open Sans", sans-serif; }

a {
  text-decoration: none; }

p {
  margin-bottom: 10px; }

h1 {
  font-size: 60px;
  font-weight: bold; }

h2 {
  font-size: 30px;
  font-weight: bold; }

h3 {
  font-size: 20px;
  font-weight: bold; }

h4 {
  font-size: 16px;
  font-weight: bold; }

.cl-003c80 {
  color: #003c80; }

.h2-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #9873ac;
  margin-top: 6px; }

@media screen and (max-width: 990px) {
  .h2-title {
    margin-top: 25px; } }

hr {
  margin-top: 25px;
  margin-bottom: 25px; }

.h3-title {
  margin: 25px 0px;
  line-height: 1.5; }
  .h3-title a {
    color: #212326; }

.w-auto {
  width: auto; }

.mb-40 {
  margin-bottom: 40px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.mr-30 {
  margin-right: 30px; }

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.ml-12 {
  margin-left: 12px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px; }

.pl-0 {
  padding-left: 0px; }

.pr-0 {
  padding-right: 0px; }

@media screen and (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0px !important; } }

.ml-50 {
  margin-left: 50px; }

.pl-15 {
  padding-left: 15px; }

.mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

ul.contextual-links li a {
  color: #333 !important; }

.policies-content p {
  margin-bottom: 25px; }

.content-images img,
.field--name-field-image img {
  width: 100%;
  height: auto; }

.description p {
  margin-bottom: 25px; }

.bg-featured {
  background-color: "#003c80";
  padding: 60px 0px; }

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: unset; }

.btn:has(a) {
  position: relative;
  padding: 0; }

.btn a {
  padding: 10px 20px;
  display: inline-block; }

.btn-primary,
.dexp-button.btn-primary {
  padding: 3px 20px;
  font-weight: bold;
  background-color: #9873ac;
  border-radius: 20px;
  margin: 0;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  border-color: transparent;
  transition: all 0.3s ease; }
  .btn-primary:not(.no-click):hover, .btn-primary:not(.no-click):focus, .btn-primary:not(.no-click):active,
  .dexp-button.btn-primary:not(.no-click):hover,
  .dexp-button.btn-primary:not(.no-click):focus,
  .dexp-button.btn-primary:not(.no-click):active {
    border-color: #9873ac !important;
    background-color: transparent !important;
    color: #9873ac !important; }

.btn-default,
.dexp-button.btn-default {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #9873ac;
  margin: 0;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  border-color: transparent;
  transition: all 0.3s ease; }
  .btn-default a,
  .dexp-button.btn-default a {
    text-decoration: none;
    color: #fff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active,
  .dexp-button.btn-default:hover,
  .dexp-button.btn-default:focus,
  .dexp-button.btn-default:active {
    opacity: 0.8;
    background-color: #9873ac !important;
    color: #fff !important; }

.btn-continue {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f8b708;
  margin: 0;
  line-height: 22px;
  font-weight: bold;
  color: #003c80;
  display: inline-block;
  border-color: transparent;
  transition: all 0.3s ease; }
  .btn-continue a {
    text-decoration: none;
    color: #003c80; }
  .btn-continue:hover, .btn-continue:focus, .btn-continue:active {
    opacity: 0.8;
    background-color: #f8b708 !important;
    color: #003c80 !important; }

.btn-out-line,
.dexp-button.btn-out-line {
  padding: 13px 40px;
  font-weight: bold;
  background-color: transparent;
  border-radius: 15px;
  margin: 0;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  border-color: transparent;
  transition: all 0.3s ease; }
  .btn-out-line:not(.no-click):hover, .btn-out-line:not(.no-click):focus, .btn-out-line:not(.no-click):active,
  .dexp-button.btn-out-line:not(.no-click):hover,
  .dexp-button.btn-out-line:not(.no-click):focus,
  .dexp-button.btn-out-line:not(.no-click):active {
    background-color: #fff !important;
    color: #003c80 !important; }

#section-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.bg-overlay {
  position: relative; }
  .bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 88, 151, 0.7);
    z-index: 0; }
  .bg-overlay > div:not(.contextual) {
    position: relative;
    z-index: 1; }
  .bg-overlay .mbYTP_wrapper {
    position: relative; }
    .bg-overlay .mbYTP_wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(38, 88, 151, 0.7);
      z-index: 1; }

img {
  max-width: 100%;
  height: auto; }
  img.align-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }

.toolbar-oriented .toolbar-bar {
  z-index: 1030; }

#section-header {
  box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333); }

.node--type-agencies.node--view-mode-full .field--name-field-image {
  margin-bottom: 30px; }

.no-click {
  pointer-events: none;
  cursor: default; }

.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #012c5d;
  color: #fff;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333); }

:root {
  --menu-dropdown-background: #003c80;
  --menu-first-level-line-height: 47px;
  --menu-padding: 0 20px;
  --bs-offcanvas-width: 300px; }

#section-header .offcanvas {
  --bs-offcanvas-width: 320px;
  --bs-offcanvas-bg: #003c80;
  --bs-navbar-color: #fff; }

#section-header .navbar-toggler {
  --bs-navbar-color: #fff;
  --bs-navbar-toggler-border-color: transparent;
  font-size: 32px; }

@media screen and (min-width: 992px) {
  #section-header ul.main-menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px; }
    #section-header ul.main-menu > li > a,
    #section-header ul.main-menu > li > span {
      display: block;
      cursor: pointer;
      line-height: var(--menu-first-level-line-height);
      padding: var(--menu-padding);
      color: var(--menu-first-level-color, #ffffff);
      border-radius: 15px; } }
    @media screen and (min-width: 992px) and (min-width: 1200px) and (max-width: 1399px) {
      #section-header ul.main-menu > li > a,
      #section-header ul.main-menu > li > span {
        font-size: 15px;
        padding: 0 15px; } }

@media screen and (min-width: 992px) {
      #section-header ul.main-menu > li > a:hover, #section-header ul.main-menu > li > a.is-active,
      #section-header ul.main-menu > li > span:hover,
      #section-header ul.main-menu > li > span.is-active {
        background-color: var(--menu-first-level-bg-color-hover, #f8b708); }
      #section-header ul.main-menu > li > a.is-active,
      #section-header ul.main-menu > li > span.is-active {
        font-weight: 600; }
    #section-header ul.main-menu li {
      list-style: none;
      position: relative; }
      #section-header ul.main-menu li > a {
        display: block;
        text-decoration: none; }
      #section-header ul.main-menu li ul.submenu {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        width: max-content;
        min-width: 200px;
        max-width: 300px;
        background: var(--menu-dropdown-background, #fff);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        z-index: 1000; }
        #section-header ul.main-menu li ul.submenu ul.submenu {
          top: 0;
          left: 100%; }
        #section-header ul.main-menu li ul.submenu li {
          border-bottom: 1px solid #004ea6; }
          #section-header ul.main-menu li ul.submenu li a {
            line-height: 25px;
            padding: var(--menu-padding);
            padding-top: 10px;
            padding-bottom: 10px;
            color: #fff;
            font-weight: 300;
            font-size: 15px; }
            #section-header ul.main-menu li ul.submenu li a:hover, #section-header ul.main-menu li ul.submenu li a.is-active {
              color: var(--secondary_color); }
          #section-header ul.main-menu li ul.submenu li:last-child {
            border-bottom: none; }
      #section-header ul.main-menu li:hover > ul.submenu {
        opacity: 1;
        visibility: visible; } }

@media screen and (max-width: 991px) {
  #section-header ul.main-menu {
    padding: 0;
    margin: 0; }
    #section-header ul.main-menu .offcanvas {
      background-color: var(--menu-dropdown-background); }
    #section-header ul.main-menu li {
      list-style: none;
      border-bottom: 1px solid #004ea6; }
      #section-header ul.main-menu li:last-child {
        border-bottom: none; }
      #section-header ul.main-menu li a,
      #section-header ul.main-menu li span {
        line-height: 40px;
        color: #fff; }
        #section-header ul.main-menu li a.is-active,
        #section-header ul.main-menu li span.is-active {
          color: var(--secondary_color); }
      #section-header ul.main-menu li ul.submenu {
        padding: 0;
        margin: 0 0 0 20px; }
        #section-header ul.main-menu li ul.submenu a {
          font-weight: 300;
          font-size: 15px; }
        #section-header ul.main-menu li ul.submenu li:first-child {
          border-top: 1px solid #004ea6; } }

.region-left-sidebar ul.menu {
  margin: 0;
  padding: 0; }
  .region-left-sidebar ul.menu li {
    list-style: none;
    margin-bottom: 10px; }
    .region-left-sidebar ul.menu li a {
      display: flex;
      color: #212326; }
      .region-left-sidebar ul.menu li a::before {
        display: inline-block;
        content: "\f231";
        font-family: bootstrap-icons !important;
        margin-right: 6px;
        color: #003c80; }
      .region-left-sidebar ul.menu li a:hover, .region-left-sidebar ul.menu li a.is-active {
        color: #13579b; }
        .region-left-sidebar ul.menu li a:hover::before, .region-left-sidebar ul.menu li a.is-active::before {
          color: var(--secondary_color); }

.path-webform #section-content {
  position: relative;
  background-color: #ebebeb;
  padding-bottom: 0; }
  .path-webform #section-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/MoT-contact-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    top: 0;
    left: 0; }

.path-webform #section-content-bottom {
  background-color: #ebebeb; }

.path-webform.page-webform-tourism_enhancement_fund #section-page-title, .path-webform.page-webform-tourism_product_development_comp #section-page-title, .path-webform.page-webform-jamaica_tourist_board #section-page-title, .path-webform.page-webform-jamaica_vacations_limited #section-page-title, .path-webform.page-webform-bath_fountain_hotel_and_spa #section-page-title, .path-webform.page-webform-devone_house #section-page-title, .path-webform.page-webform-milk_river_hotel_and_spa #section-page-title {
  background-image: url(../images/contact-child-bg.jpg); }

.path-webform.page-webform-tourism_enhancement_fund #section-content, .path-webform.page-webform-tourism_product_development_comp #section-content, .path-webform.page-webform-jamaica_tourist_board #section-content, .path-webform.page-webform-jamaica_vacations_limited #section-content, .path-webform.page-webform-bath_fountain_hotel_and_spa #section-content, .path-webform.page-webform-devone_house #section-content, .path-webform.page-webform-milk_river_hotel_and_spa #section-content {
  padding-bottom: 150px; }
  .path-webform.page-webform-tourism_enhancement_fund #section-content::before, .path-webform.page-webform-tourism_product_development_comp #section-content::before, .path-webform.page-webform-jamaica_tourist_board #section-content::before, .path-webform.page-webform-jamaica_vacations_limited #section-content::before, .path-webform.page-webform-bath_fountain_hotel_and_spa #section-content::before, .path-webform.page-webform-devone_house #section-content::before, .path-webform.page-webform-milk_river_hotel_and_spa #section-content::before {
    background-position: center bottom; }

.path-webform.page-webform-tourism_enhancement_fund .webform-submission-add-form, .path-webform.page-webform-tourism_product_development_comp .webform-submission-add-form, .path-webform.page-webform-jamaica_tourist_board .webform-submission-add-form, .path-webform.page-webform-jamaica_vacations_limited .webform-submission-add-form, .path-webform.page-webform-bath_fountain_hotel_and_spa .webform-submission-add-form, .path-webform.page-webform-devone_house .webform-submission-add-form, .path-webform.page-webform-milk_river_hotel_and_spa .webform-submission-add-form {
  border-radius: 15px 10px 10px; }

.path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content {
  position: relative;
  padding: 40px 30px;
  border-top-right-radius: 15px;
  background-color: #003c80;
  color: #fff;
  margin-left: 40px;
  border-radius: 15px; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content::before, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content::before, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content::before, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content::before, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content::before, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content::before, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 17px solid #f8b707;
    border-radius: 50%;
    right: -55px;
    bottom: 30px; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .title-address, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .title-address, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .title-address, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .title-address, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .title-address, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .title-address, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .title-address {
    margin-bottom: 25px; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .title-email, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .title-email, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .title-email, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .title-email, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .title-email, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .title-email, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .title-email {
    margin-bottom: 25px; }
    .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .title-email a, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .title-email a, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .title-email a, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .title-email a, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .title-email a, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .title-email a, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .title-email a {
      color: #fff; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .title-tel, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .title-tel, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .title-tel, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .title-tel, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .title-tel, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .title-tel, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .title-tel {
    margin-bottom: 0px; }
    .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .title-tel a, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .title-tel a, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .title-tel a, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .title-tel a, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .title-tel a, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .title-tel a, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .title-tel a {
      color: #fff; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .title-hours, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .title-hours, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .title-hours, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .title-hours, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .title-hours, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .title-hours, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .title-hours {
    margin-bottom: 0px; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .dexp-icon, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .dexp-icon, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .dexp-icon, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .dexp-icon, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .dexp-icon, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .dexp-icon, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .dexp-icon {
    margin-right: 20px; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .builder-row, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .builder-row, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .builder-row, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .builder-row, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .builder-row, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .builder-row, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .builder-row {
    padding: 0; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content p, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content p, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content p, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content p, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content p, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content p, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content p {
    line-height: 18px; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .dexp-title, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .dexp-title, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .dexp-title, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .dexp-title, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .dexp-title, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .dexp-title, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .dexp-title {
    position: relative; }
    .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content .dexp-title::after, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content .dexp-title::after, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content .dexp-title::after, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content .dexp-title::after, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content .dexp-title::after, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content .dexp-title::after, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content .dexp-title::after {
      content: "";
      display: block;
      width: 70px;
      height: 4px;
      background-color: #f8b707;
      margin-top: 6px; }

@media screen and (max-width: 992px) {
  .path-webform.page-webform-tourism_enhancement_fund #section-content, .path-webform.page-webform-tourism_product_development_comp #section-content, .path-webform.page-webform-jamaica_tourist_board #section-content, .path-webform.page-webform-jamaica_vacations_limited #section-content, .path-webform.page-webform-bath_fountain_hotel_and_spa #section-content, .path-webform.page-webform-devone_house #section-content, .path-webform.page-webform-milk_river_hotel_and_spa #section-content {
    padding-bottom: 0px; }
  .path-webform.page-webform-tourism_enhancement_fund .webform-submission-add-form, .path-webform.page-webform-tourism_product_development_comp .webform-submission-add-form, .path-webform.page-webform-jamaica_tourist_board .webform-submission-add-form, .path-webform.page-webform-jamaica_vacations_limited .webform-submission-add-form, .path-webform.page-webform-bath_fountain_hotel_and_spa .webform-submission-add-form, .path-webform.page-webform-devone_house .webform-submission-add-form, .path-webform.page-webform-milk_river_hotel_and_spa .webform-submission-add-form {
    border-radius: 15px 0px 0px 0px; }
  .path-webform.page-webform-tourism_enhancement_fund .region-right-sidebar .block-block-content, .path-webform.page-webform-tourism_product_development_comp .region-right-sidebar .block-block-content, .path-webform.page-webform-jamaica_tourist_board .region-right-sidebar .block-block-content, .path-webform.page-webform-jamaica_vacations_limited .region-right-sidebar .block-block-content, .path-webform.page-webform-bath_fountain_hotel_and_spa .region-right-sidebar .block-block-content, .path-webform.page-webform-devone_house .region-right-sidebar .block-block-content, .path-webform.page-webform-milk_river_hotel_and_spa .region-right-sidebar .block-block-content {
    margin-left: 0px;
    border-radius: 0 0 15px 15px; } }

#block-mot-contactblockinfo {
  position: relative;
  padding: 40px 30px;
  border-top-right-radius: 15px; }
  #block-mot-contactblockinfo::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 17px solid #f8b707;
    border-radius: 50%;
    right: -55px;
    bottom: 30px; }
  #block-mot-contactblockinfo .title-address {
    margin-bottom: 25px; }
  #block-mot-contactblockinfo .title-email {
    margin-bottom: 25px; }
    #block-mot-contactblockinfo .title-email a {
      color: #fff; }
  #block-mot-contactblockinfo .title-tel {
    margin-bottom: 0px; }
    #block-mot-contactblockinfo .title-tel a {
      color: #fff; }
  #block-mot-contactblockinfo .title-hours {
    margin-bottom: 0px; }
  #block-mot-contactblockinfo .dexp-icon {
    margin-right: 20px; }
  #block-mot-contactblockinfo .builder-row {
    padding: 0; }
  #block-mot-contactblockinfo p {
    line-height: 18px; }

.cl-f8b707 {
  color: #f8b707; }

.mt-40 {
  margin-top: 40px; }

.mb-25 {
  margin-bottom: 25px; }

.contact-icon {
  color: #f8b707; }

.webform-submission-add-form {
  border-radius: 15px 0 10px 10px;
  padding: 40px 60px;
  box-shadow: rgba(0, 0, 0, 0.2) -4px 2px 15px, rgba(0, 0, 0, 0.2) 2px 2px 15px;
  background-color: #fafafa; }
  .webform-submission-add-form .mb-3 {
    margin-bottom: 25px !important; }
  .webform-submission-add-form #edit-name,
  .webform-submission-add-form #edit-email,
  .webform-submission-add-form #edit-subject,
  .webform-submission-add-form #edit-message {
    background-color: #d0dae6;
    border-radius: 20px; }
  .webform-submission-add-form .form-item-name {
    margin-bottom: 40px !important; }

@media screen and (min-width: 992px) {
  .path-webform #section-content .region-right-sidebar,
  .path-webform #section-content .region-left-sidebar + .region-content {
    padding-left: 0; }
  .path-webform #section-content .region-left-sidebar,
  .path-webform #section-content:has(.region-right-sidebar) .region-content {
    padding-right: 0; } }

.btn-send-message {
  background-color: #003c80;
  padding: 20px 0px;
  width: 100%;
  border-radius: unset; }

.block-title {
  color: #003c80;
  margin-bottom: 25px; }
  .block-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #9873ac;
    margin-top: 6px; }

#block-mot-contactblockmap,
#block-mot-tourismenhancementfundgoogle,
#block-mot-tourismproductdevelopmentcompanygoogle,
#block-mot-jamaicatouristboardgoogle,
#block-mot-jamaicavacationslimitedgoogle,
#block-mot-bathfountainhotelgoogle,
#block-mot-devonhousegoogle,
#block-mot-milkriverhotelandspagoogle {
  margin-bottom: 60px; }

#block-mot-fqacontact {
  padding-left: 30px;
  margin-bottom: 0px; }
  #block-mot-fqacontact .accordion,
  #block-mot-fqacontact .accordion-item,
  #block-mot-fqacontact .accordion-button {
    background-color: transparent; }
  #block-mot-fqacontact .accordion-item {
    border: unset; }
    #block-mot-fqacontact .accordion-item .accordion-button {
      padding: 25px 0px;
      border-top: 1px solid #7e7c7c;
      color: #7e7c7c; }
      #block-mot-fqacontact .accordion-item .accordion-button::after {
        color: #003c80; }
      #block-mot-fqacontact .accordion-item .accordion-button:not(.collapsed) {
        background-color: unset;
        border: unset;
        box-shadow: unset;
        padding-bottom: 0px; }
      #block-mot-fqacontact .accordion-item .accordion-button:active, #block-mot-fqacontact .accordion-item .accordion-button:focus {
        outline: none; }
    #block-mot-fqacontact .accordion-item:first-child .accordion-button {
      padding-top: 0;
      border-top: 0; }

.captcha.captcha-type-challenge--recaptcha {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 25px; }

.path-ministry-officials #section-content {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .path-ministry-officials #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -165px;
    top: 43%; }

.path-ministry-officials #block-mot-content {
  position: relative;
  padding-bottom: 0;
  padding-top: 0; }
  .path-ministry-officials #block-mot-content::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 17px solid #f8b707;
    border-radius: 50%;
    left: -167px;
    top: 38%; }
  .path-ministry-officials #block-mot-content .content-team {
    padding: 60px 0; }
    .path-ministry-officials #block-mot-content .content-team .h2-title a {
      color: #003c80; }
    .path-ministry-officials #block-mot-content .content-team .revert-image {
      margin-right: 40px;
      margin-left: 0px; }
      .path-ministry-officials #block-mot-content .content-team .revert-image .image {
        position: relative;
        max-width: 380px;
        margin-bottom: 60px; }
        .path-ministry-officials #block-mot-content .content-team .revert-image .image::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 60px;
          left: 40px;
          background-color: #003c80;
          z-index: -1; }
  .path-ministry-officials #block-mot-content .views-element-container .views-row:nth-child(2n) .content-team {
    flex-direction: row-reverse; }
    .path-ministry-officials #block-mot-content .views-element-container .views-row:nth-child(2n) .content-team .revert-image {
      margin-right: 0px;
      margin-left: 40px; }

@media screen and (max-width: 991px) {
  .path-ministry-officials #block-mot-content .content-team .revert-image .image {
    margin-bottom: 30px; }
    .path-ministry-officials #block-mot-content .content-team .revert-image .image::before {
      top: 30px;
      left: 30px; } }

#views-ministry-officials .views-row:nth-child(2n + 1) {
  position: relative; }
  #views-ministry-officials .views-row:nth-child(2n + 1)::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f8f8f8;
    z-index: -1; }

.node--type-article.node--view-mode-teaser {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px; }
  .node--type-article.node--view-mode-teaser > :last-child {
    margin-top: auto; }
  .node--type-article.node--view-mode-teaser img {
    max-width: 100%;
    height: auto; }
  .node--type-article.node--view-mode-teaser h3 {
    margin: 25px 0; }
  .node--type-article.node--view-mode-teaser .field--name-node-link {
    padding-top: 25px; }

.latest-news-block {
  margin-block: 60px; }
  .latest-news-block .dexp-grid-item {
    margin-bottom: 0px !important; }
  .latest-news-block .views-display-link {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #9873ac;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    border-color: transparent; }
    .latest-news-block .views-display-link a {
      text-decoration: none;
      color: #fff; }
    .latest-news-block .views-display-link:hover {
      opacity: 0.8;
      background-color: #9873ac; }

.path-news-releases #section-content-top {
  padding-block: 60px;
  color: #fff;
  background-color: #003c80;
  background-image: unset; }
  .path-news-releases #section-content-top h2.block-title {
    display: none; }
  .path-news-releases #section-content-top .h3-title a {
    color: #fff; }
  .path-news-releases #section-content-top .content-images {
    align-items: center; }

.path-news-releases #block-mot-allnewsreleases .block-title {
  margin-bottom: 25px; }

.path-news-releases #section-content {
  position: relative; }
  .path-news-releases #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -165px;
    top: 7%; }
    @media screen and (max-width: 991px) {
      .path-news-releases #section-content::before {
        display: none; } }
  .path-news-releases #section-content #block-mot-content {
    position: relative; }
    .path-news-releases #section-content #block-mot-content::after {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      border: 17px solid #f8b707;
      border-radius: 50%;
      left: -190px;
      top: -64px; }
      @media screen and (max-width: 991px) {
        .path-news-releases #section-content #block-mot-content::after {
          left: -135px;
          top: -2%; } }
    .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap img {
      width: 100%;
      height: auto; }
    .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap .h3-title a {
      color: #003c80; }
    .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap .btn-default {
      margin-top: 25px; }
    .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap .dexp-grid-item {
      display: flex; }
      .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap .dexp-grid-item:last-child .content-images {
        margin-bottom: 0px !important; }
    .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap .dexp-grid-inner {
      margin-left: 0px !important;
      margin-right: 0px !important; }
      .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap .dexp-grid-inner .dexp-grid-item {
        margin-bottom: 0px !important;
        padding-right: 15px !important;
        padding-left: 0px !important; }
        .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap .dexp-grid-inner .dexp-grid-item:nth-child(2n + 2) {
          padding-left: 0px !important;
          padding-right: 12px !important; }
      @media screen and (min-width: 992px) {
        .path-news-releases #section-content #block-mot-content .dexp-grid-bootstrap .dexp-grid-inner .col-xl-4 {
          flex: 0 0 auto;
          width: 50%; } }

nav.pager .pager__items {
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px; }
  nav.pager .pager__items li {
    display: inline-block;
    margin-left: 5px; }
    nav.pager .pager__items li a {
      display: table-cell;
      width: 45px;
      height: 45px;
      vertical-align: middle;
      border-radius: 50%;
      border: 1px solid #767474;
      color: #767474;
      transition: all 0.3s ease; }
    nav.pager .pager__items li:hover a {
      color: #003c80;
      background-color: #f8b707;
      border-color: #f8b707; }
    nav.pager .pager__items li.is-active a {
      color: #fff;
      background-color: #003c80;
      border-color: #003c80; }

.path-speeches #section-content {
  position: relative; }
  .path-speeches #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -165px;
    top: 53%; }
  @media screen and (max-width: 991px) {
    .path-speeches #section-content {
      overflow: hidden; }
      .path-speeches #section-content::before {
        right: -180px; } }
  .path-speeches #section-content #block-mot-content {
    position: relative;
    padding-top: 0px; }
    .path-speeches #section-content #block-mot-content::after {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      border: 17px solid #9873ac;
      border-radius: 50%;
      left: -290px;
      top: 35%; }
    @media screen and (max-width: 991px) {
      .path-speeches #section-content #block-mot-content {
        padding-top: 40px; }
        .path-speeches #section-content #block-mot-content::after {
          display: none; }
        .path-speeches #section-content #block-mot-content .content::after {
          content: "";
          position: absolute;
          width: 110px;
          height: 110px;
          border: 17px solid #f8b707;
          border-radius: 50%;
          left: -130px;
          top: 3%; } }
    .path-speeches #section-content #block-mot-content .speeches-content {
      padding-left: 75px; }
      @media screen and (max-width: 991px) {
        .path-speeches #section-content #block-mot-content .speeches-content {
          padding-left: 0px; } }
    .path-speeches #section-content #block-mot-content .h3-title {
      margin-top: 0px; }
    .path-speeches #section-content #block-mot-content .speeches-date {
      display: flex;
      align-items: center;
      color: #003c80;
      font-weight: bold;
      margin-bottom: 25px; }
    .path-speeches #section-content #block-mot-content .bd-left {
      height: 20px;
      width: 1px;
      background-color: #212326;
      margin-left: 20px;
      margin-right: 20px; }
    .path-speeches #section-content #block-mot-content .description p {
      margin-bottom: 25px; }
    .path-speeches #section-content #block-mot-content .description ul {
      padding-left: 18px;
      margin-bottom: 25px; }
      .path-speeches #section-content #block-mot-content .description ul li {
        padding-left: 25px; }
    .path-speeches #section-content #block-mot-content hr {
      border-top: 1px solid #003c80;
      opacity: 0.8; }
    .path-speeches #section-content #block-mot-content .views-row:last-of-type .speeches-content hr {
      margin-bottom: 0px !important; }
    .path-speeches #section-content #block-mot-content nav.pager {
      padding-top: 40px; }

.ml-55 {
  margin-left: 55px; }
  @media screen and (max-width: 991px) {
    .ml-55 {
      margin-left: 0px; } }

.path-photographs .content-images .list-img {
  position: relative;
  margin-right: 40px; }
  @media screen and (max-width: 490px) {
    .path-photographs .content-images .list-img {
      bottom: 0px;
      height: auto; } }
  .path-photographs .content-images .list-img:after {
    content: "";
    position: absolute;
    background-color: #ebebeb;
    transform: rotate(-3deg);
    width: 100%;
    height: 100%;
    top: 5px;
    left: 15px;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; }
  .path-photographs .content-images .list-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    transform: rotate(5deg);
    top: 15px;
    left: 15px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; }
  .path-photographs .content-images .list-img img {
    position: relative;
    z-index: 50;
    transform: translate(40px, -30px);
    padding-left: 10px; }
    @media screen and (max-width: 991px) {
      .path-photographs .content-images .list-img img {
        padding-left: 0px; } }
    @media screen and (max-width: 480px) {
      .path-photographs .content-images .list-img img {
        transform: translate(30px, -25px); } }

.path-photographs #section-page-title {
  margin-bottom: -55px; }

.path-photographs #section-content {
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 12px !important; }
  .path-photographs #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -165px;
    top: 10%; }
    @media screen and (max-width: 1070px) {
      .path-photographs #section-content::before {
        right: -180px; } }
    @media screen and (max-width: 767px) {
      .path-photographs #section-content::before {
        display: none; } }
  .path-photographs #section-content::after {
    display: none; }
    @media screen and (max-width: 991px) {
      .path-photographs #section-content::after {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        border: 17px solid #f8b707;
        border-radius: 50%;
        left: -75px;
        top: 13%;
        display: block; } }
  @media screen and (max-width: 991px) {
    .path-photographs #section-content {
      padding-top: 60px !important;
      overflow: hidden !important;
      padding-bottom: 60px !important; } }

.path-photographs #block-mot-content {
  position: relative;
  padding-top: 55px; }
  @media screen and (max-width: 991px) {
    .path-photographs #block-mot-content {
      margin-top: 0px; } }
  .path-photographs #block-mot-content .dexp-grid-inner .dexp-grid-item {
    margin-top: 22px; }
    @media screen and (max-width: 991px) {
      .path-photographs #block-mot-content .dexp-grid-inner .dexp-grid-item {
        margin-top: 40px !important; }
        .path-photographs #block-mot-content .dexp-grid-inner .dexp-grid-item:first-child {
          margin-top: 0px !important; } }
  .path-photographs #block-mot-content .h3-title {
    margin-top: 60px; }
    .path-photographs #block-mot-content .h3-title a {
      color: #003c80; }
  .path-photographs #block-mot-content::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 17px solid #f8b707;
    border-radius: 50%;
    left: -190px;
    top: 22.2%;
    display: block; }
    @media screen and (max-width: 1070px) {
      .path-photographs #block-mot-content::after {
        left: -135px; } }
    @media screen and (max-width: 991px) {
      .path-photographs #block-mot-content::after {
        display: none; } }

.slider-item {
  min-height: 730px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .slider-item {
      min-height: 400px; } }
  @media screen and (max-width: 576px) {
    .slider-item {
      min-height: 230px; } }
  .slider-item .slider-description {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding-bottom: 55px; }
    .slider-item .slider-description h1,
    .slider-item .slider-description h2 {
      margin-bottom: 25px;
      margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .slider-item .slider-description {
        display: none; } }

.slick-dots {
  bottom: 25px; }
  .slick-dots button:before {
    color: #fff !important; }

.home-slider .builder-row {
  padding: 0; }

.home-slider .slick-slider .slick-arrow {
  width: 40px;
  height: 40px; }
  .home-slider .slick-slider .slick-arrow::before {
    font-family: "FontAwesome";
    color: #fff;
    font-weight: bold;
    font-size: 40px; }
  .home-slider .slick-slider .slick-arrow.slick-prev::before {
    content: "\f104"; }
  .home-slider .slick-slider .slick-arrow.slick-next::before {
    content: "\f105"; }

@media screen and (min-width: 992px) {
  .home-slider .slick-slider .slick-arrow.slick-prev {
    left: calc(((100% - 960px) / 2) - 40px); }
  .home-slider .slick-slider .slick-arrow.slick-next {
    right: calc(((100% - 960px) / 2) - 40px); } }

@media screen and (min-width: 1200px) {
  .home-slider .slick-slider .slick-arrow.slick-prev {
    left: calc(((100% - 1140px) / 2) - 40px); }
  .home-slider .slick-slider .slick-arrow.slick-next {
    right: calc(((100% - 1140px) / 2) - 40px); } }

@media screen and (min-width: 1400px) {
  .home-slider .slick-slider .slick-arrow.slick-prev {
    left: calc(((100% - 1320px) / 2) - 40px); }
  .home-slider .slick-slider .slick-arrow.slick-next {
    right: calc(((100% - 1320px) / 2) - 40px); } }

.path-video-gallery #section-content {
  padding-top: 10px;
  position: relative; }
  .path-video-gallery #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -165px;
    top: 27.2%; }
    @media screen and (max-width: 991px) {
      .path-video-gallery #section-content::before {
        right: -184px; } }
  .path-video-gallery #section-content #block-mot-content {
    position: relative; }
    .path-video-gallery #section-content #block-mot-content::after {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      border: 17px solid #9873ac;
      border-radius: 50%;
      left: -177px;
      top: -64px; }
      @media screen and (max-width: 991px) {
        .path-video-gallery #section-content #block-mot-content::after {
          left: -130px;
          top: -10px;
          border: 17px solid #f8b707; } }
    .path-video-gallery #section-content #block-mot-content .dexp-grid-inner .dexp-grid-item {
      margin-bottom: 0px !important; }
      @media screen and (max-width: 991px) {
        .path-video-gallery #section-content #block-mot-content .dexp-grid-inner .dexp-grid-item {
          margin-bottom: 15px !important; }
          .path-video-gallery #section-content #block-mot-content .dexp-grid-inner .dexp-grid-item:last-child {
            margin-bottom: 0px !important; } }
      .path-video-gallery #section-content #block-mot-content .dexp-grid-inner .dexp-grid-item .h3-title a {
        color: #003c80; }
      .path-video-gallery #section-content #block-mot-content .dexp-grid-inner .dexp-grid-item:last-child .views-field-nothing .h3-title {
        margin-bottom: 0px !important; }

@media screen and (max-width: 991px) {
  .path-video-gallery .h2-title {
    margin-top: 0px; } }

.path-video-gallery #section-content-top {
  padding-block: 60px;
  color: #fff;
  background-image: url("../images/bg-video.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 1152px; }
  .path-video-gallery #section-content-top h2.block-title {
    display: none; }
  .path-video-gallery #section-content-top .h3-title a {
    color: #fff; }
  @media screen and (max-width: 991px) {
    .path-video-gallery #section-content-top {
      background-image: url("../images/MoT-front-content-bg.jpg");
      background-size: cover;
      background-position: bottom center;
      padding-bottom: 130px;
      min-height: unset; } }

.path-video-gallery #section-content {
  padding-top: 0; }

.path-video-gallery #block-mot-allvideos .block-title {
  margin-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .path-video-gallery #block-mot-allvideos .block-title {
      margin-bottom: 25px;
      margin-top: 60px; } }

.block-videos {
  padding-bottom: 150px; }
  .block-videos .block-title {
    color: #fff; }
  .block-videos .video-title {
    margin-bottom: 25px;
    color: #fff; }
  .block-videos .views-display-link {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #f8b707;
    margin-top: 25px;
    line-height: 22px;
    color: #003c80;
    display: inline-block;
    border-color: transparent;
    font-weight: bold; }
    .block-videos .views-display-link a {
      text-decoration: none;
      color: #fff; }
    .block-videos .views-display-link:hover {
      opacity: 0.8;
      background-color: #9873ac; }

.path-frontpage #section-content {
  padding-top: 0; }

.path-frontpage #section-content-top {
  padding-top: 60px;
  background-image: url("../images/MoT-front-content-bg.png");
  background-size: cover;
  background-position: bottom center; }

.path-policies #section-content {
  position: relative;
  overflow: hidden; }
  .path-policies #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -165px;
    bottom: 24%; }
  .path-policies #section-content #block-mot-content {
    position: relative; }
    .path-policies #section-content #block-mot-content::after {
      content: "";
      position: absolute;
      width: 450px;
      height: 450px;
      border: 70px solid #9873ac;
      border-radius: 50%;
      right: calc(100% + 140px);
      top: -90px;
      z-index: -1; }
    .path-policies #section-content #block-mot-content .field-content {
      display: block; }
    .path-policies #section-content #block-mot-content .h3-title {
      margin: 0px;
      margin-bottom: 7px; }
    .path-policies #section-content #block-mot-content .polices-content {
      max-height: 105px;
      overflow: hidden;
      transition: all 0.3s linear;
      padding-left: 15px; }
      .path-policies #section-content #block-mot-content .polices-content p {
        margin-bottom: 10px; }
      .path-policies #section-content #block-mot-content .polices-content ul {
        padding-left: 20px;
        margin-bottom: 10px; }
        .path-policies #section-content #block-mot-content .polices-content ul > li:nth-of-type(2) {
          margin-left: 40px; }
      @media screen and (max-width: 767px) {
        .path-policies #section-content #block-mot-content .polices-content {
          transition: all 0.5s linear; } }
    .path-policies #section-content #block-mot-content .btn-collapse {
      margin-top: 25px;
      cursor: pointer; }
    .path-policies #section-content #block-mot-content .dexp-grid-inner > .dexp-grid-item:first-child hr {
      display: none; }

.path-policies #block-mot-theministry-corporate .block-title {
  margin-bottom: 40px;
  font-size: 16px;
  color: #212326;
  font-weight: normal; }
  .path-policies #block-mot-theministry-corporate .block-title::after {
    display: none; }

@media screen and (max-width: 991px) {
  .path-policies #section-content #block-mot-content .h3-title {
    margin-bottom: 25px; }
  .path-policies #section-content::before {
    border-width: 17px;
    width: 100px;
    height: 100px;
    right: -70px;
    bottom: 27%; } }

.search-block-form {
  position: relative; }
  .search-block-form button[data-bs-toggle] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px; }
  .search-block-form .form-wrapper {
    position: absolute;
    right: 0;
    bottom: -77px;
    background-color: var(--secondary_color);
    padding: 10px 20px;
    z-index: 100; }
    .search-block-form .form-wrapper::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: -5px;
      right: 9px;
      background: var(--secondary_color);
      transform: rotate(45deg); }
    .search-block-form .form-wrapper .form-item {
      margin-bottom: 0 !important; }
      .search-block-form .form-wrapper .form-item input {
        width: 250px; }
    .search-block-form .form-wrapper .form-actions {
      display: none; }

.page-node-type-team #section-page-title {
  display: none;
  padding-top: 60px;
  padding-bottom: 75px; }
  .page-node-type-team #section-page-title #block-mot-page-title {
    position: relative; }
    .page-node-type-team #section-page-title #block-mot-page-title h1 {
      font-size: 55px;
      display: flex;
      justify-content: center; }

.page-node-type-team #section-content {
  background-image: url("../images/bg-detail-ministry.png");
  background-repeat: no-repeat;
  position: relative; }
  .page-node-type-team #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -165px;
    top: 46%; }
  @media screen and (max-width: 991px) {
    .page-node-type-team #section-content::before {
      right: -185px; } }

.page-node-type-team #block-mot-content {
  position: relative; }
  .page-node-type-team #block-mot-content::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 17px solid #f8b707;
    border-radius: 50%;
    left: -167px;
    top: 35%; }
  .page-node-type-team #block-mot-content figure {
    margin-bottom: 0px; }
    .page-node-type-team #block-mot-content figure article .field--name-field-title {
      max-width: calc(100% - 435px);
      margin-left: auto; }
      @media screen and (max-width: 991px) {
        .page-node-type-team #block-mot-content figure article .field--name-field-title {
          max-width: 100%; } }
      .page-node-type-team #block-mot-content figure article .field--name-field-title h1 {
        font-size: 46px;
        margin-bottom: 0px;
        color: #fff;
        word-break: break-all;
        white-space: normal;
        max-width: 470px;
        width: 100%; }
        @media screen and (max-width: 991px) {
          .page-node-type-team #block-mot-content figure article .field--name-field-title h1 {
            word-break: unset;
            white-space: unset;
            max-width: 100%;
            margin-top: -15px; } }
    .page-node-type-team #block-mot-content figure article .field--name-field-image {
      position: relative;
      margin-top: -135px;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .page-node-type-team #block-mot-content figure article .field--name-field-image {
          margin-top: 40px; } }
      .page-node-type-team #block-mot-content figure article .field--name-field-image::after {
        position: absolute;
        content: "";
        width: 100%;
        background-color: #9873ac;
        max-width: 370px;
        min-height: 450px;
        top: 70px;
        z-index: -1;
        background-color: #9873ac;
        left: 50px; }
        @media screen and (max-width: 512px) {
          .page-node-type-team #block-mot-content figure article .field--name-field-image::after {
            max-width: calc(100% - 55px);
            min-height: calc(100% - 90px); } }
      .page-node-type-team #block-mot-content figure article .field--name-field-image img {
        height: auto;
        float: left;
        padding-right: 40px;
        padding-bottom: 30px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: revert-layer; }
        @media screen and (max-width: 991px) {
          .page-node-type-team #block-mot-content figure article .field--name-field-image img {
            float: unset;
            margin-bottom: 25px;
            margin-right: 0px; } }
        @media screen and (max-width: 512px) {
          .page-node-type-team #block-mot-content figure article .field--name-field-image img {
            width: 100%; } }
    .page-node-type-team #block-mot-content figure article .field--name-field-position {
      font-size: 30px;
      font-weight: bold;
      color: #003c80;
      display: inline-block;
      line-height: 1;
      margin-bottom: 25px;
      margin-top: 270px; }
      @media screen and (max-width: 991px) {
        .page-node-type-team #block-mot-content figure article .field--name-field-position {
          margin-top: 0px; } }
      .page-node-type-team #block-mot-content figure article .field--name-field-position::after {
        content: "";
        display: block;
        width: 50px;
        height: 4px;
        background-color: #9873ac;
        margin-top: 6px; }
    .page-node-type-team #block-mot-content figure article .field--name-body p:last-child {
      margin-bottom: 0px; }
    .page-node-type-team #block-mot-content figure article .field--name-body ul {
      padding-left: 20px; }
      .page-node-type-team #block-mot-content figure article .field--name-body ul li {
        padding-left: 15px; }

#section-top-bar {
  padding-block: 6px; }
  #section-top-bar p {
    margin: 0; }

#weather-block {
  display: flex;
  justify-content: center; }
  #weather-block .weather-icon {
    height: 30px; }
  #weather-block .clock {
    color: #767575;
    line-height: 30px;
    padding-left: 10px; }

.social-block > div {
  display: flex;
  align-items: center; }

.social-block a {
  padding-left: 10px; }
  .social-block a i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .social-block a i[class*="facebook"] {
      background-color: #3d53b1; }
    .social-block a i[class*="twitter"] {
      background-color: #9edbff; }
    .social-block a i[class*="instagram"] {
      background-color: #f23a95; }
    .social-block a i[class*="youtube"] {
      background-color: #ff002f; }

.social-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 30px; }
  .social-block ul > li {
    padding-inline: 10px;
    display: inline-block; }
    .social-block ul > li a {
      font-size: 0; }
      .social-block ul > li a:before {
        width: 30px;
        height: 30px;
        content: "";
        display: inline-block; }
      .social-block ul > li a.facebook::before {
        background-image: url("../images/facebook.png"); }
      .social-block ul > li a.twiter::before {
        background-image: url("../images/twiter.png"); }
      .social-block ul > li a.instagram::before {
        background-image: url("../images/instagram.png"); }
      .social-block ul > li a.youtube::before {
        background-image: url("../images/youtube.png"); }

.country-block p {
  position: relative;
  padding-right: 45px; }
  .country-block p::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 20px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../images/flag.png") no-repeat center center; }

#section-bottom {
  padding-block: 60px;
  color: #fff; }
  #section-bottom a {
    color: #fff;
    transition: all 0.3s ease; }
    #section-bottom a:hover, #section-bottom a.is-active {
      color: var(--secondary_color); }
  #section-bottom .dexp-title,
  #section-bottom .block-title {
    font-size: 20px;
    line-height: 24px;
    color: var(--secondary_color);
    padding-bottom: 25px;
    margin: 0; }
    #section-bottom .dexp-title::after,
    #section-bottom .block-title::after {
      display: none; }
  #section-bottom #block-mot-contactinformation .footer-logo {
    padding-bottom: 40px; }
  #section-bottom #block-mot-contactinformation [class^="contact-"] {
    padding-left: 55px;
    position: relative; }
    #section-bottom #block-mot-contactinformation [class^="contact-"]::before {
      content: "";
      font-family: "FontAwesome";
      color: #fff;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 27px;
      transform: translate(-50%, -50%); }
  #section-bottom #block-mot-contactinformation .contact-address::before {
    content: "\f041";
    top: 0;
    transform: translateX(-50%); }
  #section-bottom #block-mot-contactinformation .contact-tel::before {
    content: "\f095"; }
  #section-bottom #block-mot-contactinformation .contact-email::before {
    content: "\f003"; }
  #section-bottom .block-menu.navigation ul {
    padding: 0;
    margin: 0; }
    #section-bottom .block-menu.navigation ul li {
      padding-left: 5px; }
      #section-bottom .block-menu.navigation ul li::marker {
        content: "-"; }

.embed-responsive .embed-responsive-item {
  width: 100%;
  aspect-ratio: 16/9; }

#section-footer {
  padding-block: 10px; }
  #section-footer p {
    margin: 0; }
  #section-footer a {
    color: var(--secondary_color);
    transition: all 0.3s ease; }
    #section-footer a:hover {
      color: #3d53b1; }

.dexp-builder-slick-carousel {
  position: relative; }
  .dexp-builder-slick-carousel.bodies-carousel {
    position: relative;
    padding-bottom: 40px; }
    .dexp-builder-slick-carousel.bodies-carousel .slick-track {
      display: flex;
      align-items: center; }
    .dexp-builder-slick-carousel.bodies-carousel .slick-dots {
      bottom: 0; }
      .dexp-builder-slick-carousel.bodies-carousel .slick-dots li {
        width: 15px;
        height: 15px; }
        .dexp-builder-slick-carousel.bodies-carousel .slick-dots li button {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background-color: #9c9c9c;
          opacity: 0.7; }
          .dexp-builder-slick-carousel.bodies-carousel .slick-dots li button::before {
            display: none; }
        .dexp-builder-slick-carousel.bodies-carousel .slick-dots li.slick-active button {
          background-color: #3d53b1;
          opacity: 1; }
    .dexp-builder-slick-carousel.bodies-carousel .slick-arrow {
      display: none !important; }
      .dexp-builder-slick-carousel.bodies-carousel .slick-arrow::before {
        color: #003c80;
        font-weight: bold; }

.page-node-type-agencies .field--name-field-image img {
  width: unset; }

.path-frontpage .builder-row {
  padding-inline: 0; }

.path-frontpage #section-content-bottom {
  padding-block: 60px;
  background-color: #003c80;
  position: relative; }
  .path-frontpage #section-content-bottom::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url("../images/MoT-polls-bg.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat; }
  .path-frontpage #section-content-bottom::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #265897 50%);
    width: 50%;
    height: 100%;
    right: 0;
    top: 0; }
  .path-frontpage #section-content-bottom .block-poll,
  .path-frontpage #section-content-bottom .block-poll-block {
    max-width: 345px;
    position: relative;
    padding-right: 15px; }
    .path-frontpage #section-content-bottom .block-poll .block-title,
    .path-frontpage #section-content-bottom .block-poll-block .block-title {
      color: #fff;
      font-size: 20px; }
      .path-frontpage #section-content-bottom .block-poll .block-title::after,
      .path-frontpage #section-content-bottom .block-poll-block .block-title::after {
        display: none; }
    .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-item-choice,
    .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-item-choice {
      text-align: center; }
    .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-item:not(.fieldgroup),
    .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-item:not(.fieldgroup) {
      margin-bottom: 10px !important; }
      .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-item:not(.fieldgroup) .form-label.option,
      .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-item:not(.fieldgroup) .form-label.option {
        padding: 15px 95px;
        font-size: 17px;
        border-radius: 23px;
        margin: 0;
        line-height: 22px;
        color: #fff;
        display: inline-block;
        border: 1px solid #fff;
        transition: all 0.3s ease;
        cursor: pointer; }
        .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-item:not(.fieldgroup) .form-label.option:hover, .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-item:not(.fieldgroup) .form-label.option:focus,
        .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-item:not(.fieldgroup) .form-label.option:hover,
        .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-item:not(.fieldgroup) .form-label.option:focus {
          background-color: #fff;
          color: #003c80; }
      .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-item:not(.fieldgroup).active .form-label.option,
      .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-item:not(.fieldgroup).active .form-label.option {
        background-color: #fff;
        color: #003c80; }
    .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-radio,
    .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-radio {
      position: absolute;
      z-index: -1; }
    .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-actions,
    .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-actions {
      display: grid; }
      .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-actions input,
      .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-actions input {
        width: max-content; }
      .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-actions #edit-vote,
      .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-actions #edit-vote {
        margin: 15px auto 0;
        padding: 15px 87px;
        font-size: 17px;
        border-radius: 23px;
        line-height: 22px;
        color: #003c80;
        display: inline-block;
        border: 1px solid var(--secondary_color);
        background-color: var(--secondary_color);
        transition: all 0.3s ease;
        cursor: pointer; }
        .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-actions #edit-vote:hover, .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-actions #edit-vote:focus,
        .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-actions #edit-vote:hover,
        .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-actions #edit-vote:focus {
          background-color: transparent;
          color: var(--secondary_color); }
      .path-frontpage #section-content-bottom .block-poll .poll-view-form .form-actions #edit-result,
      .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .form-actions #edit-result {
        font-weight: normal;
        margin: 25px auto 0;
        color: #fff;
        background-color: transparent;
        border: none;
        padding: 0 0 3px 0;
        border-radius: 0;
        border-bottom: 1px solid var(--secondary_color); }
    .path-frontpage #section-content-bottom .block-poll .poll-view-form .poll,
    .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .poll {
      color: #fff; }
      .path-frontpage #section-content-bottom .block-poll .poll-view-form .poll .bar .foreground,
      .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .poll .bar .foreground {
        background-color: var(--secondary_color); }
      .path-frontpage #section-content-bottom .block-poll .poll-view-form .poll .total,
      .path-frontpage #section-content-bottom .block-poll-block .poll-view-form .poll .total {
        padding-bottom: 25px; }
  .path-frontpage #section-content-bottom .region-content-bottom {
    position: relative; }
    .path-frontpage #section-content-bottom .region-content-bottom #block-mot-pollbanner {
      position: absolute;
      top: 50%;
      left: 420px;
      transform: translateY(-50%);
      z-index: 1; }

.dexp-region {
  position: relative; }

@media screen and (max-width: 991px) {
  .social-block > div {
    justify-content: center; }
  #weather-block {
    margin: 15px 0; }
  .country-block p {
    display: inline-block; }
  #section-page-title h1 {
    font-size: 46px; }
  #section-content {
    overflow: hidden; }
  #section-content,
  #section-content-top,
  .path-ministry-officials #section-content {
    padding-inline: 38px; }
  .latest-news-block .views-display-link,
  .block-videos .views-display-link {
    display: block;
    text-align: center; }
  .node--type-article.node--view-mode-teaser .field--name-node-link .btn a, .node--type-article.node--view-mode-teaser .field--name-node-link .btn:not(:has(a)) {
    padding: 15px 50px;
    border-radius: 27px;
    line-height: 1; }
  .path-frontpage #section-features,
  .path-frontpage #section-content-top {
    padding-inline: 38px; }
  .path-frontpage #section-content-bottom::before, .path-frontpage #section-content-bottom:after {
    display: none; }
  .path-frontpage #section-content-bottom .block-poll {
    max-width: 100%;
    text-align: center;
    padding: 0; }
  .path-frontpage #section-content-bottom .region-content-bottom #block-mot-pollbanner {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    padding-top: 40px; }
    .path-frontpage #section-content-bottom .region-content-bottom #block-mot-pollbanner img {
      max-width: 100%;
      height: auto; }
  .path-photographs #block-mot-content .g-5 {
    --bs-gutter-y: 0rem; }
  .path-photographs .content-images .list-img {
    margin-right: 0; }
    .path-photographs .content-images .list-img::before {
      left: -25px;
      top: 25px; }
    .path-photographs .content-images .list-img::after {
      left: -25px;
      top: 25px; }
    .path-photographs .content-images .list-img img {
      transform: none; }
  .path-photographs #block-mot-content .h3-title {
    margin-top: 60px; }
  .path-photographs #block-mot-content .btn-default {
    padding: 15px 50px;
    border-radius: 27px; }
  #section-bottom {
    padding-left: 50px; }
  .webform-submission-add-form {
    padding: 40px 30px;
    border-radius: 0; }
    .webform-submission-add-form .form-item-name {
      margin-bottom: 25px !important; }
    .webform-submission-add-form .form-label {
      margin-bottom: 10px; }
    .webform-submission-add-form .form-text {
      margin-top: 0; }
  .captcha.captcha-type-challenge--recaptcha {
    flex-direction: column-reverse; }
  .dexp-builder-slick-carousel.bodies-carousel .slick-slide img {
    margin: 0 auto; }
  .dexp-builder-slick-carousel.bodies-carousel .slick-arrow {
    display: inline-block !important; }
    .dexp-builder-slick-carousel.bodies-carousel .slick-arrow.slick-disabled {
      display: none !important; }
    .dexp-builder-slick-carousel.bodies-carousel .slick-arrow.slick-prev {
      left: -30px; }
    .dexp-builder-slick-carousel.bodies-carousel .slick-arrow.slick-next {
      right: -30px; }
  #block-mot-contactblockinfo {
    border-radius: 0; }
    #block-mot-contactblockinfo::before {
      display: none; }
    #block-mot-contactblockinfo .dexp-title {
      position: relative;
      padding-bottom: 7px; }
      #block-mot-contactblockinfo .dexp-title::before {
        content: "";
        position: absolute;
        width: 70px;
        height: 5px;
        background-color: --secondary_color;
        left: 0;
        bottom: 0; }
  #block-mot-contactblockmap,
  #block-mot-tourismenhancementfundgoogle,
  #block-mot-tourismproductdevelopmentcompanygoogle,
  #block-mot-jamaicatouristboardgoogle,
  #block-mot-jamaicavacationslimitedgoogle,
  #block-mot-bathfountainhotelgoogle,
  #block-mot-devonhousegoogle,
  #block-mot-milkriverhotelandspagoogle {
    padding-left: 30px; }
  .path-webform #section-content {
    padding-bottom: 60px;
    padding-inline: 25px; }
    .path-webform #section-content #block-mot-sendusamessage .block-title {
      padding-left: 30px; }
  .path-webform #section-content-bottom {
    padding-top: 60px;
    padding-inline: 25px; }
  .page-node-type-team #section-content {
    background-position: top;
    background-size: 200% 360px;
    overflow: hidden; } }

.path-conferences #section-content-top {
  background-color: #003c80;
  padding-top: 60px;
  padding-bottom: 20px; }
  .path-conferences #section-content-top .block-views .block-title {
    color: #fff; }
  .path-conferences #section-content-top #views-conferences .dexp-grid-item {
    margin-bottom: 40px; }
    .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-image {
      margin-bottom: 25px; }
    .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-node-title h3 {
      margin-bottom: 25px; }
      .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-node-title h3 a {
        color: #fff; }
    .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-conference-date,
    .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-location {
      display: inline-flex;
      gap: 3px; }
      .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-conference-date > div:first-child,
      .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-location > div:first-child {
        color: #fff;
        position: relative;
        padding-right: 5px; }
        .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-conference-date > div:first-child::before,
        .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-location > div:first-child::before {
          content: ":";
          position: absolute;
          top: 0;
          right: 0;
          color: #fff; }
      .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-conference-date div + div,
      .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-location div + div {
        font-weight: 600;
        color: #f7ae0c; }
    .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-location {
      padding-left: 25px;
      position: relative; }
      .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-location::after {
        position: absolute;
        content: "|";
        left: 7px;
        top: 0;
        color: #fff;
        font-size: 15px; }
    .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-node-link p a {
      margin-bottom: 0;
      margin-top: 25px;
      border-radius: 20px;
      padding: 10px 20px;
      background-color: #f7ae0c;
      line-height: 22px;
      color: #fff;
      display: inline-block;
      border-color: transparent;
      transition: all 0.3s ease;
      color: #003c80;
      font-weight: 600;
      transition: all 0.3s ease; }
      .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-node-link p a:hover {
        opacity: 0.8; }
    @media screen and (max-width: 991px) {
      .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-location {
        padding: 0; }
        .path-conferences #section-content-top #views-conferences .dexp-grid-item .field--name-field-location::after {
          display: none; } }

.page-webform-access_to_information.path-webform #section-content {
  background-color: transparent; }
  .page-webform-access_to_information.path-webform #section-content::before {
    display: none; }

.page-webform-access_to_information #section-content-top {
  margin-top: 60px; }
  .page-webform-access_to_information #section-content-top p.access-description {
    margin-bottom: 40px; }
  .page-webform-access_to_information #section-content-top .title-no-line {
    font-size: 30px;
    font-weight: bold;
    color: #003c80;
    margin-bottom: 25px; }

.page-webform-access_to_information #section-content {
  padding-top: 0; }
  .page-webform-access_to_information #section-content .region-content {
    --bs-gutter-x: 0; }
  .page-webform-access_to_information #section-content #block-mot-accesstoinformationleftcontent .dexp-builder-title .dexp-title {
    color: #003c80;
    margin-bottom: 25px; }
  .page-webform-access_to_information #section-content .captcha .captcha__description.description {
    margin-bottom: 25px; }

@media screen and (max-width: 575px) {
  .page-webform-access_to_information .region-right-sidebar {
    padding-inline: 25px; }
  .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .icon {
    width: 100%; }
  .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .builder-row .row p {
    padding-left: 0; } }

.path-publications #section-content {
  position: relative; }
  .path-publications #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -135px;
    bottom: 8%; }
  .path-publications #section-content::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 17px solid #f8b707;
    border-radius: 50%;
    left: -50px;
    top: 28%; }
  @media screen and (max-width: 991px) {
    .path-publications #section-content::before {
      right: -170px; } }
  @media screen and (max-width: 767px) {
    .path-publications #section-content::before {
      display: none; }
    .path-publications #section-content::after {
      display: none; } }
  .path-publications #section-content #block-mot-exposedformpublicationspage-1 .content .js-form-item .form-label {
    display: none; }
  .path-publications #section-content #block-mot-exposedformpublicationspage-1 .content .js-form-item .form-select {
    border: unset;
    padding: 0px;
    background-color: unset;
    background-image: unset;
    border-radius: unset; }
    .path-publications #section-content #block-mot-exposedformpublicationspage-1 .content .js-form-item .form-select ul {
      padding-left: 18px;
      margin-bottom: 25px; }
      .path-publications #section-content #block-mot-exposedformpublicationspage-1 .content .js-form-item .form-select ul li {
        position: relative;
        margin-bottom: 25px; }
        .path-publications #section-content #block-mot-exposedformpublicationspage-1 .content .js-form-item .form-select ul li a:not(.bef-link--selected) {
          font-size: 16px;
          padding-left: 10px !important;
          color: #212326 !important; }
        .path-publications #section-content #block-mot-exposedformpublicationspage-1 .content .js-form-item .form-select ul li a.bef-link--selected {
          font-size: 16px;
          padding-left: 10px !important;
          color: #003c80 !important;
          font-weight: 600; }
      .path-publications #section-content #block-mot-exposedformpublicationspage-1 .content .js-form-item .form-select ul:not(.bef-link--selected) li::marker {
        content: "\25B6";
        color: #003c80;
        position: absolute; }
      .path-publications #section-content #block-mot-exposedformpublicationspage-1 .content .js-form-item .form-select ul li.active::marker {
        content: "\25BC";
        color: #f8b707;
        position: absolute; }
  .path-publications #section-content #block-mot-content .accordion-item {
    margin-bottom: 12px;
    border: unset; }
    .path-publications #section-content #block-mot-content .accordion-item h4.accordion-header .accordion-button {
      background-color: #003c80;
      color: #fff;
      padding: 16px 16px 16px 30px; }
      .path-publications #section-content #block-mot-content .accordion-item h4.accordion-header .accordion-button::after {
        content: "\25bc";
        color: #fff;
        position: absolute;
        right: 26px;
        transition: transform 0.2s ease-in-out;
        background-image: unset; }
      .path-publications #section-content #block-mot-content .accordion-item h4.accordion-header .accordion-button:not(.collapsed)::after {
        content: "\25bc";
        color: #f8b708;
        transform: rotate(-180deg); }
    .path-publications #section-content #block-mot-content .accordion-item .accordion-collapse .accordion-body {
      padding: 0px; }
      .path-publications #section-content #block-mot-content .accordion-item .accordion-collapse .accordion-body .views-row {
        padding-top: 5px; }
        .path-publications #section-content #block-mot-content .accordion-item .accordion-collapse .accordion-body .views-row .views-field-body .description {
          background-color: #f2f2f2;
          padding: 16px 16px 16px 18px;
          align-items: center; }
          .path-publications #section-content #block-mot-content .accordion-item .accordion-collapse .accordion-body .views-row .views-field-body .description h4 {
            color: #003c80; }
          .path-publications #section-content #block-mot-content .accordion-item .accordion-collapse .accordion-body .views-row .views-field-body .description p {
            margin-bottom: 0px; }
          @media screen and (max-width: 767px) {
            .path-publications #section-content #block-mot-content .accordion-item .accordion-collapse .accordion-body .views-row .views-field-body .description .btn-default {
              margin-top: 16px; } }
  @media screen and (max-width: 991px) {
    .path-publications #section-content #block-mot-content {
      padding-top: 60px; }
      .path-publications #section-content #block-mot-content .accordion-item:last-child {
        margin-bottom: 0px; } }

#section-page-title {
  background-color: #265897;
  background-repeat: no-repeat;
  background-size: cover; }
  #section-page-title h1 {
    color: #fff; }
    @media screen and (max-width: 767px) {
      #section-page-title h1 {
        font-size: 46px; } }
  @media screen and (max-width: 991px) {
    #section-page-title #block-mot-page-title {
      padding: 50px 0 !important; } }

body.path-ministry-officials #section-page-title {
  background-image: url(../images/the-ministry-bg.jpg); }

body.path-news-releases #section-page-title {
  background-image: url(../images/news-relases-bg.jpg); }

body.path-policies #section-page-title {
  background-image: url(../images/policies-bg.jpg); }

body.path-speeches #section-page-title {
  background-image: url(../images/speeches-bg.jpg); }

body.page-webform-contact #section-page-title {
  background-image: url(../images/contact-us-bg.jpg); }

body.path-photographs #section-page-title {
  background-image: url(../images/photo-gallery-bg.jpg); }
  @media screen and (min-width: 992px) {
    body.path-photographs #section-page-title #block-mot-page-title {
      padding-top: 200px !important;
      padding-bottom: 200px !important; } }

body.path-audio-clips #section-page-title {
  background-image: url(../images/audio-clips-bg.jpg); }

body.path-conferences #section-page-title {
  background-image: url(../images/conferences-bg.png); }

body.path-sectoral-presentations #section-page-title {
  background-image: url(../images/sectoral-presentation.jpg); }

body.page-webform-access_to_information #section-page-title {
  background-image: url(../images/access-to-information-bg.jpg); }

#views-audio-clips .views-row {
  border-bottom: 1px solid #7f9dbf;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  #views-audio-clips .views-row:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  #views-audio-clips .views-row .views-field-title h3 {
    color: var(--primary_color); }
  #views-audio-clips .views-row audio {
    width: 100%; }

.block-views-exposed-filter-blockaudio-clips-page-1 .js-form-item label {
  display: none; }

.path-conferences .dexp-body-inner.layout-default {
  overflow: hidden; }

.path-conferences #section-content-top {
  position: relative; }
  .path-conferences #section-content-top::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -165px;
    top: 7%; }
  @media screen and (max-width: 991px) {
    .path-conferences #section-content-top {
      overflow: hidden; }
      .path-conferences #section-content-top::before {
        right: -190px; } }
  @media screen and (max-width: 575px) {
    .path-conferences #section-content-top {
      overflow: hidden; }
      .path-conferences #section-content-top::before {
        right: -200px;
        top: 64%; } }
  .path-conferences #section-content-top .region-content-top {
    position: relative;
    padding-top: 0px; }
    .path-conferences #section-content-top .region-content-top::after {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      border: 17px solid #f8b707;
      border-radius: 50%;
      left: -155px;
      top: 0%; }
    @media screen and (max-width: 991px) {
      .path-conferences #section-content-top .region-content-top::after {
        left: -125px; } }
  .path-conferences #section-content-top .block-title::after {
    display: none; }
    @media screen and (max-width: 991px) {
      .path-conferences #section-content-top .block-title::after {
        display: block;
        background-color: #f8b707;
        width: 70px;
        height: 5px; } }

.path-conferences #section-content #block-mot-content header h2 {
  color: #003c80;
  margin-bottom: 25px; }
  @media screen and (max-width: 991px) {
    .path-conferences #section-content #block-mot-content header h2::after {
      content: "";
      display: block;
      width: 70px;
      height: 5px;
      background-color: #9873ac;
      margin-top: 6px; } }

.path-conferences #section-content #block-mot-content .h3-title {
  margin-top: 0px; }
  .path-conferences #section-content #block-mot-content .h3-title a {
    color: #003c80; }

.path-conferences #section-content #block-mot-content .conference-date {
  display: flex;
  align-items: center;
  color: #003c80;
  font-weight: bold;
  margin-bottom: 25px; }
  .path-conferences #section-content #block-mot-content .conference-date p {
    margin-bottom: 0px;
    line-height: 1;
    border-right: 1px solid #212326;
    padding-right: 20px; }
    .path-conferences #section-content #block-mot-content .conference-date p span {
      color: #212326;
      font-weight: normal; }
    .path-conferences #section-content #block-mot-content .conference-date p strong {
      font-weight: bold; }
    .path-conferences #section-content #block-mot-content .conference-date p:last-of-type {
      border-right: unset;
      padding-right: unset;
      padding-left: 20px;
      margin-top: 0px; }
  @media screen and (max-width: 991px) {
    .path-conferences #section-content #block-mot-content .conference-date {
      flex-direction: column;
      align-items: flex-start; }
      .path-conferences #section-content #block-mot-content .conference-date p {
        border-right: none; }
        .path-conferences #section-content #block-mot-content .conference-date p:last-of-type {
          margin-top: 7px;
          padding-left: 0px; } }

.path-conferences #section-content #block-mot-content hr {
  border-top: unset; }

.path-conferences #section-content #block-mot-content .dexp-grid .dexp-grid-inner .dexp-grid-item:last-of-type .conference-content hr {
  margin-top: 0px !important; }

.path-conferences #section-content #block-mot-content nav.pager {
  margin-top: -10px; }

#views-sectoral-presentations .views-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  flex-wrap: wrap; }
  #views-sectoral-presentations .views-row:nth-child(even) {
    background-color: #f2f2f2; }
  #views-sectoral-presentations .views-row p {
    margin-bottom: 0; }
  #views-sectoral-presentations .views-row .views-field-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      #views-sectoral-presentations .views-row .views-field-title {
        margin-bottom: 25px; } }
    #views-sectoral-presentations .views-row .views-field-title::before {
      font-family: bootstrap-icons !important;
      content: "\F63E";
      display: inline-block;
      font-size: 36px; }
    #views-sectoral-presentations .views-row .views-field-title h4 {
      color: var(--primary_color); }

.page-webform-access_to_information #section-content {
  position: relative; }
  .page-webform-access_to_information #section-content::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -135px;
    top: 26%; }
    @media screen and (max-width: 991px) {
      .page-webform-access_to_information #section-content::after {
        display: none; } }

.page-webform-access_to_information #section-content {
  padding-bottom: 60px;
  overflow: unset !important; }
  .page-webform-access_to_information #section-content #block-mot-content {
    position: relative; }
    .page-webform-access_to_information #section-content #block-mot-content::after {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      border: 17px solid #f8b707;
      border-radius: 50%;
      left: -270px;
      top: -30px; }
      @media screen and (max-width: 991px) {
        .page-webform-access_to_information #section-content #block-mot-content::after {
          display: none; } }
    .page-webform-access_to_information #section-content #block-mot-content .webform-submission-add-form {
      border-radius: 15px 10px 10px 10px; }

.page-webform-access_to_information #block-mot-accesstoinformationleftcontent {
  margin-left: 25px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .page-webform-access_to_information #block-mot-accesstoinformationleftcontent {
      margin-left: 0px;
      margin-top: 40px; } }
  .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .submit-info h4 {
    margin-bottom: 0px; }
    .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .submit-info h4 a {
      color: #003c80; }
  .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .submit-info p {
    margin-bottom: 25px; }
  .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .contact-icon {
    color: #003c80; }
  .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .builder-row {
    padding-left: 0px; }
    .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .builder-row p {
      line-height: 1.2;
      padding-left: 20px;
      margin-bottom: 20px; }
      .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .builder-row p a {
        color: #212326;
        line-height: 1.2; }
    .page-webform-access_to_information #block-mot-accesstoinformationleftcontent .builder-row:last-child p {
      margin-bottom: 0px; }

.path-career-opportunities #section-content, .path-procurement-opportunities #section-content {
  position: relative; }
  .path-career-opportunities #section-content::before, .path-procurement-opportunities #section-content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 40px solid #f8b707;
    border-radius: 50%;
    right: -135px;
    bottom: 21%; }
  .path-career-opportunities #section-content::after, .path-procurement-opportunities #section-content::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 17px solid #f8b707;
    border-radius: 50%;
    left: -50px;
    top: 18%; }
  @media screen and (max-width: 991px) {
    .path-career-opportunities #section-content::before, .path-procurement-opportunities #section-content::before {
      right: -170px; } }
  @media screen and (max-width: 767px) {
    .path-career-opportunities #section-content::before, .path-procurement-opportunities #section-content::before {
      display: none; }
    .path-career-opportunities #section-content::after, .path-procurement-opportunities #section-content::after {
      display: none; } }
  .path-career-opportunities #section-content #block-mot-content #views-career-opportunities .views-row .w-content, .path-career-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row .w-content, .path-procurement-opportunities #section-content #block-mot-content #views-career-opportunities .views-row .w-content, .path-procurement-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row .w-content {
    background-color: #f2f2f2;
    padding: 20px 5px 20px 5px;
    align-items: center; }
    .path-career-opportunities #section-content #block-mot-content #views-career-opportunities .views-row .w-content .flex, .path-career-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row .w-content .flex, .path-procurement-opportunities #section-content #block-mot-content #views-career-opportunities .views-row .w-content .flex, .path-procurement-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row .w-content .flex {
      display: flex;
      align-items: center; }
      .path-career-opportunities #section-content #block-mot-content #views-career-opportunities .views-row .w-content .flex h4, .path-career-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row .w-content .flex h4, .path-procurement-opportunities #section-content #block-mot-content #views-career-opportunities .views-row .w-content .flex h4, .path-procurement-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row .w-content .flex h4 {
        margin-bottom: 0px;
        color: #003c80; }
      .path-career-opportunities #section-content #block-mot-content #views-career-opportunities .views-row .w-content .flex .icon, .path-career-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row .w-content .flex .icon, .path-procurement-opportunities #section-content #block-mot-content #views-career-opportunities .views-row .w-content .flex .icon, .path-procurement-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row .w-content .flex .icon {
        width: 100%;
        max-width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 17px;
        background-image: url(../images/pdf_icon.png); }
  .path-career-opportunities #section-content #block-mot-content #views-career-opportunities .views-row:nth-child(2n + 1) .w-content, .path-career-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row:nth-child(2n + 1) .w-content, .path-procurement-opportunities #section-content #block-mot-content #views-career-opportunities .views-row:nth-child(2n + 1) .w-content, .path-procurement-opportunities #section-content #block-mot-content #views-procurement-opportunities .views-row:nth-child(2n + 1) .w-content {
    background-color: #fff; }
  .path-career-opportunities #section-content #block-mot-content nav.pager, .path-procurement-opportunities #section-content #block-mot-content nav.pager {
    padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .path-career-opportunities #section-content #block-mot-content .w-content .flex, .path-procurement-opportunities #section-content #block-mot-content .w-content .flex {
      margin-bottom: 20px; }
      .path-career-opportunities #section-content #block-mot-content .w-content .flex .icon, .path-procurement-opportunities #section-content #block-mot-content .w-content .flex .icon {
        margin-left: -7px;
        margin-right: 9px !important; } }

#vision-mission .dexp-builder-box {
  padding-top: 190px !important;
  padding-bottom: 70px !important; }
  @media screen and (max-width: 450px) {
    #vision-mission .dexp-builder-box {
      padding-top: 116px !important;
      padding-bottom: 50px !important; } }
  #vision-mission .dexp-builder-box .box-title h2 {
    font-size: 90px; }
    @media screen and (max-width: 767px) {
      #vision-mission .dexp-builder-box .box-title h2 {
        font-size: 55px; } }
  #vision-mission .dexp-builder-box .box-content {
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      #vision-mission .dexp-builder-box .box-content {
        font-size: 16px; } }

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