@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext);
input {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 2px 10px;
}
input:focus {
  outline: none !important;
  border: 1px solid #034ea2;
}
input:disabled {
  background-color: #f2f2f2;
}
input[type=email], input[type=text], input[type=password] {
  width: 100%;
}
input[type="radio"], input[type="checkbox"] {
  margin-top: 0;
  vertical-align: baseline;
}
input[type=file] {
  display: inline-block;
  margin-right: 1em;
}
input[type=submit] {
  background-color: #6bb745;
  color: #fff;
  width: 100%;
}
input[type=submit]:hover {
  background-color: #034ea2;
}

select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 2px 5px;
}
select:focus {
  outline: none !important;
  border: 1px solid #034ea2;
}
select:disabled {
  background-color: #f2f2f2;
}

.form-required {
  color: #808080;
}

#views-exposed-form-club-search-club-search-page {
  margin-bottom: 2em;
}
#views-exposed-form-club-search-club-search-page .form-text {
  width: 100%;
  height: 2.5em;
  background: url("../images/search_icon.png") no-repeat scroll 97% center;
  padding-right: 35px;
  padding-left: 8px;
}
#views-exposed-form-club-search-club-search-page #edit-submit-club-search {
  display: none;
}

.pane-user-register-form h2.pane-title, .user-profile-form h2.pane-title {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}
.pane-user-register-form legend, .user-profile-form legend {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin: 2em 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
  font-size: 14px;
  color: #034ea2;
}
.pane-user-register-form .form-wrapper, .user-profile-form .form-wrapper {
  margin: 0 0 1em 0;
}

img, media {
  max-width: 100%;
}

.node--partner--teaser {
  margin-bottom: 20px;
}

div.panel-pane div.node.node--target-group--teaser {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  div.panel-pane div.node.node--target-group--teaser {
    float: left;
    width: 20%;
  }
}
div.panel-pane div.node.node--target-group--teaser img {
  width: 100%;
}

.highlighted-row {
  margin-left: -5px;
  margin-right: -5px;
}
.highlighted-row:before, .highlighted-row:after {
  content: " ";
  display: table;
}
.highlighted-row:after {
  clear: both;
}

.ds-2col-fluid > .group-left {
  padding-left: 0;
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .ds-2col-fluid > .group-left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds-2col-fluid > .group-left {
    float: left;
    width: 25%;
  }
}

.ds-2col-fluid > .group-right {
  float: none;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .ds-2col-fluid > .group-right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ds-2col-fluid > .group-right {
    float: left;
    width: 75%;
  }
}

.ds-2col-fluid > .group-right h2 {
  margin-top: 0;
}

div.content-image {
  margin-bottom: 20px;
}
div.content-image img {
  width: 100%;
}

.pane-page-content p {
  text-align: justify;
}

.downloadable .label-above, .downloadable .label-abovec {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0;
  line-height: 3em;
  background: url("../images/icons/downloadable_document.png") right center no-repeat;
  text-transform: uppercase;
  color: #034ea2;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1 {
  color: #034ea2;
  font-size: 1.5em;
  margin: 0;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 1em;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 1em;
  font-weight: bold;
}

h2 {
  color: #034ea2;
  font-size: 1.3em;
  margin: 0;
  line-height: 150%;
}

h3 {
  color: #034ea2;
  font-size: 1.1em;
  margin: 0;
  line-height: 150%;
}

a {
  text-decoration: none;
  color: #034ea2;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  color: #034ea2;
}

.view-members .view-content {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.view-members .group-left {
  width: 80%;
  float: left;
}
.view-members .group-right {
  width: 30px;
  float: right;
}

.view-events .views-row {
  margin-top: 1.5em;
}

.view-news .views-row {
  margin-top: 1.5em;
}
.view-news .pager li a {
  padding: 4px 10px;
}
.view-news .more-link {
  margin-top: 1em;
}

.zero-clipboard {
  position: relative;
  display: none;
}
.zero-clipboard .btn-clipboard {
  top: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  .zero-clipboard {
    display: block;
  }
}

.btn-clipboard {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  color: #034ea2;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e8;
  border-radius: 0 4px 0 4px;
}

.zeroclipboard-is-hover {
  color: #fff;
  background-color: #034ea2;
  border-color: #563d7c;
}

#bannerEmbedModal pre {
  padding-right: 150px;
}
#bannerEmbedModal .panel-footer {
  text-align: center;
}

.node--case-study--teaser h2 a {
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
  margin-top: 0.5em;
}
.node--case-study--teaser img {
  width: 100%;
}

.node--case-study.view-mode-full .group-left {
  padding-bottom: 1.5em;
}

.view-display-id-programme_case_studies_block_pane .group-header {
  margin-bottom: 10px;
}
.view-display-id-programme_case_studies_block_pane .group-left {
  width: 80%;
}
.view-display-id-programme_case_studies_block_pane .group-right {
  width: 35px;
}

.pane-node-field-registration-type #edit-cancel {
  display: none;
}
.pane-node-field-registration-type .form-actions {
  text-align: center;
}
.pane-node-field-registration-type .form-actions .form-submit {
  width: auto;
  text-align: left;
}
.pane-node-field-registration-type .field-name-field-subscribe-to-newsletter legend {
  display: none;
}

.pane-events.events {
  background-color: #f2f2f2;
  padding: 15px 20px;
  margin-top: 20px;
}
.pane-events.events .event-date {
  margin-top: 0.5em;
}
.pane-events.events .field-more {
  padding: 9px 0;
}
.pane-events.events .group-right {
  border-bottom: 1px solid #d8d8d8;
  min-height: 135px;
}
.pane-events h2.pane-title {
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.l-region--right-sidebar .pane-events h2.pane-title {
  font-weight: normal;
  font-size: 1.3em;
}

.node--event--full .event-date, .node--program--full .event-date {
  margin-bottom: 0.5em;
}
.node--event--full div.content-image, .node--program--full div.content-image {
  margin: 0 0 1em 0;
}
.node--event--full .gmap-map, .node--program--full .gmap-map {
  margin-top: 1em;
}

.node--event--full .event-date {
  font-weight: bold;
  color: #034ea2;
}

.node--interview--teaser h2 a {
  font-size: 14px;
  font-weight: bold;
  color: #034ea2;
  margin-top: 0.5em;
}
.node--interview--teaser img {
  width: 100%;
}

.interview {
  margin-bottom: 2em;
}

.view-display-id-programme_interview_block_pane .group-header {
  margin-bottom: 10px;
}
.view-display-id-programme_interview_block_pane .group-left {
  width: 80%;
}
.view-display-id-programme_interview_block_pane .group-right {
  width: 35px;
}

.node--interview.view-mode-full img {
  width: 100%;
}
.node--interview.view-mode-full .group-left {
  float: none;
  width: 100%;
}
.node--interview.view-mode-full .group-right {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .node--interview.view-mode-full .group-left {
    float: left;
    width: 50%;
  }
  .node--interview.view-mode-full .group-right {
    padding-left: 2em;
    float: right;
    width: 50%;
  }
}
.node--interview.view-mode-full .group-contact legend {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin: 2em 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
  font-size: 14px;
  color: #034ea2;
}
.node--interview.view-mode-full .group-footer {
  padding-top: 1em;
}
.node--interview.view-mode-full .group-footer .label-above, .node--interview.view-mode-full .group-footer .label-abovec {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin: 2em 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
  color: #034ea2;
}
.node--interview.view-mode-full .gmap-map {
  margin-top: 1em;
}
.node--interview.view-mode-full .field-name-field-contact-phone {
  background: url("../images/icons/phone.png") left top no-repeat;
}

.logo-row {
  position: relative;
}

.l-region--logo {
  z-index: 10;
  float: left;
}
@media (min-width: 768px) {
  .l-region--logo {
    position: absolute;
    top: -64px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .l-region--logo {
    top: -30px;
  }
  .l-region--logo img {
    height: 90px;
  }
}

#logo img {
  width: 150px;
  margin-bottom: 1em;
}

.top-slider h2 {
  display: inline-block;
  padding: 2px 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 0.3em;
  margin-top: 1em;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 1px #000;
  color: #fff;
}
.top-slider p {
  font-size: 1.4em;
}
.top-slider .carousel-indicators {
  bottom: -10px;
  margin-left: -50%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

ul.menu, ul.language-switcher-locale-url {
  padding-left: 0;
}
ul.menu li, ul.menu li.leaf, ul.language-switcher-locale-url li, ul.language-switcher-locale-url li.leaf {
  list-style-type: none;
  list-style-image: none;
}
@media (min-width: 992px) {
  ul.menu li, ul.menu li.leaf, ul.language-switcher-locale-url li, ul.language-switcher-locale-url li.leaf {
    display: block;
  }
}

ul.menu li a {
  color: #034ea2;
  margin-right: 10px;
}

a.language-link {
  transition: background-color 0.5s;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 22px;
  border: 1px solid #034ea2;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  color: #034ea2;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
a.language-link.active, a.language-link:hover {
  color: #fff;
  background-color: #034ea2;
}
a.language-link.active:hover {
  color: #034ea2;
  background-color: #fff;
}

#main-navigation-collapse {
  padding: 20px 0;
  position: relative;
  top: -12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  cursor: pointer;
}

#main-navigation, #footer-navigation {
  color: #fff;
  min-height: 10px;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
#main-navigation .collapsable, #footer-navigation .collapsable {
  display: none;
}
@media (min-width: 768px) {
  #main-navigation .l-region, #footer-navigation .l-region {
    width: 70%;
  }
}
#main-navigation .pane-menu-menu-climate-kic ul .news-menu-item, #footer-navigation .pane-menu-menu-climate-kic ul .news-menu-item {
  margin-top: 2em;
}
#main-navigation h2, #footer-navigation h2 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}
#main-navigation ul.menu li, #main-navigation ul.menu li.leaf, #footer-navigation ul.menu li, #footer-navigation ul.menu li.leaf {
  display: block;
  padding: 0.3em 0;
  border-bottom: 1px solid #fff;
}
#main-navigation ul.menu li.last, #footer-navigation ul.menu li.last {
  margin-bottom: 1.5em;
}
#main-navigation ul.menu, #main-navigation ul.language-switcher-locale-url, #footer-navigation ul.menu, #footer-navigation ul.language-switcher-locale-url {
  font-size: 0.9em;
}
#main-navigation a, #footer-navigation a {
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}

.main-nav-line {
  height: 10px;
  background-color: #ff6600;
}

#footer-navigation {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.l-region--navigation .pane-menu-menu-target-groups {
  text-align: left;
}
.l-region--navigation ul.menu {
  font-weight: bold;
}
.l-region--navigation ul.menu li {
  z-index: 20;
  position: relative;
}
@media (min-width: 768px) {
  .l-region--navigation ul.menu li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .l-region--navigation ul.menu {
    display: block;
    line-height: 56px;
    padding-left: 70px;
  }
}
@media (min-width: 1200px) {
  .l-region--navigation ul.menu {
    padding-left: 110px;
  }
}
.l-region--navigation ul.menu, .l-region--navigation ul.language-switcher-locale-url {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .l-region--navigation ul.menu, .l-region--navigation ul.language-switcher-locale-url {
    font-size: 0.9em;
  }
}

#navigation {
  z-index: 20;
}
@media (min-width: 992px) {
  #navigation .border {
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
  }
}
@media (min-width: 992px) {
  #navigation {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.l-region--secondary-navigation {
  text-align: center;
}
@media (min-width: 768px) {
  .l-region--secondary-navigation {
    text-align: right;
  }
}
.l-region--secondary-navigation ul.menu {
  display: inline-block;
  text-align: center;
}
.l-region--secondary-navigation ul.menu li {
  display: inline-block;
}
@media (min-width: 992px) {
  .l-region--secondary-navigation ul.menu {
    float: left;
    text-align: right;
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  .l-region--secondary-navigation ul.menu {
    width: 83%;
  }
}
.l-region--secondary-navigation ul.menu a {
  font-weight: bold;
}
.l-region--secondary-navigation ul.menu, .l-region--secondary-navigation ul.language-switcher-locale-url {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .l-region--secondary-navigation ul.menu, .l-region--secondary-navigation ul.language-switcher-locale-url {
    font-size: 0.9em;
  }
}

.pane-menu-menu-klimainnovacios-felhasznalo {
  width: auto;
  display: inline-block;
}
@media (min-width: 992px) {
  .pane-menu-menu-klimainnovacios-felhasznalo {
    padding-left: 0;
    display: block;
  }
}

ul.language-switcher-locale-url {
  display: inline-block;
}
@media (min-width: 992px) {
  ul.language-switcher-locale-url {
    line-height: 56px;
    float: right;
  }
}
ul.language-switcher-locale-url li {
  display: inline-block;
}

.l-region--main-navigation-fourth {
  display: none;
}
@media (min-width: 768px) {
  .l-region--main-navigation-fourth {
    display: block;
  }
}

.mean-container .mean-bar {
  position: fixed;
  top: 0;
  background: #034ea2;
}
.mean-container .mean-nav {
  background-color: #034ea2;
}
.mean-container .mean-nav ul li a {
  padding-left: 40px;
  background-position: 10px;
}
.mean-container .mean-nav ul li a.businesses:hover {
  background: rgba(255, 255, 255, 0.1) url("../images/icons/businesses.png") 10px center no-repeat;
}
.mean-container .mean-nav ul li a.innovators:hover {
  background: rgba(255, 255, 255, 0.1) url("../images/icons/innovators.png") 10px center no-repeat;
}
.mean-container .mean-nav ul li a.students:hover {
  background: rgba(255, 255, 255, 0.1) url("../images/icons/student.png") 10px center no-repeat;
}
.mean-container .mean-nav ul li a.ngos:hover {
  background: rgba(255, 255, 255, 0.1) url("../images/icons/ngos.png") 10px center no-repeat;
}
.mean-container .mean-nav ul li a.public-bodies:hover {
  background: rgba(255, 255, 255, 0.1) url("../images/icons/public_bodies.png") 10px center no-repeat;
}

body, html body.toolbar, html body.admin-menu, body.admin-menu {
  padding-top: 20px !important;
}

@media (min-width: 768px) {
  body, html body.toolbar, html body.admin-menu, body.admin-menu {
    padding-top: 1px !important;
  }
}
ul.menu li .businesses {
  background: url("../images/icons/businesses.png") left center no-repeat;
  padding-left: 30px;
}
ul.menu li .innovators {
  background: url("../images/icons/innovators.png") left center no-repeat;
  padding-left: 30px;
}
ul.menu li .students {
  background: url("../images/icons/student.png") left center no-repeat;
  padding-left: 30px;
}
ul.menu li .ngos {
  background: url("../images/icons/ngos.png") left center no-repeat;
  padding-left: 30px;
}
ul.menu li .public-bodies {
  background: url("../images/icons/public_bodies.png") left center no-repeat;
  padding-left: 30px;
}

@media (min-width: 768px) {
  ul.menu li .businesses, ul.menu li .innovators, ul.menu li .students, ul.menu li .ngos, ul.menu li .public-bodies {
    background: none;
    padding-left: 0;
  }
}
.breadcrumb {
  margin-bottom: 1.5em;
}

.l-region--footer--first, .l-region--footer--second, .l-region--footer--third {
  font-size: 100%;
  text-align: center;
}

.gn-menu li a:before {
  content: "";
}

a.kik_menu_icon {
  margin-left: 1em;
  vertical-align: middle;
  display: inline-block;
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(0.8, 0.8);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(0.8, 0.8);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}
a.kik_menu_icon:hover {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.search-block-form input[type=submit] {
  display: none;
}

#search-form input[type=text] {
  width: 100%;
  height: 2.5em;
  background: url("../images/search_icon.png") right 10px center no-repeat;
  padding-right: 35px;
}
#search-form input[type=submit] {
  margin: 1em 0;
}

.page-search h2 {
  margin: 1em 0;
  font-weight: bold;
}

.search-result {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1em;
  margin-top: 1em;
}
.search-result .search-result__info {
  display: none;
}

.social-block p {
  margin: 0;
}

.ck-linkedin, .ck-twitter, .ck-youtube, .ck-flickr, .ck-facebook {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  background: url("../images/social_icons_sized_new.png") no-repeat;
}
.ck-linkedin a, .ck-twitter a, .ck-youtube a, .ck-flickr a, .ck-facebook a {
  background: url("../images/social_icons_sized_new.png") no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  opacity: 1;
}
.ck-linkedin:hover a, .ck-twitter:hover a, .ck-youtube:hover a, .ck-flickr:hover a, .ck-facebook:hover a {
  opacity: 0;
}

.ck-twitter {
  background-position: 0 0;
}
.ck-twitter a {
  background-position: 0 -30px;
}

.ck-youtube {
  background-position: -30px 0;
}
.ck-youtube a {
  background-position: -30px -30px;
}

.ck-linkedin {
  background-position: -60px 0px;
  margin-left: 0;
}
.ck-linkedin a {
  background-position: -60px -30px;
}

.ck-flickr {
  background-position: -90px 0px;
}
.ck-flickr a {
  background-position: -90px -30px;
}

.ck-facebook {
  background-position: -120px 0px;
  margin-right: 0;
}
.ck-facebook a {
  background-position: -120px -30px;
}

.node--target-group--teaser {
  overflow: hidden;
  text-overflow: ellipsis;
}
.node--target-group--teaser h2 {
  margin: 0.5em 0;
}
.node--target-group--teaser h2 a {
  font-weight: bold;
  line-height: 1.8em;
  color: #034ea2;
}
.node--target-group--teaser img {
  border-bottom: 1px solid #cccccc;
}
.node--target-group--teaser .teaser {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (min-width: 768px) {
  .node--target-group--teaser .teaser {
    height: 10em;
  }
}
@media (min-width: 1200px) {
  .node--target-group--teaser .teaser {
    height: 8em;
  }
}
.node--target-group--teaser .field-more {
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5em;
}

.user-profile.view-mode-profile_teaser .adr {
  margin: 0;
  background: 0;
  padding-left: 0.1em;
  font-size: 0.8em;
}

.user-profile.view-mode-full img {
  width: 100%;
}
.user-profile.view-mode-full .group-left {
  float: none;
  width: 100%;
}
.user-profile.view-mode-full .group-right {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .user-profile.view-mode-full .group-left {
    float: left;
    width: 50%;
  }
  .user-profile.view-mode-full .group-right {
    padding-left: 2em;
    float: right;
    width: 50%;
  }
}
.user-profile.view-mode-full .group-contact legend {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin: 2em 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
  font-size: 14px;
  color: #034ea2;
}
.user-profile.view-mode-full .group-footer {
  padding-top: 1em;
}
.user-profile.view-mode-full .group-footer .label-above, .user-profile.view-mode-full .group-footer .label-abovec {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin: 2em 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
  color: #034ea2;
}
.user-profile.view-mode-full .gmap-map {
  margin-top: 1em;
}
.user-profile.view-mode-full .field-name-field-contact-phone {
  background: url("../images/icons/phone.png") left top no-repeat;
}

body {
  color: #808080;
  padding-top: 0 !important;
}

.highlighted-container {
  padding-top: 10px;
}

.no-border {
  border: none !important;
}

.header-color {
  background-color: #034ea2;
}

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

.bold {
  font-weight: bold;
}

.em-top-margin {
  margin: 2em 0;
}

#panels-dnd-main #top-branding {
  overflow: auto;
}

#top-branding {
  margin-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  #top-branding .border {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #top-branding {
    display: block;
  }
}

.content-container {
  margin-top: 20px;
}

.front .main-content {
  background-color: #fff;
  padding: 0 0 5px 0;
}

.front h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
  padding-bottom: 18px;
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: bold;
}

.highlighted {
  margin-bottom: 10px;
}
.highlighted a {
  color: #034ea2;
  font-weight: bold;
}

.node--news--teaser .group-right, .node--event--teaser .group-right {
  min-height: 135px;
  border-bottom: 1px solid #cccccc;
}
.node--news--teaser .group-right .field-more, .node--event--teaser .group-right .field-more {
  margin: 9px 0;
}
.node--news--teaser .group-right .field-date, .node--event--teaser .group-right .field-date {
  margin-top: 0.5em;
}
.node--news--teaser .group-right h2, .node--event--teaser .group-right h2 {
  margin-bottom: 10px;
}
.node--news--teaser .group-right h2 a, .node--event--teaser .group-right h2 a {
  color: #034ea2;
  font-weight: bold;
}
.node--news--teaser .group-left, .node--event--teaser .group-left {
  display: none;
}
@media (min-width: 768px) {
  .node--news--teaser .group-left, .node--event--teaser .group-left {
    display: block;
  }
}

.node--news.view-mode-full .summary, .node--event.view-mode-full .summary, .node--interview.view-mode-full .summary {
  font-weight: bold;
}

.node--news h2.related-topics-title {
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
  font-weight: bold;
  margin: 2em 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}

div.field-more {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
div.field-more a {
  background: url("../images/green_arrow.png") right top no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  float: right;
}
div.field-more a:hover {
  background: url("../images/blue_arrow.png") left top no-repeat;
  background-size: 30px 30px;
}
div.field-more.orange a {
  background: url("../images/orange_more.png") left top no-repeat;
}
div.field-more.orange a:hover {
  background: url("../images/orange_more_hover.png") left top no-repeat;
}

#search-block-form #edit-search-block-form--2 {
  width: 100%;
  height: 2.5em;
  background: url("../images/search_icon.png") right 10px center no-repeat;
  padding-right: 35px;
  padding-left: 8px;
  border: 0;
  border-bottom: 1px solid #cccccc;
}
#search-block-form #edit-submit {
  display: none;
}

.l-region--left-sidebar .panel-pane {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .l-region--left-sidebar .panel-pane .g-recaptcha {
    transform: scale(0.6);
    -webkit-transform: scale(0.5);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.l-region--left-sidebar .panel-pane.registration {
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 3em;
  border: 1px solid #cccccc;
  background-color: #034ea2;
  color: #fff;
  border: none;
}
.l-region--left-sidebar .panel-pane.registration h2.pane-title {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #cccccc;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  font-weight: bold;
}
.l-region--left-sidebar .panel-pane.registration p {
  font-size: 1.3em;
}
.l-region--left-sidebar .panel-pane.registration a.registration-block {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
}
.l-region--left-sidebar .panel-pane.registration a.registration-block i {
  vertical-align: middle;
  width: 30px;
}
.l-region--left-sidebar .panel-pane.registration a.registration-block:hover {
  background-color: #fff;
  color: #034ea2;
}
.l-region--left-sidebar .panel-pane h2.pane-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.l-region--left-sidebar .panel-pane .form-item label {
  font-size: 0.9em;
}

.l-region--right-sidebar .panel-pane {
  margin-bottom: 20px;
  border-left: 1px solid #cccccc;
  padding-left: 10px;
}
.l-region--right-sidebar .panel-pane.pane-search-form {
  padding: 0;
  border: none;
}
.l-region--right-sidebar .panel-pane.highlighted {
  color: #fff;
  border-left: 1px solid #cccccc;
  overflow-wrap: break-word;
}
.l-region--right-sidebar .panel-pane.highlighted > div {
  background-color: #034ea2;
  padding-top: 1em;
  padding-bottom: 1em;
}
.l-region--right-sidebar .panel-pane.highlighted h2.pane-title {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.l-region--right-sidebar .panel-pane.highlighted p {
  font-size: 1.3em;
}
.l-region--right-sidebar .panel-pane.highlighted a.registration-block {
  display: inline-block;
  color: #034ea2;
}
.l-region--right-sidebar .panel-pane.highlighted a.registration-block:hover {
  color: #fff;
}
.l-region--right-sidebar .panel-pane.highlighted a.registration-block:hover .fa-inverse {
  color: #034ea2;
}
.l-region--right-sidebar .panel-pane h2.pane-title {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
}
.l-region--right-sidebar .panel-pane .event-block-date {
  display: inline-block;
  font-size: 1.3em;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 0.2em;
}
.l-region--right-sidebar .panel-pane .event-block-location {
  color: #fff;
  margin: 0 auto;
  padding-top: 0.2em;
}
.l-region--right-sidebar .panel-pane .node--event--block-view .group-header {
  margin-bottom: 10px;
  position: relative;
}
.l-region--right-sidebar .panel-pane .node--event--block-view .group-left {
  width: 80%;
}
.l-region--right-sidebar .panel-pane .node--event--block-view .group-right {
  width: 30px;
}
.l-region--right-sidebar .panel-pane .rs-link-more {
  margin-top: 5px;
}
.l-region--right-sidebar .panel-pane .rs-link-more a {
  color: #808080;
  font-weight: bold;
  width: 100%;
  background: url("../images/blue_arrow.png") right bottom no-repeat;
  background-size: 20px 20px;
  padding-right: 25px;
  display: block;
}

.footer-color {
  background-color: #555;
  color: #fff;
}
.footer-color ul.menu li a {
  color: #fff;
}

.l-region--footer-first, .l-region--footer-second, .l-region--footer-third {
  padding: 0.5em 0;
}
.l-region--footer-first p, .l-region--footer-second p, .l-region--footer-third p {
  padding: 0;
  margin: 0;
}

.l-region--footer-second ul.menu {
  text-align: center;
}

.l-region--footer-third p {
  margin: 0;
}

.pane-climate-topics {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2em;
}
.pane-climate-topics h2.pane-title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
  margin-top: 3em;
  margin-bottom: 10px;
}

.climate-topic {
  margin-bottom: 2em;
}

.node--climate-topic--teaser {
  cursor: pointer;
  text-align: center;
}
.node--climate-topic--teaser img {
  margin-bottom: 5px;
}
.node--climate-topic--teaser h2 {
  font-size: 1em;
  line-height: 1.2em;
}
.node--climate-topic--teaser h2 a {
  color: #034ea2;
}

.fn.org {
  color: #034ea2;
  font-size: 1.3em;
  margin: 0;
  line-height: 150%;
}

#contact-site-form .form-type-textfield input {
  width: 100%;
}
#contact-site-form .form-actions {
  color: #fff;
  text-transform: uppercase;
  text-align: right;
}
#contact-site-form .form-actions .form-submit {
  background-color: #034ea2;
  border: none;
  padding: 5px 15px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
#contact-site-form .form-item-copy {
  float: left;
}

.pane-programmes.target-program h2.pane-title {
  border-bottom: 2px solid #f2f2f2;
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.node--program--teaser {
  margin-bottom: 20px;
}
.node--program--teaser img {
  width: 100%;
}
.node--program--teaser h2 {
  text-align: center;
  width: 90%;
  position: absolute;
  top: 70%;
}
.node--program--teaser h2 a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.3em;
  background-color: #ff6600;
}

.node--climate-topic--full .climate-topic-icon {
  float: left;
  padding: 0 1em 1em 0;
}

.pane-news-panel-pane-topic-news,
.pane-events-panel-pane-programme-events,
.pane-partners-panel-pane-other-partners,
.pane-interview-programme-interview-pane,
.pane-case-studies-programme-case-studies-pane,
.pane-news-programme-related-news-pane {
  margin-top: 2em;
}
.pane-news-panel-pane-topic-news h2.pane-title,
.pane-events-panel-pane-programme-events h2.pane-title,
.pane-partners-panel-pane-other-partners h2.pane-title,
.pane-interview-programme-interview-pane h2.pane-title,
.pane-case-studies-programme-case-studies-pane h2.pane-title,
.pane-news-programme-related-news-pane h2.pane-title {
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}

h2.banner-header {
  border-bottom: 1px solid #cccccc;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.pane-partners-panel-pane-other-partners {
  margin-top: 1em;
}
.pane-partners-panel-pane-other-partners h2.pane-title {
  font-size: 1.3em;
}

.view-club-search .row {
  margin-bottom: 2em;
}
.view-club-search h2 {
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
  margin-top: 0.5em;
}
.view-club-search img {
  width: 100%;
}

.left-sidebar h2 {
  color: #808080;
  margin: 2em 0 1em 0;
  font-weight: bold;
}
.left-sidebar ul {
  padding-left: 0;
}
.left-sidebar ul li {
  list-style-type: none;
  margin-bottom: 0.5em;
  background: url("../images/list_dot_style.png") left 4px no-repeat;
  padding-left: 25px;
}
.left-sidebar ul li a {
  color: #808080;
}

.label-inline {
  display: inline;
}

.phone, .c_phone, .c_mail, .c_name, .site, .studies {
  padding-left: 35px;
  margin-bottom: 1em;
}

.ds-form .field-type-entityreference input[type=text], .ds-form .field-type-entityreference input[type=password], .ds-form .field-type-entityreference input[type=email], .ds-form .field-type-email input[type=text], .ds-form .field-type-email input[type=password], .ds-form .field-type-email input[type=email], .ds-form .field-type-link-field input[type=text], .ds-form .field-type-link-field input[type=password], .ds-form .field-type-link-field input[type=email], .ds-form .field-type-text input[type=text], .ds-form .field-type-text input[type=password], .ds-form .field-type-text input[type=email], .ds-form .field-type-text-with-summary input[type=text], .ds-form .field-type-text-with-summary input[type=password], .ds-form .field-type-text-with-summary input[type=email], .ds-form .form-item-name input[type=text], .ds-form .form-item-name input[type=password], .ds-form .form-item-name input[type=email], .ds-form .form-item-mail input[type=text], .ds-form .form-item-mail input[type=password], .ds-form .form-item-mail input[type=email], .ds-form .form-item-conf-mail input[type=text], .ds-form .form-item-conf-mail input[type=password], .ds-form .form-item-conf-mail input[type=email], .ds-form .form-type-password input[type=text], .ds-form .form-type-password input[type=password], .ds-form .form-type-password input[type=email], .ds-form .form-type-textfield input[type=text], .ds-form .form-type-textfield input[type=password], .ds-form .form-type-textfield input[type=email], .user-profile-form .field-type-entityreference input[type=text], .user-profile-form .field-type-entityreference input[type=password], .user-profile-form .field-type-entityreference input[type=email], .user-profile-form .field-type-email input[type=text], .user-profile-form .field-type-email input[type=password], .user-profile-form .field-type-email input[type=email], .user-profile-form .field-type-link-field input[type=text], .user-profile-form .field-type-link-field input[type=password], .user-profile-form .field-type-link-field input[type=email], .user-profile-form .field-type-text input[type=text], .user-profile-form .field-type-text input[type=password], .user-profile-form .field-type-text input[type=email], .user-profile-form .field-type-text-with-summary input[type=text], .user-profile-form .field-type-text-with-summary input[type=password], .user-profile-form .field-type-text-with-summary input[type=email], .user-profile-form .form-item-name input[type=text], .user-profile-form .form-item-name input[type=password], .user-profile-form .form-item-name input[type=email], .user-profile-form .form-item-mail input[type=text], .user-profile-form .form-item-mail input[type=password], .user-profile-form .form-item-mail input[type=email], .user-profile-form .form-item-conf-mail input[type=text], .user-profile-form .form-item-conf-mail input[type=password], .user-profile-form .form-item-conf-mail input[type=email], .user-profile-form .form-type-password input[type=text], .user-profile-form .form-type-password input[type=password], .user-profile-form .form-type-password input[type=email], .user-profile-form .form-type-textfield input[type=text], .user-profile-form .form-type-textfield input[type=password], .user-profile-form .form-type-textfield input[type=email] {
  padding-left: 35px;
  margin-bottom: 1em;
}
.ds-form .form-type-link-field input, .user-profile-form .form-type-link-field input {
  margin-bottom: 0;
}
.ds-form .tabledrag-toggle-weight-wrapper, .user-profile-form .tabledrag-toggle-weight-wrapper {
  display: none;
}
.ds-form .form-type-password, .user-profile-form .form-type-password {
  margin-bottom: 0;
}
.ds-form .form-type-password input.password-field, .user-profile-form .form-type-password input.password-field {
  margin-bottom: 0;
}
.ds-form input[type=submit], .user-profile-form input[type=submit] {
  margin-top: 0.5em;
  padding: 2px 5px;
}
.ds-form .form-item-field-city-location-und-0-country label,
.ds-form .form-item-field-institution-address-und-0-country label,
.ds-form .form-item-field-location-und-0-country label, .user-profile-form .form-item-field-city-location-und-0-country label,
.user-profile-form .form-item-field-institution-address-und-0-country label,
.user-profile-form .form-item-field-location-und-0-country label {
  display: none;
}
.ds-form th, .ds-form tr, .user-profile-form th, .user-profile-form tr {
  background: transparent;
}
.ds-form .location legend, .user-profile-form .location legend {
  font-size: 14px;
  color: #808080;
  border: none;
  text-transform: none;
}
.ds-form .location .form-item, .user-profile-form .location .form-item {
  margin-bottom: 0;
}
.ds-form .location .form-item select, .user-profile-form .location .form-item select {
  margin-bottom: 1em;
  padding-left: 35px;
}

#contact-site-form input {
  padding-left: 35px;
}
#contact-site-form .form-item-subject input {
  padding-left: 10px;
}

.phone {
  background: url("../images/icons/phone.png") left center no-repeat;
}

.adr {
  padding-left: 35px;
  background: url("../images/icons/location.png") left center no-repeat;
  margin-top: 1em;
  margin-bottom: 1em;
}

.field-name-field-phone input, .field-name-field-contact-phone input {
  background: url("../images/icons/phone.png") left 10px center no-repeat;
}

.field-name-field-city-location input {
  background: url("../images/icons/city.png") left 10px center no-repeat;
}

.site {
  background: url("../images/icons/web01.png") left center no-repeat;
  background-size: 15px;
}

table#socialfield-table {
  width: 100%;
}
table#socialfield-table > tbody > tr > td:first-child {
  width: 60px;
}
table#socialfield-table > tbody > tr > td:last-child {
  width: 60px;
  text-align: right;
}
table#socialfield-table > tbody > tr > td:last-child input {
  margin: 0 auto 0.5em 1em;
}
table#socialfield-table .draggable {
  margin-top: 1em;
}
table#socialfield-table .social-links {
  display: inline-block;
}
table#socialfield-table .social-links span {
  display: inline-block;
}
table#socialfield-table .icon {
  font-size: 0.7em;
}
table#socialfield-table div.form-type-textfield input.form-text {
  margin-bottom: 0;
}

.social-links ul {
  overflow: visible;
}
.social-links ul li {
  margin-bottom: 10px !important;
}
@media (min-width: 992px) {
  .social-links ul .icon {
    font-size: 0.8em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    padding: 5px;
  }
}

.link-field-url input {
  background: url("../images/icons/web01.png") left 10px center no-repeat;
}

.link-field-title input {
  background: url("../images/icons/web02.png") left 10px center no-repeat;
}

.studies {
  background: url("../images/icons/student.png") left top no-repeat;
}

.field-name-field-education input {
  background: url("../images/icons/student.png") left 10px center no-repeat;
}

.c_name {
  background: url("../images/icons/contact_person.png") left center no-repeat;
}

.field-name-field-contact-name input {
  padding-left: 35px;
  background: url("../images/icons/contact_person.png") left 10px center no-repeat;
}

.form-item-name input {
  padding-left: 35px;
  background: url("../images/icons/user.png") left 10px center no-repeat;
}

.c_phone {
  background: url("../images/icons/phone.png") left center no-repeat;
}

.c_mail {
  background: url("../images/icons/email.png") left center no-repeat;
}

input.password-field, input.password-confirm, #edit-pass {
  padding-left: 35px;
  background: url("../images/icons/password01.png") left 10px center no-repeat;
}

.form-item-field-location-und-0-postal-code input, .form-item-field-institution-address-und-0-postal-code input {
  background: url("../images/icons/zip_code.png") left 10px center no-repeat;
}

.form-item-field-location-und-0-city input, .form-item-field-institution-address-und-0-city input {
  background: url("../images/icons/city.png") left 10px center no-repeat;
}

.form-item-field-location-und-0-street input, .form-item-field-institution-address-und-0-street input {
  background: url("../images/icons/street.png") left 10px center no-repeat;
}

.pane-node h2.pane-title {
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom: 1em;
  margin: 1em 0;
  border-bottom: 2px solid #cccccc;
  text-transform: uppercase;
}

.form-wrapper {
  width: 100%;
  margin-top: 15px;
}

div.password-confirm {
  margin-top: 0;
}

#recaptcha_response_field {
  padding: 2px 5px;
}

.captcha img {
  margin-bottom: 1em;
}

.tooltip-inner {
  min-width: 60%;
}

.vcard .type {
  display: none;
}

#mc_embed_signup_scroll table {
  width: 100%;
}
#mc_embed_signup_scroll div {
  margin-bottom: 5px;
}
#mc_embed_signup_scroll .mailchimp-row-1 {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
  margin-top: 5px;
}
#mc_embed_signup_scroll .mailchimp-row-2 {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
  margin-top: 5px;
}
#mc_embed_signup_scroll .mailchimp-mail {
  margin-top: 5px;
}
#mc_embed_signup_scroll .mailchimp-submit input {
  width: 100%;
}
#mc_embed_signup_scroll #mce-error-response, #mc_embed_signup_scroll #mce-success-response {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 5px;
  background-color: #034ea2;
  color: #fff;
}

.pane-contact h2 {
  margin-bottom: 1em;
}

.tabledrag-handle .handle {
  width: 25px;
  height: 30px;
}

.service-links {
  margin-top: 1em;
}

#site-disclaimer {
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  padding: 0.5em 1em;
}

.form-item-I-agree {
  margin-top: 1em;
}

.user-edit-link {
  font-size: 1.5em;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .user-edit-link {
    position: absolute;
    right: 15px;
  }
}
.user-edit-link:hover {
  font-size: 2.5em;
}

.not-logged-in.page-access .bordered {
  border: 1px solid #f2f2f2;
  margin-bottom: 2em;
  padding: 1em;
}

.not-logged-in.page-user .pane-node {
  border: 1px solid #f2f2f2;
  margin-bottom: 2em;
  padding: 1em;
}
.not-logged-in.page-user .pane-node h2 {
  font-size: 1.3em;
  padding-bottom: 0.5em;
  margin: 0.5em 0;
  border: none;
}

blockquote {
  font-family: Georgia, serif;
  margin: 0.25em 0;
  padding: 0.35em 0 0.35em 40px;
  line-height: 1.45;
  position: relative;
  border: none;
}

blockquote:before {
  display: block;
  padding-left: 20px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #f2f2f2;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

.view-national-career {
  margin-bottom: 10px;
}

.node--webform--full h3 {
  margin: 0.5em 0 1.5em 0;
  text-align: center;
}
.node--webform--full .group-left {
  padding-right: 20px;
}
.node--webform--full .group-left img {
  width: 100%;
}

.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view {
  text-align: center;
  padding: 1em 0.5em;
  background-color: #034ea2;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view .glyphicon-file {
  font-size: 5em;
  color: #fff;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view h2 {
  color: #fff;
  margin: 1em 0;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view p {
  font-size: 1em;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view p a {
  color: #6bb745;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view a.button-like {
  display: block;
  margin: auto;
  width: 80%;
  color: #fff;
  background-color: #034ea2;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view a.button-like:hover {
  box-shadow: inset 1px 1px 2px #000;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view div.button-like .file-icon {
  display: none;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view div.button-like a {
  display: block;
  margin: auto;
  width: 80%;
  color: #fff;
  background-color: #034ea2;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
.l-region--left-sidebar .panel-pane.highlighted .node--application-form--block-view div.button-like a:hover {
  box-shadow: inset 1px 1px 2px #000;
}

.field-collection-container {
  border: none;
}
.field-collection-container .field-collection-view {
  border: none;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0;
}
.field-collection-container .field--name-field-file {
  margin-top: 1em;
}
.field-collection-container .file .file-icon {
  display: none;
}

#edit-legal legend,
.field-type-mailchimp-lists-subscription legend {
  display: none;
}

#edit-field-last-name {
  width: 50%;
  float: left;
  padding-right: 1em;
}

#edit-field-first-name {
  width: 50%;
  float: right;
  padding-left: 1em;
}

.g-recaptcha {
  text-align: center;
}
.g-recaptcha > div > div {
  margin: 0 auto;
}

.hybridauth-widget-wrapper {
  text-align: center;
  margin: 1em auto;
}

#user-register-form #edit-submit {
  width: 304px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#user-register-form #edit-actions {
  text-align: center;
}

.l-region--secondary-navigation ul.menu {
  width: auto;
}

.highlighted-title {
  font-weight: bold;
  color: #034ea2;
  margin: 0.5em 0 0 0;
}
.highlighted-title a {
  color: #034ea2;
  font-weight: bold;
}

.highlighted-more {
  font-weight: bold;
  color: #6bb745;
  text-align: right;
  font-size: 0.8em;
  background: url("../images/green_arrow.png") right top no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  height: 32px;
  padding-right: 25px;
}
.highlighted-more:hover {
  color: #034ea2;
  background: url("../images/blue_arrow.png") right top no-repeat;
  display: inline-block;
  background-size: 20px 20px;
}

.homepage_main {
  padding-left: 30px;
  padding-right: 10px;
}

.homepage_sub {
  padding: 0;
}
.homepage_sub .more-link {
  margin-top: 1em;
}
.homepage_sub .more-link a, .homepage_sub .more-link a:focus, .homepage_sub .more-link a.active {
  color: #6bb745;
  font-weight: bold;
  text-align: right;
  background: url("../images/green_arrow.png") right top no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  width: 100%;
  height: 32px;
  padding-right: 25px;
}
.homepage_sub .more-link a:hover {
  color: #034ea2;
  background: url("../images/blue_arrow.png") right top no-repeat;
  display: inline-block;
  background-size: 20px 20px;
}

.view-mode-main_article {
  font-size: 12px;
}
.view-mode-main_article a {
  font-weight: bold;
}
.view-mode-main_article p {
  margin: 5px 0;
  text-align: left;
}
.view-mode-main_article .home-article-title-small {
  min-height: 2em;
}
.view-mode-main_article .home-article-title {
  min-height: 4em;
}
.view-mode-main_article .home-article-text {
  min-height: 4em;
  font-weight: bold;
}
.view-mode-main_article .home-article-date {
  margin: 0.5em 0;
  font-weight: bold;
}

.view-mode-sub_article {
  min-height: 5em;
  margin-bottom: 5px;
}
.view-mode-sub_article .group-left {
  width: 30%;
}
.view-mode-sub_article .group-right {
  text-transform: initial;
  width: 70%;
  font-size: 12px;
  color: #808080;
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid #cccccc;
  overflow-wrap: break-word;
  min-height: 5em;
}
.view-mode-sub_article .group-right .home-article-title-small {
  min-height: 2em;
}
.view-mode-sub_article .group-right .home-article-title {
  min-height: 4em;
}
.view-mode-sub_article .group-right .home-article-text {
  min-height: 4em;
}
.view-mode-sub_article .group-right a {
  font-weight: bold;
}
.view-mode-sub_article .group-right p {
  text-align: left;
  margin: 0;
}

.right-sidebar-aside, .left-sidebar-aside {
  padding: 0 5px;
}

.tb-megamenu-block h2 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

.tb-megamenu-button::after {
  content: "Menu";
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #034ea2;
}

.tb-megamenu {
  background-color: #fff;
}
.tb-megamenu .check-profiles {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.tb-megamenu .kic-profiles {
  text-align: center;
  display: block;
}
.tb-megamenu .view-profile-page .view-empty {
  text-align: center;
}
.tb-megamenu .node--program {
  height: auto;
}
.tb-megamenu .node--program img {
  display: none;
}
@media (min-width: 992px) {
  .tb-megamenu .node--program {
    height: 11em;
  }
  .tb-megamenu .node--program img {
    display: block;
  }
}
.tb-megamenu .dropdown-menu a {
  white-space: normal;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: #6bb745;
  background-color: #f2f2f2;
}
.tb-megamenu .nav li a, .tb-megamenu .nav li.active a {
  color: #034ea2;
  border: 0;
  background: none;
}
.tb-megamenu .nav li a:hover, .tb-megamenu .nav li a:active, .tb-megamenu .nav li a:focus, .tb-megamenu .nav li.active a:hover, .tb-megamenu .nav li.active a:active, .tb-megamenu .nav li.active a:focus {
  color: #6bb745;
}
.tb-megamenu .collapse, .tb-megamenu .collapsing {
  background-color: #f2f2f2;
}
.tb-megamenu .collapse .dropdown-menu, .tb-megamenu .collapsing .dropdown-menu {
  background-color: #f2f2f2;
  border: 0;
}
.tb-megamenu .collapse .nav li a, .tb-megamenu .collapsing .nav li a {
  color: #034ea2;
  border-top: 0;
}
.tb-megamenu .collapse .nav li a:hover, .tb-megamenu .collapse .nav li a:active, .tb-megamenu .collapse .nav li a:focus, .tb-megamenu .collapsing .nav li a:hover, .tb-megamenu .collapsing .nav li a:active, .tb-megamenu .collapsing .nav li a:focus {
  color: #6bb745;
}
.tb-megamenu .collapse .mega-inner ul li, .tb-megamenu .collapsing .mega-inner ul li {
  margin: 10px 0;
}
.tb-megamenu .collapse .mega-inner ul li a, .tb-megamenu .collapsing .mega-inner ul li a {
  background: url("../images/blue_arrow.png") left center no-repeat;
  background-size: 15px 15px;
  width: 100%;
  padding-left: 20px;
  border: 0;
}
.tb-megamenu .collapse .mega-inner ul li a:hover, .tb-megamenu .collapsing .mega-inner ul li a:hover {
  background: url("../images/green_arrow.png") left center no-repeat;
  background-size: 15px 15px;
  width: 100%;
  padding-left: 20px;
}
.tb-megamenu .nav-collapse .dropdown-menu {
  background-color: #f2f2f2;
  border: 0;
}
.tb-megamenu .mega-inner ul li {
  margin: 10px 0;
}
.tb-megamenu .mega-inner ul li a {
  background: url("../images/blue_arrow.png") left center no-repeat;
  background-size: 15px 15px;
  width: 100%;
  padding-left: 20px;
  border: 0;
}
.tb-megamenu .mega-inner ul li a:hover {
  background: url("../images/green_arrow.png") left center no-repeat;
  background-size: 15px 15px;
  width: 100%;
  padding-left: 20px;
}
.tb-megamenu #user-login-form ul li a {
  background: none;
  padding: 0;
}
.tb-megamenu .form-item {
  margin: 0;
}
.tb-megamenu .form-item input {
  height: auto;
  padding-left: 35px;
}
.tb-megamenu .form-item #edit-pass--2 {
  padding-left: 35px;
  background: url('../images/icons/password01.png') left 10px center no-repeat;
  background-color: #fff;
}
.tb-megamenu .home-menu-community {
  padding: 0;
}
.tb-megamenu .home-menu-community a {
  padding: 0.5em 0;
  font-weight: bold;
}

.event-list-item {
  margin-bottom: 10px;
  padding: 0 10px;
}
.event-list-item p {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.event-list-item .event-date {
  font-size: 12px;
}

.news-list-item .group-left {
  width: 16%;
}
.news-list-item .group-right {
  width: 84%;
}

.views-field-field-banner-horizont {
  margin: 30px 0;
  text-align: center;
}

.views_slideshow_cycle_main, .views_slideshow_main, .viewsSlideshowCycle-processed {
  display: none;
  float: none;
  overflow: hidden;
}
.views_slideshow_cycle_main img, .views_slideshow_main img, .viewsSlideshowCycle-processed img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .views_slideshow_cycle_main, .views_slideshow_main, .viewsSlideshowCycle-processed {
    width: 60%;
    display: block;
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
  }
}

.views-slideshow-controls-bottom {
  cursor: pointer;
  display: none;
  float: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .views-slideshow-controls-bottom {
    width: 40%;
    float: left;
    cursor: pointer;
    height: auto;
    display: block;
  }
}
.views-slideshow-controls-bottom .views-slideshow-pager-field-item {
  background-color: #f2f2f2;
  color: #034ea2;
  min-height: 90px;
  height: auto;
  padding: 10px;
  margin-bottom: 5px;
}
.views-slideshow-controls-bottom .views-slideshow-pager-field-item .content-slider-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
.views-slideshow-controls-bottom .active,
.views-slideshow-controls-bottom .active a {
  color: #f2f2f2;
  background-color: #034ea2;
  text-decoration: none;
}

.pane-menu-menu-klimainnovacios-felhasznalo, .pane-menu-menu-klimainnovacio-user-menu {
  display: block;
  float: none;
  background-color: #034ea2;
  padding: 5px;
}
@media (min-width: 768px) {
  .pane-menu-menu-klimainnovacios-felhasznalo, .pane-menu-menu-klimainnovacio-user-menu {
    background-color: #034ea2;
    margin: 0;
    padding: 5px;
    float: right;
    min-width: 61%;
  }
}
.pane-menu-menu-klimainnovacios-felhasznalo .leaf a, .pane-menu-menu-klimainnovacio-user-menu .leaf a {
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.pane-menu-menu-klimainnovacios-felhasznalo .last a, .pane-menu-menu-klimainnovacio-user-menu .last a {
  font-size: 0.8em;
  font-weight: normal;
}
.pane-menu-menu-klimainnovacios-felhasznalo ul, .pane-menu-menu-klimainnovacio-user-menu ul {
  margin: 0;
}

.login-container {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .login-container {
    padding: 0 5px;
  }
}

.register-to-event .pane-title {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0;
  line-height: 3em;
  background: url("../images/icons/register.png") right center no-repeat;
  text-transform: uppercase;
  color: #034ea2;
}
.register-to-event .form-wrapper {
  margin-top: 10px;
}
.register-to-event .form-item {
  margin-bottom: 0;
}

header #navigation {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2em;
  margin-top: 2em;
}

.home-icon-border {
  border-right: 1px solid #034ea2;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  float: left;
}

.home-icon-title {
  font-size: 1.5em;
  color: #034ea2;
  margin-top: 10px;
  display: inline-block;
  text-align: left;
}

.webform-client-form {
  margin-top: 1em;
}

.panels-flexible-row-19-1 .panels-flexible-region,
.panels-flexible-row-19-2 .panels-flexible-region,
.panels-flexible-row-19-4 .panels-flexible-region,
.panels-flexible-row-19-5 .panels-flexible-region {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.panels-flexible-row-19-1 .panels-flexible-region .homepage_main,
.panels-flexible-row-19-2 .panels-flexible-region .homepage_main,
.panels-flexible-row-19-4 .panels-flexible-region .homepage_main,
.panels-flexible-row-19-5 .panels-flexible-region .homepage_main {
  padding: 0;
}
.panels-flexible-row-19-1 .panels-flexible-region .homepage_sub .group-left,
.panels-flexible-row-19-2 .panels-flexible-region .homepage_sub .group-left,
.panels-flexible-row-19-4 .panels-flexible-region .homepage_sub .group-left,
.panels-flexible-row-19-5 .panels-flexible-region .homepage_sub .group-left {
  width: 20%;
}
.panels-flexible-row-19-1 .panels-flexible-region .homepage_sub .more-link a,
.panels-flexible-row-19-2 .panels-flexible-region .homepage_sub .more-link a,
.panels-flexible-row-19-4 .panels-flexible-region .homepage_sub .more-link a,
.panels-flexible-row-19-5 .panels-flexible-region .homepage_sub .more-link a {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .panels-flexible-row-19-1 .panels-flexible-region,
  .panels-flexible-row-19-2 .panels-flexible-region,
  .panels-flexible-row-19-4 .panels-flexible-region,
  .panels-flexible-row-19-5 .panels-flexible-region {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .panels-flexible-row-19-1 .panels-flexible-region .homepage_main,
  .panels-flexible-row-19-2 .panels-flexible-region .homepage_main,
  .panels-flexible-row-19-4 .panels-flexible-region .homepage_main,
  .panels-flexible-row-19-5 .panels-flexible-region .homepage_main {
    padding: 0;
  }
  .panels-flexible-row-19-1 .panels-flexible-region .homepage_sub .group-left,
  .panels-flexible-row-19-2 .panels-flexible-region .homepage_sub .group-left,
  .panels-flexible-row-19-4 .panels-flexible-region .homepage_sub .group-left,
  .panels-flexible-row-19-5 .panels-flexible-region .homepage_sub .group-left {
    width: 20%;
  }
  .panels-flexible-row-19-1 .panels-flexible-region .homepage_sub .more-link a,
  .panels-flexible-row-19-2 .panels-flexible-region .homepage_sub .more-link a,
  .panels-flexible-row-19-4 .panels-flexible-region .homepage_sub .more-link a,
  .panels-flexible-row-19-5 .panels-flexible-region .homepage_sub .more-link a {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .panels-flexible-row-19-1 .panels-flexible-region,
  .panels-flexible-row-19-2 .panels-flexible-region,
  .panels-flexible-row-19-4 .panels-flexible-region,
  .panels-flexible-row-19-5 .panels-flexible-region {
    display: block;
    width: 50%;
    margin-bottom: 1em;
  }
  .panels-flexible-row-19-1 .panels-flexible-region .homepage_main,
  .panels-flexible-row-19-2 .panels-flexible-region .homepage_main,
  .panels-flexible-row-19-4 .panels-flexible-region .homepage_main,
  .panels-flexible-row-19-5 .panels-flexible-region .homepage_main {
    padding-left: 30px;
    padding-right: 10px;
  }
  .panels-flexible-row-19-1 .panels-flexible-region .homepage_sub .group-left,
  .panels-flexible-row-19-2 .panels-flexible-region .homepage_sub .group-left,
  .panels-flexible-row-19-4 .panels-flexible-region .homepage_sub .group-left,
  .panels-flexible-row-19-5 .panels-flexible-region .homepage_sub .group-left {
    width: 30%;
  }
  .panels-flexible-row-19-1 .panels-flexible-region .homepage_sub .more-link a,
  .panels-flexible-row-19-2 .panels-flexible-region .homepage_sub .more-link a,
  .panels-flexible-row-19-4 .panels-flexible-region .homepage_sub .more-link a,
  .panels-flexible-row-19-5 .panels-flexible-region .homepage_sub .more-link a {
    font-size: 1em;
  }
}

ul.language-switcher-locale-url {
  float: right;
}

@media only screen and (max-width: 992px) {
  .header-second-row {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .header-second-row {
    margin-top: 1em;
  }
}
.user-profile-page-node-form .ds-form .form-item label {
  width: 100%;
  float: left;
  margin: 0;
  color: #034ea2;
}
@media (min-width: 768px) {
  .user-profile-page-node-form .ds-form .form-item label {
    width: 25%;
    margin: 1em 0;
  }
}
.user-profile-page-node-form .ds-form .form-item div {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .user-profile-page-node-form .ds-form .form-item div {
    width: 75%;
  }
}
.user-profile-page-node-form .ds-form .form-item input[type="text"] {
  width: 100%;
  margin: 0;
  padding: 2px;
}
@media (min-width: 768px) {
  .user-profile-page-node-form .ds-form .form-item input[type="text"] {
    width: 45%;
    margin: 1em 0;
  }
}
.user-profile-page-node-form .ds-form .form-item input[type="submit"] {
  width: auto;
  margin: 0;
}
.user-profile-page-node-form .ds-form .form-item select {
  width: inherit;
  margin: 1em 0;
}
.user-profile-page-node-form .ds-form .form-item textarea {
  margin-top: 1em;
  width: 100%;
  resize: none;
}
@media (min-width: 768px) {
  .user-profile-page-node-form .ds-form .form-item textarea {
    width: 60%;
  }
}
.user-profile-page-node-form .ds-form .form-item .grippie {
  width: 100%;
}
@media (min-width: 768px) {
  .user-profile-page-node-form .ds-form .form-item .grippie {
    width: 60%;
  }
}
.user-profile-page-node-form .ds-form .form-item .option {
  float: none;
  width: 100%;
  color: #808080;
}
.user-profile-page-node-form #social-field-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .user-profile-page-node-form #social-field-wrapper {
    width: 70%;
  }
}
.user-profile-page-node-form #social-field-wrapper input[type="submit"] {
  width: auto;
  margin: 0;
}
.user-profile-page-node-form #social-field-wrapper input[type="text"] {
  width: 98%;
  padding: 2px;
  margin-top: 5px;
}
.user-profile-page-node-form input[type="submit"] {
  width: auto;
  margin: 0 0.5em;
}

.node--user-profile-page .profile-image img {
  max-width: 100%;
}
.node--user-profile-page .profile-name {
  font-size: 1.3em;
  font-weight: bold;
}
.node--user-profile-page .profile-headline {
  font-weight: bold;
  margin-bottom: 1em;
}
.node--user-profile-page .social-links li {
  margin: 0 5px 0 0 !important;
}
.node--user-profile-page .social-links span {
  display: none;
}
.node--user-profile-page .group-header {
  text-align: right;
  margin-bottom: 2em;
  height: 2em;
}
.node--user-profile-page .group-header:hover a {
  font-size: 16px;
  transition: all 0.5s;
}
.node--user-profile-page .group-header:hover a .glyphicon-edit {
  font-size: 16px;
}
.node--user-profile-page .group-left, .node--user-profile-page .group-right {
  width: 100%;
  margin-bottom: 1em;
  color: #034ea2;
}
.node--user-profile-page .group-left .label-above, .node--user-profile-page .group-right .label-above {
  font-weight: bold;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .node--user-profile-page .group-left, .node--user-profile-page .group-right {
    width: 25%;
  }
}
.node--user-profile-page .group-middle {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .node--user-profile-page .group-middle {
    width: 50%;
  }
}
.node--user-profile-page .group-middle .adr, .node--user-profile-page .group-middle .c_mail, .node--user-profile-page .group-middle .phone {
  background-size: 15px;
}
.node--user-profile-page .group-footer {
  padding-top: 2em;
}
.node--user-profile-page .group-footer .label-abovec {
  width: 100%;
  float: left;
  color: #034ea2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .node--user-profile-page .group-footer .label-abovec {
    width: 25%;
    margin-bottom: 1em;
  }
}
.node--user-profile-page .group-footer .others {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .node--user-profile-page .group-footer .others {
    width: 75%;
    margin-bottom: 1em;
  }
}

.profile-page-teasers {
  margin-bottom: 1em;
}
.profile-page-teasers > div {
  -moz-box-shadow: 0px 0px 4px 0px rgba(21, 108, 201, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(21, 108, 201, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(21, 108, 201, 0.2);
  min-height: 23em;
  position: relative;
}
.profile-page-teasers > div:hover {
  -moz-box-shadow: 8px 8px 8px rgba(21, 108, 201, 0.2);
  -webkit-box-shadow: 8px 8px 8px rgba(21, 108, 201, 0.2);
  box-shadow: 8px 8px 8px rgba(21, 108, 201, 0.2);
  transition: all 0.3s;
}
.profile-page-teasers img {
  padding: 0.5em;
}
.profile-page-teasers .link-profile {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.profile-teaser-name {
  color: #034ea2;
  padding: 0 0.5em;
  font-weight: bold;
}

.profile-teaser-job {
  padding: 0.2em 0.5em 0 0.5em;
  font-style: italic;
}

.profile-teaser-city {
  padding: 0.2em 0.5em 0 0.5em;
}

.profile-teaser-show {
  background-color: #034ea2;
  color: #fff;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  margin-top: 1em;
  display: block;
}

.profile-teaser-show:hover,
.profile-teaser-show:active {
  background-color: #034ea2;
  color: #fff;
}

.menu-profile .views-field a {
  padding: 0;
}
.menu-profile .menu-own-profile-show, .menu-profile .menu-own-profile-addoredit {
  text-align: center;
  margin-bottom: 1em;
}
.menu-profile .menu-own-profile-show a, .menu-profile .menu-own-profile-addoredit a {
  font-weight: bold;
}
.menu-profile .menu-own-profile-complete {
  text-align: center;
}
.menu-profile .menu-own-profile-complete .value {
  text-align: center;
  padding: 32px 20px;
  background-color: transparent;
  width: 100px;
  margin: 1em auto;
  border-radius: 50px;
  color: #034ea2;
  border: 3px solid #034ea2;
  font-size: 1.5em;
}

.l-region--right-sidebar .view-events .views-row {
  margin-top: 0;
}
.l-region--right-sidebar .pane-profile-page {
  background-color: #034ea2;
  color: #fff;
  padding: 1em 0;
  min-height: 12em;
}
.l-region--right-sidebar .pane-profile-page .view-profile-page {
  padding-top: 1em;
}
.l-region--right-sidebar .pane-profile-page h2 {
  color: #fff;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .views-field a {
  padding: 0;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .menu-own-profile-show, .l-region--right-sidebar .pane-profile-page .menu-profile .menu-own-profile-addoredit {
  text-align: center;
  margin-bottom: 1em;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .menu-own-profile-show a, .l-region--right-sidebar .pane-profile-page .menu-profile .menu-own-profile-addoredit a {
  font-weight: bold;
  color: #fff;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .menu-own-profile-complete {
  text-align: center;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .menu-own-profile-complete .value {
  text-align: center;
  padding: 32px 20px;
  background-color: transparent;
  width: 100px;
  margin: 1em auto;
  border-radius: 50px;
  color: #fff;
  border: 3px solid #fff;
  font-size: 1.5em;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .view-empty {
  text-align: center;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .view-empty a {
  color: #fff;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .view-empty a .fa-pencil {
  color: #034ea2;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .view-empty a:hover {
  color: #fff;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .view-empty a:hover .fa-pencil {
  color: #fff;
}
.l-region--right-sidebar .pane-profile-page .menu-profile .view-empty a:hover .fa-circle {
  color: #034ea2;
}

.create-link {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}

.menu-newest-users .menu-image-link a {
  padding: 0;
}
.menu-newest-users .view-footer a {
  font-weight: bold;
  padding-top: 2em;
}

.views-exposed-widgets > div > label {
  color: #034ea2;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.views-exposed-form .views-exposed-widget {
  width: 100%;
  padding: 0;
}

html.js .form-autocomplete {
  background-position: 100% 6px;
}

.views-exposed-form .form-item label {
  font-weight: normal;
  font-size: 1em;
}

.webform-component-select-or-other > label {
    display: none;
}

.views-slideshow-pager-fields div {
    display: block !important;
}
.view-id-target_groups.view-display-id-default .node {
    float: left;
}

.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}