/* GetInTouchField */
.mod-custom.custom.getintouch{
  width:66%;
  max-width: 1100px;
}

.mod-custom.custom.getintouch section{
  display:flex;
  flex-direction:row;
}



.getInTouch {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  margin:157px auto 0px auto;
}
.getInTouch__intro {
  text-align: left;
  font-weight: 100;
  font-size: 1rem;
  margin-bottom: 1.75rem;
  color: #B30000;
  align-self: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.getInTouch__item {
  transition: top 0.15s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0 0.25em;
  top: 0;
  padding-left: 0;
  height: 50px;
  transition: margin 0.25s ease-in-out;
}
.getInTouch__item:hover, .getInTouch__item:focus {
  margin: 0 calc(0.25em - 1.5px);
  transition: margin 0.25s ease-in-out;
}
.getInTouch__itemLink {
  font-size: 36px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.getInTouch__itemLink svg {
  height: 30px;
  width: auto;
  transition: height 0.25s ease-in-out;
}
.getInTouch__itemLink:focus svg, .getInTouch__itemLink:hover svg {
  height: 46px;
  transition: height 0.25s ease-in-out;
}

@media (max-width: 768.98px) {
  .mod-custom.custom.getintouch section {
    display:flex;
    flex-direction:column;
  }

  .mod-custom.custom.getintouch {
    width:100%;
    max-width: 1100px;
  }

  .getInTouch {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
    margin:25px auto 0px auto;
  }

  .getInTouch__intro {
    text-align: center;
    font-weight: 100;
    font-size: 1rem;
    margin-bottom: 1.75rem;
    color: #B30000;
    align-self: center;
    margin-top: 10px;
    /*! margin-bottom: 50px; */
  }
}


/*# sourceMappingURL=getintouch.css.map */