* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  line-height: 1.5;
}

a {
  color: #ea7125;
  text-decoration: none;
}

img {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  overflow: hidden;
}
/* #g-navigation{
    height:5rem;
    margin:0 auto;
    width:100%;

  } */
.abouthead {
  font-size: 3rem !important;
  color: #000;
  line-height: 0.84211;
  font-weight: normal;
  margin-top: 2rem !important;
}
.aboutsubhead {
  color: #000;
  font-weight: normal;
  padding-top: 2rem;
}
.aboutimage {
  width: 100%;
  height: auto !important;
}
.imageperson {
  float: left !important;
  margin: 10px;
  width: 161px !important;
  height: 173px !important;
}
.aboutpara {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1.5rem !important;
}
#aboutpara {
  margin-top: 1.2rem !important;
}
.aboutmap {
  width: 1136px !important;
  height: 582px !important;
}
.aboutul {
  padding-left: 24px;
  margin-top: 0px;
}
.aboutul a {
  color: #ea7125;
  font-size: 1.2rem;
}
.aboutul a:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .abouthead {
    font-size: 2.5rem !important;
  }
  .aboutmap {
    max-width: 100% !important;
    height: auto !important;
    border: 0;
  }
}
@media (max-width: 900px) {
  .abouthead {
    font-size: 1.8rem !important;
  }
}

#g-navigation
  .g-main-nav
  .g-toplevel
  > li
  > .g-menu-item-container
  .g-menu-parent-indicator:after {
  content: "";
  opacity: 0.75;
  width: 1rem;
}
