/* RESETS */
button {
  border: none;
  background: none;
  outline: none; }

/*
  TYPOGRAPHY
 */
html, body {
  font-family: 'Fira Sans', sans-serif !important;
  font-size: 18px;
  color: #000000;
  overflow-x: hidden; }

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B; }

small {
  color: #5B5B5B;
  font-weight: 300; }

a {
  color: #000000; }
  a:hover {
    color: #30BBA9;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 1rem; }

h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px; }

.about-list__objectives {
  padding-bottom: 100px; }
  .about-list__objectives ol {
    list-style: none;
    counter-reset: headings;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0; }
    @media (max-width: 812px) {
      .about-list__objectives ol {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; } }
    .about-list__objectives ol li {
      margin-bottom: 50px;
      margin-left: 35px; }
      .about-list__objectives ol li::before {
        content: counter(headings, decimal);
        counter-increment: headings;
        color: #fff;
        display: inline-block;
        height: 28px;
        line-height: 24px;
        width: 28px;
        margin-right: 10px;
        border: 2px solid #30BBAA;
        background: #30BBAA;
        text-align: center;
        font-size: 12px;
        font-weight: 800;
        border-radius: 14px;
        margin-left: -3.1em; }

.sidebar-title {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px; }

.black-arrow {
  width: 63px;
  display: inline;
  margin-top: -3px; }

.black-arrow-left {
  width: 63px; }

.block-content a h2 {
  display: inline;
  margin-right: 10px; }

.single-post .paper .paper__title {
  margin-top: 30px; }
  .single-post .paper .paper__title h1 {
    margin-bottom: -10px; }

.paper .paper__title {
  margin-top: 30px; }

.paper .paper__image-container {
  position: absolute;
  height: 677px;
  top: 83px;
  right: 0; }
  .paper .paper__image-container .paper__image {
    height: 588px; }
  @media (min-width: 1200px) {
    .paper .paper__image-container .paper__image {
      width: 430px; } }
  @media (min-width: 1281px) {
    .paper .paper__image-container .paper__image {
      width: 468px; } }
  @media (min-width: 1440px) {
    .paper .paper__image-container .paper__image {
      width: 500px; } }
  @media (min-width: 1920px) {
    .paper .paper__image-container .paper__image {
      width: 755px; } }
  .paper .paper__image-container .paper__download-case {
    background: #30BBA9;
    padding: 40px 30px 40px 30px;
    height: 100px;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    display: block; }
    .paper .paper__image-container .paper__download-case svg {
      font-size: 13px;
      float: right;
      margin-right: 30px;
      margin-top: 7px; }

@media (max-width: 768px) {
  .paper .paper__image-container {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 84px; }
    .paper .paper__image-container .paper__download-case {
      padding: 40px 15px 40px 15px;
      font-size: 22px; } }

.paper .paper__graphs {
  margin-top: 30px;
  margin-bottom: 17px;
  text-align: center; }
  .paper .paper__graphs #cities-circle {
    width: 165px;
    display: inline-block; }
  .paper .paper__graphs #rural-circle {
    width: 165px;
    display: inline-block; }
  .paper .paper__graphs #town-circle {
    width: 165px;
    display: inline-block; }
  .paper .paper__graphs span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #5B5B5B;
    display: inline-block; }

@media (min-width: 576px) {
  .paper .paper__graphs {
    text-align: left; }
    .paper .paper__graphs #cities-circle {
      display: block; }
    .paper .paper__graphs #rural-circle {
      display: block; }
    .paper .paper__graphs #town-circle {
      display: block; }
    .paper .paper__graphs span {
      display: inline; } }

.single-insight-papers .paper {
  height: auto; }

@media (min-width: 768px) {
  .single-insight-papers .paper {
    height: 589px; } }

/*
  COMPONENTS
 */
.filters {
  margin-top: 40px;
  margin-bottom: 80px; }
  .filters button {
    cursor: pointer;
    outline: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #5B5B5B;
    position: relative; }
    .filters button.is-checked, .filters button:hover {
      color: #30BBA9; }
  .filters .filters__original {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    display: none; }
    .filters .filters__original::after {
      content: "";
      height: 2px;
      background: #E5E5E5;
      width: 60px;
      display: inline-block;
      margin-left: 10px;
      position: absolute;
      top: 12px; }
  .filters .filters__sortby {
    display: inline-block;
    margin-left: 0;
    margin-top: 20px; }
  .filters .filters__filterby {
    display: inline-block;
    margin-left: 0;
    margin-top: 20px; }

@media (min-width: 769px) {
  .filters {
    margin-top: 60px;
    margin-bottom: 120px; }
    .filters .filters__original {
      display: inline-block; }
    .filters .filters__filterby {
      margin-top: 0px;
      margin-left: 70px; }
    .filters .filters__sortby {
      margin-top: 0;
      margin-left: 70px; } }

.workshop-items .cardItem {
  height: 430px;
  display: flex;
  flex-flow: column; }
  .workshop-items .cardItem .cardItem__content__excerpt__arrow {
    bottom: 80px;
    position: absolute; }

.workshop-items .cardItem__image {
  height: 100%;
  object-fit: cover; }

.workshop-items {
  margin-top: 50px; }

.cardItem {
  height: 386px;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem; }
  .cardItem .cardItem__image-container {
    max-height: 200px;
    height: 200px;
    overflow: hidden;
    position: relative; }
  .cardItem .cardItem__content {
    padding: 20px 20px 30px 20px; }
    .cardItem .cardItem__content .cardItem__content__pages {
      position: absolute;
      top: 20px;
      left: 30px;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      color: #FFFFFF; }
    .cardItem .cardItem__content .cardItem__content__excerpt {
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      color: #5B5B5B; }
      .cardItem .cardItem__content .cardItem__content__excerpt .cardItem__content__excerpt__arrow {
        display: block;
        margin-top: 30px; }

.big-cta {
  width: 100%;
  height: 100px;
  background: #30BBA9;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  display: block;
  padding: 40px 30px 40px 30px;
  float: left;
  margin-top: 30px; }
  .big-cta:hover {
    color: #fff;
    background: #5B5B5B; }
  .big-cta svg {
    font-size: 16px;
    margin-left: 8px;
    position: relative;
    margin-top: 5px;
    display: block;
    float: right; }

@media (min-width: 769px) {
  .big-cta {
    float: right;
    margin-top: 0px;
    width: 370px;
    font-size: 25px; } }

/*
  HEADER
 */
.main-header {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 2.5rem; }
  .main-header .dropdown:hover > .dropdown-menu {
    display: block; }
  .main-header .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
  .main-header .dropdown-item:focus, .main-header .dropdown-item:hover, .main-header .dropdown-item.active, .main-header .dropdown-item:active {
    background: none;
    color: #30BBA9; }
  .main-header .dropdown-toggle::after {
    display: none; }
  .main-header .navbar {
    padding: 1rem 1rem; }
    .main-header .navbar .navbar-nav .nav-link {
      font-size: 16px;
      padding-right: .8rem;
      padding-left: .8rem;
      color: #000; }
      .main-header .navbar .navbar-nav .nav-link.active {
        color: #30BBA9;
        font-weight: bold; }
      .main-header .navbar .navbar-nav .nav-link:hover {
        color: #30BBA9; }
    .main-header .navbar .navbar-brand {
      margin-right: 3.5rem; }
  .main-header .cta-container {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000; }
    .main-header .cta-container .add {
      font-size: 20px;
      background: #30BBA9;
      color: #fff;
      border-radius: 10px;
      /* padding: 5px 4px; */
      height: 15px;
      width: 15px;
      padding: 3px;
      margin-right: 6px;
      margin-left: 40px; }

@media (min-width: 768px) {
  .main-header {
    margin-bottom: 5.5rem; } }

@media (max-width: 330px) {
  .main-header .navbar .navbar-brand {
    margin-right: 2.5rem; } }

@media (max-width: 768px) {
  .main-header .navbar .navbar-nav .nav-link {
    padding-left: 0px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem; }
  .navbar-nav {
    margin-top: 30px; }
  .main-header .dropdown-menu {
    background: none;
    box-shadow: none; }
    .main-header .dropdown-menu .dropdown-item {
      padding-top: 0.7rem;
      padding-bottom: 0.7rem; } }

/* SEARCH MODAL */
.modal-content {
  background: #FFFFFF;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }
  .modal-content .modal-body {
    padding: 0; }
    .modal-content .modal-body #search {
      height: 100px;
      border: 0;
      outline: 0;
      width: 100%;
      padding-left: 30px;
      font-weight: 300; }
      .modal-content .modal-body #search:focus {
        box-shadow: none;
        border: none; }
    .modal-content .modal-body .search-btn {
      position: absolute;
      right: 30px;
      outline: 0;
      cursor: pointer; }
    .modal-content .modal-body ::-webkit-input-placeholder {
      /* Edge */
      font-style: italic;
      font-weight: 300;
      font-size: 25px;
      line-height: 30px; }
    .modal-content .modal-body :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      font-style: italic;
      font-weight: 300;
      font-size: 25px;
      line-height: 30px; }
    .modal-content .modal-body ::placeholder {
      font-style: italic;
      font-weight: 300;
      font-size: 25px;
      line-height: 30px; }

/*
  HOME
 */
section.intro .news-item {
  line-height: 18px; }
  section.intro .news-item .news-item__title {
    margin-top: 20px; }

section.intro .news-bar {
  margin-top: 45px; }

section.intro ul {
  padding: 0; }
  section.intro ul li {
    list-style-type: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #5B5B5B; }

@media (min-width: 768px) {
  section.intro .news-bar {
    margin-top: 0px; } }

section.documents .documents__scrolling-arrow {
  -webkit-animation: down-arrow 1.2s infinite normal ease-out;
  animation: down-arrow 1.2s infinite normal ease-out;
  width: 20px;
  background: url(../assets/scrolling-arrow-small.png) no-repeat;
  height: 100px;
  margin-left: 100px;
  display: none; }

@media (min-width: 769px) {
  section.documents .documents__scrolling-arrow {
    display: inline-block; } }

@media (min-width: 992px) {
  section.documents .documents__scrolling-arrow {
    margin-left: 85px; } }

@media (min-width: 1200) {
  section.documents .documents__scrolling-arrow {
    margin-left: 110px; } }

@media (min-width: 1440px) {
  section.documents .documents__scrolling-arrow {
    margin-left: 120px; } }

@media (min-width: 1680px) {
  section.documents .documents__scrolling-arrow {
    margin-left: 14%; } }

@media (min-width: 1920px) {
  section.documents .documents__scrolling-arrow {
    margin-left: 18%; } }

section.documents .documents__image-container {
  width: auto;
  margin-right: auto;
  float: right; }
  section.documents .documents__image-container .documents__image-container__inner {
    margin-top: 260px; }
    section.documents .documents__image-container .documents__image-container__inner img {
      height: 490px;
      max-width: fit-content; }
    section.documents .documents__image-container .documents__image-container__inner .documents__image-container__inner__location {
      position: absolute;
      color: #ffffff;
      bottom: 22px;
      left: 18%;
      font-size: 13px;
      line-height: 16px; }

@media (min-width: 768px) {
  section.documents .documents__image-container .documents__image-container__inner {
    margin-top: 0px; }
    section.documents .documents__image-container .documents__image-container__inner img {
      height: auto;
      max-width: 100%; } }

@media (min-width: 992px) {
  section.documents .documents__image-container {
    width: 85%; } }

@media (min-width: 1440px) {
  section.documents .documents__image-container {
    width: 79%; }
    section.documents .documents__image-container .documents__image-container__inner {
      float: right; }
      section.documents .documents__image-container .documents__image-container__inner .documents__image-container__inner__location {
        left: 24%; } }

@media (min-width: 1920px) {
  section.documents .documents__image-container {
    width: 80%; }
    section.documents .documents__image-container .documents__image-container__inner img {
      float: right;
      width: 90%; }
    section.documents .documents__image-container .documents__image-container__inner .documents__image-container__inner__location {
      left: 30%; } }

section.documents .documents__variants {
  position: relative;
  top: 0%;
  left: 0%;
  box-shadow: none; }
  section.documents .documents__variants .documents__variants__item {
    background: #ffffff;
    width: 100%;
    height: 200px;
    float: left;
    padding-top: 30px;
    padding-left: 20px;
    display: block; }
    section.documents .documents__variants .documents__variants__item.active {
      background: #30BBA9;
      color: #ffffff; }
      section.documents .documents__variants .documents__variants__item.active p {
        color: #ffffff; }
    section.documents .documents__variants .documents__variants__item:not(.active) {
      color: #000; }
    section.documents .documents__variants .documents__variants__item h2 {
      margin-top: 50px;
      margin-right: 10px;
      display: inline-block; }

@media (min-width: 768px) {
  section.documents .documents__variants {
    left: 29%;
    position: absolute;
    top: -27%;
    box-shadow: 0px 0px 12.45px 2.55px rgba(0, 0, 0, 0.1);
    z-index: 9; }
    section.documents .documents__variants .documents__variants__item {
     /* width: 310px; */
     width: 180px;
     height: 240px;
     word-break:break-word;} }

@media (min-width: 1025px) {
  section.documents .documents__variants {
    left: 36%; }
    section.documents .documents__variants .documents__variants__item {
     /* width: 355px; 
      height: 200px; */
      width: 220px;
      height: 230px;}
      section.documents .documents__variants .documents__variants__item h2 {
        margin-top: 80px; } }

@media (min-width: 1200px) {
  section.documents .documents__variants {
    top: -21%; } }

@media (min-width: 1441px) {
  section.documents .documents__variants {
    top: -18%; }
   /* section.documents .documents__variants .documents__variants__item {
      width: 375px; } } */
      section.documents .documents__variants .documents__variants__item {
      width: 310px; } }

section.about {
  margin-top: 50px; }
  section.about .numbers {
    margin-top: 40px; }
    section.about .numbers .numbers__number {
      display: inline-block;
      width: 170px;
      text-align: center; }
      section.about .numbers .numbers__number:after {
        content: "";
        width: 175px;
        background: #E5E5E5;
        height: 2px;
        display: block;
        margin-top: 40px; }
      section.about .numbers .numbers__number:hover:after {
        background: #30BBA9;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      section.about .numbers .numbers__number .numbers__number__head {
        font-size: 55px;
        line-height: 66px;
        color: #30BBA9; }
      section.about .numbers .numbers__number .numbers__number__body {
        font-size: 18px;
        font-weight: 300; }
    section.about .numbers .hidden-small {
      display: none; }

@media (min-width: 768px) {
  section.about {
    margin-top: 150px; }
    section.about .numbers {
      margin-top: 0; } }

section.featured-insight {
  margin-top: 50px;
  position: relative;
  display: inline-block;
  width: 100%; }
  section.featured-insight .home-featured-insight {
    width: 100% !important; }
    section.featured-insight .home-featured-insight img {
      height: 420px !important; }
  section.featured-insight a {
    color: #fff; }
  section.featured-insight .featured-insight__content {
    position: absolute;
    padding-top: 30px;
    margin-left: 90px;
    padding-bottom: 30px;
    color: #fff; }
    section.featured-insight .featured-insight__content .featured-insight__content__page-counter {
      font-weight: 100; }
    section.featured-insight .featured-insight__content .featured-insight__content__title {
      margin-top: 40px; }
    section.featured-insight .featured-insight__content .featured-insight__content__link {
      margin-top: 30px;
      display: block; }
      section.featured-insight .featured-insight__content .featured-insight__content__link h2 {
        display: inline;
        margin-right: 10px; }
  section.featured-insight .featured-insight__image-container {
    width: auto;
    margin-left: auto;
    float: left;
    width: 100%; }
    section.featured-insight .featured-insight__image-container img {
      max-width: fit-content; }
  @media (min-width: 768px) {
    section.featured-insight .featured-insight__image-container img {
      height: 390px;
      width: 100%;
      max-width: 100%; } }
  section.featured-insight .featured-insight__right-arrow {
    background: url(../assets/arrow-black.png) no-repeat;
    height: 100px;
    margin-left: 100px;
    display: none;
    background-size: 62px;
    width: 62px;
    margin-top: 80px; }
  @media (min-width: 576px) {
    section.featured-insight .featured-insight__right-arrow {
      display: inline-block; } }
  @media (min-width: 992px) {
    section.featured-insight .featured-insight__right-arrow {
      margin-left: 60px; } }
  section.featured-insight .featured-insight__description {
    background: white;
    padding: 30px 90px 30px 30px;
    width: 468px;
    max-width: 468px;
    height: 170px;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #5B5B5B;
    position: absolute;
    right: 2%;
    bottom: 0%;
    display: none; }
    section.featured-insight .featured-insight__description .featured-insight__description__author {
      font-style: normal;
      font-size: 13px;
      line-height: 16px;
      text-align: right;
      color: #000000;
      margin-top: 20px; }

@media (min-width: 768px) {
  section.featured-insight {
    margin-top: 150px; }
    section.featured-insight .featured-insight__description {
      display: block; } }

@media (max-width: 1700px) {
  section.featured-insight {
    width: 100%; } }

@media (max-width: 1260px) {
  section.featured-insight .featured-insight__image-container {
    width: auto; } }

@media (min-width: 1400px) {
  section.featured-insight .featured-insight__content .featured-insight__content__title {
    margin-top: 70px; } }

@media (min-width: 1600px) {
  section.featured-insight .featured-insight__content .featured-insight__content__title {
    margin-top: 110px; } }

section.actions {
  margin-top: 50px; }
  section.actions .actions__action .actions__action__icon {
    width: 75px; }

@media (min-width: 768px) {
  section.actions {
    margin-top: 150px; } }

.img-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent); }

section.news {
  margin-top: 50px;
  margin-bottom: 60px; }
  section.news .news__item {
    margin-bottom: 30px; }
    section.news .news__item:nth-child(2n) {
      margin-top: 0px; }
    section.news .news__item .news__item__container {
      display: block;
      overflow: hidden;
      max-height: 200px;
      position: relative; }
    section.news .news__item .news__item__title {
      margin-top: 20px;
      font-style: normal;
      font-weight: normal;
      font-size: 25px;
      line-height: 30px; }
    section.news .news__item .news__item__category {
      position: absolute;
      top: 20px;
      left: 20px;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      color: #FFFFFF; }
    section.news .news__item .news__item__container :hover > img {
      opacity: 0.6; }
    section.news .news__item .img-mask {
      width: 100%;
      height: 200px;
      position: absolute;
      background: rgba(48, 187, 169, 0.5);
      opacity: 0; }
    section.news .news__item:hover > a .img-mask {
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  section.news .view-more {
    display: inline;
    margin-right: 10px; }

@media (min-width: 768px) {
  section.news {
    margin-top: 150px;
    margin-bottom: 220px; }
    section.news .news__item {
      margin-bottom: 0px; }
      section.news .news__item:nth-child(2n) {
        margin-top: 60px; } }

section.insight-papers {
  margin-top: 50px; }

@media (min-width: 768px) {
  section.insight-papers {
    margin-top: 120px; } }

/*
STATIC PAGE
 */
.static-page .paper {
  height: 700px; }
  .static-page .paper::after {
    content: "";
    width: 100%;
    background: #E5E5E5;
    height: 1px;
    margin-left: -100px; }
  .static-page .paper .paper__image {
    height: 677px; }

.static-page .about-list {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B; }
  .static-page .about-list .consultants__gallery {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .static-page .about-list .consultants__gallery {
        flex-flow: column; } }
    .static-page .about-list .consultants__gallery a {
      display: inline; }
      .static-page .about-list .consultants__gallery a img {
        width: 155px;
        height: auto;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
        .static-page .about-list .consultants__gallery a img:hover {
          -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

.page-template-about .featured-insight {
  margin-bottom: 120px; }

.page-template-about section.featured-insight .featured-insight__content .featured-insight__content__title {
  margin-top: 40px; }

@media (max-width: 768px) {
  .static-page .paper {
    height: auto; }
  .about-list__objectives {
    margin-top: 60px; }
  .page-template-about section.featured-insight .featured-insight__content .featured-insight__content__title {
    margin-top: 20px; } }

/*
  SINGLE ARTICLE
 */
.single-article .paper {
  height: 783px; }
  .single-article .paper .paper__image {
    height: 100%; }
  .single-article .paper .paper__image-container {
    height: 882px; }

.page-template-workshops-php .paper__image-container .workshops-dwonload-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .page-template-workshops-php .paper__image-container .workshops-dwonload-buttons .big-cta {
    padding: 40px 20px 40px 30px;
    width: 100%; }
    .page-template-workshops-php .paper__image-container .workshops-dwonload-buttons .big-cta_red {
      background-color: #e77161; }

@media (max-width: 768px) {
  .single-article .paper {
    height: auto; } }

.social-share {
  margin-top: 40px; }
  .social-share ul {
    padding: 0;
    display: inline;
    margin-left: 80px; }
    .social-share ul li {
      list-style-type: none;
      display: inline;
      margin-right: 17px; }
      .social-share ul li svg {
        font-size: 15px; }
  .social-share span {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #5B5B5B;
    position: relative; }
    .social-share span::after {
      content: "";
      height: 2px;
      background: #E5E5E5;
      width: 60px;
      display: inline-block;
      margin-left: 10px;
      position: absolute;
      top: 12px; }

/*
  CONTACT PAGE
 */
.contact-page .paper {
  height: 589px; }
  .contact-page .paper .paper__image {
    height: 688px; }
  .contact-page .paper .paper__content__contact-form {
    margin-top: 60px; }
    .contact-page .paper .paper__content__contact-form input[type="email"] {
      background: none;
      border: 0;
      border-bottom: 2px solid #E5E5E5;
      font-style: italic;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      color: #5B5B5B;
      outline: 0;
      padding-bottom: 13px;
      width: 570px; }
    .contact-page .paper .paper__content__contact-form textarea {
      margin-top: 30px;
      background: none;
      border: 0;
      border-bottom: 2px solid #E5E5E5;
      font-style: italic;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      color: #5B5B5B;
      outline: 0;
      height: 160px;
      width: 570px; }
    .contact-page .paper .paper__content__contact-form small {
      font-style: normal;
      font-weight: 300;
      font-size: 13px;
      line-height: 16px;
      color: #5B5B5B;
      margin-top: 30px;
      margin-bottom: 30px;
      display: block; }
    .contact-page .paper .paper__content__contact-form input[type="submit"] {
      font-style: normal;
      font-weight: normal;
      font-size: 25px;
      line-height: 30px;
      background: none;
      border: none;
      cursor: pointer; }
      .contact-page .paper .paper__content__contact-form input[type="submit"]:hover {
        color: #30BBA9; }

@media (max-width: 768px) {
  .contact-page .paper {
    height: auto; } }

/* SEARCH RESULTS PAGE */
.search-results h2 {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  display: inline-block; }

.search-results .search-form {
  display: inline-block;
  width: 100%; }
  .search-results .search-form input[type="text"] {
    width: 100%;
    border: 0;
    background: none;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    color: #30BBA9;
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 13px;
    border-radius: 0;
    outline: 0; }
    .search-results .search-form input[type="text"]:focus {
      outline: 0;
      box-shadow: none; }
  .search-results .search-form .search-btn {
    position: absolute;
    right: 10px;
    top: 0px; }

.search-results .search-results__items {
  margin-top: 80px;
  margin-bottom: 181px; }
  .search-results .search-results__items .search-results__items__item {
    display: block;
    margin-bottom: 30px;
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 30px;
    position: relative; }
    .search-results .search-results__items .search-results__items__item .search-results__items__item__title h2 {
      font-weight: normal; }
    .search-results .search-results__items .search-results__items__item:hover > .search-results__items__item__excerpt {
      color: #30BBA9; }
    .search-results .search-results__items .search-results__items__item:hover > .search-results__items__item__title h2 {
      color: #30BBA9; }
    .search-results .search-results__items .search-results__items__item .search-results__items__item__excerpt {
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      color: #5B5B5B; }
    .search-results .search-results__items .search-results__items__item .search-results__items__item__category {
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      color: #5B5B5B;
      margin-bottom: 20px; }
  .search-results .search-results__items .black-arrow {
    position: absolute;
    right: 10px;
    top: 50px; }

/*
  FOOTER
 */
#footer {
  padding-top: 45px;
  padding-bottom: 65px;
  border-top: 1px solid #E5E5E5; }
  #footer ul {
    padding: 0; }
    #footer ul li {
      list-style-type: none;
      display: inline;
      margin-right: 14px; }
  #footer .footer__menu {
    margin-top: 23px; }
    #footer .footer__menu ul li a {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px; }
  #footer .footer__extra-menu ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px; }
  #footer .ctf-item a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px; }
  #footer .ctf-tweet-meta {
    margin: 0; }
    #footer .ctf-tweet-meta a {
      color: #5B5B5C; }
  #footer .footer__extra {
    margin-top: 30px;
    border-top: 1px solid #E5E5E5;
    padding-top: 30px; }
    #footer .footer__extra .footer__extra_eupolicy {
      font-style: italic;
      font-weight: 300;
      font-size: 11px;
      line-height: 13px;
      color: #5B5B5B; }
      #footer .footer__extra .footer__extra_eupolicy .flag-container {
        float: left;
        width: 18%; }
      #footer .footer__extra .footer__extra_eupolicy .flag-text-container {
        float: left;
        width: 82%; }
    #footer .footer__extra .footer__extra_copy {
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 13px;
      color: #5B5B5B;
      margin-top: 30px;
      text-align: left; }

@media (min-width: 768px) {
  #footer ul li {
    margin-right: 29px; }
  #footer #menu-footer-menu-1 {
    margin-bottom: 0; }
  #footer .footer__extra .footer__extra_eupolicy .flag-container {
    float: left;
    width: 9%; }
  #footer .footer__extra .footer__extra_eupolicy .flag-text-container {
    float: left;
    width: 91%; }
  #footer .footer__extra .footer__extra_copy {
    margin-top: 0;
    text-align: right; } }

/*
  ANIMATIONS & OTHERS
 */
.pulsating-circle {
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-left: 6px; }
  .pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -150%;
    border-radius: 45px;
    background-color: #30BBA9;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  .pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #30BBA9;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }

@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80%, 100% {
    opacity: 0; } }

@keyframes down-arrow {
  0% {
    margin-top: 0px;
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-top: 100px; } }

@keyframes right-arrow {
  0% {
    margin-left: 0px;
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: 15px; } }

@keyframes left-arrow {
  0% {
    margin-left: 0px;
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-left: -15px; } }

.page-template-deliverables .deliverables-container .cardItem {
  height: 580px;
  padding-bottom: 20px; }

.deliverables-container .cardItem .cardItem__content {
  flex-flow: column;
  display: flex;
  height: 390px; }
  .deliverables-container .cardItem .cardItem__content .cardItem__content__excerpt {
    flex-grow: 2;
    display: flex;
    flex-flow: column; }
  .deliverables-container .cardItem .cardItem__content .cardItem__content__excerpt__arrow {
    margin-top: auto; }

/*
TRICKS & MOBILE
 */
.page-template-deliverables .cardItem, .page-template-resources .cardItem {
  height: 340px; }

.page-template-good-practices .cardItem {
  height: 420px; }

.resource-card-item .cardItem {
  height: 420px;
  margin-bottom: 50px; }

.single-resource .wp-block-file a:first-child, .page-template-workshops .wp-block-file a:first-child {
  display: none; }

.single-resource .wp-block-file a, .page-template-workshops .wp-block-file a {
  background: #30BBA9;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  display: block;
  padding: 10px;
  /* float: left; */
  margin-top: 30px;
  border-radius: 0;
  margin: 0;
  width: 105px; }
  .single-resource .wp-block-file a:hover, .page-template-workshops .wp-block-file a:hover {
    color: #fff;
    background: #5B5B5B; }

.donwload-button {
  background: #30BBA9;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  display: block;
  padding: 10px;
  /* float: left; */
  margin-top: 30px;
  border-radius: 0;
  margin: 0;
  width: 105px; }
  .donwload-button:hover {
    color: #fff;
    background: #5B5B5B; }

.dwonload_agenda_container {
  float: right;
  width: 370px;
  padding: 0;
  margin-top: 40px; }

.navbar-light .navbar-toggler {
  border: 0; }
  .navbar-light .navbar-toggler:focus {
    outline: 0; }
  .navbar-light .navbar-toggler .navbar-toggler-icon {
    background: none;
    cursor: pointer;
    outline: 0; }
    .navbar-light .navbar-toggler .navbar-toggler-icon svg {
      color: #000; }
    .navbar-light .navbar-toggler .navbar-toggler-icon:focus {
      outline: 0; }

@media (max-width: 768px) {
  .search-icon-container {
    position: absolute;
    right: 80px;
    top: 25px; }
  .cta-container {
    margin-left: -50px;
    margin-top: 10px;
    display: none; }
  #navbarTop.show .cta-container {
    display: block; } }

@media (max-width: 768px) {
  .hidden-small {
    display: none; } }

a:hover > img.black-arrow,
a:hover > .cardItem__content .cardItem__content__excerpt .cardItem__content__excerpt__arrow img.black-arrow,
a:hover > div span img.black-arrow {
  -webkit-animation: right-arrow 1.2s normal ease-in;
  animation: right-arrow 1.2s normal ease-in; }

a:hover > img.black-arrow-left {
  -webkit-animation: left-arrow 1.2s normal ease-in;
  animation: left-arrow 1.2s normal ease-in; }
