@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:500,500i|Barlow+Semi+Condensed:500,500i|Barlow:300,300i,400,400i,500,500i,600,600i,700,700i|Faustina:400,400i,600|Scope+One");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,900");
/*---------- Generic Styles -----------*/
body {
  background-color: #f0f2f3;
  color: #3c3c3b;
  font-size: 18px;
  text-align: center;
  font-family: "Barlow", helvetica, arial, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4; }

* {
  box-sizing: border-box; }

h1, h2, h3 {
  font-size: 1.5em;
  max-width: 800px; }

h2 {
  font-weight: 100; }

a {
  color: #008285;
  text-decoration: none; }

strong {
  font-weight: 600; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0;
    list-style: none; }

.cta {
  color: #fff;
  border-radius: 2px;
  transition: all 0.1s linear; }

.divider {
  display: inline-block;
  margin: 0 10px; }

/*---------- Tablet -----------*/
@media all and (min-width: 768px) {
  h1, h2, h3 {
    font-size: 2.5em; } }
/*---------- Deskyop -----------*/
/*---------- Large Desktop -----------*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/*---------- Header Styles -----------*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: left;
  z-index: 1002;
  transition: all 0.2s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 55px; }

.scrolled header {
  background-color: #3c3c3b; }

.search-container {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1002; }

.site-logo {
  display: inline-block;
  text-indent: -3000px;
  margin: 15px 10px 7px;
  width: 110px;
  height: 35px;
  background: url(/images/oppla-logo-new.svg) no-repeat 0 0 transparent;
  background-size: 110px;
  transition: all 0.2s ease; }

.scrolled .site-logo {
  background: url(/images/oppla-logo-rev-new.svg) no-repeat 0 0 transparent; }

/*---------- Tablet -----------*/
/*---------- Deskyop -----------*/
@media all and (min-width: 1024px) {
  .site-logo {
    margin: 14px 20px;
    width: 140px;
    height: px36;
    background-size: 140px; }

  header {
    height: auto; } }
/*---------- Large Desktop -----------*/
/*---------- Nav Styles -----------*/
.main-site-nav {
  position: fixed;
  top: 57px;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding-right: 20px;
  left: -100%;
  background-color: #fff;
  z-index: 1001;
  opacity: 0;
  transition: all 0.2s ease-out; }
  .main-site-nav ul {
    margin: 22px 0; }
  .main-site-nav li {
    display: block; }
    .main-site-nav li.search-link, .main-site-nav li.login-link, .main-site-nav li.signup-link {
      display: none; }
    .main-site-nav li a {
      padding: 20px 12px;
      display: block;
      text-align: center;
      color: #6D6E71; }

.menu-open .main-site-nav {
  transform: translateX(100%);
  opacity: 1; }

.hamburger {
  padding: 13px 0px 0 17px;
  vertical-align: top; }
  .hamburger:focus {
    outline: 0; }
  .hamburger .hamburger-box {
    width: 22px; }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    width: 22px;
    height: 1px; }

.hamburger--collapse .hamburger-inner::after {
  top: -16px; }

.hamburger-inner::before {
  top: -8px; }

.sign-up {
  background-color: #e84127;
  padding: 5px 10px !important;
  color: #fff !important; }
  .sign-up:hover {
    background-color: #fe9700;
    opacity: 1 !important; }

.log-in {
  border-left: 1px solid #6D6E71;
  padding: 3px 10px 4px 15px !important;
  margin-right: 10px;
  color: #6D6E71; }

.search-link img {
  width: 20px;
  vertical-align: middle;
  margin-right: 0px; }

.mobile-nav {
  position: fixed;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  z-index: 200; }
  .mobile-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .mobile-nav ul li {
      display: inline-block;
      font-size: 10px;
      width: 20%; }
      .mobile-nav ul li:hover span {
        opacity: 1; }
      .mobile-nav ul li a {
        color: #6D6E71; }
      .mobile-nav ul li span {
        max-width: 20px;
        margin: 0 auto 5px;
        display: block;
        transition: opacity 0.2s ease;
        font-size: 1.8em;
        opacity: 0.6; }

.mobile-short-nav {
  float: right;
  margin: 12px 10px; }
  .mobile-short-nav li {
    display: inline-block; }
    .mobile-short-nav li a {
      display: block; }
      .mobile-short-nav li a.log-in {
        border-left: 0;
        margin: 0;
        padding: 4px 10px !important; }

/*---------- Tablet -----------*/
/*---------- Deskyop -----------*/
@media all and (min-width: 1024px) {
  .feed .mobile-nav {
    display: block; }

  .mobile-nav {
    display: none;
    position: relative;
    background: transparent;
    padding: 0;
    margin: 24px 0;
    box-shadow: none; }
    .mobile-nav ul {
      display: block; }
      .mobile-nav ul li {
        width: 100%;
        display: block;
        text-align: left;
        color: #3c3c3b;
        padding: 10px 0;
        font-size: 1em;
        vertical-align: middle; }
        .mobile-nav ul li a {
          color: #008285; }
        .mobile-nav ul li img {
          float: left;
          margin-right: 10px;
          max-width: 16px; }

  .search-link img {
    margin-right: 10px; }

  .main-site-nav {
    float: right;
    padding-right: 20px;
    position: relative;
    width: auto;
    left: auto;
    top: 0;
    opacity: 1; }
    .main-site-nav ul {
      margin: 14px 0; }
      .main-site-nav ul li {
        display: inline-block; }
        .main-site-nav ul li.search-link, .main-site-nav ul li.login-link, .main-site-nav ul li.signup-link {
          display: inline-block; }
        .main-site-nav ul li a {
          display: inline-block;
          padding: 5px 12px; }
          .main-site-nav ul li a:hover {
            opacity: 0.6; }

  .mobile-short-nav {
    display: none; }

  .hamburger {
    display: none; }

  .mobile-nav ul li span {
    font-size: 0.8em;
    display: inline-block;
    margin: 0 6px 0 0;
    opacity: 1; } }
/*---------- Large Desktop -----------*/
/*---------- Content Styles -----------*/
span[class^='icon-'], span[class*=' icon-'] {
  vertical-align: middle; }

.intro {
  margin-top: 0;
  width: 100%;
  max-height: 480px;
  position: relative;
  top: 0;
  background: url(/images/trees.jpg) no-repeat center transparent;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden; }
  .intro video {
    min-width: 320%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 100%; }
  .intro .intro-copy {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1200px;
    padding: 80px 20px 20px;
    text-align: left;
    margin: 0 auto;
    color: #fff;
    z-index: 99;
    left: 0;
    right: 0;
    height: auto; }
    .intro .intro-copy h2 {
      font-family: "Barlow", helvetica, arial, sans-serif;
      margin-bottom: 0;
      margin-top: 10px; }
    .intro .intro-copy p {
      font-size: 1.5em;
      margin-top: 0.5em; }
    .intro .intro-copy span {
      color: #5CF9F2;
      cursor: pointer; }
      .intro .intro-copy span.checkboxes {
        color: #fff; }
    .intro .intro-copy form {
      padding: 8px 10px;
      background: rgba(0, 0, 0, 0.2);
      display: inline-block;
      border-radius: 2px; }
      .intro .intro-copy form.second {
        background: transparent;
        padding: 8px 0; }
      .intro .intro-copy form .checkboxes {
        font-size: 16px;
        display: block;
        padding: 0 0 10px 0;
        line-height: 1.8em;
        font-weight: 500; }
        .intro .intro-copy form .checkboxes input[type="checkbox"] {
          opacity: 0;
          position: absolute; }
        .intro .intro-copy form .checkboxes a {
          color: #5CF9F2; }
    .intro .intro-copy input[type="password"], .intro .intro-copy input[type="email"] {
      padding: 9px 15px;
      margin-right: 10px;
      font-size: 0.9em;
      border: 1px solid #fff;
      border-radius: 2px;
      margin-bottom: 10px;
      display: block;
      position: relative; }
      .intro .intro-copy input[type="password"].alert, .intro .intro-copy input[type="email"].alert {
        border: 1px solid red; }
  .intro h2 {
    text-shadow: 0 0 15px #3c3c3b;
    max-width: 1000px;
    font-size: 2em; }
  .intro .tile-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .intro .tile {
    width: 100%; }
  .intro iframe {
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
    margin: 30px auto -60PX;
    background-color: #fff;
    border-radius: 10px; }
  .intro h3 {
    font-weight: 300;
    font-size: 1.5em;
    max-width: 1000px;
    display: none; }
    .intro h3.sub-heading {
      display: block;
      margin-bottom: 0;
      font-size: 1em;
      max-width: 900px; }
  .intro p {
    display: none; }
  .intro .cta {
    display: inline-block;
    padding: 10px 20px !important;
    background-color: #e84127;
    font-weight: 400; }
    .intro .cta:hover {
      background-color: #fe9700; }
  .intro .slides {
    width: 100%;
    height: 70vh; }
    .intro .slides .slide {
      height: 70vh; }
    .intro .slides .slide-one {
      background: url(/images/leaf.jpg) no-repeat center top #e3eff1; }
    .intro .slides .slide-two {
      background: url(/images/walkers.jpg) no-repeat center top #000; }
    .intro .slides .slide-three {
      background: url(/images/leaf.jpg) no-repeat center top #e3eff1; }

button.cta {
  border: 0;
  font-size: 1.25em;
  margin: 32px 0;
  font-family: "Barlow", helvetica, arial, sans-serif; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.hero {
  width: 100%;
  background-size: 100%;
  height: 300px;
  background-color: #3c3c3b;
  background-image: url(/images/dots--02.png);
  background-repeat: repeat;
  background-size: 15px; }

.promos {
  width: 100%;
  background-color: #f0f2f3;
  color: #6D6E71;
  padding: 0;
  position: relative;
  z-index: 100;
  min-height: 35vh;
  box-shadow: 0 0 70px #3c3c3b; }

.promo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto; }

.feed .promo-container {
  flex-direction: column-reverse;
  padding-bottom: 100px; }

.promo-column {
  width: 100%; }
  .promo-column .promo {
    text-align: left;
    margin: 0 auto 16px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border: 3px;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-width: 700px;
    position: relative; }
    .promo-column .promo.promo-feature {
      padding-right: 170px;
      color: #fff;
      background: #3c3c3b; }
      .promo-column .promo.promo-feature h3 {
        margin: 0;
        font-size: 1.5em; }
      .promo-column .promo.promo-feature a {
        color: #5CF9F2; }
      .promo-column .promo.promo-feature.newsletter {
        background-color: #3c3c3b;
        background-image: url(/images/email-image.png);
        background-position: right 80px top 75px;
        background-repeat: no-repeat;
        background-size: 100px;
        transition: all 1s ease-out; }
      .promo-column .promo.promo-feature.profile .c100 {
        position: absolute;
        top: 20px;
        right: 10px;
        transform: scale(0.8);
        transform-origin: top; }
    .promo-column .promo .flag {
      position: absolute;
      top: 35px;
      right: 30px;
      width: 30px;
      height: 30px;
      background: #3c3c3b;
      color: white;
      text-align: center;
      padding-top: 2px;
      border-radius: 3px; }
    .promo-column .promo .details {
      display: block;
      border-top: 1px solid #dcddde;
      border-bottom: 1px solid #dcddde;
      padding: 5px 0;
      margin-top: 16px;
      text-align: right; }
      .promo-column .promo .details a {
        float: left; }
    .promo-column .promo figure {
      width: 100%;
      max-height: 200px;
      overflow: hidden;
      margin: 0 0 16px;
      background-size: cover !important;
      border-radius: 5px; }
      .promo-column .promo figure img {
        width: 100%; }
    .promo-column .promo.dark {
      background-color: #f0f2f3;
      box-shadow: none; }
      .promo-column .promo.dark h5 {
        font-size: 1em;
        font-weight: 400; }
  .promo-column .divider {
    border-bottom: 1px dashed #d1d2d2;
    display: block;
    margin: 20px 0; }
  .promo-column .read-more {
    color: #008285;
    text-decoration: none;
    padding: 5px 10px;
    background: transparent;
    border-radius: 0px;
    font-size: 0.7em;
    display: table;
    border: 1px solid #008285;
    text-transform: uppercase;
    transition: all 0.2s ease; }
    .promo-column .read-more:hover {
      color: #fff;
      background: #008285; }
  .promo-column p {
    margin: 10px 0; }
  .promo-column h4 {
    margin: 15px 0 15px;
    text-transform: uppercase;
    font-size: 0.7em;
    display: table;
    background: #313837;
    padding: 5px 10px;
    color: #EDD89C;
    border-radius: 2px;
    position: relative; }
    .promo-column h4:before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -7px;
      border-top: 0;
      border-right: 0;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #3c3c3b; }
  .promo-column h5 {
    font-weight: 500;
    font-size: 1em;
    margin: 0;
    color: #00afb0;
    cursor: pointer; }
    .promo-column h5 .date {
      font-size: 14px;
      font-weight: 100;
      margin-left: 15px; }

.promo-column .promo.promo-feature.newsletter.aos-animate {
  background-position: right 40px top 25px; }

.c100.p20 .bar {
  transform: rotate(0deg);
  transition: transform 1.2s ease-out; }

.aos-animate .c100.p20 .bar {
  transform: rotate(72deg); }

.c100 > span {
  font-weight: 700; }

.block {
  background-color: #fff;
  position: relative;
  padding: 20px;
  z-index: 100;
  overflow: hidden; }
  .block.grey .block-container {
    flex-direction: row; }
  .block .block-container {
    display: flex;
    max-width: 1200px;
    margin: 48px auto;
    justify-content: space-between;
    flex-direction: column-reverse;
    flex-wrap: wrap; }
    .block .block-container img, .block .block-container svg {
      width: 100%;
      max-width: 130px;
      margin: 0 auto 32px;
      display: block; }
    .block .block-container h2 {
      margin-top: 0;
      font-size: 2rem;
      font-weight: 600; }
      .block .block-container h2 .counter {
        font-weight: 800;
        font-size: 2.5em;
        font-family: "Scope One", georgia; }
    .block .block-container .button {
      color: #008285;
      text-decoration: none;
      padding: 7px 18px;
      background: #fff;
      border-radius: 2px;
      font-size: 1em;
      display: table;
      border: 2px solid #008285;
      cursor: pointer;
      transition: all 0.2s ease;
      margin: 0 auto; }
      .block .block-container .button.loaded {
        transform: rotate(40deg); }
      .block .block-container .button:hover {
        background-color: #008285;
        color: #fff; }
      .block .block-container .button.sign-up {
        background-color: #e84127;
        border: 2px solid #e84127; }
        .block .block-container .button.sign-up:hover {
          background-color: #fe9700;
          border: 2px solid #fe9700; }
    .block .block-container .block-left, .block .block-container .block-right {
      width: 100%; }
    .block .block-container .block-left {
      text-align: center; }
    .block .block-container .block-right {
      text-align: center; }

.profile-progress-wrapper {
  position: relative; }

.profile-marker {
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 10px 0 0;
  text-align: center;
  overflow: hidden;
  margin-bottom: -34px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  background: #6D6E71;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 19%;
  top: -17px; }
  .profile-marker.done {
    background: #fe9700;
    animation: pulse 0.2s 1 ease-out; }

.shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 84, 75, 0.58); }

.event-container {
  position: relative;
  background: #f0f2f3;
  background: -moz-linear-gradient(180deg, #f0f2f3 0%, #f0f2f3 50%, white 50%);
  background: -webkit-linear-gradient(180deg, #f0f2f3 0%, #f0f2f3 50%, white 50%);
  background: linear-gradient(180deg, #f0f2f3 0%, #f0f2f3 50%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f2f3",endColorstr="#ffffff",GradientType=1);
  padding: 20px 0; }
  .event-container h4 {
    margin: 0 auto 48px;
    text-transform: uppercase;
    font-size: 0.7em;
    display: table;
    background: #313837;
    padding: 5px 10px;
    color: #EDD89C;
    border-radius: 2px;
    position: relative; }

.events {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto; }
  .events li {
    display: inline-block;
    margin: 10px 5px; }
    .events li.slick-active button {
      background-color: #008285; }
    .events li button {
      border-radius: 50%;
      border: 2px solid #008285;
      width: 15px;
      height: 15px;
      text-indent: -2000px;
      overflow: hidden;
      padding: 0;
      display: inline-block; }
  .events .slick-track {
    display: flex; }
  .events .event {
    width: 100%;
    background-color: #3c3c3b;
    padding: 17px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    color: #fff;
    height: auto;
    margin: 0 10px; }
    .events .event.all {
      background-color: #008285;
      text-align: center; }
      .events .event.all .event-details {
        width: 100%;
        padding: 0;
        text-align: left; }
      .events .event.all img {
        max-width: 50px;
        display: inline-block; }
    .events .event .event-date {
      width: 100%;
      margin-bottom: 8px;
      color: #EDD89C;
      text-align: left; }
      .events .event .event-date .event-number {
        font-size: 1em;
        width: 100%;
        font-weight: 800;
        margin-bottom: 0px; }
      .events .event .event-date .event-month {
        text-transform: uppercase;
        padding-top: 5px; }
    .events .event .event-details {
      width: 100%;
      padding-left: 0px;
      text-align: left; }
      .events .event .event-details .event-title {
        color: #5CF9F2; }
      .events .event .event-details span {
        display: block; }
      .events .event .event-details .event-text {
        display: none; }
      .events .event .event-details .event-venue {
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 20px;
        background: url(/images/event-marker-tuscan.png) no-repeat 0 3px transparent;
        background-size: 11px;
        padding: 1px 0 3px 16px;
        margin-top: 8px; }

.scroller {
  display: flex;
  padding: 0 20px; }

.profile-block {
  position: relative;
  text-align: left; }
  .profile-block h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 0; }
    .profile-block h3 .profile-link {
      font-size: 12px;
      color: #5CF9F2;
      display: block;
      margin-top: 14px; }
  .profile-block .profile-progress-container {
    width: 100%;
    display: block;
    background-color: #6D6E71;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0; }
    .profile-block .profile-progress-container .profile-progress {
      transition: all 1.5s ease-out;
      width: 0%;
      height: 6px;
      background-color: #fe9700; }
  .profile-block footer {
    display: none;
    font-size: 12px; }
    .profile-block footer img {
      max-width: 50px;
      float: right;
      margin: 3px 7px 7px; }
    .profile-block footer .divider {
      border-bottom: 0;
      display: inline-block;
      margin: 0 6px; }

.avatar {
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  background: url(/images/avatar.jpg) no-repeat 0 0 transparent;
  background-size: contain;
  margin: 0 20px 0 0;
  border: 5px solid #fff;
  transition: all 0.2s ease-out;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2); }

.profile-top-wrapper {
  width: 100%; }

.footer-container {
  background: #3c3c3b;
  padding: 48px 0 96px;
  position: relative;
  z-index: 99; }
  .footer-container .footer {
    max-width: 1200px;
    padding: 0 15px;
    color: #f0f2f3;
    margin: 0 auto;
    text-align: left; }
    .footer-container .footer .footer-nav ul li {
      display: inline-block; }
      .footer-container .footer .footer-nav ul li a {
        padding: 5px 10px;
        display: block;
        color: #5CF9F2; }
        .footer-container .footer .footer-nav ul li a:first-child {
          padding-left: 0; }
    .footer-container .footer .footer-links {
      margin-top: 16px; }
      .footer-container .footer .footer-links a {
        color: #5CF9F2; }
    .footer-container .footer .european-commission {
      padding-top: 48px;
      text-align: left;
      font-size: 0.8em; }
      .footer-container .footer .european-commission img {
        max-width: 90px;
        border: 2px solid #fff;
        float: right;
        margin-left: 20px; }
      .footer-container .footer .european-commission p {
        max-width: 700px;
        margin-top: 0; }

.interactions {
  width: 100%;
  padding: 10px 0 0;
  border-top: 1px solid #dcddde;
  margin-top: 16px; }
  .interactions ul {
    padding: 0;
    margin: 0; }
    .interactions ul li {
      margin: 0;
      padding: 3px 20px 0 0;
      display: inline-block;
      cursor: pointer;
      font-size: 14px; }
      .interactions ul li.more {
        float: right;
        padding: 0; }
      .interactions ul li span {
        margin: 0 5px 0 0; }
      .interactions ul li span.amount {
        margin: 0 8px !important;
        display: inline-block;
        padding: 5px;
        background: #f0f2f3;
        font-size: 0.8em;
        border-radius: 3px; }
      .interactions ul li.like {
        position: relative; }
        .interactions ul li.like.liked {
          animation: pulse 0.2s 1 ease-out;
          color: #fe9700; }
          .interactions ul li.like.liked:before {
            position: absolute;
            top: 4px;
            width: 15px;
            height: 20px;
            animation: float 1s 1 ease-out;
            left: 0;
            content: "\e904";
            opacity: 0;
            font-family: 'icomoon' !important;
            color: #fe9700; }
      .interactions ul li.favourite {
        position: relative; }
        .interactions ul li.favourite.favourited {
          animation: pulse 0.2s 1 ease-out;
          color: #fe9700; }
          .interactions ul li.favourite.favourited:before {
            position: absolute;
            top: 4px;
            width: 15px;
            height: 20px;
            animation: float 1s 1 ease-out;
            left: 0;
            content: "\e90c";
            opacity: 0;
            font-family: 'icomoon' !important;
            color: #fe9700; }

@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes float {
  0% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@-moz-keyframes float {
  0% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@-o-keyframes float {
  0% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@keyframes float {
  0% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }
.scroll-arrow {
  width: 25px;
  height: 20px;
  background: url(/images/down-arrow-aqua.svg) no-repeat center transparent;
  background-size: 25px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 10px);
  animation: bounce 3s infinite;
  border-radius: 50%;
  display: none; }

.profile-column {
  max-width: 700px;
  margin: -230px auto 20px; }

.name-progress-wrapper {
  color: #fff;
  max-width: 300px; }

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes bounce {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-o-keyframes bounce {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes bounce {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.mobile-hide {
  display: none; }

.event-details {
  font-size: 0.8em;
  font-weight: 600;
  padding: 12px 0 0;
  line-height: 1.6em; }
  .event-details span {
    margin-right: 6px; }
    .event-details span.venue {
      margin: 0 3px 0 12px; }

.article p {
  font-family: "Faustina", georgia; }
  .article p.article-intro {
    font-size: 1em; }
.article .promos {
  background-color: #fff; }
.article .promo-column {
  text-align: left; }
  .article .promo-column figure {
    display: block;
    margin: 16px 0; }
    .article .promo-column figure img {
      display: block;
      width: 100%; }

/*---------- Tablet -----------*/
@media all and (min-width: 768px) {
  .mobile-hide {
    display: inline-block; }

  .events {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; }
    .events li {
      display: inline-block;
      margin: 10px 5px; }
      .events li.slick-active button {
        background-color: #008285; }
      .events li button {
        border-radius: 50%;
        border: 2px solid #008285;
        width: 15px;
        height: 15px;
        text-indent: -2000px;
        overflow: hidden;
        padding: 0;
        display: inline-block; }
    .events .slick-track {
      display: flex; }
    .events .event {
      width: 100%;
      display: flex;
      background-color: #3c3c3b;
      padding: 17px 20px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 15px;
      color: #fff;
      height: auto;
      margin: 0 10px; }
      .events .event.all {
        background-color: #008285;
        text-align: center; }
        .events .event.all .event-details {
          width: 100%;
          padding: 0;
          text-align: center; }
        .events .event.all img {
          max-width: 50px;
          display: inline-block; }
      .events .event .event-date {
        width: 30%;
        background: #EDD89C;
        height: 80px;
        max-width: 80px;
        border-radius: 10px;
        color: #313837;
        text-align: center; }
        .events .event .event-date .event-number {
          font-size: 2em;
          width: 100%;
          display: block;
          font-weight: 800;
          border-bottom: 1px dashed #b4a26f;
          margin-bottom: 0px; }
        .events .event .event-date .event-month {
          text-transform: uppercase;
          padding-top: 5px;
          border-top: 1px dashed #fff;
          display: block; }
      .events .event .event-details {
        width: 70%;
        padding-left: 20px;
        padding-top: 0;
        text-align: left; }
        .events .event .event-details .event-title {
          color: #5CF9F2; }
        .events .event .event-details span {
          display: block; }
        .events .event .event-details .event-text {
          display: none; }
        .events .event .event-details .event-venue {
          font-size: 14px;
          text-transform: uppercase;
          padding-left: 20px;
          background: url(/images/event-marker-tuscan.png) no-repeat 0 3px transparent;
          background-size: 11px;
          padding: 1px 0 3px 16px;
          margin-top: 8px; }

  .mobile-options {
    display: none; }

  .intro {
    max-height: 60vh;
    height: 60vh;
    min-height: 600px; }
    .intro .intro-copy {
      height: 60vh;
      padding: 120px 20px 20px; }
      .intro .intro-copy h2 {
        font-size: 2.5em; }
      .intro .intro-copy input[type="password"], .intro .intro-copy input[type="email"] {
        display: inline-block;
        font-size: 1em; }
      .intro .intro-copy h3, .intro .intro-copy p {
        display: block; }
      .intro .intro-copy h3.sub-heading {
        font-size: 1.5em; }

  .block.community-block {
    padding-bottom: 98px; }
  .block .block-container {
    display: flex;
    max-width: 1200px;
    margin: 24px auto;
    justify-content: space-between;
    flex-direction: row; }
    .block .block-container h2 .counter {
      font-size: 3em; }
    .block .block-container img, .block .block-container svg {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 0; }
    .block .block-container .block-left, .block .block-container .block-right {
      width: 45%; }
      .block .block-container .block-left .button, .block .block-container .block-right .button {
        margin: 2em 0 0; }
    .block .block-container .block-left {
      text-align: left; }
    .block .block-container .block-right {
      text-align: left; }

  .footer-container .footer .european-commission img {
    float: left;
    margin-left: 0;
    margin-right: 20px; }

  .promo-column .promo {
    border-radius: 5px;
    padding: 20px; }
    .promo-column .promo figure {
      width: 165px;
      height: 124px;
      margin: 7px 0 7px 20px;
      display: inline-block;
      float: right; } }
/*---------- Desktop -----------*/
@media all and (min-width: 1024px) {
  .hero {
    width: 100%;
    background: url(/images/leaf.jpg) no-repeat center top transparent;
    background-size: 100%;
    height: 300px;
    background-attachment: fixed; }

  .name-progress-wrapper {
    color: #3c3c3b; }

  .profile-column {
    max-width: 300px; }

  .scroller {
    display: block;
    padding: 0; }

  .avatar {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: url(/images/avatar.jpg) no-repeat 0 0 transparent;
    background-size: contain;
    margin: 0px auto 32px;
    border: 5px solid #fff;
    transition: all 0.2s ease-out;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2); }

  .promo-column .promo.promo-feature.profile .c100 {
    top: 40px;
    right: 20px; }

  .promo-feature {
    padding-right: 160px !important; }

  .feed .promo-column {
    margin-top: -200px; }

  .profile-column {
    max-width: 300px; }

  .intro .intro-copy {
    padding: 120px 40px 20px; }
  .intro video {
    min-width: 100%; }
  .intro .tile-container .tile {
    width: 30%; }
  .intro .form-elements {
    display: inline-block;
    vertical-align: top; }

  .promos {
    padding: 48px 0 48px; }

  .home .promo-column:first-child {
    margin-top: -120px; }

  .promo-column {
    width: 35%; }
    .promo-column .promo.news, .promo-column .promo.case, .promo-column .promo.event, .promo-column .promo.market, .promo-column .promo.promo-feature, .promo-column .promo.profile-update {
      padding: 40px; }
    .promo-column .promo .flag {
      top: 55px;
      right: 50px; }
    .promo-column:first-child {
      width: 62%; }
    .promo-column h4 {
      margin-top: 0; }
    .promo-column h5 {
      font-size: 1.3em; }

  .events {
    display: flex; }
    .events .event {
      width: 30%;
      margin: 0; }
      .events .event.all {
        background-color: #008285;
        text-align: center;
        position: absolute;
        top: -40px;
        right: 0;
        width: auto;
        background: transparent;
        padding: 0;
        box-shadow: none;
        display: none; }
        .events .event.all .event-details {
          padding: 0;
          width: 100%;
          color: #008285; }

  .profile-block {
    max-width: 300px; }
    .profile-block footer {
      display: block; }
    .profile-block.fixed {
      position: fixed;
      margin-top: -320px; }

  .feed .promo-container {
    flex-direction: unset; }

  .promo-container {
    justify-content: space-evenly; }

  .profile-block h3 .profile-link {
    color: #008285;
    float: right;
    display: inline-block; }

  .article p {
    font-family: "Faustina", georgia; }
    .article p.article-intro {
      font-size: 1.2em; } }
/*---------- Large Desktop -----------*/
body.open-search {
  overflow: hidden; }

.search-container .search-panel {
  text-align: left;
  max-width: 1000px;
  padding: 120px 20px 20px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 100%;
  position: relative; }
  .search-container .search-panel .search-close {
    color: #008285;
    margin-top: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: right;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 70px; }
  .search-container .search-panel form {
    width: 100%;
    max-width: 500px; }
    .search-container .search-panel form .search-box-container {
      background: #f0f2f3;
      border-radius: 100px;
      border: 1px solid #dcddde;
      padding: 7px;
      display: block; }
      .search-container .search-panel form .search-box-container input[type="search"] {
        -webkit-appearance: none;
        border: 0;
        background: transparent;
        width: calc(100% - 60px);
        vertical-align: top;
        font-size: 1rem;
        padding-left: 15px; }
      .search-container .search-panel form .search-box-container span {
        font-size: 1em;
        padding: 0 10px 0 0;
        display: inline-block;
        width: 60px;
        text-align: right; }
  .search-container .search-panel div {
    margin-top: 35px; }
    .search-container .search-panel div h3 {
      max-width: 100%;
      text-transform: uppercase;
      font-size: 1em;
      border-bottom: 1px solid #dcddde;
      padding: 12px 0; }
      .search-container .search-panel div h3 span[class^='icon-'] {
        font-size: 0.8em;
        margin-right: 10px;
        vertical-align: top; }

@media all and (min-width: 768px) {
  .search-container .search-panel {
    display: flex;
    flex-wrap: wrap;
    height: auto; }
    .search-container .search-panel .search-close {
      position: absolute;
      top: 180px; }
    .search-container .search-panel form .search-box-container {
      margin: 50px 0; }
      .search-container .search-panel form .search-box-container input[type="search"] {
        font-size: 2rem; }
      .search-container .search-panel form .search-box-container span {
        font-size: 1.7em;
        padding-top: 5px; }
    .search-container .search-panel div {
      width: 47%;
      margin: 1.5%; }
      .search-container .search-panel div.quick-links {
        width: 100%; }
        .search-container .search-panel div.quick-links ul li {
          display: inline-block;
          padding-right: 20px; } }
.article .hero {
  height: 53px; }
.article .main-container .article-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; }
  .article .main-container .article-container article .content {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff; }
    .article .main-container .article-container article .content .breadcrumb ul li {
      display: inline-block;
      font-size: 0.8em;
      margin-bottom: 16px; }
      .article .main-container .article-container article .content .breadcrumb ul li span {
        margin: 0 10px; }
    .article .main-container .article-container article .content h1 {
      margin-top: 0;
      font-weight: 400; }
    .article .main-container .article-container article .content .byline {
      font-size: 0.9rem; }
      .article .main-container .article-container article .content .byline figure {
        max-width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 100%;
        overflow: hidden;
        vertical-align: middle;
        margin-right: 10px;
        border: 1px solid #008285; }
        .article .main-container .article-container article .content .byline figure img {
          width: 100%; }
    .article .main-container .article-container article .content .date {
      margin-left: 10px; }
      .article .main-container .article-container article .content .date span {
        margin-right: 5px; }
    .article .main-container .article-container article .content figure {
      margin: 0; }
      .article .main-container .article-container article .content figure img {
        display: block;
        width: 100%; }
      .article .main-container .article-container article .content figure figcaption {
        display: block;
        font-weight: 700;
        font-size: 0.9rem;
        border-bottom: 1px solid #f0f2f3;
        padding: 6px 0px 8px; }
    .article .main-container .article-container article .content .pquote {
      float: right;
      width: 100%;
      font-size: 1.3em; }
      .article .main-container .article-container article .content .pquote blockquote {
        margin: 0 0px 10px 0px;
        padding: 0 20px;
        color: #fe9700;
        border-left: 2px solid #fe9700;
        font-style: italic;
        /* color: #fff; */
        display: inline-block; }
        .article .main-container .article-container article .content .pquote blockquote p {
          margin: 0;
          font-weight: 700; }
  .article .main-container .article-container .next-prev {
    display: flex;
    padding: 16px 0; }
    .article .main-container .article-container .next-prev .np-link {
      width: 50%;
      background-color: #008285;
      color: #fff;
      border-radius: 5px;
      padding: 17px 22px 23px; }
      .article .main-container .article-container .next-prev .np-link a {
        color: #fff; }
      .article .main-container .article-container .next-prev .np-link span {
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        display: block;
        letter-spacing: 0.2em;
        margin-bottom: 16px; }
    .article .main-container .article-container .next-prev .next-article {
      text-align: right;
      margin-left: 8px; }
    .article .main-container .article-container .next-prev .prev-article {
      margin-right: 8px; }
  .article .main-container .article-container .teaser-column {
    padding: 0 20px; }
    .article .main-container .article-container .teaser-column .latest-most-read-articles ul li .number {
      font-family: "Scope One", georgia;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff;
      font-weight: 800;
      font-size: 1em;
      text-align: center;
      padding-top: 8px;
      float: left;
      margin-right: 15px;
      margin-bottom: 8px;
      border: 1px solid #008285;
      color: #008285; }
    .article .main-container .article-container .teaser-column .article-tile {
      padding: 48px 0 0; }
    .article .main-container .article-container .teaser-column h3 {
      margin: 20px 0 0;
      display: flex; }
      .article .main-container .article-container .teaser-column h3 a {
        width: 50%;
        display: inline-block;
        text-align: center;
        font-size: 1.5rem;
        background-color: #f0f2f3;
        padding: 10px 10px; }
        .article .main-container .article-container .teaser-column h3 a.active {
          background-color: #fff; }
    .article .main-container .article-container .teaser-column h4 {
      margin: 16px 0 32px;
      text-transform: uppercase;
      font-size: 0.7em;
      display: table;
      background: #313837;
      padding: 5px 10px;
      color: #EDD89C;
      border-radius: 2px;
      position: relative; }
      .article .main-container .article-container .teaser-column h4:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -7px;
        border-top: 0;
        border-right: 0;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #3c3c3b; }
      .article .main-container .article-container .teaser-column h4 a {
        color: #5CF9F2; }
        .article .main-container .article-container .teaser-column h4 a.active {
          color: #EDD89C; }
    .article .main-container .article-container .teaser-column ul li {
      padding: 10px 0;
      margin-bottom: 1px; }
      .article .main-container .article-container .teaser-column ul li figure {
        width: 165px;
        height: 124px;
        margin: 0 0 0 20px;
        display: inline-block;
        float: right;
        border-radius: 5px;
        overflow: hidden;
        position: relative; }
        .article .main-container .article-container .teaser-column ul li figure img {
          display: block;
          width: 100%; }
      .article .main-container .article-container .teaser-column ul li h5 {
        margin: 0;
        font-weight: 400;
        font-size: 1rem; }
        .article .main-container .article-container .teaser-column ul li h5 .tag {
          font-weight: 800;
          display: block; }
    .article .main-container .article-container .teaser-column .keywords span {
      display: inline-block;
      padding: 5px 10px;
      margin: 0 5px 5px 0;
      background-color: #fff;
      border: 1px solid #008285;
      color: #008285;
      cursor: pointer;
      transition: all 0.2s ease; }
      .article .main-container .article-container .teaser-column .keywords span:hover {
        background-color: #008285;
        color: #fff; }

.tag {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: #3c3c3b;
  display: inline-block;
  padding: 2px 7px 4px;
  border-radius: 3px; }

h5 .tag {
  position: relative;
  display: block;
  top: auto;
  right: auto;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
  color: #008285 !important;
  padding-left: 0; }
  h5 .tag span {
    margin-right: 5px; }

@media all and (min-width: 768px) {
  .article .main-container .article-container article .content .pquote {
    width: 50%; }
    .article .main-container .article-container article .content .pquote blockquote {
      margin-left: 20px; } }
@media all and (min-width: 1024px) {
  .article .hero {
    height: 300px; }
  .article .main-container {
    box-shadow: 0 0 70px #3c3c3b; }
    .article .main-container .article-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto; }
      .article .main-container .article-container article {
        width: 62%;
        margin-top: -200px; }
        .article .main-container .article-container article .content {
          border-radius: 5px;
          background-color: #fff;
          padding: 40px; }
      .article .main-container .article-container .teaser-column {
        width: 35%;
        padding: 0 20px; } }
.comments .comment {
  background-color: #fff;
  margin-top: 1px;
  padding: 20px;
  border-radius: 5px; }
  .comments .comment textarea {
    background-color: #f0f2f3;
    border: 1px solid #dcddde;
    padding: 8px 12px;
    border-radius: 5px;
    width: 100%;
    font-size: 1em;
    margin: 8px 0 16px;
    height: 140px; }
  .comments .comment.thread {
    margin-left: 80px;
    background-color: transparent;
    border-bottom: 1px solid #dcddde;
    margin-bottom: 32px;
    padding: 20px 0; }
  .comments .comment.sub {
    display: flex; }
    .comments .comment.sub .comment-sub {
      width: 100%; }
  .comments .comment .comment-avatar {
    float: left;
    width: 65px;
    height: 65px;
    background: url(/images/avatar.jpg) no-repeat 0 0 #f0f2f3;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 20px; }
  .comments .comment h4 {
    margin: 0 0 16px; }
  .comments .comment .comment-date {
    font-size: 14px; }
    .comments .comment .comment-date span {
      vertical-align: top;
      font-size: 12px; }
  .comments .comment .reply-link {
    border: 1px solid #008285;
    padding: 5px 10px; }

.add-button {
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 100px;
  border: 3px solid #e84127;
  color: #e84127;
  background-color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease;
  font-size: 2em; }
  .add-button span {
    display: block;
    line-height: 0em;
    padding-top: 10px; }

.open-add .add-button {
  transform: rotate(45deg); }

.add-modal {
  position: fixed;
  opacity: 0;
  width: 300px;
  right: 10px;
  transition: all 0.2s ease;
  z-index: 999;
  background-color: #fff;
  text-align: right;
  padding: 20px 20px 100px;
  bottom: 90px;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: bottom right;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .add-modal ul li a {
    padding: 10px 0 0;
    display: block;
    font-weight: 900;
    font-size: 1.2em;
    text-transform: uppercase; }
    .add-modal ul li a span {
      margin-left: 10px;
      font-size: 0.7em;
      vertical-align: top; }

.open-add .add-modal {
  transform: scale(1);
  opacity: 1; }

.main-container {
  transition: opacity 0.2s ease; }

.open-add .main-container {
  opacity: 0.4; }

body.open-add {
  overflow: hidden; }

@media all and (min-width: 1024px) {
  .add-button {
    bottom: 20px; }

  .add-modal {
    top: auto;
    width: 300px;
    left: auto;
    right: 10px;
    bottom: 10px;
    transform: scale(0);
    transform-origin: bottom right;
    overflow: hidden;
    border-radius: 5px; }
    .add-modal h3 {
      font-size: 1em; }
    .add-modal ul li a {
      font-size: 1em; }

  .open-add .add-modal {
    transform: scale(1); } }

/*# sourceMappingURL=styles.css.map */
