/* NO SELECT + HIGHLIGHT COLOR
* {
  user-select: none;
}
*::selection {
  background: none;
}
*::-moz-selection {
  background: none;
}

------------------------ */

* {
    box-sizing: border-box;
}

.et_pb_image_0 .et_pb_image_wrap,
.et_pb_image_1 .et_pb_image_wrap {
    display: flex;
}


.cover-image img {
    max-height: 55vh;
}

/* Map */

.maplibregl-popup {
    min-width: 30ch !important;
    max-width: 280px !important;
}

.maplibregl-popup-close-button {
    width: 20px;
    padding: 0;
    font-size: 24px !important;
    mix-blend-mode: multiply;
    opacity: .8;
    color: #002E67;
    border-radius: 0 3px 0 3px;
    background-color: rgba(0, 46, 102, 0);
    transition: all 0.2s ease-in-out;
}

.maplibregl-popup-close-button:hover {
    background-color: rgba(0, 46, 102, .3);
}

.popup-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.maplibregl-popup-content {
    padding: 0 0 12px;
    cursor: default;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

.map-overlay {
    font-size: 13px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 0 10px;
}

details > summary {
    list-style: none;
  }

details > summary::-webkit-details-marker {
    display: none;
}

#nav-filter {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#nav-filter input[type="radio"]+label::before,
#nav-filter input[type="checkbox"]+label::before {
    content: "";
    display: flex;
    justify-content: center;
    height: 15px;
    width: 15px;
    background-color: white;
    border: 1px solid rgb(166, 166, 166);
    border-radius: 10px;
    margin-right: 5px;
}

#nav-filter input[type="radio"]:checked+label::after,
input[type="checkbox"]:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #000;
    border-radius: 10px;
    top: .5rem;
    left: .75rem;
}

input[type="radio"]:checked+label[for="iHubsCheck"]::after {
    background-color: #5dc0cf!important;
    border: none;
}

input[type="radio"]:checked+label[for="orgsCheck"]::after {
    background-color: #002E67!important;
    border: none;
}

input[type="radio"]:checked+label[for="citiesCheck"]::after {
    background-color: #5073ad!important;
    border: none;
}

.map-overlay input {
    margin: 2px;
}

.map-overlay-inner label {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255,255,255,.9);
    padding: 3px 12px 3px 6px;
    border-radius: 15px;
    font-size: 12px;
}

.map-overlay-inner .resetInput {
    background-size: 80%;
    background-position: center;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
}

.map-overlay-inner input[type="search"] {
    background-image: none;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.3em;
    padding: 8px 12px 7px !important;
    font-size: 15px !important;
}

.map-overlay-inner input[type="search"]:active,
.map-overlay-inner input[type="search"]:focus {
    border: none;
    color: #002E67;
    box-shadow: none;
}

.map-overlay-inner input[type="search"]::placeholder {
    color: #333;
}

.map-overlay .icons {
    border-top: none;
}

.filters {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    background-image: url(https://www.fiware.org/custom/icons/blue/filters.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    color: #002e67;
    text-align: center;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.filters:hover {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(https://www.fiware.org/custom/icons/blue/filters.svg);
}


/* Card */

.grid-item {
    width: calc(25% - 40px);
    margin: 0 20px 24px 20px !important;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.4s;
    border-radius: 4px;
    cursor: default;
}

.grid-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.gridElementTextContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
}

.gridElementLogo {
    width: 100%;
}

.gutter-sizer {
    width: 0;
}


.grid-item img {
    width: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.member-thumb-container {
    width:100%;
    height:0; 
    padding-top: 56%;
    position:relative;
}

.member-thumb {
    width: 100%;
    position:absolute; 
    top:0; 
    left:1px;
}

.company-certified {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.name {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #2d2d2d;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.star {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #002e67;
    line-height: 1.4em;
    padding: 0px;
}

.solution-name {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #002e67;
    line-height: 1.4em;
    padding: 0px;
}

.details-container {
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 10px; */
}

.attributes-container-modal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.attributes-modal {
    display: flex;
    gap: 20px;
}

.foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
    margin: 0px auto 20px auto;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.foot-modal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.label-certification {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1em;
}

.label-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1em;
}

.label-type img {
    height: 24px;
}

.label-difficulty {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1em;
}

.label-duration {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1em;
}

.label-broadcast {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1em;
}

.label-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.label-location h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #696969 !important;
    padding-bottom: 0px !important;
}

.label-location img {
    width: 32px;
}

.difficulty-levels {
    font-size: 1.2em;
    color: #002e67;
    padding: 0px 0px 0px;
}

.ihub-name {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #002e67;
    line-height: 1.4em;
    padding: 0px;
    /*cursor: default;*/
}

.ihub-type {
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 0px;
}

.year {
    color: #002e67;
    font-weight: 600;
    margin-left: 4px;
}

.excerpt {
    display: none;
    /* font-size: .9em;
    line-height: 1.5em;
    color: #696969;
    margin-bottom: 15px; */
}

/* .grid-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
  	cursor: all-scroll;
}
  
.grid-item ul::-webkit-scrollbar {
    display: none;    
} */

.chips {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 !important;
    transition: all 0.2s;
    /*transform: scale(0.98);*/
    will-change: transform;
    user-select: none;
    cursor: grab;
}

.chips.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    /*transform: scale(0.99);*/
}

.chips::-webkit-scrollbar {
    display: none;
}

.gridElementTechnologyDomain {
    width: 94%;
    margin-left: 20px;
}


.label-card {
    color: #2d2d2d;
    font-size: 14px;
    /* margin-right: 16px; */
    padding: 4px 0px;
}

.chip-technology {
    /* margin-bottom: 15px; */
    display: flex;
    align-items: center;
    /* height: 28px; */
}

.chip-technology li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: #5dc0cf;
    background-color: #e5f5f7;
    position: relative;
    border-radius: 20px 20px 20px 20px;
    /* overflow: hidden; */
    padding: 6px 12px 8px;
    margin-right: 8px;
    display: inline-block;
}

.chip-technology li:last-of-type {
    /* margin-right: 40px; */
}

.chip-domain {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.chip-domain li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: #5dc0cf;
    background-color: #e5f5f7;
    position: relative;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding: 6px 12px 8px;
    margin-right: 8px;
    display: inline-block;
}

.chip-domain li:last-of-type {
    margin-right: 40px;
}

.chips-gradient {
    position: absolute;
    right: 18px;
    height: 28px;
    margin-top: -8px;
    width: 30px;
    text-align: right;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #002e67;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    line-height: .7em;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.details:hover {
    background: #002452;
    color: #fff;
}

.details:any-link {
    color: #fff !important;
}


/* –––––––––––––––– */

/* ---- .element-item ---- */

/* .f-cat {
    border-radius: 8px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.4s;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.f-cat:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: transform 0.2s 0s ease-in;
    -moz-transition: transform 0.2s 0s ease-in;
    -o-transition: transform 0.2s 0s ease-in;
    transition: transform 0.2s 0s ease-in;
} */

.type-member {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.type-member.platinum {
    background-color: #002E67;
    color: #fff;
}

.type-member.gold {
    background-color: #eec64f;
    color: #000000;
}

.type-member.gold-seu {
    background-color: #eec64f;
    color: #000000;
}

.type-member.associate {
    background-color: #5dc0cc;
    color: #fff;
}

.profile-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    gap: 5px;
}

.profile-details p {
    padding-bottom: 10px;
}

.job-title {
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #696969;
    line-height: 1.4em;
    padding: 0px 0px 10px 0px;
    /*cursor: default;*/

}

.department {
    color: #696969;
    font-size: 13px;
    font-weight: 500;
    padding: 0px;
}

.icons {
    padding: 20px 0px;
    margin-top: 5px;
    border-top: 1px solid #cdcdcd;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
}

.website::before {
    font-family: "ETmodules";
    font-weight: 400;
    content: "\e0e3";
    font-size: 20px;
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #002e67;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    color: #002e67;
    text-align: center;
    padding-right: 1px;
    transition: all 0.3s ease-in-out;
}

.website:hover:before {
    border: 1px solid #002e67;
    background: #002e67;
    color: #fff;
}

.cat-website {
    width: 32px;
}

.twitter::before {
    font-family: "ETmodules";
    font-weight: 400;
    content: "\e094";
    font-size: 16px;
    display: inline-block;
    position: relative;
    background: #00aced;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    padding-left: 8px;
    padding-top: 5px;
}

.cat-twitter {
    position: relative;
    width: 32px;
}

.linkedin::before {
    font-family: "ETmodules";
    font-weight: 400;
    content: "\e09d";
    font-size: 16px;
    display: inline-block;
    position: relative;
    background: #007bb6;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    padding-right: 0px;
    padding-top: 5px;
}

.cat-linkedin {
    position: relative;
    width: 32px;
}

.bio::before {
    font-family: "ETmodules";
    font-weight: 600;
    content: "\4c";
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding: 0;
    /* width: 32px;
    height: 32px; */
}

/*
.cat-bio {
    position: relative;
    width: 32px;
    cursor: pointer;
    transition: all 0.2s linear;
    background-color: #f3f3f3;
    border-radius: 40px;
    color: #002e67;
    text-align: center;
    padding: 1px 1px 1px 0px;
}*/

.cat-bio {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f3f3f3;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    line-height: .7em;
    color: #002e67;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


.cat-bio:hover {
    color: #fff;
    background-color: #002e67;
}

.cat-location {
    position: relative;
    width: 32px;
}

.location-label {
    display: none;
}

.filter-cat-results .f-cat {
    opacity: 0;
    display: none;
}

.filter-cat-results .f-cat.active {
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
    max-height: 353px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.city-photo {
    border-radius: 100px;
    width: 130px;
    border: 3px solid #002e67;
    margin: 0 auto 10px auto;
}

.flag {
    width: 32px;
    position: relative;
}

.f-cat h3 {
    display: none;
    /*font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #696969!important;
    line-height: 1.7em;
    padding: 16px 16px 0px 16px;
    text-align:left;*/
}

/*.f-cat h4 {
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    line-height: 1.4em;
    padding: 0px;
    cursor: default;
}

.f-cat h5 {
    text-align: center;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    color: #002e67;
    font-size: 13px;
    line-height: 1.5em;
    text-decoration: underline;
    padding: 0px;
}

.f-cat h6 {
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #002e67;
    line-height: 1.4em;
    padding: 0px;
    cursor: default;
} */

.region {
    float: left;
    width: auto;
    margin-right: 20px;
    text-align: left;
}

.country {
    float: left;
    width: auto;
    margin-right: 20px;
    text-align: left;
}

.domain {
    display: none;
    /*float:left;
  width:auto;
  margin-right:20px;
  text-align:left;*/
}

.language {
    float: left;
    width: auto;
    margin-right: 20px;
    text-align: left;
}

.sortby {
    float: left;
    width: auto;
    text-align: left;
}

.domains {
    display: none;
}

.sort {
    position: relative;
    margin-top: 12px;
    background-color: #000;
    border-radius: 30px;
    border: 1px solid #000;
    color: #002e67;
    cursor: pointer;
    font-weight: 500;
    padding: 8px 16px 8px 16px;
    font-size: 15px;
}

.title-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.featured,
.title-icon {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.title-icon h3 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #002E67 !important;
    line-height: 1.5em;
    text-align: left;
    padding-bottom: 0px;
}

.featured-logo {
    height: 24px;
    display: block;
    margin-bottom: 20px;
    margin-right: auto;
}

.featured-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0px;
    margin-left: 0px;
}

#ico-featured {
    color: #002e67;
}

#ico-white {
    color: #fff;
}

/* Modal */

.tingle-modal {
    backdrop-filter: blur(5px);
    background: rgba(0, 46, 103, .8);
}

.tingle-modal--visible {
    z-index: 999999;
}

.tingle-modal__close {
    color: #fff;
}

.tingle-modal-box {
    border-radius: 10px;
    background: #fff;
    width: 640px;
}

.info-modal {
    display: flex;
    /* margin-bottom: 20px; */
}

.credits-modal {
    width: 100%;
}

.tingle-modal-box__footer {
    display: none;
    /* border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #00D7A6; */
}

.tingle-modal img.headshot {
    object-fit: cover;
    vertical-align: middle;
    width: 280px;
    margin-right: 20px;
}

.tingle-modal p {
    color: #000;
    line-height: 1.4em;
}

.tingle-modal a {
    width: 100%;
    color: #002e67;
    /* text-decoration: underline; */
    font-size: .9em;
}

.tingle-modal ul {
    list-style: disc;
    color: #000;
    margin-bottom: 20px;
    padding-left: 17px;
}

.tingle-modal h1 {
    color: #002e67;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 2px solid #002e67;
    font-size: 18px;
    line-height: 26px;
    margin: 0px auto 15px;
}

.tingle-modal h2 {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.2em;
}

.tingle-modal h3 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.company {
    font-size: 0.7em;
    line-height: 1em;
    color: #000 !important;
    cursor: pointer;
}

.company:hover {
    color: #000 !important;
    text-decoration: underline;
}

/* .company:after {
    font-family: "ETmodules";
    font-weight: 400;
    content: "\e02c";
    font-size: 20px;
    display: inline-block;
    position: relative;
    width: 32px;
    color: #000;
    text-align: center;
    margin-left: 5px;
} */

.details-modal,
.tags-modal {
    display: flex;
    gap: 10px;
}

.details-modal {
    /* margin-top: 20px; */
    align-items: center;
    /* gap: 10px; */
}

.social-modal {
    display: flex;
    width: 100%;
}

.tags-modal p.domain {
    font-size: 14px;
    font-weight: 500;
    color: #5dc0cf;
    background-color: #e5f5f7;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 4px 12px;
    display: inline-block;
    height: 28px;
}

.tags-modal p.location {
    display: flex;
    font-size: .9em;
    flex-direction: row;
    padding-top: 5px;
}

.tags-modal .location:before {
    font-family: "ETmodules";
    font-weight: 400;
    content: "\e01d";
    font-size: 28px;
    line-height: 0.8em;
    color: #000;
    text-align: center;
    margin-right: 3px;
}

.twitter-link::before {
    font-family: "ETmodules";
    font-weight: 400;
    content: "\e094";
    font-size: 18px;
    display: inline-block;
    position: relative;
    background: #00aced;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    padding-left: 1px;
    padding-top: 4px;
}

.twitter-link {
    position: relative;
}

.linkedin-link::before {
    font-family: "ETmodules";
    font-weight: 400;
    content: "\e09d";
    font-size: 17px;
    display: inline-block;
    position: relative;
    background: #007bb6;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    margin-right: 0;
    color: #fff;
    text-align: center;
    padding-right: 0px;
    padding-top: 4px;
}

.linkedin-link {
    position: relative;
}

.tingle-modal-box__content {
    padding: 3rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tingle-modal .bio-modal p,
.tingle-modal-box__content .content {
    max-height: 250px;
    overflow: auto;
}

.tingle-modal .bio-modal p::-webkit-scrollbar,
.tingle-modal-box__content .content::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.tingle-modal .bio-modal p::-webkit-scrollbar-track,
.tingle-modal-box__content .content::-webkit-scrollbar-track {
    background: transparent;
    /* color of the tracking area */
}

.tingle-modal .bio-modal p::-webkit-scrollbar-thumb,
.tingle-modal-box__content .content::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid transparent;
    /* creates padding around scroll thumb */
}

.tingle-modal .bio-modal p,
.tingle-modal-box__content .content {
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: #ebebeb transparent;
    /* scroll thumb and track */
}

/* Contact Form */

.et_pb_contact_form_0.et_pb_contact_form_container .input,
.et_pb_contact_form_0.et_pb_contact_form_container .input[type="checkbox"]+label i,
.et_pb_contact_form_0.et_pb_contact_form_container .input[type="radio"]+label i {
    border-radius: 6px !important;
}

/* .et_pb_row_3 {
    width: 70%;
} */

@media (max-width: 767px) {
    /* .grid-sizer {
        width: 100%;
        margin: 0 auto !important;
    } */

    .grid-item {
        width: 90%;
        margin: 0 0 30px !important;
    }

    .city-photo {
        width: 150px;
        /* margin-bottom: 30px; */
        border: 3px solid #002e67;
    }

    /* .f-cat {
        width: 100%;
        padding: 30px 0px;
    }

    .f-cat:hover {
        box-shadow: 0 0 30px 0 rgba(255,255,255,0.2)!important;
        transform: none;
        transition: none;
    } */


    .profile-details {
        padding: 0 20px;
    }

    .f-cat h6 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .f-cat h4 {
        font-size: 16px;
        padding-bottom: 12px;
    }

    .f-cat h5 {
        font-size: 15px;
    }

    .department {
        font-size: 15px;
    }

    .icons {
        flex-direction: row;
        text-align: center;
    }

    .icon::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .bio::before {
        font-family: "ETmodules";
        font-weight: 400;
        content: "\4c";
        font-size: 21px;
        display: inline-block;
        position: relative;
        border-radius: 32px;
        color: #002e67;
        text-align: center;
    }

    .cat-bio {
        position: relative;
    }

    .cat-location {
        position: relative;
        width: 45px;
    }

    /* .twitter::before {
        font-family: "ETmodules";
        font-weight: 400;
        content: "\e094";
        font-size: 20px;
        display: inline-block;
        position: relative;
        background: #00aced;
        border-radius: 40px;
        width: 45px;
        height: 45px;
        color: #fff;
        text-align: center;
        padding-left: 12px;
        padding-top: 8px;
    }

    .cat-twitter {
        position: relative;
        width: 45px;
        margin-right: 15px;
    } */

    /*.linkedin::before {
        font-family: "ETmodules";
        font-weight: 400;
        content: "\e09d";
        font-size: 20px;
        display: inline-block;
        position: relative;
        background: #007bb6;
        border-radius: 40px;
        width: 45px;
        height: 45px;
        margin-right: 0;
        color: #fff;
        text-align: center;
        padding-right: 0px;
        padding-top: 8px;
    }

    .cat-linkedin {
        position: relative;
        width: 45px;
    } */

    /* .flag {
        width: 40px;
        top: 4px;
    } */

    /* .et_pb_code_1.et_pb_module {
        padding:0;
    } */

    /* .et_pb_row_3 {
        width: 90%;
    } */

    /* .et_pb_section.et_pb_section_4.et_section_regular {
        padding: 0 0 140px 0;
    } */

    /*.et_pb_row_2.et_pb_row {
    padding-bottom: 110px;
}*/

    /* Modal */

    .tingle-modal__close {
        color: #002e67;
        font-weight: 400;
        line-height: 1em;
    }

    .tingle-modal__close {
        top: 5vw;
        right: 5vw;
        z-index: 99999;
        background: #fff;
        line-height: 0.9em;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 1) !important;
    }

    .tingle-modal-box {
        width: 90%;
    }

    .tingle-modal-box__content {
        padding: 2rem 2rem;
    }

    .credits-modal {
        width: 100%;
    }

    .tingle-modal img.headshot {
        display: none;
    }

    .details-modal {
        display: flex;
    }

    .attributes-modal {
        flex-direction: column;
    }

    .social-modal p.domain {
        width: auto;
        background-color: #E37B6B;
        border-radius: 16px;
        padding: 5px 15px;
        font-size: .9em;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .tags-modal {
        display: inline-block;
        padding: 20px 0 0 0;
    }

    .tags-modal p.location {
        display: flex;
        flex-direction: row;
        margin-bottom: 0px;
        margin-right: 20px;
        padding-top: 0px;
    }

    .tags-modal .location:before {
        width: 32px;
        margin-right: 10px;
    }

    .tingle-modal h1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .tingle-modal h2 {
        font-size: 16px;
    }

    .company {
        font-size: 16px;
        line-height: 0.8em;
    }

    .tingle-modal .bio-modal p,
    .tingle-modal-box__content .content {
        max-height: 250px;
        overflow: auto;
    }
}

@media only screen and (max-width: 1140px) and (min-width: 426px) {
    /* .et_pb_code_inner {
        padding: 0 2%;
    } */

    /* .domain {
        margin-bottom: 20px;
    } */

    .filtering {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 981px) {
    /*
.col-md-3 {
    width: 100%!important;
} 

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: none!important;
	}
*/

    /* .et_pb_section.et_pb_section_4.et_section_regular {
        padding: 0 0 140px 0;
    } */

    /* .et_pb_row_2.et_pb_row {
        padding-bottom: 100px;
    } */
}

/* Search & Filtering */

.category-badge {
    width: auto;
    height: 20px;
    transform: scale(1.2) translate(8%, 0%);
    margin-bottom: 20px;
}

/* Products record */

.products-record {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #002e67;
    width: 100%;
    padding: 30px 0 15px;
    margin-bottom: 20px;
    /* border-top: 1px solid #aaa; */
    border-bottom: 1px solid #aaa;
}

.products-label {
    display: flex;
    align-items: flex-end;
    font-size: 15px;
}

#filteredCompanies {
    font-size: 2.2rem;
    line-height: 1em;
}


/* Toggle Open Close Filters */

#mobileToggleFilters {
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
    color: #002e67;
    display: flex;
    border: 1px solid #002e67;
    border-radius: 18px;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 12px 3px 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#mobileToggleFilters:hover,
#mobileToggleFilters:focus {
    background: #002452;
    color: #fff;
}

.filters-container {
    transition: height .5s ease;
    width: 100%;
    max-width: 1184px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.elements-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.dropdown-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 80%;
}

.filters-container:not(.active) {
    display: none;
}

.search-sort-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Filter list */

.filter-by {
    display: flex;
    align-items: flex-end;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
    text-transform: uppercase;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #aaa;
    width: 100%;
}

.filters-dropdown {
    display: flex;
    flex-direction: row;
    gap: 20px
}


/* Custom select */

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    background-image: url(https://www.fiware.org/wp-content/uploads/ico_chevron_bottom.png);
    background-position: 100%;
    background-repeat: no-repeat;
}

select::-ms-expand {
    display: none;
}

.filter-element {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-element {
    width: 100%;
    max-width: 575px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-element select {
    background-color: #f4fbfc;
    border-radius: 30px;
    border: 1px solid #e5f5f7;
    color: #696969;
    cursor: pointer;
    font-weight: 500;
    padding: 8px 16px;
    font-size: 15px;
    width: 100%;
    /* margin: 5px 0 10px 0; */
}

.filter-element select:active,
.filter-element select:focus {
    border: 1px solid #002e67;
    color: #002e67;
    box-shadow: none;
}

.dropdown-last {
    margin-bottom: 15px !important;
}

/* Custom Button */

.filter-element button {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.filter-element button:hover {
    background: #d2eef1;
}

.filter-element button.active {
    background: #002e67;
    color: #fff !important;
}

.sort-element button {
    display: flex;
    align-items: center;
    background: #f4fbfc;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.sort-element button:hover {
    background: #002e67;
    color: #fff !important;
}

.sort-element button.active {
    background: #002e67;
    color: #fff !important;
}

#orderByYear {
    color: #002e67;
}

#orderByName {
    color: #002e67;
}

#orderByCountry {
    color: #002e67;
}

#orderByDomain {
    color: #002e67;
}


/* Custom Checkbox */

.filter-element label,
.search-element label {
    font-size: 14px;
    color: #002e67;
}

.filters-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#member {
    margin: 10px 10px 10px 0px;
}

input[type="checkbox"] {
    line-height: 2.1ex;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

input[type="checkbox"]+label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    vertical-align: -26%;
    height: 1.4em;
    width: 1.4em;
    background-color: white;
    border: 1px solid rgb(166, 166, 166);
    border-radius: 3px;
    margin-right: 10px;
    margin-left: 2px;
}

input[type="checkbox"]:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    vertical-align: -20%;
    height: 0.6em;
    width: 0.9em;
    border: #002e67 solid;
    border-width: 3px 3px 0px 0px;
    top: 3px;
    left: 5px;
    transform: rotateZ(130deg);
}

.sort-by {
    font-size: 13px !important;
    font-weight: 600;
    color: #4c4c4c !important;
    text-transform: uppercase;
    padding-right: 10px;
}

.sort-buttons {
    display: flex;
    gap: 10px;
}

.sort-element {
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: space-between;
    align-items: flex-start;
}

.sort-element label {
    font-size: 14px;
    color: #002e67;
}


/* Search */

.resetInput {
    opacity: 0;
    background-image: url(https://www.fiware.org/wp-content/uploads/ico_clear_blue.png);
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    top: 13px;
    right: 8px;
    width: 32px;
    height: 32px;
    transition: all 200ms;
}

.resetInput:hover {
    cursor: pointer;
}

.resetActive .resetInput {
    opacity: 1;
    pointer-events: all;
}

#searchInput {
    padding: 5px;
    max-width: unset !important;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    font-size: 16px;
}

input[type="search"] {
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #f4fbfc;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.3em;
    /* margin: 5px 0 10px 0; */
    padding: 8px 16px 8px 50px !important;
    font-size: 14px;
    background-image: url(https://www.fiware.org/wp-content/uploads/ico_search.png);
    background-position: 4%;
    background-repeat: no-repeat;
}

input[type="search"]:active,
input[type="search"]:focus {
    border: 1px solid #000;
    color: #000;
    box-shadow: none;
}

input[type="search"]::placeholder {
    color: #a9a9a9;
}

/* Icons */

#ico-sortby-alpha {
    margin-right: 8px;
}

#ico-sortby-year {
    margin-right: 8px;
}

#ico-filter-all {
    margin-left: 0.2rem;
    margin-right: 10px;
    font-size: 20px;
}

#ico-products {
    margin-right: 8px;
}

#ico-info {
    margin-right: 8px;
}

#ico-filtersbar {
    margin-right: 5px;
    color: inherit;
}

/* –––––––––––––––– */


@media screen and (min-device-width: 481px) and (max-device-width: 980px) {

    /* .et_pb_sticky .et_pb_code_2 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
} */

    /* Card */

    .grid {
        width: 80%;
        margin: 0 auto;
    }

    .grid-item {
        width: 100%;
        padding: 0px;
    }

    /* .gridElementImageAndDetails {
        flex-direction: row;
        padding: 40px 20px 0px 20px;
    }

    .grid-item ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
    }

    .grid-item ul::-webkit-scrollbar {
        display: none;
    }

    .gridElementTechnologyDomain {
        width: 100%;
        padding: 0px 0px 16px 20px;
    }

    .gridElementTextContainer {
        width: 90%;
        padding: 0px 20px;
    }

    .label-card {
        padding-bottom: 10px !important;
    }

    .chip-technology {
        margin-bottom: 8px;
    }

    .chip-domain li {
        display: inline-block;
    }

    .chip-technology li {
        display: inline-block;
    } */

    /* Search & Filtering */

    .showFilters {
        display: flex;
        align-items: flex-end;
        width: 80%;
        margin: 0 auto;
    }

    .filtersBar {
        width: 100% !important;
        left: 0px !important;
    }

    /* Toggle Open Close Filters */

    #mobileToggleFilters {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #002e67;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 10px 20px 10px 15px;
        margin: 0 auto;
    }

    .filters-container {
        transition: height .5s ease;
        width: 80%;
        margin: 0 auto;
        padding-top: 16px;
        /* border-top: 1px solid #aaa; */
    }

    .filters-container:not(.active) {
        display: none;
    }

    /* Filtering */

    .category-badge {
        margin-top: 20px;
    }

    .products-record {
        width: auto;
    }

    .filter-by {
        width: auto;
    }

    .filter-element select {
        width: 100%;
    }

    .filters-checkbox {
        display: flex;
        flex-direction: row;
    }

    #member {
        margin: 15px 15px 15px 0px;
    }

    #filter-last {
        width: 100%;
    }

    .sort-element {
        display: flex;
        flex-direction: row;
        padding-bottom: 20px;
        justify-content: space-evenly;
    }

    #orderByYear {
        margin-right: 12px;
    }

}



@media only screen and (max-width: 480px) {

    .cover-image img {
        max-height: 40vh;
    }

    .et_pb_image_1 .et_pb_image_wrap {
        display: flex !important;
        justify-content: center;
    }


    .title-filter {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .featured {
        justify-content: center;
    }

    .title-icon {
        display: none;
    }

    /* Card */

    .grid {
        width: 90%;
        margin: 0 auto;
    }

    .grid-item {
        width: 100%;
        padding: 0px;
        gap: 15px;
    }

    .chips-gradient {
        right: 15px;
    }

    /* .grid-item ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
    }

    .grid-item ul::-webkit-scrollbar {
        display: none;
    }

    .gridElementTechnologyDomain {
        width: 100%;
        padding: 0px 0px 16px 20px;
    }

    .chip-domain li {
        display: inline-block;
    }

    .chip-technology li {
        display: inline-block;
    }

    .gridElementLogo {
        padding: 30px 20px 20px;
    }

    .grid-item img {
    width: 140px;
    margin: 0px 0px 20px;
    }

    .gridElementTextContainer {
        width: 100%;
        padding: 0px 20px;
    }

    /* .name {
        font-size: 1.8rem;
        line-height: 1.3em;
        color: #000!important;
    }

    .excerpt {
        display: none;
    }

    .foot {
        padding: 0px 20px 30px 20px;
    }

    .details {
        width: 100%;
        justify-content: center;
        padding: 15px;
    }

    .label-card {
    margin-bottom: 8px;
} */

    /* Search & Filtering */

    .showFilters {
        display: flex;
        align-items: flex-end;
    }

    .filtersBar {
        width: 100% !important;
        left: 0px !important;
    }

    .filter-by {
        margin-top: 15px
    }

    .filters-dropdown {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    /* Toggle Open Close Filters */

    #mobileToggleFilters {
        display: block;
        width: auto;
        font-size: 13px;
        font-weight: 600;
        line-height: 1em;
        color: #002e67;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 12px 3px 10px;
        margin: 0 auto;
    }

    .filters-container {
        transition: height .5s ease;
        /* overflow: hidden; */
        /* padding-top: 16px;
        border-top: 1px solid #aaa; */
    }

    .filters-container:not(.active) {
        display: none;
    }


    .elements-container {
        flex-direction: column;
    }

    .search-sort-container {
        flex-direction: column;
        gap: 20px;
    }

    .dropdown-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
        width: 100%;
    }

    /* Search */

    .search-element {
        width: 100%;
    }

    input[type="search"] {
        background-position: 5%;
    }

    /* Filtering */

    .category-badge {
        margin-top: 20px;
    }

    .products-record {
        width: auto;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .filter-by {
        width: auto;
    }


    .filter-element {
        width: 100%;
    }

    .search-element {
        width: 100%;
    }

    .filter-element select {
        width: 100%;
    }

    .filters-checkbox {
        display: none;
        /* display: flex;
        flex-direction: row; */
    }

    .dropdown-label {
        display: none;
    }

    #member {
        margin: 15px 15px 15px 0px;
    }

    #filter-last {
        width: 100%;
    }

    .sort-element {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0px;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .sort-buttons {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    #orderByYear {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    #orderByName {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    /* Icons */

    #ico-sortby-alpha {
        margin-right: 0px;
    }

    #ico-sortby-year {
        margin-right: 0px;
    }

    /* –––––––––––––––– */



}