/* Text Elements */

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

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

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

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

h5 {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
}

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

p.paragraph.paragraph-1 {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph.pFooter {
  color: #fff;
}

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: #ff5000;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Open Sans', 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: #d1abbe;
  box-shadow: none;
  color: #fff;
}

a.link-text.linkEmail {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 320px;
  border-width: .0625rem;
  border-style: solid;
  color: #fff;
}

a.link-text.linkHome {
  margin: 20px auto;
  padding: 12px 20px;
  max-width: 320px;
  border-width: .0625rem;
  border-style: solid;
  background-color: #50767c;
  color: #fff;
}

/* Layout Elements */

body.body-1 {
  background-color: #fff;
}

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

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

.container.divHeader {
  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;
  height: 400px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 100%), url('../images/background-1.webp');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 100%), url('../images/background-1.webp');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 100%), url('../images/background-1.webp');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 100%), url('../images/background-1.webp');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.divEvents {
  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;
  -ms-flex-align: center;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #f8f7f1;

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

.container.divEventsInnerWrap {
  display: grid;
  -ms-flex-align: center;
  padding: 0;

  grid-template-columns: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  justify-items: center;
}

.container.divFooter {
  margin-top: 20px;
  background-color: #50767c;
  background-image: -webkit-linear-gradient(top, rgba(80, 118, 124, .6) 0%, rgba(80, 118, 124, .6) 100%), url('../images/footer.jpg');
  background-image:    -moz-linear-gradient(top, rgba(80, 118, 124, .6) 0%, rgba(80, 118, 124, .6) 100%), url('../images/footer.jpg');
  background-image:      -o-linear-gradient(top, rgba(80, 118, 124, .6) 0%, rgba(80, 118, 124, .6) 100%), url('../images/footer.jpg');
  background-image:         linear-gradient(180deg, rgba(80, 118, 124, .6) 0%, rgba(80, 118, 124, .6) 100%), url('../images/footer.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, right bottom;
  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;
}

.container.divBaseline {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  background-color: #000;

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

.container.divFooterInnerWrap {
  padding: 0;
}

.container.divHeader.thanks {
  height: 600px;
}

.link-container.divLinkHomeHeader {
  display: grid;
  -ms-flex-align: center;

  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  -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;
  justify-items: center;
}

.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.logoHeader {
  margin-bottom: 20px;
  max-width: 150px;
}

div.responsive-picture.picNews {
  border-top: .625rem solid #e4e1cb;
  border-right: .625rem solid #e4e1cb;
  border-bottom: 1.5625rem solid #e4e1cb;
  border-left: .625rem solid #e4e1cb;
  box-shadow: rgba(0, 0, 0, .2) 5px 5px 10px 0;
  -webkit-transform: rotateZ(-5deg);
     -moz-transform: rotateZ(-5deg);
       -o-transform: rotateZ(-5deg);
          transform: rotateZ(-5deg);
}

a.link-button-glyph.social {
  margin-right: .25rem;
}

a.link-button-glyph.facebook {
  background-color: #3b5998;
}

span.glyph-for-button.fa {
  display: inline-block;
  margin-right: .25rem;
  font-size: 16px;
}

a.link-button-glyph.btn.button.facebook.social {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
}

span.link-button-text.text-for-button-link-1 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

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

div.responsive-picture.logoFooter {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 120px;
}

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

  h3 {
    margin-bottom: 30px;
  }

  h3.h3-1 {
    font-size: 32px;
  }

  h4 {
    margin-bottom: 20px;
  }

  h5.heading-1 {
    font-size: 24px;
  }

  p.paragraph.pFooter {
    margin-bottom: 0;
  }

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

  a.link-text.linkEmail {
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  a.link-text.linkHome {
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  /* Layout Elements */

  .container {
    padding: 30px;
  }

  .container.divEvents {
    margin-right: 30px;
    margin-left: 30px;
  }

  .container.divFooter {
    margin-top: 30px;
  }

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

  .container.divFooterInnerWrap {
    display: grid;
    -ms-flex-align: center;

    grid-template-columns: repeat(4 , 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

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

  a.link-button-glyph.btn.button.facebook.social {
    margin-bottom: 0;
  }

  div.responsive-picture.logoFooter {
    margin-bottom: 30px;
  }
}

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

  h3.h3-1 {
    margin-bottom: 50px;
  }

  h4 {
    margin-bottom: 30px;
  }

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

  a.link-text.linkEmail {
    padding-right: 15px;
    padding-left: 15px;
  }

  a.link-text.linkHome {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* Layout Elements */

  .container {
    padding: 60px;
  }

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

    grid-template-columns: auto;
    grid-template-rows: auto;
  }

  .container.divEventsInnerWrap {
    grid-template-columns: repeat(2 , auto);
    grid-column-gap: 40px;
  }

  .container.divFooter {
    margin-top: 60px;
  }

  .container.divBaseline {
    -ms-flex-pack: center;
    text-align: center;

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

  .container.divFooterInnerWrap {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
  }
}