@charset "utf-8";
html,
body {
  font-family: century-gothic, sans-serif;
  color: #4e4d4d;
  font-size: 14px;
  background: #fff;
}
img {
  max-width: 100%;
}
.wide {
  width: 100%;
}
.w-1290 {
  max-width: 1370px;
  margin: auto;
  padding: 0 45px;
}
.w-960 {
  max-width: 1050px;
  margin: auto;
  padding: 0 45px;
}
.w-750 {
  max-width: 840px;
  margin: auto;
  padding: 0 45px;
}
.w-700 {
  max-width: 750px;
  margin: auto;
  padding: 0 25px;
}
.w-675 {
  max-width: 725px;
  margin: auto;
  padding: 0 25px;
}
.bluebg {
  background-color: #05afaa;
}
.greybg {
  background-color: #142b35;
}
hr {
  border-width: 0 0 1px 0;
  border-color: #D8D8D8;
}
hr.tall {
  margin-top: 40px;
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.clearfix:after {
  content: '';
  width: 100%;
  display: table;
}
h1,
h2,
h3,
h4,
h5 {
  color: rgba(0, 0, 0, 0.85);
}
h5 {
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 1.44px;
  margin-bottom: 10px;
}
p {
  font-size: 16px;
  line-height: 25px;
  color: #4e4d4d;
}
header {
  width: 100%;
  height: 87px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-wrapper {
  height: 38px;
  width: 100%;
  margin: 24px auto 0 auto;
}
header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #142b35;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
header.painted:after {
  opacity: 1;
}
.logo {
  width: 160px;
  float: left;
  margin-top: 9px;
  text-decoration: none;
}
.logo.programme-logo {
  width: auto;
  float: left;
  margin-top: 2px;
}
.logo h2 {
  color: #fff;
  margin: 0;
}
.main-menu {
  float: left;
  margin-left: 50px;
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.nav-menu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
.nav-menu ul li.menu-item-has-children > a:after {
  content: "\e908";
  font-family: "bfa-icons";
  font-size: 7px;
  padding-left: 5px;
  vertical-align: 1px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.nav-menu ul li.menu-item-has-children:hover > a:after,
.nav-menu ul li.menu-item-has-children.current-menu-item > a:after {
  content: "\e90b";
  color: #05afaa;
}
.nav-menu ul li a,
.nav-menu ul li a:hover,
.nav-menu ul li a:focus {
  float: left;
  margin: 0;
  padding: 0 20px;
  line-height: 38px;
  letter-spacing: 0.39px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.main-search {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 260px;
  z-index: -2;
  background: #142b35;
  -webkit-transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  -webkit-transition: -webkit-transform 0s ease, opacity 0s ease;
  -moz-transition: -moz-transform 0s ease, opacity 0s ease;
  -o-transition: -o-transform 0s ease, opacity 0s ease;
  transition: -webkit-transform 0s ease,-moz-transform 0s ease,-o-transform 0s ease,transform 0s ease, opacity 0s ease;
  opacity: 0;
  pointer-events: none;
}
.search-form {
  position: relative;
  width: 100%;
  max-width: 950px;
  padding: 0 190px 0 55px;
  margin: auto;
}
.main-search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  background: none;
  border-bottom: solid 2px #fff;
  color: #fff;
  font-size: 26px;
}
.main-search form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: auto;
}
.search-form span {
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 40px;
  opacity: 0.25;
}
.main-search button {
  width: 154px;
  height: 38px;
  color: #fff;
  background: transparent;
  border: solid 0.5px #fff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: absolute;
  right: 0;
  bottom: 40px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.main-search button:hover {
  background: rgba(5, 175, 170, 0.85);
  border-color: rgba(5, 175, 170, 0.85);
}
.main-search button:active,
.main-search button:focus {
  background: #05afaa;
  border-color: #05afaa;
}
.search-active .main-search {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}
.close {
  display: none;
}
ul.sub-menu {
  position: absolute;
  top: 100%;
  white-space: nowrap;
  padding: 2px 0 35px 0;
  min-width: 250px;
  display: none;
}
#menu-item-218188 .sub-menu {
  min-width: 500px;
}
.nav-menu > ul > li:last-child > ul.sub-menu {
  min-width: 150px;
}
.nav-menu > ul > li:hover > ul.sub-menu {
  display: block;
}
ul.sub-menu:after {
  content: '';
  position: absolute;
  height: 260px;
  top: -71px;
  bottom: 0;
  left: -10000px;
  right: -10000px;
  z-index: -1;
  background: #142b35;
}
ul.sub-menu li {
  min-width: 230px;
}
ul.sub-menu li a,
ul.sub-menu li a:hover,
ul.sub-menu li a:focus {
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 29px;
  padding-top: 8px;
  float: left;
}
ul.sub-menu li a:hover,
ul.sub-menu li.current-menu-item a {
  color: #05afaa;
  text-decoration: none;
}
.right-nav {
  float: right;
}
.nav-lang {
  float: right;
}
.nav-lang a {
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  line-height: 38px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.nav-lang a:before {
  content: '';
  background: url(../img/globe.svg) no-repeat center center;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -2px;
  left: -2px;
}
.search-trigger {
  position: relative;
  float: left;
  height: 38px;
  width: 30px;
  cursor: pointer;
  color: #fff;
  background: none;
}
.search-trigger span {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/search-icon.svg) no-repeat center center;
}
.topbutton {
  width: 154px;
  height: 38px;
  color: #000;
  background: transparent;
  border: solid 0.5px #fff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
  float: left;
  margin-left: 15px;
}
.topbutton img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topbutton:hover {
  background: rgba(5, 175, 170, 0.85);
  border-color: rgba(5, 175, 170, 0.85);
}
.topbutton:active,
.topbutton:focus {
  background: #05afaa;
  border-color: #05afaa;
}
/*hero*/
.hero {
  height: 540px;
  overflow: hidden;
  position: relative;
  background-color: #142b35;
  padding-top: 125px;
  padding-bottom: 100px;
}
.hero.default {
  height: 87px;
  padding-top: 0;
  padding-bottom: 0;
}
.hero.medium-height {
  height: 420px;
}
.hero.tall-height {
  height: 640px;
}
.hero.small-height {
  height: 308px;
}
.hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.21;
  background: linear-gradient(43.19deg, #000000 0%, rgba(0, 0, 0, 0.64) 21.98%, rgba(0, 0, 0, 0) 100%);
}
.hero img {
  position: absolute;
  top: 0;
  display: block;
  min-width: 100%;
  max-width: 1000%;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
.hero-content {
  position: relative;
  height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  z-index: 2;
}
.hero-content h1,
.hero-content p {
  width: 100%;
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
}
.hero-content h1 {
  line-height: 46px;
}
.hero-content p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.hero-content .cta {
  margin-top: 20px;
}
.hero.left-content .hero-content {
  justify-content: flex-start;
}
.hero.left-content .hero-content h1 {
  text-align: left;
}
.hero.left-content .hero-content p {
  text-align: left;
}
/*main ctas*/
.cta {
  display: inline-block;
  height: 48px;
  color: #000;
  background: #fff;
  border: solid 1px #000;
  letter-spacing: 1.5px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  line-height: 46px;
  padding: 0 35px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
}
.cta:hover {
  background: rgba(5, 175, 170, 0.85);
  border-color: rgba(5, 175, 170, 0.85);
  color: #fff;
}
.cta:active,
.cta:focus {
  background: #05afaa;
  border-color: #05afaa;
  color: #fff;
}
.cta.ongrey {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.cta.ongrey:hover {
  background: rgba(5, 175, 170, 0.85);
  border-color: rgba(5, 175, 170, 0.85);
  color: #fff;
}
.cta.ongrey:active,
.cta.ongrey:focus {
  background: #05afaa;
  border-color: #05afaa;
  color: #fff;
}
.cta.onblue {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.cta.onblue:hover {
  background: rgba(20, 43, 53, 0.85);
  border-color: rgba(20, 43, 53, 0.85);
  color: #fff;
}
.cta.onblue:active,
.cta.onblue:focus {
  background: #142b35;
  border-color: #142b35;
  color: #fff;
}
/*secondary ctas*/
.secondarycta {
  display: inline-block;
  color: #142b35;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.secondarycta:hover {
  color: rgba(5, 175, 170, 0.85);
}
.secondarycta:active,
.secondarycta:focus {
  color: #05afaa;
}
.secondarycta:after {
  content: "\e90a";
  font-family: "bfa-icons";
  font-size: 8px;
  padding-left: 6px;
  vertical-align: 1px;
}
.secondarycta.ongrey {
  color: #fff;
}
.secondarycta.ongrey:hover {
  color: rgba(5, 175, 170, 0.85);
}
.secondarycta.ongrey:active,
.secondarycta.ongrey:focus {
  color: #05afaa;
}
.secondarycta.onblue {
  color: #fff;
}
.secondarycta.onblue:hover {
  color: rgba(20, 43, 53, 0.85);
}
.secondarycta.onblue:active,
.secondarycta.onblue:focus {
  color: #142b35;
}
/*single*/
.single-content {
  width: 100%;
}
.single-content a:not(.cta):not(.page-numbers) {
  color: #05afaa;
  text-decoration: none;
}
.single-content a:not(.cta):not(.page-numbers):hover {
  color: #05afaa;
  text-decoration: underline;
}
.single-content img {
  height: auto;
}
.single-content ul,
.single-content ol {
  margin: 0;
  padding: 0 0 0 25px;
}
.single-content li {
  list-style-type: none;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  margin-bottom: 4px;
}
.single-content ul li:before {
  content: '•';
  position: absolute;
  left: -20px;
}
.single-content ol li {
  counter-increment: li;
}
.single-content ol li:before {
  content: counter(li) '.';
  position: absolute;
  right: 100%;
  padding-right: 5px;
}
.single-content h1.entry-title {
  margin: 70px 0 30px 0;
}
.single-content h1 > span {
  font-weight: bold !important;
}
.single-content .thin {
  font-weight: normal !important;
  font-size: 28px;
  display: block;
}
.single-content .thin-small {
  font-weight: normal !important;
  font-size: 16px;
  display: block;
  color: #4e4d4d;
  margin: 15px 0;
}
.single-content .subtitle {
  font-size: 19px;
  margin: 20px 0 40px 0;
}
.single-content .authors,
.single-content .date {
  font-size: 15px;
  margin-bottom: 8px;
}
.single-content .authors a {
  color: #4e4d4d;
  text-decoration: none;
}
.single-content .authors a:hover {
  color: #05afaa;
}
.single-content .post-thumbnail {
  width: 980px;
  margin: 50px 0 50px -14.7%;
}
.single-content.w-700 .post-thumbnail {
  width: 980px;
  margin: 50px 0 50px -20%;
}
.single-content.w-750 .post-thumbnail {
  width: 980px;
  margin: 50px 0 50px -15.33%;
}
.single-content .post-thumbnail img {
  width: 100%;
  height: auto;
}
.single-content p[style="text-align: center;"] > .action-button-cta {
  margin: 0 5px;
}
ul.tags-list {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
}
.tags-list li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.tags-list li a {
  display: block;
  text-decoration: none;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #142B36;
  font-size: 14px;
  border: solid 1px #142B36;
  padding: 12px 15px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.tags-list li a:hover {
  text-decoration: none !important;
  background: rgba(5, 175, 170, 0.85) !important;
  border-color: rgba(5, 175, 170, 0.85) !important;
  color: #fff !important;
}
.tags-list li a:active,
.tags-list li a:focus {
  text-decoration: none !important;
  background: #05afaa !important;
  border-color: #05afaa !important;
  color: #fff !important;
}
.tags-list li:before {
  display: none;
}
.comments-area {
  margin-top: 60px;
  float: left;
  width: 100%;
}
.comments-area a {
  text-decoration: none;
  color: #142B36;
  font-size: 14px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.comments-area a:hover {
  text-decoration: none;
  color: #05afaa;
}
.comments-area a.comment-reply-link {
  border: solid 1px #142B36;
  padding: 4px 6px 5px 6px;
  font-size: 12px;
}
.comments-area time {
  font-size: 12px;
}
.comments-area .comments-title {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.comments-area .comment-respond {
  width: 100%;
  float: left;
}
.comments-area .comments + .comment-respond {
  padding-top: 40px;
}
.comments-area .comment-reply-title {
  margin: 0;
}
.comments-area .comment-form,
.comments-area .form-holder {
  width: 100%;
  float: left;
  padding: 0;
  margin: 10px 0;
}
.comments-area .submit-button {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}
.comments-area .submit-button button {
  background: #05afaa;
  color: #fff;
  position: relative;
  float: left;
}
.comments-area .comment-edit-link {
  color: #49A39D;
}
.comments-area ol {
  width: 100%;
  float: left;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
.comments-area ol li {
  width: 100%;
  float: left;
}
.comments-area ol li article {
  width: 100%;
  float: left;
}
.comments-area ol li article footer {
  position: relative;
  width: 100%;
  float: left;
}
.comments-area .comment-author.vcard {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 80px;
}
.comments-area .comment-author.vcard img {
  position: absolute;
  width: 60px;
  height: auto;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.comments-area .comment-author.vcard .post-author-badge {
  position: absolute;
  top: 0;
  left: 40px;
  width: 18px;
  height: 18px;
  background: #49A39D;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.comments-area .post-author-badge svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-transform: scale(0.875);
  -moz-transform: scale(0.875);
  -o-transform: scale(0.875);
  -ms-transform: scale(0.875);
  transform: scale(0.875);
}
.comments-area b.fn {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #424242;
  display: block;
  text-transform: capitalize;
  word-break: break-all;
}
.comments-area .fn.comment-author-name {
  font-weight: bold;
}
.comments-area .screen-reader-text.says {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-style: italic;
  color: #7D7D7D;
  display: none;
}
.comments-area .comment-metadata {
  width: 100%;
  float: left;
  padding-left: 80px;
}
.comments-area .comment-metadata span {
  width: auto;
  font-size: 13px;
  line-height: 14px;
  color: #7D7D7D;
}
.comments-area .comment-metadata .edit-link-sep {
  color: #7D7D7D;
}
.comments-area .comment-metadata .edit-link svg {
  fill: #7D7D7D;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  vertical-align: text-bottom;
}
.comments-area .comment-content {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-left: 80px;
}
.comments-area .comment-content p {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.comments-area .comment-awaiting-moderation {
  width: 100% !important;
  float: left !important;
  margin: 10px 0 0 0 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: bold !important;
  color: #7D7D7D !important;
}
.comments-area .comment-reply {
  width: 100%;
  float: left;
  margin: 20px 0;
  padding-left: 80px;
}
.comments-area .comment-reply a {
  width: auto;
  margin: 0;
  padding: 5px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  background: #49A39D;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.comments-area .comment-reply a:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.comments-area ol .comment-respond {
  width: 100%;
  float: left;
  padding-left: 80px;
}
.comments-area ol .comment-respond + .comment-reply {
  display: none;
}
.comments-area ol .comment-respond .comment-reply-title {
  width: 100%;
  float: left;
}
.comments-area ol .comment-respond .comment-reply-title a {
  border: solid 1px #142B36;
  padding: 4px 6px 5px 6px;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: normal;
  float: right;
  line-height: normal;
}
.comments-area ol.children {
  padding-left: 80px;
}
.comments-area li:before {
  display: none;
}
.comments-area .width-100 {
  width: 100%;
}
.comments-area .width-33 {
  width: 33.333333%;
  float: left;
}
.comments-area .form-group {
  position: relative;
  width: 100%;
  float: left;
}
.comments-area .width-100 .form-group {
  padding-bottom: 30px;
}
.comments-area .form-group .error {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  font-size: 11px;
  font-weight: 300;
  color: #7D7D7D;
}
.comments-area .width-33:nth-of-type(1) .form-group {
  padding: 0 24px 24px 0;
}
.comments-area .width-33:nth-of-type(2) .form-group {
  padding: 0 12px 24px 0;
}
.comments-area .width-33:nth-of-type(3) .form-group {
  padding: 0 0 24px 12px;
}
.comments-area .width-33:nth-of-type(3) .form-group .error {
  left: 12px;
}
.comments-area .form-group textarea,
.comments-area .form-group input {
  letter-spacing: 1.32px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  float: left;
  padding: 0 10px;
  color: #142B36;
  border: 1px solid #142B36;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.comments-area .form-group textarea {
  padding: 16px 10px;
}
.comments-area .form-group input {
  line-height: 48px;
}
.comments-area .form-group textarea:focus,
.comments-area .form-group input:focus {
  border: 1px solid #49A39D;
}
.comments-area .form-group ::-webkit-input-placeholder {
  color: #7D7D7D;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.comments-area .form-group ::-moz-placeholder {
  color: #7D7D7D;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.comments-area .form-group :-ms-input-placeholder {
  color: #7D7D7D;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.comments-area .form-group :-moz-placeholder {
  color: #7D7D7D;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.comments-area .form-group ::placeholder {
  color: #7D7D7D;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.comments-area footer {
  padding: 0;
  background: none;
}
.comments-area .comment-meta {
  padding: 20px 0 0 0;
}
.comments-area .logged-in-as {
  display: none;
}
.project-main {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.project-slider {
  width: 100%;
  float: left;
}
.project-slider .swiper-slide {
  max-width: 980px;
}
.project-swiper-pagination {
  max-width: 980px;
  margin: 25px auto 40px;
  border-top: solid 1px #D8D8D8;
  text-align: center;
}
.project-swiper-pagination .swiper-pagination-bullet {
  background: #BABABA;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 130px;
  height: 3px;
  margin: 0 8px !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: relative;
  top: -12px;
}
.project-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #142B36;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.proj-nav {
  position: absolute;
  width: 100%;
  height: 54px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.proj-nav [role="button"] {
  position: absolute;
  width: 54px;
  height: 54px;
  background: #fff;
  left: 50px;
  top: -100%;
  text-align: center;
  line-height: 54px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.proj-nav [role="button"]:after {
  font-family: 'bfa-icons';
  content: '\e909';
  font-size: 22px;
  font-weight: bold;
}
.proj-nav [role="button"]:nth-child(2) {
  left: auto;
  right: 50px;
}
.proj-nav [role="button"]:nth-child(2):after {
  content: '\e90a';
}
.proj-nav [aria-disabled="true"] {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.project-details {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 90px;
  display: flex;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-width: 1px 0 1px 0;
}
.project-details div {
  position: relative;
  padding: 15px 30px 30px;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.project-details div:last-child {
  border: 0 none;
}
.project-details p {
  color: #4e4d4d;
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 100%;
}
.project-details strong {
  color: rgba(0, 0, 0, 0.85);
  margin-top: 20px;
  margin-top: 15px;
  float: left;
}
.innovation-main {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.innovations:before {
  content: '';
  width: 100%;
  float: left;
  height: 1px;
  background: #D8D8D8;
  margin-bottom: 30px;
}
.innovations .module.alignament-boxes {
  margin-bottom: 25px;
  border-bottom: 1px solid #D8D8D8;
}
.innovations .module.alignament-boxes .post-subtitle {
  width: 100%;
  float: left;
  color: #05afaa;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.innovations .module.alignament-boxes .post-tax {
  width: auto;
  display: inline-block;
  color: #4e4d4d;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.innovations .module.alignament-boxes .post-border {
  width: auto;
  display: inline-block;
  color: #4e4d4d;
  padding: 0 5px;
}
.slider-description {
  color: #4e4d4d;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  float: left;
  width: 100%;
  margin: -20px 0 60px;
}
.navigation {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 50px 0;
  margin: 50px 0;
  float: left;
}
.navigation a,
.navigation a:hover {
  text-decoration: none !important;
}
.navigation a span {
  margin: 0 15px;
  vertical-align: -1px;
}
.navigation a span,
.navigation a b {
  color: #05afaa;
}
.navigation .alignleft {
  width: 50%;
  text-align: right;
  margin: 0;
  padding-right: 40px;
  border-right: 1px solid #D8D8D8;
}
.navigation .alignright {
  width: 50%;
  margin: 0;
  padding-left: 40px;
}
.small p.developed-by {
  width: 100%;
  float: left;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
}
.small p.developed-by a {
  color: rgba(5, 175, 170, 0.85);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.small p.developed-by a:hover {
  color: #05afaa;
}
@media (max-width: 980px) {
  .single-content .post-thumbnail,
  .single-content.w-700 .post-thumbnail,
  .single-content.w-750 .post-thumbnail {
    width: 100%;
    margin: 30px 0 30px 0;
  }
  .project-main {
    margin-bottom: 40px;
  }
  .project-swiper-pagination {
    margin: 25px auto 20px;
    border-top: 0 none;
  }
  .project-details {
    max-width: 840px;
    display: block;
    border: 0 none;
    padding: 0 45px;
  }
  .project-details div {
    width: 100%;
    float: left;
    padding: 5px 0 0;
    border-right: 0 none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .project-details div:first-child p {
    width: 50%;
  }
}
.wide-container {
  float: left;
  width: 100%;
  position: relative;
}
.insights-main {
  width: 100%;
  padding-top: 20px;
}
.side {
  width: 25%;
  float: left;
  padding-right: 40px;
  margin-top: 25px;
  margin-bottom: 40px;
}
.side:before {
  content: '';
  width: 100%;
  float: left;
  border-top: solid 1px #D8D8D8;
}
.page-template-innovation-page .side:before {
  display: none;
}
.page-template-innovation-page .side {
  margin-top: 10px;
}
.page-template-innovation-page .module.alignament-boxes section.alignament-padding {
  padding: 0 15px 0 50px;
}
.page-template-innovation-page .module.alignament-boxes section:not(.alignament-padding) .inside {
  min-height: 295px;
}
.insights-content {
  width: 75%;
  float: left;
  margin-top: 25px;
}
.filters-form h4 {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.filters-form h4:first-child {
  margin-top: 15px;
}
.filters {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
.filter-field {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 0;
  border-bottom: solid 1px #D8D8D8;
}
.filter-field [type="checkbox"] {
  display: none;
}
.filter-field label {
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
}
.filter-field label:before {
  content: '';
  margin-right: 15px;
  width: 15px;
  height: 15px;
  border: solid 1px #979797;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  margin-bottom: -2.5px;
}
.filter-field label:hover:before,
.filter-field input:checked + label:before {
  background: url(../img/check.png) no-repeat center center;
}
.filter-field input:checked + label {
  font-weight: bold;
  color: #05afaa;
}
.filter-field span {
  float: right;
  font-weight: bold;
  font-size: 12px;
}
.expand-button {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  color: #4e4d4d;
  text-decoration: none;
  margin: 10px 0 30px;
}
.spin {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
  display: none;
}
.spin svg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.expand .filter-field {
  display: none;
}
.expand .filter-field:nth-child(1),
.expand .filter-field:nth-child(2),
.expand .filter-field:nth-child(3),
.expand .filter-field:nth-child(4) {
  display: block;
}
.expand.expanded .filter-field {
  display: block;
}
select.styled {
  display: none;
}
.select-title {
  display: none;
}
.styled-dropdown {
  width: 100%;
  float: left;
  cursor: pointer;
  background: #F0F0F0;
  min-height: 40px;
  position: relative;
}
.styled-dropdown ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 12px 10px;
  max-height: 300px;
  overflow: auto;
  display: none;
}
.styled-dropdown.expanded-dropdown ul {
  display: block;
}
.styled-dropdown .selected-option {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-family: century-gothic, sans-serif;
  font-size: 14px;
  border: 0 none;
  letter-spacing: 0.35px;
  line-height: 24px;
  padding: 8px 12px;
}
.styled-dropdown .selected-option:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.85);
}
.styled-dropdown li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 28px;
}
.styled-dropdown li:hover,
.styled-dropdown li[data-selected="true"] {
  color: #05afaa;
}
.keyword-filter {
  width: 100%;
  float: left;
  position: relative;
}
.keyword-filter input {
  color: rgba(0, 0, 0, 0.85);
  font-family: century-gothic, sans-serif;
  font-size: 14px;
  border: 0 none;
  background: #F0F0F0;
  letter-spacing: 0.35px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  float: left;
}
.keyword-filter ::-webkit-input-placeholder,
.keyword-filter ::placeholder {
  color: rgba(0, 0, 0, 0.85);
  opacity: 1;
}
.keyword-filter input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #F0F0F0;
}
.keyword-filter button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: url(../img/search-filter.svg) no-repeat center center;
  background-size: 12px;
  cursor: pointer;
}
.gapped {
  margin-bottom: 35px;
}
.insights-content .module.posts-boxes.without-thumbnail section:last-of-type {
  border-bottom: 0 none;
}
.insights-content .load-more {
  margin: 15px 0 25px 0;
}
.insights-content.programmes .module.posts-boxes.without-thumbnail section a {
  padding: 25px 0px 25px 0;
}
.nav-trigger {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 9px;
  right: 38px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
  background: none;
  cursor: pointer;
  color: #fff;
  display: none;
}
.nav-trigger span {
  height: 3px;
  position: absolute;
  background: #fff;
  margin: auto;
  left: 7px;
  right: 7px;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.nav-trigger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, -6px, 0);
  -moz-transform: translate3d(0, -6px, 0);
  -o-transform: translate3d(0, -6px, 0);
  -ms-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}
.nav-trigger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.nav-trigger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 6px, 0);
  -moz-transform: translate3d(0, 6px, 0);
  -o-transform: translate3d(0, 6px, 0);
  -ms-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}
.nav-active .nav-trigger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1);
  -o-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 1);
}
.nav-active .nav-trigger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(0, 0.8);
  -moz-transform: translate3d(0, 0, 0) scale(0, 0.8);
  -o-transform: translate3d(0, 0, 0) scale(0, 0.8);
  -ms-transform: translate3d(0, 0, 0) scale(0, 0.8);
  transform: translate3d(0, 0, 0) scale(0, 0.8);
}
.nav-active .nav-trigger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1);
  -moz-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1);
  -o-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1);
  -ms-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1);
  transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 1);
}
.negative-margin {
  margin: 0 -6px;
}
.embed-container {
  position: relative;
  padding-bottom: 48.1%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-results section h4 img.avatar {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.vimeo-full-width {
  padding: 56.25% 0 0 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.vimeo-full-width iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1350px) {
  .nav-menu ul li a,
  .nav-menu ul li a:hover,
  .nav-menu ul li a:focus {
    padding: 0 10px;
  }
}
@media (max-width: 1250px) {
  .nav-menu ul li a,
  .nav-menu ul li a:hover,
  .nav-menu ul li a:focus {
    padding: 0 5px;
  }
  .topbutton {
    width: 115px;
    margin-left: 10px;
  }
}
@media (max-width: 1100px) {
  .main-menu {
    margin-left: 20px;
  }
  .nav-menu ul li a,
  .nav-menu ul li a:hover,
  .nav-menu ul li a:focus {
    padding: 0 5px;
  }
}
@media (max-width: 1100px) {
  .hero {
    height: auto;
  }
  .hero.medium-height {
    height: auto;
  }
  .hero.tall-height {
    height: auto;
  }
  .hero.small-height {
    height: auto;
  }
  .hero-content h1 {
    font-size: 28px;
    line-height: 31px;
    color: #fff;
  }
  .hero-content p {
    color: #fff;
  }
  .hero.default {
    height: 56px;
  }
  .header-wrapper {
    height: 38px;
    margin: 10px auto 0 auto;
  }
  .header-wrapper .logo img {
    height: 18px;
  }
  .logo.programme-logo {
    margin-top: 9px;
  }
  header {
    height: 56px;
  }
  .nav-trigger {
    display: block;
  }
  .nav-wrapper {
    position: absolute;
    width: 320px;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #142b35;
    padding: 100px 45px 100px 30px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translate3d(320px, 0, 0);
    -moz-transform: translate3d(320px, 0, 0);
    -o-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .nav-active .nav-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .main-menu {
    width: 100%;
    margin-left: 0;
  }
  .nav-menu > ul > li {
    width: 100%;
    float: left;
  }
  .nav-menu > ul > li > a,
  .nav-menu > ul > li > a:hover,
  .nav-menu > ul > li > a:focus {
    letter-spacing: 0.52px;
    font-size: 16px;
    padding: 10px 0;
    float: right;
  }
  /*ul.sub-menu,.nav-menu > ul > li:hover > ul.sub-menu{ display: none;}*/
  ul.sub-menu,
  .nav-menu > ul > li:hover > ul.sub-menu {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    min-width: 0;
    padding: 0 0 0 0;
  }
  li.active ul.sub-menu,
  .nav-menu > ul > li.active:hover > ul.sub-menu {
    display: block;
  }
  ul.sub-menu:after {
    display: none;
  }
  ul.sub-menu li {
    float: left;
    width: 100%;
  }
  .nav-menu ul li.menu-item-has-children.active > a:after {
    content: "\e90b";
    color: #05afaa;
  }
  ul.sub-menu li a,
  ul.sub-menu li a:hover,
  ul.sub-menu li a:focus {
    float: right;
    padding: 0;
    line-height: 38px;
  }
  .right-nav {
    margin-top: 35px;
  }
  .search-trigger {
    position: absolute;
    top: 10px;
    left: 25px;
  }
  .topbutton {
    float: right;
  }
  .topbutton:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .main-search {
    height: 60px;
  }
  .main-search .search-form {
    padding: 0 80px 0 70px;
  }
  .main-search input {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-bottom: solid 1px #fff;
    font-size: 16px;
  }
  .main-search .search-form span {
    display: none;
  }
  .main-search .search-form button {
    display: none;
  }
  .main-search form {
    bottom: auto;
    margin-top: 5px;
  }
  .insights-content {
    width: 100%;
  }
  .side {
    padding-right: 0;
    width: 100%;
    background: #F0F0F0;
    padding: 0 15px 5px;
    margin-bottom: 10px;
  }
  .side:before {
    border-top: 0 none;
  }
  .insights-main .side.expanded-filters {
    padding: 0 15px 15px;
  }
  .keyword-filter {
    border: solid 1px #979797;
    margin-top: 20px;
  }
  .insights-main .side h4,
  .insights-main .side .filters {
    display: none;
  }
  .insights-main .side h4.by-label {
    display: block;
  }
  .insights-main .side.expanded-filters h4,
  .insights-main .side.expanded-filters h4.select-title,
  .insights-main .side.expanded-filters .filters {
    display: block;
  }
  .filters-form h4 {
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #D8D8D8;
    position: relative;
    cursor: pointer;
  }
  .filters-form h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    border: 0 none;
    right: 4px;
    top: 0;
    height: 10px;
    width: 2px;
    background-color: #142835;
  }
  .filters-form h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    border: 0 none;
    right: 0;
    top: 0;
    height: 2px;
    width: 10px;
    background-color: #142835;
  }
  .filters-form h4.by-label {
    font-size: 18px;
    border-bottom: 0 none;
    margin-top: 5px;
  }
  .filters-form h4.expanded-label {
    border-bottom: 0 none;
  }
  .filters-form h4.expanded-label:before {
    display: none;
  }
  .filters.expanded-filters .filter-field {
    display: block !important;
  }
  .filters {
    margin-bottom: 0;
  }
  .filter-field span {
    display: none;
  }
  .filter-field {
    display: none !important;
  }
  .filters.alone .filter-field {
    display: block !important;
  }
  .expand-button {
    display: none;
  }
  .filter-field label:before {
    display: none;
  }
  .styled-dropdown,
  .styled-dropdown .selected-option {
    display: none;
  }
  .styled-dropdown ul {
    padding: 0 0 10px;
  }
  .expanded-filters > .styled-dropdown,
  .expanded-filters > .styled-dropdown ul {
    display: block;
  }
  .styled-dropdown li {
    line-height: 22px;
    padding: 10px 0;
    border-bottom: solid 1px #D8D8D8;
  }
  .styled-dropdown li[data-selected="true"] {
    font-weight: bold;
  }
  .insights-content .module.posts-boxes.boxes_3 section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #D8D8D8;
    flex-grow: inherit;
  }
  .insights-content .module.posts-boxes.boxes_3 section:first-child {
    border-top: 0 none;
    margin-top: -5px;
  }
  .insights-content .module.posts-boxes.boxes_3 section a {
    padding: 25px 255px 25px 0;
  }
  .insights-content .module.posts-boxes.boxes_3 section:first-child a {
    padding-top: 0;
  }
  .insights-content .module.posts-boxes section a .image-holder {
    display: none;
  }
  .insights-content .module.posts-boxes section .post-bottom-details,
  .insights-content .module.posts-boxes:not(.without-thumbnail) section a .post-bottom-details {
    position: absolute;
    width: auto;
    top: 57px;
    left: 80%;
    right: 0;
    float: none;
  }
  .topbutton {
    width: 154px;
  }
  .insights-content .negative-margin {
    margin: 0 0;
  }
  .innovations .insights-content .module.posts-boxes.boxes_3 section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0 0 30px 0;
    padding: 0 6px;
    border-top: 0 none;
    flex-grow: inherit;
  }
  .innovations .insights-content .module.posts-boxes.boxes_3 section:first-child {
    border-top: 0 none;
    margin-top: 0;
  }
  .innovations .insights-content .module.posts-boxes.boxes_3 section a {
    padding: 0;
  }
  .innovations .insights-content .module.posts-boxes section a .image-holder {
    display: block;
  }
  .innovations .module.posts-boxes section a .image-holder img {
    min-width: 100%;
  }
  .innovations .insights-content .negative-margin {
    margin: 0 -6px;
  }
  .project-swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .w-1290 {
    padding: 0 25px;
  }
  .w-960 {
    padding: 0 25px;
  }
  .w-750 {
    padding: 0 25px;
  }
  .w-700 {
    padding: 0 25px;
  }
  .w-675 {
    padding: 0 25px;
  }
  .nav-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #142b35;
    padding: 100px 25px 100px 25px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .nav-active .nav-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .nav-trigger {
    right: 13px;
  }
  .search-trigger {
    left: 15px;
  }
  .hero-content h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .project-details {
    padding: 0 25px;
  }
  .navigation {
    padding: 30px 0;
    margin: 30px 0;
  }
  .navigation h3 {
    display: none;
  }
}
@media (max-width: 680px) {
  .page-template-innovation-page .module.alignament-boxes section.alignament-padding {
    padding: 0 0;
  }
}
@media (max-width: 480px) {
  .insights-content .module.posts-boxes.boxes_3 section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin: 0;
    padding: 0;
    border-top: 0 none;
  }
  .insights-content .module.posts-boxes.boxes_3 section a {
    padding: 0;
    height: auto;
  }
  .insights-content .module.posts-boxes section a .post-top-details,
  .insights-content .module.posts-boxes section a .post-bottom-details {
    width: 100%;
    float: left;
  }
  .insights-content .module.posts-boxes section .post-bottom-details,
  .insights-content .module.posts-boxes:not(.without-thumbnail) section a .post-bottom-details {
    position: absolute;
    width: auto;
    top: 57px;
    left: 80%;
    right: 0;
    float: none;
  }
  .insights-content .module.posts-boxes.without-thumbnail section a p,
  .insights-content .module.posts-boxes section a p {
    margin: 5px 0;
  }
  .insights-content .module.posts-boxes.without-thumbnail section a .post-bottom-details,
  .insights-content .module.posts-boxes:not(.without-thumbnail) section a .post-bottom-details {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    margin-top: 15px;
  }
  .negative-margin {
    margin: 0 0;
  }
  .proj-nav {
    display: none;
  }
  .innovations .insights-content .module.posts-boxes.boxes_3 section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
/*modules*/
.module {
  width: 100%;
  float: left;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
