@charset "UTF-8";
/*set footer color*/
#preFooterBlock {
  /*Local Variables*/
  --backgroundColor:var(--color-charcoal);
  --backgroundColorOverlay:hsl(0 0% 14% / .75);
  --backgroundHeaderColor:var(--color-charcoal);
  --backgroundImage:var(--color-gray) url(../../assets/backgrounds/background-contact-2000x1259.jpg) top center / cover fixed;
  --buttonBackgroundColor: var(--color-yellow);
  /*165° less than --backgroundColor*/
  --buttonColor: var(--color-charcoal);
  /*165° less than --backgroundColor*/
  --labelColor: var(--color-yellow);
  /*165° less than --backgroundColor*/
  --textColor:#fff;
  --text-shadow:1px 1px 1px rgba(0,0,0,.65);
  /*End Local Variables*/
  color: var(--textColor);
  /*Contact Full Screen Styles*/
  /*End Contact Full Screen Styles*/
  /*Contact Page Styles*/
  /*End Contact Page Styles*/
}
#preFooterBlock a.preFooter-fullScreen-close {
  color: var(--labelColor);
  display: none;
  font-size: 1.9487rem;
  padding: 0.25rem 0.5rem;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  top: 1rem;
  z-index: 10;
}
#preFooterBlock .contactSection {
  background: var(--backgroundHeaderColor);
  background-size: cover;
  border-top: 2px solid var(--labelColor);
  padding: 1rem 0;
  text-align: center;
  text-shadow: var(--text-shadow);
}
#preFooterBlock .contactSection h2 {
  color: var(--labelColor);
  margin: 0;
}
#preFooterBlock .visibleContentRow {
  background: var(--backgroundImage);
  background-size: cover;
  border-bottom: 2px solid var(--labelColor);
  border-top: 2px solid var(--labelColor);
  min-height: 400px;
  padding: 2rem 0;
  position: relative;
  text-shadow: var(--text-shadow);
  z-index: 1;
}
#preFooterBlock .visibleContentRow::before {
  background: var(--backgroundColorOverlay);
  bottom: 0;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
#preFooterBlock .visibleContentRow .introSection .contentSectionContent {
  font-size: 1.2rem;
  margin: auto;
  max-width: 800px;
  padding-bottom: 2rem;
  text-align: center;
}
#preFooterBlock .visibleContentRow .introSection .contentSectionContent > :first-child {
  margin-top: 0;
}
#preFooterBlock .visibleContentRow .introSection .contentSectionContent > :last-child {
  margin-bottom: 0;
}
#preFooterBlock .visibleContentRow .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div {
  align-items: flex-start;
  display: flex;
  margin-bottom: 1.5rem;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div:last-child {
  margin-bottom: 0;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div > i {
  color: var(--labelColor);
  font-size: 2.8531rem;
  margin-right: 0.5rem;
  text-align: center;
  width: 70px;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer > :first-child {
  color: var(--labelColor);
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer .followDiv {
  display: flex;
  margin: 0 -0.25rem -0.5rem;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer .followDiv > * {
  margin: 0 0.25rem 0.5rem;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer .followDiv > * i {
  font-size: 1.9487rem;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer a, #preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer a:visited {
  color: white;
  font-size: 1.331rem;
  text-decoration: none;
}
#preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer a:hover, #preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer a:active, #preFooterBlock .visibleContentRow .container .contactCallContainer > div .contactCallInfoContainer a:focus {
  color: var(--textColor);
  text-decoration: underline;
}
#preFooterBlock .visibleContentRow .formSection .contentBlock {
  text-align: center;
}
#preFooterBlock .visibleContentRow .formSection .contactTable > .required {
  display: none;
}
#preFooterBlock .visibleContentRow .formSection form {
  display: inline-block;
}
#preFooterBlock .visibleContentRow .formSection form legend {
  display: none;
}
#preFooterBlock .visibleContentRow .formSection form fieldset {
  border: none;
  margin-bottom: 0 !important;
  padding: 0;
  text-align: left;
}
#preFooterBlock .visibleContentRow .formSection form label {
  color: var(--labelColor);
}
#preFooterBlock .visibleContentRow .formSection form button {
  background: var(--buttonBackgroundColor) !important;
  border-color: var(--buttonBackgroundColor) !important;
  border-radius: 100rem;
  color: var(--buttonColor) !important;
  font-weight: 700;
}
#preFooterBlock .visibleContentRow .formSection form button:hover {
  background: white !important;
  color: var(--buttonColor) !important;
  text-shadow: none;
}
#preFooterBlock .popupContentRow {
  display: none;
  margin: 2rem auto;
  text-align: center;
}
#preFooterBlock .popupContentRow .profileImageSection .profile {
  align-items: flex-end;
  display: flex;
}
#preFooterBlock .popupContentRow .profileImageSection .profile img {
  border-radius: 100rem;
  height: auto;
  margin-right: 0.5rem;
  max-width: 300px;
  width: 50%;
}
@media screen and (max-width: 650px) {
  #preFooterBlock .callFaxFollowSection {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 651px) {
  #preFooterBlock .visibleContentRow .container {
    display: flex;
    justify-content: center;
    /*margin:0 -1rem;*/
  }
  #preFooterBlock .visibleContentRow .container > * {
    margin: 0 1rem;
  }
  #preFooterBlock .visibleContentRow .container > * .contentBlock {
    padding: 0;
    width: 100%;
  }
  #preFooterBlock .popupContentRow .mapSection > div > div > p > div {
    padding-top: 50% !important;
  }
}
@media screen and (min-width: 975px) {
  #preFooterBlock .mapSection > div > div > p > div {
    padding-top: 33% !important;
  }
}
#preFooterBlock.preFooter-fullScreen {
  background: var(--backgroundColor);
  border: 0;
  inset: 0;
  overflow-y: scroll;
  position: fixed;
  z-index: var(--z-index-top);
}
#preFooterBlock.preFooter-fullScreen .preFooter-fullScreen-close {
  display: block;
}
#preFooterBlock.preFooter-fullScreen .popupContentRow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
#preFooterBlock.preFooter-fullScreen .popupContentRow > * {
  width: 100%;
}
@media screen and (min-width: 651px) {
  #preFooterBlock.preFooter-fullScreen .popupContentRow > *.profileImageSection {
    flex: 1 1 0;
  }
  #preFooterBlock.preFooter-fullScreen .popupContentRow > *.mapSection {
    width: min(50%, 500px);
  }
}
#preFooterBlock.preFooter-page .popupContentRow {
  display: block;
}
/*# sourceMappingURL=contact.css.map */