@charset "UTF-8";
:root {
  --pv-light: #fff;
  --pv-purple: #9A4E9E;
  --pv-green: #00b156;
  --pv-blue: #007AC6;
  --pv-navy: #232E82;
  --pv-orange: #FBB034;
  --pv-focus: #0000FF;
}

.grid-item {
  box-sizing: border-box;
}

b, strong, dt {
  font-weight: 600;
}

body #Content {
  z-index: 2;
}

body #Footer {
  z-index: 1;
}

#Content {
  padding-top: 0px;
}

.social .facebook i:before {
  content: "\f30e";
}

#SA_widget {
  color: #000;
}

form.post-password-form input[type=submit] {
  background: #232E82;
  color: #fff;
  border: 1px solid #232E82;
}

form.post-password-form input[type=submit]:hover {
  background: #162175;
  border: 1px solid #162175;
}

.feature_box .feature_box_wrapper .desc_wrapper .desc a {
  font-weight: 600;
  text-transform: uppercase;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
}

h1, h2, h3, h4 {
  font-family: "proxima-soft", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
}

h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
}

h2, h2.title {
  font-size: 30px;
  line-height: 34px;
}

h4.title, h4 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

#menu > ul > li > a,
#overlay-menu ul li a {
  font-family: "proxima-nova", sans-serif;
}

#Header {
  display: flex;
  flex-direction: column-reverse;
}

.standard-headline div {
  margin-left: 0;
}

#logo:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: -3px;
}

#Top_bar #logo {
  box-sizing: content-box;
}

#Top_bar #logo img {
  width: 100% !important;
}

#Top_bar {
  border-bottom: 1px solid #eaeaea;
}

#Top_bar.is-sticky {
  backdrop-filter: blur(5px);
}

#Top_bar.is-sticky .container:before {
  height: 5px;
  position: absolute;
}

#Top_bar a.menu-toggle {
  display: none !important;
}

#Top_bar .menu .sub-menu {
  min-width: 200px;
  width: 100%;
}

#Top_bar .menu li ul li {
  display: block;
  width: 100%;
}

#Top_bar .menu > li.menu-item > a {
  text-transform: initial;
}
#Top_bar .menu > li.menu-item > a:after {
  display: none;
}

#Top_bar .sub-menu .menu-item .menu-link:focus-visible {
  outline-offset: -0.25em !important;
}

#Top_bar .menu > li > a span:not(.description) {
  border-right: none;
}

#Top_bar .menu li > ul {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#Top_bar .menu > li ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: initial;
}

#Top_bar .menu li[aria-expanded=true] > .sub-menu {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

#Top_bar .menu-link:after {
  display: none !important;
}

#Top_bar .menu-item {
  align-items: center;
  display: flex;
}

#Top_bar .menu-item:after {
  background-color: #eaeaea;
  content: "";
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
}

#Top_bar .menu-item.menu-item-has-children {
  align-items: center;
  display: flex;
}

#Top_bar .menu-item.menu-item-has-children .menu-link span {
  padding-right: 0;
}

body button.dropdown-toggle {
  background-color: transparent;
  border: none;
  height: 35px;
  padding: 0;
  width: 35px;
}

body button.dropdown-toggle:hover {
  background-color: transparent;
}

body button.dropdown-toggle:focus-visible {
  outline: 3px solid var(--pv-focus);
}

.dropdown-toggle__icon {
  color: var(--pv-navy);
}

#Top_bar button.responsive-menu-toggle {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  display: none;
  height: 34px;
  margin-top: -17px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease-out;
  width: 34px;
  z-index: 200;
}

#Top_bar button.responsive-menu-toggle svg {
  color: var(--pv-green);
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  width: 35px;
}

#Top_bar button.responsive-menu-toggle:hover,
#Top_bar button.responsive-menu-toggle:focus-visible {
  background-color: var(--pv-green);
}

#Top_bar button.responsive-menu-toggle:hover svg,
#Top_bar button.responsive-menu-toggle:focus-visible svg {
  color: var(--pv-light);
}

#Action_bar {
  font-size: 14px;
}

#Action_bar .social {
  display: none;
}

#Action_bar .column {
  display: flex;
  justify-content: flex-end;
}

#Action_bar .slogan span {
  padding: 0 12px;
}

#Action_bar ul.contact_details {
  padding-right: 20px;
}

#Action_bar ul.contact_details i {
  font-size: 18px;
}

.Secondary_bar {
  background-color: var(--mfn-button-bg);
}

.Secondary_bar .menu {
  display: flex;
  justify-content: flex-end;
  padding: 0.25rem 1rem;
}

.Secondary_bar .menu-item {
  padding: 0 0.5em;
  position: relative;
}

.Secondary_bar .menu-item:last-child {
  padding-right: 0;
}

.Secondary_bar .menu-item:last-child:after {
  display: none;
}

.Secondary_bar .menu-item:before {
  color: var(--pv-light);
  margin-right: 0.25em;
}

.Secondary_bar .menu-item:after {
  background-color: var(--pv-light);
  content: "";
  height: 60%;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
}

.Secondary_bar .menu-item a {
  color: var(--pv-light) !important;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.25em 0.125em;
  text-transform: uppercase;
  text-underline-offset: 0.125em;
}

.Secondary_bar .menu-item a:hover,
.Secondary_bar .menu-item a:focus-visible {
  text-decoration: underline;
}

.menu .menu-item.icon-search:before,
.menu .menu-item.icon-phone:before {
  display: none;
}

.menu .menu-item.icon-search a:before,
.menu .menu-item.icon-phone a:before {
  display: inline-block;
  font-family: "mfn-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1em;
  margin-right: 0.5em;
  speak: never;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  -webkit-font-smoothing: antialiased;
}

.menu .menu-item.icon-search a:before {
  content: "\e91b";
}

.menu .menu-item.icon-phone a:before {
  content: "\e8f4";
}

#Side_slide {
  right: 0 !important;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-out;
  width: clamp(300px, 50vw, 600px) !important;
}

body.side-slide-is-open #Side_slide {
  right: 0 !important;
  transform: translate3d(0, 0, 0);
  width: clamp(300px, 50vw, 600px) !important;
}

#Side_slide .secondary-menu--mobile li a,
#Side_slide #menu ul li a {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 0.75em 1em;
  text-transform: uppercase;
  width: 100%;
}

#Side_slide #menu {
  margin-bottom: 0;
}

#Side_slide .menu li {
  border-bottom: 1px solid #bababa !important;
}

#Side_slide.light #menu ul li:first-child {
  border-top: 1px solid #bababa !important;
}

#Side_slide #menu ul li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
}

#Side_slide #menu ul li a {
  flex: 1;
  margin-right: 0;
}

#Side_slide li a {
  transition: all 0.3s ease-out;
}

#Side_slide li a:hover,
#Side_slide li a:focus-visible {
  background-color: var(--pv-green);
  color: var(--pv-light) !important;
  text-decoration: none;
}

#Side_slide .secondary-menu--mobile {
  display: flex;
  flex-direction: column;
  list-style: none;
}

#Side_slide .secondary-menu--mobile li {
  display: flex;
  padding: 0;
}

body #Side_slide button.dropdown-toggle {
  border-radius: 0;
  border-left: 1px solid #efefef;
  height: 48px;
  width: 50px;
}

#Side_slide button.dropdown-toggle svg {
  transform: scaleY(1);
}
#Side_slide button.dropdown-toggle[aria-expanded=true] svg {
  transform: scaleY(-1);
}

#Side_slide .menu-item.menu-item-has-children[aria-expanded=true] .sub-menu {
  display: block !important;
}
#Side_slide .sub-menu {
  background-color: #eaeaea;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #Top_bar button.responsive-menu-toggle {
    display: block;
  }
  .Secondary_bar {
    display: none;
  }
  .logo {
    max-width: clamp(200px, 30vw, 275px);
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .logo {
    max-width: clamp(200px, 25vw, 275px);
    width: 100%;
  }
}
#Wrapper #Footer {
  background-color: var(--pv-purple);
}

#Footer .widgets_wrapper {
  padding: clamp(30px, 4.5vw, 60px) 0 15px 0;
}

#Footer .sibling-text aside, #Footer .widgets aside {
  margin: 0;
}

#Footer .widgets, #Footer .widgets + div {
  width: 100%;
  max-width: 340px;
  margin-top: 55px;
}

.footer-nav__title {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.675em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
}

.footer-menu-column {
  margin-bottom: 30px;
}
.footer-menu-column li {
  display: flex;
  gap: 10px;
}
.footer-menu-column li i:before {
  font-size: 1.25rem;
  margin-top: 3px;
}
.footer-menu-column li a {
  font-size: 18px;
  margin-bottom: 0.375em;
  outline-width: 3px !important;
  outline-color: #fff !important;
  outline-offset: 5px !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 255, 255, 0.75) !important;
  text-underline-offset: 0.125em !important;
}
.footer-menu-column li a:hover, .footer-menu-column li a:focus-visible {
  text-decoration: none !important;
}

#Footer .widgets aside ul.social {
  margin-top: 15px;
}

.footer-copyright > .container > * {
  margin-bottom: 10px;
}

#Footer .footer_copy .copyright {
  text-align: center;
  float: initial !important;
}

#Footer .footer_copy .social {
  display: none;
}

.footer_button {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 42px;
  height: 42px;
  font-size: 20px !important;
  padding: 0;
}

#Footer .image_wrapper img {
  width: 420px;
}

#Footer .footer_copy .mcb-column-inner {
  margin-bottom: 0;
}

#Footer .container {
  width: 100% !important;
}

#Footer .footer_copy {
  border: none;
  background: #232e83;
}

#Footer .footer_copy .one {
  margin: 0;
  padding: 15px;
  min-height: 0;
}

#Footer .social, #Side_slide .social {
  margin-top: 5px;
}

#Footer .social i, #Side_slide .social i {
  font-size: 30px;
}

#Footer .social li:first-child [class^=icon-]:before,
#Footer .social li:first-child [class*=" icon-"]:before {
  margin-left: 0;
}

.fancy-box {
  background-color: var(--pv-purple);
  box-shadow: 5px 5px 0 var(--pv-blue);
  color: #ffffff;
  max-width: 500px;
  width: 100%;
  padding: 1rem 0.5rem;
}

.fancy-box.fancy-box-single {
  padding: 1rem 1.2rem;
}

.fancy-box-single > div {
  display: flex;
  gap: 0.75rem;
  margin-top: 7px;
  padding-top: 5px;
}

.fancy-box .excerpt-hellip {
  display: none;
}

.fancy-box h1 {
  line-height: 1.2;
  font-size: 34px;
}

.fancy-box h1, .fancy-box p {
  color: #ffffff !important;
  margin-bottom: 10px;
  text-wrap: balance;
}

.fancy-box .two-fifth.column {
  width: initial;
}

.home-grid {
  background-color: #F4F5F9;
}

.home-grid div h3,
.home-grid div div {
  color: #1E1E1E;
}

.home-grid div h1,
.home-grid div h2,
.home-grid div h3,
.home-grid div h4,
.home-grid div h5,
.home-grid div h6 {
  color: var(--pv-navy);
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-grid .section_wrapper {
  display: grid;
  grid-template-columns: auto;
  gap: 2rem;
}

.home-grid .section_wrapper .divider {
  display: none;
}

.home-grid .section_wrapper .one-second.mcb-wrap {
  width: 100%;
}

.home-grid .column_feature_box .mcb-item-feature_box-inner {
  padding: 0;
  overflow: initial;
}

.home-grid .feature_box .feature_box_wrapper .photo_wrapper,
.home-grid .feature_box .feature_box_wrapper .desc_wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.home-grid .feature_box .feature_box_wrapper .desc_wrapper {
  padding: 0;
}

.home-grid .feature_box .feature_box_wrapper .photo_wrapper img {
  object-fit: cover;
}

.home-grid .section_wrapper .box-1 .photo_wrapper {
  box-shadow: 5px 5px 0 var(--pv-purple);
}

.home-grid .section_wrapper .box-2 .photo_wrapper {
  box-shadow: 5px 5px 0 var(--pv-green);
}

.home-grid .section_wrapper .box-3 .photo_wrapper {
  box-shadow: 5px 5px 0 var(--pv-orange);
}

.home-grid .section_wrapper .box-4 .photo_wrapper {
  box-shadow: 5px 5px 0 var(--pv-blue);
}

.home-grid .pink-btn .button {
  color: #ffffff;
  padding: 10px 35px;
}

.home-grid .photo_wrapper a {
  border: 2px solid transparent;
  transition: all 0.3s ease-out;
}
.home-grid .photo_wrapper a:hover {
  border: 2px solid var(--pv-navy);
}
.home-grid .photo_wrapper .scale-with-grid {
  object-fit: cover;
  width: 100%;
}

body .column_livesearch {
  margin-bottom: clamp(60px, 10vw, 120px) !important;
  width: 100% !important;
}

body .column_livesearch .mfn-live-search-wrapper {
  box-shadow: none !important;
  border: 1px solid var(--pv-purple);
}

.custom-form .gform_wrapper {
  margin-top: 20px;
}

.custom-form .gform_wrapper h3 {
  margin: 0px;
  font-size: 26px;
  line-height: 1;
}

.custom-form .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}

.custom-form.contact-us .gform_wrapper li {
  margin-top: 10px;
}

.custom-form.contact-us .gform_wrapper li span label {
  padding-bottom: 10px;
}

.custom-form .gform_wrapper p {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-form .gform_wrapper .asterisk {
  color: #FF0000;
}

.custom-form .gform_fields {
  grid-row-gap: 5px;
}

.custom-form .gform_wrapper label {
  line-height: 1;
  font-weight: 500 !important;
}

.custom-form .gform_wrapper input,
.custom-form .gform_wrapper select,
.custom-form .gform_wrapper textarea {
  border-radius: 7px;
  padding: 13px 15px !important;
}

.custom-form .gform_wrapper input.button {
  width: 100%;
  background-color: var(--pv-navy);
  text-transform: capitalize;
}

.custom-form textarea {
  height: 150px !important;
}

.custom-form .footer_copy .mcb-column-inner {
  margin-bottom: 0;
}

.document-controls input[type=text],
.document-controls select {
  padding: 8px 12px;
  border: 1px solid var(--pv-purple);
  border-radius: 4px;
}

.custom-form .gform_wrapper input.button {
  border: none;
}

.custom-form .gform_wrapper input.button:hover {
  color: #fff;
}

blockquote {
  font-size: 17px;
  line-height: 31px;
  display: block;
  height: auto;
  margin: 0 0 35px 25px;
  top: 15px;
  position: relative;
}

blockquote:before {
  content: "";
}

.blockquote {
  position: relative;
  margin-bottom: 20px;
}

.blockquote .mfn-blockquote-icon {
  display: block;
  font-size: 65px;
  position: absolute;
  left: 25px;
  top: 25px;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.1);
}

.blockquote blockquote {
  margin-bottom: 25px;
}

body:not(.style-simple) .blockquote blockquote {
  text-decoration: initial;
  text-decoration-color: rgba(0, 0, 0, 0.1);
  text-underline-offset: 8px;
  text-align: center;
  text-decoration-thickness: 1px;
  text-underline-position: from-font;
}

.blockquote p.author {
  margin-left: 25px;
}

.blockquote p.author i {
  margin-right: 5px;
}

blockquote:after {
  transform: rotate(180deg);
}

.testimonial-slider h2 {
  text-align: center;
}

.testimonial-slider .blockquote .icon-quote::before {
  display: none;
}

.testimonial-slider .mcb-item-testimonials-inner {
  margin-bottom: 0;
}

body .testimonial-slider .blockquote blockquote {
  font-family: "proxima-nova", sans-serif;
  text-align: center !important;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-decoration: initial;
  text-decoration-color: rgba(0, 0, 0, 0.1);
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  text-underline-position: from-font;
}

body .testimonial-slider .author .title {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #1E1E1E;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 500;
}

.single-testimony h2 {
  text-align: center;
}

.single-testimony .icon-quote::before {
  display: none;
}

.Latest_news ul.ul-first li a {
  text-transform: uppercase;
}

.Latest_news ul.ul-second li a {
  text-transform: capitalize;
}

.Latest_news ul.ul-first li h1 a, .Latest_news ul.ul-first li h2 a, .Latest_news ul.ul-first li h3 a, .Latest_news ul.ul-first li h4 a, .Latest_news ul.ul-first li h5 a, .Latest_news ul.ul-first li h6 a,
.Latest_news ul.ul-second li h1 a,
.Latest_news ul.ul-second li h2 a,
.Latest_news ul.ul-second li h3 a,
.Latest_news ul.ul-second li h4 a,
.Latest_news ul.ul-second li h5 a,
.Latest_news ul.ul-second li h6 a {
  font-family: "proxima-nova", sans-serif;
  color: var(--pv-navy);
  font-weight: 400;
  line-height: 1;
}
.Latest_news ul.ul-first li h1 a:hover, .Latest_news ul.ul-first li h1 a:focus-visible, .Latest_news ul.ul-first li h2 a:hover, .Latest_news ul.ul-first li h2 a:focus-visible, .Latest_news ul.ul-first li h3 a:hover, .Latest_news ul.ul-first li h3 a:focus-visible, .Latest_news ul.ul-first li h4 a:hover, .Latest_news ul.ul-first li h4 a:focus-visible, .Latest_news ul.ul-first li h5 a:hover, .Latest_news ul.ul-first li h5 a:focus-visible, .Latest_news ul.ul-first li h6 a:hover, .Latest_news ul.ul-first li h6 a:focus-visible,
.Latest_news ul.ul-second li h1 a:hover,
.Latest_news ul.ul-second li h1 a:focus-visible,
.Latest_news ul.ul-second li h2 a:hover,
.Latest_news ul.ul-second li h2 a:focus-visible,
.Latest_news ul.ul-second li h3 a:hover,
.Latest_news ul.ul-second li h3 a:focus-visible,
.Latest_news ul.ul-second li h4 a:hover,
.Latest_news ul.ul-second li h4 a:focus-visible,
.Latest_news ul.ul-second li h5 a:hover,
.Latest_news ul.ul-second li h5 a:focus-visible,
.Latest_news ul.ul-second li h6 a:hover,
.Latest_news ul.ul-second li h6 a:focus-visible {
  text-decoration: underline;
}

.Latest_news .button-container {
  display: flex;
  padding-bottom: 5px;
  margin-top: 20px;
}

.Latest_news .button-container a {
  color: #ffffff;
  padding: 10px 35px;
  background-color: var(--pv-navy);
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03), inset 0px 4px 3px -2px rgba(0, 0, 0, 0.07);
  font-weight: 500;
}

.Latest_news .button-container a:hover {
  text-decoration: none;
}

.Latest_news ul.ul-second {
  display: flex;
  flex-direction: column;
}

.Latest_news ul.ul-second li {
  overflow: initial;
  margin: 0 0 18px;
}

.Latest_news ul.ul-second li:nth-child(1) .photo {
  box-shadow: 5px 5px 0 var(--pv-purple);
}

.Latest_news ul.ul-second li:nth-child(2) .photo {
  box-shadow: 5px 5px 0 var(--pv-blue);
}

.Latest_news ul.ul-second li:nth-child(3) .photo {
  box-shadow: 5px 5px 0 var(--pv-orange);
}

.Latest_news ul.ul-first .photo {
  position: relative;
}

.Latest_news ul.ul-first .photo::before {
  position: absolute;
  content: "";
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  right: 0;
  bottom: 0;
  background-color: #00B056;
  z-index: -1;
}

.Latest_news ul.ul-first .photo img {
  padding-bottom: 5px;
  padding-right: 5px;
}

.Latest_news ul li .photo,
.Latest_news.featured ul.ul-first li .photo {
  border: none;
}

.Latest_news .date {
  display: none;
}

.fancy_heading.fancy_heading_line h2.title {
  color: #000;
}

.testimonials_slider .testimonials_slider_ul li .hr_dots,
.slider_pagination a.selected:after,
.slider_pagination .slick-active a:after {
  display: none;
}

.testimonials_slider_ul {
  align-items: center;
  display: flex;
  justify-content: center;
}

.slider_pagination a.selected,
.slider_pagination .slick-active a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.intranet-documents {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.intranet-documents th,
.intranet-documents td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.intranet-documents th {
  background-color: var(--pv-purple);
  color: white;
  cursor: pointer;
}

.plan-image img {
  max-height: 500px;
  object-fit: contain;
}

.gallery-page h2 {
  margin: 0px auto 25px;
  width: 100%;
  display: block;
  text-align: center;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
}

.grid-item {
  width: 33.3333333333%;
  padding: 10px;
}

.grid-item a {
  text-decoration: none;
  display: none;
}

.grid-item a:first-of-type {
  display: block;
}

.grid-item a:hover .grid-image img {
  transform: scale(1.1);
}

.grid-link {
  position: relative;
}

.grid-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.25);
}

.grid-icon span {
  font-size: 40px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grid-image {
  overflow: hidden;
}

.grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.5s ease;
}

.grid-name {
  background-color: #f8f8f8;
  color: #412d63;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1500px;
  max-height: 80vh;
}

.contact-image div,
.contact-image div.image_frame,
.contact-image div.image_wrapper {
  overflow: initial;
}

.contact-image img {
  box-shadow: 5px 5px 0 var(--pv-orange);
}

.row-grid-images .image_frame {
  width: 100%;
}

.row-grid-images img {
  width: 100%;
}

.row-grid-images .mcb-column-inner {
  margin-bottom: 0;
}

.worry-free {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
}

.worry-free-checkbox {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border-right: 1px solid #ccc;
}

.worry-free-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.worry-free-content {
  flex: 1;
  padding: 15px 20px;
}
.worry-free-content .mfn-inline-editor h1, .worry-free-content .mfn-inline-editor h2, .worry-free-content .mfn-inline-editor h3, .worry-free-content .mfn-inline-editor h4, .worry-free-content .mfn-inline-editor h5, .worry-free-content .mfn-inline-editor h6 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.worry-free-content p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.worry-free-component {
  margin-top: 50px;
}

.worry-free-component .mcb-column-inner {
  margin-bottom: 5px;
}

.worry-free-component .image_frame {
  box-shadow: 5px 5px 0 var(--pv-orange);
}

.mcb-section.floor-plan-view {
  position: relative;
  overflow: visible;
}

.section_wrapper .one:has(.floor-plan-content) {
  overflow: visible;
}

.floor-plan-image {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.floor-plan-image:hover {
  transform: scale(1.05);
  z-index: 10;
}

.floor-plan-image img {
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.floor-plan-image:hover img {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.floor-plan-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.floor-plan-overlay img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
}

.floor-plan-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.floor-plan-close:hover {
  color: #ccc;
}

.static-tab .section_wrapper {
  padding: 0 12px 26px;
  background-color: #F4F5F9;
  margin: 0 auto;
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
}

.static-tab .section_wrapper .wrap .mcb-column-inner {
  padding: 40px 10px 50px;
  margin: 0;
}

.static-tab .section_wrapper .image_frame {
  box-shadow: 5px 5px 0 var(--pv-orange);
  width: 100%;
}

.static-tab .section_wrapper .image_frame img {
  margin-bottom: 0 !important;
}

.static-tab .section_wrapper .wrap .single-tab-item > div {
  padding: 0;
}

.static-tab .single-tab-item div > div {
  background: #F4F5F9;
  color: var(--pv-navy);
  position: absolute;
  left: -12px;
  top: -57px;
  padding: 20px 20px;
}

.static-tab .single-tab-item div > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background-color: var(--pv-green);
  visibility: visible;
}

.static-tab .single-tab-item div p {
  font-weight: 600;
}

.static-tab .section_wrapper > div:first-of-type {
  width: 100%;
}

.static-tab .section_wrapper > div:last-of-type {
  width: 100%;
}

.static-tab .section_wrapper > div:last-of-type .mcb-wrap-inner .mcb-wrap-background-overlay {
  display: none;
}

.static-tab .section_wrapper > div:last-of-type .mcb-wrap-inner .col-1 {
  width: 55%;
  padding: 40px 0px 0px;
}

.static-tab .section_wrapper > div:last-of-type .mcb-wrap-inner .col-1 div {
  padding: 0px 0px 0px 10px;
}

.static-tab .section_wrapper > div:last-of-type .mcb-wrap-inner .col-2 {
  width: 45%;
  padding: 40px 0px 0px;
}

.static-tab .section_wrapper > div:last-of-type .mcb-wrap-inner .col-2 div {
  padding: 0px 0px 0px 10px;
}

.static-tab .section_wrapper > div:last-of-type ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.static-tab .section_wrapper > div:last-of-type li {
  line-height: 1.5;
  margin-bottom: 1px;
}

@media only screen and (max-width: 1023px) {
  .static-tab .section_wrapper .image_frame img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .static-tab .section_wrapper .image_frame img {
    height: 200px;
  }
  .static-tab .section_wrapper .wrap .image .mcb-column-inner {
    padding: 40px 0px 30px;
  }
  .static-tab .section_wrapper {
    padding: 0 12px 65px;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
  }
  .static-tab .single-tab-item div > div {
    left: -33px;
    top: -50px;
  }
}
@media only screen and (max-width: 1023px) {
  .static-tab .section_wrapper {
    padding: 0 12px 65px;
  }
  .static-tab .section_wrapper .wrap .mcb-column-inner {
    padding: 40px 10px 30px;
  }
  .static-tab .section_wrapper > div:last-of-type .mcb-wrap-inner {
    gap: 1.5rem;
  }
  .static-tab .section_wrapper > div:last-of-type .mcb-wrap-inner > div.col-1,
  .static-tab .section_wrapper > div:last-of-type .mcb-wrap-inner > div.col-2 {
    width: 100%;
    padding: 0px 0px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .static-tab .section_wrapper > div:first-of-type {
    width: 28%;
  }
  .static-tab .section_wrapper > div:last-of-type {
    width: 72%;
  }
}
.mcb-item-blog_news-inner .mfn-featured-post-title a,
.mcb-item-blog_news-inner .mfn-post-title a {
  outline-offset: 5px !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(35, 46, 130, 0.2) !important;
  text-underline-offset: 0.125em !important;
}
.mcb-item-blog_news-inner .mfn-featured-post-title a:hover, .mcb-item-blog_news-inner .mfn-featured-post-title a:focus-visible,
.mcb-item-blog_news-inner .mfn-post-title a:hover,
.mcb-item-blog_news-inner .mfn-post-title a:focus-visible {
  text-decoration: none !important;
}

.Latest_news .photo a {
  border: 3px solid transparent;
  display: block;
  transition: all 0.3s ease-out;
}
.Latest_news .photo a:hover, .Latest_news .photo a:focus-visible {
  border: 3px solid var(--pv-navy);
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

.amenity-item {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amenity-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.amenity-item i {
  font-size: 48px;
  color: var(--pv-purple);
  margin-bottom: 15px;
  display: block;
}

.amenity-item h3 {
  color: #333;
  margin-bottom: 10px;
  font-size: 20px;
}

.amenity-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.care-levels {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px;
  border-radius: 15px;
  margin: 30px 0;
}

.care-level-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.care-level {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid var(--pv-green);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.care-level h4 {
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
}

.care-level ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.care-level ul li {
  color: #666;
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.care-level ul li:before {
  content: "✓";
  color: var(--pv-green);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.flag-content .mcb-column-inner {
  margin-bottom: 5px;
}

.flag-content .image_frame {
  overflow: initial;
}

.flag-content .image_frame .image_wrapper {
  overflow: initial;
  box-shadow: 5px 5px 0 var(--pv-orange);
}

.independent-living-r-1 .custom-form {
  color: #1E1E1E;
}

.independent-living-r-1 .custom-form h3 {
  color: var(--pv-navy);
  font-weight: 500;
}

.independent-living-r-1 .custom-form .gform_wrapper p {
  border-bottom: 1px solid #006631;
}

.independent-living-r-1 > div > div:last-of-type {
  background-color: #f2fbff;
  padding-inline: 20px;
  padding-top: 30px;
}

.column_icon_box_2 a:not(.button),
.column_icon_box_2 a:not(.button):hover {
  text-decoration: none;
  color: inherit;
}

.mcb-column-inner:nth-child(2) {
  flex-direction: row;
  display: flex;
  gap: 3rem;
}

.offer .offer_li .desc_wrapper {
  margin: 0;
  padding: 80px 40px;
  box-sizing: border-box;
}

.offer .slider_pagination {
  left: calc(50% - 150px);
  top: calc(100% - 50px);
  background: #00b156;
  color: #fff;
}

.offer a.slider_prev {
  left: calc(50% - 196px);
  top: calc(100% - 4px);
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 5px 0 0 5px;
}

.offer a.slider_next {
  left: calc(50% - 104px);
  top: calc(100% - 96px);
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

.offer a.slider_prev,
.offer a.slider_next {
  background: #00a952;
}

.offer .button_icon i.icon-up-open-big:before {
  content: "\e8b8" !important;
}

.offer .button_icon i.icon-down-open-big:before {
  content: "\e916" !important;
}

.mcb-item-info_box-inner {
  padding: 25px !important;
}

.mcb-item-info_box-inner h3 {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: -25px -25px 15px;
}

.infobox-1 {
  background: #9e52a1;
}

.infobox-2 {
  background: #232e83;
}

.infobox-3 {
  background: #1cb9de;
}

[class*=infobox-] .mcb-item-info_box-inner {
  background: none !important;
}

.infobox ul li {
  padding: 10px 0 10px 20px;
}

.info-form .infobox ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.info-form .mcb-item-info_box-inner h3 {
  text-align: center;
}

.infobox ul li:before {
  left: -10px;
  color: #fff;
}

.dark .infobox ul li:before {
  color: #fff;
}

.infobox ul li:after {
  left: -25px;
}

.green-box {
  background: #19b45b;
  color: #fff;
  padding: 25px;
  box-sizing: border-box;
}

.green-box h2,
.green-box h3 {
  color: #fff;
}

.accordion_wrapper {
  margin-bottom: 25px;
}

.accordion .question {
  border-radius: 0;
}

.accordion .question .title {
  background: #9d52a1;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
}

.accordion .question .title:before {
  background: rgba(0, 0, 0, 0.05);
}

.accordion .question .title > .acc-icon-plus,
.accordion .question .title > .acc-icon-minus {
  color: #fff;
}

.accordion .question.active .title,
.accordion .question.active .title > .acc-icon-plus,
.accordion .question.active .title > .acc-icon-minus {
  color: rgba(255, 255, 255, 0.9);
}

.accordion .question .answer {
  background: #f7f7f7;
}

#popup_contact {
  left: 0;
  bottom: 0;
}

#popup_contact.focus > a.footer_button {
  bottom: 450px;
}

#popup_contact > a.footer_button {
  font-weight: 600;
  width: 130px;
  padding: 8px 25px;
  background: #9a4d9e;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  height: auto;
  border-top-right-radius: 10px;
  text-transform: none;
  left: 0;
  text-align: center;
}

#popup_contact .popup_contact_wrapper {
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  box-sizing: border-box;
  background: #b17db6;
  padding: 0;
}

#popup_contact .one-second.mcb-wrap.left {
  margin-right: 20px;
  width: calc(50% - 20px);
}

#popup_contact .one-second.mcb-wrap.right {
  margin-left: 20px;
  width: calc(50% - 20px);
}

#popup_contact .gform_wrapper {
  margin: 0;
}

#popup_contact .gform_wrapper ul.gform_fields li.gfield.gf_left_half,
#popup_contact .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
  margin: 0;
}

#popup_contact ul li.gfield {
  margin: 0 0 15px;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

#popup_contact .gform_wrapper ul.gfield_checkbox,
#popup_contact .gform_wrapper ul.gfield_radio {
  margin: 0;
}

#popup_contact .gform_wrapper ul.gfield_radio li,
#popup_contact .gform_wrapper ul.gfield_checkbox li {
  margin-bottom: 20px;
}

#popup_contact .gform_wrapper ul.gfield_radio li input,
#popup_contact .gform_wrapper ul.gfield_checkbox li input {
  transform: scale(1.2);
  width: 15px !important;
  margin: 0 !important;
}

#popup_contact .gform_wrapper ul.gfield_radio li label,
#popup_contact .gform_wrapper ul.gfield_checkbox li label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 15px;
  color: #fff;
}

#popup_contact .gform_wrapper input[type=text] {
  border-radius: 0;
  padding: 5px !important;
  font-weight: 400;
  width: 100% !important;
  margin: 0 !important;
}

#popup_contact .gform_wrapper .gfield_html {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px !important;
  color: #fff;
}

#popup_contact .top_label div.ginput_container {
  margin: 0 !important;
}

#popup_contact .gform_footer {
  margin: 0 !important;
  text-align: right;
  padding: 0 !important;
}

#popup_contact .gform_footer input.button {
  margin: 0 !important;
}

#popup_contact .gform_wrapper li.gfield.gfield_error,
#popup_contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
}

#popup_contact .gform_wrapper .field_description_below .gfield_description {
  padding: 0 !important;
  margin-top: 5px;
}

#bp-web-widget-container {
  z-index: 1000;
  position: relative;
}

#bp-web-widget:not(.bp-widget-side) {
  bottom: 25px;
  height: 120px !important;
  right: 0;
  width: 120px !important;
}

.bpFabIcon {
  border: 1px solid #fff;
}

body.single-post #Subheader {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body img.subhead-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 320px;
  max-height: 600px;
}

body img.subhead-image .container {
  position: relative;
}

.subhead-image__container {
  background-color: #fff;
  position: relative;
}

.subhead-image__container .title {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
  text-wrap: balance;
}

body.single-post .post-header .mcb-column-inner {
  margin-bottom: 0;
  padding-top: 15px;
}

body.single-post:not(.template-slider) #Header_wrapper {
  background-image: none;
  background-color: #eaeaea;
  position: relative;
}

.portal-template-default .section_wrapper,
.post-type-archive-portal .section_wrapper {
  display: block;
}

#Subheader.Subheader {
  padding: 220px 0;
}

.floor-plans {
  background-color: #F4F5F9;
}

.full-banner div {
  width: 100%;
  max-width: 100%;
}

.full-banner div img {
  max-height: 600px;
  min-height: 320px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

section.blue-banner {
  padding-top: 180px;
}

#Subheader .title {
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(252, 176, 51, 0.8784313725);
  display: inline-block;
  float: none;
  padding: 10px 40px;
  box-sizing: border-box;
}

#intranet-dashboard {
  background: #f2f2f2;
  float: right;
  padding: 15px;
  border: none;
  position: relative;
  right: 0;
  top: 0px;
  width: 100%;
  max-width: 275px;
  box-sizing: border-box;
}

.intranet-list h3 {
  margin: 0 !important;
  padding: 15px;
  background: #232e83;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}

.intranet-list .list-inner {
  padding: 15px;
  background: #f2f2f2;
  box-sizing: border-box;
}

.intranet-list .list_check li {
  padding: 0;
}

.intranet-list .list_check li:before {
  content: none;
  display: none;
}

.intranet-list .list_check li:after {
  width: 100%;
}

.intranet-list .list_check li:last-child {
  margin: 0;
}

.intranet-documents {
  margin-bottom: 25px;
}

.intranet-documents .button {
  margin: 0 !important;
}

.intranet-documents th {
  background: #232e83;
  color: #fff;
  width: 25%;
  text-transform: uppercase;
}

.intranet-documents th:first-child {
  width: 50%;
}

.intranet-documents td {
  padding: 5px;
  font-size: 14px;
  line-height: 1;
}

.single-portal .document-controls {
  justify-content: flex-start;
}

.single-portal #docSearch {
  float: left;
  max-width: 200px !important;
  margin: 0;
}

.single-portal #categoryFilter {
  margin: 0;
}

.single-portal .table-count {
  font-size: 14px;
  margin: 0;
  margin-left: auto;
}

.intranet-gallery {
  margin-bottom: 0 !important;
}

.column-right {
  float: right;
}

.single-portal.with_aside #Content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-portal.with_aside .sections_group {
  padding-top: 0;
  padding-bottom: 40px;
}

.single-portal .has-post-thumbnail {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.single-portal .has-post-thumbnail .post-wrapper-content {
  width: 100%;
  float: none;
  padding: 0;
}

.single-portal.hide-love .post-header .title_wrapper {
  padding: 0;
}

.single-portal .the_content_wrapper {
  margin: 0;
}

.single-portal #intranet-dashboard {
  top: 0;
  float: none;
  max-width: 100%;
}

.single-portal .widget-area .column {
  margin: 0 auto;
  width: 100%;
}

.single-portal.with_aside .sidebar.columns {
  width: 30%;
}

.single-portal.with_aside .sections_group {
  width: 70%;
}

.single-portal .widget-area:before {
  background: none;
}

.single-portal.aside_right .widget-area {
  border: none;
}

.single-portal .intranet-list h3 {
  font-size: 18px;
  padding: 10px;
}

.single-portal .intranet-list .list-inner {
  padding: 10px;
}

.post-type-archive-portal #Subheader .title {
  display: none;
}

.logged-in .portal-login {
  display: none;
}

.fancy-box a.button {
  outline-color: #fff;
  outline-offset: 4px;
}

.menu-item a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: -3px;
}

.button:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 2px;
}

.contact_details a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.photo_wrapper a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 8px;
}

.column_blog_news .photo a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: -10px;
}
.column_blog_news .desc a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 2px;
}

#Footer .textwidget a,
#Footer .footer-menu a {
  display: block;
}
#Footer .textwidget a:focus-visible,
#Footer .footer-menu a:focus-visible {
  outline: 5px solid #fff;
}

#Footer .custom-html-widget a {
  outline-offset: -2px;
}

.gform_wrapper input[type=color]:focus-visible,
.gform_wrapper input[type=date]:focus-visible,
.gform_wrapper input[type=datetime-local]:focus-visible,
.gform_wrapper input[type=datetime]:focus-visible,
.gform_wrapper input[type=email]:focus-visible,
.gform_wrapper input[type=month]:focus-visible,
.gform_wrapper input[type=number]:focus-visible,
.gform_wrapper input[type=password]:focus-visible,
.gform_wrapper input[type=search]:focus-visible,
.gform_wrapper input[type=tel]:focus-visible,
.gform_wrapper input[type=text]:focus-visible,
.gform_wrapper input[type=time]:focus-visible,
.gform_wrapper input[type=url]:focus-visible,
.gform_wrapper input[type=week]:focus-visible,
.gform_wrapper input[type=submit]:focus-visible,
.gform_wrapper button:focus-visible,
.gform_wrapper select:focus-visible,
.gform_wrapper textarea:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.gform_wrapper .gform-field-label--type-sub {
  font-size: 18px;
}

#Footer .gform_wrapper input[type=color],
#Footer .gform_wrapper input[type=date],
#Footer .gform_wrapper input[type=datetime-local],
#Footer .gform_wrapper input[type=datetime],
#Footer .gform_wrapper input[type=email],
#Footer .gform_wrapper input[type=month],
#Footer .gform_wrapper input[type=number],
#Footer .gform_wrapper input[type=password],
#Footer .gform_wrapper input[type=search],
#Footer .gform_wrapper input[type=tel],
#Footer .gform_wrapper input[type=text],
#Footer .gform_wrapper input[type=time],
#Footer .gform_wrapper input[type=url],
#Footer .gform_wrapper input[type=week],
#Footer .gform_wrapper input[type=submit],
#Footer .gform_wrapper button,
#Footer .gform_wrapper select,
#Footer .gform_wrapper textarea {
  outline-color: #fff;
}
#Footer .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
  font-size: 18px;
}

.skip-to-main {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 99999;
  padding: 0.75rem 1.25rem;
  background: #000;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
}

.skip-to-main:focus-visible {
  top: 0;
  outline: 3px solid #FFDD00;
  outline-offset: 2px;
}

.popup_contact_wrapper input:focus-visible, .popup_contact_wrapper textarea:focus-visible, .popup_contact_wrapper select:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.grid .grid-link:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.floor-plans-tabs .tab-item a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.plan-info a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

p a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.image_wrapper a:focus-visible img {
  outline: 3px solid var(--pv-focus);
  outline-offset: -10px;
}

.post-more:focus-visible,
.entry-title a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.pages a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.prev_page:focus-visible,
.next_page:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.mfn-live-searchform input:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.mfn-live-search-texts a:focus-visible {
  outline: 3px solid var(--pv-focus);
  outline-offset: 3px;
}

.heading-20-blue-uppercase {
  color: var(--pv-navy);
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-24 {
  font-size: 24px;
}

.font-weight-300 {
  font-weight: 300;
}

.mfn-inline-editor p a:not(.button) {
  text-decoration: underline;
}
.mfn-inline-editor p a:not(.button):hover, .mfn-inline-editor p a:not(.button):focus-visible {
  text-decoration: none;
}
.mfn-inline-editor .button:hover:before, .mfn-inline-editor .button:focus-visible:before {
  background-color: var(--mfn-button-action-bg);
}

@media only screen and (max-width: 420px) {
  section.blue-banner {
    padding-top: 250px;
  }
}
@media screen and (max-width: 550px) {
  .grid {
    margin-bottom: 35px;
  }
  .grid-item {
    width: 100%;
  }
  .grid-name {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  .grid-icon {
    width: 50px;
    height: 50px;
  }
  .grid-icon span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-header-mini #Top_bar #logo {
    width: clamp(200px, 34vw, 275px);
  }
  body:not(.template-slider) #Header {
    min-height: 0;
  }
  .mcb-column-inner:nth-child(2) {
    flex-direction: column;
    gap: 0rem;
  }
  .divider .mfn-divider-border-solid .mfn-divider-inner:before {
    margin-top: 30px;
  }
  br {
    display: none;
  }
  .close-wrapper a .icon-cancel-fine:before {
    color: #ffffff;
  }
  .fancy-box .mobile-one.column.blue-btn,
  .fancy-box .mobile-one.column.blue-btn-alt {
    width: 50%;
  }
  .divider > div {
    margin: 0 0 0px !important;
  }
  .fancy-box.fancy-box-single {
    width: auto;
  }
  .fancy-box-single > div {
    gap: 0;
  }
  .fancy-box .mobile-one.column.blue-btn div,
  .fancy-box .mobile-one.column.blue-btn-alt div {
    margin: 0;
  }
  .content_wrapper .fancy-box .mcb-column-inner {
    margin-bottom: 5px !important;
  }
  .content_wrapper .fancy-box {
    margin-top: -60px !important;
  }
  .fancy-box {
    padding: 1rem 1rem;
  }
  .section_wrapper .fancy-box .blue-btn {
    margin-right: 1rem;
  }
  .fancy-box .two-fifth.column {
    width: initial !important;
  }
  .home-grid .feature_box .feature_box_wrapper .photo_wrapper img {
    height: auto;
  }
  .flag-content .section_wrapper .col-text p:last-of-type {
    margin: 0;
  }
  .static-tab .section_wrapper .image_frame img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
  }
  .independent-living-r-1 > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .independent-living-r-1 > div > div:first-of-type {
    padding-left: 33px;
    padding-right: 33px;
  }
  .independent-living-r-1 > div > div:last-of-type {
    padding-inline: 33px;
  }
  .independent-living-r-1 {
    padding-bottom: 0 !important;
  }
  #Footer .widgets, #Footer .widgets + div {
    margin-top: 50px;
  }
  #Footer .container .one-third .gform_wrapper {
    margin-top: 50px;
  }
  #Footer .sibling-text .image_wrapper img {
    width: clamp(225px, 70vw, 420px);
  }
  #Footer .mcb-column-inner {
    margin: 0;
  }
  .testimonial-slider {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .gallery-page h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .amenity-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .care-level-grid {
    grid-template-columns: 1fr;
  }
  .care-levels {
    padding: 20px;
  }
  .floor-plan-overlay img {
    max-width: 95%;
    max-height: 95%;
  }
  .floor-plan-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
  }
  .static-tabs .nav-tabs .nav-link {
    padding: 10px 12px;
    margin-right: 4px;
    font-size: 14px;
  }
  .worry-free-component .mcb-column-inner p {
    margin: 0 0 0px !important;
  }
  .worry-free-component {
    margin-top: 0px;
    padding-top: 50px !important;
  }
  #Subheader .title {
    padding: 10px 25px;
  }
  .offer a.slider_prev {
    left: 20px;
    top: 20px;
    margin: 0;
  }
  .offer .slider_pagination {
    left: 66px;
    top: 20px;
    margin: 0;
  }
  .offer a.slider_next {
    left: 106px;
    top: 20px;
    margin: 0;
  }
  #Top_bar #logo img.svg {
    width: 100%;
  }
  .single-portal .section.the_content.has_content .section_wrapper {
    padding: 0 !important;
  }
  #intranet-dashboard,
  .single-portal #docSearch,
  .single-portal .table-count {
    top: 0;
    float: none;
    max-width: 100%;
  }
  .single-portal .table-count {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home-grid .section_wrapper {
    grid-template-columns: auto auto;
    gap: 3rem;
  }
  .home-grid .feature_box .feature_box_wrapper .photo_wrapper img {
    height: 190px;
  }
  .flag-content .section_wrapper {
    gap: 2rem;
  }
  .flag-content .section_wrapper > div {
    width: calc(50% - 1rem);
  }
  .flag-content .section_wrapper > div:first-of-type p {
    width: 93%;
  }
  .fancy-box {
    margin-top: -132px;
  }
  .gallery-page h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  section.blue-banner {
    padding-top: 150px;
  }
  #Subheader .title {
    font-size: 52px;
    line-height: 60px;
    width: auto;
  }
  #Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 45px;
  }
  .list-split {
    columns: 2;
    column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #Footer .widgets_wrapper .container > div {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .feature_box .feature_box_wrapper .desc_wrapper {
    padding: 0;
    width: 100%;
  }
  .infobox {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 959px) {
  .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .home-grid .feature_box .feature_box_wrapper .photo_wrapper img {
    height: 260px;
  }
  .fancy-box {
    margin-top: -150px;
  }
  .fancy-box-alt {
    margin-top: -139px;
  }
  .fancy-box-gallery {
    margin-top: -82px;
  }
  .independent-living-r-1 > div > div:first-of-type {
    padding-right: 50px;
  }
  .independent-living-r-1 > div > div:last-of-type {
    padding-inline: 50px;
  }
  .independent-living-r-1 .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 5px;
  }
  section.blue-banner {
    padding-top: 120px;
  }
  #Top_bar .menu_wrapper ul.menu-main > li:nth-child(5),
  #Top_bar .menu_wrapper ul.menu-main > li:nth-child(6),
  #Top_bar .menu_wrapper ul.menu-main > li:nth-child(7),
  #Top_bar .menu_wrapper ul.menu-main > li:nth-child(9) {
    display: none;
  }
  #Top_bar .menu_wrapper ul.menu-main li a {
    position: relative;
  }
  #Top_bar .menu_wrapper ul.menu-main li:nth-child(4) a::before,
  #Top_bar .menu_wrapper ul.menu-main li:nth-child(8) a::before {
    width: 0;
  }
}
@media (max-width: 1180px) {
  #Top_bar .menu > li > a {
    font-size: 14px;
  }
  .single-portal .document-controls {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .single-portal #docSearch,
  .single-portal .document-controls select {
    width: 100% !important;
    max-width: 100% !important;
  }
  .single-portal .table-count {
    margin-left: 0 !important;
    text-align: center;
  }
}
@media (max-width: 1239px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
@media only screen and (min-width: 1240px) {
  .home-grid .feature_box .feature_box_wrapper .photo_wrapper img {
    height: 330px;
  }
}
@media (max-width: 1420px) {
  #Top_bar .menu > li > a {
    font-size: 15px;
  }
  #Top_bar #logo img {
    max-width: 270px;
  }
}

/*# sourceMappingURL=main.css.map */
