.mt {
    margin-top: 1em !important;
}

.ml {
  margin-left: 1em !important;
}

.centerText {
  text-align: center;
}

.hidden {
    display: none !important;
}

.blackText {
  color: black;
}

.whiteText {
  color: white;
}

.adrPittograms {
  width: 100%;
}

.reducePadding {
  padding-top: 2em !important;
  padding-bottom: 5em;
}

.flexCenter {
  justify-content: center;
}

.imgCoverDiv {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.imgCoverDivNoCrop {
  width: 100%;
  object-fit: scale-down;
  height: 100%;
  max-width: 100%;
}

.imgContainDiv {
  width: 100%;
  object-fit: contain !important;
  height: 100%;
}

form input[type="date"] {
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-appearance: none;
    display: block;
    border: 0;
    background: #eee;
    box-shadow: inset 0px 0px 1px 0px #a0a1a7;
    border-radius: 0.35em;
    width: 100%;
    padding: 0.75em 1em 0.75em 1em;
}

form input[type="tel"] {
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-appearance: none;
  display: block;
  border: 0;
  background: #eee;
  box-shadow: inset 0px 0px 1px 0px #a0a1a7;
  border-radius: 0.35em;
  width: 100%;
  padding: 0.75em 1em 0.75em 1em;
}

form input[type="date"]:focus {
    background: #f8f8f8;
}

form input[type="date"] {
    line-height: 1em;
}

input[type="checkbox"] {
  height: 25px;
  width: 25px;
  appearance: checkbox;
}

.banner {
  border-style: solid;
  border: black;
  border-width: 0.5em;
  margin-bottom: 10em;
} 