* {
  position: relative;
  background-repeat: no-repeat;
}

body#home {
  font-family: "Roboto", sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-weight: 300;
  /* header */
  /* end header */
  /* hero */
  /* end hero */
  /* page section */
  /* end page section */
  /* page posts */
  /* end page posts */
  /* youtube preview */
  /* end youtube preview */
  /* merchandise */
  /* end merchandise */
  /* page cta */
  /* end page cta */
  /* footer */
  /* end footer */
  /* unsubscribe page */
  /* ad */
  /* privacy */
}
body#home:not(.unsubscribe) .success-message {
  color: #fff;
  text-align: center;
}
body#home h1, body#home h2, body#home h3 {
  font-family: "Roboto Condensed", sans-serif;
}
body#home form input[type=text] {
  padding: 20px;
  border: 0;
  margin-right: 10px;
  vertical-align: top;
  outline: none;
  width: 100%;
}
body#home form input[type=submit] {
  padding: 0 30px;
  /* font-family:"Roboto Condensed", sans-serif; */
  border: 0;
  font-size: 29px;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 64px;
  outline: none;
  cursor: pointer;
}
body#home form input[type=submit].loading {
  background-color: #cecece !important;
  cursor: not-allowed;
}
body#home header {
  flex-basis: 150px;
}
body#home .header {
  min-height: 96px;
  margin-bottom: 0 !important;
}
body#home .header .logo {
  margin-top: 8px;
  width: auto;
  height: 70px;
  display: flex;
  align-items: center;
}
body#home .header .logo img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
  max-width: 220px;
}
body#home .header nav .nav {
  display: flex;
  justify-content: flex-end;
}
body#home .header nav .nav li {
  padding: 35px 30px;
}
body#home .header nav .nav li a {
  opacity: 0.7;
  font-style: italic;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}
body#home .header nav .nav li a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body#home .header nav .nav {
    justify-content: flex-start;
  }
  body#home .header nav .nav li {
    padding: 25px 20px;
  }
}
body#home main {
  flex: 1;
}
body#home main #page-hero {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 460px;
  margin-bottom: 40px;
}
body#home main #page-hero .hero-overlay {
  min-height: 460px;
  display: flex;
  flex-direction: column;
}
body#home main #page-hero .hero-overlay #sign {
  width: 100%;
}
body#home main #page-hero .hero-overlay #campaign-title {
  font-size: 48px;
  text-transform: uppercase;
}
body#home main #page-hero .hero-overlay #campaign-subtitle {
  font-size: 22px;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
}
body#home main #page-hero .hero-overlay form {
  margin-top: 30px;
}
body#home main #page-hero .hero-overlay form input {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#home main #page-hero .hero-overlay form input[type=submit] {
    width: 100%;
  }
}
body#home .page-section {
  margin-bottom: 35px;
}
body#home .page-section .page-subtitle {
  text-align: center;
  font-size: 36px;
  margin: 0 auto 20px;
  text-transform: uppercase;
}
body#home .page-section .view-more {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 25px;
  margin: 20px auto 80px;
  padding: 5px 35px;
  cursor: pointer;
  border: none;
}
body#home .page-section .view-more a:hover {
  text-decoration: none;
}
body#home #page-posts .post {
  box-shadow: 0px 4px 10px -10px rgba(0, 0, 0, 0.35);
  margin-bottom: 30px;
  border: 1px solid #dedddc;
  border-radius: 5px;
}
body#home #page-posts .post .post-image {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid #dedddc;
  overflow: hidden;
}
body#home #page-posts .post .post-image a.img-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
body#home #page-posts .post .post-image a.img-link img {
  width: 100%;
  position: absolute;
  height: auto;
  top: -30%;
  display: inline;
  bottom: 0;
  -webkit-mask: linear-gradient(black, transparent 30%, black);
  -webkit-filter: blur(3px);
  -webkit-mask: url(#mask-linear);
          mask: url(#mask-linear);
  filter: url(#filtre2);
}
body#home #page-posts .post .post-image:before {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
body#home #page-posts .post .post-body-wrap {
  padding: 0 20px;
  margin-bottom: 10px;
}
body#home #page-posts .post .post-body-wrap .title-body {
  margin-left: -20px;
  padding-left: 20px;
  background-color: #fff;
  padding-right: 5px;
}
body#home #page-posts .post .post-body-wrap .title-body h3 {
  line-height: 1;
}
body#home #page-posts .post .post-body-wrap .title-body h3 a {
  font-size: 22px;
  text-transform: uppercase;
}
body#home #page-posts .post .post-body-wrap .post-body {
  /* height: 170px; */
  /* overflow: hidden; */
  margin-bottom: 20px;
}
body#home #page-posts .post .post-body-wrap .read-more:after {
  content: ">";
  margin-left: 5px;
  font-weight: 900;
}
body#home #page-posts .post .post-body {
  padding: 15px 20px;
}
body#home #youtube-preview {
  margin-bottom: 60px;
}
body#home #youtube-preview .youtube-desc {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#home #youtube-preview .youtube-desc .vert-aligner {
  text-align: center;
}
body#home #page-merchandise .merch-item {
  margin-bottom: 25px;
  display: block;
}
body#home #page-merchandise .merch-item:hover {
  text-decoration: none;
}
body#home #page-merchandise .merch-item .merch-img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}
body#home #page-merchandise .merch-item .merch-desc, body#home #page-merchandise .merch-item .merch-price {
  text-align: center;
  font-size: 22px;
}
body#home .cta-form-wrap {
  width: 65%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 80px 40px;
  margin: 0 auto -180px;
  z-index: 200;
}
body#home .cta-form-wrap h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
body#home .cta-form-wrap form input[type=text] {
  margin: 0 0 20px;
}
body#home .cta-form-wrap form input[type=submit] {
  display: block;
  margin: auto;
}
body#home .cta-hero {
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
body#home .cta-hero .cta-hero-overlay {
  height: 100%;
}
@media screen and (max-width: 768px) {
  body#home .cta-form-wrap {
    width: 100%;
    margin: 0;
  }
}
body#home footer {
  height: 300px;
  display: flex;
  align-items: flex-end;
}
body#home footer .logo {
  margin-bottom: 20px;
  max-width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
}
body#home footer .logo a {
  display: block;
  width: 100%;
}
body#home footer .logo a img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
}
body#home footer .address {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
body#home footer .address p {
  margin-bottom: 10px;
}
body#home footer .address p a {
  color: #fff;
}
body#home footer nav .nav {
  display: flex;
  justify-content: flex-end;
}
body#home footer nav .nav li {
  padding: 35px 30px;
}
body#home footer nav .nav li a {
  opacity: 0.7;
  font-style: italic;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}
body#home footer nav .nav li a:hover {
  opacity: 1;
}
body#home footer nav .nav.social-links li a i {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  body#home footer nav .nav {
    justify-content: flex-start;
  }
  body#home footer nav .nav li {
    padding: 25px 20px;
  }
}
body#home .unsubscribe {
  font-family: "Roboto Condensed", "Arial", sans-serif;
}
body#home .unsubscribe ::-webkit-input-placeholder, body#home .unsubscribe ::-moz-placeholder, body#home .unsubscribe :-ms-input-placeholder, body#home .unsubscribe :-moz-placeholder {
  color: #92a2a9;
}
body#home .unsubscribe main {
  margin: 40px 0 80px;
}
body#home .unsubscribe main p {
  color: #92a2a9;
  font-size: 21px;
}
body#home .unsubscribe main textarea {
  width: 100%;
  background: #e0e0e0;
  border: 1px solid #102a52;
  padding: 17px 15px;
  display: block;
  height: 160px;
  color: #92a2a9;
  margin-bottom: 25px;
}
body#home .unsubscribe main input[type=submit] {
  font-size: 18px;
  color: #fff;
}
body#home .unsubscribe main #comment-form {
  margin-bottom: 60px;
}
body#home .unsubscribe main #unsub-form input {
  display: inline;
}
body#home .unsubscribe main #unsub-form input[type=text] {
  background: #e0e0e0;
  width: 75%;
  color: #92a2a9;
}
body#home .unsubscribe footer {
  height: auto;
  padding-top: 20px;
}
body#home .ad main {
  margin: 40px 0 80px;
}
body#home .ad main h2 {
  text-align: center;
  margin-bottom: 30px;
}
body#home .ad main .timer_div {
  margin: auto;
  font-size: 32px;
  border: 4px solid;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 60px;
}
body#home .ad main .ads {
  margin-top: 40px;
}
body#home .ad footer {
  height: auto;
  padding-top: 20px;
}
body#home .privacy main {
  margin: 40px 0 80px;
}
body#home .privacy .TOC {
  list-style-type: none;
  padding: 0;
}
body#home .privacy .chapter-head {
  margin: 25px 0 10px;
}/*# sourceMappingURL=home.css.map */