.footer {
  width: 100%;
  background: white;
  position: relative;
  z-index: 1000;
}
.footer .footer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid var(--black);
  margin-bottom: -2px;
}
.footer .footer-container .footer-item--wrapper {
  display: flex;
  flex: 1;
}
.footer .footer-container .footer-item--wrapper .footer-item--link-wrapper {
  display: flex;
  flex: 1;
  box-sizing: border-box;
  border-left: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  margin-bottom: -2px;
}
@media only screen and (max-width: 992px) and (orientation: portrait) {
  .footer .footer-container .footer-item--wrapper .footer-item--link-wrapper {
    border-top: 2px solid var(--black);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .footer .footer-container .footer-item--wrapper .footer-item--link-wrapper {
    border-left: none;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .footer .footer-container .footer-item--wrapper .footer-item--link-wrapper {
    border-left: none;
    margin-left: 0px;
  }
}
.footer .footer-container .footer-item--wrapper .footer-item--link-wrapper__br {
  border-right: 2px solid var(--black);
}
@media only screen and (max-width: 992px) and (orientation: portrait) {
  .footer .footer-container .footer-item--wrapper .footer-item--link-wrapper__br {
    border-right: none;
  }
}
.footer .footer-container .footer-item--wrapper .footer-item--link-wrapper:hover {
  background: var(--primary);
}
.footer .footer-container .footer-item--wrapper .footer-item--link-wrapper:hover .footer-item__label {
  color: var(--secondary);
}
.footer .footer-container .footer-item--wrapper .footer-item--link-wrapper:hover .footer-item__icon {
  transform: rotate(45deg);
  stroke: var(--primary);
}
.footer .footer-container .footer-item__icon {
  stroke: var(--black);
  stroke-linejoin: round;
  stroke-width: 2;
  transform: rotate(0deg);
  transition: 0.2s;
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .footer .footer-container .footer-item__icon {
    stroke: var(--white);
  }
}
.footer .footer-container #back-to-top {
  display: block;
  position: relative;
  /*border: 2px solid black;*/
  cursor: pointer;
  transform: rotate(0deg);
}
.footer .footer-container #back-to-top:hover {
  border-color: var(--primary);
}
.footer .footer-container #back-to-top svg {
  transform: rotate(0deg);
  transition: 0.2s;
}
.footer .footer-container #back-to-top:hover svg {
  stroke: var(--primary);
  transform: rotate(-45deg);
  transition: 0.2s;
}
/* New Footer Styles */
#shortcode-566-112425 {
  padding: 0 10px;
}
#shortcode-566-112425 form {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#shortcode-566-112425 form div {
  display: flex;
}
#shortcode-566-112425 form .gform_body, #shortcode-566-112425 form .gform_body div {
  flex: 1;
}
#shortcode-566-112425 form div.gfield--type-captcha {
  display: none;
}
#shortcode-566-112425 input {
  font-family: Oswald;
  font-size: 18px;
  min-width: 0;
}
#shortcode-566-112425 input[type=email] {
  width: 100%;
}
#code_block-531-112425 {
  white-space: unset !important;
  text-align: center;
}
@media (max-width: 500px) {
  #shortcode-566-112425 form {
    display: block;
  }
  #shortcode-566-112425 form div, #shortcode-566-112425 form input {
    width: 100%;
  }
}
