/*!
* Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

:root {
  --main-color: #fff;
  --text-color: #1a3b55;
  --bg-color: #f8f8f8;
  --link-color: #4286f4;
  --disabled-color: #797979;
  --checked-color: #00b8f8;
}

.hideContent {
  display: none;
}

/*h1.dark, h3.dark{
  color: black;
}*/

.topnav {
  font-size: 14px;
}

.topnav .social-media-row {
  padding-top: 5px;
}

.nav-top {
  font-size: 12px;
}

.nav-top  li > a{
  padding-top: 5px;
  padding-bottom: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


#logoHome > a{
  padding-top: 5px;
  padding-bottom: 0px;
}

#logoHome img{
  position: relative;
  margin-top: 0px;
  padding-bottom: 5px;
  padding-left: 20px;
  max-height: 45px;
}


.lead {
  font-size: 18px;
  font-weight: 400;
}

.lead ul, .lead ol{
  text-align: center;
  list-style-position: inside;
}


.promo-button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}


#workflow-container-section {
  padding: 25px 0 25px 0;
  background-color: white;
}

.component-section.bg-darker, .row.darker{
  background-color: #eeeeee;
}

.section-heading {
  margin-bottom: 15px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.component-section.bg-darker .section-heading-spacer{
  background-color: #c1c3c3;
  border-top: 3px solid #c1c3c3;
}

.between-car-spacer{
  height: 20px;
}
/*.banner {
  padding: 100px 0;
  color: var(--bg-color);
  background: url(banner-code.png) no-repeat center center;
  background-size: cover;
}*/

.row.car h3{
  margin-top: 0;
}

.backButton {
  color: #4286f4; /*IE workaround*/
  color: var(--link-color);
  text-align: left !important;
  padding-bottom: 20px;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}

.thumbnail-link{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
}
.row-eq-height {
    display:         flex;
  }
/*@media(min-width:767px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}*/







/* Dropdown Button */
.dropbtn {
    background-color: #f8f8f8; /*IE workaround*/
    background-color: var(--bg-color);
    color: #797979; /*IE workaround*/
    color: var(--disabled-color);
    padding: 8px;
    min-width: 200px;
    font-size: 12px;
    font-weight: lighter;
    border: none;
    text-align: left;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    font-weight: bold;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    color: #797979 !important; /*IE workaround*/
    color: var(--disabled-color) !important;
    font-weight: lighter;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content input {
    padding: 12px 16px;
    font-weight: lighter;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* The container */
.catCheckbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    text-align: left;
    cursor: pointer;
    font-weight: lighter;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.catCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2px;
    margin-left: 5px;
    height: 15px;
    width: 15px;
    background-color: #f8f8f8; /*IE workaround*/
    background-color: var(--bg-color);
    border: 1px solid #ddd;
    border-radius: 20%;
}

/* On mouse-over, add a grey background color */
.catCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.catCheckbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.catCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.catCheckbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropbtn {
    /*display: flex;*/
   align-items: center;
}

#nav-main .navbar-nav > li > a {
  color:#1a3b55; /*IE workaround*/
  color: var(--text-color);
}

#nav-main .navbar-nav > li > a:hover {
  color: #00b8f8; /*IE workaround*/
  color: var(--checked-color);
}

#nav-main .navbar-nav > li > a:hover > i {
  color: transparent;
}

#nav-main .navbar-nav > li:last-child .dropdown-content-container{
  right: 0;
  left: auto;
}

.navbar-form{
  padding-right : 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-collapse{
  padding-left: 45px;
}



/* icons in forms */
#icon-search {
  padding-top: 8px;
  padding-right: 15px;
  font-size: 24px;
  color: #00b8f8; /*IE workaround*/
  color:var(--checked-color);
}

.inner-addon { 
    position: relative; 
}

.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/* FOOTER */

.footer-bottom {
  padding: 10px 0;
  background-color: #f8f8f8; /*IE workaround*/
  background-color: var(--bg-color);
  margin-top: -10px;
  width: 100%;
}

.copyright {
  color: #444444 !important;
  font-size: 12px !important;
}

.car .copyright{
  margin-top: 5px;
  color: #444444;
  font-size: 12px;
}

.social-media a {
  color:#1a3b55; /*IE workaround*/
  color: var(--text-color);
  padding-right: 10px;
  font-size: 16px;
  text-decoration : none;
}

#footer-logos img {
  margin: 5px;
}

#footer-logos {
  padding-bottom: 10px;
}

.footer-line {
  margin-top: 0px;
}

/*#footer-logos{
  display: flex;
  align-items: center;
}*/

/* MAIN PAGE */


/**                 
*    INTRO SECTION
*/

.intro-section {
  padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 0px;
  text-align: center;
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
  /*background: url(imgs/intro-bg.jpg) no-repeat center center;*/
  /*background-color: rgba(30,170,241, 1);*/
  background-color: rgba(22,130,186, 1);
  background-blend-mode: multiply;
  background-size: cover;
}
.intro-section h1,.intro-section h2,
.intro-section h3,.intro-section h4,
.intro-section h5,.intro-section h6{
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
}

#node-subtitle {
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
  font-size: 18px;
  text-align: center;
}
#node-subtitle p{
  text-align: center;
}
#node-subtitle ul, #node-subtitle ol{
  text-align: center;
  list-style-position: inside;
}

.intro-message {
  position: relative;
  padding-bottom: 10%;
  padding-top: 5px;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8; /*IE workaround*/;
  border-top: 1px solid var(--bg-color);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

/**                 
*    MAIN AREAS SECTION
*/
  .main-container{
  padding: 10px;
}

.main-in-container{
  position: relative;
  height: 100%;
  border: 2px solid #00b8f8;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 5px;
}

.main-title {
padding-bottom: 30%;
vertical-align: bottom;
word-break: break-word;
}

.main-in-container > .main-title h4{
 color: #00b8f8;
}

.main-in-container:hover > .main-title h4{
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
}

.main-showAll{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30%;
  border-top: 1px solid #f8f8f8; /*IE workaround*/;
  border-top: 1px solid var(--bg-color);
  color: #f8f8f8; /*IE workaround*/
  color:  var(--bg-color);
  background-color: #00b8f8;
  font-size: 14px;
  padding-top: 10px;
}

.main-showAll p { 
  text-align: center;
}

.fab.fa-twitter{
  font-family:sans-serif;
}
.fab.fa-twitter::before{
  content:"𝕏";
  font-size:1.2em;
}

  /* Main Areas colors */
.main-areas:nth-child(2n) .main-container:hover:nth-child(1) .main-in-container{background-color: #fa5b45;}
.main-areas:nth-child(2n) .main-container:nth-child(1) .main-in-container > .main-title h4{color: #fa5b45;}
.main-areas:nth-child(2n) .main-container:hover:nth-child(1) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n) .main-container:nth-child(1) .main-in-container{ border: 2px solid #fa5b45;}
.main-areas:nth-child(2n) .main-container:nth-child(1) .main-showAll{background-color: #fa5b45;}

.main-areas:nth-child(2n) .main-container:hover:nth-child(2) .main-in-container{background-color: #00b8f8;}
.main-areas:nth-child(2n) .main-container:nth-child(2) .main-in-container > .main-title h4{color: #00b8f8;}
.main-areas:nth-child(2n) .main-container:hover:nth-child(2) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n) .main-container:nth-child(2) .main-in-container{ border: 2px solid #00b8f8;}
.main-areas:nth-child(2n) .main-container:nth-child(2) .main-showAll{background-color: #00b8f8;}

.main-areas:nth-child(2n) .main-container:hover:nth-child(3) .main-in-container{background-color: #00a599;}
.main-areas:nth-child(2n) .main-container:nth-child(3) .main-in-container > .main-title h4{color: #00a599;}
.main-areas:nth-child(2n) .main-container:hover:nth-child(3) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n) .main-container:nth-child(3) .main-in-container{ border: 2px solid #00a599;}
.main-areas:nth-child(2n) .main-container:nth-child(3) .main-showAll{background-color: #00a599;}

.main-areas:nth-child(2n) .main-container:hover:nth-child(4) .main-in-container{background-color: #5068c2;}
.main-areas:nth-child(2n) .main-container:nth-child(4) .main-in-container > .main-title h4{color: #5068c2;}
.main-areas:nth-child(2n) .main-container:hover:nth-child(4) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n) .main-container:nth-child(4) .main-in-container{ border: 2px solid #5068c2;}
.main-areas:nth-child(2n) .main-container:nth-child(4) .main-showAll{background-color: #5068c2;}

.main-areas:nth-child(2n) .main-container:hover:nth-child(5) .main-in-container{background-color: #73909e;}
.main-areas:nth-child(2n) .main-container:nth-child(5) .main-in-container > .main-title h4{color: #73909e;}
.main-areas:nth-child(2n) .main-container:hover:nth-child(5) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n) .main-container:nth-child(5) .main-in-container{ border: 2px solid #73909e;}
.main-areas:nth-child(2n) .main-container:nth-child(5) .main-showAll{background-color: #73909e;}

.main-areas:nth-child(2n+1) .main-container:hover:nth-child(1) .main-in-container{background-color: #e4cc37;}
.main-areas:nth-child(2n+1) .main-container:nth-child(1) .main-in-container > .main-title h4{color: #e4cc37;}
.main-areas:nth-child(2n+1) .main-container:hover:nth-child(1) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n+1) .main-container:nth-child(1) .main-in-container{ border: 2px solid #e4cc37;}
.main-areas:nth-child(2n+1) .main-container:nth-child(1) .main-showAll{background-color: #e4cc37;}

.main-areas:nth-child(2n+1) .main-container:hover:nth-child(2) .main-in-container{background-color: #6a3e37;}
.main-areas:nth-child(2n+1) .main-container:nth-child(2) .main-in-container > .main-title h4{color: #6a3e37;}
.main-areas:nth-child(2n+1) .main-container:hover:nth-child(2) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n+1) .main-container:nth-child(2) .main-in-container{ border: 2px solid #6a3e37;}
.main-areas:nth-child(2n+1) .main-container:nth-child(2) .main-showAll{background-color: #6a3e37;}

.main-areas:nth-child(2n+1) .main-container:hover:nth-child(3) .main-in-container{background-color: #9fd356;}
.main-areas:nth-child(2n+1) .main-container:nth-child(3) .main-in-container > .main-title h4{color: #9fd356;}
.main-areas:nth-child(2n+1) .main-container:hover:nth-child(3) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n+1) .main-container:nth-child(3) .main-in-container{ border: 2px solid #9fd356;}
.main-areas:nth-child(2n+1) .main-container:nth-child(3) .main-showAll{background-color: #9fd356;}

.main-areas:nth-child(2n+1) .main-container:hover:nth-child(4) .main-in-container{background-color: #f45b69;}
.main-areas:nth-child(2n+1) .main-container:nth-child(4) .main-in-container > .main-title h4{color: #f45b69;}
.main-areas:nth-child(2n+1) .main-container:hover:nth-child(4) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n+1) .main-container:nth-child(4) .main-in-container{ border: 2px solid #f45b69;}
.main-areas:nth-child(2n+1) .main-container:nth-child(4) .main-showAll{background-color: #f45b69;}

.main-areas:nth-child(2n+1) .main-container:hover:nth-child(5) .main-in-container{background-color: #e1ce7a;}
.main-areas:nth-child(2n+1) .main-container:nth-child(5) .main-in-container > .main-title h4{color: #e1ce7a;}
.main-areas:nth-child(2n+1) .main-container:hover:nth-child(5) .main-in-container > .main-title h4{color: #f8f8f8; /*IE workaround*/ color: var(--bg-color);}
.main-areas:nth-child(2n+1) .main-container:nth-child(5) .main-in-container{ border: 2px solid #e1ce7a;}
.main-areas:nth-child(2n+1) .main-container:nth-child(5) .main-showAll{background-color: #e1ce7a;}
/**                 
*    WHAT'S NEW SECTION
*/


.new-container{
  padding: 20px;

}

.new-in-container{
  border: 1px solid #c0c0c0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.new-readMore{
  text-align: center;
  color: #4286f4; /*IE workaround*/
  color:  var(--link-color);
}

.new-date{
  padding-left: 25px;
}

.new-title{
  color: #a0a0a0;
  font-weight: normal;
  padding-left: 25px;
  padding-right: 15px;
  text-align: left;
}

.new-image {
  width: 100%;
}

.new-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100%;
}


/**                 
*    ABOUT THIS PORTAL SECTION
*/

.about-this-portal-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(26,59,85, 1);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
}

.about-this-portal-section img {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}

.about-this-portal-section [class^=col-] {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.about-this-portal-section a > div {
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #f8f8f8; /*IE workaround*/;
  border: 2px solid var(--bg-color);
  border-radius: 5px;
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
  padding: 10px 20px;
}

.about-this-portal-section a > div:hover{
  border: 3px solid #f8f8f8; /*IE workaround*/;
  border: 3px solid var(--bg-color);
  padding: 9px 19px;
}


@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }

  .intro-message > h1 {
    font-size: 3em;
  }

  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }

  .intro-divider {
    width: 100%;
  }

  .about-this-portal-section img {
    margin-left: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }

  #nav-top, #nav-line {
    display:none;
  }
}


/*NEWS SECTION*/

.news-section {
  padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  
  /*color: var(--bg-color);*/
  /*background: url(imgs/intro-bg.jpg) no-repeat center center;*/
  background-size: cover;
}

.news-image{
  max-height: 480px;
  overflow: hidden;
  margin-bottom: 10px;
  justify-content: center;
}

.news-image img{
  width: 100%;
  
}

.news-title {
  text-align: center;
}

.news-body {
  margin-top: 10px;
  text-align: justify;
  font-weight: normal;
  font-size: 16px;
}

/*CONTAINER SECTION*/

#structure{
  padding-bottom: 50px;
}

#structure #breadcrumbs {
  background-color: transparent;
}

.container-section{
  padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 50px;
  background-color: #00b8f8;
  text-align: center;
  /*background: url(imgs/intro-bg.jpg) no-repeat center center;*/
  background-size: cover;
}

.container-section h1, .container-section h2,
.container-section h3, .container-section h4,
.container-section h5, .container-section h6{
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
}

.section-box {
  border: 2px solid #00b8f8;
  font-weight: normal;
  font-size: 15px;
  padding: 20px;
}

.section-box ~ .section-box {
  border-top: 0px;
}

.section-box >a > p:before {    
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f1db';
  margin:0 5px 0 -15px;
}
.section-box > a > p {    
  color: #00b8f8;
}

.treeChild .treeChild {
  padding-left: 20px;
}

.section-box a { 
  text-decoration : none; 
  color:#1a3b55; /*IE workaround*/ 
  color: var(--text-color);
}

/*NODE SECTION*/
.node-section{
  font-weight: normal;
}

.node-section .component-section .basic-content .row {
    display: flex;
    align-items: center;
}

.videoIframe {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.videoIframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.component-section ul.nav-pills {

}

.component-divider-top {
  border-color:#1a3b55; /*IE workaround*/
  border-color: var(--text-color);
  margin-top: 0px;
  margin-bottom: 20px;
}
.component-divider-bottom {
  color:#1a3b55; /*IE workaround*/
  border-color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 0px;
}

.linkItem {
  margin: 10px 0;
  text-align: center;
}

.links {
  font-size: 16px;
  color:#1a3b55; /*IE workaround*/
  color: var(--text-color);
}

.links img {
  max-height: 50px;
  max-width: 50px;
  margin: 0 10px;
}

.links a {
  color:#1a3b55; /*IE workaround*/
  color: var(--text-color);
  text-decoration: none;
}

.links a:hover {
  font-weight: bold;
}



#cookie-banner {
  width:100%;
  padding-top: 10px;
  text-align:center;
  min-height:40px;
  background-color: rgba(26,59,85, 1);
  color:#fff;
  z-index:99999;
}

.inner a {
  color:#fff;
  font-weight: bolder;
  text-decoration:underline;
  margin-right: 10px;
}
 
.inner {
  padding-left: 100px;
  width:100%;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  padding-left:5px;
  font-family:"Roboto","Lato",Helvetica,Arial,sans-serif;
  font-size:14px;
  top:30%;
}

.inner .ok {
  background-color:#00bb2a;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  text-align: center;
}
 
.inner .ok a {
  font-size: 18px;
  color: #fff;
  text-decoration:none;
}

.inner .ko {
    text-align: right;
  margin-bottom: 5px;
}

.inner .ko a {
  color:#ff2e00;
  text-decoration:none;
}
 
.inner a.info {
  padding-left:5px;
  text-decoration:none;
  color:#faff00;
}

/*svg {
  width: 100%;
  height: 900%;
}*/

svg text {
  cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
svg text::selection {
    background: none;
}

.collapsible {
    background-color:#1a3b55; /*IE workaround*/
    background-color: var(--text-color);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible.active, .collapsible:hover {
    background-color: #00b8f8;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.collapsible.active:after {
    content: "\2212";
}

.collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.collapsible-content .component-section {
  background-color: #f1f1f1;
}

.collapsible-content .row {
  padding-right: 30px;
}

#breadcrumbs {
  background-color: #f8f8f8; /*IE workaround*/
  background-color: var(--bg-color);
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal;
}

#breadcrumbs a {
  text-decoration: none;
  color:#1a3b55; /*IE workaround*/
  color: var(--text-color);
}

.search-image {
  border-radius: 10px;
}

#nav-search {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding-right:100px;
padding-top: 20px;
padding-bottom: 20px;
}

.leaveSite-modal {
  background-color: #f8f8f8; /*IE workaround*/
  background-color: var(--bg-color);
  color:#1a3b55; /*IE workaround*/
  color: var(--text-color);
}

.search-section {
  padding-top: 70px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 0px;
  text-align: center;
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
  /*background: url(imgs/intro-bg.jpg) no-repeat center center;*/
  /*background-color: rgba(30,170,241, 1);*/
  background-color: rgba(22,130,186, 1);
  background-blend-mode: multiply;
  background-size: cover;
  max-height: 180px;
}
.search-section h1,.search-section h2,
.search-section h3,.search-section h4,
.search-section h5,.search-section h6{
  color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
}

@media(max-width:992px) {
  .search-section {
    padding-top: 40px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    max-height: 250px;
  }
}

/* Form */


  .form-row label {
    padding-top: 10px;
    width: 100%;
  }

  .form-wrapper input {
    width: 100%;
  }

  .form-wrapper textarea{
    width: 100%;
    min-height: 250px;
  }

  .form-wrapper .required {
    margin-left: 45%;
  }

  .form-wrapper  .button-wrapper input{
    width: initial;
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px 20px;
    color: #f8f8f8; /*IE workaround*/
  color: var(--bg-color);
  background-color: rgba(22,130,186, 1);
  border-color: rgba(26,59,85, 1);
  display: block;
}

.form-wrapper  .button-wrapper input:disabled{
  background-color: #a0a0a0;
}

.g-recaptcha {
  padding-top: 10px;
  display: block;
}

.form-row select {
  width: 35%;
  padding: 10px;
  background-color: white;
}

.form-row select option {
  padding: 50px;
}

@media(max-width:767px) {
  .form-wrapper {
    padding-right: 20px;
  }
  .form-wrapper input, .form-wrapper textarea{
    width: 100%;
  }

  .form-wrapper  .button-wrapper input{
    margin-right: 0%;
    float:right;
  }

  .g-recaptcha {
    width: 100%;
    padding-top: 10px;
    float:right;
    margin-right: 0%;
}

  .form-wrapper .required {
    margin-right: 0%;
    text-align: right;
    padding-top:10px;
  }

  .form-row select {
    width: 100%;
    padding: 10px;
  }
}


/* Container dropdown  */

/* Dropdown Button  */
.dropbtn-container {
}

/* The container <div> - needed to position the dropdown content  */
.dropdown-container {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-container {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height:400px; 
    overflow:auto;
}

/* Links inside the dropdown  */
.dropdown-content-container a {
    color:#1a3b55; /*IE workaround*/
    color: var(--text-color);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover  */
.dropdown-content-container a:hover {background-color: #e5e5e5;  color: #00b8f8; /*IE workaround*/ color: var(--checked-color);}

/* Show the dropdown menu on hover  */
.dropdown-container:hover > .dropdown-content-container {display: block;}
/*.dropdown-container > .dropdown-content-container:hover > .dropdown-content-container {display: block;}*/

@media only screen and (max-width: 767px) {
  .dropdown-container:hover > .dropdown-content-container {display: none !important;}
}

/* Change the background color of the dropdown button when the dropdown content is shown  */
.dropdown-container:hover > li > a {color: #00b8f8; /*IE workaround*/ color: var(--checked-color);}

.keyword {
  /*background-color: transparent;*/
  color:white;
  font-weight: bold;
  background-color: #4B8EE7;
  margin-top:3px;
  margin-right: 5px;
  padding: 3px 5px;
  border-radius: 10%;
}


















/*
1.1 Header Area
***************************************************/



/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {padding: 16px 15px 16px 25px;
}
.header_bottom { background: #0071ba }
.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus ,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #0071ba;
    background: #54c6d4;
    outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/


/*==========Sub Menu=v==========
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background: #CBEAF0;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #CBEAF0;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#98D7E1;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#0a1464}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#e4eeb8}

*/

/******************************Drop-down menu work on hover**********************************/
.mainmenu{
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height:20px;
  width: 100%;
  padding-right: 20px;
}
@media only screen  {
    .mainmenu .collapse ul li{position:relative;}
    .mainmenu .collapse ul li:hover> ul{display:none}
    .mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
    /*******/
    .mainmenu .collapse ul ul li{position:relative}
    .mainmenu .collapse ul ul li:hover> ul{display:block}
    .mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*******/
    .mainmenu .collapse ul ul ul li{position:relative}
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieButton {
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #4B8EE7;
    padding: 0 20px;
    cursor: pointer;
    float: right;
}

#cookieConsent a.cookieButton:hover {
    background-color: #4BCEF7;
    border: 2px solid #4BCEF7;
    color: #fff !important;
}

.cookieConsentOK {
    background-color: #4B8EE7;
    color: #fff !important;
    margin: 0 60px 0 10px;
}

.cookieConsentKO {
    background-color: #fff;
    color: #4B8EE7 !important;
    margin: 0 5px 0 10px;
}
/*Cookie Consent End*/

/*Float Buttons*/
.floatButton {
  position: absolute;
  right: 20px;
  background-color:#2990ea;
  border-radius: 30px;
  text-align:center;
  box-shadow: 2px 2px 3px #333;
}

.row .column-content{
    width:100%
}

.funder-logo-img img {
    max-width: 150px;
    height: auto;
}


.timeline-main-div {
    height: fit-content;
    position: relative;
    margin: 1rem 0;
}
.timeline-main-div .timeline-contents-div {
    position: relative;
}
.timeline-main-div .timeline-contents-div .event-container-div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1rem 1fr;
}
.timeline-main-div .timeline-contents-div .event-container-div:first-of-type .event-upper-line {
    width: 0px !important;
}
.timeline-main-div .timeline-contents-div .event-container-div:last-of-type .event-down-line {
    width: 0px !important;
}
.timeline-main-div .timeline-contents-div .event-container-div.odd .event-date {
    grid-column-start: 3;
    text-align: start;
}
.timeline-main-div .timeline-contents-div .event-container-div.odd .event-content-container {
    grid-column-start: 1;
    margin-right: 0;
    margin-left: auto;
}
.timeline-main-div .timeline-contents-div .event-container-div.odd .event-content-container .event-title {
    text-align: right;
}
.timeline-main-div .timeline-contents-div .event-container-div .event-date {
    /*font-size: var(--medium-large-font-size);*/
    grid-column-start: 1;
    grid-row-start: 1;
    text-align: end;
    margin: 2rem;
    align-content: center;
    color: #1a3b55 /*var(--app-color);*/
}
.timeline-main-div .timeline-contents-div .event-container-div .event-date.completed {
    color:#6ebd74; /* var(--soft-green-color);*/
}
.timeline-main-div .timeline-contents-div .event-container-div .event-drawings {
    display: grid;
    width: 1rem;
    height: 100%;
    grid-template-rows: 1fr max-content 1fr;
}
.timeline-main-div .timeline-contents-div .event-container-div .event-drawings .event-upper-line,
.timeline-main-div .timeline-contents-div .event-container-div .event-drawings .event-down-line {
    width: 1px;
    background: #ccc; /* var(--text-secondary-color);*/
    height: 100%;
    margin: auto;
}
.timeline-main-div .timeline-contents-div .event-container-div .event-drawings .event-point {
    background: #1a3b55; /*var(--app-color);*/
    height: 1rem;
    width: 1rem;
    border-radius: 0.5rem;
    margin: auto;
    align-content: center;
}
.timeline-main-div .timeline-contents-div .event-container-div .event-drawings .event-point.completed {
    background: #6ebd74;
}
.timeline-main-div .timeline-contents-div .event-container-div .event-content-container {
    max-width: 45rem;
    text-align: justify;
    margin: 0 auto 0 0;
    padding: 1rem 2rem;
    grid-column-start: 3;
    grid-row-start: 1;
}
.timeline-main-div .timeline-contents-div .event-container-div .event-content-container .event-title {
    text-align: left;
    /*font-size: var(--large-font-size);*/
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.timeline-main-div .timeline-contents-div .event-container-div .event-content-container .event-description-div {
    /*font-size: var(--medium-font-size);*/
    text-align: justify;
}
@media (max-width: 65rem) {
    .timeline-main-div .event-container-div {
        grid-template-columns: 12rem 1rem 1fr !important;
    }
    .timeline-main-div .event-container-div .event-date {
        grid-column-start: 1 !important;
        text-align: end !important;
    }
    .timeline-main-div .event-container-div .event-content-container {
        grid-column-start: 3 !important;
        margin: 1rem auto 1rem 1rem !important;
    }
    .timeline-main-div .event-container-div .event-content-container .event-title {
        text-align: left !important;
    }
}


.basic-content-main-div {
    margin: 1rem 0 0 0;
}
.basic-content-main-div .basic-content-container {
    width: 100%;
    height: 100%;
}

.basic-content-main-div .basic-content-container.has-borders {
    border-bottom: 1px solid #1a3b55; /*var(--app-color);*/
    padding-bottom: 1rem;
}

.basic-content-main-div .basic-content-container .row {
    width: 100%;
    overflow: hidden;
    display: grid;
    padding: 0;
    margin: 0;
}
.basic-content-main-div .basic-content-container .row .column-content {
    padding: 0;
    width: 100%;
    height: 100%;
    display: grid;
}
.basic-content-main-div .basic-content-container .row .column-content.vertical-align-class-one-third {
    grid-template-rows: 1fr auto 2fr;
}
.basic-content-main-div .basic-content-container .row .column-content > div {
    height: fit-content;
}
.basic-content-main-div .basic-content-container .row .column-content > div.vertical-align-class-center {
    margin: auto 0;
}
.basic-content-main-div .basic-content-container .row .column-content > div.vertical-align-class-bottom {
    margin: auto 0 0 0;
}
.basic-content-main-div .basic-content-container .row .column-content > div.vertical-align-class-one-third {
    grid-row-start: 2;
}
.basic-content-main-div .basic-content-container .row .column-content:not(:last-of-type) {
    padding-right: 2rem;
}
.basic-content-main-div .basic-content-container .row .column-content:has(.videofile-content), .basic-content-main-div .basic-content-container .row .column-content:has(.image-content:not(:has(.image-auto-width))) {
    width: fit-content;
}
.basic-content-main-div .basic-content-container .row .column-content .image-content {
    width: fit-content;
    height: fit-content;
    margin: auto;
}
.basic-content-main-div .basic-content-container .row .column-content .image-content img {
    object-fit: cover;
    max-width: 100%;
}
.basic-content-main-div .basic-content-container .row .column-content .videofile-content {
    width: fit-content;
    height: fit-content;
    margin: auto 0;
}
.basic-content-main-div .basic-content-container .row .column-content .videofile-content video {
    max-width: 100%;
}
.basic-content-main-div .basic-content-container .row .column-content .video-content,
.basic-content-main-div .basic-content-container .row .column-content .videoIframe {
    width: 100%;
    min-width: min(30rem, 100%);
    min-height: 20rem;
    max-width: 100%;
}
.basic-content-main-div .basic-content-container .row .column-content iframe {
    width: 100%;
    aspect-ratio: 10/7;
    max-height: 35rem;
    max-width: 100%;
}
.basic-content-main-div .basic-content-container .row .column-content .video-content:has(.caption) {
    display: grid;
    grid-template-rows: 1fr max-content;
}
.basic-content-main-div .basic-content-container .row .column-content .caption {
    margin: 0.25rem auto auto 0.5rem;
    font-size: 0.9rem;
    font-weight: 300;
    width: fit-content;
}
.basic-content-main-div .basic-content-container .row .column-content > div:not(.dont-add-border) img,
.basic-content-main-div .basic-content-container .row .column-content > div:not(.dont-add-border) iframe,
.basic-content-main-div .basic-content-container .row .column-content > div:not(.dont-add-border) video {
    max-width: calc(100% - 12px);
    border-radius: 1rem;
    margin: 6px;
    box-shadow: 0 0 6px 4px #90909030; /*var(--box-shadow-color);*/
}
.basic-content-container .text-content * {
    font-size: 16px;
}
.basic-content-container .text-content span > strong {
    font-size: inherit;
}
.basic-content-container .text-content strong > span {
    font-weight: 400;
}
.basic-content-container .text-content table:not([border="0"]) tr {
    border-bottom: 1px solid var(#333 #fff) /*var(--text-highlight-color);*/
}
.basic-content-container .text-content table:not([border="0"]) tr:first-child {
    border-top: 1px solid var(#333 #fff) /*var(--text-highlight-color);*/;
}
.basic-content-container .text-content table:not([border="0"]) tr:last-child {
    border-bottom: 1px solid var(#333 #fff) /*var(--text-highlight-color);*/;
}
.basic-content-container .text-content table:not([border="0"]) td {
    padding: 0.25rem 1rem;
    border-right: 1px solid var(#333 #fff) /*var(--text-highlight-color);*/;
}
.basic-content-container .text-content table:not([border="0"]) td:first-child {
    border-left: 1px solid var(#333 #fff) /*var(--text-highlight-color);*/;
}
.basic-content-container .text-content table:not([border="0"]) td:last-child {
    border-right: 1px solid var(#333 #fff) /*var(--text-highlight-color);*/;
}

.columns-main-div {
    margin-top: 0.5rem;
}
.columns-main-div.has-borders {
    border-bottom: 1px solid #1a3b55; /*var(--app-color);*/
    padding-bottom: 1rem;
}
.columns-main-div .columns-content-div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.columns-main-div .columns-content-div .column-content-item {
    width: 100%;
    height: 100%;
    overflow-x: auto;
}
.columns-main-div .columns-content-div .column-content-item:not(:first-of-type) {
    padding-left: 1rem;
}
.columns-main-div .columns-content-div.has-vertical-borders .column-content-item:not(:last-of-type) {
    border-right: 1px solid #1a3b55; /*var(--app-color);*/
}

.linkedin-main-div {
    max-height: 40rem;
    overflow-y: auto;
    margin: 1rem 2rem 1rem 0;
    border-radius: 1rem;
    justify-items: center;
}

.jumbotron.position-relative {
    position: relative;
    overflow: hidden;
}

.logo-position {
    position: absolute;
    bottom: 50px;
    right: 40px;
    width: 200px;
    height: auto;
    z-index: 10;
}

.project-status-container {
    display: inline-flex;
    padding: 6px 14px;

    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(6px);
}

.social-list {
    margin: 0;
    padding: 0;
    text-align: right;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    color: #1a1a1a;
    font-size: 15px;
    text-decoration: none;
}

.social-btn:hover {
    border-color: rgba(0, 0, 0, 0.35);
    background-color: rgba(0, 0, 0, 0.04);
}