#GrabThis {
  outline: 5px solid red !important;
}
.content-page {
  padding-top: 130px;
  padding-bottom: 50px;
}
.content-page h1 {
  font-family: 'Roboto Condensed';
  border-bottom: 1px solid rgba(0,0,0,0.25);
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.content-page main ol {
  margin: 20px 0px;
}
.content-page main ol li {
  margin-left: 60px;
}
body .navbar {
  z-index: 600;
  font-size: 12px;
}
body .navbar .navbar-brand img {
  border-radius: 100%;
  box-shadow: 0em 0.5em 1em rgba(6,37,50,0.7);
}
@media (max-width:479px) {
  body .navbar .navbar-brand img {
    width: 60px;
    margin-top: -10px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  body .navbar {
    font-size: 12px;
  }
  body .navbar li a {
    max-width: 20vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width:767px) {
  body .navbar li a {
    margin: 0px 0px 0px auto;
    max-width: none;
    padding-left: 70px;
  }
  body .navbar .submenu li a {
    margin-left: 70px;
  }
}
body .navbar .navbar-nav>li>a {
  color: #95d600;
  text-transform: uppercase;
}
@media (min-width:768px) and (max-width:991px) {
  body .navbar .navbar-nav>li>a {
    padding: 10px 5px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  body .navbar .navbar-nav>li>a {
    padding: 15px 10px;
  }
}
body .navbar .navbar-nav.navbar-right li a {
  padding: 15px 3px 8px 3px;
  text-transform: none;
}
body .navbar .navbar-nav.navbar-right ul.submenu li a {
  padding: 3px 20px;
}
@media (min-width:768px) {
  body .navbar .navbar-nav.navbar-right .first {
    margin-left: 20px;
  }
}
@media (max-width:767px) {
  body .navbar .navbar-nav.navbar-right li a {
    padding-left: 70px;
  }
  body .navbar .navbar-nav.navbar-right li.first a {
    margin-left: 0px;
  }
}
body .navbar .navbar-nav hr.slim {
  margin: 0.3em;
}
#twitter {
  list-style: none;
  padding: 0;
  font-size: 12px;
}
#twitter li:not(:last-child) {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: solid 1px #95d600;
}
#twitter li .status {
  display: block;
}
.tip-of-the-day .content {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: solid 1px #95d600;
}
.tip-of-the-day .feedback label {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}
.tip-of-the-day .feedback button[type="submit"] {
  display: none;
}
.flip-container .more {
  position: absolute;
  bottom: 1em;
  right: 2em;
}
#login {
  margin: 100px auto 60px auto;
  width: 60%;
  min-width: 250px;
  max-width: 500px;
}
#password-change {
  margin: 100px auto 60px auto;
  width: 70%;
  min-width: 300px;
  max-width: 600px;
}
form .form-group {
  position: relative;
}
form .form-group .form-control.k-invalid {
  border: solid 1px #d00;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form .form-group .k-tooltip-validation.k-invalid-msg {
  position: absolute;
  width: 100%;
  background: #b00;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  text-align: right;
  border: solid 1px #d00;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.attachments {
  padding-top: 0.3em;
  margin-top: 1.3em;
  border-top: solid 1px #95d600;
  font-size: 24px;
}
body>footer {
  background: radial-gradient(ellipse at 50% -10px,#494949,#000000,#000000);
  margin-top: 50px;
}
@media (min-width:480px) and (max-width:767px) {
  body>footer {
    padding-left: 20vw;
    padding-right: 20vw;
  }
}
@media (max-width:479px) {
  body>footer {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
body>footer h5 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  font-family: 'Roboto Condensed';
  color: white;
}
@media (max-width:767px) {
  body>footer h5 {
    display: none;
  }
}
body>footer .footer-col:not(:first-child) h5 {
  margin-left: -14px;
}
body>footer .footer-col:not(:last-child) h5 {
  margin-right: -14px;
}
body>footer .container p {
  font-family: 'Roboto Condensed';
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}
body .footer-contact {
  cursor: pointer;
}
body .footer-contact .contact-text {
  color: rgba(255,255,255,0.75);
  font-family: 'Roboto Condensed';
}
@media (min-width:768px) {
  body .footer-contact .contact-text {
    text-align: right;
    padding: 2px 95px 2px 0px;
    background: url(/assets/image/contact-map-thumbnail.png) no-repeat 95% center;
    background-size: contain;
    margin-top: 30px;
  }
}
@media (max-width:767px) {
  body .footer-contact .contact-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body .footer-coordinator {
  text-align: center;
}
body .footer-coordinator .coordinator-logo {
  margin: 0 auto;
  padding: 8px 25px 40px 25px;
  max-width: 250px;
  max-height: 80px;
}
body .footer-eu img {
  height: 50px;
  margin: 5px auto 60px auto;
}
@media (min-width:992px) {
  body .footer-eu div.text {
    padding: 5px 20px 12px 20px;
  }
  body .footer-eu img {
    float: left;
    margin-right: 1em;
  }
  body .footer-eu p:not([class^="text-"]) {
    text-align: left;
  }
  body .footer-eu p.text-center {
    text-align: center;
  }
}
body .latest-news-1-3 {
  padding: 20px 0px 0px 0px;
}
@media (max-width:767px) {
  body .latest-news-1-3 > .row > div:not(:last-child) .latest-news-article {
    border-bottom: none;
  }
  body .latest-news-1-3 > .row > div:not(:first-child) .latest-news-article {
    border-top: 1px dotted #95d600;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
body .latest-news-article {
  border-radius: 22px;
  padding-top: 22px;
  padding-left: 21px;
  padding-right: 21px;
  border-top: 7px solid #95d600;
  border-bottom: 7px solid #95d600;
  margin-bottom: 10px;
  height: 390px;
  overflow: hidden;
}
body .latest-news-article .location {
  text-align: right;
  font-size: 12px;
  margin-bottom: .4em;
}
body .latest-news-article .date {
  text-align: right;
  font-size: 12px;
  height: 3ex;
  padding-top: 3px;
}
body .latest-news-article img:not(.flag,
body .latest-news-article .project-event) {
  max-width: 100%;
  height: 120px;
  display: block;
  margin: .8em auto;
}
body .latest-news-article .event-metadata {
  background: #95d600;
  color: #fff;
  padding: 3px 6px;
  margin-bottom: 0.6em;
  border-radius: 3px;
}
body .latest-news-article .event-metadata .date {
  float: right;
}
body .latest-news-article .event-metadata .flag-icon {
  font-size: 1.4em;
  line-height: 1.4em;
}
body .latest-news-article .event-metadata .s2a-logo {
  height: 23px;
}
body .latest-news-article h4.media-heading {
  font-size: 18px;
  font-family: 'Roboto Condensed';
  min-height: 9ex;
}
body .latest-news-article .media-body {
  font-size: 12px;
}
body .latest-news-article .media-body p,
body .latest-news-article .latest-news-article-text p {
  font-size: 14px;
  line-height: 135%;
  margin: 0px 0px 15px 0px;
}
body .latest-news-article .media-body p.date,
body .latest-news-article .latest-news-article-text p.date {
  font-size: 11px;
}
body .latest-news-article .media-body p.preview,
body .latest-news-article .latest-news-article-text p.preview {
  word-break: break-word;
  font-size: 12px;
}
body .latest-news-article .latest-news-article.latest-news-article-image-behind,
body .latest-news-article a.more {
  display: block;
  margin-top: 0px;
  padding-bottom: 12px;
  text-align: right;
  font-size: 13px;
}
body .side-articles {
  margin: 45px 8px 0px 8px;
  border-radius: 12px;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.5);
  background: white;
}
@media (max-width: 767px) {
  body .side-articles {
    margin: 10px 0px;
  }
}
body .side-articles>div>header {
  height: auto;
  min-height: 46px;
  margin: 0px -1px;
  border: 1px solid rgba(0,0,0,0.25);
  border-bottom: none;
  background: radial-gradient(ellipse 400px 240px at 50% -30px,#a0e10b,#4c8d00,#4c8d00);
  color: white;
  border-radius: 12px 12px 0px 0px;
  font: 16px 'Roboto Condensed';
  text-align: center;
  text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  padding-top: calc(19px);
  padding-bottom: 12px;
  text-transform: uppercase;
}
body .side-articles>div>section {
  position: relative;
  margin: 0px 0px;
  padding: 15px 25px 15px 50px;
  background: #f4f4f4;
  overflow: hidden;
}
body .side-articles>div>section .side-icon {
  position: absolute;
  margin-left: -50px;
  margin-top: -15px;
  background: linear-gradient(rgba(0,0,0,0.14),transparent);
  width: 35px;
  height: 100px;
}
body .side-articles>div>section .side-icon img {
  width: 23px;
  margin-left: 6px;
  margin-top: 20px;
}
body .side-articles>div>section .side-icon .fa {
  font-size: 20px;
  margin-top: 20px;
  display: block;
  text-align: center;
}
body .side-articles>div>footer {
  height: 10px;
  margin: 0px -1px;
  border: 1px solid rgba(0,0,0,0.25);
  border-top: none;
  background: linear-gradient(#b8f923,#7cbd00);
  border-radius: 0px 0px 12px 12px;
  font-size: 12px;
  text-align: center;
}
body .side-articles section > ul {
  list-style-type: none;
  padding: 0;
}
body .side-articles .knowledge-base-tools {
  font-size: 12px;
}
body .side-articles .knowledge-base-tools li {
  margin-bottom: 0.6em;
}
body .partners h4.media-heading {
  font-size: 33px;
  font-family: 'Roboto Condensed';
  padding: 35px 0px 25px 0px;
  text-align: center;
}
body .partners .media-body p,
body .partners .partners-text p {
  font-size: 14px;
  text-align: justify;
  line-height: 138%;
  padding: 0px 45px 0px 0px;
}
body .partners-list {
  display: table;
  margin: 20px auto 30px auto;
  min-width: 60%;
}
body .partners-item {
  float: left;
  text-align: center;
  display: table-cell;
  border: 4px solid transparent;
  min-width: 90px;
}
body .partners-item .partners-item-photo {
  background-color: white;
  background-size: contain;
  width: 83px;
  height: 83px;
  margin: 2px auto;
  border-radius: 3px;
  box-shadow: -4px -30px 90px -50px black inset;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.6);
  border-left: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.4);
  background-position: center center;
  background-repeat: no-repeat;
}
body .partners-item .partners-item-photo {
  transition: all 0.9s ease;
}
body .partners-item .partners-item-photo:hover {
  box-shadow: 0px 0px 15px -8px black inset;
  transition: all 0.05s ease;
}
p.bg-success {
  padding: 15px;
}
.tooltip {
  z-index: 100000 !important;
}
.tooltip .tooltip-inner {
  text-align: left !important;
}
article.post img {
  max-width: 100%;
}
.flip-container {
  perspective: 1200px;
  margin: 15px 0px;
}
.flip-container,
.front,
.back {
  width: 100%;
}
@media (min-width:992px) and (max-width:1199px) {
  .flip-container,
  .front,
  .back {
    min-height: auto;
    height: 280px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .flip-container,
  .front,
  .back {
    min-height: auto;
    height: 220px;
  }
}
@media (min-width:480px) and (max-width:767px) {
  .flip-container,
  .front,
  .back {
    min-height: auto;
    height: 250px;
  }
}
@media (max-width:479px) {
  .flip-container,
  .front,
  .back {
    min-height: auto;
    height: 180px;
  }
}
@media (max-width:479px) {
  .flip-container {
    margin: 15px auto;
    width: 270px;
  }
}
@media (max-width:360px) {
  .flip-container {
    margin: 15px 0px;
    width: auto;
  }
}
.flipper {
  position: relative;
  transition: 500ms;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.front {
  position: relative;
  background: linear-gradient(#606060,#000000);
  color: #95d600;
  font-family: 'Roboto Condensed';
  border-radius: 15px;
  transform: rotateY(0deg);
  text-align: center;
}
@media (min-width:768px) and (max-width:991px) {
  .front img {
    max-height: 170px;
  }
}
@media (min-width:480px) and (max-width:767px) {
  .front img {
    max-height: 230px;
  }
}
@media (max-width:479px) {
  .front img {
    max-height: 140px;
  }
}
.back {
  background: white;
  font-family: 'Roboto Condensed';
  padding: 20px 30px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 15px;
  box-shadow: 0px 0px 120px -15px rgba(0,0,0,0.1) inset;
  transform: rotateY(180deg);
}
.flip-container:hover .flipper,
.flip-container.hover .flipper,
.flip-container.flip .flipper {
  transform: rotateY(180deg);
}
h4 {
  text-align: center;
  line-height: 145%;
}
@media (max-width:767px) {
  h4 {
    padding: 10px;
  }
}
@media (min-width:1200px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  h4 {
    font-size: 19px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width:480px) and (max-width:767px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width:479px) {
  h4 {
    font-size: 15px;
  }
}
h3 {
  margin-bottom: 20px;
  font: 18px 'Roboto Condensed';
  line-height: 145%;
}
.related-measures .measure {
  display: inline-block;
  width: 112px;
  padding: 6px;
  text-align: center;
  font-size: 12px;
}
.related-measures .measure .thumbnail {
  max-width: 100px;
  max-height: 100px;
}
.competition .meta {
  font-size: 11px;
  text-align: right;
}
h1 small {
  font-size: 30px;
}
body.fullsize-video {
  overflow: hidden;
}
.dk-fullsize-switcher {
  text-align: right;
}
.dk-fullsize-switcher.fullsize-video {
  z-index: 11002;
  position: fixed;
  top: 10px;
  right: 35px;
  transform: translateX(100%);
  transition: all 250ms ease;
}
.dk-fullsize-switcher.fullsize-video button {
  padding-right: 40px;
}
.dk-fullsize-switcher.fullsize-video:hover {
  transform: translateX(50px);
}
.dk-iframe-holder {
  overflow-x: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.dk-iframe-holder iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 500ms ease;
}
.dk-iframe-holder.fullsize-video {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11001;
  margin: 0;
  background: white;
}
.dk-iframe-holder.fullsize-video iframe {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
.elearning .progress-bar {
  background: #00953A;
  background: -moz-linear-gradient(top,#00c84e 0%,#00953A 100%);
  background: -webkit-linear-gradient(top,#00c84e 0%,#00953A 100%);
  background: linear-gradient(to bottom,#00c84e 0%,#00953A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@s2aGreenLight',endColorstr='@s2aGreen',GradientType=0);
}
.widget {
  padding: 22px;
  margin-top: 20px;
  border: none;
  border-top: solid 7px #95d600;
  border-bottom: solid 7px #95d600;
  border-radius: 22px;
}
.side-articles .upcoming-events li {
  margin-bottom: 0.8em;
}
.side-articles .upcoming-events li .event-date {
  font-size: 11px;
}
#challenge-list [data-toggle="collapse"] .fa-chevron-right {
  display: none;
}
#challenge-list [data-toggle="collapse"] .fa-chevron-down {
  display: inline;
}
#challenge-list [data-toggle="collapse"].collapsed .fa-chevron-right {
  display: inline;
}
#challenge-list [data-toggle="collapse"].collapsed .fa-chevron-down {
  display: none;
}
#challenge-list h4 {
  border-bottom: solid 1px #ccc;
}
#challenge-list .participant-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#challenge-list .participant-list .participant {
  width: 300px;
  padding: 12px;
  margin: 12px;
  background: linear-gradient(#606060,#000000);
  border-radius: 12px;
  box-shadow: 0 2px 3px #888;
}
#challenge-list .participant-list .participant figure {
  max-width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#challenge-list .participant-list .participant figure img {
  display: none;
}
#challenge-list .participant-list .participant .name {
  margin-top: 1em;
  text-align: center;
  color: #ededed;
}
#challenge-list .participant-list .participant .name a {
  color: #95d600;
}
#challenge-list .participant-list.winners .participant {
  background: linear-gradient(#95d600,#2a3d00);
}
#challenge-list .participant-list.runner-ups .participant {
  width: 250px;
  margin: 6px;
}
a.s2a {
  color: #95d600;
}
#accordion .panel-title .img-flex {
  width: 150px;
  height: 80px;
  margin: 8px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#accordion .panel-title .img-flex img {
  display: none;
}
.partner-cards {
  display: flex;
  flex-wrap: wrap;
}
.partner-cards .partner-card {
  width: calc(25% - 24px);
  min-width: 100px;
  margin: 12px;
  padding: 6px;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
  background-repeat: repeat-x;
  border-radius: 4px;
  font-size: 11px;
  text-align: center;
}
.partner-cards .partner-card .img-flex {
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.partner-cards .partner-card .img-flex img {
  display: none;
}
