@charset "UTF-8";
:root {
  --bs-body-font-family: 'Trebuchet MS';
}

*,
*::before,
*::after {
  box-sizing: border-box;
  transition: 0.35s ease all;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}


body {
  margin: 0;
  font-family: var('Trebuchet MS', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #164567;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
option {
  font-family: var(--bs-body-font-family);
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  color: #164567;
}

a {
  color: #164567;
}
b, strong {
  font-weight: 700;
}
.btn-primary {
  color: #fff;
  background-color: #164567;
  border-color: #164567;
}
.pr {
  position: relative;
}
.jcc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#back-top {
  font-size: 1.4rem;
  line-height: 3rem;
  position: fixed;
  bottom: -100px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #004990;
  color: #fff;
  text-align: center;
  z-index: 99;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
}
#back-top.visible {
  bottom: 40px;
  transition: 0.5s ease all;
}

/* header */
.navbar-brand {
  padding: 0;
  margin-top: -50px;
}
.navbar-brand img {

  height: 90px;
}
header {
  background: #fff;
  color: #164567;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  position: relative;
  z-index: 999999 !important;
}
header nav.navbar {
  margin: 0 !important;
  padding: 10px 0 10px 0 !important;
  background: #fff;
}
.mainheader {
  padding: 10px 0;
}
.brand-logo {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  z-index: 99999;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
#navbar a {
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}
/* nav */
.navbar-toggler i {
  color: #034c93;
}
.metismenu .nav-item {
  position: relative;
  padding: 0 10px;
}
.mod-menu__heading, .nav-link {
  background: transparent;
  border: none;
  color: #164567;
  padding: 7px !important;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase; 
  font-weight: 700 !important;
}
.nav-link:focus, .nav-link:hover, .mod-menu__heading:hover {
  color: #DD1367 !important;
}
.navbar-nav ul.dropdown-menu li.nav-item a {
  margin: 0; 
  font-size: 90%; 
}
.navbar-nav ul.dropdown-menu li.nav-item.active a,
.navbar-nav ul.dropdown-menu li.nav-item a:hover {
  color: #DD1367;
  background: transparent;
}
#navbar1 .navbar-nav li.active.deeper.parent > a.nav-link {
  color: #DD1367;
}
.dropdown-menu .nav-link {
  color: #fff;
  font-weight: 400;
}
.dropdown-menu .nav-link:focus, .dropdown-menu .nav-link:hover {
  color: #2fb4ff;
}
.dropdown-menu {
  transition: all 0.15s linear;
  display: block;
  padding: 0;
  min-width: 250px;
  transform: scale(0.95);
  background: #fff;
  color: #fff;
}
.dropdown-toggle::after {
  display: none;
}

.container-search {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
.container-search .form-control:focus {
  color: #444;
  box-shadow: 0 0 0 .25rem rgba(255,255,255,.25);
}
.com-finder .js-finder-search-query.form-control {
  border-radius: 10px 0 0 10px;
}
.nav-item.item-156 a {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #164567;
  border-radius: 3px;
  margin-left: 20px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-item.item-156 a:hover {
  color: #fff;
  background: #164567;
}

.navbar .fa-solid.fa-chevron-down {
  font-size: 80%;
}

}
.page-header h1 {
  color: #fff;
}
.page-header h2 {
  color: #fff;
}
.page-header h3 {
  color: #fff;
}
h2.sitetitle {
  font-weight: 500;
  font-size: 1.75rem;
  margin: 0;
  color: #fff !important;
}
/* end header */


.aboutsubmenu {
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: none !important;
}
.aboutsubmenu li {
  transition: none !important;
}
.aboutsubmenu li a {
  text-decoration: none;  
  padding: 7px 15px !important;
  margin: 2px 0;
  border: none;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  display: block;
  transition: none !important;
}
.aboutsubmenu li a:hover, .aboutsubmenu li.active a {
  color: #fff !important;
  background-color: #DD1367;
}
/* banner */

/* end banner */
/*passenger */
.page-title p {
  line-height: 1.3rem !important;
}

/* .mod_inx_categories */
.about_subscribe {    
  background-color: rgba(240, 248, 249, 1);
  background-image: url('../images/subscribebg.jpg');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 50px;
  min-height: 300px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_info {  
  background-color: rgba(240, 248, 249, 1);
  background-image: url('../images/maskrb.png');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 50px;
  min-height: 300px;
  color: #fff;
}

/* mod cards */
.mod_inx_cards {
  background: #EEF7F8;
  padding: 50px 0;
  color: #0A5472;
}
.mod_inx_cards h3 {
  font-weight: 700;   
  margin: 0 0 45px 0;
}
.card-item {
  position: relative;
}
.card-item {    
  color: #0A5472;
  padding: 0px;
  margin: 0 10px;
  position: relative;
  height: 500px;
  background: #fff;
  overflow: hidden;
}
.card-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 200px;
}
.card-mask {
  height: 200px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(17,109,151,1) 0%, rgba(14,90,125,0) 100%);
}
.adate {
  position: absolute;
  z-index: 22;
  top: 170px;
  right: 15px;
  color: #fff;
}
.atitle {
  padding: 10px 20px;
  min-height: 100px;
}
.atitle h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.card-item a {
  text-decoration: none;
  color: #0A5472;
  display: block;
}
.aintro {
  padding: 10px 20px;   
  height: 150px;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: justify;
}
.btn-more-tr {
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 10px 20px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.btn-more-tr span {
  padding: 1px 15px 3px 15px;
  background: #093a52;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  border-radius: 1px;
  font-weight: 400;
}
.card-item a:hover .card-image {
  transform: scale(1.05) translateY(-5px);
}
.card-item a:hover .btn-more-tr span {
  background: #78FFE1;
  color: #093a52;
}

.btn-link {
  color: #164567;
  border-radius: 18px;
  padding: 5px 15px !important;
  margin-right: 10px;
  border: 1px solid #164567;
  text-decoration: none;
  display: inline-block;
}


.slick-prev {
  left: 50px;
  bottom: -80px;
  top: auto;
  width: 40px;
  height: 40px;
}
.slick-track {

    margin-left: 0px!important;
}
.slick-next {
  right: 50px;
  bottom: -80px;
  top: auto;
  width: 40px;
  height: 40px;
}
.slick-prev::before, .slick-next::before {
  font-size: 2.5rem;
  line-height: 1;
  opacity: .75;
  color: #0b435d;
}
.slick-dots {
  bottom: -50px;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.slick-dots li button {
  font-size: 1rem;
  line-height: 1rem;
  color: #0b4864;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button::before {
  opacity: .75;
  color: #0b4763;
}
/* end mod cards */


/* page */

/* end page */

/* publications */
.page-header-publication {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#search-ajax .form-control {
  background: #003D5ACE;
  color: #fff;
}
/* end publications */

/* liteAccordion Core */
.liteAccordion {
 text-align: left;
 font-size: 16px;
 line-height: 24px;
 -webkit-backface-visibility: hidden;
 -webkit-perspective: 1000;
 -webkit-tap-highlight-color: transparent;
 background: #eef7f8;
}
.liteAccordion > ol {
 position: relative;
 overflow: hidden;
 height: 100%;
 margin: 0;
 padding: 0;
 list-style-type: none 
}
.liteAccordion > ol > li {
 list-style-type: none 
}
.liteAccordion .slide > h2 {
 color: black;
 font-size: 1.5rem;
 font-weight: 700;
 margin: 0;
 z-index: 100;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-backface-visibility: hidden;
 /* fixes chrome bug */
 -webkit-transform: translateX(-100%) rotate(-90deg);
 -webkit-transform-origin: right top;
 -moz-transform: translateX(-100%) rotate(-90deg);
 -moz-transform-origin: right top;
 -o-transform: translateX(-100%) rotate(-90deg);
 -o-transform-origin: right top;
 transform: translateX(-100%) rotate(-90deg);
 transform-origin: right top;
}
.liteAccordion .slide > h2 span {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
}
.liteAccordion .slide > h2 b {
 display: inline-block;
 position: absolute;
 top: 13%;
 left: 10%;
 text-align: center;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
}
.liteAccordion .slide > h2:hover {
 cursor: pointer 
}
.liteAccordion .slide > div {
 height: 100%;
 position: absolute;
 top: 0;
 z-index: 10;
 overflow: hidden;
 background: #eef7f8; 
}
.liteAccordion .ap-caption {
 padding: 10px 15px;
 position: absolute;
 bottom: 20px;
 right: 30px;
 z-index: 3;
 background: black;
 background: rgba(0,0,0,0.7);
 color: white;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px 
}
.liteAccordion noscript p {
 padding: 10px;
 margin: 0;
}
.tab-container, .tab-container > .row {
  height: 100%;
}
.tab-container .card {
  height: 350px;
}

/****************************************** Basic */
.liteAccordion.basic .slide > h2 {
 background: #86bbd0;
 color: #09384f;
 line-height: 225%;
 border-bottom: 1px solid #fff;
}
.liteAccordion.basic .slide.active > h2, .liteAccordion.basic .slide > h2:hover {
 background: #b2e0f2;
 color: #09384f;
 line-height: 225%;
}
/* transforms */
.liteAccordion.ie .slide > h2, .liteAccordion.ie .slide > h2 span, .liteAccordion.ie .slide > h2 b {
 filter: none;
 -ms-filter: none;
 -ms-transform: none 
}
.liteAccordion.ie7 .slide > h2 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) 
}
.liteAccordion.ie7 .slide > h2 b {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) 
}
.liteAccordion.ie8 .slide > h2 {
 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)" 
}
.liteAccordion.ie8 .slide > h2 b {
 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)" 
}
.liteAccordion.ie9 .slide > h2 {
 -ms-transform: translateX(-100%) rotate(-90deg);
 -ms-transform-origin: right top 
}
.liteAccordion.ie9 .slide > h2 b {
 -ms-transform: rotate(90deg) 
}
/* misc */
.liteAccordion.ie7 .slide > h2 b, .liteAccordion.ie8 .slide > h2 b {
 top: 44%;
 left: 5% 
}
.liteAccordion.ie7.stitch .slide > h2 b, .liteAccordion.ie8.stitch .slide > h2 b {
 top: 36% 
}
.liteAccordion.ie9.stitch {
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4) 
}


.nocontent .category-body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 0;
}
.page-link {
  padding: .375rem .75rem;
  height: 35px;
}

ul.pagination li a {
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  margin: 10px 4px 10px 0;
  background: #fff;
  display: block;
}
ul.pagination li.active a {
  color: #164567;
}
ul.pagination li a:hover {
  background: #164567;
  color: #fff;
}



/****************/



.articleBody {
  text-align: left;
}
.articleBody .col-12.col-md-9 {
  max-width: 70ch;
}

#accordioncategory .accordion-body {
  text-align: justify;
}
.mod-menu.mod-list {
  /*text-align: center;*/
} 
.finfo p {
  margin-bottom: 5px;
  font-size: 95%;
}
.flogo {
  max-width: 150px;
}

.mousedown {
  margin-bottom: 50px;
  position: relative;
  z-index: 22;
  animation: MoveUpDown 2s linear infinite;
}
.mousedown a {
  display: inline-block;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
}


.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0a3c53;
  border-color: #0a3c53;
}
ul.pagination li a, ul.pagination li > span {
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  margin: 0px 5px 0px 5px !important;
  display: block;
  color: #0a3c53;
  background: transparent;
}

small.pagination {
  padding: 10px 0;
}

.icon-angle-left, .icon-angle-double-left, .icon-angle-right, .icon-angle-double-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.icon-angle-left::before {
  content: "\f104";
}
.icon-angle-double-left::before {
  content: "\f100";
}
.icon-angle-right::before {
  content: "\f105";
}
.icon-angle-double-right::before {
  content: "\f101";
}




/** CER ***************************************************************************/
/**********************************************************************************/

/* footer */
.flogo {
  margin-bottom: 15px;
}

.si {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin: 0;
}
.si span {
  padding: 7px 15px;
}
.si a {
  color: #fff;
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 1.7rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}
.si a:hover {
  color: #dd1367;
}

.subfooter {
  padding: 15px 0 25px 0;
  color: #F7F7F7;
  font-weight: 300;
} 
.subfooter a {
  color: #fff;
  text-decoration: none;
}
.fmenu, .ffollow {
  padding: 5px 0 10px 0;
}
.fmenu .nav-item a {
  color: #fff;
  padding: 3px 0;
  text-decoration: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%; /* 23.38px */
  text-transform: none; 
  opacity: 0.8;
}
.fmenu .nav-item a:hover {
  color: #5ec3fc;
}
.fmenu .nav-item {
  width: 100%;
  padding: 5px 0;
}
.fmenu h3 {  
  margin: 0px 0 10px 0;
  padding: 0;
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.fmenu .fsm h3 {
  margin-top: 30px;
}
.portalinfo {
  border-radius: 20px;
  padding: 20px;
  color: #164567;
  background: #fff;
  font-size: 85%;
  line-height: 105%;
  margin-top: 30px;
  box-shadow: 0px 20px 38px rgba(0, 0, 0, 0.15);
}
.portalinfo a {
  padding: 5px 10px;
  border: 2px solid #2FB4FF;
  color: #2FB4FF;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.portalinfo a i {
  font: 90%;
}
.mapurl {
  padding: 7px 0;
  border-bottom: 1px dashed #fafafa;
  display: inline-block;
}
/* end footer */




@keyframes ldioa {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}

.ldio div {
  position: absolute;
  border-width: 10px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldioa 1.5s cubic-bezier(0,0.2,0.8,1) infinite;
}

.ldio div:nth-child(1) {
  border-color: #DD1367
}

.ldio div:nth-child(2) {
  border-color: #DD1367;
  animation-delay: -0.5s;
}

.loadingio {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background: none;
  margin: 0 auto;
}
.ldio {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio div { box-sizing: content-box; }
/**********************************************************************************/
/**********************************************************************************/





.navbar .nav-item .dropdown-menu {
  left: auto;
  top: auto;
}



/***********************/

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu { 
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
    z-index: -1;
  }
  .navbar-nav ul.dropdown-menu li.nav-item a { 
    font-weight: 700 !important;
  }
  .navbar .nav-item:hover .dropdown-menu { 
    opacity: 1;
    height: auto;
    overflow: visible;
    margin: 0;
    padding: 10px 0;
    transform: scale(1);
    border: none;
    z-index: 999;
   }
} 

/****************/

@media only screen and (max-width: 767px) {
  .col {
    min-width: 48% !important;
  }
  .article-item.archived .category {
    display: block !important;
  }
  .mod_inx_footer {
    padding: 60px 20px !important;
  }
  .sticky-top {
    position: -webkit-relative !important;
    position: relative !important;
  }
  .col-12.col-md-4.col-lg-1 {
    height: 20px !important;
  }
  .mod_inx_banner h2 {
    font-size: 2.5rem !important;
    line-height: 110% !important;
  }
  .mod_inx_cardslatest .card {
    height: 420px !important;
  }
  .mod_inx_cardslatest a .card .rmh {
    position: relative !important;
  }
  .mod_inx_cardslatest .articleimage {
    min-height: 200px;
  }
  #carousel .carousel-indicators button {
    line-height: 15px;
    font-size: 90%;
  } 
  .mod_inx_banner h2 {
    font-size: 2.5rem;
  }
  .nav-item.item-156 a {
    margin-right: 60px;
    padding: 7px 10px;
    font-size: 80%;
  }

  .memberlink a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px !important;
    text-align: center;
    border: 1px solid #fff;    
    text-decoration: none;
    font-size: 12px !important;
    margin: 15px 5px 0 5px !important;
    line-height: 15px !important;
  }
  a.brand-logo {
    padding: 10px 10px;
  }
  a.brand-logo img {
    width: 100%;
    height: auto;
  }
  h2.sitetitle {
    font-size: 1rem;
    line-height: 1.1rem;
    text-align: center;
  }
  .mainheader {
  }
  .navbar-toggler.navbar-toggler-right {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99999;
    border: none;
    width: 50px;
    height: 50px;
  }
  #navbar1 {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 70px;
    left: 0;
    right: 0;
    overflow: scroll;
    bottom: 0;
    height: calc(100% - 70px);
    padding-bottom: 30px;
  }  .sf {
    top: 60px !!important;
  }
  header nav.navbar {
    margin: 0;
    padding: 5px !important;
    height: 50px;
  }
  .container-search {
    padding: 5px 0 !important;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
  }

  .page-title {
    margin: 50px 0 !important;
  }

  .menuinside {
    position: relative !important;
    max-width: 100% !important;
  }
  .navbar-brand {
    padding: 0;
    margin-top: 0;
  }
  .navbar-brand img {
    height: 70px;
  }
  a.btnsm {
    margin: 5px 0 !important;
  }
  .mod_inx_banner, .mod_inx_banner_video {
    height: 100% !important;
  }
  .mod_inx_cardsnav .card {
    margin-bottom: 20px;
  }

  .mod_inx_sections .section-container {
    background-size: cover !important;
  }
  .mod_inx_sections .section-mask {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.7) 100%) !important;
  }
  .mod_inx_sections .section-container.sodd .section-mask {
    background: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  }
  .team {
    padding: 20px;
  }
} 

