.ejd-white-box {
  background-color: #0093b4;
  box-shadow: 0 0 10px #c0c0c0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
  min-height: 200px;
  padding: 25px 20px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .ejd-white-box {
    min-height: 225px;
  }
}
.ejd-white-box a {
  color: #ffffff !important;
}
.ejd-white-box .smaller {
  font-size: 12px;
  font-weight: normal;
  padding-top: 39px;
  line-height: normal;
}
.ejd-white-box .inputlabel {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ejd-white-box input[type=text] {
  width: 70px;
  height: 20px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
}

.ejd-white-box.register,
.ejd-white-box.individual,
.ejd-white-box.group {
  position: relative;
}

.ejd-white-box.modify-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background-color: #aeadad;
}

.ejd-white-box.modify-box a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff !important;
}

.ejd-white-box.special-box {
  min-height: 110px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.ejd-white-box.admin-box {
  min-height: 80px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.ejd-white-box i.fa {
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

input[type=submit].ejd {
  background: #0093b4;
}
input[type=submit].ejd:hover {
  background: rgb(0, 188.65, 231);
}

.nav .nav-ejd > a:hover {
  background: #0093b4 !important;
  color: #ffffff;
}

.ejd-link {
  color: #0093b4 !important;
}

#modalWrap {
  /* The div that shows/hides. */
  display: none;
  /* starts out hidden */
  z-index: 40001;
  /* High z-index to ensure it appears above all content */
}

.modalOverlay {
  /* Shades out background when selector is active */
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  /* Sets opacity so it's partly transparent */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE transparency */
  filter: alpha(opacity=50);
  /* More IE transparency */
  z-index: 40001;
}

.vertical-offset {
  /* Fixed position to provide the vertical offset */
  position: fixed;
  top: 40%;
  width: 100%;
  z-index: 40002;
  /* ensures box appears above overlay */
}

.modal {
  /* The actual box, centered in the fixed-position div */
  max-width: 550px;
  /* Whatever width you want the box to be */
  position: relative;
  margin: 0 auto;
  /* Everything below is just visual styling */
  background-color: white;
  padding: 20px 20px 0 20px;
  border: 1px solid black;
}

#closeModal {
  position: absolute;
  top: -12px;
  /* Half the icon's height */
  right: -12px;
  /* half the icon's width */
  z-index: 50;
}

.row {
  width: 1024px;
}

body,
p,
td,
span,
div,
li,
table tbody tr td,
table tr td {
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
}

ul,
ol,
li {
  list-style-position: inside;
}

label,
div.alert-box {
  font-size: 14px;
}

table {
  background: none;
  border: 0px;
  border-collapse: collapse;
  margin-bottom: 0;
}

div#content table tr {
  background: none !important;
}
div#content table td {
  background: none;
}

h1 {
  color: #5f6062;
  font-family: helvetica, arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

h2 {
  color: #5f6062;
  font-family: helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

h3 {
  color: #5f6062;
  font-family: helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-top: 24px;
}

.row.messaging {
  margin-bottom: 5px; 
  display: flex; 
  justify-content: center;
}

.messaging {
  text-align: center
}

div#content {
  padding: 20px 20px 20px 20px;
  background: none repeat scroll 0 0 white;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px #dddddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
div#content a {
  color: #cd1126;
}
div#content a:hover {
  color: rgb(236.8513513514, 36.1486486486, 58.5675675676);
  text-decoration: none;
}
div#content a.landingButton {
  display: block;
  background: #ededed;
  margin: 20px 0;
  padding: 50px 40px 60px 40px;
  text-align: center;
  color: #5f6062;
  font-size: 22px;
  font-family: "MyriadPro", sans-serif;
  letter-spacing: 1px;
  line-height: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
}
div#content a.landingButton:hover {
  background: #aeadad;
  text-decoration: none;
}
div#content a.landingButton p.smaller {
  font-size: 16px;
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.25em;
}

.error {
  color: #ff0000;
}

.row.landingSection {
  margin-top: 40px;
}

input[type=button],
input[type=submit],
input[type=reset],
button,
.button,
#content a.button {
  color: #ffffff;
  background: #cd1126;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 5px 0 5px 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
  cursor: pointer;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover,
#content a.button:hover {
  background: rgb(236.8513513514, 36.1486486486, 58.5675675676);
  text-decoration: none;
  cursor: pointer;
}

.white-box {
  background-color: #cd1126;
  box-shadow: 0 0 10px #c0c0c0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
  min-height: 205px;
  padding: 25px 20px 5px;
  width: 100%;
}
.white-box:hover {
  text-decoration: none;
}
.white-box a {
  color: #ffffff !important;
}
.white-box .smaller {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  padding-top: 40px;
}
.white-box .inputlabel {
  margin: 10px 0;
}
.white-box input[type=text] {
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 70px;
}

#indivSubmit,
#groupSubmit {
  background: #ffffff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  box-shadow: none;
  padding: 3px 10px;
  vertical-align: top;
  margin-left: 5px;
}
#indivSubmit:hover,
#groupSubmit:hover {
  background: #f9f9f9;
}

.white-box.register,
.white-box.individual,
.white-box.group {
  position: relative;
}

.modify-box {
  align-items: center;
  background-color: #aeadad;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  min-height: 100px;
  padding: 20px;
  text-align: center;
}
.modify-box a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none;
}
.modify-box a:hover {
  text-decoration: none;
}

.white-box.special-box {
  min-height: 110px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.white-box.admin-box {
  min-height: 80px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.white-box i.fa {
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

i.fa.fa-phone {
  color: #999999;
  font-size: 7em;
  padding-right: 20px;
  margin-left: 1px;
  float: left;
}

i.fa.fa-phone.greenphone {
  color: #9ecd47;
}

table.maptable tbody tr td p {
  display: none;
}

/* NAV overrides */
.nav {
  background: #090909;
}
.nav .nav-item a {
  background: #090909;
  padding: 10px 16.9px;
}
.nav .nav-item > a:hover {
  background: #cd1126;
  color: #ffffff;
}

.descriptiontable {
  width: 100%;
}

.descriptiontable tbody tr td {
  padding: 0px !important;
}

#searchTable td {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .white-box {
    min-height: auto;
  }
  .mobileHide {
    display: none;
  }
  .nav-mobile {
    background-color: #090909;
  }
}
@media only screen and (max-width: 320px) {
  div#content {
    padding: 20px 0 20px 0;
  }
}
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.no-padding {
  padding: 0px !important;
}

.mt {
  margin-top: 3rem;
}

.mb {
  margin-bottom: 3rem;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

#errorMsg {
  color: red;
  text-align: center;
  margin-bottom: 20px;
}
