/* Text Elements */

h1 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1;
}

h1.h1-1 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  -webkit-transition-duration: 3s;
     -moz-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
}

h1.h1-1.outofview {
  opacity: 0;
}

h2 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1;
}

h3 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1;
}

h3.heading-1 {
  color: #343434;
}

h4 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1;
}

h4.h4-1 {
  color: #fff;
}

h5.h5-1 {
  text-align: center;
  font-size: 28px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1;
}

p.paragraph {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1;
}

p.paragraph.pHeader {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  -webkit-transition-duration: 5s;
     -moz-transition-duration: 5s;
       -o-transition-duration: 5s;
          transition-duration: 5s;
}

p.paragraph.pFooter {
  color: #247ba0;
  font-size: 20px;
}

p.paragraph.pFooter.white {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
}

p.paragraph.pSmall {
  font-size: 14px;
}

p.paragraph.pSmall.white {
  color: #fff;
  font-size: 18px;
}

p.paragraph.pReview {
  margin-right: auto;
  margin-left: auto;
}

p.paragraph.pReview.small {
  margin-top: 40px;
}

p.paragraph strong.paragraph-text-1 {
  font-style: italic;
}

p.paragraph.pHeader.outofview {
  opacity: 0;
}

span.text-element {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}

span.text-element.textPtnFooter {
  margin-bottom: 0;
  color: #c2c2c2;
  font-size: 14px;
  line-height: 1;
}

a.link-text {
  display: block;
  color: #fde102;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.2;
}

a.link-text.linkButton {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fad319;
  box-shadow: rgba(128, 128, 128, .5) 2px 2px 5px 0;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

a.link-text.close.linkButton {
  margin-top: 0;
  background-color: #fde102;
  box-shadow: none;
  color: #247ba0;
  font-family: 'Quicksand', sans-serif;
}

a.link-text.linkEmail {
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  max-width: 250px;
  width: 100%;
  border-radius: 4px;
  background-color: #fde102;
  color: #247ba0;
}

a.link-text.linkMore {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  max-width: 250px;
  width: 100%;
  border-radius: 4px;
  background-color: #fde102;
  color: #247ba0;
}

a.link-text.linkNavHeader {
  padding: 10px 5px;
  border-radius: 4px;
  background-color: #fde102;
  color: #247ba0;
  font-size: 3vw;
}

/* Layout Elements */

.container {
  position: relative;
  padding: 40px;
}

.container.DivContactFormWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  display: none;
  float: right;
  padding: 30px;
  min-height: 100%;
  background-color: #247ba0;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  text-align: right;
}

.container.divHeader {
  padding: 20px;
  min-height: 470px;
  background-image: url('../images/background.webp');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.divHeaderOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  padding: 30px;
  background-image: -webkit-radial-gradient(rgba(36, 123, 160, .49) 0%, rgba(36, 123, 160, .79) 100%);
  background-image:    -moz-radial-gradient(rgba(36, 123, 160, .49) 0%, rgba(36, 123, 160, .79) 100%);
  background-image:      -o-radial-gradient(rgba(36, 123, 160, .49) 0%, rgba(36, 123, 160, .79) 100%);
  background-image:         radial-gradient(rgba(36, 123, 160, .49) 0%, rgba(36, 123, 160, .79) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.divFooter {
  display: grid;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 300px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%), url('../images/background2.webp');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%), url('../images/background2.webp');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%), url('../images/background2.webp');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 100%), url('../images/background2.webp');
  background-attachment: scroll, scroll;
  background-position: left top, left center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  grid-auto-flow: row;
  grid-template-columns: auto;
  grid-template-rows: repeat(5 , auto);
  grid-row-gap: 10px;
  justify-items: center;
  background-blend-mode: normal, normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.divBaseline {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #00354b;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.divOther {
  background-color: rgba(36, 123, 160, .1);
  background-image: -webkit-linear-gradient(top, rgba(68, 155, 0, .49) 0%, rgba(36, 123, 160, .49) 100%), url('../images/garden.webp');
  background-image:    -moz-linear-gradient(top, rgba(68, 155, 0, .49) 0%, rgba(36, 123, 160, .49) 100%), url('../images/garden.webp');
  background-image:      -o-linear-gradient(top, rgba(68, 155, 0, .49) 0%, rgba(36, 123, 160, .49) 100%), url('../images/garden.webp');
  background-image:         linear-gradient(180deg, rgba(68, 155, 0, .49) 0%, rgba(36, 123, 160, .49) 100%), url('../images/garden.webp');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.container.divReviews.divSlider {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%), url('../images/logo.svg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%), url('../images/logo.svg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%), url('../images/logo.svg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%), url('../images/logo.svg');
  background-attachment: scroll, scroll;
  background-position: left top, -10vw -10vw;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  grid-template-rows: repeat(3 , auto);
  grid-template-columns: auto;
  grid-auto-flow: column;
}

.container.divReviewsWrap {
  padding: 0;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.navWrapper {
  display: grid;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 600px;

  grid-row-gap: 3px;
  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: repeat(2 , auto);
  grid-column-gap: 3px;
}

.container.footerLinksWrap {
  display: grid;
  padding: 0;

  grid-row-gap: 5px;
  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
}

.container.about.divHeader {
  background-image: url('../images/background2.webp');
}

.container.divHeader.sanctuary {
  background-image: url('../images/garden.webp');
}

.container.divHeaderOverlay.garden {
  background-image: -webkit-linear-gradient(top, rgba(68, 155, 0, .49) 0%, rgba(36, 123, 160, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(68, 155, 0, .49) 0%, rgba(36, 123, 160, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(68, 155, 0, .49) 0%, rgba(36, 123, 160, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(68, 155, 0, .49) 0%, rgba(36, 123, 160, 0) 100%);
}

.container.divHeader.thanks {
  background-image: url('../images/background3.webp');
}

.container.divHeaderOverlay.outofview {
  opacity: 0;
}

.link-container.linkDivHeaderHome {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;

  justify-items: center;
  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
  grid-column-gap: 0;
  grid-row-gap: 20px;
}

.link-container {
  position: relative;
}

.link-container.divLinkPtn {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 300px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.html-element {
  margin-bottom: 0;
}

div.responsive-picture.picLogo {
  max-width: 130px;
}

div.responsive-picture.ptnLogoFooter {
  margin-right: 10px;
  max-width: 25px;
}

a.responsive-picture.picLinkSocial {
  margin-top: -10px;
  margin-bottom: 10px;
  max-width: 60px;
  border-radius: 500px;
  background-image: -webkit-radial-gradient(rgba(36, 123, 160, .79) 0%, rgba(36, 123, 160, .49) 100%);
  background-image:    -moz-radial-gradient(rgba(36, 123, 160, .79) 0%, rgba(36, 123, 160, .49) 100%);
  background-image:      -o-radial-gradient(rgba(36, 123, 160, .79) 0%, rgba(36, 123, 160, .49) 100%);
  background-image:         radial-gradient(rgba(36, 123, 160, .79) 0%, rgba(36, 123, 160, .49) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.rule.rule1 {
  margin: 25px auto;
  width: 80%;
}

div.responsive-picture.picAbout {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 300px;
  box-shadow: rgba(52, 52, 52, .2) 5px 5px 3px 0;
  -webkit-transform: rotateZ(2deg);
     -moz-transform: rotateZ(2deg);
       -o-transform: rotateZ(2deg);
          transform: rotateZ(2deg);
}

div.responsive-picture.picLogo.outofview {
  opacity: 0;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.linkButton {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  a.link-text.linkNavHeader {
    padding: 15px 20px;
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fde102;
    font-size: 18px;
  }

  a.link-text.linkNavHeader:hover {
    margin-top: -4px;
    border-bottom: .25rem solid #fde102;
  }

  /* Layout Elements */

  .container.divBaseline {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.navWrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: grid;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 30px;
    max-width: none;
    width: 100%;

    grid-template-columns: repeat(4 , auto);
    grid-template-rows: auto;
    grid-column-gap: 2px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.divHeaderOverlay {
    padding-bottom: 60px;
  }

  .container.footerLinksWrap {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
    grid-column-gap: 5px;
  }

  .html-element {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
  }

  p.paragraph.pReview {
    max-width: none;
  }

  a.link-text.linkButton {
    right: 40px;
  }

  /* Layout Elements */

  .container {
    padding: 60px;
  }

  .container.divReviews.divSlider {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.divReviewsWrap {
    background-image: -webkit-linear-gradient(left, rgba(253, 225, 2, .59) 0%, rgba(255, 255, 255, 1) 100%), url('../images/logo.svg');
    background-image:    -moz-linear-gradient(left, rgba(253, 225, 2, .59) 0%, rgba(255, 255, 255, 1) 100%), url('../images/logo.svg');
    background-image:      -o-linear-gradient(left, rgba(253, 225, 2, .59) 0%, rgba(255, 255, 255, 1) 100%), url('../images/logo.svg');
    background-image:         linear-gradient(90deg, rgba(253, 225, 2, .59) 0%, rgba(255, 255, 255, 1) 100%), url('../images/logo.svg');
    background-attachment: scroll, scroll;
    background-position: left top, -2vw 2vw;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }
}