/** * All of the CSS for your public-facing functionality should be * included in this file. */
/* Find an Agent CSS */
.find-an-agent .find-an-agent-form-wrapper {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-evenly;
  align-items: center;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form {
  max-width: 325px;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .address-input, .find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .agent-name-input {
  position: relative;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .address-input input, .find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .agent-name-input input {
  appearance: none;
  display: block;
  width: 100%;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
  border-radius: 8px;
  word-break: normal;
  padding: 12px 20px;
  margin-bottom: 18px;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .address-input input:focus, .find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .agent-name-input input:focus {
  outline: none;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .address-input .invalid-feedback, .find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .agent-name-input .invalid-feedback {
  display: none;
  margin-top: 0;
  font-size: 12px;
  line-height: 12px;
  color: #dc3545;
  text-align: left;
  position: absolute;
  top: 51px;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .nj-options, .find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .ma-options, .find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .nj-options-message {
  display: none;
  font-size: 18px;
  margin-bottom: 14px;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .options-radio.ia {
  margin-bottom: 10px;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .options-checkbox .ckbx-large {
  display: inline-block;
  width: 60px;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .options-checkbox .checkbox-label {
  display: inline-block;
  vertical-align: top;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .options-checkbox .ckbx-style-13 label:before {
  background: #f5f5f5;
  box-shadow: none;
  border: 1px solid #9a9a9a;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .options-checkbox .ckbx-style-13 input[type=checkbox]:checked + label:before {
  background: #0092d2;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .options-checkbox .ckbx-style-13 label:after {
  background: white;
  border: 1px solid #9a9a9a;
  width: 1em;
  height: 1em;
  left: 0.1em;
  top: 0;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .options-checkbox .ckbx-style-13 input[type=checkbox]:checked + label:after {
  left: 1.1em;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .agent-category {
  transform: scale(2);
  margin: 0 5px;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .agent-category-label {
  margin-left: 7px;
  vertical-align: initial;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .agent-category-popup-btn {
  border: 1px solid #007ac9;
  border-radius: 100%;
  color: #007ac9;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .actions-wrapper .submit-btn {
  width: 100%;
  height: 50px;
  padding: 5px;
  min-height: 30px;
  background: #f37021;
  color: white;
  font-size: 18px;
  border: 1px solid #ececec;
  border-radius: 8px;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .actions-wrapper .submit-btn:focus {
  background: #f37021;
  outline: none;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .actions-wrapper .submit-btn:hover, .find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .actions-wrapper .submit-btn:active {
  background: #bc4605;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-form .actions-wrapper .submit-btn:disabled {
  background: #9a9a9a;
}
.find-an-agent .find-an-agent-form-wrapper .find-an-agent-map {
  min-height: 186px;
  max-height: 400px;
  max-width: 325px;
  width: 100%;
  vertical-align: top;
}
.find-an-agent .search-results-wrapper .no-results-msg {
  margin-top: 15px;
  color: #bc4605;
}
.find-an-agent .search-results-wrapper .results-heading {
  color: #212121;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin: 20px 0;
}
.find-an-agent .search-results-wrapper .agent-details {
  border-top: 1px solid #9a9a9a;
  margin: 0;
  padding: 20px 0;
  color: black;
  line-height: 20px;
}
.find-an-agent .search-results-wrapper .agent-details .title-block {
  flex-direction: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}
.find-an-agent .search-results-wrapper .agent-details .title a {
  color: #0092d2;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.find-an-agent .search-results-wrapper .agent-details .title a:hover {
  color: #005ea0;
  text-decoration: underline;
}
.find-an-agent .search-results-wrapper .agent-details .distance {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  min-width: fit-content;
}
.find-an-agent .search-results-wrapper .agent-details .agent-category {
  color: #212121 9D;
  font-size: 16px;
}
.find-an-agent .search-results-wrapper .agent-details .agent-address {
  font-size: 18px;
}
.find-an-agent .search-results-wrapper .agent-details .contact-number a {
  color: #0092d2;
  text-decoration: none;
  font-size: 18px;
}
.find-an-agent .search-results-wrapper .agent-details .contact-number a:hover, .find-an-agent .search-results-wrapper .agent-details .contact-number a:active, .find-an-agent .search-results-wrapper .agent-details .contact-number a:focus {
  color: #005ea0;
  text-decoration: underline;
}
.find-an-agent .search-results-wrapper .agent-details .agent-category-image {
  text-align: center;
}
.find-an-agent .search-results-wrapper .agent-details .agent-category-image img {
  height: 100px;
  margin: 10px 10px;
  vertical-align: middle;
}
.find-an-agent .search-results-wrapper .agent-details .agent-category-image img.coe {
  height: auto;
}
.find-an-agent .search-results-wrapper .agent-details .description {
  font-size: 18px;
  padding-top: 20px;
}
.find-an-agent .search-results-wrapper .agent-details .external-links {
  margin: 20px 0 0 0;
  text-align: center;
}
.find-an-agent .search-results-wrapper .agent-details .external-links a:nth-child(2n) {
  margin-top: 10px;
}
.find-an-agent .search-results-wrapper .agent-details .external-links .website-link, .find-an-agent .search-results-wrapper .agent-details .external-links .agent-get-quote-link {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 13px;
  background: #f37021;
  color: white;
  font-size: 18px;
  border: 1px solid #ececec;
  border-radius: 8px;
  text-decoration: none;
}
.find-an-agent .search-results-wrapper .agent-details .external-links .website-link:focus, .find-an-agent .search-results-wrapper .agent-details .external-links .agent-get-quote-link:focus {
  background: #f37021;
  text-decoration: none;
  outline: none;
}
.find-an-agent .search-results-wrapper .agent-details .external-links .website-link:hover, .find-an-agent .search-results-wrapper .agent-details .external-links .agent-get-quote-link:hover, .find-an-agent .search-results-wrapper .agent-details .external-links .website-link:active, .find-an-agent .search-results-wrapper .agent-details .external-links .agent-get-quote-link:active {
  text-decoration: none;
  background: #bc4605;
}
.find-an-agent .search-results-pagination {
  text-align: center;
  margin-bottom: 10px;
}
.find-an-agent .search-results-pagination a {
  min-width: 32px;
  border: 1px solid #9a9a9a;
  display: inline-block;
  padding: 3px 0;
  margin: 5px 4px;
  background-color: #ececec;
  font-weight: bold;
  color: #0092d2;
}
.find-an-agent .search-results-pagination a.pagination-next-prev {
  padding: 3px 8px;
}
.find-an-agent .search-results-pagination a:hover, .find-an-agent .search-results-pagination a:active, .find-an-agent .search-results-pagination a:focus, .find-an-agent .search-results-pagination a.active {
  text-decoration: none;
  background-color: #0092d2;
  color: white;
}
.find-an-agent .agent-category-popup {
  display: none;
  background: #313131 B2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.find-an-agent .agent-category-popup .popup-content {
  background: white;
  border: 3px solid #0092d2;
  border-radius: 5px;
  width: calc(100% - 20px);
  max-width: 375px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px;
  text-align: center;
}
.find-an-agent .agent-category-popup .popup-content .img-wrapper {
  margin: 30px 0 20px 0;
}
.find-an-agent .agent-category-popup .popup-content .title {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.find-an-agent .agent-category-popup .popup-content .description {
  color: #000 D9;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.find-an-agent .agent-category-popup .popup-content .description.ia {
  margin-bottom: 60px;
}
.find-an-agent .agent-category-popup .popup-content .btn-wrapper {
  text-align: center;
}
.find-an-agent .agent-category-popup .popup-content .btn-wrapper .close-btn {
  background: #0092d2;
  border: 3px solid #0092d2;
  border-radius: 5px;
  color: white;
  width: 100%;
  max-width: 290px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .find-an-agent .find-an-agent-form-wrapper {
    flex-direction: column;
  }
  .find-an-agent .find-an-agent-form-wrapper .find-an-agent-form {
    margin-bottom: 15px;
  }
}
