:root {
  --white: white;
  --black: black;
  --yellow: var(--black);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000c;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fffc;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  margin-bottom: 124px;
}

.section.content-section {
  margin-top: 60px;
}

.section.contact-section {
  margin-top: 50px;
  margin-bottom: 70px;
  font-family: PT Serif, serif;
}

.section.homepage-section {
  background-color: #0000;
  padding-top: 67px;
  padding-bottom: 40px;
}

.section.homepage-section.last-section {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 20px;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  margin-bottom: 97px;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  line-height: 150%;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: var(--white);
  text-align: center;
  text-shadow: 4px 0 15px #000;
  margin-top: 90px;
  margin-bottom: 90px;
  font-family: PT Serif, serif;
  font-size: 36px;
  line-height: 130%;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.heading-jumbo {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 128px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.homepage-heading {
  text-align: center;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 40px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.map {
  height: 460px;
  line-height: 20px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.image {
  object-fit: cover;
  border-radius: 50%;
  min-width: 250px;
  max-width: 250px;
  min-height: 250px;
  max-height: 250px;
  transform: translate(0);
}

.collection-item {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block {
  flex: 1;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
}

.doctor-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
}

.doctor-heading {
  color: #000000e6;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: PT Serif, serif;
  font-size: 26px;
  line-height: 130%;
  display: flex;
}

.body {
  font-family: Open Sans, sans-serif;
}

.rich-text-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 150%;
}

.footer-label {
  color: #fffc;
  text-align: center;
  font-size: 18px;
}

.footer-label.looking-forward-label {
  margin-top: 40px;
}

.footer-label.looking-forward-label.obscure {
  color: #2b2b2dcc;
  margin-top: 0;
  font-size: 2px;
  line-height: 150%;
}

.footer-link {
  color: #fffc;
  text-decoration: underline;
}

.footer-link:hover {
  color: var(--white);
}

.footer-link.email-link, .footer-link.phone-link {
  text-decoration: none;
}

.footer-link.margin-top-5 {
  margin-top: 5px;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.brand-link {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.brand-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  background-color: #fff;
}

.nav-item {
  color: #0b0f1c;
  text-transform: none;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.nav-item:hover {
  opacity: 1;
  color: #003e84;
}

.nav-item.w--current {
  opacity: 1;
  color: var(--black);
}

.nav-item.w--current:hover {
  color: #003e84;
}

.nav-item.brand-text {
  text-transform: none;
  padding: 13px 20px 13px 18px;
  font-family: PT Serif, serif;
  line-height: 145%;
}

.nav-item.brand-text:hover {
  color: #003e84;
}

.nav-item.bubble-link {
  -webkit-text-fill-color: inherit;
  background-color: #ffc7c7;
  background-clip: content-box;
}

.nav-item.dropdown-wrapper {
  cursor: pointer;
  width: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.nav-item.mobile-only-nav-item {
  display: none;
}

.body-container {
  max-width: 1140px;
}

.collection-list-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.page-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: PT Serif, serif;
  font-size: 50px;
  line-height: 150%;
}

.page-heading.primarycareheading {
  color: #352993;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 130%;
}

.page-heading.cardiologyheading {
  color: #c04444;
  margin-bottom: 30px;
  line-height: 130%;
}

.page-heading.red {
  color: #800a38;
}

.page-heading.blue {
  color: #0c8fac;
}

.footer-section {
  color: #fff;
  background-color: #272727;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
}

.div-block-7 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.card {
  color: #1a1b1fcc;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
}

.heading-2 {
  font-family: PT Serif, serif;
}

.contact-cards {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  text-decoration: none;
}

.link.div-block-7 {
  color: #000c;
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.link.contact-link {
  color: #000c;
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
}

.text-block-3 {
  text-align: center;
  font-size: 20px;
  line-height: 135%;
}

.div-block-8 {
  margin-bottom: 50px;
}

.image-2 {
  max-height: 50px;
}

.text-block-4 {
  margin-bottom: 50px;
  font-family: PT Serif, serif;
  font-size: 22px;
  line-height: 151%;
}

.primary-link {
  color: #fff;
  text-align: center;
  background-color: #2563eb;
  border-radius: 50px;
  width: auto;
  min-width: 300px;
  max-width: 300px;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.primary-link:hover {
  color: #fff;
  background-color: #00329e;
}

.primary-link.last-link {
  color: #fff;
  min-width: 300px;
  margin-left: 80px;
}

.service-bullet {
  text-align: center;
  margin-bottom: 5px;
}

.heading-4 {
  color: #000c;
  text-align: center;
  width: 200px;
  max-height: 250px;
  margin-bottom: 39px;
  font-family: PT Serif, serif;
  font-size: 20px;
  line-height: 140%;
}

.flex-centered {
  color: #fffc;
  text-align: center;
  display: inline-block;
}

.flex-centered:hover {
  color: #fffc;
}

.text-span {
  text-shadow: 3px 3px 15px #000;
  font-family: PT Serif, serif;
}

.text-block-6 {
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 24px;
  line-height: 130%;
}

.text-block-7 {
  margin-bottom: 10px;
  font-size: 22px;
}

.column {
  flex-direction: column;
}

.heading-5, .heading-7 {
  text-align: center;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 130%;
}

.collection-item-5 {
  text-align: center;
}

.text-block-8 {
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 22px;
}

.collection-list-4 {
  font-size: 20px;
}

.rich-text-block-5 {
  font-family: PT Serif, serif;
  font-size: 18px;
}

.image-5 {
  text-align: center;
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.columns {
  align-self: stretch;
}

.heading-8 {
  color: #c04444;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 36px;
}

.heading-8.primarycareheading {
  color: #0f8d99;
  text-align: center;
}

.heading-8.cardiologyheading {
  color: #800a38;
  text-align: center;
}

.container-4, .container-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 90px;
  display: grid;
}

.image-6 {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.image-6:hover {
  color: #af2f2f;
  text-decoration: none;
}

.text-block-9 {
  text-align: center;
  margin-top: 26px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.collection-item-6 {
  margin-bottom: 60px;
}

.collection-item-6:hover {
  color: #9a1313cc;
}

.link-block {
  color: #000c;
  cursor: pointer;
  text-decoration: none;
}

.link-block:hover {
  color: #af2f2f;
  text-decoration: none;
}

.div-block-10 {
  justify-content: center;
  display: flex;
}

.rich-text-block-6 {
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 150%;
}

.container-6 {
  margin-top: 64px;
  margin-bottom: 167px;
}

.primary-care-services-section {
  margin-top: 44px;
}

.primary-care-services-heading {
  margin-bottom: 38px;
  font-family: PT Serif, serif;
}

.collection-list-wrapper-3, .container-7 {
  font-family: PT Serif, serif;
}

.collection-item-7 {
  flex-flow: column wrap;
  align-items: center;
  min-height: 300px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-2 {
  text-decoration: none;
}

.text-span-3, .text-span-4 {
  text-decoration: underline;
}

.hero-section {
  background-image: url('../images/clinic_outside2.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.div-block-12 {
  justify-content: center;
  display: flex;
}

.div-block-13 {
  font-family: PT Serif, serif;
  font-size: 18px;
}

.provider-link {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column-3 {
  text-align: center;
}

.text-block-10, .text-block-11 {
  color: #000c;
  font-size: 18px;
}

.link-2 {
  color: #000c;
}

.text-block-12 {
  text-align: center;
  margin-top: 79px;
}

.primary-care-services-link {
  color: var(--black);
  text-align: center;
  margin-top: 46px;
  margin-bottom: 19px;
}

.primary-care-services-link.w--current {
  margin-top: -3px;
  margin-bottom: 75px;
}

.primary-care-services-link.cardiovascular-services-link {
  margin-top: -44px;
  margin-bottom: 112px;
}

.text-block-13 {
  color: #787878;
  font-size: 30px;
  font-weight: 700;
}

.rich-text-block-7, .heading-9 {
  font-family: PT Sans, sans-serif;
}

.link-3 {
  display: inline-block;
}

.phone-prefix {
  color: #fffc;
  padding-right: 7px;
  display: inline-block;
}

.contact-item {
  text-align: center;
}

.contact-item.maskyophone {
  display: inline-block;
}

.contact-item.maskyophone:hover {
  color: #fff;
}

.contact-item.bottom-margin-10 {
  margin-bottom: 10px;
}

.contact-item.margin-bottom-5 {
  margin-bottom: 5px;
}

.phone-link-contact-page {
  color: #000c;
  display: inline-block;
}

.text-block-14 {
  margin-right: 11px;
  display: inline-block;
}

.div-block-15 {
  text-align: center;
}

.contact-no-style {
  color: #000c;
  text-decoration: none;
  display: inline-block;
}

.text-block-15 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.drowndown-content {
  background-color: #f1f1f1;
  width: 200px;
  position: absolute;
  overflow: hidden;
}

.dropdown-link {
  color: #000c;
  padding: 15px 20px 15px 30px;
  text-decoration: none;
  display: block;
}

.link-4 {
  color: #000c;
  padding: 20px;
}

.nav-dropdown-item {
  color: #0b0f1c;
  text-transform: none;
  cursor: pointer;
  width: 100px;
  font-family: PT Serif, serif;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.nav-dropdown-item:hover {
  opacity: 1;
  color: #003e84;
}

.nav-dropdown-item.w--current {
  opacity: 1;
  color: var(--black);
}

.nav-dropdown-item.w--current:hover {
  color: #003e84;
}

.nav-dropdown-item.brand-text {
  text-transform: none;
  padding: 13px 20px 13px 18px;
  font-family: PT Serif, serif;
  line-height: 145%;
}

.nav-dropdown-item.brand-text:hover {
  color: #003e84;
}

.nav-dropdown-item.bubble-link {
  -webkit-text-fill-color: inherit;
  background-color: #ffc7c7;
  background-clip: content-box;
}

.nav-dropdown-item.dropdown-wrapper {
  cursor: pointer;
  width: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.empty-dropdown-block {
  height: 10px;
}

.footer-list {
  text-align: center;
  margin-top: 10px;
}

.contact-section-heading {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 150%;
}

.list-item {
  margin-bottom: 8px;
}

.text-block-16 {
  color: #dfdfdf;
  text-align: center;
  margin-top: 10px;
}

.footer-page-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 "Area-2 ."
                 "Area-3 Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-disclaimer {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
}

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

.inline-block:hover {
  color: #fff;
}

.centered-text {
  color: #dfdfdf;
  text-align: center;
}

.footer-message-text {
  color: #d3d3d3;
  text-align: center;
}

.footer-message-text.margin-top-5 {
  text-align: left;
  margin-top: 5px;
}

.no-show-container {
  margin-bottom: 79px;
}

.rich-text-block-9 {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
}

.rich-text-block-10 {
  background-color: #f3f4f6;
  margin-bottom: 85px;
  padding: 40px;
}

.text-span-6 {
  background-color: #313131;
}

.text-block-17 {
  color: #fcff60;
  text-align: center;
  font-size: 40px;
}

.heading-10 {
  font-family: PT Serif, serif;
}

.paragraph {
  max-width: 900px;
  margin-left: 140px;
  margin-right: 138px;
}

.link-5 {
  pointer-events: auto;
}

.primary-link-small {
  color: #fff;
  text-align: center;
  background-color: #2563eb;
  border-radius: 50px;
  max-width: 300px;
  margin-top: 24px;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.primary-link-small:hover {
  color: #fff;
  background-color: #00329e;
}

.primary-link-small.last-link {
  min-width: 300px;
  margin-left: 80px;
}

.heading-11 {
  color: #800a38;
  text-align: center;
  margin-top: 53px;
  font-family: Vollkorn, serif;
}

.heading-12 {
  justify-content: center;
  align-items: center;
  margin-top: 57px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.text-block-18 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.rich-text-block-11 {
  color: #000;
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 175%;
}

.heading-13 {
  color: #000;
  font-family: Vollkorn, serif;
}

.paragraph-3 {
  color: #000;
  font-size: 18px;
  line-height: 175%;
}

.collection-item-8 {
  color: #000000c2;
}

.text-block-19 {
  color: #800a38;
  margin-top: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.section-4 {
  margin-left: 129px;
}

.div-block-16 {
  color: #000;
  font-size: 18px;
}

.link-block-2 {
  margin-bottom: 11px;
}

.container-11 {
  margin-bottom: 160px;
}

.text-block-20 {
  color: #800a38;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.heading-14 {
  color: #da5000;
  font-family: Vollkorn, serif;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 160%;
}

@media screen and (max-width: 991px) {
  .section.contact-section {
    margin-bottom: 25px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-left: 46px;
    margin-right: 46px;
  }

  .button {
    justify-content: center;
  }

  .brand-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-item {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .nav-item.w--current {
    background-color: #fff;
  }

  .nav-item.brand-text {
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .nav-item.bubble-link {
    background-color: #0000;
    padding-left: 30px;
  }

  .nav-item.mobile-only-nav-item {
    padding-left: 30px;
    display: block;
  }

  .body-container {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-button-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .icon {
    opacity: 1;
    color: #000;
  }

  .page-heading {
    font-size: 46px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .card {
    margin-bottom: 35px;
  }

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

  .contact-cards {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .image-2 {
    align-self: center;
    max-height: 40px;
  }

  .primary-link.last-link {
    margin-left: 30px;
  }

  .heading-5, .heading-7 {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .column-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .list {
    margin-top: 0;
    padding-left: 0;
  }

  .text-block-15 {
    padding: 10px 20px;
  }

  .nav-dropdown-item {
    background-color: #fff;
    width: 130px;
    display: none;
  }

  .nav-dropdown-item.w--current {
    background-color: #fff;
  }

  .nav-dropdown-item.brand-text {
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .nav-dropdown-item.bubble-link {
    background-color: #0000;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .primary-link-small.last-link {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .collection-item {
    flex-direction: column;
  }

  .div-block {
    margin-left: 0;
  }

  .rich-text-block {
    text-align: left;
    max-width: 500px;
  }

  .footer-label.looking-forward-label.obscure {
    margin-top: 0;
    line-height: 150%;
  }

  .page-heading {
    font-size: 36px;
  }

  .div-block-7 {
    order: 0;
    align-self: center;
  }

  .primary-link.last-link {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
    display: flex;
  }

  .text-span {
    font-size: 40px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .heading-7 {
    margin-top: 38px;
    font-size: 28px;
  }

  .text-block-9 {
    line-height: 130%;
  }

  .rich-text-block-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .primary-care-services-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .primary-care-services-heading {
    text-align: center;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
  }

  .container-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-list, .footer-column, .footer-message-text.margin-top-5 {
    text-align: center;
  }

  .rich-text-block-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-link-small.last-link {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
    display: flex;
  }

  .container-11 {
    margin-bottom: 8px;
  }

  .cell {
    padding-bottom: 84px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.contact-section {
    margin-top: 29px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 24px;
    line-height: 130%;
  }

  .heading-jumbo {
    padding-top: 48px;
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small.homepage-heading {
    font-size: 28px;
  }

  .image {
    width: 180px;
    min-width: 150px;
    height: 180px;
    min-height: 150px;
  }

  .collection-item {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block {
    margin-left: 0;
  }

  .doctor-wrapper {
    margin-right: 0;
  }

  .page-header {
    margin-bottom: 35px;
  }

  .doctor-heading {
    min-width: 200px;
  }

  .rich-text-block {
    max-width: 600px;
  }

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

  .footer-label.looking-forward-label.obscure {
    color: #1442fa33;
    font-size: 2px;
    line-height: 2px;
  }

  .brand-link {
    padding-left: 10px;
  }

  .brand-text {
    font-size: 14px;
  }

  .nav-item {
    font-size: 18px;
    display: block;
  }

  .nav-item.brand-text {
    padding-left: 16px;
    padding-right: 0;
    font-size: 14px;
  }

  .menu-button-2 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .collection-list-wrapper {
    margin-left: 14px;
    margin-right: 14px;
  }

  .page-heading {
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 34px;
  }

  .page-heading.primarycareheading, .page-heading.cardiologyheading {
    margin-bottom: 0;
  }

  .page-heading.red {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .image-2 {
    max-height: 35px;
  }

  .primary-link {
    min-width: 240px;
    padding: 14px 18px;
    font-size: 16px;
  }

  .primary-link.last-link {
    min-width: 240px;
    margin-top: 25px;
    margin-left: 0;
    font-size: 16px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .flex-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span {
    font-size: 40px;
    line-height: 150%;
  }

  .text-block-6 {
    line-height: 125%;
  }

  .text-block-7 {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .heading-5, .heading-7 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .text-block-8 {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .rich-text-block-5 {
    line-height: 130%;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .image-6 {
    width: 60px;
    height: 60px;
  }

  .text-block-9 {
    margin-top: 14px;
    font-size: 22px;
  }

  .collection-item-6 {
    margin-bottom: 20px;
  }

  .primary-care-services-section {
    margin-top: 0;
    margin-left: 14px;
    margin-right: 14px;
  }

  .primary-care-services-heading {
    text-align: center;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
  }

  .text-span-5 {
    display: block;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-item {
    font-size: 14px;
  }

  .nav-dropdown-item.brand-text {
    padding-left: 16px;
    padding-right: 0;
    font-size: 14px;
  }

  .section-3 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .rich-text-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .no-show-container {
    margin-bottom: 17px;
  }

  .rich-text-block-9, .rich-text-block-10 {
    padding: 20px;
  }

  .primary-link-small {
    min-width: 240px;
    padding: 14px 18px;
    font-size: 16px;
  }

  .primary-link-small.last-link {
    min-width: 240px;
    margin-top: 25px;
    margin-left: 0;
    font-size: 16px;
  }

  .cell {
    padding-left: 0;
  }
}

#w-node-_59fc9ca4-38bf-6a9b-63eb-9f5064dfdac3-73b872e7 {
  place-self: end center;
}

#w-node-_33b0317d-7b03-590a-e434-0e0b2f7bd1c1-0106ba48 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

@media screen and (max-width: 767px) {
  #w-node-_59fc9ca4-38bf-6a9b-63eb-9f5064dfdac3-73b872e7 {
    align-self: start;
  }

  #w-node-_33b0317d-7b03-590a-e434-0e0b2f7bd1c1-0106ba48 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


