/* HOME */

.home {
  width: 100%;
}

.home .home-hero {
  position: relative;
  min-height: 250px;
  margin-top: 54px;
  width: 100%;
  background-color: #0A1618;
}

.home .home-hero .home-hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(63, 185, 171, 1.0);
  background-blend-mode: multiply;
  position: absolute;
  top: -25%;
  right: 0;
  bottom: 25%;
  left: 0;
}

.home .home-hero .home-hero-desktop-image {
  display: none;
}

.home .home-hero .home-hero-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(rgba(9,22,24,0) 0%, rgba(9,22,24,0.8) 50%, rgba(9,22,24,1) 70%));
  background: -o-linear-gradient(rgba(9,22,24,0) 0%, rgba(9,22,24,0.8) 50%, rgba(9,22,24,1) 70%));
  background: linear-gradient(rgba(9,22,24,0) 0%, rgba(9,22,24,0.8) 50%, rgba(9,22,24,1) 70%);
}

.home .home-hero .home-hero-title-inner {
  /*position: absolute;*/
  /*top: 54px;*/
  /*bottom: 110px;*/
  width: 100%;
}

.home .home-hero .home-hero-title-wrapper {
  height: 62vh;
  width: 100%;
  display: table;
  text-align: center;
  padding-top: 42px;
}

.home .home-hero .home-hero-title-middle {
  display: table-cell;
  vertical-align: middle;
}

.home .home-hero .home-hero-title {
  position: relative;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 0.95em;
  padding: 5px 20px 0px 20px;
  -ms-word-break: break-all;
  word-break: break-all;       /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0;
}

.home .home-hero .home-hero-cgf {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 15px;
  box-sizing: border-box;
  text-align: center;
}

.home .home-hero .home-hero-cgf-inner {
  display: inline-block;
}

.home .home-hero .home-hero-cgf-body,
.home .home-hero .home-hero-cgf-image {
  float: left;
}

.home .home-hero .home-hero-cgf-body {
  color: white;
  line-height: 1.5em;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-sizing: border-box;
  text-align: right;
  margin-right: 10px;
  margin-top: 3px;
}

.home .home-hero .home-hero-cgf-logo {
  line-height: 30px;
}

.home .home-hero .home-hero-cgf-logo-image {
  height: 30px;
  box-sizing: border-box;
}

.home .twitter {
  background-color: transparent;
}

.home .twitter .twitter-background {
  display: none;
}


.home .twitter {
  padding-top: 0;
  color: white;
}

.home .twitter .twitter-title,
.home .twitter .tweet-body,
.home .twitter a,
.home .twitter .tweet-separator {
  color: white;
}

.home .twitter .tweet {
  border-color: transparent;
}

.home .twitter .tweet:first-child {
  margin-top: 16px;
}

.home .twitter .twitter-title {
  text-align: center;
  font-size: 20px;
  margin-top: 18px;
  line-height: 1.2em;
}

.home .twitter .tweet-body,
.home .twitter .tweet-buttons {
  text-align: center;
}

.home .twitter .tweet-body {
  font-size: 14px;
  line-height: 2em;
}

.home .home-intro {
  position: relative;
}

.home .home-intro-background {
  position: absolute;
  background-color: #F4F4EE;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.home .home-intro-inner {
  position: relative;
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home .home-intro .home-intro-container {
  position: relative;
  z-index: 2;
}

.home .home-intro .home-intro-title {
  color: #3FB9AB;
}

.home .home-intro .home-intro-body {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
}

.home .home-intro .home-intro-cta {
  margin-bottom: 0px;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
}

.home .home-intro .home-intro-cta-image {
  line-height: 26px;
}

.home .home-intro .home-intro-image {
  display: none;  
}

.home .home-intro-newsletter {
  background-color: transparent;
  padding: 50px 20px;
  position: relative;
  z-index: 1;
}

.home .home-intro-newsletter .home-intro-newsletter-background {
  background-color: #F4F4EE;
  position: absolute;
  top: -50px;
  right: -20px;
  bottom: -50px;
  left: -20px;
  z-index: 0;
}

.home .home-intro-newsletter .home-intro-newsletter-inner {
  position: relative;
}

.home .home-intro-newsletter .home-intro-newsletter-foreground {
  position: relative;
}

.home .home-intro-newsletter .home-intro-newsletter-title {
  color: #3D8D83;
  text-transform: uppercase;
}

.home .home-intro-newsletter .home-intro-newsletter-body {
  color: #52776E;
}

.home .home-intro-newsletter .newsletter-email {
  border-color: #3D8D83;
}

.home .home-intro-newsletter .newsletter-email-error {
  border-color: #CB6994;
}

.home .home-intro-newsletter .newsletter-submit {
  background-color: #3D8D83;
}

.home .home-intro-newsletter .home-intro-newsletter-social {
  margin-top: 30px;
  display: inline-block;
}

.home .home-intro-newsletter .home-intro-newsletter-twitter {
  margin-right: 50px;
}

.home .home-intro-newsletter .home-intro-newsletter-social-button {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3D8D83;
  text-decoration: underline;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
}

.home .home-intro-newsletter .home-intro-newsletter-social-button:hover {
  text-decoration: none;
}

.home .home-intro-newsletter .home-intro-newsletter-social-image {
  width: 14px;
  height: 14px;
  margin-top: -4px;
}

.home .home-intro-newsletter .home-intro-newsletter-image {
  display: none;
}

.home .home-snippets {
  padding: 50px 0 60px 0;
}

.home .home-snippets .home-snippets-title {
  color: #CB6994;
  padding: 0 20px;
}

.home .social-newsletter .newsletter-email {
  border-color: #3D8D83;
}

.home .social-newsletter .newsletter-submit {
  background-color: #3D8D83;
}

.home .content-snippet-2 {
  display: none;
}

@media (max-width: 599px) {
  
  .home .home-snippets .content-snippet-1 {
    margin-bottom: 0;
  }

}

/* TABLET */

@media (min-width: 600px) {
 
  .home .home-hero {
    min-height: 400px;
    margin-top: 60px;
    /*height: calc(98vh - 60px);*/
    position: relative;
  }

  .home .home-hero .home-hero-image {
    bottom: 0;
  }

  .home .home-hero .home-hero-background {
    bottom: 0;
    background: -webkit-linear-gradient(rgba(9,22,24,0) 0%, rgba(9,22,24,0.9) 70%, rgba(9,22,24,1) 100%));
    background: -o-linear-gradient(rgba(9,22,24,0) 0%, rgba(9,22,24,0.9) 70%, rgba(9,22,24,1) 100%));
    background: linear-gradient(rgba(9,22,24,0) 0%, rgba(9,22,24,0.9) 70%, rgba(9,22,24,1) 100%);
  }

  .home .home-hero .home-hero-title-wrapper {
    height: calc(63vh - 60px);
    padding-top: 0;
  }

  .home .home-hero .home-hero-cgf {
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
  }

  .home .home-hero .home-hero-cgf-inner {
    display: inline-block;
  }

  .home .home-hero .home-hero-cgf-body,
  .home .home-hero .home-hero-cgf-logo {
    float: left;
    text-align: center;
    line-height: 40px;
  }

  .home .home-hero .home-hero-cgf-body {
    color: white;
    line-height: 32px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-sizing: border-box;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .home .home-hero .home-hero-cgf-logo-image {
    height: 32px;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .home .home-intro {
    overflow: visible;
  }

  .home .home-intro-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home .home-intro .home-intro-title {
    letter-spacing: 1px;
  }

  .home .home-intro .home-intro-container {
    width: 67%;
  }

  .home .home-intro .home-intro-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 72%;
    height: 110%;
    z-index: 2;
  }

  .home .home-intro .home-intro-cta {
    margin-bottom: 0;
  }

  .home .home-intro .home-intro-cta-image {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }

  .home .home-intro-newsletter {
    padding: 70px 50px;
  }

  .home .home-intro-background {
    left: -9999999px;
    right: -9999999px;
  }

  .home .home-intro-newsletter .home-intro-newsletter-background {
    top: -70px;
    right: -60px;
    bottom: -70px;
    left: -60px;
  }

  .home .home-intro-newsletter .home-intro-newsletter-title {
    font-size: 40px;
    margin-bottom: 0px;
  }

  .home .home-intro-newsletter .home-intro-newsletter-body {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .home .home-intro-newsletter .home-intro-newsletter-social {
    display: inline-block;
  }

  .home .home-intro-newsletter .home-intro-newsletter-twitter {
    margin-right: 50px;
  }

  .home .home-snippets {
    padding: 70px 30px;
  }

  .home .home-snippets .home-snippets-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
  }

  .home .home-snippets .home-snippets-title {
    padding: 0 20px;
  }

  .home .home-snippets .content-snippet {
    border-bottom-width: 0;
  }


  .home .content-snippet {
    background-color: #FFEAF3;
  }
  .home .content-snippet .content-snippet-category {
    background-color: #55524C;
  }
  .home .content-snippet a.content-snippet-title-link,
  .home .content-snippet .content-snippet-author,
  .home .content-snippet .content-snippet-author-link,
  .home .content-snippet .content-snippet-body,
  .home .content-snippet .content-snippet-cta {
    color: #55524C;
  }
  .home .content-snippet .content-snippet-cta-image-main {
    display: inline-block;
  }
  .home .content-snippet .content-snippet-cta-image-alternate {
    display: none;
  }

  .home .twitter .tweet-body {
    text-align: left;
  }
}

/* DESKTOP */

@media (min-width: 769px) {

  .home .home-hero .home-hero-title-wrapper {
    max-width: 1380px;
    height: 63vh;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
  }

  .home .home-hero .home-hero-title-inner {
    /*bottom: 100px;*/
    /*top: 60px;*/
  }

  .home .home-hero .home-hero-title {
    padding: 0;
    -ms-word-break: keep-all;
    font-size: 62px;
    margin-bottom: 0;
  }

  .home .home-hero .home-hero-image {
    top: -30%;
  }

  .home .home-hero .home-hero-mobile-image {
    display: none;
  }

  .home .home-hero .home-hero-desktop-image {
    display: block;
  }

  .home .home-hero .home-hero-cgf-body {
    line-height: 32px;
    font-size: 12px;
    height: auto;
    padding-right: 10px;
  }

  .home .home-hero .home-hero-cgf-logo-image {
    height: 32px;
  }

  .home .home-intro .home-intro-image {
    height: 130%;
  }

  .home .home-intro .home-intro-cta-image {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }

  .home .home-intro-newsletter {
    padding: 60px 80px;
    position: relative;
    margin-top: -75px;
  }

  .home .home-intro-newsletter .home-intro-newsletter-background {
    left: -40px;
    bottom: -60px;
    top: -60px;
    right: -40px;
  }

  .home .home-intro-newsletter .home-intro-newsletter-foreground {
    width: 65%;
  }

  .home .home-intro-newsletter .newsletter-email {
    width: 55%;
  }

  .home .home-snippets {
    padding: 120px 60px 120px 60px;
  }

  .home .home-snippets .home-snippets-inner {
    max-width: 1380px;
  }

  .home .home-snippets .home-snippets-title {
    padding: 0 0 0 20px;
  }

  .home .home-intro-background {
    bottom: 0;
  }

  .home .home-intro-newsletter .home-intro-newsletter-social-button {
    font-size: 18px;
  }

  .home .twitter {
    margin-top: 60px;
    padding-bottom: 150px;
  }

  .home .twitter .twitter-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .home .home-intro-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 900px) {
  
  .home .home-intro-newsletter .newsletter-inner {
    max-width: 640px;
  }

  .home .home-intro-newsletter .home-intro-newsletter-image {
    display: block;
    position: absolute;
    right: -40px;
    bottom: -60px;
    top: -60px;
    height: calc(100% + 120px);
    overflow: hidden;
    text-align: right;
    width: 45%;
  }

  .home .home-intro-newsletter .home-intro-newsletter-image-element {
    height: 100%;
  }

  .social-newsletter .social-newsletter-form {
    width: auto;
    float: left;
    text-align: left;
  }

  .social-newsletter .social-newsletter-body {
    margin-bottom: 30px;
    float: none;
  }
}

@media (min-width: 1024px) {
  
  .home .content-snippet-2 {
    display: block;
  }

}

@media (min-width: 1120px) {
  .home .home-intro-newsletter .home-intro-newsletter-image {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .social-newsletter .newsletter-submit,
  .social-newsletter .newsletter-email,
  .social-newsletter .social-newsletter-body {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-newsletter .social-newsletter-body {
    line-height: 31px;
  }
}