/*
Theme Name: Santagostino Psiche
Theme URI: https://psiche.cmsantagostino.it
Author: Marco Bertoncini | bertonc.it
Author URI: https://www.cmsantagostino.it
Description: Ah hoc theme for Santagostino Psiche online magazine. Cheers --
Version: 0.8
Text Domain: santagostinopsiche
*/
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit] {
  -webkit-appearance: none;
}

/* iOS input reset */
/* MAIN CSS */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  background-color: #eeeeee;
  /* font-family: 'Source Sans Pro', helvetica, Arial, sans-serif; */
  font-family: 'Lato';
  font-size: 16px;
  color: #414042;
  font-weight: 400;
}

html, body {
  height: 100%;
}

.site-content {
  margin-top: 90px;
}

/* margin-top equal to fixed elements heights combined */
.container {
  max-width: 1200px;
  min-height: 620px;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  background-color: #fafafa;
}

.lading-full {
  max-width: 100%;
  min-height: 620px;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  background-color: #fafafa;
}

.width-edge {
  width: 100%;
  margin: 0 auto;
}

.width-full {
  max-width: 1200px;
  margin: 0 auto;
}

.width-large {
  max-width: 1100px;
  margin: 0 auto;
}

.width-medium {
  width: 63%;
  margin: 0 auto;
}

.width-small {
  width: 32%;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear:after {
  content: '';
  clear: both;
  display: block;
}

/* MAIN ELEMENTS */
a {
  color: #414042;
  text-decoration: none;
}

.figure-bkg {
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}

.figure-noimg img {
  display: none;
}

.button {
  display: inline-block;
  padding: 8px 10px 8px 10px;
  min-height: 22px;
  line-height: 18px;
  box-sizing: border-box;
  /* border: 1px solid #006975; */
  color: #FFFFFF;
}

.button:after {
  font-family: FontAwesome;
  content: "\f054";
  margin: 1px 4px 0 10px;
  color: #FFFFFF;
  display: inline-block;
  float: right;
}

.site-logo {
  display: block;
  float: left;
  height: 44px;
  margin-right: 10px;
}

.site-name {
  display: none;
  margin-bottom: 4px;
  font-family: 'Lato';
  font-size: 20px;
}

.site-payoff {
  display: none;
  font-family: 'Lato';
  font-size: 15px;
}

/* OVERLAYS */
.overlay-bottom {
  background: -moz-linear-gradient(50% 100% 90deg, #006975 0%, transparent 100%);
  background: -webkit-linear-gradient(90deg, #006975 0%, transparent 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #006975), color-stop(1, transparent));
  background: -o-linear-gradient(90deg, #006975 0%, transparent 100%);
  background: -ms-linear-gradient(90deg, #006975 0%, transparent 100%);
  background: linear-gradient(0deg, #006975 0%, transparent 100%);
}

.overlay-top {
  background: black;
  background: linear-gradient(180deg, #006975 0%, #006975 100%);
}

/* CONTENT */
b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.content {
  line-height: 25px;
}

.content h2 {
  margin: 40px 0 10px 0;
  font-size: 28px;
  font-family: 'brandon-grotesque', helvetica, Arial, sans-serif;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
}

.content h3 {
  margin: 34px 0 12px 0;
  font-size: 22px;
  font-family: 'brandon-grotesque', helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 400;
}

.content h4 {
  font-family: 'brandon-grotesque', helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #006975;
}

.content p a em strong {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 10px 8px 10px;
  min-height: 22px;
  line-height: 18px;
  box-sizing: border-box;
  border: 1px solid #006975;
  color: #006975;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-family: 'Lato';
}

.content p a em strong:after {
  font-family: 'FontAwesome';
  content: "\f054";
  margin: 1px 4px 0 10px;
  color: #006975;
  display: inline-block;
  float: right;
}

.content ul {
  margin: 20px 0px 26px 50px;
  list-style-type: disc;
}

.content ul li {
  margin-bottom: 6px;
}

.content ol {
  margin: 20px 0px 26px 50px;
  list-style-type: decimal;
}

.content ol li {
  margin-bottom: 6px;
}

.content a {
  color: #006975;
  /* text-decoration: underline; */
  font-weight: 700;
}

.content a.content-cta {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px 15px 15px 15px;
  min-width: 200px;
  text-align: center;
  background-color: #ff7011;
  border: 1px solid #ff7011;
  color: #fff;
  border: 1px solid #ff7011;
  border-radius: 5px;
  font-family: 'brandon-grotesque', helvetica, Arial, sans-serif;
  text-decoration: none;
}

.content a.content-cta.color-reverse {
  color: #ff7011;
  background-color: inherit;
}

.content p {
  margin-bottom: 26px;
}

.content img {
  max-width: 100%;
}

.content blockquote {
  margin: 20px 0 20px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #a5a7aa;
  border-bottom: 1px solid #a5a7aa;
}

.content blockquote p {
  font-family: 'brandon-grotesque', helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
}

.content blockquote p:before {
  font-family: FontAwesome;
  content: "\f10d";
  margin-right: 8px;
  color: #006975;
  font-size: 36px;
}

.content img.alignleft {
  display: block;
  float: left;
  width: 50%;
  max-width: 300px;
  margin: 10px 20px 10px 0px;
}

.content img.alignright {
  display: block;
  float: right;
  width: 50%;
  max-width: 300px;
  margin: 10px 0px 10px 20px;
}

.content .button {
  text-decoration: none;
}

.serif {
  font-family: 'Lato';
}

/* FORMS */
.content input, .content textarea {
  font-family: 'Lato';
  font-size: 15px;
}

.content input[type="text"], input[type="email"] {
  width: 99%;
}

.content input[type="text"], input[type="email"] {
  padding-left: 1%;
  min-height: 26px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.content textarea {
  width: 98%;
  padding: 10px 1% 10px 1%;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.content input[type="submit"] {
  background-color: #F8726C;
  border: 1px solid #F8726C;
  line-height: 24px;
  min-width: 160px;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

.wpcf7-response-output {
  width: 100%;
  padding: 20px 5% 20px 5% !important;
  box-sizing: border-box !important;
  border: 1px solid #ccc !important;
  margin: 0 !important;
  background-color: #ccc;
}

.wpcf7-mail-sent-ok {
  background-color: #cbeed8;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng {
  background-color: #dfa3a0;
}

/* SITE HEADER */
.site-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 40px;
  padding: 8px 0 12px 0;
  background-color: #FFFFFF;
  color: #ffffff;
}

.site-header a {
  color: #ffffff;
}

.site-header-head {
  float: left;
}

.site-header-links {
  float: right;
  margin-top: 8px;
}

.site-header-links ul li {
  display: inline-block;
  line-height: 24px;
  margin-left: 8px;
  text-align: center;
  font-size: 20px;
}

.site-header-links ul li a {
  color: #ffffff;
}

.site-header-links ul li.site-header-links-newsletter a {
padding: 5px 8px 3px 8px; 
/* position: absolute; */
width: 207px;
height: 50px;
left: 1153px;
top: 14px;
border: 1px solid #ffffff;
font-size: 16px;
background: #F8726C;
border-radius: 10px;
}

.site-header-links ul li.site-header-links-newsletter span {
  margin-left: 6px;
  font-size: 20px;
}

/* .site-header-links ul li.site-header-links-newsletter a:hover {
  background-color: #fff;
  color: #F8726C;
} */

.site-header-menu-responsive-toggle {
  float: right;
}

/* SITE NAV */
.site-nav {
  position: fixed;
  top: 60px;
  z-index: 9999;
  width: 100%;
  background-color: #E0F3F4;
  line-height: 30px;
  font-size: 15px;
}

.site-nav a {
  color: #006975;
}

ul.site-nav-main {
  float: left;
}

ul.site-nav-main li {
  display: inline-block;
  margin-right: 18px;
}

ul.site-nav-main li.menu-item-has-children > a:before {
  margin-right: 4px;
  font-family: 'Fontawesome';
  content: "\f13a";
}

ul.site-nav-main li ul {
  display: none;
  position: absolute;
  /* min-width: 300px; */
  margin-left: -20px;
  z-index: 9999;
  padding: 10px 10px 10px 20px;
  background-color: rgba(224, 243, 244, 0.9);
  border-radius: 10px;
}

ul.site-nav-main li ul li {
  display: block;
}

ul.site-nav-main li ul li a {
  display: block;
}

ul.site-nav-main li ul li:first-child {
  border: none;
}

ul.site-nav-main li ul li a:before {
  margin-right: 4px;
  font-family: 'Fontawesome';
  content: "\f138";
}

ul.site-nav-main li:hover ul {
  display: block;
}

ul.site-nav-therapist {
  display: inline-block;
  float: right;
  margin-right: 0px;
  line-height: 28px;
  font-size: 16px;
}

ul.site-nav-therapist li a span {
  margin-right: 8px;
  font-size: 16px;
}

.site-nav-responsive-items {
  padding: 10px 0 10px 0;
  text-align: center;
}

.site-nav-responsive-items ul li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  border: none !important;
  color: #ffffff;
  font-size: 24px;
}

.site-nav-responsive-items ul li a {
  color: #ffffff;
  border: none;
}

/* HOMEPAGE */
.hp-highlight {
  margin-top: 40px;
}

.hp-lists {
  margin-top: 40px;
}

.hp .article-list .button {
  float: right;
}

/* HOMEPAGE 3 ARTICLES */
.hp-3 a {
  display: block;
  height: 420px;
  position: relative;
  border-radius: 10px;
}

.hp-3 a article {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 100px;
  border-radius: 10px;
}

.hp-3 a article header {
  color: #ffffff;
}

.hp-3 a article header h1 {
  display: inline-block;
  max-width: 650px;
  margin: 10px 20px 10px 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  font-size: 32px;
  color: #ffffff;
  font-family: 'brandon-grotesque';
}

.hp-3 a article header p {
  display: block;
  max-width: 650px;
  margin: 0 40px 20px 20px;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
}

/* HOMEPAGE SPOTLIGHT */
.hp-spotlight article {
  position: relative;
  height: 250px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}

.hp-spotlight article header {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 60px;
  border-radius: 10px;
}

.hp-spotlight article header h1 {
  display: inline-block;
  max-width: 700px;
  margin: 10px 20px 6px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'brandon-grotesque';
}

.hp-spotlight article header p {
  display: block;
  max-width: 800px;
  margin: 0 20px 20px 20px;
  padding-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  color: #ffffff;
}

/* HOMEPAGE STORIES */
.hp-stories {
  position: relative;
  width: 100%;
  height: 520px;
  box-sizing: border-box;
  outline: 2px solid #E0F3F4;
  border-radius: 10px;
}

.hp-stories-header {
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.hp-stories-header h1 {
  color: #414042;
  font-size: 20px;
}

.hp-stories-header h1:before {
  content: '\f040';
  margin-right: 6px;
  font-size: 20px;
  font-family: 'Fontawesome';
}

.hp-stories article {
  margin: 0 20px 0 20px;
  padding: 20px 0 0 0;
  border-top: 1px solid #ccc;
}

.hp-stories article header h1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #64C2C8;
  font-size: 17px;
  line-height: 20px;
  font-family: 'brandon-grotesque';
}

.hp-stories article header p {
  font-size: 14px;
  color: #414042;
  margin-bottom: 10px !important;
}

nav.hp-stories-all {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #E0F3F4;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}

nav.hp-stories-all a {
  color: #006975 !important;
  margin-right: 10px;
}

nav.hp-stories-all a:before {
  margin-right: 10px;
  content: '\f054';
  font-family: 'Fontawesome';
}

/* DOSSIER BLOCK (hompage & lists) */
.dossier-block {
  position: relative;
  min-height: 430px;
  background-size: cover;
  background-position: center center;
}

.dossier-block-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
}

.dossier-block-container a {
  background-size: cover;
  background-position: center center;
  display: block;
}

.dossier-block-header {
  position: absolute;
  bottom: 0;
  left: 1px;
  background-size: 0;
}

.dossier-block-header span {
  display: block;
  width: 100px;
  line-height: 30px;
  text-align: center;
  margin-left: 20px;
  background-color: #ffffff;
}

.dossier-block-header span::before {
  margin-right: 4px;
  font-family: 'Fontawesome';
  content: "\f07c";
}

.dossier-block-header h1 {
  display: inline-block;
  max-width: 560px;
  margin: 10px 40px 10px 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  font-size: 36px;
  color: #ffffff;
}

.dossier-block-header p {
  display: block;
  max-width: 560px;
  margin: 0 40px 20px 20px;
  padding-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
}

.dossier-block-list {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.dossier-block-list article {
  display: block;
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
  background-color: #cccccc;
  background-color: rgba(255, 255, 255, 0.75);
}

.dossier-block-list article h1 {
  float: left;
  width: 80%;
  line-height: 21px;
  color: #000000;
  font-size: 17px;
}

.dossier-block-list article:before {
  display: block;
  float: right;
  content: 'ddd';
  width: 30px;
  line-height: 40px;
  font-family: FontAwesome;
  content: "\f054";
  color: #006975;
  font-size: 17px;
}

.dossier-list .dossier-block {
  margin-bottom: 40px;
}

/* NEWSLETTER ROW */
.newsletter-row {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  /* border: 1px solid #ccc; */
  background-color: #E0F3F4;
  border-radius: 10px; 
}

.newsletter-row header {
  float: left;
}

.newsletter-row h1 {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
  font-family: 'brandon-grotesque';
  color: #64C2C8;
}

.newsletter-row header p {
  margin-right: 20px;
}

.newsletter-row a {
  display: block;
  float: right;
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  background: #F8726C;
  border-radius: 10px;
}

.post-sidebar .newsletter-row a {
  float: none;
}

/* LISTS */
.list-header {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}

.list-header:before {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Fontawesome';
}

/* PAGE SINGLE */
.page {
  margin-top: 40px;
}

.page-figure {
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
}

.page header h1 {
  font-size: 40px;
  margin: 30px 0 50px 0;
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-family: 'brandon-grotesque';
}

.page .newsroom article {
  border-bottom: 1px solid #ccc;
}

.page .newsroom article header h1 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 0px;
}

.page .newsroom article header p {
  margin-bottom: 0px;
  font-style: italic;
}

.page .newsroom article .author-img {
  width: 80px;
  height: 80px;
}

/* ARTICLE SINGLE */
.article-header {
  margin: 30px 0 30px 0;
}

.article-header .article-header-category {
  font-weight: 700;
  font-size: 26px;
  color: #006975;
  font-family: 'brandon-grotesque';
}

.article-header h1 {
  max-width: 800px;
  padding: 20px 0 20px 0;
  font-weight: 700;
  font-size: 42px;
  color: #000000;
  font-family: 'brandon-grotesque';
}

.article-header p {
  max-width: 900px;
  font-size: 19px;
  line-height: 26px;
  font-style: italic;
}

.article-header .article-technical {
  margin-top: 16px;
  font-size: 19px;
  color: #006975;
  font-style: italic;
}

.article-header .article-technical span {
  margin-right: 6px;
}

.article-figure-container {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.article-figure-float img {
  float: right;
  width: 40%;
  height: auto;
  margin: 6px 0 20px 20px;
}

.article-book {
  float: right;
  width: 25%;
  height: auto;
  margin: 6px 0 20px 20px;
}

.article-authors {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.article-authors a {
  color: #006975;
}

.article-authors span:after {
  content: ',';
}

.article-authors span:last-child:after {
  content: none;
}

.article-video iframe {
  width: 100%;
  height: 500px;
}

.article .article-content p:first-child {
  color: #64C2C8;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Lato';
}

.article .article-content p:first-child em {
  font-style: normal;
}

.button.article-external-button {
  margin-bottom: 20px;
  font-family: 'Lato';
  text-decoration: none;
}

.article .article-date {
  display: block;
}

.article-sidebar-category, .article-sidebar-dossier {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.article-sidebar-category:before {
  margin-right: 10px;
  font-family: 'Fontawesome';
  content: '\f02e';
}

.article-sidebar-dossier:before {
  margin-right: 10px;
  font-family: 'Fontawesome';
  content: '\f07c';
}

.article-sidebar-typology span {
  margin-right: 6px;
}

.article-tags {
  margin-top: 30px;
}

.article-tag li a {
  float: left;
  display: block;
  margin-right: 6px;
  padding: 0 8px 0 8px;
  line-height: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #006975;
  border-radius: 10px;
  text-align: center;
  color: #006975;
  font-size: 14px;
}

.article-tag li a:before {
  content: "#";
  margin-right: 4px;
}

.article-tag li a:hover {
  background-color: #006975;
  color: #ffffff;
}

.article-authors-box {
  margin-top: 20px;
}

.article-authors-box article {
  padding: 30px 30px 40px 30px;
  background-color: #ededed;
  margin-bottom: 20px;
}

.article-authors-box article figure {
  float: left;
  width: 80px;
  height: 80px !important;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 80px;
}

.article-authors-box article header h1 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.article-authors-box article header p {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 18px;
}

.article-authors-box article .content {
  line-height: 19px;
  font-size: 15px;
}

.article-authors-box article .content a {
  font-weight: 400;
}

.article.story .article-header-typology {
  text-align: center;
  color: #006975;
  font-size: 22px;
}

.article.story .article-header-typology span {
  margin-right: 6px;
}

.article.story .article-header .article-figure-container {
  height: 500px;
}

.article.story .article-header {
  margin-top: 0;
}

.article.story .article-header .article-header-category {
  display: none;
}

.article.story .article-header {
  text-align: center;
}

.article.story .article-header h1, .article.story .article-header p {
  max-width: 600px;
  margin: 0 auto;
}

.article.story .article-header h1 {
  margin-bottom: 20px;
}

.article.story .share-icons {
  text-align: center;
}

.article.story .article-content p:first-child {
  padding: 30px;
  background-color: #eee;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.article.story .article-content p:first-child:before {
  margin-right: 20px;
  font-family: 'FontAwesome';
  content: '\f10d';
  font-size: 2rem;
}

.article.diary .article-header-typology {
  text-align: center;
  color: #006975;
  font-size: 22px;
}

.article.diary .article-header-typology span {
  margin-right: 6px;
}

.article.diary .article-header .article-figure-container {
  height: 500px;
}

.article.diary .article-header {
  margin-top: 0;
}

.article.diary .article-header .article-header-category {
  display: none;
}

.article.diary .article-header {
  text-align: center;
}

.article.diary .article-header h1, .article.story .article-header p {
  max-width: 600px;
  margin: 0 auto;
}

.article.diary .article-header h1 {
  margin-bottom: 20px;
}

.article.diary .share-icons {
  text-align: center;
}

.article.diary .article-content p:first-child {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.article.diary .article-content p:first-child:before {
  content: '';
  font-size: inherit;
  color: inherit;
}

/* ARTICLE LIST (Standard) */
.article-list article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #E0F3F4;
}

.article-list article:after {
  content: '';
  clear: both;
  display: block;
}

.article-list-title {
  display: block;
}

.article-list-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.article-list-title span:not(:empty) {
  display: inline-block;
  color: #006975;
}

.article-list-title span:not(:empty):after {
  content: ' /';
  padding-right: 4px;
}

.article-list-title h1 {
  display: inline;
  color: #000000;
  font-family: 'brandon-grotesque';
}

.article-list header p {
  line-height: 22px;
}

.article-list article figure {
  float: right;
  width: 40%;
  height: 170px;
  margin: 0 0 20px 30px;
  border-radius: 10px;
}

.article-list .article-authors {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
}

.article-video {
  margin-bottom: 30px;
}

.article-list header p span {
  margin-right: 6px;
  color: #888;
  font-size: 18px;
}

/* ALL POSTS LIST */
.list-all .list-header {
  margin-top: 40px;
  margin-bottom: 60px;
}

/* DOSSIER SINGLE */
.dossier-header-container {
  position: relative;
  min-height: 430px;
  background-size: cover;
  background-position: center center;
}

.dossier-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
}

.dossier-header span {
  display: block;
  width: 100px;
  line-height: 30px;
  text-align: center;
  margin-left: 20px;
  background-color: #ffffff;
}

.dossier-header span::before {
  margin-right: 4px;
  font-family: 'Fontawesome';
  content: "\f07c";
}

.dossier-header h1 {
  display: inline-block;
  max-width: 700px;
  margin: 10px 20px 10px 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  font-size: 36px;
  color: #ffffff;
  font-family: 'brandon-grotesque';
}

.dossier-header p {
  display: block;
  max-width: 700px;
  margin: 0 20px 20px 20px;
  padding-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
}

.dossier-triangle {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 20px solid #000;
}

.dossier-article-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.dossier-article-list a {
  width: 47%;
  margin: 20px 6% 20px 0;
  box-sizing: border-box;
}

.dossier-article-list a:nth-child(even) {
  margin-right: 0;
}

.dossier-article-list article figure {
  float: right;
  width: 40%;
  height: 130px;
  margin-left: 20px;
}

.dossier-article-list article header h1 {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  font-family: 'brandon-grotesque';
}

.dossier-article-list article header p {
  line-height: 20px;
}

.article-authors.dossier-article-authors {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border: none;
  font-style: italic;
}

.dossier .share-icons {
  margin-top: 20px;
  text-align: center;
}

/* DOSSIER LIST */
.dossier-list-header:before {
  content: '\f07c';
}

/* EVENT SINGLE */
.event header {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.event .event-header-date {
  margin-bottom: 0px;
  font-family: 'Lato';
  color: #006975;
  font-size: 20px;
}

.event .event-header-date:before {
  display: block;
  content: '\f133';
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Fontawesome';
}

.event header h1 {
  margin: 20px 0 20px 0;
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  font-family: 'brandon-grotesque';
}

.event header p {
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 26px;
  font-style: italic;
}

.event-img {
  float: right;
  width: 40%;
  height: auto;
  margin: 6px 0 20px 20px;
}

.event-data {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.event .content iframe {
  width: 100%;
  height: 300px;
}

/* EVENT LIST PAGE */
.event-list-header:before {
  content: '\f133';
}

.event-list-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}

.event-list-nav ul li a {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 30px;
  text-align: center;
}

.event-list-nav ul li:last-child a {
  margin-right: 0;
}

.event-list-nav ul li.current-menu-item a {
  background-color: #009688;
  color: #fff;
}

.event-list article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.event-list article .event-list-date {
  margin-bottom: 10px;
  font-family: 'Lato';
  color: #006975;
  font-size: 18px;
}

.event-list article header h1 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: 'brandon-grotesque';
}

.event-list article header p {
  line-height: 21px;
}

/* ATUHOR SINGLE */
.author {
  margin-top: 20px;
}

.author-img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 120px;
}

.author header {
  padding-top: 10px;
}

.author header h1 {
  font-size: 30px;
  margin: 20px 0 10px 0;
  color: #000000;
  font-weight: 700;
  font-family: 'brandon-grotesque';
}

.author header p {
  display: block;
  font-size: 20px;
  font-style: italic;
}

.author nav {
  margin: 20px 0 20px 0;
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #ccc;
}

.author nav ul li a {
  display: inline-block;
  margin: 0 20px 0 4px;
  line-height: 28px;
  font-family: 'Lato';
}

.author nav ul li:before {
  color: #006975;
}

.author-article-list {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.author-article-list > header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.author-article-list > header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #006975;
  font-style: italic;
}

.author-article-list article header p {
  margin-top: 20px;
}

/* TWIN BOXES LIST */
.twin-list-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.twin-list-wrap a {
  width: 49%;
  margin: 20px 2% 0 0;
  box-sizing: border-box;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
}

.twin-list-wrap a:nth-child(even) {
  margin-right: 0;
}

.twin-list article {
  padding: 10px;
}

.twin-list article figure {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  border-radius: 50%;
}

.twin-list article header h1 {
  margin-bottom: 4px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.twin-list article p {
  margin-bottom: 6px;
  font-style: italic;
}

/* CATEGORIES LIST PAGE (twin list) */
.categories-list a {
  background-color: #E0F3F4;
}

.categories-list .twin-list-header:before {
  content: '\f02e';
}

.categories-list.twin-list article figure {
  float: none;
  margin: 0 auto;
  width: 100%;
  height: 140px;
  border-radius: 10px;
}

.categories-list article header h1 {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 400;
}

.categories-list article header h1:before {
  display: inline-block;
  margin-right: 4px;
  font-family: FontAwesome;
  content: '\f02e';
  font-weight: 400;
  color: #006975;
}

/* AUTHORS LIST PAGE (twin list) */
.author-list .twin-list-header:before {
  content: '\f0c0';
}

.author-list-link {
  line-height: 20px;
  color: #006975;
}

.author-list-link:before {
  display: inline-block;
  margin-right: 4px;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 12px;
}

/* CATEGORY SINGLE PAGE */
.category .category-header {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.category .category-header h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: 'brandon-grotesque';
}

.category article header .article-list-category {
  display: none;
}

.category .category-spotlight {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.category .category-spotlight .category-spotlight-header {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 16px 10px 0px;
  color: #006975;
  font-size: 18px;
  text-transform: uppercase;
}

.category .category-spotlight .category-spotlight-header:before {
  margin-right: 10px;
  font-family: FontAwesome;
  content: "\f08d";
  color: #006975;
  font-size: 22px;
}

.category .category-spotlight article {
  min-height: 40px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #eeeeee;
}

.category .category-spotlight article h1 {
  font-size: 18px;
  font-weight: 700;
}

.category .category-spotlight article:before {
  display: block;
  float: right;
  margin-left: 20px;
  width: 30px;
  line-height: 40px;
  font-family: FontAwesome;
  content: "\f054";
  color: #006975;
  font-size: 17px;
}

/* TAG SINGLE PAGE */
.tag-header {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.tag-header h1 {
  color: #006975;
  font-weight: 700;
  font-size: 30px;
  font-family: 'brandon-grotesque';
}

.tag-header h1:before {
  margin-right: 10px;
  content: '\f292';
  font-size: 30px;
  font-family: 'Fontawesome';
  font-weight: 400;
}

/* TYPOLOGY LIST */
.typology-list .list-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.typology-list .list-header span {
  margin-bottom: 20px;
  color: #006975;
  font-size: 40px;
}

/* SIDEBARS */
.sidebar.width-small {
  margin: 0 0 0 5%;
  padding: 0 0 0 5%;
  box-sizing: border-box;
  border-left: 2px solid #E0F3F4;
}

.sidebar-block {
  margin-bottom: 40px;
}

.sidebar .button {
  display: inline-block;
}

.sidebar h3 {
  margin-bottom: 20px;
  font-family: 'Lato';
  font-size: 20px;
}

.sidebar p a em strong {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 10px 8px 10px;
  min-height: 22px;
  line-height: 18px;
  box-sizing: border-box;
  border: 1px solid #006ba3;
  color: #006ba3;
  background-color: #dddddd;
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  font-family: 'brandon-grotesque', helvetica, Arial, sans-serif;
}

.sidebar ul {
  margin: 20px 0px 26px 50px;
  list-style-type: disc;
}

.sidebar ul li {
  margin-bottom: 6px;
}

.sidebar a {
  color: #006975;
}

#button-newsletter {
  color: #FFFFFF;
}

.sidebar p a {
  color: #006ba3;
  text-decoration: underline;
  font-style: italic;
  font-weight: 700;
}

.sidebar p {
  margin-bottom: 26px;
  line-height: 21px;
}

.sidebar iframe {
  width: 100%;
  height: 200px;
}

.sidebar-articles article {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.sidebar-articles article header {
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.sidebar-articles article header h1 {
  position: absolute;
  bottom: 0;
  padding: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}

.sidebar-articles article.videopost header:after, .sidebar-articles article.story header:after {
  display: block;
  position: absolute;
  top: 65px;
  width: 100%;
  text-align: center;
  font-family: 'Fontawesome';
  color: #ffffff;
  font-size: 30px;
}

.sidebar-articles article.videopost header:after {
  content: '\f01d';
}

.sidebar-articles article.story header:after {
  content: '\f040';
}

/* BOX EVENTS */
.box-events {
  position: relative;
  width: 100%;
  height: 520px;
  box-sizing: border-box;
  outline: 1px solid #ccc;
}

.box-events-header {
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.box-events-header:before {
  display: block;
  content: '\f133';
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Fontawesome';
}

.box-events-header h1 {
  text-transform: uppercase;
}

.box-events-all {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #006975;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}

.box-events-all a {
  color: #ffffff;
  margin-right: 10px;
}

.box-events-all a:before {
  margin-right: 10px;
  content: '\f054';
  font-family: 'Fontawesome';
}

.box-events article {
  margin: 0 20px 0 20px;
  padding: 20px 0 20px 0;
  border-top: 1px solid #ccc;
}

.box-events article header p {
  margin-bottom: 10px;
  font-family: 'brandon-grotesque', Arial, Helvetica, sans-serif;
  color: #006975;
}

.box-events article header h1 {
  font-size: 16px;
  color: #414042;
}

/* SHARE */
.share-icons {
  margin: 10px 0 30px 0;
}

.share-icons li {
  display: inline-block;
}

.share-icons li a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  box-sizing: border-box;
  border: 1px solid #a5a7aa;
  text-align: center;
  font-size: 17px;
  color: #231f20;
}

.share-icons li a:hover {
  background-color: #006975;
}

.share-icons li a:hover {
  color: #fff;
}

.share-icons li a.share-whatsapp {
  display: none;
}

/* LISTS - NAVIGATION */
.list-nav ul li a {
  display: block;
  width: 140px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #006975;
  border-radius: 10px;
  text-align: center;
  color: #006975;
}

.list-nav .list-nav-prev {
  float: left;
}

.list-nav .list-nav-prev a:before {
  margin-right: 10px;
  content: '\f053';
  font-family: 'Fontawesome';
  color: #006975;
  font-size: 14px;
}

.list-nav .list-nav-next {
  float: right;
}

.list-nav .list-nav-next a:after {
  margin-left: 10px;
  content: '\f054';
  font-family: 'Fontawesome';
  color: #006975;
  font-size: 14px;
}

/* SEARCH RESULTS PAGE */
.search .list-header:before {
  content: '\f002';
}

.search .search-header span {
  text-transform: lowercase;
  color: #006975;
}

.search-nav {
  padding-bottom: 20px;
}

.search-nav ul li a {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #cccccc;
  text-align: center;
  text-transform: uppercase;
}

.search-nav ul li:last-child a {
  margin-right: 0;
}

.search-nav-active-post .search-nav-link-post,
.search-nav-active-dossier .search-nav-link-dossier,
.search-nav-active-event .search-nav-link-event,
.search-nav-active-author .search-nav-link-author {
  color: #ffffff;
  background-color: #006975;
}

.search-results {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.search-results.search-author {
  border: none;
}

.search-dossier article header a {
  margin-bottom: 20px;
}

.search-dossier article header h1 {
  font-weight: 400;
  font-size: 24px;
}

.search-dossier article header .article-authors {
  display: none;
}

.search-dossier article p span {
  display: none;
}

.search-event article {
  padding: 20px;
  border: 1px solid #ccc;
}

.search-event article header a:before {
  margin-right: 6px;
  font-family: 'Fontawesome';
  content: '\f133';
  color: #006975;
}

.search-event article header a {
  margin-bottom: 10px;
}

.search-event article header .article-authors {
  display: none;
}

.search-event article p span {
  display: none;
}

.search-event article figure {
  height: 120px;
}

.search-author article {
  padding: 20px;
  border: 1px solid #ccc;
}

.search-author article header a {
  margin-bottom: 10px;
}

.search-author article header .article-authors {
  display: none;
}

.search-author article p span {
  display: none;
}

.search-author article figure {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}

.search-empty p {
  margin-bottom: 20px;
  font-size: 16px;
}

/* SEARCH FORM */
.search-form {
  margin-top: 30px;
}

.search-form input {
  -webkit-appearance: none;
  display: block;
  height: 30px;
  padding: 6px;
  background-color: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-family: 'Lato';
  font-size: 14px;
}

.search-form input[type="search"] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}

.search-form input[type="submit"] {
  width: 120px;
  border: none;
  background-color: #ffffff;
  color: #006975;
  font-weight: 700;
  border: 1px solid #006975;
  cursor: pointer;
}

/* SITE FOOTER */
.site-footer {
  width: 100%;
  padding: 40px 0 40px 0;
  background-color: #E0F3F4;
}

.site-footer a {
  color: #ffffff;
}

.site-footer-logo img {
  margin-left: 10px;
}

.site-footer-logo span {
  display: none;
}

.site-footer-social {
  margin: 20px 20px 0 0px;
}

.site-footer-social ul li {
  display: inline-block;
}

.site-footer-social ul li a {
  display: inline-block;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.site-footer p {
  margin: 20px 0 0 0px;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.site-footer p a {
  color: #ffffff;
  text-decoration: underline;
}

/* 404 */
.not-found {
  text-align: center;
}

.not-found header {
  margin-top: 80px;
  margin-bottom: 60px;
}

.not-found header span {
  display: block;
  margin-bottom: 30px;
  font-size: 80px;
  color: #006975;
}

.not-found header h1 {
  font-size: 50px;
}

.not-found p {
  margin-bottom: 30px;
}

.not-found .button {
  margin-right: 10px;
  margin-bottom: 20px;
}

/* CALL TO ACTION */
a.button-cta {
  display: block;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 15px 6px 15px 6px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: bold;
  color: #F8726C;
  border: 1px solid #F8726C;
  background-color: inherit;
  border-radius: 5px;
}

.article .button-cta {
  display: none;
}

.article-end a.button-cta {
  display: block;
}

.article .sidebar .button-cta {
  display: block;
  background-color: #F8726C;
  color: #ffffff;
  border-radius: 10px;
}

#menu-responsive .button-cta {
  margin: 10px auto 20px auto;
  color: #F8726C;
  border: 1px solid #F8726C;
  background-color: inherit;
  border-radius: 10px;
}

/* BLANKTONC RESPONSIVE MENU*/
/* RESPONSIVE MENU - STYLING */
#menu-responsive {
  position: fixed;
  z-index: 9999;
  height: 100%;
  overflow: auto;
  width: 100%;
  background-color: #ffffff;
}

#menu-responsive li {
  line-height: 40px;
  padding-top: 3px;
  border-top: 1px solid #006975;
}

#menu-responsive ul li {
  position: relative;
  padding-left: 10px;
}

#menu-responsive ul li.menu-responsive-submenu {
  padding-left: 0px;
}

#menu-responsive ul li.menu-responsive-submenu ul li {
  padding-left: 46px;
  background-color: #ededed;
}

#menu-responsive ul li.menu-responsive-submenu ul li .menu-responsive-triangle {
  margin-left: 0px;
}

#menu-responsive ul li ul li ul li {
  margin-left: -7px;
  border: none;
}

#menu-responsive a {
  color: #006975;
}

#menu-responsive .menu-item {
  font-size: 17px;
}

/* RESPONSIVE MENU SUBMENU TRIANGLE - STYLING */
#menu-responsive .menu-responsive-triangle {
  margin-right: 10px;
  margin-left: 10px;
}

.menu-responsive-triangle {
  font-family: 'FontAwesome';
  border-width: 6px 0 6px 10.4px;
  color: #006975;
  font-size: 20px;
}

/* RESPONSIVE MENU HAMBURGER - STYLING */
.hamburger {
  display: none;
  padding: 8px 0 8px 8px;
  cursor: pointer;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #006975;
}

/* RESPONSIVE MENU - FUNCTIONALITY */
#menu-responsive {
  display: none;
}

#menu-responsive-toggle {
  cursor: pointer;
}

.menu-responsive-submenu ul {
  display: none;
}

/* RESPONSIVE MENU SUBMENU TRIANGLE - FUNCTIONALITY */
.menu-responsive-triangle {
  display: inline-block;
  transform: rotate(0deg);
  transition-duration: 0.15s;
}

.menu-responsive-triangle-rotate {
  transform: rotate(180deg);
  transition-duration: 0.15s;
}

/* RESPONSIVE MENU HAMBURGER - FUNCTIONALITY  (partial edit of "Hamburgers" by Jonathan Suh (jonsuh.com), under MIT License: https://github.com/jonsuh/hamburgers/blob/master/LICENSE) */
.hamburger {
  color: inherit;
  transition-property: opacity, filter;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-inner {
  visibility: hidden;
}

/* Hidden by default, the hamburger gets displayed via jQuery when document is ready (even if images are not donwloaded yet) */
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

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

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.hamburger-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.hamburger-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.hamburger-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* COOKIE BAR EU LAW styling */
.cookiebar {
  position: fixed;
  bottom: 0;
  width: 90%;
  z-index: 9999;
  min-height: 30px;
  padding: 16px 5% 16px 5%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.cookiebar a {
  color: #ffffff;
}

.cookiebar-text {
  line-height: 17px;
}

.cookiebar-button {
  display: inline-block;
  min-width: 80px;
  margin: 10px 10px 0px 10px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  padding: 8px;
  text-transform: uppercase;
}

/* EXPANDING SEARCHBOX - STRUCTURE */
.searchbox {
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input, .searchbox-responsive-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  margin: 0;
  border-radius: 10px;
}

.searchbox-icon, .searchbox-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

/* EXPANDING SEARCHBOX - STYLING */
.searchbox {
  width: 30px;
  height: 30px;
  float: right;
  margin: 5px 0 0 6px;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.searchbox.searchbox-responsive {
  float: none;
  height: 30px;
  margin: 10px auto;
  border-radius: 20px;
}

.searchbox-input, .searchbox-responsive-input {
  width: 210px;
  line-height: 27px;
  padding-left: 6px;
  background-color: #eeeeee;
  font-size: 14px;
  text-overflow: auto;
}

.searchbox-input::-webkit-input-placeholder, .searchbox-input:-moz-placeholder, .searchbox-input::-moz-placeholder, .searchbox-input:-ms-input-placeholder {
  color: #666666;
}

.searchbox-icon, .searchbox-submit {
  width: 23px;
  height: 30px;
  line-height: 30px;
  padding-right: 7px;
  font-size: 22px;
  text-align: right;
  color: #ffffff;
  background: #E0F3F4;
  border-radius: 10px;
}

.searchbox-icon.fa.fa-search {
  line-height: 27px;
  color: #006975;
}

.searchbox.searchbox-open {
  width: 200px;
}

.searchbox-open .searchbox-submit {
  width: 30px;
  line-height: 30px;
}

/* HUBPSOT NEWSLETTER AND BOOK FORM */
.hbspt-form label {
  display: block;
  margin-top: 10px;
}

.hbspt-form ul {
  margin: 0;
  list-style-type: none;
}

.hbspt-form .hs-error-msgs {
  color: #ff3300;
}

.hbspt-form .hs-richtext {
  font-size: 0.875rem;
}

.hbspt-form .hs-submit input {
  border-radius: 2px;
  line-height: 36px;
}

.article .article-content .hbspt-form p {
  font-family: 'Lato';
  font-size: 14px;
  color: #414042;
  font-weight: 400;
  line-height: 22px;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1120px) {
  html {
    background-color: #fafafa;
  }
  .container {
    width: 100%;
  }
  .site-content {
    padding: 0 20px 0 20px;
  }
  .width-full {
    width: 100%;
  }
  .width-large.newsletter-row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-header .width-large, .site-footer .width-large, .site-nav .width-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .width-medium {
    float: none;
    width: 100%;
  }
  .width-small, .sidebar.right {
    float: none;
    width: 100%;
    margin: 30px 0;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
  .box-events {
    height: auto;
    padding-bottom: 40px;
  }
  .box-events-all {
    text-align: left;
  }
  .box-events-all a {
    margin-left: 20px;
  }
  .hp-stories {
    height: auto;
    padding-bottom: 40px;
  }
  .hp-stories-all {
    text-align: left;
  }
  .hp-stories-all a {
    margin-left: 20px;
  }
  .hp .article-list .button {
    float: none;
  }
  .article-video iframe {
    height: 300px;
  }
  .post-sidebar .newsletter-row a {
    float: right;
  }
  .sidebar-articles article {
    max-width: 500px;
  }
  .dossier-block, .dossier-block-container, .dossier-block-header, .dossier-block-list {
    position: static;
  }
  .dossier-block {
    background-size: 0;
  }
  .dossier-block-header {
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .dossier-block-container {
    height: auto;
  }
  .dossier-block-container.overlay-bottom {
    background: none;
  }
  .dossier-block-list.width-small {
    border: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .dossier-block-list article {
    background-color: #eeeeee;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .dossier-block-list article h1 {
    margin-left: 20px;
  }
  .article .button-cta {
    display: block;
  }
  .article .sidebar .button-cta {
    display: none;
  }
  .article-end .button-cta {
    display: block;
    background-color: #ff7011;
    color: #ffffff;
  }
}

@media only screen and (max-width: 800px) {
  .site-content {
    margin-top: 60px;
  }
  .site-nav, .site-header-links, .site-header-searchbox {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .content {
    font-size: 17px;
    line-height: 26px;
  }
  .page-figure, .article-figure-container {
    height: 240px;
  }
  .article-header {
    margin-top: 10px;
  }
  .twin-list-wrap a {
    width: 100%;
    margin-right: 0;
  }
  .dossier-article-list article figure {
    float: none;
    width: 100%;
    height: 160px;
    margin: 0 auto 20px auto;
  }
  .share-icons li a {
    width: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 700px) {
  .article-list article figure {
    float: none;
    width: 100%;
    height: 170px;
    margin: 0 0 20px 0;
  }
  .article.story .article-header .article-figure-container {
    height: 240px;
  }
}

@media only screen and (max-width: 550px) {
  .dossier-article-list a {
    width: 100%;
    margin-right: 0%;
  }
  .dossier-article-list article figure {
    height: 190px;
  }
  .event-img {
    float: none;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .share-icons li a.share-whatsapp.share-whatsapp {
    display: block;
  }
  .category .category-header {
    height: 230px;
  }
}
