/**
 * @file
 * Subtheme specific CSS.
 */
.card-search-result .label-status.completed {
    color: #757575;
    font-weight: 800;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #d8d8d8;
}

.card-search-result>a {
    height: 100%;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
}

.card-search-result>a:hover {
    background-color: #00adef;
    text-decoration: none;
}

.card-search-result>a:hover .search-result-title,
.card-search-result>a:hover .label-status.completed,
.card-search-result>a:hover .search-result-text {
    color: #ffffff;
}

.card-search-result>a:hover .label-status.completed {
    border: solid 1px #ffffff;
}

.card-search-result .search-result-text {
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #757575;
}

.card-search-result .type-button {
    text-align: right;
}

.card-search-result .search-result-title {
    font-family: "Oswald-Bold";
    letter-spacing: normal;
    color: #333333;
}

.card-search-result h5 {
    font-size: 16px;
    line-height: 24px;
}

.mt-10 {
    margin-top: 5rem !important;
}

.facets-widget-checkbox {
    min-width: 200px;
}

.facets-widget-checkbox h3 {
    margin-bottom: 0rem;
    padding-bottom: 0.5rem;
}

.facet-item {
    border-bottom: 1px solid #dee2e6;
}

.facet-item label {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}

.facet-item input[type="checkbox"] {
    font-size: 20px;
}

.search-form fieldset.form-type-search-api-autocomplete input {
    margin-top: 0rem;
    border-radius: 0;
    border: none;
    background-color: #f2f2f2;
    padding: 12px 14px;
    height: 40px;
    font-size: 13px;
    background-clip: unset;
    outline: none;
}

.search-form button#edit-submit-search-results {
    width: 40px;
    height: 40px;
    background-color: #00adef;
    border-radius: 0px;
    outline: none;
    box-shadow: none !important;
}

.search-form fieldset.form-type-search-api-autocomplete {
    padding-right: 0rem;
}

.search-form button {
    /* display: none; */
}

.goals-wrapper.goals-wrapper-space {
    margin-bottom: 0rem !important;
}

.un-complete {
    border: 3px solid red !important;
}

footer a.contact-icon {
    margin-right: 1.5em;
}

footer a.contact-icon:hover {
    outline: dotted 1px #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer a.contact-icon i {
    font-size: 1.5rem;
    color: #c4c4c4;
    display: inline-block;
}

.share>.label-shared {
    vertical-align: sub !important;
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #9f9f9f;
    padding-top: 5px;
}

.events-programme {
    padding-bottom: 15px;
}

.document-card .announcement-icon i {
    color: #757575;
    font-size: 18px;
    margin-top: 6px;
    margin-right: 15px;
}

.tab-content ul,
article ul {
    list-style: disc;
    padding-left: 2.5rem;
}

.tab-content ol,
article ol {
    list-style: decimal;
    padding-left: 2.5rem;
}

.tab-content em,
article em {
    font-style: italic;
}

.region-featured-top.row {
    display: block;
}

img {
    max-width: 100%;
    display: block;
}

.home-video {
    position: relative;
    display: none !important;
}

@media (min-width:576px) {
    .home-video {
        display: block !important;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 87%;
}

.path-frontpage .navbar-custom.navbar {
    z-index: 100;
}

.navbar-language.navbar li.nav-item.is-active:before,
.navbar-language.navbar .nav-item:hover:before {
    content: "";
    height: 3px;
    background-color: #c5c5c5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-language.navbar li.nav-item.is-active,
.navbar-language.navbar .nav-item:hover {
    background-color: #fff;
    position: relative;
    font-family: Roboto-Bold;
}

/* global style */
article h1 {
    font-size: 2.8125rem;
    margin-bottom: 17px;
}

article h2 {
    font-size: 1.75rem;
}

article .content h2,
article .content h3 {
    margin: 2rem 0rem 1rem;
}

p {
    font-size: 16px;
}

.goal-related .goal-title {
    font-family: "Oswald" !important;
    margin-left: 12px;
    font-weight: bold;
}
}

.goal-related .card-body {
    padding: 0.4rem 1.25rem !important;
}

.featured-01:hover {
    background-color: #00adef !important;
    opacity: 0.6 !important;
}

@media (min-width: 992px) {
    .group-text {
        margin-left: 25px !important;
    }
}

.group-text {
    flex: 50;
}

.event-04 .featured {
    flex: 5;
}

.card-events .group-date,
.card-events .group-hour {
    flex: 1 10%;
}

.dropwdown-collapse .document-group:hover a {
    color: #ffffff;
}

.news-01 {
    border: solid 1px #d8d8d8;
}

.goal-related .goal-logo {
    width: auto;
}

.card-events .group-date .separator {
    margin-top: 50px;
}

.styling-items .field__label,
.styling-items div {
    font-weight: bolder;
    text-transform: uppercase;
    border-bottom: 1px solid #9f9e9f;
}

@media (min-width: 992px) {
    .addtoany_list.a2a_kit_size_32>a>img {
        width: 36px;
        height: 36px;
    }
}

html {
    scroll-behavior: smooth;
}

.center-date.group-date {
    justify-content: center;
}

.jumbotron-about {
    min-height: 370px;
}

.home-video video {
    object-fit: cover;
}

.state .card-body {
    margin-top: 1rem;
}

#content.main-content ul {
    font-size: 16px;
    list-style: disc;
    padding-left: 2.5rem;
}

#content.main-content ul[role=tablist],
#content.main-content ul.pagination {
    padding-left: 0;
    list-style: none;
}

.jumbotron-event {
    padding: 70px 0 80px;
}

form#webform-submission-contact-add-form {
    margin-top: 3rem;
}


img.card-image {
    max-width: unset;
}

@media (max-width: 992px) {
    .navbar-custom.navbar {
        max-height: 100%;
        padding: 0;
        background-color: white;
    }
}

/*  IE10+ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .home-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1;
    }

    header {
        background-color: white;
    }
}

/*  Microsoft Edge */
@supports (-ms-ime-align:auto) {
    .home-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1;
    }

    header {
        background-color: white;
    }
}

.jumbotron-event .event-logo {
  max-width: 200px;
}
@media (max-width: 576px) {
  .jumbotron-event .event-logo {
    max-width: 100%;
  }
}
form.form-exposed-filter-style {
    margin-top: 3rem;
}
form.form-exposed-filter-style fieldset label {
    display: block;
}

.un-events-docs .row.view-content {
    flex-direction: column;
}
.un-docs-section {
    padding-bottom: 20px;;
}

.view-group-title {
    font-weight: bold;
}
form.views-exposed-form.form-exposed-filter-style #edit-actions {
 padding-top: 35px;
}
.search-form {
    flex-wrap: wrap;
}

#content.main-content .form-group input[type="radio"] {
    height: 1.5em;
}

#content.main-content .form-check-label {
    padding-top: 0.4em;
}

.topic-01 .card-title, .publications-01 .card-title {    
    display: none;
}

.topic-01:hover .card-title, .publications-01:hover .card-title {    
    display: block;
}

.publications-01 p.card-text {
    color: white;
}

/*timeline2 milestones*/

hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline2 {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline2:before {
  position: absolute;
  left: 0%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline2 li {
  padding: 0.5em 0;
}

.timeline2 .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #00adef;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline2 .hexa:before {
  border-bottom: 4px solid #00adef;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline2 .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00adef;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

/* .direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
} */

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #00adef;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline2 {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline2 li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline2 .hexa {
    left: -48px;
    right: auto;
    top: 8px;
  }

  .timeline2 .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 100%;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
  }

  /* .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  } */

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: left;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline2 {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 100%;
    float: right;
    text-align: left;
  }
}

/* end milestones */

/* hide temporarily */
.row.region.region-language-menu {
    display: none;
}