body > .ccm-page.page-wrapper.page-template-newsletter-article > section.hero {
  min-height: 480px;
  padding: 0;
  justify-content: stretch;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > section.hero > div {
  flex-grow: 1;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > section.hero .ccm-custom-style-container.hero-content-wrapper {
  width: 100%;
  height: 100%;
  min-height: 480px;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FFF;
  transform: scale(1);
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > section.hero .ccm-custom-style-container.hero-content-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.43;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > section.hero .ccm-custom-style-container.hero-content-wrapper .tagline {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: cormorant-garamond, serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > section.hero .ccm-custom-style-container.hero-content-wrapper .tagline:before {
  content: '';
  display: block;
  background-color: #b4b479;
  position: absolute;
  bottom: -30px;
  left: calc( 50% - 40px );
  width: 80px;
  height: 1px;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > section.hero .ccm-custom-style-container.hero-content-wrapper h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.05;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container {
  background-color: #FFF;
  padding: 50px 25px 130px;
  position: relative;
  max-width: 750px;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .call-to-action {
  position: absolute;
  left: calc( 50% - 148px );
  width: 296px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .call-to-action:before {
  border-color: inherit;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .call-to-action:after {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxMyI+PHBhdGggZmlsbD0iIzgwODA4MCIgZD0iTTkuMDE0LjEwNUw3Ljk5IDEuMjA0bDQuMzQxIDQuMDM0SC4zOTR2MmgxMS45NEw3Ljk5IDExLjI3NWwxLjAyNCAxLjA5OCA2LjU5Ny02LjEzM3oiLz48L3N2Zz4=') !important;
  display: inline-block !important;
  position: relative !important;
  width: 16px !important;
  height: 13px !important;
  margin-left: 5px !important;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper {
  margin-top: 50px;
  padding-top: 0;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper {
    margin-top: 0;
    max-width: none;
    position: absolute;
    top: 0;
    left: -165px;
    bottom: 0;
    width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper {
    left: -220px;
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper {
    left: -320px;
    width: 190px;
  }
}
@media screen and (min-width: 1600px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper {
    left: -350px;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share {
    display: block;
    position: sticky;
    top: 0;
    width: 120px;
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share {
    width: 190px;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share span {
  display: block;
  color: #B7B779;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  flex-basis: 100%;
  flex-grow: 1;
  padding: 15px;
  border-top: 1px solid #B7B779;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share span {
    margin-bottom: 15px;
    padding: 25px 0 0;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share p {
  margin-top: 0;
  margin-bottom: 15px;
  color: #304043;
  font-family: cormorant-garamond, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share p {
    margin-bottom: 25px;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share a {
  flex-basis: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 25px;
  border: 1px solid #808080;
  color: #808080;
  font-size: 20px;
  text-decoration: none;
  margin-right: 7px;
  margin-left: 7px;
  transition: all 175ms ease-out;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share a:before {
  display: none;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share a:hover {
  background-color: #304043;
  border-color: #304043;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share a:nth-child( 2 ) {
  margin-left: 0;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share a:nth-child( 2 ) {
    margin-left: auto;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > .share-wrapper .share a:last-child {
    margin-right: auto;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article blockquote {
  padding: 0 0 0 30px;
  border-left: 1px solid #B7B779;
  margin-top: 54px;
  margin-bottom: 27px;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article blockquote p {
  font-size: 28px;
  font-family: cormorant-garamond, serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.15;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article h2 {
  color: #304043;
  font-size: 28px;
  text-transform: none;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article h2 {
    font-size: 36px;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > * {
  margin: 1.5em 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > *:first-child {
  margin-top: 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > *:last-child {
  margin-bottom: 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > * img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture > img:first-child:last-child:only-child,
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > p > img:first-child:last-child:only-child {
    display: block;
    width: calc( 100% + 50px );
    max-width: calc( 100% + 50px );
    height: auto;
    transform: translateX(-25px);
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture > img:first-child:last-child:only-child,
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > p > img:first-child:last-child:only-child {
    width: calc( 100% + 100px );
    max-width: calc( 100% + 100px );
    transform: translateX(-50px);
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture > img:first-child:last-child:only-child,
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > p > img:first-child:last-child:only-child {
    width: calc( 100% + 160px );
    max-width: calc( 100% + 160px );
    transform: translateX(-80px);
  }
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock {
    width: calc( 100% + 50px );
    max-width: calc( 100% + 50px );
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock {
    width: calc( 100% + 100px );
    max-width: calc( 100% + 100px );
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock {
    width: calc( 100% + 160px );
    max-width: calc( 100% + 160px );
    margin-right: -80px;
    margin-left: -80px;
  }
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock.youtubeBlockResponsive16by9 {
    padding-bottom: calc( 56.25% + ( 50px * 0.5625 ) );
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock.youtubeBlockResponsive16by9 {
    padding-bottom: calc( 56.25% + ( 100px * 0.5625 ) );
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock.youtubeBlockResponsive16by9 {
    padding-bottom: calc( 56.25% + ( 160px * 0.5625 ) );
  }
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock.youtubeBlockResponsive4by3 {
    padding-bottom: calc( 75% + ( 50px * 0.75 ) );
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock.youtubeBlockResponsive4by3 {
    padding-bottom: calc( 75% + ( 100px * 0.75 ) );
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > div.youtubeBlock.youtubeBlockResponsive4by3 {
    padding-bottom: calc( 75% + ( 160px * 0.75 ) );
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture {
  display: block;
  position: relative;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture > img {
  position: relative;
  z-index: 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #B7B779;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture:after {
    right: -5px;
    left: -5px;
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture:after {
    right: -30px;
    left: -30px;
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row .article > picture:after {
    right: -55px;
    left: -55px;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row blockquote {
  padding: 0 0 0 30px;
  border-left: 1px solid #B7B779;
  margin-top: 54px;
  margin-bottom: 27px;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row blockquote p {
  font-size: 28px;
  font-family: cormorant-garamond, serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.15;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row h2 {
  color: #304043;
  font-size: 28px;
  text-transform: none;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row h2 {
    font-size: 36px;
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > * {
  margin: 1.5em 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > *:first-child {
  margin-top: 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > *:last-child {
  margin-bottom: 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > * img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture > img:first-child:last-child:only-child,
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > p > img:first-child:last-child:only-child {
    display: block;
    width: calc( 100% + 50px );
    max-width: calc( 100% + 50px );
    height: auto;
    transform: translateX(-25px);
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture > img:first-child:last-child:only-child,
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > p > img:first-child:last-child:only-child {
    width: calc( 100% + 100px );
    max-width: calc( 100% + 100px );
    transform: translateX(-50px);
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture > img:first-child:last-child:only-child,
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > p > img:first-child:last-child:only-child {
    width: calc( 100% + 160px );
    max-width: calc( 100% + 160px );
    transform: translateX(-80px);
  }
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock {
    width: calc( 100% + 50px );
    max-width: calc( 100% + 50px );
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock {
    width: calc( 100% + 100px );
    max-width: calc( 100% + 100px );
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock {
    width: calc( 100% + 160px );
    max-width: calc( 100% + 160px );
    margin-right: -80px;
    margin-left: -80px;
  }
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock.youtubeBlockResponsive16by9 {
    padding-bottom: calc( 56.25% + ( 50px * 0.5625 ) );
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock.youtubeBlockResponsive16by9 {
    padding-bottom: calc( 56.25% + ( 100px * 0.5625 ) );
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock.youtubeBlockResponsive16by9 {
    padding-bottom: calc( 56.25% + ( 160px * 0.5625 ) );
  }
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock.youtubeBlockResponsive4by3 {
    padding-bottom: calc( 75% + ( 50px * 0.75 ) );
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock.youtubeBlockResponsive4by3 {
    padding-bottom: calc( 75% + ( 100px * 0.75 ) );
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > div.youtubeBlock.youtubeBlockResponsive4by3 {
    padding-bottom: calc( 75% + ( 160px * 0.75 ) );
  }
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture {
  display: block;
  position: relative;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture > img {
  position: relative;
  z-index: 0;
}
body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #B7B779;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1080px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture:after {
    right: -5px;
    left: -5px;
  }
}
@media screen and (min-width: 1280px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture:after {
    right: -30px;
    left: -30px;
  }
}
@media screen and (min-width: 1440px) {
  body > .ccm-page.page-wrapper.page-template-newsletter-article > main > .container > .row > picture:after {
    right: -55px;
    left: -55px;
  }
}
