.admin-bar header {
  top: 32px;
}

/* client change */
img {
  max-width: 100%;
  height: auto;
}
.relative {
  position: relative;
}
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.contact-page .contact-form {
  margin-left: 4rem;
}

.dollar {
  background: #84ba9b;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 500;
  font-family: "Proxima-nova", sans-serif;
}

.banner {
  position: relative;
}

.graident {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(
    to bottom left,
    transparent,
    rgba(0, 0, 0, 0.7)
  );
}

/* end client change */

#gform_wrapper_3 .gform_body ul li label {
  display: inline-block;
  margin: 1rem 0 0.5rem 0;
}
#gform_wrapper_3 .gform_body ul li input[type="text"],
#gform_wrapper_3 .gform_body ul li textarea,
#gform_wrapper_3 .gform_body ul li select {
  background: #f1efee;
  padding: 1rem;
  border: none;
  border-radius: 4px;
}

#gform_wrapper_3 .gform_body ul li .ginput_container_select:after {
  right: 10px;
}

#gform_wrapper_3 .gform_body ul li {
  margin: 0;
}

#gform_wrapper_3 .gform_body ul #field_3_14,
#gform_wrapper_3 .gform_body ul #field_3_15,
#gform_wrapper_3 .gform_body ul #field_3_17,
#gform_wrapper_3 .gform_body ul #field_3_18,
#gform_wrapper_3 .gform_body ul #field_3_19,
#gform_wrapper_3 .gform_body ul #field_3_20,
#gform_wrapper_3 .gform_body ul #field_3_21,
#gform_wrapper_3 .gform_body ul #field_3_22,
#gform_wrapper_3 .gform_body ul #field_3_8 {
  width: 100%;
  flex: 0 0 100%;
}
.clear-multi {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#gform_wrapper_3 .gform_body ul #field_3_8 .clear-multi div {
  width: 31%;
}
#gform_wrapper_3 .gform_body ul #field_3_8 .clear-multi label {
  font-size: 10px;
}

#gform_wrapper_3 .gform_body ul .gfield_radio {
  justify-content: flex-start;
}
#gform_wrapper_3 .gform_body ul .gfield_radio label {
  font-size: 1.8rem;
  margin: 0 3rem 0 0;
  line-height: 1;
}

#gform_wrapper_3 .gform_body ul.gfield_radio li {
  flex: none;
  align-items: center;
  justify-content: flex-start;
}

#gform_wrapper_3 .gform_body ul input[type="radio"] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin: 1rem 1rem 0 0;
  width: auto !important;
}

#gform_wrapper_3 .gform_body ul input[type="radio"]:checked:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

#gform_wrapper_3 .gform_body ul input[type="radio"]:checked {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1),
    inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#gform_wrapper_3 .gform_body ul input[type="radio"]:active,
#gform_wrapper_3 .gform_body ul input[type="radio"]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

form .gform_body ul li .ginput_container_select:after {
  pointer-events: none;
}

form
  .gform_body
  ul
  li
  .ginput_container_checkbox
  ul
  li
  input[type="checkbox"]:checked
  + label:before {
  content: "\2714";
  line-height: 0.8;
  text-indent: 3px;
  color: whitesmoke;
}

/*  */

a.anchor {
  display: block;
  opacity: 1;
  transition: all 0.2s ease;
  z-index: 99;
  width: 100%;
  height: 15px;
  text-align: right;
  margin: 0 0 15px 0;
  position: relative;
  top: -10px;
  cursor: context-menu;
}
a.anchor:before {
  content: url(internal-link.svg);
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
}
.token {
  display: none;
}
.copied {
  opacity: 0;
  position: absolute;
  right: 40px;
  top: 8px;
  color: green;
  font-size: 11px;
  transition: all 0.2s ease;
}
.copied.done {
  opacity: 1;
}

.page-links .page-link {
  position: relative;
  overflow: hidden;
}
.page-links .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
}

@media screen and (max-width: 500px) {
  .banner.home-banner .section-signup {
    height: 13rem;
  }
  .banner.home-banner .section-signup h4 {
    font-size: 1.8em;
  }
  .banner.home-banner .section-signup.form-active {
    height: auto;
    width: auto;
  }

  .banner.home-banner .section-signup.form-active .signup-open {
    display: none;
  }
  .banner.home-banner .section-signup.form-active .gform_wrapper,
  .banner.home-banner .section-signup .gform_wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;

    width: 100%;
  }
  .banner.home-banner .signup-banner form .gform_body ul {
    align-items: center;
    flex-direction: column;
    box-shadow: none;
  }

  .banner.home-banner .signup-banner form .gform_body ul li input {
    padding: 1.5rem 2rem;
    border: none;
    border-bottom: 0.5px solid #84ba9b;
  }
}

.post-navigation {
  background-color: #f27928;
}

.page-links .page-link {
  height: 380px;
}
@media screen and (max-width: 1300px) {
  .page-links .page-link {
    height: 350px;
  }
}
@media screen and (max-width: 1150px) {
  .page-links .page-link {
    height: 400px;
  }
}
@media screen and (max-width: 1020px) {
  .page-links .page-link {
    height: auto;
  }
}
