form {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  font-family: var(--gotham-book);
  font-size: 16px;
  line-height: 21px;
  color: #000;
  border: 1px solid #d1d1c7;
  background-color: #e7e8da;
  padding: 14px 12px;
  padding: 0.65em 0.8em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  height: 47px;
}
select {
  background: url(../images/firefox_tweak.png) no-repeat #e7e8da;
  background-position: 96% 50%;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
}
textarea {
  height: 90px;
}
input[type="radio"],
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0 2px;
  vertical-align: middle;
  margin: 0 0 3px;
}
/*input[type="file"] {
  padding: 0px;
  border: 0px;
  width: 38%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  box-sizing: border-box; 
}*/
.Col1, 
.Col2,
.Col3,
.Col4,
.Col5 {
  display: inline-block;
  vertical-align: middle;
  width: 49.7%;
  padding: 4px 5px;
  box-sizing: border-box;
}
.Col1 {
  display: block;
  width: 99.9%;
}
.Col3 {
  width: 33%;
}
.Col4 {
  width: 24.6%;
  /* width: 24.6%; */
}
.Col5 {
  width: 19.4%;
}
/*---- input focus css-----*/
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 8px var(--lightest-green);
  border: 1px solid var(--lightest-green);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/*------ placeholder text color-----*/
::-webkit-input-placeholder {
  color: #000;
  font-family: var(--gotham-book);
  font-size: 15px;
  line-height: 26px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-family: var(--gotham-book);
  font-size: 15px;
  line-height: 26px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-family: var(--gotham-book);
  font-size: 15px;
  line-height: 26px;
}
:-ms-input-placeholder {
  color: #000;
  font-family: var(--gotham-book);
  font-size: 15px;
  line-height: 26px;
}
strong {
  font-weight: 900;
  font-size: 1.0625rem;
}
#Facility{
  background-image: none !important;
  background-position: 96% 50%;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
}