form {
  font-family: 'Raleway';
}
form label {
  color: #000;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
form .nf-form-fields-required {
  display: none;
}
form input,
form select,
form textarea {
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: rgba(186,185,175,0.5);
  font-size: 1.4rem;
  padding: 1rem;
  color: #000;
  transition: border 0.2s ease-in;
}
form input:hover,
form select:hover,
form textarea:hover {
  border-color: #968c64;
  transition-duration: 0.3s;
}
form input[type="button"],
form select[type="button"],
form textarea[type="button"] {
  text-transform: uppercase;
  background-color: #fff;
  color: #bab9af;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'EB Garamond';
  float: right;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: border 0.2s ease-in, color 0.2s ease-in;
}
@media only screen and (max-width: 800px) {
  form input[type="button"],
  form select[type="button"],
  form textarea[type="button"] {
    min-width: 100%;
  }
}
form input[type="button"]:hover,
form select[type="button"]:hover,
form textarea[type="button"]:hover {
  border-color: #968c64;
  color: #968c64;
  transition-duration: 0.3s;
}
footer {
  background-color: #2f3e44;
  color: #fff;
  position: relative;
}
footer .content {
  margin: 0 auto;
  max-width: 1020px;
  padding: 80px 0 20px 0;
}
footer .content .columns {
  overflow: hidden;
  margin-top: 20px;
}
footer .content .columns .column {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
footer .content .columns .column::after {
  content: '';
  display: table;
  clear: both;
}
footer .content .columns .column:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
footer .content .columns .column:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
footer .content .columns .column:nth-child(3n + 1) {
  clear: both;
}
footer .content .columns .column p {
  font-size: 1.3rem;
}
footer .content .columns .column p a {
  color: #fff;
}
footer .content .columns .column h5 + p {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 800px) {
  footer .content .columns .column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 15px;
  }
  footer .content .columns .column::after {
    content: '';
    display: table;
    clear: both;
  }
  footer .content .columns .column:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  footer .content .columns .column:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  footer .content .columns .column:nth-child(1n + 1) {
    clear: both;
  }
}
footer .copyright {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 4rem auto 2rem;
  max-width: 1020px;
}
@media only screen and (max-width: 800px) {
  footer .content {
    padding: 45px 0 10px 0;
  }
  footer .copyright {
    margin: 2rem auto 0;
  }
}
.page-contact footer {
  background-color: #fff;
  color: #626264;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(186,185,175,0.1);
}
.page-contact footer .content,
.page-contact footer .label {
  display: none;
}
.page-contact footer .copyright {
  margin-top: 10px;
  margin-bottom: 0;
}
.page-contact .media_and_content:last-child .label {
  height: 80%;
}
.page-contact .media_and_content:last-child .label:after {
  top: 0;
}
.newsletter {
  text-align: center;
  padding: 8rem 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsletter form {
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 3rem;
}
.newsletter form::after {
  content: '';
  display: table;
  clear: both;
}
.newsletter form > * {
  float: left;
  margin: 0;
  height: 4rem;
}
.newsletter form input[type="text"] {
  width: 75%;
  border: none;
  background-color: #bce0fd;
  text-indent: 3rem;
  height: 4rem;
}
.newsletter form input[type="text"]::placeholder {
  color: #fff;
  text-indent: 3rem;
  font-size: 1.4rem;
  line-height: 4rem;
  height: 4rem;
}
.newsletter form input[type="submit"] {
  width: 25%;
  cursor: pointer;
}

