:root {
  --transparent-black: #0000001f;
  --transparent-black-2: #0000001f;
  --dark-cyan: #00b874;
  --teal: #0050b8;
}

body {
  color: #333;
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0 0 18px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 47px;
}

h2 {
  margin: 30px 0 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
}

h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin: 10px 0 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  padding: 10px 23px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
}

.button:hover, .button.blue {
  background-color: #0050b8;
}

.button.blue:hover {
  background-color: #000;
}

.tagline {
  margin-bottom: 4px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.all-content {
  position: absolute;
  inset: 0;
}

.logo {
  border: 8px solid #ffffff61;
  margin-top: 0;
  margin-bottom: 31px;
  padding: 21px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 60px;
  display: inline-block;
}

.big-tagline {
  margin-bottom: 68px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
}

.byline {
  color: #ffffffbd;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-wrapper {
  text-align: center;
  border-top: 1px solid #ffffff57;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-nav-link {
  float: left;
  opacity: .8;
  border-right: 1px solid #ffffff57;
  width: 25%;
  height: 58px;
  padding-top: 17px;
  text-decoration: none;
  transition: opacity .25s, background-color .25s;
  display: block;
}

.footer-nav-link:hover {
  opacity: 1;
  background-color: #ffffff17;
}

.subscribe {
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.main-column {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}

.main-column.header {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000000a3;
  background-image: url('../images/couv-tibiz-min.png');
  background-position: 91%;
  background-size: cover;
  max-width: 100%;
  padding-top: 164px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: inset -3px 0 #00000047;
}

.main-column.content {
  background-color: #fff;
  /*max-width: 800px;*/
  font-family: Roboto, sans-serif;
  font-weight: 400;
  overflow: scroll;
  box-shadow: inset -1px 0 #0000001f;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 1px #0000001f, inset -1px 0 #0000001f;
}

.nav-menu {
  float: left;
}

.nav-link {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 19px 22px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  text-decoration: none;
  box-shadow: inset -1px 0 #0000001f, 0 -1px #0000;
}

.nav-link:hover {
  background-color: #0000;
  box-shadow: inset -1px 0 #0000001f, 0 1px #000;
}

.nav-link.w--current {
  color: #00b874;
  box-shadow: inset -1px 0 #0000001f, 0 1px #00b874;
}

.nav-link.w--current:hover {
  background-color: #0000;
}

.nav-link.page {
  padding-left: 28px;
  padding-right: 28px;
}

.article {
  z-index: 3;
  color: #000;
  padding: 40px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
  position: relative;
  box-shadow: 0 1px #0000001f;
}

.article:hover {
  color: #0050b8;
  background-color: #fcfcfc;
}

.article.suggested {
  float: left;
  box-shadow: none;
  border-top: 1px solid #00000017;
  border-left: 1px solid #00000017;
  border-right: 1px solid #00000017;
  width: 100%;
  padding: 22px;
}

.article.suggested.last {
  box-shadow: none;
  border-bottom: 1px solid #00000017;
}

.image-wrapper {
  float: left;
  text-align: center;
  width: 20%;
  padding-right: 10px;
}

.article-text-wrapper {
  float: left;
  width: 80%;
  padding-left: 80px;
}

.arrow {
  float: right;
  margin-top: 0;
  font-size: 23px;
}

.article-info-wrapper {
  margin-top: 13px;
}

.article-info-text {
  color: #00000057;
  margin-right: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 10px;
  display: inline-block;
}

.article-info-text.tag {
  text-transform: none;
  border: 1px solid #0000002e;
  border-radius: 30px;
  padding: 4px 7px;
  display: inline-block;
}

.pagination-nav {
  z-index: 1;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px #0000001f;
}

.form-wrapper {
  margin-top: 29px;
}

.field {
  color: #0050b8;
  background-color: #0000000a;
  height: 53px;
  margin-bottom: 17px;
  padding: 15px 14px;
  font-size: 16px;
  font-weight: 300;
  box-shadow: inset 0 0 8px #0000;
}

.field:focus {
  border: 1px solid #0050b8;
  box-shadow: inset 0 0 8px #0000, 0 0 6px #0000;
}

.field.big {
  height: 150px;
}

.field.first {
  float: left;
  width: 48%;
  margin-right: 3%;
}

.field.last {
  float: left;
  width: 49%;
}

.field.email {
  clear: both;
}

.success-message {
  color: #0050b8;
  background-color: #0050b81c;
  border: 1px solid #0050b838;
  padding: 22px;
}

.success-message.on-dark {
  background-color: #fff;
  border-color: #000;
}

.section {
  padding: 40px;
  box-shadow: inset 0 -1px #0000001f;
}

.team-column {
  padding-left: 0;
  padding-right: 0;
}

.social-link {
  opacity: .23;
  margin-right: 14px;
  transition: opacity .25s;
}

.social-link:hover {
  opacity: 1;
}

.thumbnail {
  background-color: #fcfcfc;
  border: 1px solid #00000017;
  margin-right: 10px;
  padding: 4px;
/*  width: 10rem;
  height: 10rem;*/
}

.header-image {
  background-image: url('../images/waves.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 470px;
  padding-top: 49px;
  position: relative;
}

.content-section {
  z-index: 10;
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
  box-shadow: 0 -1px #00000012;
}

.content-section.footer {
  text-align: center;
}

.hollow-button {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px #00000030;
  border: 3px solid #fff;
  padding: 7px 15px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: border-color .25s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: #0050b8;
}

.author-image {
  border: 7px solid #fff;
  margin: -70px auto 18px;
  display: block;
  box-shadow: 0 0 0 1px #0000001f;
}

.author-column {
  text-align: center;
  padding-left: 40px;
  padding-right: 63px;
}

.subscribe-section {
  color: #fff;
  text-align: center;
  background-color: #b8c6cc;
  background-image: url('../images/waterfall.jpg');
  background-position: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  box-shadow: inset 0 1px #0000001f;
}

.about-text {
  margin-bottom: 26px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.sign-up-field {
  float: left;
  background-color: #fff;
  border: 0 solid #000;
  width: 80%;
  height: 57px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .25s;
  box-shadow: inset 0 0 8px #0000;
}

.sign-up-field:focus {
  box-shadow: inset 0 0 #0000, inset 0 0 0 2px #0050b8;
}

.sign-up-button {
  text-transform: uppercase;
  background-color: #0050b8;
  width: 20%;
  height: 57px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  transition: background-color .25s;
}

.sign-up-button:hover {
  background-color: #0050b8b8;
}

.author-social-links {
  border-top: 1px solid #00000017;
  margin-top: 32px;
  padding-top: 32px;
}

.author-connect {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
}

.subtitle {
  border-bottom: 1px solid #00000017;
  margin-bottom: 24px;
  padding-bottom: 31px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.article-heading {
  margin-bottom: 18px;
  font-size: 43px;
  font-weight: 700;
  line-height: 47px;
}

.images {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 17px;
}

.quote {
  border-left: 3px solid #00000017;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 37px;
  font-size: 26px;
  font-weight: 300;
  line-height: 31px;
}

.credits {
  color: #ffffff9c;
  text-shadow: 0 1px #0000001f, 1px 1px 3px #0000001c;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  top: 35px;
  right: 44px;
}

.big-image {
  border: 6px solid #fff;
  box-shadow: 0 0 0 1px #0000001f;
}

.image-text {
  color: #b8b8b8;
  text-align: left;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 300;
}

.share-article-wrapper {
  border-top: 3px solid #00000017;
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.share-btn {
  float: left;
  width: 56px;
  margin-right: 14px;
  display: block;
}

.share-btn.facebook {
  width: 49px;
}

.alternative-h2 {
  margin-top: 0;
  font-weight: 300;
}

.alternative-h2.suggestions {
  text-align: center;
  margin-bottom: 36px;
}

.footer-link {
  color: #a6a6a6;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  margin-left: 9px;
  margin-right: 9px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: color .25s, border-color .25s;
}

.footer-link:hover {
  border-bottom: 2px solid #c7c7c7;
}

.footer-link.proof {
  border: 2px solid #0000001f;
  padding: 7px 8px;
}

.footer-link.proof:hover {
  color: #0050b8;
  border-color: #0050b8;
}

.thumbnail-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.header-container {
  padding-top: 345px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 13px;
    padding-right: 13px;
  }

  .section {
    padding: 25px 20px;
  }

  .header-image {
    height: 357px;
  }

  .header-container {
    padding-top: 241px;
  }
}

@media screen and (max-width: 767px) {
  .all-content {
    padding-bottom: 59px;
    position: relative;
  }

  .logo {
    float: left;
    border-width: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 14px;
    padding: 13px 14px;
    font-size: 42px;
    line-height: 30px;
    display: inline-block;
  }

  .big-tagline {
    float: right;
    margin-bottom: 57px;
    font-size: 25px;
    line-height: 29px;
    display: inline-block;
  }

  .footer-wrapper {
    background-color: #000;
  }

  .main-column {
    width: 100%;
    max-width: 1000px;
  }

  .main-column.header {
    text-align: left;
    /*max-width: 1000px;*/
    padding-top: 37px;
    padding-bottom: 42px;
    position: static;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    color: #fff;
    box-shadow: inset 0 1px #ffffff3b;
  }

  .nav-link.w--current {
    box-shadow: none;
  }

  .nav-link.page {
    color: #000;
    background-color: #fff;
    box-shadow: inset -1px 0 #0000001f;
  }

  .nav-link.page.w--current {
    color: #00b874;
  }

  .nav-link.page.w--current:hover {
    background-color: #fff;
  }

  .article.suggested {
    box-shadow: none;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section {
    padding: 27px 10px;
  }

  .social-link {
    margin-left: 0;
    margin-right: 19px;
  }

  .thumbnail {
    margin-bottom: 10px;
  }

  .header-image {
    height: 117px;
    padding-top: 0;
  }

  .content-section {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .author-image {
    float: left;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 15px;
  }

  .author-column {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-text {
    margin-bottom: 16px;
  }

  .sign-up-field {
    width: 70%;
  }

  .sign-up-button {
    width: 30%;
  }

  .author-social-links {
    margin-top: 19px;
    margin-bottom: 0;
    padding-top: 15px;
  }

  .author-connect {
    margin-bottom: 10px;
  }

  .credits {
    top: 5px;
    right: 10px;
  }

  .header-container {
    padding-top: 66px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu {
    float: right;
    margin-top: 1px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 17px;
  }

  .menu-icon {
    float: left;
    margin-right: 5px;
  }

  .menu-wrapper {
    border-left: 1px solid #00000017;
  }

  .menu-wrapper.w--open {
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  .logo {
    float: none;
    margin-bottom: 13px;
    display: inline-block;
  }

  .main-column.header {
    padding-bottom: 41px;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #ffffff38;
  }

  .article.suggested {
    box-shadow: none;
  }

  .field.first, .field.last {
    float: none;
    width: 100%;
  }

  .team-column {
    text-align: center;
  }

  .social-link {
    margin-bottom: 23px;
  }

  .sign-up-field {
    width: 100%;
    margin-bottom: 13px;
  }

  .sign-up-button {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 17px;
    display: block;
  }
}


