@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo 2", Trebuchet MS, Arial, sans-serif;
  transition: width 2s, height 2s, transform 2s;
}
h2,
h3,
h5,
h6 {
  font-weight: 700;
  color: #0d5094;
  font-size: 1.4rem;
}
h1,
h2 {
  font-weight: 700;
  color: #0d5094;
  font-size: 48px;
}
#view-article h2,
.body .white-bottom h2 {
  font-size: 32px;
}
h4 {
  color: #1aa7e0;
  font-weight: normal;
}
a {
  color: #1aa7e0;
}
.clear {
  clear: both;
}
.inline {
  display: inline-block;
}
.medium-weight {
  font-weight: 500;
}
.btn-inverse {
  background-color: #fff;
  color: #1aa7e0;
  border: 1px solid #1aa7e0;
}
.btn-inverse:hover,
.btn-inverse a:hover,
a.btn-inverse:hover {
  background-color: #1aa7e0;
  color: #fff;
}
.btn-inverse:hover {
  background-color: #1aa7e0;
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-small {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 40px;
}
.btn.btn-primary a {
  color: #fff;
  text-decoration: none;
}
.btn.btn-primary a:hover,
.btn.btn-primary:hover a {
  color: #1aa7e0;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.linguise_switcher_dropdown li.linguise_current {
  font-size: 1.2rem !important;
  padding: 10px 30px 0 0 !important;
  border: none !important;
  min-width: auto !important;
}
.breadcrumbs {
  background-color: #f5f5f5;
  padding: 6px 0;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs .icon-location {
  display: none;
}
ol.inline.bcrumb li {
  list-style-type: none;
  display: inline-block;
  color: #777;
}
ul.inline {
  margin-bottom: 0;
}
ul.inline li {
  display: inline-block;
  line-height: 1rem;
  list-style-type: none;
  vertical-align: middle;
}
ul.inline li img {
  margin-right: 8px;
}
.well {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 20px;
}
h3.headline {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.topgrid .topgridbox {
  border: 1px solid #f5f5f5;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 23px 0px rgba(0, 0, 0, 0.1);
}
.topgrid .topgridbox .custom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.center {
  text-align: center;
}
.blueh3 h3 {
  color: #1aa7e0;
  font-size: 1.2rem;
}
.moduletable h3 {
  font-size: 1.2rem;
}
.toolbar {
  background-color: #1aa7e0;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  display: block;
}
.toolbar-r li.nav-item {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  line-height: 1rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.toolbar-r .pill a.nav-link {
  color: #fff;
  font-size: 18px;
  background-color: #0d5094;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.toolbar-r .pill a.nav-link:hover {
  background-color: #1aa7e0;
  border: 1px solid #fff;
}
.senioridy .dj-megamenu-default li a.dj-up_a {
  height: auto;
  font-size: 20px;
  font-weight: normal;
  text-transform: inherit;
  font-family: "Baloo 2";
}
.senioridy #dj-megamenu134 li ul.dj-submenu > li > a {
  height: auto;
  font-size: 18px;
  font-weight: normal;
  text-transform: inherit;
  font-family: "Baloo 2";
  line-height: 25px;
  border-bottom: 1px solid #eee;
}
.toolbar .moduletable {
  display: inline-block;
}
.toolbar .moduletable:first-child {
  float: left;
}
.moduletable.lang {
  margin-right: 20px;
}
.navigation .navbar {
  display: block;
  margin-top: 10px;
}
.senioridy .dj-subwrap.single_column.subcols1.fadeInUp {
  top: 75px;
}
.dj-subwrap-in {
  border-top: 3px solid #1aa7e0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navigation ul#dj-megamenu134 {
  float: right;
}
.dj-megamenu-default li.dj-up {
  display: inline-block;
  float: none;
}
.dj-mobile-open-btn {
  background: none !important;
}
.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before {
  color: #0b4e96 !important;
  font-size: 30px !important;
}
.logo img {
  width: 330px;
  max-width: 100%;
  margin: 10px 0;
}
.showcase {
  background-image: url("../images/home_main_image.jpg");
  padding: 10% 5%;
  text-align: center;
}
.showcase h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1em;
}
.moduletable.homeSearch {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
}
.homeSearch h3 {
  color: #0d5094;
}
.moduletable.homeSearch {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0px 27px 45px 0px rgba(2, 45, 94, 0.25);
  margin-top: 30px;
}
.senioridy .jrForm input:not([type="checkbox"]):not([type="radio"]),
.senioridy input:not([type="checkbox"]):not([type="radio"]),
.senioridy .jrForm select.jrSelect {
  border-radius: 30px;
  height: 50px;
}
.senioridy .jrButton,
.btn.btn-primary,
.btn-outline:hover {
  background-color: #1aa7e0;
  color: #fff;
  border: none;
  font-size: 1.2rem;
}
.senioridy .btn-secondary {
  background-color: #0d5094;
  color: #fff;
  border: none;
  font-size: 1.2rem;
}
.btn.btn-secondary a {
  color: #fff;
}
.btn.btn-secondary a:hover,
.btn.btn-secondary:hover a,
.btn.btn-secondary:hover a i,
.btn.btn-secondary a:hover i {
  color: #0d5094;
}
.btn-outline,
.btn.btn-primary:hover,
.btn-secondary:hover {
  background-color: #fff;
  color: #1aa7e0;
  border: 1px solid #1aa7e0;
  font-size: 1.2rem;
}
.senioridy .homeSearch .jrButton,
.btn {
  border-radius: 30px;
  height: 50px;
  line-height: 40px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0px 8px 8px 1px rgba(27, 166, 223, 0.3);
}
.homeSearch span.jrIconSearch {
  display: none;
}
.senioridy .jrPage.jrAdvSearchModule .jrFieldDiv {
  padding-top: 10px;
}
.jrAdvSearchModule .jrFieldDiv.buttonFieldDiv {
  padding: 10px 20px;
}
.top-banner {
  padding: 70px 0;
}
.topLower-banner {
  padding: 65px 0 25px;
}
.toplowerbanner-2 {
  text-align: center;
}
.toplowerbanner-2 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(245, 245, 245, 1) 50%,
    rgba(245, 245, 245, 1) 100%
  );
}
.bottom {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 245, 245, 1) 100%
  );
}
.topgrid h3 {
  color: #444;
}
.toplowerbanner-2 .btn {
  background-color: #fff;
}
.fas.fa-arrow-right {
  font-size: 12px;
  padding-left: 10px;
}
.mid-banner,
.midgrid,
.midLower-banner {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.midLower-banner {
  padding-bottom: 75px;
}
.midgrid {
  background-image: url("../images/dotline.png");
  background-repeat: no-repeat;
  background-position: center 20px;
}
span.step {
  border: 2px solid #1aa7e0;
  width: 50px;
  display: block;
  height: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  color: #1aa7e0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  background-color: #f5f5f5;
  margin: 0 auto;
}
.container.lowerTop {
  padding: 100px 0 30px;
}

.home .midgrid .col {
  transition: all 0.2s ease-in-out;
}
.home .midgrid .col:hover {
  transform: scale(1.1);
}
.lowerMid {
  position: relative;
  margin-top: 30px;
}
.neg-margin-bottom {
  margin-bottom: -75px;
}
.mapBanner {
  background-color: #0d5094;
  border-radius: 28px;
  padding: 30px;
  color: #fff;
}
.mapBanner h2 {
  color: #fff;
  font-size: 32px;
}
.mapBanner h2 span {
  font-weight: 400;
}
#mod-custom179 {
  background-repeat: no-repeat;
  background-position: right top;
}
.lowertopgrid .row {
  row-gap: 30px;
}
.lowertopgrid .moduletable {
  border: 1px solid #dddddd;
  border-radius: 12px;
  margin-bottom: 30px;
  height: 440px;
}
.lowertopgrid img {
  border-radius: 12px 12px 0 0;
  height: 200px;
  object-fit: cover;
}
.lowertopgrid .moduletable .inner-content {
  display: block;
  padding: 0 20px 10px;
  box-sizing: border-box;
}
.lowertopgrid {
  margin: 20px 0 0;
}

.lowertopgrid .moduletable .custom {
  display: flex;
  flex-direction: column;
}
.bottom-banner div#mod-custom189 {
  padding: 40px;
  background-size: cover;
  border-radius: 18px;
}
.bottom-banner h2 {
  font-size: 34px;
  color: #fff;
}
.bottom-banner h2 span {
  font-weight: normal;
}
.bottom-banner {
  color: #fff;
}
.below-bottom {
  background-color: #f5f5f5;
  padding: 80px 0 1px 0;
}
.below-bottom .mod-item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
}
.below-bottom .eb-mod-head {
  display: none !important;
}
.below-bottom #eb .mod-item:before,
#eb .mod-item:after {
  content: none !important;
}
.custom-search {
  justify-content: space-between !important;
  column-gap: 20px !important;
  margin-top: 28px !important;
}
.custom-search .fwd-my-2,
.custom-search .fwd-my-2 input,
.custom-search .fwd-my-2 select,
.custom-search .fwd-my-2 button {
  width: 100% !important;
  margin: 0 !important;
}
.custom-search .fwd-my-2 {
  padding: 0 !important;
}
.topgrid .row {
  row-gap: 20px;
}

footer.footer {
  padding-top: 56px;
  border-top: 1px solid #e0e1e3;
}
footer.footer ul {
  list-style: none;
  padding: 0;
}
.foot-blk a {
  text-decoration: none;
  color: #444;
  font-size: 16px;
}
.col[class*="footer"] {
  border-right: 1px solid #e0e1e3;
  display: flex;
  justify-content: center;
}
.col[class*="footer"]:last-child {
  border-right: none;
}
.footer-l .foot ul {
  display: flex;
  padding-top: 2rem;
  padding-left: 0.8rem;
}
.footer-l .foot ul li {
  flex: 0 0 5%;
}
.footer-r ul {
  display: flex;
}
.footer-r ul li {
  flex: 0 1 100%;
}
.footer-r ul li:nth-child(2) {
  text-align: center;
}
.footer-r.pull-right {
  border-top: 1px solid #e0e1e3;
  padding: 2rem 0;
  margin-top: 4rem;
}
.footer-r a {
  color: #000;
  text-decoration: none;
}
.social-icons {
  padding-left: 0 !important;
  column-gap: 5px;
}

.title-inner {
  text-align: center;
  padding: 4rem 0 3rem;
}
.title-inner h3 {
  font-size: 18px;
  color: #1aa7e0;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="accordions"]
  > [data-rlta-element="button"]
  > [data-rlta-element="heading"] {
  font-weight: bold;
}
.below-bottom .mod-grid {
  background: #fff;
  margin: 0 10px;
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 0px !important;
  overflow: hidden;
  float: none !important;
}
.below-bottom #eb .eb-mod-thumb .eb-mod-image-cover:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
}
.below-bottom #eb .eb-mod-thumb {
  margin-top: 0;
}
.below-bottom .eb-mod-title,
.below-bottom .eb-mod-body,
.below-bottom .eb-mod-foot.mod-muted.mod-small {
  padding: 1rem 2.1rem;
  line-height: normal !important;
}
.below-bottom .eb-mod-title {
  padding-bottom: 0rem !important;
}
.below-bottom .eb-mod.mod-items-grid.clearfix {
  display: flex;
}
.below-bottom #eb .eb-mod-title a {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  line-height: 1.2em;
}
.headerbanner {
  background: #e4f4fb;
  padding: 64px 0;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-size: 18px;
  color: #1aa7e0;
}
.headerbanner h1 {
  font-size: 48px;
}
.headerbanner p {
  margin-bottom: 0.3rem;
}
.side-search .input-group-btn {
  display: none;
}
.side-search #search-blogs {
  border-radius: 9px !important;
  margin-bottom: 2rem !important;
  display: block !important;
  font-size: 1.1rem !important;
  padding: 1.2rem !important;
}
.side-search #eb .input-group {
  width: 80%;
}
.information-side a {
  color: #0d5094;
  font-size: 16px;
  padding: 7px 0px 8px 25px !important;
  display: block;
  position: relative;
  font-weight: normal !important;
  margin: 0 !important;
}
.information-side a:before {
  content: ">";
  position: absolute;
  left: 0;
}
.information-side .mod-item {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.moduletable.information-side.topics {
  padding-top: 2.3rem;
}
.nda.eb-post-nickel .eb-post-image-cover {
  border: none !important;
}
#eb .eb-post-nickel .eb-post-content {
  padding: 0 !important;
  height: 100%;
}
.eb-post-foot {
  display: none !important;
}
.eb-post-head,
.ndacover.eb-post-body.type-standard p {
  padding: 0 15px !important;
}
.ndacover.eb-post-body.type-standard p {
  overflow: hidden;
  height: 82px;
}
.nda.eb-post-listing {
  display: grid !important;
  grid-template-columns: repeat(4, 23%);
}
#eb.nda .eb-post-listing.is-row.has-divider > * + * {
  padding-top: 0;
  border-top: inherit;
}
.nda-wireframe-default {
  border: 1px solid #ccc !important;
  border-radius: 16px;
  overflow: hidden;
}
#eb .nda-wireframe-default .btn.btn-default.btn-md {
  background: transparent !important;
  border: none !important;
  color: #1aa7e0 !important;
  font-size: 16px;
  text-decoration: underline !important;
}
.nda-wireframe-default .eb-post-image-cover {
  border: none !important;
  box-shadow: none !important;
}
.moduletable.information-side .current.active a {
  font-weight: bold !important;
}
.view-entry #view-article {
  padding-top: 50px;
}
#view-article .col-3 {
  border-left: 1px solid #ddd;
  padding-left: 30px;
  margin-right: 0;
}
#view-article .col-9 {
  padding-right: 0;
}
.login-register-cards .custom-card {
  padding: 32px 32px 16px 32px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0e1e3;
}
.login-register-cards .custom-card img {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}
.login-register-cards .custom-card span {
  margin-bottom: 32px !important;
  flex-grow: 1 !important;
  font-size: 16px;
  font-weight: 400;
}
.login-register-cont .login-title {
  margin-bottom: 17px;
}
.login-register-cont {
  padding-bottom: 96px;
}
.login-register-cont form .btn-primary {
  width: 100% !important;
  margin: 32px auto;
}
.login-options {
  display: flex;
  justify-content: center;
  column-gap: 24px !important;
}
.custom-card .custom-form {
  padding: 32px !important;
  border-radius: 16px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0e1e3;
}
.custom-card .custom-form {
  padding: 32px !important;
  border-radius: 16px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0e1e3;
}
.custom-card .password-group button {
  background: #1aa7e0 !important;
  border: 1px solid #ced4da;
  padding: 6px 15px !important;
  box-shadow: none !important;
}
.custom-card .password-group button:hover {
  color: #1aa7e0;
  border-color: #1aa7e0;
  background: #fff !important;
}
.hide-legend legend {
  display: none !important;
}
.registration fieldset {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin-top: 32px;
}
.login-register-cont fieldset .control-group {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
}
.registration fieldset .control-group:nth-child(3),
.registration fieldset .control-group:nth-child(4),
.registration fieldset .control-group:nth-child(5),
.registration fieldset .control-group:nth-child(6) {
  flex: 0 0 calc(50% - 8px);
}
.registration fieldset .control-group:nth-child(6) {
  margin-bottom: 27px;
}

/* new style */
.info-low-income-wrapper {
  display: flex;
  background-color: #f2f2f2;
  padding: 1rem;
}
.info-low-income-nda {
  width: 100%;
}
.nda-list-wrapper {
  display: flex;
}
.nda-left {
  width: 80%;
}
.nda-right {
  width: 20%;
}
.list-2col-nda li {
  display: flex;
  flex-wrap: nowrap;
}
.list-2col {
  flex: 0 1 100%;
}
.list-2col:last-child {
  text-align: right;
}
.special-section {
  border: 1px solid #1aa7e0;
  border-radius: 8px;
  padding: 1rem 3rem;
  margin: 24px 0 !important;
}
.special-section h2 {
  font-size: 24px;
}
.special-section table {
  width: 100%;
}
.special-section td {
  padding: 1rem;
}
.link-light a {
  color: #fff !important;
  text-decoration: none;
}
.jrCardImage .fwd-absolute {
  border-radius: 16px 16px 0 0 !important;
}
.jrButton {
  border-radius: 100px !important;
}
.jrCompareButton:hover {
  background: #0d5094 !important;
}
.jrCompareButton:hover .jrCompareLabel {
  color: #fff !important;
}
.jrCardTitle h3 a {
  color: #0d5094 !important;
}
.mainbody {
  padding: 45px 0 !important;
}
.btn-info,
.jr-list-show-filters {
  background: #1aa7e0 !important;
}
.btn-info:hover {
  background: #0d5094 !important;
  box-shadow: 0px 8px 8px 1px rgba(13, 80, 148, 0.3);
}
.jrFilterFieldWrap {
  border-bottom: none !important;
}
.jrFilterFieldWrap .jrText {
  width: 100% !important;
}
.jrFiltersContainer[data-layout="horizontal"]
  .jrFilterFieldWrap
  .jrApplyFilter {
  display: none !important;
}
.jrSliderInputValue {
  float: right !important;
  margin-top: 5px !important;
  margin-right: 20px !important;
}
.jrSliderInput .ui-slider-handle.ui-state-default {
  background: #1aa7e0 !important;
  border: 1px solid #1aa7e0 !important;
}
.jr-geolocation {
  text-decoration: none !important;
  right: 0 !important;
}
.jrListings span.jrIconLocate,
.jrListingDetail .jrListings span.jrIconLocate {
  width: 80px !important;
  height: 35px !important;
  background-color: #1aa7e0 !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 180px !important;
  padding: 7px !important;
  margin-top: -5px !important;
  display: flex !important;
  align-items: center !important;
  column-gap: 2px !important;
}
.jrIconLocate:before {
  color: #fff !important;
  text-decoration: none !important;
}
.jrIconLocate:after {
  content: "find me" !important;
  color: #fff !important;
  font-size: 15px !important;
  text-decoration: none !important;
}
.jrFiltersPanel {
  width: 375px !important;
}
.jrForm .jrAddressGeolocation input[type="text"] {
  padding-right: 100px !important;
}
.jr-filters-module {
  border-radius: 8px !important;
}
.jr-list-show-filters,
.jr-list-show-filters .jrIconFilters {
  display: flex !important;
  align-items: center !important;
}
.jr-filters-reset {
  display: block !important;
  margin: 0 !important;
}

.dj-offcanvas .dj-offcanvas-top {
  background: #1aa7e0 !important;
}
.dj-offcanvas .dj-offcanvas-top button {
  width: 100%;
}
.dj-offcanvas .dj-offcanvas-content ul li a span {
  font-size: 18px !important;
}
.dj-offcanvas .dj-offcanvas-content ul li a {
  font-family: "Baloo 2", Trebuchet MS, Arial, sans-serif !important;
  font-weight: 400;
  color: #444444 !important;
}
.dj-offcanvas .dj-offcanvas-content ul li .dj-mobile-nav-child li a {
  background: #f5f5f5 !important;
  border: none !important;
}
.dj-fa-5 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before {
  content: "MENU" !important;
  font-family: "Baloo 2", Trebuchet MS, Arial, sans-serif !important;
  color: #fff !important;
  font-weight: 400;
  font-size: 18px !important;
}

.dj-fa-5 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:after {
  content: "\f00d";
  color: #fff !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px !important;
}
.dj-fa-5 .dj-offcanvas-close-btn .dj-offcanvas-close-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dj-fa-5
  ul.dj-mobile-light
  li.dj-mobileitem.parent.active
  > a
  span.toggler:before {
  content: "\f077" !important;
  font-size: 18px !important;
  color: #444444 !important;
}
.dj-fa-5 ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler:before {
  content: "\f078" !important;
  font-size: 18px !important;
  color: #444444 !important;
}

#dj-megamenu134offcanvas ul.dj-mobile-light li.dj-mobileitem:hover > a,
#dj-megamenu134offcanvas ul.dj-mobile-light li.dj-mobileitem.active > a {
  background: #0d5094 !important;
  color: #fff !important;
}
.dj-offcanvas .dj-offcanvas-content ul li.parent.active a {
  background: #0d5094 !important;
  color: #fff !important;
}
.dj-offcanvas .dj-offcanvas-content ul li.parent.active ul a {
  background: #fff !important;
  color: #444444 !important;
}
.dj-offcanvas-light .dj-offcanvas-close-btn {
  padding: 15px !important;
}
.jr-page .head-contact-details {
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  column-gap: 16px;
  margin-bottom: 32px !important;
}
.jr-page .head-contact-details .head-contact-phone {
  background: #1aa7e0 !important;
  padding: 10px 25px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
}
.jr-page .head-contact-details .head-contact-phone:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.jr-page .head-contact-details .head-contact-website {
  padding: 10px 25px;
  border-radius: 100px;
  color: #1aa7e0 !important;
  border: 1px solid;
}
.jr-page .head-contact-details .head-contact-website a {
  text-decoration: none !important;
  color: #1aa7e0 !important;
}
.jr-page .head-contact-details .head-contact-website a:before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-right: 5px;
}
.jr-page .nda-list-wrapper {
  column-gap: 36px !important;
}
.jr-page .jrPhotoGallery {
  margin: 0 !important;
  max-width: 100% !important;
}
.jr-page .jrPhotoGallery .galleria-container {
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
}
.jr-page .jrPhotoGallery .jrPhotoSlideShow .galleria-container .galleria-stage {
  height: 85% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.jr-page
  .jrPhotoGallery
  .jrPhotoSlideShow
  .galleria-container
  .galleria-thumbnails-container {
  height: 12% !important;
  left: 0 !important;
}
.jr-page
  .jrPhotoGallery
  .jrPhotoSlideShow
  .galleria-container
  .galleria-stage
  .galleria-images
  .galleria-image
  .galleria-layer,
.jr-page
  .jrPhotoGallery
  .jrPhotoSlideShow
  .galleria-container
  .galleria-stage
  .galleria-images
  .galleria-image {
  width: 100% !important;
}

.galleria-image-nav-right,
.galleria-image-nav-left {
  background: #1aa7e0;
  background-image: none !important;
  width: 48px !important;
  height: 48px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.galleria-image-nav-left:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.galleria-image-nav-right:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.galleria-container {
  min-height: 800px !important;
}

.galleria-thumbnails,
.galleria-thumbnails-list {
  height: 100% !important;
}
.galleria-thumbnails .galleria-image,
.galleria-thumbnails .galleria-image img {
  width: 80px !important;
  height: 100% !important;
  object-fit: cover;
}
.info-low-income-wrapper {
  margin: 36px 0 !important;
  border-radius: 8px !important;
  padding: 36px !important;
  column-gap: 36px !important;
}
.info-low-income-wrapper h3 {
  color: #0d5094 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.info-low-income-wrapper ul li,
.info-low-income-wrapper ul li div {
  color: #444444 !important;
}
.info-low-income-wrapper .list-2col-nda {
  margin: 0 !important;
  padding: 0 !important;
}
.info-low-income-wrapper li,
.info-low-income-wrapper ul {
  margin-bottom: 16px !important;
}
.special-section {
  padding: 36px !important;
}
.special-section h2 {
  color: #1aa7e0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.special-section p strong {
  font-size: 20px !important;
}
.special-section ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.special-section ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.special-section h2:before {
  content: "\f129";
}
.special-section ul li:before {
  content: "\f00c";
}
.special-section .no-check ul li:before {
  display: none;
}
.special-section h2:before,
.special-section li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #1aa7e0;
  font-size: 12px;
  line-height: 0 !important;
  margin-right: 8px;
  border: 3px solid #1aa7e0;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-section.check-only ul li:before,
.special-section .check-only ul li:before {
  border: none;
  align-items: start;
  justify-content: start;
  line-height: normal !important;
  height: auto;
  width: auto;
}
#mappane {
  background: #f5f5f5 !important;
  padding: 36px 36px 0 36px !important;
  border-radius: 8px 8px 0 0 !important;
  margin-top: 36px !important;
}
#mappane p {
  margin: 0 !important;
}
.jrHeading {
  margin: 0 !important;
  padding: 36px 36px 24px 36px !important;
  background: #f5f5f5 !important;
  border: none !important;
}
.jr-directions-address {
  margin: 0 !important;
  padding: 0 36px 24px 36px !important;
  background: #f5f5f5 !important;
}
#jr-map-layout {
  margin: 0 !important;
  padding: 0 36px 36px 36px !important;
  border-radius: 0 0 36px 36px !important;
  background: #f5f5f5 !important;
}
.jr-directions-address label {
  font-size: 1em !important;
  font-weight: 400 !important;
}
.jr-directions-address input {
  border-radius: 100px !important;
}
.jr-directions-address input:focus,
.jr-directions-address .jrCol3 select:focus {
  background: #fff !important;
  border: 1px solid #1aa7e0 !important;
}
.jr-directions-address .jrGrid {
  display: flex !important;
  align-items: flex-end !important;
}
.jr-directions-address .jrCol3 button,
.jr-directions-address .jrCol3 select {
  margin: 0 !important;
  width: 100% !important;
  justify-content: center !important;
}
.jr-directions-address .jrCol3 button {
  background: #1aa7e0 !important;
}
.jr-directions-address .jrCol3 button:hover {
  background: #0d5094 !important;
  color: #fff !important;
}

.jr-page .nda-right .fair-housing {
  border: 1px solid #0d5094 !important;
  border-radius: 8px !important;
  padding: 16px !important;
  list-style: none !important;
  display: flex;
  column-gap: 10px !important;
}
.jr-page .nda-right .fair-housing li {
  font-size: 16px;
  color: #0d5094;
}
.jr-page .nda-right .fair-housing img {
  min-width: 50px !important;
  width: 100% !important;
}
.jr-page .nda-right ul li {
  font-size: 16px !important;
}
.jr-page .nda-right h3 {
  border: 1px solid #e0e1e3;
  padding: 16px !important;
  border-radius: 8px 8px 0 0;
  margin: 0 !important;
}
.jr-page .nda-right ul:not(.fair-housing) {
  border: 1px solid #e0e1e3;
  padding: 16px !important;
  border-radius: 0 0 8px 8px;
  list-style: none !important;
}
.jr-page .nda-right ul:not(.fair-housing) li {
  padding: 16px !important;
}
.jr-page .nda-right ul:not(.fair-housing) li:hover {
  background: #f5f5f5 !important;
}
.jr-page .nda-right ul:not(.fair-housing) li a {
  padding: 16px 8px !important;
  text-decoration: none !important;
  color: #444444;
  width: 100%;
  height: 100%;
}
.jr-page .nda-right ul:not(.fair-housing) li:hover a {
  font-weight: 700 !important;
}
.jrListingDetail .jrListingInfoContainer {
  margin-bottom: 36px !important;
}
.jrCustomFields {
  width: calc(80% - 32px) !important;
}
.jrCustomFields .jrFieldGroup {
  padding: 36px !important;
  border: 1px solid #1aa7e0;
  border-radius: 8px;
  margin-bottom: 32px !important;
}
.jrCustomFields .jrFieldGroup .jrFieldRow {
  border: 1px solid #e0e1e3;
  margin: 0 !important;
  display: flex;
}
.jrCustomFields .jrFieldGroup .jrFieldRow .jrFieldLabel {
  font-weight: 700 !important;
  border-right: 1px solid #e0e1e3;
  padding: 8px !important;
  flex: 0 0 30%;
}
.jrCustomFields .jrFieldGroup .jrFieldRow .jrFieldValue {
  padding: 8px !important;
  margin: 0 !important;
}
#back-top {
  background: #1aa7e044;
  padding: 18px 20px !important;
  border-radius: 8px;
  position: fixed;
  bottom: 20px;
  right: 120px;
  transition: background 0.2s ease;
}
#back-top:hover {
  background: #1aa7e066;
  transition: background 0.2s ease;
}
.hidden {
  display: none;
}
a#back-top {
  visibility: hidden;
}
a#back-top.visible {
  visibility: visable;
}
.breadcrumb {
  margin-bottom: 0;
}
span.uppercase {
  text-transform: uppercase;
}
.listing-card .custom {
  padding: 32px;
  border: 1px solid #e0e1e3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.listing-card .custom p {
  flex: 1;
}
.listing-card .custom img {
  flex: 0 0 116px;
  margin-bottom: 32px;
}
.listing-card .custom a {
  padding: 12px 24px;
  color: #1aa7e0;
  border: 1px solid #1aa7e0;
  border-radius: 100px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.listing-card .custom a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
}
.listing-card .custom a:hover {
  background: #1aa7e0;
  color: #fff;
  transition: all 0.2s ease;
}
.listing-options .show-off {
  padding: 12px 24px;
  background: #1aa7e0;
  color: #fff;
  border: 1px solid #1aa7e0;
  border-radius: 100px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  margin: 0 auto !important;
}
.listing-options .show-off:after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
}
.listing-options .show-off:hover {
  color: #1aa7e0;
  background: #fff;
}

.listings-middle-section .divider,
.premium-provider-benefits .divider {
  width: 100vw !important;
  position: absolute;
  left: 0;
  flex-direction: row;
  height: 50px;
}
.listings-middle-section .divider .left,
.listings-middle-section .divider .right,
.premium-provider-benefits .divider .left,
.premium-provider-benefits .divider .right {
  position: relative;
  width: 100%;
  height: 50px;
}
.listings-middle-section .divider .left:after,
.listings-middle-section .divider .right:after,
.premium-provider-benefits .divider .left:after,
.premium-provider-benefits .divider .right:after {
  position: absolute;
  content: "";
  flex: 0 0 50%;
  width: 50%;
  height: 101%;
  top: 0 !important;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.listings-middle-section .divider .right,
.premium-provider-benefits .divider .right {
  transform: rotateY(180deg);
  top: -50px;
}
.blue-divider {
  margin-top: -1px;
}
.blue-divider .right {
  margin-top: 1px;
}
.listings-middle-section .white-divider,
.listings-middle-section .blue-divider .left:after,
.listings-middle-section .blue-divider .right:after,
.premium-provider-benefits .blue-divider .left:after,
.premium-provider-benefits .blue-divider .right:after {
  background: #fff;
}
.listings-middle-section .white-divider .left:after,
.listings-middle-section .white-divider .right:after,
.listings-middle-section .blue-divider,
.premium-provider-benefits .blue-divider {
  background: #0d5094;
}
.bottom:has(.listings-middle-section) {
  background: #0d5094;
}
.listings-middle-section .content {
  padding: 180px 0 80px 0 !important;
  justify-content: center;
}
.listings-middle-section {
  margin-bottom: 45px;
}
.listings-middle-section h6,
.listings-middle-section h3,
.listings-middle-section h5 {
  color: #fff;
  text-transform: uppercase;
}
.listings-middle-section p {
  color: #fff;
}
.listings-middle-section h6 {
  font-size: 24px;
  font-weight: 400 !important;
}
.listings-middle-section h3 {
  font-size: 48px;
  font-weight: 700 !important;
}
.listings-middle-section p {
  font-size: 20px;
}
.listings-middle-section .light-background {
  border-radius: 8px;
  background: #dff1f9;
  padding: 16px;
}
.listings-middle-section .light-background h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0d5094;
}
.listings-middle-section .light-background p {
  font-size: 16px;
  color: #444 !important;
  margin: 0 !important;
}
.listings-middle-section .content-button {
  background: #1aa7e0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  padding: 12px;
  width: 100% !important;
  display: block;
  margin-bottom: 12px !important;
  transition: all 0.2s ease;
}
.listings-middle-section .content-button:hover {
  color: #1aa7e0;
  background: #fff;
  transition: all 0.2s ease;
}
.listings-middle-section .content .row {
  padding: 0 !important;
}
#mod-custom222 {
  background-image: url(/images/site_assets/banner-images/premuim_provider_banner.png);
  padding: 40px;
  background-size: cover;
  border-radius: 18px;
}
body:not(.free-vs-paid-page) .below-bottom:has(#mod-custom222) {
  background: #fff !important;
  padding-bottom: 96px;
}
#mod-custom222 h2 {
  color: #fff !important;
  font-size: 48px;
}
#mod-custom222 p {
  color: #fff !important;
  font-size: 24px;
}
.premium-provider-benefits-page .body,
.premium-provider-benefits-page .below-bottom:has(#mod-custom222) {
  background: #0d5094 !important;
}
.premium-provider-benefits-page .mainbody {
  padding-bottom: 0 !important;
  padding-top: 96px !important;
}
.premium-provider-benefits .content {
  margin-bottom: 80px !important;
}
.premium-provider-benefits h2,
.premium-provider-benefits {
  color: #fff !important;
}
.premium-provider-benefits p {
  font-size: 20px;
}
.premium-provider-benefits ul {
  font-size: 16px;
  list-style: inside;
}
.premium-provider-benefits .two-col {
  column-gap: 4%;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
}
.premium-provider-benefits .btn,
.premium-provider-benefits ul {
  width: 48%;
}
.premium-provider-benefits .btn,
.ppb-middle .btn {
  box-shadow: 0px 8px 15px 0px rgba(11, 78, 150, 0.3);
  transition: all 0.2 ease;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.go-premium-today .btn {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 95% !important;
}

.premium-provider-benefits .btn.first,
.ppb-middle .btn.first,
.go-premium-today .btn.first {
  background: #1aa7e0;
}
.premium-provider-benefits .btn.second,
.ppb-middle .btn.second,
.go-premium-today .btn.second {
  border: 2px solid #fff;
}
.premium-provider-benefits .btn a,
.ppb-middle .btn a,
.go-premium-today .btn {
  color: #fff;
  font-weight: 600 !important;
  font-size: 18px;
  text-decoration: none;
}
.premium-provider-benefits .btn:hover,
.ppb-middle .btn:hover,
.go-premium-today .btn:hover {
  background: #fff;
}
.ppb-middle .btn:hover {
  border: 2px solid #1aa7e0;
}
.premium-provider-benefits .btn:hover a,
.ppb-middle .btn:hover a,
.go-premium-today .btn:hover {
  color: #1aa7e0;
}
.premium-provider-benefits ul {
  margin: 1rem 0 2rem 0;
}
.premium-provider-benefits .btn.first a:after,
.ppb-middle .btn.first a:after,
.go-premium-today .btn.first:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
  margin-left: 8px;
}
.premium-provider-benefits img {
  border-radius: 16px;
}
.premium-provider-benefits-page .bottom {
  background: #fff !important;
}
.premium-provider-benefits-page .ppb-middle {
  padding-top: 150px;
}
.premium-provider-benefits ul,
.bottom .col-sm-6 p {
  font-size: 18px;
}
.center-v {
  display: flex;
  align-items: center;
}
.add-m-b {
  margin-bottom: 96px;
}
.ppb-middle h4 {
  font-size: 32px;
  color: #0d5094;
  font-weight: 700 !important;
  margin-bottom: 48px;
}
.premium-card {
  z-index: 1000;
}
.premium-card .card {
  align-items: center;
  padding: 32px;
  border-radius: 16px;
  height: 100%;
}
.premium-card .card img {
  padding-bottom: 32px;
}
.premium-card .card h5 {
  color: #444;
}
.premium-card .card p {
  font-size: 18px;
  line-height: 20px;
  margin: 0 !important;
}
.ppb-middle-sep {
  background-image: url("/images/lady-with-phone.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  width: 100vw;
  height: 400px;
  margin-top: -100px;
  z-index: 0;
}
.blue-background {
  background: #0d5094;
  justify-content: center;
  color: #fff;
  padding-top: 370px;
}
.blue-background h5,
.blue-background h3 {
  color: #fff;
}
.blue-background h5 {
  font-size: 32px;
}
.blue-background h3 {
  font-size: 48px;
}
.arrow-down-icon {
  margin-top: 42px;
}
.arrow-down-icon:after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 100px;
}
.premium-provider-benefits-page .below-bottom {
  padding-top: 42px;
}
.free-vs-paid-table .first {
  width: 48%;
}
.free-vs-paid-table .second {
  width: 8%;
}
.free-vs-paid-table .third {
  width: 22%;
  text-align: center;
}
.free-vs-paid-table thead {
  background: #f5f5f5 !important;
}
.free-vs-paid-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.free-vs-paid-table tbody tr:nth-child(odd) {
  --bs-table-accent-bg: #fff !important;
  background: #fff;
}
.free-vs-paid-table td,
.free-vs-paid-table th {
  border-bottom: 1px solid #e0e1e3 !important;
}
.free-vs-paid-table table {
  border: 1px solid #e0e1e3;
  margin-bottom: 48px;
}
.free-vs-paid-table tbody th {
  font-weight: 400 !important;
}
.free-vs-paid-table tbody a {
  font-weight: 700 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 3px;
  text-align: center;
  width: 100%;
}
.free-vs-paid-table tbody a:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
}
.free-vs-paid-table td,
.free-vs-paid-table th {
  vertical-align: middle !important;
}

.free-vs-paid-table .no-icon:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #ed4c5c;
  border: 2px solid #ed4c5c;
  border-radius: 100px;
  padding: 1px 8px;
}
.free-vs-paid-table .yes-icon:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background: #0d5094;
  border-radius: 100px;
  padding: 5px 8px;
}
.free-vs-paid-table .yes-icon,
.free-vs-paid-table .no-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-vs-paid-bottom {
  padding: 0 !important;
}
.free-vs-paid-bottom .row:not(.col-12) {
  justify-content: space-between;
}

.free-vs-paid-bottom .btn,
.free-vs-paid-bottom .btn-white a {
  height: 100% !important;
  padding: 8px 5px;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
}
.free-vs-paid-bottom .btn.white,
.btn-white a {
  color: #1aa7e0;
  border: 1px solid #1aa7e0;
}
.free-vs-paid-bottom .btn.white:hover,
.btn-white a:hover {
  color: #fff;
  background: #1aa7e0;
}
.free-vs-paid-bottom .btn.blue {
  color: #fff;
  border: 1px solid #0d5094;
  background: #0d5094;
}
.free-vs-paid-bottom .btn.blue:hover {
  color: #0d5094;
  background: #fff;
}
.free-vs-paid-bottom .btn:after,
.free-vs-paid-bottom .btn-white a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
.free-vs-paid-bottom h3 {
  margin: 0 !important;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 32px;
  font-weight: 700;
  color: #444;
}

.free-vs-paid-page .middle-bottom,
.free-vs-paid-page .below-bottom {
  background: #0d5094 !important;
}
.free-vs-paid-page .ppb-middle-sep {
  display: none;
}
.free-vs-paid-page .below-bottom {
  padding: 48px 0 96px 0;
}
.free-vs-paid-page .blue-background {
  padding-top: 96px !important;
}
.about-us-cont h2 {
  margin-top: 64px;
}
.about-us-cont h3 {
  font-size: 32px;
  margin-top: 64px;
  color: #444;
}
.about-us-cont h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #444;
}
.about-us-cont ul {
  list-style: none;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px !important;
}
.about-us-cont li {
  flex: 0 0 33.333%;
  padding-right: 12px;
}
.about-us-cont li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 2px solid #1aa7e0;
  color: #1aa7e0;
  border-radius: 100px;
  font-size: 10px;
  padding: 3px;
  margin-right: 5px;
}
.about-page .bottom {
  padding-bottom: 96px;
}
.blogItem .jrModuleItemThumbnail {
  width: 100%;
  margin-bottom: 0 !important;
}
.blogItem .jrModuleItemThumbnail img {
  width: 100% !important;
  height: 170px !important;
  min-width: 100% !important;
  border-radius: 12px 12px 0 0 !important;
}
.blogItem .jrModuleItemContent {
  background-color: #f5f5f5;
  text-align: center;
  padding: 5px;
  padding-bottom: 20px;
}

.sitemap .nav-item {
  flex: 0 0 100% !important;
}
.sitemap ul {
  padding-left: 2em !important;
  list-style: disc !important;
}
.sitemap li::marker {
  color: #0d5094 !important;
}
.sitemap a {
  font-weight: 500 !important;
  color: #0d5094 !important;
  padding: 0.1rem !important;
}
.sitemap span {
  font-weight: 500 !important;
}
.add-shadow {
  border: none;
  margin: 0;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.map-btn {
  width: 100%;
  padding: 6px;
  margin-bottom: 20px;
}
.map-btn:after,
.inquire-btn:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
  margin-left: 5px;
}
.mail-container {
  border-radius: 8px;
  border: 1px solid var(--Gray-2, #e0e1e3);
  background-color: #f5f5f5;
  padding: 24px;
  margin-bottom: 32px;
}
.mail-container > div {
  padding: 0;
}
.inquire-btn {
  padding: 6px;
  width: 100%;
}
.send-image-form {
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 48px;
  border-radius: 16px;
  border: 1px solid var(--Gray-2, #e0e1e3);
  background: var(--White, #fff);
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.06);
}
.send-image-form h1.form-title {
  color: #444;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.75em;
}
.send-image-form label {
  color: #444;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}
.send-image-form label.form-label {
  font-weight: 700;
}
.send-image-form #submitButton {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.send-image-form #submitButton:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
}
.form-check-input:checked {
  background-color: #1aa7e0;
  border-color: #1aa7e0;
  width: 20px;
  height: 20px;
}
.form-check {
  padding-left: 28px;
}
.rsform-block.rsform-block-uploadfiles.rsform-type-fileupload
  .formControls
  input {
  padding: 6px 12px;
  height: auto;
}

.map-subtitle {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 32px;
}
.agent-search {
  display: flex !important;
}
.agent-search input {
  width: 100% !important;
}
.agent-map-card .agent-image img {
  width: 100%;
  object-fit: cover;
  max-height: 228px;
  border-radius: 16px 16px 0 0;
}
.agent-map-card .jrListingInnerContent {
  margin-top: 0;
  text-align: left;
}
.agent-map-card .jrListingInnerContent .jrMapListingTitle {
  color: #0d5094;
  font-size: 24px;
}
.agent-map-card .jrListingInnerContent .fields {
  font-size: 18px;
  font-weight: 600;
}
.agent-map-card .jrListingInnerContent .agent-readmore {
  width: 100%;
}
.agent-map-card .jrListingInnerContent .agent-readmore a {
  border-radius: 64px;
  border: 2px solid #1aa7e0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-top: 16px;
  font-weight: 700;
}
.agent-map-card {
  border-radius: 16px;
}

#detail-agent-image img {
  position: static !important;
  height: 380px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 8px;
}
#detail-agent-image .galleria-image,
#detail-agent-image .galleria-stage,
#detail-agent-image .galleria-loader,
#detail-agent-image .galleria-container {
  height: 100% !important;
  min-height: 0 !important;
  border-radius: 0 !important;
}
#detail-agent-image .jr-photo-gallery {
  height: fit-content !important;
}
#need-help,
#areas-served {
  border-radius: 8px;
  border: 1px solid #e0e1e3;
  background: #f5f5f5;
  padding: 24px;
  margin-bottom: 5px;
}
#need-help {
  margin-top: 32px;
  margin-bottom: 32px;
}
#need-help h2,
#areas-served h2,
#bio h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
#need-help .btn {
  width: 100%;
  font-weight: 700;
  margin-top: 24px;
  padding: 6px;
}
#areas-served .checks ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#areas-served .checks ul li {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
#areas-served .checks ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #1aa7e0;
  font-size: 12px;
  line-height: 0 !important;
  margin-right: 8px;
  border: 3px solid #1aa7e0;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#agent-info {
  border-radius: 8px;
  border: 1px solid var(--Turquoise-1, #1aa7e0);
  background: var(--White, #fff);
  padding: 32px;
}
.jrLocationSearch .jrAddressGeolocation {
  width: calc(100% - 80px) !important;
}
.jrLocationSearch .jrAddressGeolocation input {
  width: 100% !important;
}
a.button.btn-outline {
  border-radius: 24px;
  margin: 5px !important;
  border-bottom: 1px solid #1aa7e0 !important;
  color: #1aa7e0 !important;
}
.agentlistings .top-banner {
  padding-bottom: 0;
}
.agentlistings .mainbody {
  padding-top: 10px !important;
}
.agentlistings .jrMapSidebarCol {
  float: none;
}
.agentlistings .jr-map-canvas-col.jrMapCanvasCol {
  width: 100% !important;
}
.agentlistings .jrFiltersContainer[data-layout="horizontal"] {
  display: block;
}
.greyText {
  color: #555;
}
.padT20 {
  padding-top: 20px;
}
.bigText {
  font-size: 1.6rem;
  line-height: 1.5rem;
}
.medText {
  font-size: 1.2rem;
  line-height: 1.1rem;
}
#senior-placement-banner {
  border-radius: 16px;
  padding: 48px;
  background-image: url("https://senioridy.com/images/site_assets/banner-images/senior_placement_services_banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 48px;
}
#senior-placement-banner h2 {
  font-size: 36px;
  margin: 0;
}
#senior-placement-banner h3 {
  font-size: 28px;
  color: #fff;
  line-height: 1em;
  margin: 8px 0;
}
#senior-placement-banner p {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
#senior-placement-banner a {
  margin-top: 24px;
}
