body {
  background-color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  font-family: Arial;
}
.container {
  margin-top: 120px;
  clear: both;
}
.residentWidth {
  max-width: 120px;
}

.crx-wl-redirect {
  text-decoration: underline !important;
  cursor: pointer;
}
.box {
  background-color: #f5f5f5;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 10px;
  font-family: Arial;
}
p {
  margin-top: auto;
  margin-bottom: auto;
}
.backclr {
  background: #f2f4f5;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.formWrapper .errorMsg {
  color: #ed2024;
  font-weight: 600;
  display: none;
}
.nextbutton {
  color: #ffffff;
  background: #003c45;
  border-radius: 0;
  padding: 5px 25px;
  margin-top: 5px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.btnNew {
  width: 100px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
  text-decoration: none !important;
  padding: 5px 0;
  text-align: center;
  background: #003c45;
}
.IsGovernmentEnrolled,
.commercialDeny {
  margin-left: 1.5rem;
}
.no-underline {
  text-decoration: none !important;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
h3 {
  margin: 35px 0;
  font-size: 24px;
  color: #003b45;
  font-weight: bold;
}
.form-control {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  height: 34px;
  font-size: 16px;
  font-family: Arial;
  border-radius: 0px !important;
  border-radius: 4px;
}
.form-group {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.col-md-1 {
  max-width: 4.333333%;
}
.pdftxt {
  font-weight: 700;
}
.errormsg {
  color: red;
}
.hideElement {
  display: none;
}

.showElement {
  display: block;
}

.error .errorMsg {
  display: inherit;
}

.redtxt {
  color: red;
}
input[type="radio"] {
  margin-top: 4px !important;
}
.form-check-inline {
  -webkit-bo-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.crx-gray-out {
  overflow-y: hidden;
  z-index: 9999;
}

.crx-loader {
  z-index: 9999;
}

.exitBtnColor {
  color: white !important;
}
.linktxt {
  text-decoration: underline;
}
label {
  margin-bottom: 0px;
}
.box {
  display: flex;
  align-items: flex-start;
}
.box img {
  margin-right: 30px;
  margin-top: 5px;
}
.redText {
  color: #ed2024;
}
.modal-lg {
  max-width: 680px;
}
.modal-content {
  border-radius: 0;
  border: 1px solid #000;
  box-shadow: 0 0 15px #444;
}
.modal-content .modal-body {
  padding: 30px 40px;
  text-align: center;
  color: #000;
}
.modal-content .modal-body img {
  width: 92px;
  margin-bottom: 20px;
}
.modal-content .modal-body h2 {
  font-size: 52px;
  font-weight: 500;
}
.modal-content .modal-body p {
  font-size: 18px;
}
.modal-content .modal-body p:first-of-type {
  margin-bottom: 0;
}
.modal-content .modal-body p.font17 {
  font-size: 17px;
}
.modal-content .modal-body .submitBtn {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 7px;
  width: 100px;
  text-align: center;
  padding: 5px 0;
  background: #0092bf;
  border: none;
}

#modalZipcode .modal-body {
  position: relative;
}
#modalZipcode .modal-body .close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  font-weight: normal;
}
#modalZipcode h2 {
  font-size: 42px;
}
#modalZipcode p {
  margin: 30px 0;
  text-align: left;
}
#modalZipcode .addressWrap table {
  text-align: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}
#modalZipcode .addressWrap table thead {
  font-weight: bold;
}
#modalZipcode .addressWrap table tr {
  border-bottom: 1px solid #000;
}
#modalZipcode .addressWrap table tr td:last-of-type {
  width: 100px;
}
#modalZipcode .addressWrap table tr td {
  padding: 10px 0;
}
#modalZipcode .addressWrap table tr td button {
  display: inline-block;
  border: none;
  background: #0092bf;
  color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  border-radius: 0 5px;
  text-transform: uppercase;
  padding: 0 10px;
}

.addressFieldsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addressFieldsWrap .crx-wl-question {
  width: calc(50% - 7px);
}
.addressFieldsWrap input:first-of-type {
  flex-basis: 100%;
  margin-bottom: 15px;
  max-width: 100%;
}
.addressFieldsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addressFieldsWrap .crx-wl-question {
  width: calc(50% - 7px);
}
.addressFieldsWrap input:first-of-type {
  flex-basis: 100%;
  margin-bottom: 15px;
  max-width: 100%;
}

#memberIderrorMsg {
  color: #ed2024;
  font-weight: 600;
  display: none;
}
#memberIderrorMsg.error{display: inherit;}