/* BEGIN HOMEPAGE STYLES */
.aboxwrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}
.abox {
  margin: 50px auto 50px auto;
  text-align: center;
}
.aboxhead {
  font-size: 45px;
  font-weight: 900;
  color: #498f86;
  text-align: center;
}
.hlinecolor {
  width: 200px;
  margin: 10px auto;
  height: 1px;
  background-color: #57aba0;
}
.aboxtext {
  color: #4d4d4f;
  font-size: 20px;
}
.inlinebutton {
  color: #27796e;
  font-size: 20px;
}
.catboxes {
  display: flex;
  flex-flow: column;
}
.catwrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.catbox {
  max-width: 420px;
  margin: 0 10px 20px 10px;
}
.catbox img {
  width: 100%;
  height: 100%;
}
.socialFeedWrapper {
  padding: 30px 0;
}
.enewsmodal {
  display: none;
  position: fixed;
  z-index: 1;
  right: -650px;
  bottom: 2.5%;
  max-width: 400px;
  max-height: 400px;
  overflow: auto;
  border-radius: 6px;
  box-shadow: 0 4px 20px 2px #dddddd;
  padding: 20px;
  background-color: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
}

.enmcontent {
  position: relative;
  width: 100%;
}
.enmcontent > .modalhead {
  text-align: center;
}
.modalhead {
  font-weight: 700;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: -10px;
}
.enmcontent > i {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #dddddd;
  cursor: pointer;
}
.enmbody {
  width: 100%;
  padding: 2%;
  color: #4d4d4f;
}
.modalbody {
  text-align: left;
  color: #4d4d4f;
  margin: 10px 20px;
}
.enmform {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#enmemail {
  width: 60%;
}
/* END HOMEPAGE STYLES */
