.col-center {
  float: none;
  margin: 0 auto;
}

body {
	z-index: 1;
	overflow-x: hidden;
	background: linear-gradient(-45deg, #000, #000, #000, #000);
	background-size: 400% 400%;
  background-image: url(../images/bg-esc.png);
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

div.title-center {
  text-align: center!important;
}
.title-name {
  display: inline-block;
    font-family: 'the-piraglen';
    color: #fff;
    font-weight: normal;
    font-size: 4em;
    transform: translate3d(10px, 10px, 10px);
}

.subtitle {
  display: inline-block;
  font-family: 'the-piraglen';
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  transform: translate3d(10px, 10px, 10px);
}

#expired {
  width: 100vw;
  height: 100vh;
  background: #7A66A7;
  /* background-image: url(../images/bg-esc3.jpg); */
  z-index:9999;
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  }
  
  .expired-img {
  position: absolute;
  z-index:10;
  right: 0;
  left: 0;
  margin: 0 auto;
  }

  .expired-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .expired-title {
    color: #fff;
    font-family: 'adobe-clean';
  }

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header .subtitle {
  margin-top: 1rem;
  padding: 0;
  max-height: 4.59em;
  color: rgba(255,255,255,1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.53;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}


.mouse-icon{width:25px;height:45px;border:2px solid #fff;border-radius:15px;cursor:pointer;position:relative;text-align:center;margin-top:50%;}
.mouse-wheel{height:6px;margin:2px auto 0;display:block;width:3px;background-color:#fff;border-radius:50%;-webkit-animation:1.6s ease infinite wheel-up-down;-moz-animation:1.6s ease infinite wheel-up-down;animation:1.6s ease infinite wheel-up-down}
@-webkit-keyframes wheel-up-down{0%{margin-top:2px;opacity:0}30%{opacity:1}100%{margin-top:20px;opacity:0}}
@-moz-keyframes wheel-up-down{0%{margin-top:2px;opacity:0}30%{opacity:1}100%{margin-top:20px;opacity:0}}
@keyframes wheel-up-down{0%{margin-top:2px;opacity:0}30%{opacity:1}100%{margin-top:20px;opacity:0}}

@media (min-width: 992px) {
  body::after {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: url(../images/carrusel/00.jpg);
    background-size: cover;
    background-position: center;
    content: ''; 
    transition-duration: .5s;
  }
  }
  @media (max-width: 991px) {
  body::after {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: url(../images/carrusel/00.jpg);
    background-size: cover;
    background-position: center;
    content: ''; 
    transition-duration: .5s;
  }
  }

/* custom-theme base */
 .footer{
    display: none!important;
    height: 0!important;
}
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .single-column-section .section-background,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-section {
        background-color: #484848;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header {
        height: 100%;
        text-align: center;
        box-sizing: border-box;
        font-size: 0;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-left .title-header,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-left .title-header,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-left .title-header {
        text-align: left;
      }
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top .title-header,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-center .title-header,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom .title-header {
        text-align: center;
      }
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-right .title-header,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-right .title-header,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-right .title-header {
        text-align: right;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: bottom;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-left .title-header:before,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top .title-header:before,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-right .title-header:before {
        vertical-align: top;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-left .title-header:before,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-center .title-header:before,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-right .title-header:before {
        vertical-align: middle;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header-view {
        position: relative;
        display: inline-block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header .gradient-overlay {
        background-color: rgba(0, 0, 0, 0);
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-center]*/, rgba(0,0,0,0)  /*[gradient-stop-0-color-aligned-center]*/ 0% /*[gradient-stop-0-percent-aligned-center]*/, rgba(0,0,0,0.25)  /*[gradient-stop-1-color-aligned-center]*/ 25% /*[gradient-stop-1-percent-aligned-center]*/, rgba(0,0,0,0.50)  /*[gradient-stop-2-color-aligned-center]*/ 50% /*[gradient-stop-2-percent-aligned-center]*/, rgba(0,0,0,0.25)  /*[gradient-stop-3-color-aligned-center]*/ 75% /*[gradient-stop-3-percent-aligned-center]*/, rgba(0,0,0,0)  /*[gradient-stop-4-color-aligned-center]*/ 100% /*[gradient-stop-4-percent-aligned-center]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-left .title-header .gradient-overlay,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top .title-header .gradient-overlay,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-right .title-header .gradient-overlay {
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-top]*/, rgba(0,0,0,0)  /*[gradient-stop-0-color-aligned-top]*/ 0% /*[gradient-stop-0-percent-aligned-top]*/, rgba(0,0,0,0.5)  /*[gradient-stop-1-color-aligned-top]*/ 100% /*[gradient-stop-1-percent-aligned-top]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-left .title-header .gradient-overlay,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom .title-header .gradient-overlay,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-right .title-header .gradient-overlay {
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-bottom]*/, rgba(0,0,0,0.5) /*[gradient-stop-0-color-aligned-bottom]*/ 0% /*[gradient-stop-0-percent-aligned-bottom]*/, rgba(0,0,0,0) /*[gradient-stop-1-color-aligned-bottom]*/ 100% /*[gradient-stop-1-percent-aligned-bottom]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .content-container {
        box-shadow: 0 0 4px rgba(0,0,0,.25);
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .card-right .content-container {
        margin-left: auto;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .card-center .content-container {
        margin-left: auto;
        margin-right: auto;
      }

      /* custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme components */

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme.article,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section {
  background-color: rgba(255,255,255,1);
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section-content .content-container {
  padding-left: 20%;
  padding-right: 20%;
}

/*
 * Browsers vary in their default behavior of <b>/<strong> tags. Some default to
 * font-weight: bold (Chrome) and others default to font-weight: bolder (Firefox).
 * We explicitly match Chrome's behavior here so that font face fallback logic
 * is consistent between browsers (MRVL-15001)
 */
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme strong,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme b {
  font-weight: bold;
}

  @font-face {
    font-family: louis-george-caf-light;
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: louis-george-caf-light;
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: louis-george-caf-light;
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: playfair-display;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/PlayfairDisplay-Bold.ttf);
  }
  @font-face {
    font-family: the-piraglen;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/titles.otf);
  }
  @font-face {
    font-family: louis-george-caf-light;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Louis-George-Cafe-Light.ttf);
  }
  @font-face {
    font-family: butler;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Butler_Light.otf);
  }

  @font-face {
    font-family: fecha;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/StempeL.otf);
  }
/* title-section gradient-overlay treatment */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-section {
  background-color: #484848;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header {
  padding: 64px 5% 64px 5%;
  background-color: transparent;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header-view {
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 89%;
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header .gradient-overlay {
  right: -25%;
  left: -25%;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-left .title-header .gradient-overlay,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top .title-header .gradient-overlay,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-right .title-header .gradient-overlay {
  top: -64px;
  bottom: -50%;
  height: auto;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-left .title-header .gradient-overlay,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom .title-header .gradient-overlay,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-right .title-header .gradient-overlay {
  top: -50%;
  bottom: -64px;
  height: auto;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header .title {
  margin: 0 0;
  padding: 0 0;
  max-height: 4.199999999999999em;
  color: rgba(255,255,255,1);
  font-family: the-piraglen,sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: normal;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header .subtitle {
  margin-top: 1rem;
  padding: 0;
  max-height: 4.5em;
  color: rgba(255,255,255,1);
  font-family: proxima-nova,sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header {
    padding: 32px 5% 32px 5%;
  }
}

/* Wide Screen Widths */

@media (min-width: 1300px) {
  /* each pair of title padding values should sum to 30% */
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-left .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-left .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-left .title-header-view {
    padding-left: 10%;
    padding-right: 20%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-center .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom .title-header-view{
    padding-left: 15%;
    padding-right: 15%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-right .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-right .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-right .title-header-view {
    padding-left: 20%;
    padding-right: 10%;
  }
}

/* Extra Wide Screen Widths */

@media (min-width: 1800px) {
  /* each pair of title padding values should sum to 50% */
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-left .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-left .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-left .title-header-view {
    padding-left: 15%;
    padding-right: 35%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-center .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom .title-header-view {
    padding-left: 25%;
    padding-right: 25%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-right .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-right .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-right .title-header-view {
    padding-left: 35%;
    padding-right: 15%;
  }
}

/* Super Wide Screen Widths */

@media (min-width: 2300px) {
  /* each pair of title padding values should sum to 60% */
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-left .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-left .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-left .title-header-view {
    padding-left: 20%;
    padding-right: 40%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-center .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom .title-header-view {
    padding-left: 30%;
    padding-right: 30%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-top-right .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-right .title-header-view,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-bottom-right .title-header-view {
    padding-left: 40%;
    padding-right: 20%;
  }
}


@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header .title {
    font-size: 39px;
  }
}
@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .title-header .subtitle {
    font-size: 18px;
  }
}

/* heading no treatment */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 {
  z-index: 0;
  font-family: playfair-display,sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(72,63,62,1);
  text-align: left;
}




@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 {
    font-size: 27px;
  }
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 {
  font-family: louis-george-caf-light,sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(45,43,43,1);
  text-align: left;
}

@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 {
    font-size: 21px;
  }
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .single-column-section .content-container p,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .content-container p {
  font-family: louis-george-caf-light,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(45,43,43,1);
}

@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .single-column-section .content-container p,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .content-container p {
    font-size: 18px;
  }
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul li {
  font-family: louis-george-caf-light,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(45,43,43,1);
  margin-left: 36px;
  margin-right: 0px;
}

@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul li {
    font-size: 18px;
  }
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol li {
  font-family: louis-george-caf-light,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(45,43,43,1);
  margin-left: 36px;
  margin-right: 0px;
}

@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol li {
    font-size: 18px;
  }
}





/* blockquote color band treatment */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote {
  z-index: 0;
  position: relative;
  font-family: butler,sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(45,39,39,1);
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 0;
  padding-right: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .content-container blockquote {
  /* Avoid spilling out of the column in a Glideshow */
  margin-left: 0;
  margin-right: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote:before{
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0px;
  right: -300%;
  bottom: 0px;
  left: -300%;
  background-color: rgba(237,228,198,0.9);
}
@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote {
    font-size: 17px;
  }
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .image-wrapper {
  overflow: hidden;
}

/* inline image no treatment */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .caption, .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .single-column-section .caption {
  font-family: louis-george-caf-light,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(26,25,22,1);
  text-align: center;
  margin: .5em 0px;
}



@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .caption, .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .single-column-section .caption {
    font-size: 16px;
  }
}

/* button square treatment */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container a.link-button {
  display: inline-block;
  border: solid 1px rgba(178,142,142,1);
  padding-top: 10px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 4px;
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  color: rgba(170,122,122,1);

  -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -ms-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container a.link-button:hover {
  border-color: rgba(145,99,99,1);
  color: rgba(131,84,84,1);
}

@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container a.link-button {
    padding-top: 8px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 2px;
  }
}





@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container a.link-button {
    font-size: 17px;
  }
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .single-column-section .content-container a:not(.link-button),
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .content-container a:not(.link-button),
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section    .content-container a:not(.link-button),
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .full-width-section    .content-container a:not(.link-button) {
  background-color: transparent;
  color: rgba(112,101,65,1);
  text-decoration: 
underline;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -o-transition: color .15s linear;
  -ms-transition: color .15s linear;
  transition: color .15s linear;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .single-column-section .content-container a:not(.link-button):hover,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .content-container a:not(.link-button):hover,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section    .content-container a:not(.link-button):hover,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .full-width-section    .content-container a:not(.link-button):hover {
  color: rgba(184,177,154,1);
}


/* full width image no treatment */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .full-width-section .caption {
  font-family: louis-george-caf-light,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(26,25,22,1);
  text-align: center;
  margin: .5em 0px;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .full-width-section .caption {
  padding-right: 5%;
  padding-left: 5%;
}



@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .full-width-section .caption {
    font-size: 16px;
  }
}
/* fillscreen section */


.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .fullscreen-photo-section .pull-quote {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: 96px 32px;
  padding: 24px;
  max-width: 50%;
  font-family: butler,sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  color: rgba(26,25,22,1);
  background-color: rgba(255,255,255,0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .fullscreen-photo-section .pull-quote .content-container {
  color: rgba(26,25,22,1);
}

@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .fullscreen-photo-section .pull-quote {
    font-size: 17px;
    margin: 48px 16px;
    padding: 12px;
  }
}


/* window section */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .window-section .pull-quote {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: 48px 32px;
  padding: 24px;
  max-width: 50%;
  font-family: butler,sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  color: rgba(26,25,22,1);
  background-color: rgba(255,255,255,0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .window-section .pull-quote .content-container {
  color: rgba(26,25,22,1);
}

@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .window-section .pull-quote {
    font-size: 17px;
    margin: 24px 16px;
    padding: 12px;
  }
}



/* photo grid no treatment */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .grid-caption {
  margin: .5em 0px;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: rgba(26,25,22,1)
}



@media ( max-width: 767px ) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .grid-caption {
    font-size: 16px;
  }
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .content-container {
  background-color: rgba(255,255,255,0.9);
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-spacer {
  height: 0.125rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-item-spacer {
  height: 5.000rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section .section-content .content-container {
  padding-top: 2.500rem;
  padding-bottom: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .full-width-section .section-content .content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.large-content-spacing-top .section-content .content-container {
  padding-top: 5.000rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.large-content-spacing-bottom .section-content .content-container {
  padding-bottom: 5.000rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container > :first-child {
  margin-top: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container > :last-child {
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme ul,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme ol {
  padding: 0
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme li {
  margin-bottom: 0.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme li:last-child {
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + p{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + p{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + p{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + p{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + p{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + p{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + p{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + p{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + ol{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + ol{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + ol{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + ol{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + ol{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + ol{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + ol{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + ol{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + ul{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + ul{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + ul{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + ul{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + ul{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + ul{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + ul{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + ul{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + h3{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + h3{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + h3{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + h3{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + h3{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + h3{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + h3{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + h3{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + h4{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + h4{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + h4{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + h4{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + h4{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + h4{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + h4{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + h4{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + blockquote{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + blockquote{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + blockquote{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + blockquote{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + blockquote{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + blockquote{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + blockquote{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + blockquote{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + .link-button-wrapper{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + .link-button-wrapper{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + .link-button-wrapper{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + .link-button-wrapper{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + .link-button-wrapper{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + .link-button-wrapper{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + .link-button-wrapper{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + .link-button-wrapper{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image {
  margin-top: 0;
  margin-bottom: 0;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + div.image{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + div.image{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + div.image{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + div.image{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + div.image{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + div.image{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + div.image{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + div.image{
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section + .single-column-section h3:first-child,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section + .single-column-section h4:first-child,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section + .single-column-section blockquote:first-child {
  margin-top: 2.500rem;
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section + .single-column-section blockquote:last-child {
  margin-top: 2.500rem;
}
@media (max-width: 767px) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-spacer {
    height: 0.125rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-item-spacer {
    height: 2.500rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section .section-content .content-container {
    padding-top: 1.250rem;
    padding-bottom: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .full-width-section .section-content .content-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.large-content-spacing-top .section-content .content-container {
    padding-top: 2.500rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.large-content-spacing-bottom .section-content .content-container {
    padding-bottom: 2.500rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container > :first-child {
    margin-top: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container > :last-child {
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme ul,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme ol {
    padding: 0
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme li {
    margin-bottom: 0.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme li:last-child {
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + p{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + p{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + p{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + p{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + p{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + p{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + p{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + p{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + ol{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + ol{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + ol{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + ol{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + ol{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + ol{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + ol{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + ol{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + ul{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + ul{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + ul{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + ul{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + ul{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + ul{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + ul{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + ul{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + h3{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + h3{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + h3{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + h3{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + h3{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + h3{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + h3{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + h3{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + h4{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + h4{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + h4{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + h4{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + h4{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + h4{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + h4{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + h4{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + blockquote{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + blockquote{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + blockquote{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + blockquote{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + blockquote{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + blockquote{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + blockquote{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + blockquote{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container p + div.image{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ol + div.image{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container ul + div.image{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h3 + div.image{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container h4 + div.image{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container blockquote + div.image{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container .link-button-wrapper + div.image{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .content-container div.image + div.image{
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section + .single-column-section h3:first-child,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section + .single-column-section h4:first-child,
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section + .single-column-section blockquote:first-child {
    margin-top: 1.250rem;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .photo-grid-section + .single-column-section blockquote:last-child {
    margin-top: 1.250rem;
  }
}



/* Default Screen Widths */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section-content .content-container {
  padding-left: 20%;
  padding-right: 20%;
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .content-container {
  width: 50%;
  margin: 32px 32px;
  padding: 56px 32px;
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .card-center .content-container {
  width: 65%;
  max-width: 900px;
}

/* Narrow Screen Widths */

@media (max-width: 768px) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section-content .content-container {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .content-container {
    width: 60%;
    margin: 32px 32px;
    padding: 56px 32px;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Extra Narrow Screen Widths */

@media (max-width: 480px) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section-content .content-container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .content-container {
    width: 70%;
    margin: 18px 14px;
    padding: 31px 13px;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Super Narrow Screen Widths */

@media (max-width: 320px) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section-content .content-container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .content-container {
    width: 70%;
    margin: 18px 14px;
    padding: 31px 12px;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Wide Screen Widths */

@media (min-width: 1300px) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme  .section-content .content-container {
    padding-left: 25%;
    padding-right: 25%;
  }

  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme  .card-flipbook-section .section-content .content-container {
    width: 40%;
    margin: 32px 32px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme  .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

/* Extra Wide Screen Widths */

@media (min-width: 1800px) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section-content .content-container {
    padding-left: 30%;
    padding-right: 30%;
  }

  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .content-container {
    width: 30%;
    margin: 32px 80px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

/* Super Wide Screen Widths */

@media (min-width: 2300px) {
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section-content .content-container {
    padding-left: 33%;
    padding-right: 33%;
  }

  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme  .card-flipbook-section .section-content .content-container {
    width: 25%;
    margin: 32px 80px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme  .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .author-appreciation-container {
  border-color: rgba(45,43,43,0.5);
}
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .author {
  font-family: louis-george-caf-light;
  color: rgba(45,43,43,1);
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button {
  color: rgba(45,43,43,0.5);
  border-color: rgba(45,43,43,0.5);
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDQ1LDQzLDQzLDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMTYsMjZMMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2eiBNOS4yLDQuN0M4LDQuNyw2LjksNS4yLDYsNS45QzUuMyw2LjUsNC44LDcuNCw0LjgsOC40YzAsMSwwLjUsMS45LDEuMiwyLjVsMTAsOC44bDEwLTguOGMwLjctMC42LDEuMi0xLjUsMS4yLTIuNWMwLTEtMC41LTEuOS0xLjItMi41Yy0xLjktMS41LTQuNS0xLjUtNi40LDBjLTAuNywwLjYtMS4yLDEuNS0xLjIsMi41aC00LjhjMC0xLTAuNS0xLjktMS4yLTIuNUMxMS41LDUuMSwxMC40LDQuNyw5LjIsNC43eiIvPjwvc3ZnPg==');
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDQ1LDQzLDQzLDEpOyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzKSIgZD0iTTIuOCwxNC40QzEuMSwxMi45LDAsMTAuNywwLDguNGMwLTIuMywxLTQuNSwyLjgtNkM0LjYsMC45LDYuOSwwLDkuMiwwYzIuNCwwLDQuNiwwLjgsNi40LDIuNGMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNEMxOC4yLDAuOSwyMC41LDAsMjIuOCwwYzIuMywwLDQuNiwwLjgsNi40LDIuNEMzMSwzLjksMzIsNi4xLDMyLDguNGMwLDIuMy0xLDQuNS0yLjgsNkwxNiwyNiIvPjwvc3ZnPg==');
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button.appreciated:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDQ1LDQzLDQzLDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2Ii8+PC9zdmc+');
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button.appreciated:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDQ1LDQzLDQzLDEpOyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzKSIgZD0iTTE2LDI2TDIuOCwxNC40QzEuMSwxMi45LDAsMTAuNywwLDguNGMwLTIuMywxLTQuNSwyLjgtNkM0LjYsMC45LDYuOSwwLDkuMiwwYzIuNCwwLDQuNiwwLjgsNi40LDIuNGMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNEMxOC4yLDAuOSwyMC41LDAsMjIuOCwwYzIuMywwLDQuNiwwLjgsNi40LDIuNEMzMSwzLjksMzIsNi4xLDMyLDguNGMwLDIuMy0xLDQuNS0yLjgsNkwxNiwyNnogTTkuMiw0LjdDOCw0LjcsNi45LDUuMiw2LDUuOUM1LjMsNi41LDQuOCw3LjQsNC44LDguNGMwLDEsMC41LDEuOSwxLjIsMi41bDEwLDguOGwxMC04LjhjMC43LTAuNiwxLjItMS41LDEuMi0yLjVjMC0xLTAuNS0xLjktMS4yLTIuNWMtMS45LTEuNS00LjUtMS41LTYuNCwwYy0wLjcsMC42LTEuMiwxLjUtMS4yLDIuNWgtNC44YzAtMS0wLjUtMS45LTEuMi0yLjVDMTEuNSw1LjEsMTAuNCw0LjcsOS4yLDQuN3oiLz48L3N2Zz4=');
}

.publication-viewer.touch-disabled .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button:hover {
  color: rgba(45,43,43,1);
  border-color: rgba(45,43,43,1);
}

.publication-viewer.touch-disabled .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button:active {
  color: rgba(45,43,43,0.5);
  border-color: rgba(45,43,43,0.5);
}

.publication-viewer.touch-disabled .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button:active:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDQ1LDQzLDQzLDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2Ii8+PC9zdmc+');
}

.publication-viewer.touch-disabled .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.author-section .appreciate-button.appreciated:active:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDQ1LDQzLDQzLDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMTYsMjZMMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2eiBNOS4yLDQuN0M4LDQuNyw2LjksNS4yLDYsNS45QzUuMyw2LjUsNC44LDcuNCw0LjgsOC40YzAsMSwwLjUsMS45LDEuMiwyLjVsMTAsOC44bDEwLTguOGMwLjctMC42LDEuMi0xLjUsMS4yLTIuNWMwLTEtMC41LTEuOS0xLjItMi41Yy0xLjktMS41LTQuNS0xLjUtNi40LDBjLTAuNywwLjYtMS4yLDEuNS0xLjIsMi41aC00LjhjMC0xLTAuNS0xLjktMS4yLTIuNUMxMS41LDUuMSwxMC40LDQuNyw5LjIsNC43eiIvPjwvc3ZnPg==');
}


.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .section.credits-section {
  color: rgba(45,43,43,1);
}

      /* behaviors css */
      /* Default content behaviors */

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme div.image {
  -webkit-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -moz-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -o-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -ms-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  opacity: 1;

  -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);
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme div.image.hidden {
  opacity: 0;

  -webkit-transform: translate3d(0,40px,0);
  -moz-transform: translate3d(0,40px,0);
  -o-transform: translate3d(0,40px,0);
  -ms-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .caption,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .grid-caption {
  -webkit-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -o-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -ms-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);

  opacity: 1;

  -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);
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .caption.hidden,
.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .grid-caption.hidden {
  opacity: 0;

  -webkit-transform: translate3d(20px,0,0);
  -moz-transform: translate3d(20px,0,0);
  -o-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme blockquote {
  -webkit-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -o-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -ms-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);

  opacity: 1;

  -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);
}

.custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme blockquote.hidden {
  opacity: 0;

  -webkit-transform: translate3d(20px,0,0);
  -moz-transform: translate3d(20px,0,0);
  -o-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}


      /* overrides to some alignments defined after component
         styles to make sure they will override the component
         defaults when they have the same specificity */

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .link-button-wrapper, /* default */
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .link-button-wrapper.link-left {
        text-align: left;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .link-button-wrapper.link-center {
        text-align: center;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .link-button-wrapper.link-right {
        text-align: right;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme p.text-left,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme h3.text-left,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme h4.text-left,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .caption.text-left,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .grid-caption.text-left {
        text-align: left;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .caption, /* defaults */
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .grid-caption,

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme p.text-center,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme h3.text-center,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme h4.text-center,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .caption.text-center,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .grid-caption.text-center {
        text-align: center;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme p.text-right,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme h3.text-right,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme h4.text-right,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .caption.text-right,
      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .grid-caption.text-right {
        text-align: right;
      }

      .custom-2b2c80fd-df65-4ceb-803e-2fe487dc2e9f-theme .caption-right .pull-quote {
        right: 3%;
        left: auto;
        margin-left: 0;
        margin-right: 2rem;
      }

      /*----------------------------------

  Sobre

------------------------------------*/
.m20{
margin-bottom: 20px!important;
}
.title1{
    font-family: the-piraglen;
    background: linear-gradient(135deg, rgba(180,136,45,1) 0%,rgba(242,225,133,1) 25%,rgba(180,136,45,1) 50%,rgba(242,225,133,1) 75%,rgba(180,136,45,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3em;
    
}
.title-wrapper{
    position: relative;
   
}
.cuadrotitulo{
    background: pink;
    /* transform: translate(169px, 40px); */
    text-transform: uppercase;
    color: #fff;
    padding: 0px 4px;
    font-family: butler;
    font-size: .8em;
    font-weight: 700;
    position: absolute;
    right: 44px;
    top: 0px;
}
.cuadrotitulo2{
    background: pink;
    /* transform: translate(169px, 40px); */
    text-transform: uppercase;
    color: #fff;
    padding: 0px 4px;
    font-family: butler;
    font-size: .8em;
    font-weight: 700;
    position: absolute;
    right: 22px;
    top: 0px;
}
p.text{
    font-family: playfair-display!important;
    font-size: 1.5em!important;
    color: #494949!important;
}
.text-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
p.text2{
    font-family: louis-george-caf-light;
    font-size: 2em;
}
.fecha{
    background-image: url(../images/mariposas3.png);
    background-size: cover;
    font-family: fecha;
    line-height: 1;
}
h2.title2{
    
    
    background: rgb(217,182,173);
    background: linear-gradient(45deg, rgba(217,182,173,1) 0%, rgba(171,145,138,1) 30%, rgba(199,169,161,1) 75%, rgba(217,182,173,1) 100%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 3em;
}

span.dia{
    font-size: 8em;
    font-weight: 700;
    font-family: butler!important;
    background: linear-gradient(135deg, rgba(180,136,45,1) 0%,rgba(242,225,133,1) 25%,rgba(180,136,45,1) 50%,rgba(242,225,133,1) 75%,rgba(180,136,45,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

span.anio{
    font-size: 5em;
   
    font-family: the-piraglen;
    background: rgb(217,182,173);
    background: linear-gradient(45deg, rgba(217,182,173,1) 0%, rgba(171,145,138,1) 30%, rgba(199,169,161,1) 75%, rgba(217,182,173,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.titulo-iglesia{
    background-image: url(../images/cuadroiglesia.png);
    /* height: 38px; */
    background-size: contain;
    /* border: 3px solid; */
    background-position: center;
}
p.text-iglesia{
    font-family: playfair-display!important;
    padding: 11px 38px;
    /* position: absolute; */

    text-transform: uppercase!important;

    font-size: 1.2em!important;
}
#carta {
    width: 100vw;
    height: 100vh;
    background: #7A66A7;
    background-image: url(../images/bg-esc3.jpg);
    z-index:9999;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    }
    
    .sobre-superior {
    position: absolute;
    z-index:10;
    right: 0;
    left: 0;
    margin: 0 auto;
    }
    
    .con-scroll {
    overflow-y: scroll;
    }
    
    .arriba{
    -moz-transform: translate(0px, -1500px);   
    -webkit-transform: translate(0px, -1500px);   
    -o-transform: translate(0px, -500px);   
    -ms-transform: translate(0px, -1500px);   
    transform: translate(0px, -1500px);   
    transition: all 3s;   
    }
    
    .abajo {
    -moz-transform: translate(0px, 1000px);
    -webkit-transform: translate(0px, 1000px);
    -o-transform: translate(0px, 1000px);
    -ms-transform: translate(0px, 1000px);
    transform: translate(0px, 1000px);
    transition: all 3s;
    }
    
    .desaparecer {
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
    }
    
    @media (max-width: 991px) {
    .titulo-sobre {
    font-family: the-piraglen;
    margin: 0;
    color: #7A66A7;
    position: absolute;
    z-index:11;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.6;
    }
    
    .titulo-sobre-02 {
    font-family: the-piraglen;
    margin: 0;
    color: #7A66A7;
    position: absolute;
    z-index:11;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 24px;
    width:80%;
    }
    
    .boton-sobre {
    font-family: the-piraglen;
    color: #7A66A7;
    position: absolute;
    z-index:12;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 48%;
    font-size: 25px;
    background-color: rgba(255,255,255,0.5);
    width: 150px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    }
    
    .footer-sobre {
      font-family: the-piraglen;
      color: #7A66A7;
      position: absolute;
      z-index:12;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 35%;
      font-size: 25px;
      background-color: rgba(255,255,255,0.5);
      width: 150px;
      height: 35px;
      border-radius: 20px;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      }

    #sobre img {
    
    width: 94.6%;
    
    }
    
      }
    
    @media (min-width: 992px) {
    
    .titulo-sobre {
    
    font-family: the-piraglen;
    
    margin: 0;
    
    color: #7A66A7;
    
    position: absolute;
    
    z-index:11;
    
    right: 0;
    
    left: 0;
    
    margin: 0 auto;
    
  margin-top: 10px;
    
    font-size: 40px;
    
    }
    
    .titulo-sobre-02 {
    
    font-family: the-piraglen;
    
    margin: 0;
    
    color: #7A66A7;
    
    position: absolute;
    
    z-index:11;
    
    right: 0;
    
    left: 0;
    
    margin: 0 auto;
    
  margin-top: 10px;
    
    font-size: 34px;
    
    width:80%;
    
    }
    
    .boton-sobre { 
    font-family: the-piraglen;
    color: #7A66A7;
    position: absolute;
    z-index:12;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 48%;
    font-size: 40px;
    background-color: rgba(255,255,255,0.5);
    width: 200px;
    height: 60px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    }

    .footer-sobre {
      font-family: the-piraglen;
    color: #7A66A7;
    position: absolute;
    z-index:12;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 25%;
    font-size: 40px;
    background-color: rgba(255,255,255,0.5);
    width: 200px;
    height: 60px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
      }
    
    #sobre img {
    
    width: 97.5%;
    
    }
    }
    .audio {
        position: fixed;
        z-index:99999;
        right: 20px;
        bottom: 20px;
        cursor: pointer;
        opacity: 0;
        }
        .aparecer-audio {
        position: fixed;
        z-index:99999;
        right: 20px;
        bottom: 20px;
        cursor: pointer;
        opacity: 1;
        }
        .desaparecer-audio {
        visibility: hidden;
        opacity: 0;
        transition: all 3s;
        position: fixed;
        right: 20px;
        bottom: 20px;
        }
        .pausa01 {
        opacity: 0;
        position: fixed;
        z-index:99999;
        right: 20px;
        bottom: 20px;
        }
        .aparecer-pausa {
        position: fixed;
        z-index:99999;
        right: 20px;
        bottom: 20px;
        cursor: pointer;
        opacity: 1;
        }    


        @media (max-width: 991px) {
         
            .cuadro-07 {
            height: 150px !important;	  
           
            }}