/* ODS3 Base Styles - Migrated from themag_st theme */
/* Normalize CSS */
.ods3_main .third_menu_container ul,
.ods3_main .menu ul,
.ods3_main #offcanvas-sidebar2 ul,
.ods3_main #header_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Bootstrap Barrio compatibility */
.ods3_main .container-fluid,
.ods3_main .container {
  padding-left: 0;
  padding-right: 0;
}

/* Ensure ODS3 regions are visible */
.ods3-header,
.ods3-navigation,
.ods3-hero,
.ods3-hero-content,
.footer {
  display: block;
  width: 100%;
}

/* Base layout for ODS3 pages */
.ods3_main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}
.ods3_main h1{
  font-size: 1.5rem;

}
.ods3_main .menu--ods3-main-menu>ul>li {
  padding: 0;
}

.ods3_main h1, .ods3_main h2, .ods3_main h3, .ods3_main h4, .ods3_main h5, .ods3_main h6 {
  font-family: 'Roboto', sans-serif !important;
}

.ods3_main ul li {
  padding: 0.15rem;
}

.ods3_main a {
  color: #7e88a1;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
}

.ods3_main a:hover {
  color: #2b3f7f;
  text-decoration: none;
}

.ods3_main h4 {
  color: #656566;
}

.ods3_main .block h4 {
  color: #00205C;
}




.ods3_main #content_container {
  width: 100%;
}

@media (min-width: 640px) {
  .ods3_main #content_container {
    padding: 1.4rem;
  }
}


.ods3_main .statistics-counter {
  display: none;
}



.offcanvas-sidebar-overlay2 {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 100;
}

.offcanvas-sidebar-overlay2.active {
  right: 0;
  opacity: .5;
}





/* ODS3 - Paragraph Documents */
.ods3_main .field--name-field-ods3-paragraph-document {
  padding-top: 25px;
}

.ods3_main .paragraph--type--ods3-document {
  border-bottom: 0.1rem solid #e6ede4;
  padding: 0.7rem;
  margin-bottom: 0;
}

.ods3_main .paragraph--type--ods3-document:hover {
  background-color: #f5f5f5;
}

.ods3_main .field--name-field-ods3-paragraph-document-fi a {
  font-weight: 400;
  font-size: 0.90rem;
}

.ods3_main .file {
  background-image: none;
  padding-left: 0;
}

/*
.ods3_main .file::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f15b";
  color: #5c6878;
  font-size: 1.05rem;
  margin-right: 0.25rem;
  padding: 0.2rem;
} */


.paragraph--type--ods3-documents {
  display: flex;
  flex-direction: row;
}

.paragraph--type--ods3-documents img,
.field--name-field-ods3-paragraph-document-im {
  max-width: 70px;
  width: 35px;
  padding-right: 10px;
}

.paragraph--type--ods3-documents a,
.field--name-field-ods3-paragraph-document-fi a {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
}

.field--name-field-ods3-paragraph-document-fi {
  padding-top: 1px;
}

@media (max-width: 640px) {

  .paragraph--type--ods3-documents img,
  .field--name-field-ods3-paragraph-document-im {
    max-width: 40px;
    padding-right: 6px;
  }

}



/* ODS3 - Paragraph Links */
.ods3_main .paragraph--type--ods3-links {
  border-bottom: 0.1rem solid #e6ede4;
  padding: 0.9rem 0;
  margin-bottom: 0;
}

.ods3_main .paragraph--type--ods3-links a {
  font-weight: 500;
  font-size: 0.85rem;
}

.ods3_main .paragraph--type--ods3-links:hover {
  background-color: #f5f5f5;
}

.ods3_main .paragraph--type--ods3-links a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  /* content: "\f360"; */
  content: "\f0c1";
  color: #a4acb4;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  /* border: 1px solid #eeeeee; */
  padding: 0.2rem;
  border-radius: 6px;
}




/* ODS3 - Paragraph Video Embed */
.ods3_main .field--name-field-ods3-paragraph-video {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  padding-top: 2rem;
}

.ods3_main .field--name-field-ods3-paragraph-video .field--name-field-description {
  height: 3.4rem;
  align-self: flex-end;
  font-size: 1rem;
  font-weight: 700;
  color: #00205C;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 0.4rem;
}

@media (max-width: 992px) {
  .ods3_main .field--name-field-ods3-paragraph-video {
    grid-template-columns: 1fr;
  }
}


/* ODS3 - Paragraph Reasearch Links */
.ods3_main .paragraph--type--ods3-research-links {
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #e6ede4;
}

.ods3_main .field--name-field-ods3-research-date {
  font-size: 0.8rem;
  font-weight: 500;
  color: #869e94;
}

.ods3_main .field--name-field-ods3-research-link a {
  font-size: 1.05rem;
  line-height: 1.1rem;
  font-weight: 500;
  color: #2a4359;
}

.ods3_main .field--name-field-ods3-research-description {
  font-size: 0.9rem;
  font-weight: 400;
  color: #93a49d;
}


/* ODS3 - Paragraph Slider */
@media (max-width: 992px) {
  .ods3_main .paragraph--type--gallery-slider {
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .ods3_main .paragraph--type--gallery-slider {
    width: 60%;
    margin: auto;
  }
}

.ods3_main .paragraph--type--gallery-slider .slick-slide img {
  width: 100%;
}


/* ODS3 - Paragraph Links Image */
.ods3_main .paragraph--type--ods3-links-image {
  display: grid;
  grid-row: 3;
  grid-auto-flow: column;
  gap: 0.2rem;

  grid-template-columns: fit-content(80%) 1fr;

  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  border-bottom: 0.05rem solid #ccd9c9;
}

.ods3_main .field--name-field-ods3-links-image-image {
  grid-row: span 3 / span 3;
  width: 10rem;
  margin-right: 0.5rem;
}


.ods3_main .field--name-field-ods3-links-image-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #20394f;
}

.ods3_main .field--name-field-ods3-links-image-descripti {
  color: #515c65;
  font-size: 0.9rem;
}


.ods3_main .field--name-field-ods3-links-image-link a {
  background-color: #fff;
  border: 0.07rem solid #173a7b;
  color: #00205C;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.2rem 0.8rem;
  display: inline-block;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 0.3rem;
  margin-top: 0.2rem;
}

.ods3_main .field--name-field-ods3-links-image-link a:hover {
  background-color: #e7ebf4;
}

.ods3_main .field--name-field-ods3-links-image-link a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f0c1";
  color: #00205C;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}



.ods3home_gallery {
  /* display: grid;
  gap: 2.5rem;
  grid-auto-rows: 16rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 9.5rem), 1fr)); */

  padding: 3em;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));

}

.ods3homebox_title {
  position: relative;
  width: 150px;
  height: 45px !important;
}

.ods3homebox_title h5 {
  font-size: 1rem !important;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.ods3homebox_title h5 a {
  font-size: 1rem !important;
  margin-bottom: 0;
  font-weight: 700 !important;
  line-height: 1.2;
  color: #1f394f;
}

.ods3homebox {
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.ods3homebox_text {
  font-size: 0.8rem;
  color: #515c65;
  font-weight: 400;
  margin-bottom: 0.5rem;
  max-width: 170px !important;
}

.ods3homebox_title_image {
  width: 25px;
  /* position: absolute; */
  bottom: 2px;
}





/* ACCORDION */
.ods3_main .ui-state-active {
  background-color: #e0e7f2 !important;
  color: #00205C !important;
  border-color: #143c85 !important;
}

.ods3_main .ui-accordion-header {
  font-weight: 700 !important;
}

.ods3_main .ui-state-default {
  border: 1px solid #cbd2de;
  background: #fdfdfd;
  font-weight: normal;
  color: #1b3f80;
}

.ui-accordion-content {
  height: initial !important;
}


@media (max-width: 450px) {
  .ods3_main .js-sticky-header-placeholder {
    height: 44px !important;
  }
}

@media (min-width: 451px) {
  .ods3_main .js-sticky-header-placeholder {
    height: 54px !important;
  }
}

@media (min-width: 768px) {
  .ods3_main .js-sticky-header-placeholder {
    height: 63px !important;
  }
}

@media (min-width: 992px) {
  .ods3_main .js-sticky-header-placeholder {
    height: 70px !important;
  }
}

.ods3_main .js-sticky-header-element {
  -webkit-box-shadow: none;
  box-shadow: none;
}





/* Additional accessibility improvements */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0.25rem 0.5rem !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  background-color: #1e3a8a !important;
  color: white !important;
  text-decoration: none !important;
  z-index: 9999 !important;
}

/* Focus improvements for all interactive elements */
button:focus,
input:focus,
select:focus,
textarea:focus,
.btn:focus {
  outline: 2px solid #fbbf24;
  outline-offset: 2px;
}

/* Improved color contrast for better readability */
@media (prefers-contrast: high) {
  body {
    background: #ffffff;
    color: #000000;
  }

  a, .link {
    color: #000080;
    text-decoration: underline;
  }

  .btn-primary {
    background-color: #000080;
    border-color: #000080;
    color: #ffffff;
  }
}

/* ODS3 Header Styles - Migrated from themag_st theme */

.ods3-header,
.ods3_main .ods3-header,
.main-header {
  display: block !important;
  visibility: visible !important;
  width: 100%;
}

.ods3-logo-region,
.ods3-top-bar-first,
.ods3-top-bar-second {
  display: block !important;
  visibility: visible !important;
}

@media (max-width: 991px){
  .ods3_main .header__main__left img{
    height: 50% !important;
    width: 50% !important;
  }

  .js-toggle-offcanvas-sidebar2 svg{
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
}

  @media (min-width: 992px){
  .ods3_main .header__main__left img{
    height: 50% !important;
    width: 50% !important;
  }
}

/* CSS adjustments for smaller screens (max-width: 991px) */
  @media (max-width: 991px) {
    .ods3_main .header__main__left img {
        height: 85% !important;
        width: 85% !important;
    }
  }

  /* Prevent social menu items from wrapping to a new line */
  .header__social-menu{
      white-space: nowrap;
  }
/*
 * ODS3 Main Menu
 */

@media (min-width: 992px) {
  /* Main menu bar container */
  #header_menu {
    background-color: #00264d;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: block !important;
    visibility: visible !important;
    height: 65px;
    overflow: hidden;
    transition: height 0.35s ease-in-out, background-color 0.35s ease-in-out, margin-bottom 0.35s ease-in-out;
  }

  /* Expand menu on hover */
  #header_menu:hover {
    height: 420px;
    background-color: rgba(0, 38, 77, 0.95);
    margin-bottom: -355px;
  }

  /* The main menu UL container */
  #header_menu .menu--ods3-main-menu > .menu {
    display: flex;
    justify-content: center;
    gap: 40px; /* Space between columns */
    list-style: none;
    margin: 0 auto;
    padding: 0 40px 20px 40px; /* Add bottom padding for space */
    max-width: 1400px;
    flex-wrap: nowrap;
  }

  /* Top-level menu items (the columns) */
  #header_menu .menu > .menu-item {
    flex: 1;
    min-width: 260px;
    max-width: 320px;
    padding: 0 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
  }

  /* Solid background for the active/hovered column */
  #header_menu:hover .menu > .menu-item:hover,
  #header_menu:hover .menu > .menu-item--active-trail {
      background-color: #00264d; /* Solid blue */
  }

  /* Top-level links (styled as column titles) */
  #header_menu .menu > .menu-item > a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 22px 0 10px 0;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ffffff12;
    cursor: pointer;
  }

  /* Sub-menu container */
  #header_menu .menu-item .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block !important;
    background-color: transparent !important;
  }

  /* Sub-menu items */
  #header_menu .menu .menu .menu-item {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 0;
    margin: 0;
  }

  #header_menu .menu .menu .menu-item:last-child {
    border-bottom: none;
  }

  /* Sub-menu links */
  #header_menu .menu .menu .menu-item a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }

  /* Arrow before sub-menu links */
  #header_menu .menu .menu .menu-item a::before {
    content: '»';
    margin-right: 12px;
    color: #ffffff;
  }

  /* Highlighted/active sub-menu item (yellow highlight) */
  #header_menu .menu .menu .menu-item--active-trail > a,
  #header_menu .menu .menu .menu-item a:hover {
    background-color: #fdb913;
    color: #00264d;
    padding-left: 10px;
    margin-left: -10px;
    border-radius: 4px;
  }

  /* Change arrow color on hover too */
  #header_menu .menu .menu .menu-item--active-trail > a::before,
  #header_menu .menu .menu .menu-item a:hover::before {
    color: #00264d;
  }

  /* Hide third level menu and beyond */
  #header_menu .menu .menu .menu {
    display: none !important;
  }
}/* ODS3 Main Menu Responsive styles migrated from themag_st theme */

.ods3_main .sidr {
  background: #FFFFFF;
  color: #4D4D4D;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ods3_main .sidr ul.menu {
  background: #bfdbfe;
}

.ods3_main .sidr ul.menu li.menu-item--expanded ul {
  background: #dbeafe;
}

.ods3_main .sidr ul.menu li.menu-item--expanded ul li a:hover {
  color: #1e3a8a;
  font-weight: 700;
}

.ods3_main .sidr ul.menu li.menu-item--expanded ul a{
  font-size: 0.95rem;
  font-weight: 500;
  color: #4D4D4D;
  padding-left: 25px;
  line-height: 1.1rem;
}

.ods3_main .sidr ul.menu a, .ods3_main .sidr ul.menu .nolink{
  color: #1e3a8a;
  font-size: 0.9rem;
}

.ods3_main .sidr ul.menu  ul.menu a, .ods3_main .sidr ul.menu  ul.menu .nolink{
  color: #1e40af;
}

.ods3_main .sidr ul.menu li.menu-item--expanded > a:before, .ods3_main .sidr ul.menu li.menu-item--expanded > .nolink:before {
  color: #2563eb;
  border-top: 4px solid #2563eb;
}

.ods3_main .sidr > div > div:nth-child(1){
  width: 50%;
  float:left;
}

.ods3_main .sidr > div > div:nth-child(1) p{
  margin: 0;
}

.ods3_main .sidr > div > div:nth-child(2){
  float: right;
}

.ods3_main .sidr > div > div:nth-child(2) .links .en{
  float: left;
  text-transform: uppercase
}

.ods3_main .sidr > div > div:nth-child(2) .links .es{
  float: right;
  margin-left: 4px;
  text-transform: uppercase
}

.ods3_main .sidr > div > div:nth-child(2) .links li a{
  color: #848484;
}

.ods3_main .sidr > div > div:nth-child(2) .is-active a{
  color: #1e3a8a !important;
}

.ods3_main .sidr .block {
  margin-bottom: 0;
}

.ods3_main .sidr .block .block__content {
  padding: 0.4rem;
}

.ods3_main .sidr > div > div:nth-child(3) img{
  width: 70%;
}

.ods3_main .sidr > div > div:nth-child(3) {
  border-top: 1px solid #a6cae0;
  display: inline-block;
}

.ods3_main .sidr  #block-ods3shortcuts{
  background-color: #1e3a8a;
  height: 100%;
  color: #FFFFFF;
  padding-top: 0.8rem;
  border-top: 1px solid #1e40af;
}

.ods3_main .sidr  #block-ods3shortcuts ul.menu{
  background-color: #1e3a8a;
}

.ods3_main .sidr  #block-ods3shortcuts a, .ods3_main .sidr  #block-ods3shortcuts p, .ods3_main .sidr  #block-ods3shortcuts h1, .ods3_main .sidr  #block-ods3shortcuts h2{
  color: #FFFFFF;
}

.ods3_main .sidr  #block-ods3shortcuts a:hover{
  color: #bfdbfe;
  font-weight: 800;
}

.ods3_main .sidr  #block-ods3shortcuts h2{
  font-size: 1.5rem;
  font-weight: 800;
  color: #bfdbfe;
  text-transform: capitalize;
  margin-left: 0.4rem;
  padding-bottom: 0.4rem;
}

.ods3_main .sidr #block-ods3shortcuts ul.menu a, .ods3_main .sidr #block-ods3shortcuts ul.menu .nolink {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #1e40af;
}

.ods3_main .sidr #block-ods3shortcuts ul.menu{
  margin-left: 1.4rem;
  margin-right: 1.4rem;
}

.region-ods3-offcanvas-sidebar{
  height: 100%;
}

@media (min-width: 992px){
  .toggle-offcanvas-sidebar2 {
    display: none;
  }
}

/* Mobile accessibility improvements */
@media (max-width: 991px) {
  /* Focus improvements for mobile menu */
  .ods3_main .sidr ul.menu a:focus,
  .ods3_main .sidr ul.menu .nolink:focus {
    outline: 2px solid #fbbf24;
    outline-offset: 2px;
    background-color: #dbeafe;
    color: #1e3a8a;
  }
  
  /* Improved touch targets */
  .ods3_main .sidr ul.menu a,
  .ods3_main .sidr ul.menu .nolink {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
  }
  
  /* Better contrast for mobile */
  .ods3_main .sidr ul.menu li.menu-item--expanded ul a {
    color: #1e3a8a;
  }
}

/* High contrast mode for mobile */
@media (max-width: 991px) and (prefers-contrast: high) {
  .ods3_main .sidr ul.menu a,
  .ods3_main .sidr ul.menu .nolink {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
}/* ODS3 Second and Third Level Menu Styles */

/* Second Level Menu */
.second_menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  border-bottom: 2px solid #dee2e6;
  flex-wrap: wrap; /* Allow wrapping on smaller screens before it disappears */
}

.second_menu li {
  margin-right: 0.5rem;
}

.second_menu li a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #495057;
  text-decoration: none;
  border: 2px solid transparent;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease-in-out;
}

.second_menu li a:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  background-color: #e9ecef;
  color: #00264d;
}

.second_menu li.active a {
  color: #00264d;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  margin-bottom: -2px;
}

/* Third Level Menu */
.third_menu_container {
  flex: 0 0 280px;
  margin-right: 2rem;
  margin-top: 1rem;
}

.third_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.third_menu li {
  margin: 0;
}

.third_menu li a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #212529;
  text-decoration: none;
  border-bottom: 1px solid #dee2e6;
  font-size: 0.9rem;
}

.third_menu li:last-child a {
  border-bottom: none;
}

.third_menu li a:hover {
  background-color: #f8f9fa;
  color: #0056b3;
}

.third_menu li.active a {
  background-color: #00264d;
  color: #fff;
  font-weight: bold;
}

/* Responsive third menu for smaller screens */
.third_menu_responsive_container {
  display: none; /* Hidden by default, shown via media query from ods3_hero.css */
  flex-direction: column;
  margin-top: 1.5rem;
}

.second_menu_title_2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00264d;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #dee2e6;
    cursor: pointer;
    position: relative;
}

.second_menu_title_2::after {
  content: '▼';
  font-size: 0.8rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.third_menu_responsive_container .third_menu {
  display: none; /* Hidden by default, shown on click */
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}

.third_menu_responsive_container.is-open .third_menu {
  display: block;
}

.third_menu_responsive_container.is-open .second_menu_title_2::after {
  content: '▲';
}/* ODS3 Hero Styles - Migrated from themag_st theme */

.ods3_main #hero {
  width: 100%;
  height: auto;
  /* margin-top: 65px; */ /* Compensate for absolute positioned menu */
  overflow: hidden;
  position: relative;
}

.ods3_main #hero img {
  float: left;
  width: 100%;
  height: 55vh;
  object-fit: cover;
  z-index: 0;
}

.ods3_main #hero .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  top: 0;
  z-index: 1;
}


.ods3_main #hero_text_hover_description {
  position: absolute;
  background-color: rgba(32, 123, 179, 0.85);
  color: white;
  z-index: 2;
  text-align: left;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%);
  width: 650px;
  height: 5rem;
  padding: 0.2rem 1rem;
  border-radius: 7px;
  font-weight: 500;
  display: none;
}


.ods3_main #hero_text_container {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
  color: white;
  z-index: 2;

  text-align: left;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1175px;
  height: 4.10rem;

  padding-left: 5rem;
  border-top: 0.15rem solid #fff;
}





.ods3_main .hero-text-icon {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 4.1rem;
  height: 4.1rem;
  background-color: #00205C;
  display: flex;
  flex-direction: row;

}

.ods3_main .hero-text-icon img{
  height: auto !important;
}
/* .ods3_main .hero-text-icon .hero-text-icon-left {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.2rem;
  padding-top: 0;
}

.ods3_main .hero-text-icon .hero-text-icon-right {
  font-size: 0.36rem;
  line-height: 0.4rem;
  font-weight: 500;
  padding: 0.2rem 0.1rem 0 0.1rem;
} */


.ods3_main .hero-text-title {
  font-size: 1.8rem;
  line-height: 3.8rem;
  font-weight: 700;
}

.ods3_main .hero-text-subtitle {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c6b6b;
  line-height: 1.4rem;
  position: relative;
  background-color: rgb(232, 232, 232);

  text-align: left;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1175px;
  height: auto;

  padding-top: 0.4rem;
  padding-left: 5rem;
  padding-bottom: 0.5rem;

}







@media (min-width: 576px) {
  .ods3_main #hero_text_container {
    max-width: 520px;
  }
}

@media (min-width: 768px) {
  .ods3_main #hero_text_container {
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  .ods3_main #hero_text_container {
    max-width: 934px;
  }
}

@media (min-width: 1200px) {
  .ods3_main #hero_text_container {
    max-width: 1170px;
  }
}


@media (max-width: 992px) {
  .ods3_main #hero_text_container {
    width: 100%;
  }


.ods3_main .hero-text-subtitle {
  /* width: 100%;
    padding-left: 0.6rem;
    padding-right: 0.6rem; */
  display: none !important;
}

.ods3_main #hero img {
  height: 30vh;
}

.ods3_main .second_menu {
  display: none !important;
}

}


.hero-text-title-home p {
  font-size: 1.6rem;
  line-height: 2.1rem;
  display: block;
  margin-bottom: 0 !important;
  color:#fff;
}

.hero-text-subtitle-home p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #c9c9c9;
  display: block;
margin-bottom: 0 !important;
}

@media (max-width: 640px) {
  .ods3_main .hero-text-title {
    font-size: 1.35rem;
    line-height: 1.5rem;
    font-weight: 700;
    /* padding-top: 1rem; */
  }

  .ods3_main #hero img {
    height: 15vh;
  }


  .ods3_main .third_menu_container {
    display: none !important;
  }

  .ods3_main .third_menu_responsive_container {
    display: flex !important;
    flex-direction: column;
  }

  .hero-text-title-home p {
    font-size: 0.7rem;
    line-height: 1.1rem;
    display: block;
    margin-bottom: 0 !important;
    color:#fff;
  }

.hero-text-subtitle-home p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    display: block;
    margin-bottom: 0 !important;
  }

}

@media (max-width: 640px) {
  .hero-text-title-home p {
    padding-top: 0.2rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
    display: block;
    margin-bottom: 0 !important;
    color:#fff;
  }

.hero-text-subtitle-home p {
    font-size: 0.9rem;
    line-height: 1rem;
    display: block;
    margin-bottom: 0 !important;
  }
}


/*

#block-ods3mainmenu .menu-item a

title

*//* ODS3 Footer Styles - Migrated from themag_st theme */

.ods3_main footer,
.ods3_main .footer {
  width: 100%;
  padding: 1rem;
  text-align: center;
  background-color: #252b37;
  display: block !important;
  visibility: visible !important;
  color: white;
  margin-top: 3rem;
}

.ods3_main .logo_paho_footer {
  margin: 40px auto;
}

.ods3_main .logo_paho_footer img{
  width: 10rem;
}

.ods3_main .footer_icon {
  height: 0.7rem;
  width: 0.8rem;
}

.ods3_main .footer_icon_circle {
  height: 1.5rem;
  width: 1.6rem;
  margin: 0 auto;
  background-color: #00205C;
  border-radius: 50%;
  cursor: pointer;
}

.ods3_main .footer_icon_circle:hover {
  background-color: #00205C;
}/**
 * @file
 * ODS3 Style Overrides - Bootstrap Barrio Integration
 */

/* Ensure all ODS3 components are visible */
.ods3_main .ods3-header,
.ods3_main .ods3-navigation,
.ods3_main .ods3-hero,
.ods3_main .ods3-hero-content,
.ods3_main .footer,
.ods3_main .ods3-footer-logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Fix Bootstrap conflicts */
.ods3_main .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: none;
}

.ods3_main .row {
  margin-left: -15px;
  margin-right: -15px;
}

/* Hero image region styling */
.ods3-hero {
  position: relative;
  overflow: hidden;
}

.ods3-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* Header regions layout */
.ods3-header {
  background-color: #f8f9fa;
  padding: 1rem 0;
}

.ods3-logo-region {
  display: flex;
  align-items: center;
}

.ods3-top-bar-first,
.ods3-top-bar-second {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Footer improvements */
.footer {
  margin-top: auto;
}

.ods3-footer-logo {
  padding: 1rem 0;
  text-align: center;
}

/* Navigation improvements */
.ods3-navigation {
  position: relative;
  z-index: 100;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .ods3-header .row > div {
    margin-bottom: 1rem;
  }
  
  .ods3-header .row > div:last-child {
    margin-bottom: 0;
  }
}

 .navbar {
  justify-content: end;
 }/**
 * @file
 * Subtheme specific CSS.
 */
body {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.1111rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #546e7a !important;
  text-align: left;
}

a {
  color: #2196f3;
  text-decoration: none;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 36px !important;
}

h2 {
  font-size: 30px !important;
}

h3 {
  font-size: 26px !important;
}

h4 {
  font-style: 24px !important;
}

h5 {
  font-size: 22px !important;
}

h6 {
  font-size: 21px !important;
}

h3,
h4 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.language-switcher-language-url span {
  padding-left: 5px;
  padding-right: 5px;
}

.site-logo {
  margin-right: 25px;
}

.scrolled header#header {
  position: fixed;
  background-color: #FFF;
  width: 100%;
  /*top: 0;
  left: 50%;
  transform: translate(-50%, 0);*/
  z-index: 9;
}

.scrolled #navbar-top {
  display: none;
}

/*menu*/

nav.tabs {
  margin-top: 25px;
}

.nav-link.is-active {
  font-weight: bold;
}

span.en.nav-link,
span.es.nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

#header {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

#header p {
  margin: 0;
}

#header .navbar {
  max-width: 1320px;
  margin: auto;
}

.nav-item a {
  color: #0071b3 !important;
}

.nav-item a:hover {
  color: #1f394f;
}

.dropdown-menu {
  border-radius: 0;
}

li.dropdown-item {
  text-align: center;
  border-bottom: 1px solid #eceff1;
}

li.dropdown-item:last-child {
  border-bottom: none;
}

.plisabanner {
  margin-left: 15px;
}

.navbar-toggler.collapsed {
  margin-right: 15px;
}



footer {
  text-align: center;
}

footer.site-footer {
  background-color: #eceff1;
  padding: 0;
}

.site-footer p {
  color: #546e7a !important;
}

#search-block-form #edit-submit {
  padding: 5px;
}
#search-block-form #edit-actions {
  padding-left: 4px;
}

/*Makes any iframe with this tag responsive*/
.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Article page css */
.node--type-article .field--name-title {
  font-size: 3rem;
  margin: 0.67em 0;
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: -.01rem;
  font-weight: bold;
}

.layout--twocol-section a,
.link {
  color: #2196f3 !important;
}

.node--type-article .layout__region--second {
  padding-left: 20px !important;
}

.button {
  display: inline-block;
  background-color: transparent;
  padding: 10px 1.5rem;
  border: 1px solid;
  border-color: #cfd8dc;
  border-radius: 0.25rem;
  color: #263238;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: none;
}

table tr th {
  background: #fff !important;
  border-bottom-style: none;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: none !important;
}

th {
  color: #263238 !important;
  font-weight: bold;
  font-size: 1.4rem;
}

tr {
  background: #fff !important;
  border-bottom-style: none;
}

h2 {
  font-weight: bold !important;
}

/* Article page css End */

/* Basic page css */
.node--type-page .block-field-blocknodepagetitle {
  color: #0060A3;
  display: block;
  font-size: 2.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.1;
  font-weight: 700;
}

.breadcrumb li a,
.simple-breadcrumb li a {
  color: #37474f;
  font-size: 15px;
}

.dkblue-txt {
  color: #0060A3;
}

/* Basic page css End */

/* Landing page */
.node--type-themag-landing-page {
  color: #1f394f;
  font-weight: bold;
}

.node--type-themag-landing-page ul {
  margin-bottom: 10px;
}

.landing-p .border img {
  height: auto;
}

.landing-p .border h6 {
  margin-top: 10px;
  color: #2196f3;
}

.landing-p .col-md-3 a {
  font-weight: bold;
  color: #2196f3 !important;
}

.landing-p .col-md-6 a {
  font-weight: bold;
  color: #2196f3 !important;
}

/* Landing page css End */

.sticky {
  position: fixed;
  width: 400px;
}


/*OFFICIAL START OF MEDIA HERE*/
/*DESKTOP*/
@media screen and (min-width:992px) and (max-width: 9999px) {
  .navbar-nav ul {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
  }
}

/*DESKTOP BROWSER ON SMALL MONITOR*/
@media screen and (min-width:991px) and (max-width: 1199px) {}

/*MOBILE LANDSCAPE*/
@media screen and (min-width: 481px) and (max-width: 767px) {}

/*TABLETS POTRAIT*/
@media screen and (min-width:768px) and (max-width: 991px) {}

/*TABLET LANDSCAPE*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

/*MOBILE AND MEDIUM DISPLAY*/
@media screen and (min-width: 1px) and (max-width: 767px) {}

/*ALL MOBILE PHONES PORTRAIT*/
@media screen and (min-width: 1px) and (max-width: 480px) {
  .navbar-nav {
    text-align: end;
  }
  nav.menu--main {
    margin-left: 0 !important;
  }

  .navbar-nav .dropdown-item {
    white-space: normal !important;
  }

  .site-logo {
    margin-right: 0;
  }

  .offcanvas {
    background-color: #4682b4;
  }

  .offcanvas .btn-close.text-reset {}

  .offcanvas .nav-item a {
    color: #FFF !important;
  }

  .offcanvas .dropdown-menu {
    background-color: transparent;
  }

  .offcanvas .navbar-nav li {}

  .offcanvas .nav-item {
    border-bottom: 1px solid rgba(144, 164, 174, 0.2);
  }
}/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #FFFFFF;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-top {
  /*background-color: #055a8e;*/
}

#navbar-main {
  /*background-color: #1d84c3;*/
}

a,
.link {
  color: #1e3a8a;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #1e40af;
}
.nav-item .dropdown-item a.active {
  color: white;
}
.nav-link {
  color: rgb(231, 231, 231);
}
.nav-link:hover,
.nav-link:focus {
  color: rgb(231, 231, 231);
}
a:active,
.link:active {
  color: #3b82f6;
}

.page-item.active .page-link {
  background-color: #1e3a8a;
  border-color: #1e3a8a;
}

.page-link,
.page-link:hover {
  color: #1e3a8a;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #1e3a8a;
  border-color: #1e3a8a;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1e40af;
}

.site-footer {
  background: #292929;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}


/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
/* Custom CSS - Migrated from themag_st theme */
#block-topbrandinglogoforplisaen img {
  max-width:250px;
}
#block-topbrandinglogoforplisaen p {
	margin:0;
}
.block--region-logo {
  height:auto;
}
.site-logo img { max-width: 390px; } 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{color:#1f394f}
.block--region-content-header.block--page-title-block:after, .block--region-content-header.block--page-title-block:before, .block--layout-builder.block--page-title-block:after, .block--layout-builder.block--page-title-block:before{display:none;}
.green-tt h3{padding:8px;background:#0091A0;color:#fff;}
.blue-tt h3{padding:8px;background:#0093D6;color:#fff;}
.dkblue-tt h3{padding:8px;background:#0060A3;color:#fff;}
.orange-tt h3{padding:8px;background:#F36F23;color:#fff;}
.green-tt h3 a,.blue-tt h3 a,.dkblue-tt h3 a,.orange-tt h3 a,.dkred-tt h3 a{display:block;color:#fff;text-decoration:none;}
.green-txt{color:#0091A0}
.blue-txt{color:#0093D6}
.dkblue-txt{color:#0060A3}
.orange-txt{color:#F36F23}
.dkred-txt{color:#b30000}
.dkred-tt{background:#00264d;color:#fff;padding:16px 64px 2px 64px;border-radius:5px}
.dkred-tt a{color:#fff}
.bbtn{background:#f3f5ff;background:#008fb3;border:1px solid #199ad6;border-radius:5px;padding:6px 12px;}
a.bbtn{color:#fff}
a.bbtn:hover{color:#fff;text-decoration:none;box-shadow:0 0 4px 2px rgba(0,0,0,0.1);}
.themag-layout--my-default{margin-bottom: 0;padding-bottom: 2rem;}
.themag-layout__region--first{margin-bottom: 0}
.block--region-content-header.block--page-title-block .page-title, .block--layout-builder.block--page-title-block .page-title
{margin-top:-5rem;color:#0060A3}
.themag-layout--gray{background:#0060A3;color:#fff}
img.countries{width:22%;height:auto;float:left;margin-right:8px;margin-bottom:3px}
.horizontal{display:none}
#ciheader{width:800px;display:block;margin:1px auto}
.col-md-7.themag-layout__region.themag-layout__region--second{align-self: flex-end;}
#block-languageswitcher ul.links{padding-bottom:10px}
#block-languageswitcher ul.links li a{font-size:14px}
.block--region-content-header.block--page-title-block .page-title, .block--layout-builder.block--page-title-block 
.page-title{margin-top:-1rem}
.plisabanner{max-height: 50px; width: auto;float:right}

.iconh{padding-left:6px;padding-right:6px}
.iconh:first-child{padding-left:15px;padding-right:6px}
.iconh:last-child{padding-left:6px;padding-right:15px}
h2#-menu{font-size:16px;text-weight:500;color:#0093D6;margin-bottom:8px;border-top:1px solid #c9c9c9}
h2#-menu:before,h2#-menu:after{display:none}
.iframe-container{overflow:hidden;padding-top:58.3%;position:relative;border:1px solid #dfdfdf;margin:0 0 24px 0;}
.iframe-container iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%;}
.ml{margin-left:0}
.first{border-radius:5px 0 0 5px}
.last{border-radius:0 5px 5px 0;height:100px;padding:30px 0 30px 10px;background:#ccf0ff}
.arrow-right {width:0px; height:0px;border-top:50px solid transparent;border-bottom:50px solid transparent;border-left-width:30px;border-left-style: solid;}
.allvis{margin-top:-12px;margin-bottom:9px;background:#bbb;color:#fff;border-radius:5px;padding:6px}
.flexdiv{display: flex;flex-wrap: wrap;justify-content: space-between}
.flexdiv-01{width: 49.5%;padding-right: 1.5%;border-right: 2px dotted #aaa}
.flexivel-01{width: 48.5%;display: flex;flex-direction: column;justify-content: space-between}
.flexivel-02{height: 60%}
.flexcols{display:flex;flex-wrap:nowrap;justify-content:space-around;margin-left: -5px;margin-right: -5px}.flexcol{width:18%}.flexcolrd{width:23%}.twocols{width:49%}
.modal{z-index:3000;display:none;padding-top:150px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}.modal-content{margin:auto;background-color:#fff;position:relative;padding:12px;outline:0;width:600px}
.animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


@media (max-width: 767px) {
  .modal-content{width:500px}.modal{padding-top:50px}
  .flexcols{flex-wrap:wrap}.flexcol,.flexcolrd,.twocols{width:100%}
  .form-control,.iconh {margin-bottom:12px}
  .top-bar__right{width:100%}
  #ciheader{width:100%;display:block;margin-bottom:18px}
  .col-md-7.themag-layout__region.themag-layout__region--second{text-align:left}
  .dkred-tt{padding:16px 16px 5px 16px;border-radius:5px}
  .iconh,.iconh:first-child,.iconh:last-child{padding-left:12px;padding-right:12px}
  h2#-menu{font-size:16px;text-weight:500;color:#0093D6;margin-bottom:0;margin-top:18px;border-top:none}
  .arrow-right {display:none}
  .first{border-radius:0 0 0 0}
  .last{padding:40px 0 20px 20px;border-radius:0 0 0 0}
  img.countries{width:38px;height:42px;margin-bottom:8px}
  .horizontal{display:block}
  .plisabanner{max-height: 32px; width: auto;margin-top:-16px}
  .view-home-page-visualizations { margin-top: -25px !important; }
}

@media (min-width: 768px) and (max-width: 992px) {
  #ciheader{width:560px;display:block;margin:1px}
  .form-control,.iconh {margin-bottom:12px}
  .block--region-content-header.block--page-title-block .page-title, .block--layout-builder.block--page-title-block 
 .page-title{margin-top:-3rem}
  img.countries{width:28%}
  .modal{padding-top:80px}
  .view-home-page-visualizations { margin-top: -25px !important; }
}
@media (max-width:600px){.modal-content{margin:0 30px;width:auto!important}.modal{padding-top:60px}}
@media (min-width:993px){.modal-content{width:900px}}

@media screen and (min-width: 1px) and (max-width: 480px) {
  .view-home-page-visualizations { margin-top: -25px !important; }
 }
@media screen and (min-width: 481px) and (max-width: 767px) {
  .view-home-page-visualizations { margin-top: -25px !important; }
}

.ui-accordion-content { height: initial !important; }

.channel__icon { display:none; }

.visualization-btn {
  background: #f44336;
  border-color: #f44336;
}

.visualization-btn a {
  color: #FFF !important;
}

.visualization-btn a:hover {
  color: #0a6ebd !important;
  text-decoration: underline;
}

.path-visualization-list .view-visualization-list tr {
  border-bottom: solid 2px #ccc;
}

.path-visualization-list .view-visualization-list .views-field-field-tags a {
  background-color: #0099D9;
  color: rgb(255, 255, 255);
  line-height: 20px;
  padding: 4px 10px 4px 4px;
  margin: 5px 4px 5px 0;
  display: inline-block;
}

.path-visualization-list .view-visualization-list .views-field-field-tags a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  color: rgb(255, 255, 255);
  line-height: 20px;
  text-align: center;
  padding: 3px 6px;
  display: inline-block;
  font-weight: 900;
}

.view-home-page-visualizations {
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 10px;
  margin: 10px;
  margin-top: -40px;
}

.view-home-page-visualizations div.view-header {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
