#customPageTitle {
    display: none
}

#headerDummy.headerIndex {
    height: 0
}

.customPageCenteredContent {
    width: 100% !important;
    min-width: 0;
    margin-top: 0
}

.contactInput::-webkit-input-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: #797979
}

.textCustom {
    line-height: var(--base-line-height);
    font-size: 15px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

textarea {
    resize: none;
    height: 170px;
    width: 100%;
    border: none;
    height: 12rem !important;
    border-radius: 4px;
    padding-left: 15px;
    color: var(--base);
    padding-top: 15px;
    margin-top: 15px;
    background-color: #F5F5F5
}

textarea::placeholder {
    color: var(-base)7d
}

.newsletterTitle {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 50px;
    height: auto;
    font-family: 'Futura';
    font-weight: 400;
    font-size: 24px;
}

.areasTitle {
    position: relative;
    margin: auto;
    margin-left: 0;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    font-family: "Galliard";
    border-bottom: 1px solid black;
}

.newsletterContainer {
    width: 50%;
    margin: auto;
}
.areasContainer select {
    position: relative;
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    color: #801a2e;
    height: 35px;
    font-family: "Galliard";
    background-image: url(/files/triangle.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.contactForm {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.contactForm contactFormInput {
      position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  color: black;
  border-radius: 0;
  text-align: center;
  height: 45px;
  text-indent: 15px;
  font-size: 16px;
  font-family: "Galliard";
}
.contactForm .sendContact {
    width: 100%;
}
.contactFormInput {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  color: black;
  border-radius: 0;
  height: 45px;
  font-size: 15px;
  text-align: left;
  text-indent: 0;
  font-family: "Galliard" !important;
}
@media screen and (min-width: 769px) and (max-width:1105px) {
    #content {
        min-width: unset
    }
}

@media screen and (max-width: 1100px) {
   .newsletterContainer {
    width: 85%;
    margin: auto;
    }
}