.blue {
  color: #2d8dc5; }

  .bkg-blue {
    background: #cfe2f8; }

    .green {
      color: #39aa6e; }

      .bkg-green {
        background: #cdfde1; }

        .yellow {
          color: #fffb44; }

          .bkg-yellow {
            background: #ffffd7; }

            .orange {
              color: #AE9137; }

              .bkg-orange {
                background: #fed89f; }

                .red {
                  color: #ee2869; }

                  .bkg-red {
                    background: #fec7cf; }

                    .statichtml {
                      box-sizing: border-box;
                      font-family: sans-serif;
                      height: unset;
                      position: unset;
                      width: unset; }

                      .phone-readmore {
                        grid-template-columns: auto auto !important;
                        grid-gap: 0px !important;
                        max-width: 130px; }
                        .phone-readmore i {
                          font-size: 14px; }
                          .phone-readmore a {
                            font-size: 0.85rem;
                            font-family: 'Open Sans';
                            margin-bottom: 0px; }

.staticbody {
  background-color: #f6f6f6;
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto; }
  .staticbody .condos img {
    border: 10px solid #ffffff;
    width: 100%; }
  .staticbody .header-image {
    align-items: center;
    background: url(/static/images/banner-3.png) no-repeat left top;
    background-size: cover;
    border-bottom: 1px solid #efefef;
    display: flex;
    margin: 0 auto;
    position: relative;
    height: 450px;
    width: 100vw;
    z-index: 1; }
    .staticbody .header-image .center-banner {
      margin: 0 auto;
      width: 100%;
      max-width: 1100px; }
      .staticbody .header-image .center-banner .slanted {
        background: #2d8dc5;
        box-sizing: border-box;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
        display: block;
        margin: 0 auto;
        padding: 30px 60px;
        width: fit-content; }
        .staticbody .header-image .center-banner .slanted h1 {
          color: #ffffff;
          font-family: 'Open Sans', sans-serif;
          font-size: 2.25rem;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 1;
          margin: 0;
          padding: 0; }
          .staticbody .header-image .center-banner .slanted p {
            color: #ffffff;
            font-family: 'Open Sans', sans-serif;
            font-size: 1rem;
            font-weight: 400;
            margin: 10px 0 0 0;
            padding: 0; }
  .staticbody .static-content-wrapper {
    box-sizing: border-box;
    font-family: sans-serif;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 100%;
    max-width: 1100px;
    z-index: 2; }
    .staticbody .static-content-wrapper .static-body-content {
      height: fit-content;
      margin: 50px auto 100px auto;
      width: 100%; }
      .staticbody .static-content-wrapper .static-body-content.alt {
        margin-top: 110px; }
        .staticbody .static-content-wrapper .static-body-content h3 {
          font-family: 'Open Sans', sans-serif;
          padding-bottom: 24px;
          margin-bottom: 24px;
          line-height: 1.2;
          font-size: 2rem;
          font-weight: 600;
          text-align: center; }
          .staticbody .static-content-wrapper .static-body-content h3::before {
            content: "";
            height: 4px;
            width: 56px;
            border-radius: 2px;
            background-color: #99c221;
            position: absolute;
            left: 50%;
            transform: translate(-28px, 50px); }
            .staticbody .static-content-wrapper .static-body-content h3.alt {
              margin: 0;
              padding-bottom: 0;
              text-align: left; }
              .staticbody .static-content-wrapper .static-body-content h3.alt::before {
                content: none;
                height: 0;
                width: 0;
                border-radius: 0;
                background-color: transparent;
                position: unset;
                left: unset;
                transform: none; }
      .staticbody .static-content-wrapper .static-body-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
        margin: 0 0 16px; }
        .staticbody .static-content-wrapper .static-body-content .uw_team,
        .staticbody .static-content-wrapper .static-body-content .claims {
          grid-gap: 0;
          font-size: 0.85rem; }
          .staticbody .static-content-wrapper .static-body-content .uw_team div,
          .staticbody .static-content-wrapper .static-body-content .uw_team a,
          .staticbody .static-content-wrapper .static-body-content .claims div,
          .staticbody .static-content-wrapper .static-body-content .claims a {
            border-bottom: 1px solid #eaeaea;
            padding: 10px 20px; }
      .staticbody .static-content-wrapper .static-body-content .uw_team {
        grid-template-columns: 185px 275px 145px 130px; }
        .staticbody .static-content-wrapper .static-body-content .claims {
          grid-template-columns: auto 1fr; }
          .staticbody .static-content-wrapper .static-body-content .cards div {
            align-self: stretch;
            border-radius: 0;
            background-color: #fff;
            border: 0;
            border-bottom: 4px solid #2d8dc5;
            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            margin: 10px;
            width: 300px;
            padding: 12px 32px;
            text-align: center; }
            .staticbody .static-content-wrapper .static-body-content .cards div h4 {
              color: #101010;
              font-family: 'Open Sans';
              font-size: 1.25rem;
              font-weight: 900;
              letter-spacing: 0;
              margin: 0 0 2px 0;
              text-transform: unset; }
              .staticbody .static-content-wrapper .static-body-content .cards div p {
                font-size: 0.85rem;
                font-family: 'Open Sans';
                margin-bottom: 2px; }
                .staticbody .static-content-wrapper .static-body-content .cards div p i {
                  font-size: 0.85rem !important;
                  padding-right: 10px; }
            .staticbody .static-content-wrapper .static-body-content .cards div i {
              text-align: center; }
              .staticbody .static-content-wrapper .static-body-content .cards div div {
                align-self: stretch;
                border-radius: 0;
                background-color: #fff;
                border: 0;
                border-bottom: 0;
                box-shadow: none;
                margin: auto;
                width: auto;
                padding: 0;
                text-align: left; }
      .staticbody .static-content-wrapper .static-body-content .wp-block-columns {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap; }
        .staticbody .static-content-wrapper .static-body-content .wp-block-columns .wp-block-column {
          flex-basis: 0;
          flex-grow: 1;
          min-width: 0;
          word-break: break-word;
          overflow-wrap: break-word; }
          .staticbody .static-content-wrapper .static-body-content .wp-block-columns .wp-block-column:first-child {
            margin-right: 10px; }
            .staticbody .static-content-wrapper .static-body-content .wp-block-columns .wp-block-column:last-child {
              margin-left: 10px; }
              .staticbody .static-content-wrapper .static-body-content .wp-block-columns .wp-block-column .acg-card {
                width: 100%;
                border-radius: 0;
                background-color: #fff;
                border: 0;
                box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
                padding: 32px;
                border-bottom: 16px solid #2d8dc5; }
                .staticbody .static-content-wrapper .static-body-content .wp-block-columns .wp-block-column .acg-card h2 {
                  color: inherit;
                  font-family: 'Open Sans', sans-serif;
                  font-size: 1rem;
                  line-height: 1.5;
                  font-size: 2rem;
                  font-weight: 600;
                  line-height: 1.2;
                  color: #2d8dc5; }

.navigation {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 60px;
  justify-content: center;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100vw;
  z-index: 4; }
  .navigation .nav-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1100px; }
    .navigation .nav-wrapper .logo {
      align-items: center;
      color: #ffffff;
      display: flex;
      font-family: 'Montserrat';
      font-size: 1rem;
      height: 100%;
      padding: 0 20px;
      position: relative;
      font-weight: 600;
      transition: all 0.3s ease; }
      .navigation .nav-wrapper .logo:hover {
        color: #2d8dc5; }
    .navigation .nav-wrapper nav {
      display: flex;
      flex-wrap: nowrap;
      height: 100%;
      justify-content: flex-end;
      margin: 0;
      width: 100%; }
      .navigation .nav-wrapper nav a {
        align-items: center;
        display: flex;
        justify-content: center;
        color: #ffffff;
        cursor: pointer;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
        margin: 0 0px;
        padding: 0 20px;
        transition: all 0.3s ease; }
        .navigation .nav-wrapper nav a:hover {
          color: #2d8dc5; }
          .navigation .nav-wrapper nav a.active {
            background-color: #37a9eb;
            color: #ffffff;
            cursor: default; }
  .navigation.navcolor {
    background-color: #ffffff;
    height: 60px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
    .navigation.navcolor .nav-wrapper .logo {
      color: #2d8dc5; }
      .navigation.navcolor .nav-wrapper .logo:hover {
        background-color: #2d8dc5;
        color: #ffffff; }
    .navigation.navcolor .nav-wrapper nav a {
      color: #2d8dc5; }
      .navigation.navcolor .nav-wrapper nav a:hover {
        background-color: #2d8dc5;
        color: #ffffff; }
        .navigation.navcolor .nav-wrapper nav a.active {
          background-color: #37a9eb;
          color: #ffffff;
          cursor: default; }

.bullet {
  font-size: 0.5em; }

  .claim-reporting {
    width: 620px !important; }

    .mobile-content, .toggle_btn1, .toggle_btn2, .toggle_btn3 {
      display: none; }

      .uw_focus, .location_wrapper, .team_wrapper {
        margin-bottom: 60px; }

        .uw_focus_header {
          margin-top: 60px; }

          .reportbtn {
            background: #37a9eb;
            border: 0 !important;
            color: #ffffff;
            display: block;
            margin: 10px auto 0 auto;
            text-align: center;
            width: fit-content; }
            .reportbtn:hover {
              background: #2d8dc5;
              color: #ffffff; }

@media only screen and (min-width: 330px) and (max-width: 500px) {
  .mobile-margin {
    margin-top: 5px;   }
    .uw_focus, .location_wrapper, .team_wrapper {
      display: none;
      margin-bottom: 30px;   }
      .uw_focus.active, .location_wrapper.active, .team_wrapper.active {
        display: block;   }
  .uw_focus_toggle, .team_toggle, .location_toggle {
    cursor: pointer;   }
    .toggle_btn1, .toggle_btn2, .toggle_btn3 {
      display: inline-block;
      font-family: "Material Icons";
      position: relative;
      top: 5px;   }
      .toggle_btn1::after, .toggle_btn2::after, .toggle_btn3::after {
        content: "";   }
        .toggle_btn1.superduper::after, .toggle_btn2.superduper::after,
        .toggle_btn3.superduper::after {
          content: "";   }
  .mobile-content {
    display: block;   }
    .standard-content {
      display: none;   }
      .gl-2 {
        grid-template-columns: 1fr !important;   }
        .gl-2 h3.alt {
          text-align: center !important;   }
  .claim-reporting {
    width: 100% !important;   }
    .navigation .nav-wrapper .logo {
      font-size: 0.8rem;
      padding-left: 10px;   }
      .navigation .nav-wrapper nav a {
        font-size: 0.75rem;
        padding: 0 10px;   }
  .staticbody .header-image {
    height: 275px;   }
    .staticbody .header-image .center-banner {
      margin: 65px auto 0 auto;
      width: 100vw;
      max-width: none;   }
      .staticbody .header-image .center-banner .slanted {
        padding: 20px 30px;
        text-align: center;
        width: 90vw;   }
        .staticbody .header-image .center-banner .slanted h1 {
          font-size: 1.25rem;   }
          .staticbody .header-image .center-banner .slanted p {
            font-size: 0.75rem;   }
  .staticbody .static-content-wrapper {
    box-sizing: border-box;
    font-family: sans-serif !important;   }
    .staticbody .static-content-wrapper .static-body-content .cards div {
      margin: 0 10px 10px 0;
      padding: 8px;
      width: calc(50% - 10px);   }
      .staticbody .static-content-wrapper .static-body-content .cards div h4 {
        font-size: 1rem;   }
        .staticbody .static-content-wrapper .static-body-content .cards div p,
        .staticbody .static-content-wrapper .static-body-content .cards div a {
          font-size: 0.75rem;   }
          .staticbody .static-content-wrapper .static-body-content .cards div p i,
          .staticbody .static-content-wrapper .static-body-content .cards div a i {
            font-size: 0.75rem !important;
            padding-right: 6px;   }
    .staticbody .static-content-wrapper .static-body-content .cards div:nth-child(even) {
      margin-right: 0;   }
      .staticbody .static-content-wrapper .static-body-content .cards.claims div {
        margin: 0 0 10px 0;
        width: 100%;   }
    .staticbody .static-content-wrapper .static-body-content h3 {
      font-size: 1.45rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;   }
      .staticbody .static-content-wrapper .static-body-content p {
        font-size: 0.75rem;
        font-family: sans-serif !important;   }
        .staticbody .static-content-wrapper .static-body-content .uw_team,
        .staticbody .static-content-wrapper .static-body-content .claims {
          grid-gap: 0;
          font-size: 0.75rem;   }
          .staticbody .static-content-wrapper .static-body-content .uw_team div,
          .staticbody .static-content-wrapper .static-body-content .uw_team a,
          .staticbody .static-content-wrapper .static-body-content .claims div,
          .staticbody .static-content-wrapper .static-body-content .claims a {
            padding: 8px 4px;   }
    .staticbody .static-content-wrapper .static-body-content .uw_team {
      width: 100%;
      grid-template-columns: 135px auto auto;
      grid-gap: 0 2px;   }
      .staticbody .static-content-wrapper .static-body-content .uw_team div,
      .staticbody .static-content-wrapper .static-body-content .uw_team a {
        overflow: hidden;
        padding: 8px 2px;
        text-overflow: ellipsis;
        white-space: nowrap;   }
        .staticbody .static-content-wrapper .static-body-content .uw_team div.mobile-right,
        .staticbody .static-content-wrapper .static-body-content .uw_team a.mobile-right {
          text-align: right;   }
    .staticbody .static-content-wrapper .static-body-content .mobile-hide {
      display: none !important;   }
  .reportbtn {
    margin-top: 4px;
    padding: 8px 10px !important;   }
}

@media only screen and (min-width: 30px) and (max-width: 329px) {
  .mobile-margin {
    margin-top: 5px;   }
    .uw_focus, .location_wrapper, .team_wrapper {
      display: none;
      margin-bottom: 30px;   }
      .uw_focus.active, .location_wrapper.active, .team_wrapper.active {
        display: block;   }
  .uw_focus_toggle, .team_toggle, .location_toggle {
    cursor: pointer;   }
    .toggle_btn1, .toggle_btn2, .toggle_btn3 {
      display: inline-block;
      font-family: "Material Icons";
      position: relative;
      top: 5px;   }
      .toggle_btn1::after, .toggle_btn2::after, .toggle_btn3::after {
        content: "";   }
        .toggle_btn1.superduper::after, .toggle_btn2.superduper::after,
        .toggle_btn3.superduper::after {
          content: "";   }
  .mobile-content {
    display: block;   }
    .standard-content {
      display: none;   }
      .gl-2 {
        grid-template-columns: 1fr !important;   }
        .gl-2 h3.alt {
          text-align: center !important;   }
  .claim-reporting {
    width: 100% !important;   }
    .navigation .nav-wrapper .logo {
      font-size: 0.8rem;
      padding-left: 10px;   }
      .navigation .nav-wrapper nav a {
        font-size: 0.75rem;
        padding: 0 10px;   }
  .staticbody .header-image {
    height: 275px;   }
    .staticbody .header-image .center-banner {
      margin: 65px auto 0 auto;
      width: 100vw;
      max-width: none;   }
      .staticbody .header-image .center-banner .slanted {
        box-sizing: border-box !important;
        padding: 20px 30px;
        text-align: center;
        width: 90vw;   }
        .staticbody .header-image .center-banner .slanted h1 {
          font-size: 1.25rem;   }
          .staticbody .header-image .center-banner .slanted p {
            font-size: 0.75rem;   }
  .staticbody .static-content-wrapper .static-body-content .cards div {
    margin: 0 10px 10px 0;
    padding: 8px;
    width: calc(50% - 28px);   }
    .staticbody .static-content-wrapper .static-body-content .cards div h4 {
      font-size: 1rem;   }
      .staticbody .static-content-wrapper .static-body-content .cards div p,
      .staticbody .static-content-wrapper .static-body-content .cards div a {
        font-size: 0.75rem;   }
        .staticbody .static-content-wrapper .static-body-content .cards div p i,
        .staticbody .static-content-wrapper .static-body-content .cards div a i {
          font-size: 0.75rem !important;
          padding-right: 6px;   }
  .staticbody .static-content-wrapper .static-body-content .cards div:nth-child(even) {
    margin-right: 0;   }
    .staticbody .static-content-wrapper .static-body-content .cards.claims div {
      margin: 0 0 10px 0;
      width: 100%;   }
  .staticbody .static-content-wrapper .static-body-content h3 {
    font-size: 1.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   }
    .staticbody .static-content-wrapper .static-body-content p {
      font-size: 0.75rem;   }
      .staticbody .static-content-wrapper .static-body-content .uw_team,
      .staticbody .static-content-wrapper .static-body-content .claims {
        grid-gap: 0;
        font-size: 0.75rem;   }
        .staticbody .static-content-wrapper .static-body-content .uw_team div,
        .staticbody .static-content-wrapper .static-body-content .uw_team a,
        .staticbody .static-content-wrapper .static-body-content .claims div,
        .staticbody .static-content-wrapper .static-body-content .claims a {
          padding: 8px 4px;   }
  .staticbody .static-content-wrapper .static-body-content .uw_team {
    width: 100%;
    grid-template-columns: 135px auto auto;
    grid-gap: 0 2px;   }
    .staticbody .static-content-wrapper .static-body-content .uw_team div,
    .staticbody .static-content-wrapper .static-body-content .uw_team a {
      overflow: hidden;
      padding: 8px 2px;
      text-overflow: ellipsis;
      white-space: nowrap;   }
      .staticbody .static-content-wrapper .static-body-content .uw_team div.mobile-right,
      .staticbody .static-content-wrapper .static-body-content .uw_team a.mobile-right {
        text-align: right;   }
  .staticbody .static-content-wrapper .static-body-content .mobile-hide {
    display: none !important;   }
  .reportbtn {
    margin-top: 4px;
    padding: 8px 10px !important;   }
    .mobile-height {
      height: 45px;
      white-space: unset !important;   }
      .navigation .nav-wrapper .logo {
        font-size: 0.8rem;
        padding-left: 10px;   }
        .navigation .nav-wrapper nav a {
          font-size: 0.7rem;
          padding: 0 8px;   }
  .staticbody .header-image .center-banner .slanted {
    padding: 20px 20px;   }
  .staticbody .static-content-wrapper .static-body-content h3 {
    font-size: 1.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   }
    .staticbody .static-content-wrapper .static-body-content .uw_team {
      grid-template-columns: 105px auto auto;   }
}

a {
  color: #2d8dc5;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover {
    color: #37a9eb; }

.blocker {
  z-index: 4 !important; }
  .blocker .modal {
    border-radius: 0 !important; }
    .blocker h4 {
      font-family: 'Open Sans';
      font-size: 1.25rem;
      font-weight: 900;
      letter-spacing: 0;
      margin: 0 0 10px 0;
      text-transform: unset; }
      .blocker p {
        font-size: 0.85rem;
        font-family: 'Open Sans';
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0px; }

.phones {
  color: #101010; }
  .phones:hover {
    color: #101010; }

.blue {
  color: #2d8dc5; }

  .bkg-blue {
    background: #cfe2f8; }

    .green {
      color: #39aa6e; }

      .bkg-green {
        background: #cdfde1; }

        .yellow {
          color: #fffb44; }

          .bkg-yellow {
            background: #ffffd7; }

            .orange {
              color: #AE9137; }

              .bkg-orange {
                background: #fed89f; }

                .red {
                  color: #ee2869; }

                  .bkg-red {
                    background: #fec7cf; }

                    .grid-layout {
                      box-sizing: border-box;
                      display: grid;
                      grid-auto-flow: dense;
                      grid-gap: 15px; }
                      .grid-layout.gap-light {
                        grid-gap: 5px; }
                        .grid-layout.no-gap {
                          grid-gap: 0px; }
                          .grid-layout.no-gap-tb {
                            grid-gap: 0px 15px; }
                            .grid-layout.no-gap-lr {
                              grid-gap: 15px 0px; }
                              .grid-layout.h-100 {
                                height: 100%; }
                                .grid-layout.gl-1-fill {
                                  min-height: 100%;
                                  grid-template-columns: 1fr; }
                                  .grid-layout.gl-2 {
                                    grid-template-columns: 1fr 1fr; }
                                    .grid-layout.gl-2.fixed {
                                      grid-template-columns: 50% 50%; }
                      .grid-layout.gl-3 {
                        grid-template-columns: 1fr 1fr 1fr; }
                        .grid-layout.gl-3-w-map {
                          grid-template-columns: 1fr 1fr 2fr; }
                          .grid-layout.gl-4 {
                            grid-template-columns: 1fr 1fr 1fr 1fr; }
                            .grid-layout.gl-5 {
                              grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
                              .grid-layout.gl-6 {
                                grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
                                .grid-layout.gl-7 {
                                  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
                                  .grid-layout.gl-8 {
                                    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
                                    .grid-layout.gl-9 {
                                      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
                                      .grid-layout .grid-2-high {
                                        grid-row-end: span 2; }
                                        .grid-layout .grid-3-high {
                                          grid-row-end: span 3; }
                                          .grid-layout .grid-4-high {
                                            grid-row-end: span 4; }
                                            .grid-layout .grid-5-high {
                                              grid-row-end: span 5; }
                                              .grid-layout .grid-6-high {
                                                grid-row-end: span 6; }
                                                .grid-layout .grid-2-wide {
                                                  grid-column-end: span 2; }
                                                  .grid-layout .grid-3-wide {
                                                    grid-column-end: span 3; }
                                                    .grid-layout .grid-4-wide {
                                                      grid-column-end: span 4; }
                                                      .grid-layout .grid-5-wide {
                                                        grid-column-end: span 5; }
                                                        .grid-layout .grid-6-wide {
                                                          grid-column-end: span 6; }
                                                          .grid-layout.grid-row-min-10 {
                                                            grid-template-rows: minmax(10rem, max-content); }
                                                            .grid-layout.ai_c {
                                                              align-items: center; }
                                                              .grid-layout.ai_b {
                                                                align-items: baseline; }
                                                                .grid-layout.justify-end {
                                                                  justify-content: flex-end; }

.sub-header {
  color: #9c9c9c;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase; }

  .remove {
    display: none !important; }

    .testscsslink {
      color: red !important; }

      .g-1-force {
        grid-template-columns: 1fr !important; }

        .grid-spacer {
          padding: 10px 0; }

.blue {
  color: #2d8dc5; }

  .bkg-blue {
    background: #cfe2f8; }

    .green {
      color: #39aa6e; }

      .bkg-green {
        background: #cdfde1; }

        .yellow {
          color: #fffb44; }

          .bkg-yellow {
            background: #ffffd7; }

            .orange {
              color: #AE9137; }

              .bkg-orange {
                background: #fed89f; }

                .red {
                  color: #ee2869; }

                  .bkg-red {
                    background: #fec7cf; }

                    html {
                      font-family: sans-serif;
                      text-size-adjust: 100%; }

                      body {
                        margin: 0; }

                        article, aside, details, figcaption, figure, footer, header, main, menu,
                        nav, section, summary {
                          display: block; }

                          audio, canvas, progress, video {
                            display: inline-block; }

                            audio:not([controls]) {
                              display: none;
                              height: 0; }

                              progress {
                                vertical-align: baseline; }

                                template, [hidden] {
                                  display: none; }

                                  a {
                                    background-color: transparent;
                                    text-decoration-skip: objects; }

                                    a:active, a:hover {
                                      outline-width: 0; }

                                      abbr[title] {
                                        border-bottom: none;
                                        text-decoration: underline;
                                        text-decoration: underline dotted; }

                                        b, strong {
                                          font-weight: inherit; }

                                          b, strong {
                                            font-weight: bolder; }

                                            dfn {
                                              font-style: italic; }

                                              h1 {
                                                font-size: 2em;
                                                margin: 0.67em 0; }

                                                small {
                                                  font-size: 80%; }

                                                  sub, sup {
                                                    font-size: 75%;
                                                    line-height: 0;
                                                    position: relative;
                                                    vertical-align: baseline; }

                                                    sub {
                                                      bottom: -0.25em; }

                                                      sup {
                                                        top: -0.5em; }

                                                        img {
                                                          border-style: none; }

                                                          svg:not(:root) {
                                                            overflow: hidden; }

                                                            button, input, select, textarea {
                                                              font: inherit;
                                                              margin: 0;
                                                              text-transform: none; }

                                                              optgroup {
                                                                font-weight: bold; }

                                                                button, input {
                                                                  overflow: visible; }

                                                                  button, html [type="button"], [type="reset"], [type="submit"] {
                                                                    appearance: button; }

                                                                    button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
                                                                    [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
                                                                      border-style: none;
                                                                      padding: 0; }

                                                                      button:-moz-focusring, [type="button"]:-moz-focusring,
                                                                      [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
                                                                        outline: 1px dotted ButtonText; }

                                                                        fieldset {
                                                                          border: 0;
                                                                          margin: 0;
                                                                          padding: 0;
                                                                          -webkit-margin-start: 0;
                                                                          -webkit-margin-end: 0;
                                                                          -webkit-padding-before: 0em;
                                                                          -webkit-padding-start: 0em;
                                                                          -webkit-padding-end: 0em;
                                                                          -webkit-padding-after: 0em; }

                                                                          [type="checkbox"], [type="radio"] {
                                                                            box-sizing: border-box;
                                                                            padding: 0; }

                                                                            [type="number"]::-webkit-inner-spin-button,
                                                                            [type="number"]::-webkit-outer-spin-button {
                                                                              height: auto; }

                                                                              [type="search"] {
                                                                                -webkit-appearance: textfield;
                                                                                outline-offset: -2px; }

                                                                                [type="search"]::-webkit-search-cancel-button,
                                                                                [type="search"]::-webkit-search-decoration {
                                                                                  -webkit-appearance: none; }

                                                                                  ::-webkit-input-placeholder {
                                                                                    color: inherit;
                                                                                    opacity: 0.54; }

                                                                                    ::-webkit-file-upload-button {
                                                                                      -webkit-appearance: button;
                                                                                      font: inherit; }

                                                                                      *, *:after, *::before, body, header, nav, a, button, input, textarea,
                                                                                      .ventus-wrapper, .ventus-content, .ventus-content *, .action-wrapper, fieldset,
                                                                                      fieldset textarea, div.inpt-grp, .check-radio, .check-radio input,
                                                                                      .check-radio-icon, div.logo, table, tr, td, th, .notes-wrapper div figure,
                                                                                      fieldset.tbl-attachment section, td.actn a, .summary-totals,
                                                                                      .summary-content-wrapper {
                                                                                        box-sizing: border-box; }

                                                                                        a, a:focus, a:hover, fieldset input, fieldset input:hover, fieldset input:focus {
                                                                                          outline: none; }

                                                                                          a {
                                                                                            text-decoration: none; }

                                                                                            hr {
                                                                                              margin: 0; }

                                                                                              .subtitle {
                                                                                                font-size: 0.5em; }

                                                                                                .readonly, .disabled {
                                                                                                  cursor: default; }

                                                                                                  a.disabled, a:disabled, button.disabled, button:disabled {
                                                                                                    pointer-events: none; }

a.disabled {
  color: #9c9c9c; }

  .spacer {
    width: 0.1rem;
    flex-grow: 0;
    flex-shrink: 0; }
    .spacer.wide {
      width: 0.5rem; }
      .spacer.x-wide {
        width: 1rem; }

.borders {
  border: 1px solid #d0d0d0; }

  .border-bottom {
    border-bottom: 1px solid #d0d0d0; }

    .no-border-bottom {
      border-bottom: 0 !important; }

      .no-border-top {
        border-top: 0 !important; }

        .no-border-left {
          border-left: 0 !important; }

          .no-border-right {
            border-right: 0 !important; }

            .no-border {
              border: 0 !important; }

              .no-max-width {
                max-width: none !important;
                min-width: none !important; }

                .resizable-v {
                  max-height: calc(100vh - 368px) !important;
                  resize: vertical !important; }

                  .fit-content {
                    width: fit-content !important; }

                    .margin-standard {
                      margin: 15px; }
                      .margin-standard.no-margin-left {
                        margin-left: 0; }

.margin-bottom {
  margin-bottom: 15px; }

  .margin-top {
    margin-top: 15px; }

    .margin-left-light {
      margin-left: 5px; }

      .margin-none {
        margin: 0 !important; }

        .padding-standard {
          padding: 15px; }
          .padding-standard.padding-bottom-none {
            padding-bottom: 0; }
            .padding-standard.padding-top-none {
              padding-top: 0; }
              .padding-standard.padding-top-light {
                padding-top: 5px; }

.padding-right {
  padding-right: 15px; }

  .padding-top {
    padding-top: 15px; }

    .padding-l-r {
      padding: 0 15px; }

      .padding-none {
        padding: 0 !important; }

        .padding-light {
          padding: 5px; }

          .saving-message {
            text-transform: uppercase;
            color: #6496c5;
            font-weight: 500;
            font-size: 0.7rem;
            padding: 0.2rem; }

            .error-message {
              align-items: center;
              justify-content: center;
              color: #ee2869; }

              .blue-txt {
                color: #2d8dc5; }

                .blue-bright-txt {
                  color: #37a9eb; }

                  .red-txt {
                    color: #ee2869; }

                    .grey-txt {
                      color: #7f7f7f; }

                      .orange-txt {
                        color: #AE9137; }

                        .green-txt {
                          color: #39aa6e; }

                          .pink-txt {
                            color: #c949c1; }

                            .purple-txt {
                              color: #9328ee; }

                              .instructions {
                                padding-top: 1rem;
                                text-align: center;
                                color: #2d8dc5;
                                font-size: 12px;
                                font-weight: 700;
                                text-align: center;
                                text-transform: uppercase; }
                                .instructions .text, .instructions span {
                                  display: inline-block;
                                  padding: 0.5rem; }
                                  .instructions.above {
                                    padding-top: 0;
                                    padding-bottom: 0.5rem; }
                                    .instructions.warning {
                                      background: #fed89f; }

.tall-textarea textarea {
  height: 15rem; }

  .main-header-text {
    font-size: 1rem;
    padding: 2rem;
    text-transform: uppercase;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    color: #2d8dc5; }

    .divider-line {
      border-top: 1px solid #e0e0e0;
      width: 100%; }
      .divider-line.dl-margin-default {
        margin: 1.25rem 0; }
        .divider-line.login {
          border-color: #606060;
          margin: 1.25rem auto;
          text-align: center;
          width: 80%; }

.effective-dates {
  border: 1px solid #d0d0d0;
  margin-bottom: 10px; }
  .effective-dates .panel-label-header {
    font-weight: 700;
    text-transform: uppercase; }
    .effective-dates div {
      display: flex;
      padding: 12px; }
      .effective-dates div span {
        background: #37a9eb;
        border-radius: 20px;
        color: #ffffff;
        font-size: 0.9em;
        font-weight: 700;
        letter-spacing: 1px;
        margin-right: 6px;
        padding: 8px 14px; }
        .effective-dates div span:nth-child(2) {
          background: none;
          color: #4f4f4f;
          font-size: 0.75em;
          font-weight: 600;
          text-transform: uppercase; }
          .effective-dates div span:nth-child(3) {
            background: #2d8dc5;
            margin-right: 0; }

.bounding-box {
  border: 2px solid #37a9eb;
  position: absolute;
  z-index: 2; }

  .override-select {
    display: block !important;
    padding-left: 0 !important;
    overflow: hidden; }

    .note-content {
      word-break: break-all; }

      .note-general {
        border: 2px solid #2d8dc5;
        color: #2d8dc5;
        font-size: 0.85em;
        font-weight: 700;
        margin: auto;
        padding: 15px;
        max-width: 800px; }
        .note-general.fit-content {
          margin: 0;
          width: fit-content; }

.map-height-unset #viki-map {
  height: unset !important; }

.grid-check-mark {
  background-color: #39aa6e;
  color: white; }
  .grid-check-mark.in-grid {
    padding: 4px 0 0 32%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.insured-matching-status .status-messages {
  border: 1px solid #d0d0d0;
  color: #7f7f7f;
  font-size: 0.75em;
  margin: 0;
  max-height: 100px;
  min-height: 100px;
  overflow-y: auto;
  padding: 4px 2px; }
  .insured-matching-status .status-messages.no-scroll {
    overflow: hidden; }
.insured-matching-status.lft {
  padding: 0 10px 15px 15px; }
  .insured-matching-status.rght {
    padding: 0 15px 15px 5px; }
    .insured-matching-status.stndrd {
      padding: 15px; }
      .insured-matching-status.stndrd.l {
        padding-right: 0; }
        .insured-matching-status.stndrd.r {
          padding-left: 0; }
          .insured-matching-status.stndrd .status-messages {
            max-height: unset;
            min-height: unset; }
.insured-matching-status.no-pad {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
  padding: 0; }
  .insured-matching-status.no-pad .status-messages {
    max-height: 50px;
    min-height: 50px; }
.insured-matching-status h4 {
  margin-top: 0; }
  .insured-matching-status span {
    margin-left: 5px; }
    .insured-matching-status span.orange {
      color: #AE9137; }
      .insured-matching-status span.green {
        color: #39aa6e; }
        .insured-matching-status span.red {
          color: #ee2869; }
          .insured-matching-status span.blue {
            color: #2d8dc5; }

.override-arch-id {
  padding-bottom: 15px;
  position: absolute;
  right: 15px; }
  .override-arch-id .input-div {
    margin: 0 4px !important; }
    .override-arch-id label, .override-arch-id input, .override-arch-id button {
      align-self: center; }
      .override-arch-id input {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 500;
        min-height: 32px; }

.header-info-secondary {
  background-color: #fafafa;
  border-bottom: 1px solid #efefef;
  font-size: 12px;
  max-height: 42px;
  min-height: 42px;
  padding: 15px; }

  .m-auto {
    margin: auto; }

    .select-none {
      user-select: none; }

      .dsply-inline {
        display: inline-block; }

        .text-right-tw {
          text-align: right !important; }

          .text-center {
            text-align: center !important; }

            .border-0 {
              border-width: 0 !important; }

              .border {
                border-width: 1px !important; }

                .border-b {
                  border-bottom-width: 1px !important; }

                  .border-gray-400 {
                    --tw-border-opacity: 1;
                    border-color: #e0e0e0;
                    transition: all 0.3s ease; }

                    .border-solid {
                      border-style: solid !important; }

                      .hover-border-blue-500:hover {
                        --tw-border-opacity: 1;
                        border-color: #37a9eb !important; }

.cursor-pointer {
  cursor: pointer !important; }

  hr {
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0.5rem 0; }

    .fit-content-centered {
      margin: 0 auto !important;
      width: fit-content !important; }

      .draft-icon {
        max-width: 20px;
        min-width: 20px;
        width: 20px; }
        .draft-icon span {
          font-size: 16px;
          padding: 2px; }

.draft-icon-email {
  font-size: 16px;
  position: absolute;
  right: 4px; }

  .flex {
    display: flex; }
    .flex.f-row {
      flex-direction: row; }
      .flex.column {
        flex-direction: column; }
        .flex.wrap {
          flex-wrap: wrap; }
          .flex.centered {
            align-content: center;
            align-items: center; }
            .flex.jc_sb {
              justify-content: space-between; }
              .flex.jc_c, .flex .justify-center {
                justify-content: center; }
                .flex.jc_fe, .flex .justify-end {
                  justify-content: flex-end; }
                  .flex.ai_c {
                    align-items: center; }
                    .flex.ai_fs {
                      align-items: flex-start; }
                      .flex.as_fs {
                        align-self: flex-start; }
                        .flex.as_c {
                          align-self: center; }

.flex-row {
  flex-direction: row !important; }

  .row {
    display: flex;
    align-items: center; }
    .row.pd-tp {
      padding-top: 15px; }

.grow {
  flex-grow: 1; }

  .flex-0 {
    flex: 0 !important; }

    .flex-1 {
      flex: 1 !important; }

      .flex-2 {
        flex: 2 !important; }

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

          .self-start {
            align-items: flex-start; }

            .justify-self-center {
              justify-self: center !important; }

              .justify-self-end {
                justify-self: end !important; }

.blue {
  color: #2d8dc5; }

  .bkg-blue {
    background: #cfe2f8; }

    .green {
      color: #39aa6e; }

      .bkg-green {
        background: #cdfde1; }

        .yellow {
          color: #fffb44; }

          .bkg-yellow {
            background: #ffffd7; }

            .orange {
              color: #AE9137; }

              .bkg-orange {
                background: #fed89f; }

                .red {
                  color: #ee2869; }

                  .bkg-red {
                    background: #fec7cf; }
