/* CGX custom styles */

.svg-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.map_container {
    /* border: 1px solid #ffffff; */
}

.svg-map .uk-subnav>*>* {
    color: #ffffff;
    transition: all linear 0.2s;
}
.svg-map .uk-subnav > li a:hover,
.svg-map .uk-subnav > .uk-active > * {
    color: #fbb040;
    transition: all linear 0.2s;
}
.svg-map .uk-subnav > li {
  padding: 0 20px;
}

.search-bar .search-field,
.search-bar .search-submit {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
}
.search-bar .search-submit:focus, .search-bar .search-submit:hover {
    color: #fbb040 !important;
}

.working-groups-home {
  padding: 40px 10%;
  text-align:center;
}
.working-groups-home > h3 {
    font-size: 2rem;
    margin:40px 0;
}
.working-groups-home > h3:before {
  content: "";
  width: 200px;
  border-bottom: 2px solid #000000;
  display: inline-block;
  height: 2px;
  margin-top: -12px;
  position: relative;
  top: -10px;
  right: 15px;
}
.working-groups-home > h3:after {
  content: "";
  width: 200px;
  border-bottom: 2px solid #000000;
  display: inline-block;
  height: 2px;
  margin-top: -12px;
  position: relative;
  top: -10px;
  left: 15px;
}

/* markers fix border */
.imapsCircle-group {
    /* stroke-width: 0; */
    stroke: #6792d7;
}

/* twitter */
.fetch-tweets {
    margin-bottom: 30px;
} 

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

          QUERIES

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

/* search in footer */
@media (max-width:414px) {

  .search-bar {
      display: block;
      margin: 25px 0;
  }

}
