.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.body {
  border-radius: 0px;
  background-color: #fff;
  text-align: left;
}

.header-homepage-section {
  height: auto;
  max-height: none;
  min-height: auto;
  margin-top: -60px;
  padding-top: 200px;
  padding-bottom: 150px;
  border-bottom: 10px solid #eaab32;
  background-image: url('../images/Homepage_Header-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns {
  position: static;
  z-index: 1;
}

.new-patient_div {
  height: 315px;
  background-color: #005c82;
  background-image: url('../images/wheatLeafBkgrndImg_45.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.signature-services-section {
  position: relative;
  z-index: 10;
  display: block;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  padding-left: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  background-image: url('../images/NEWyellowBkgrnd.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 700;
  text-align: left;
}

.meet-the-doctors-section {
  position: relative;
  z-index: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eaab32;
  background-image: url('../images/WheatTileWhite.png');
  background-position: 50% 0%;
  background-size: 200px;
}

.mission-statement-text {
  margin: 100px 0px 75px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 92, 130, 0.64);
  font-size: 25px;
  line-height: 33px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.heading-centered {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  font-size: 38px;
  line-height: 40px;
  text-align: center;
}

.signature-block-1 {
  height: 120px;
  padding-top: 32px;
  border-bottom: 10px solid #eaab32;
  border-radius: 0px;
  background-color: #fff;
}

.signature-block-wrap {
  padding-top: 20px;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.heading-left-align {
  margin-top: 0px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  line-height: 40px;
  text-align: left;
}

.body-text-left {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.doctor-image-div {
  height: 313px;
  border-style: solid;
  border-width: 4px 4px 60px;
  border-color: #005c82;
  background-image: url('../images/PlaceholderDocPic_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.doc-name-title-heading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
}

.mtd-button {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
  min-width: 170px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 20px;
  background-color: #005c82;
  line-height: 25px;
  text-align: center;
}

.mtd-button:hover {
  background-color: #eaab32;
}

.insurancecertifiedsection {
  height: auto;
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005c82), to(#fff));
  background-image: linear-gradient(180deg, #005c82, #fff);
}

.insurance-footer-div {
  height: 169px;
  margin-bottom: 0px;
  background-image: url('../images/amberWaves.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.insurance-container {
  margin-bottom: 50px;
}

.certified-div {
  height: auto;
  padding-top: 20px;
  padding-bottom: 75px;
  background-color: #eaab32;
}

.columns-2 {
  margin-top: 75px;
  margin-bottom: 0px;
}

.heading-left-align_reverse {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
}

.title {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  line-height: 26px;
  font-weight: 300;
}

.body-text-left_reversed {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.heading-centered_reversed {
  display: block;
  margin-top: 0px;
  margin-bottom: 35px;
  padding-left: 0px;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.mtd-desktop-container {
  margin-bottom: 0px;
}

.mtd-tablet-container {
  display: none;
}

.tooth-divider-image {
  margin-bottom: 50px;
}

.find-us-div-desktop {
  max-height: none;
  min-height: auto;
  margin-bottom: 0px;
  border-top: 10px none #eaab32;
  border-radius: 0px;
  background-color: #636569;
  background-image: url('../images/LargeWheatGraphicImg_45.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-info a {
  color: #eaab32;
}

.div-block-15 {
  overflow: visible;
  width: auto;
  height: auto;
  min-height: 600px;
  padding-top: 35px;
  border-left: 10px solid #eaab32;
  background-image: url('../images/GoogleMap.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-7 {
  display: none;
  min-height: auto;
}

.div-block-16 {
  height: auto;
  min-height: 500px;
  padding-top: 75px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-17 {
  height: 88px;
  padding-top: 20px;
  padding-left: 40px;
  background-color: #eaab32;
}

.image-4 {
  width: 200px;
  text-align: left;
}

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

.div-block-19 {
  height: 120px;
  margin-top: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
  border: 0px solid #fff;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.35);
  text-align: center;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
}

.div-block-20 {
  margin-top: 25px;
}

.text-block-6 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.text-block-7 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.text-block-8 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.findusheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.find-us-div-tablet {
  display: none;
}

.columns-9 {
  display: none;
}

.container-3 {
  display: none;
}

.container-find-us-div-mobile {
  display: none;
}

.column-11 {
  display: block;
}

.container-5 {
  height: auto;
  max-height: none;
}

.column_sigservice-1 {
  margin-bottom: 20px;
}

.column_sigservice-2 {
  margin-bottom: 20px;
}

.column_sigservice-3 {
  margin-bottom: 20px;
}

.column_sigservice-4 {
  margin-bottom: 20px;
}

.column_sigservice-5 {
  margin-bottom: 20px;
}

.column_sigservice-6 {
  margin-bottom: 20px;
}

.column_sigservice-7 {
  margin-bottom: 20px;
}

.column_sigservice-8 {
  margin-bottom: 20px;
}

.column_sigservice-9 {
  margin-bottom: 20px;
}

.column_sigservice-10 {
  margin-bottom: 20px;
}

.column-24 {
  height: 682px;
  min-height: auto;
}

.div-block-35 {
  margin-top: 100px;
  text-align: center;
}

.div-block-36 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.text-block-15 {
  margin-bottom: 100px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.google-map-div {
  width: 48%;
  height: 682px;
  margin-top: -682px;
  float: right;
  border-top: 10px solid #eaab32;
  border-left: 10px solid #eaab32;
  background-image: url('../images/Google-Map-04.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.column-25 {
  padding-right: 20px;
}

.column_new-patient {
  z-index: 1;
}

.div-block-38 {
  height: 313px;
  border-style: solid;
  border-width: 4px 4px 60px;
  border-color: #005c82;
  background-image: url('../images/liedtka.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-18 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
}

.mobile-portait-new-patient-cta {
  display: none;
}

.find-us-div-mobile {
  display: none;
}

.mobile-landscape-new-patient-cta {
  display: none;
}

.image-13 {
  position: relative;
  left: 0%;
  top: 58px;
  right: 0%;
  bottom: 0%;
  width: 80%;
  text-align: left;
}

.brand-2 {
  left: auto;
  z-index: 50;
  width: 220px;
  height: 100px;
  background-image: url('../images/Odessa-Logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: transparent;
  background-image: url('../images/ThickWhiteNavBkgrnd.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-menu-2 {
  margin-top: 41px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.nav-link-7 {
  padding-bottom: 9px;
  color: #005c82;
}

.nav-link-7:hover {
  color: #eaab32;
}

.nav-link-7.w--current {
  border-bottom: 3px solid #eaab32;
  color: #005c82;
}

.dropdown-toggle-3 {
  padding-bottom: 9px;
  color: #005c82;
}

.dropdown-toggle-3:hover {
  color: #eaab32;
}

.dropdown-toggle-4 {
  padding-bottom: 9px;
  color: #005c82;
}

.dropdown-toggle-4:hover {
  color: #eaab32;
}

.dropdown-toggle-4.w--open {
  border-bottom: 0px none #eaab32;
}

.nav-link-8 {
  padding-bottom: 9px;
  color: #005c82;
}

.nav-link-8:hover {
  color: #eaab32;
}

.nav-link-8.w--current {
  border-bottom: 3px solid #eaab32;
  color: #005c82;
}

.nav-link-9 {
  padding-bottom: 9px;
  color: #005c82;
}

.nav-link-9:hover {
  color: #eaab32;
}

.nav-link-9.w--current {
  border-bottom: 3px solid #eaab32;
  color: #005c82;
}

.icon-5 {
  margin-top: 22.5px;
}

.icon-6 {
  margin-top: 22.5px;
}

.footer-div {
  height: 80px;
  padding-top: 0px;
  background-color: #474c55;
}

.text-block-17 {
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.image-14 {
  width: 200px;
  float: right;
  clear: none;
  opacity: 0.62;
}

.column-29 {
  position: relative;
  left: 0%;
  top: 13px;
  right: auto;
  bottom: 0%;
}

.columns-14 {
  margin-top: 22px;
}

.body-3 {
  background-color: #fff;
}

.div-block-52 {
  position: static;
  left: auto;
  top: -619px;
  right: 0%;
  bottom: auto;
  width: 44%;
  height: 500px;
  margin-top: -531px;
  float: right;
  background-image: url('../images/Patient-Resources-Body-Image_02.jpg');
  background-position: 20% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  line-height: 40px;
}

.text-block-18 {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 92, 130, 0.64);
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
}

.new-appointment-includes-section {
  height: auto;
  margin-top: -55px;
  padding-top: 155px;
  padding-bottom: 150px;
  background-color: #005c82;
  background-image: url('../images/LargeLogoBkgrndImg.png');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-55 {
  margin-bottom: 35px;
}

.new-apt-block-style {
  height: 90px;
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #eaab32;
  background-color: #fff;
}

.heading-28 {
  position: relative;
  top: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-29 {
  position: relative;
  top: -2px;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-30 {
  position: relative;
  top: -2px;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-31 {
  position: relative;
  top: -2px;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  text-align: center;
}

.new-patient-forms-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(234, 171, 50, 0.5);
}

.body-text-center {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

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

.columns-16 {
  margin-top: 60px;
}

.columns-17 {
  margin-top: 50px;
}

.div-block-58 {
  display: none;
}

.payment-financing-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/WheatTileWhite_1.png');
  background-position: 50% 50%;
  background-size: 200px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-link {
  border-style: solid solid none;
  border-width: 3px;
  border-color: #eaab32;
  color: #005c82;
}

.dropdown-link:hover {
  background-color: #005c82;
  color: #fff;
}

.dropdown-link.w--current {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.dropdown-link-2 {
  border-style: solid;
  border-width: 3px;
  border-color: #eaab32;
  color: #005c82;
}

.dropdown-link-2:hover {
  background-color: #005c82;
  color: #fff;
}

.dropdown-link-2.w--current {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.dropdown-link-2.w--current:hover {
  color: #fff;
}

.dropdown-link-2.emergency-navlink-color {
  background-color: #c22a2a;
  color: #fff;
}

.dropdown-link-2.emergency-navlink-color:hover {
  background-color: #005c82;
}

.dropdown-list-2 {
  background-color: #fff;
}

.first-appointment-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/WheatTileWhite_1.png');
  background-position: 50% 50%;
  background-size: 200px;
}

.div-block-59 {
  position: relative;
  top: 89px;
  display: block;
  height: auto;
  padding: 35px 20px;
  background-color: #005c82;
}

.columns-18 {
  margin-top: 35px;
}

.heading-32 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 5px solid #eaab32;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.heading-33 {
  margin-bottom: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.heading-34 {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px none #eaab32;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.heading-35 {
  margin-top: 0px;
  padding-top: 15px;
  border-top: 5px solid #eaab32;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.contact-info-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #005c82;
  background-image: url('../images/LargeLogoBkgrndImg.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.link-block {
  width: 80px;
  height: 80px;
}

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

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

.link-block-2 {
  width: 80px;
  height: 80px;
}

.link-block-3 {
  width: 80px;
  height: 80px;
}

.text-block-20 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.column-34 {
  top: 18px;
}

.text-block-21 {
  color: #fff;
}

.text-block-22 {
  color: #fff;
}

.column-35 {
  top: 18px;
}

.column-36 {
  top: 17px;
}

.div-block-61 {
  width: 80px;
  height: 80px;
  background-image: url('../images/Phone-Icon-base.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-61:hover {
  background-image: url('../images/Phone-Icon-Hover.svg');
}

.div-block-62 {
  width: 80px;
  height: 80px;
  background-image: url('../images/Email-Icon-base.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-62:hover {
  background-image: url('../images/Email-Icon-Hover.svg');
}

.div-block-63 {
  position: relative;
  width: 80px;
  height: 80px;
  float: left;
  background-image: url('../images/House-Icon-base.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-63:hover {
  background-image: url('../images/House-Icon-Hover.svg');
}

.emergency-phone-number-section {
  position: relative;
  height: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c22a2a), to(#570303));
  background-image: linear-gradient(180deg, #c22a2a, #570303);
}

.div-block-65 {
  height: 80px;
  margin-top: 60px;
  padding-top: 14px;
  padding-left: 50px;
  background-color: #eaab32;
}

.div-block-66 {
  position: relative;
  left: 0px;
  bottom: -459px;
  z-index: 10;
  margin-top: 0px;
  padding-left: 50px;
  float: none;
}

.button-2 {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #eaab32;
  color: #fff;
}

.button-2:hover {
  background-color: #005c82;
}

.div-block-67 {
  text-align: right;
}

.div-block-68 {
  text-align: right;
}

.columns-19 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: auto;
}

.button-3 {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #005c82;
}

.button-3:hover {
  background-color: #eaab32;
}

.button-4 {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #005c82;
}

.button-4:hover {
  background-color: #eaab32;
}

.column-38 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-39 {
  padding-right: 0px;
  padding-left: 0px;
}

.container-9 {
  position: absolute;
  left: 0%;
  top: 21%;
  right: 0%;
  bottom: auto;
  min-height: auto;
}

.div-block-69 {
  display: none;
}

.div-block-70 {
  display: none;
}

.column-40 {
  display: none;
}

.grid-3 {
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.link-block-5 {
  padding: 10px;
  color: #005c82;
  text-decoration: none;
  display: block;
}

.link-block-5:hover {
  border-radius: 8px;
  background-color: rgba(234, 171, 50, 0.5);
  color: #fff;
}

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

.link-block-6 {
  padding: 10px;
  color: #005c82;
  text-decoration: none;
}

.link-block-6:hover {
  border-radius: 8px;
  background-color: rgba(234, 171, 50, 0.5);
  color: #fff;
}

.image-17 {
  margin-bottom: 10px;
}

.image-18 {
  margin-bottom: 10px;
}

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

.image-19 {
  margin-bottom: 10px;
}

.link-block-7 {
  padding: 10px;
  color: #005c82;
  text-decoration: none;
}

.link-block-7:hover {
  border-radius: 8px;
  background-color: rgba(234, 171, 50, 0.5);
  color: #fff;
}

.link-block-8 {
  padding: 10px;
  color: #005c82;
  text-decoration: none;
}

.link-block-8:hover {
  border-radius: 8px;
  background-color: rgba(234, 171, 50, 0.5);
  color: #fff;
}

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

.image-20 {
  margin-bottom: 10px;
}

.link-block-9 {
  padding: 10px;
  border-radius: 8px;
  color: #005c82;
  text-decoration: none;
}

.link-block-9:hover {
  background-color: rgba(234, 171, 50, 0.5);
  color: #fff;
}

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

.image-21 {
  margin-bottom: 10px;
}

.div-block-77 {
  margin-top: 35px;
}

.div-block-78 {
  display: none;
}

.button-7 {
  margin-top: 35px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #005c82;
}

.button-7:hover {
  background-color: #eaab32;
}

.columns-20 {
  display: block;
}

.div-block-104 {
  display: none;
}

.link-11.heading-centered_reversed {
  margin-bottom: 0px;
  font-size: 38px;
  text-decoration: none;
}

.link-11.heading-centered_reversed:hover {
  color: #eaab32;
}

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

.link-12 {
  color: #005c82;
  text-decoration: none;
}

.link-12:hover {
  color: #eaab32;
}

.link-13 {
  color: #fff;
  text-decoration: none;
}

.link-13:hover {
  color: #eaab32;
}

.link-14 {
  color: #fff;
  text-decoration: none;
}

.link-14:hover {
  color: #eaab32;
}

.link-15 {
  color: #fff;
  text-decoration: none;
}

.link-15:hover {
  color: #eaab32;
}

.link-16 {
  display: none;
}

.div-block-111 {
  display: none;
}

.text-block-28 {
  margin-top: 35px;
  color: #fff;
  text-align: center;
}

.text-block-29 {
  display: none;
}

.services-section-2 {
  position: relative;
  z-index: 10;
  height: auto;
  padding-top: 75px;
  padding-bottom: 100px;
  background-image: url('../images/NEWyellowBkgrnd.svg');
  background-position: 50% 100%;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.div-block-127 {
  height: auto;
  margin-top: -66px;
  padding-top: 160px;
  padding-bottom: 100px;
  background-color: #005c82;
  background-image: url('../images/WheatTileWhite_1.png');
  background-position: 50% 50%;
  background-size: 200px;
}

.submit-button {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #005c82;
}

.submit-button:hover {
  background-color: #eaab32;
}

.form {
  color: #005c82;
}

.columns-24 {
  margin-top: 35px;
}

.div-block-128 {
  margin-top: 35px;
  text-align: center;
}

.text-field {
  height: 175px;
  border-style: solid;
  border-width: 2px;
  border-color: #005c82;
}

.text-field:focus {
  border-color: #eaab32;
}

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

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

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

.column-68 {
  padding: 0px 10px;
  text-align: center;
}

.columns-25 {
  color: #005c82;
}

.heading-49 {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #005c82;
  font-weight: 300;
}

.div-block-132 {
  padding: 20px;
  border-radius: 8px;
  background-color: transparent;
}

.image-27 {
  width: 100px;
}

.image-28 {
  width: 100px;
  height: 100px;
}

.div-block-133 {
  padding: 20px;
}

.image-29 {
  width: 100px;
  height: 100px;
}

.div-block-134 {
  padding: 20px;
}

.image-30 {
  width: 100px;
  height: 100px;
}

.div-block-135 {
  padding: 20px;
}

.heading-50 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-weight: 300;
}

.heading-51 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-weight: 300;
}

.heading-52 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-weight: 300;
}

.div-block-136 {
  height: 250px;
  margin-bottom: 20px;
  background-image: url('../images/StoreFrontImage.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-field-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #005c82;
}

.text-field-2:focus {
  border-color: #eaab32;
}

.text-field-3 {
  border-style: solid;
  border-width: 2px;
  border-color: #005c82;
}

.text-field-3:focus {
  border-color: #eaab32;
}

.text-field-4 {
  border-style: solid;
  border-width: 2px;
  border-color: #005c82;
}

.text-field-4:focus {
  border-color: #eaab32;
}

.text-field-5 {
  border-style: solid;
  border-width: 2px;
  border-color: #005c82;
}

.text-field-5:focus {
  border-color: #eaab32;
}

.columns-26 {
  display: none;
}

.div-block-138 {
  margin-bottom: 43px;
  text-align: center;
}

.services-image {
  width: 75px;
  height: auto;
}

.heading-53 {
  position: static;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 0px none #005c82;
  color: #005c82;
  font-weight: 400;
}

.div-block-139 {
  margin-top: 50px;
  text-align: center;
}

.div-block-141 {
  margin-top: 50px;
  margin-bottom: 35px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-54 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
}

.heading-55 {
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  font-size: 20px;
}

.heading-56 {
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  font-size: 20px;
}

.heading-57 {
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  font-size: 20px;
}

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

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

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

.div-block-147 {
  padding-bottom: 50px;
  border-bottom: 3px solid #eaab32;
}

.div-block-148 {
  padding-bottom: 50px;
  border-bottom: 3px solid #eaab32;
}

.button-8 {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #005c82;
}

.button-8:hover {
  background-color: #eaab32;
}

.button-8.buttoncolor {
  background-color: #c22a2a;
}

.button-8.buttoncolor:hover {
  background-color: #eaab32;
}

.div-block-170 {
  margin-top: 35px;
  text-align: center;
}

.link-20 {
  color: #005c82;
  font-weight: 600;
  text-decoration: none;
}

.link-20:hover {
  color: #eaab32;
}

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

.heading-60 {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaab32;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  font-weight: 300;
  text-align: center;
}

.heading-61 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  font-weight: 300;
}

.div-block-178 {
  margin-top: 50px;
  margin-bottom: 35px;
  padding-bottom: 0px;
  border-bottom: 2px solid #eaab32;
  text-align: center;
}

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

.image-34 {
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

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

.image-35 {
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

.heading-team-memebers {
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  font-size: 18px;
  font-weight: 600;
}

.div-block-181 {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #005c82;
  background-image: url('../images/LargeLogoBkgrndImg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.image-36 {
  border: 3px solid #fff;
}

.image-39 {
  border: 3px solid #005c82;
}

.heading-63 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-63-light {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  font-weight: 400;
}

.link-21 {
  color: #eaab32;
  text-decoration: none;
}

.link-21:hover {
  color: #fff;
}

.button-9 {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #eaab32;
}

.button-9:hover {
  background-color: #fff;
  color: #005c82;
}

.div-block-185 {
  margin-top: 35px;
}

.div-block-186 {
  position: relative;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/NEWyellowBkgrnd.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-69 {
  height: auto;
  min-height: 400px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  border-right: 2px solid #eaab32;
}

.columns-27 {
  height: auto;
  padding-top: 15px;
}

.image-37 {
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

.div-block-187 {
  padding-right: 5px;
  text-align: center;
}

.image-38 {
  width: 100%;
  height: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

.div-block-188 {
  padding-left: 5px;
  text-align: center;
}

.div-block-189 {
  height: 300px;
  margin-top: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
  background-image: url('../images/Google-Map-04.jpg');
  background-position: 60% 50%;
  background-size: 883px;
  background-repeat: no-repeat;
}

.button-10 {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #eaab32;
}

.button-10:hover {
  background-color: #005c82;
}

.div-block-190 {
  position: relative;
  top: 234px;
  text-align: center;
}

.div-block-191 {
  margin-top: 50px;
  text-align: center;
}

.button-11 {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #005c82;
}

.button-11:hover {
  background-color: #eaab32;
}

.heading-65 {
  color: #005c82;
}

.heading-66 {
  color: #005c82;
}

.heading-67 {
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
}

.columns-28 {
  padding-top: 0px;
}

.column-70 {
  padding-top: 20px;
  padding-left: 20px;
}

.heading-68 {
  margin-top: 0px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
}

.heading-69 {
  margin-top: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
}

.bold-text {
  color: #005c82;
  font-weight: 600;
  text-decoration: none;
}

.link-22 {
  color: #005c82;
  text-decoration: none;
}

.link-22:hover {
  color: #eaab32;
}

.bold-text-2 {
  font-weight: 600;
}

.link-23 {
  color: #c22a2a;
  text-decoration: none;
}

.link-23:hover {
  color: #eaab32;
}

.bold-text-3 {
  color: #c22a2a;
}

.mtd-heading-section {
  text-align: center;
}

.mtd-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/WheatTileWhite.png');
  background-position: 50% 50%;
  background-size: 200px;
}

.mtd-section-desktop {
  margin-top: 0px;
}

.grid-5 {
  grid-template-areas: "Area Area-3"
    "Area-2 Area-4";
}

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

.image-41 {
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

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

.image-42 {
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

.heading-73 {
  margin-top: 10px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-74 {
  margin-top: 10px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: center;
}

.mtd-doctor-block-01 {
  display: none;
}

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

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

.image-44 {
  height: 250px;
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

.image-45 {
  height: 250px;
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

.heading-76 {
  margin-bottom: 35px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-77 {
  margin-bottom: 35px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-77-left {
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: left;
}

.div-block-207 {
  margin-bottom: 50px;
  text-align: center;
}

.heading-78 {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaab32;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  font-weight: 300;
}

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

.image-46 {
  height: 250px;
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

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

.image-47 {
  height: 250px;
  border-style: solid;
  border-width: 3px;
  border-color: #005c82;
}

.heading-79 {
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-80 {
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: center;
}

.heading-81 {
  margin-bottom: 35px;
  font-family: 'Noto Serif', sans-serif;
  color: #005c82;
  text-align: left;
}

.heading-82 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #005c82;
  line-height: 26px;
  font-weight: 300;
}

.div-block-210 {
  margin-top: 14px;
}

.bold-text-4 {
  color: #005c82;
}

.bold-text-5 {
  color: #005c82;
}

.div-block-211 {
  text-align: left;
}

.interior-header-div {
  height: 400px;
  margin-top: -55px;
  padding-top: 186px;
  background-image: url('../images/header_img_sunset.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.insurance-section-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #fff;
  line-height: 40px;
}

.link-24 {
  color: #005c82;
  text-decoration: none;
}

.link-24:hover {
  color: #eaab32;
}

@media screen and (max-width: 991px) {
  .header-homepage-section {
    height: auto;
    min-height: 400px;
    margin-top: -50px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .columns {
    position: relative;
    z-index: 50;
    margin-top: 40px;
  }

  .new-patient_div {
    height: 200px;
    background-image: url('../images/wheatLeafBkgrndImg_45.png');
  }

  .signature-services-section {
    padding-bottom: 75px;
  }

  .meet-the-doctors-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .mission-statement-text {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-centered {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 36px;
  }

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

  .heading-left-align {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 36px;
  }

  .body-text-left {
    font-size: 14px;
    line-height: 16px;
  }

  .insurancecertifiedsection {
    padding-top: 75px;
  }

  .insurance-footer-div {
    height: 100px;
  }

  .certified-div {
    padding-bottom: 50px;
  }

  .heading-left-align_reverse {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 36px;
  }

  .body-text-left_reversed {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-centered_reversed {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 36px;
  }

  .mtd-desktop-container {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mtd-tablet-container {
    display: block;
  }

  .div-block-7 {
    height: auto;
    margin-top: 35px;
  }

  .find-us-div-desktop {
    display: none;
  }

  .find-us-div-tablet {
    display: block;
    min-height: 400px;
    border-top: 10px none #eaab32;
    background-color: #636569;
  }

  .column-3 {
    height: 450px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 10px solid #eaab32;
    border-left: 10px solid #eaab32;
    background-image: url('../images/Google-Map-04.jpg');
    background-position: 65% 30%;
    background-size: 883px;
    background-repeat: no-repeat;
  }

  .div-block-22 {
    height: auto;
    margin-top: 35px;
    padding-left: 15px;
    text-align: center;
  }

  .image-5 {
    width: 150px;
  }

  .div-block-23 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.35);
  }

  .column-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .div-block-24 {
    height: 75px;
    margin-top: 35px;
    padding-top: 15px;
    padding-left: 40px;
    background-color: #eaab32;
  }

  .find-us-heading-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Noto Serif', sans-serif;
    color: #fff;
  }

  .text-block-11 {
    color: #005c82;
    text-align: left;
  }

  .columns-9 {
    display: block;
  }

  .container-find-us-div-mobile {
    display: none;
  }

  .div-block-34 {
    margin-top: 20px;
  }

  .text-block-14 {
    color: #fff;
    text-align: center;
  }

  .column-1 {
    position: relative;
  }

  .div-block-39 {
    height: 290px;
    border-style: solid;
    border-width: 4px 4px 60px;
    border-color: #005c82;
    background-image: url('../images/PlaceholderDocPic_01.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-40 {
    height: 290px;
    border-style: solid;
    border-width: 4px 4px 60px;
    border-color: #005c82;
    background-image: url('../images/liedtka.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-13 {
    top: 28px;
  }

  .brand-2 {
    width: 165px;
  }

  .nav-menu-2 {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
    border-bottom: 10px solid #eaab32;
    background-color: #005c82;
  }

  .nav-link-7 {
    color: #fff;
  }

  .nav-link-7.w--current {
    color: #fff;
  }

  .nav-link-7.w--current:hover {
    color: #eaab32;
  }

  .dropdown-toggle-3 {
    color: #fff;
  }

  .dropdown-toggle-4 {
    color: #fff;
  }

  .nav-link-8 {
    color: #fff;
  }

  .nav-link-8.w--current {
    color: #fff;
  }

  .nav-link-8.w--current:hover {
    color: #eaab32;
  }

  .nav-link-9 {
    color: #fff;
  }

  .nav-link-9.w--current {
    color: #fff;
  }

  .menu-button-2 {
    margin-top: 20px;
    border-radius: 5px;
    background-color: #005c82;
  }

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

  .icon-4 {
    color: #fff;
  }

  .heading-24 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 6%;
    margin: 0px 10px;
    color: #fff;
    text-align: center;
  }

  .columns-13 {
    background-image: url('../images/LargeWheatGraphicImg_45.png');
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-52 {
    width: 40%;
    height: 375px;
    margin-top: -393px;
    background-image: url('../images/Patient-Resources-Body-Image_02.jpg');
    background-position: 30% 50%;
  }

  .heading-26 {
    font-size: 34px;
    line-height: 36px;
  }

  .text-block-18 {
    font-size: 18px;
    line-height: 22px;
  }

  .new-appointment-includes-section {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .body-text-center {
    margin-top: 25px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-59 {
    top: 31px;
    display: block;
  }

  .heading-32 {
    font-size: 34px;
    line-height: 36px;
  }

  .heading-33 {
    font-size: 34px;
    line-height: 36px;
  }

  .heading-34 {
    font-size: 34px;
    line-height: 36px;
  }

  .button-2 {
    margin-left: 40px;
    background-color: #eaab32;
  }

  .button-2:hover {
    background-color: #005c82;
  }

  .container-9 {
    display: none;
  }

  .button-5 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 20px;
    background-color: #eaab32;
    color: #fff;
  }

  .button-5:hover {
    border: 0px none #fff;
    background-color: #fff;
    color: #005c82;
  }

  .container-10 {
    margin-top: 35px;
  }

  .button-6 {
    width: 100%;
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 20px;
    background-color: #eaab32;
    color: #fff;
  }

  .button-6:hover {
    background-color: #fff;
    color: #005c82;
  }

  .div-block-69 {
    display: block;
  }

  .div-block-70 {
    display: block;
  }

  .column-40 {
    display: none;
  }

  .grid-3 {
    -ms-grid-rows: auto minmax(0px, 0.25fr);
    grid-template-rows: auto minmax(0px, 0.25fr);
  }

  .columns-20 {
    display: none;
  }

  .div-block-103 {
    padding-right: 75px;
    text-align: right;
  }

  .div-block-104 {
    display: block;
  }

  .link-block-21 {
    width: 75px;
    height: 75px;
    min-width: auto;
    background-image: url('../images/Phone-Icon-base.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .link-block-21:hover {
    background-image: url('../images/Phone-Icon-Hover.svg');
  }

  .column-45 {
    left: -50px;
    top: 25px;
    padding-left: 0px;
  }

  .link-8 {
    color: #fff;
    text-decoration: none;
  }

  .link-8:hover {
    color: #eaab32;
  }

  .link-block-22 {
    width: 75px;
    height: 75px;
    background-image: url('../images/Email-Icon-base.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: right;
  }

  .link-block-22:hover {
    background-image: url('../images/Email-Icon-Hover.svg');
  }

  .div-block-105 {
    padding-right: 75px;
    text-align: right;
  }

  .link-9 {
    color: #fff;
    text-decoration: none;
  }

  .link-9:hover {
    color: #eaab32;
  }

  .column-46 {
    left: -50px;
    top: 25px;
    padding-left: 0px;
  }

  .columns-22 {
    margin-top: 20px;
  }

  .div-block-106 {
    position: relative;
    top: 268px;
    margin-top: auto;
  }

  .link-block-23 {
    width: 75px;
    height: 75px;
    background-image: url('../images/House-Icon-base.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
  }

  .link-block-23:hover {
    background-image: url('../images/House-Icon-Hover.svg');
    background-position: 50% 50%;
  }

  .div-block-108 {
    padding-right: 75px;
    text-align: right;
  }

  .columns-23 {
    margin-top: 20px;
  }

  .column-52 {
    left: -50px;
    top: 25px;
    padding-left: 0px;
  }

  .link-10 {
    color: #fff;
    text-decoration: none;
  }

  .link-10:hover {
    color: #eaab32;
  }

  .link-11 {
    font-family: 'Noto Serif', sans-serif;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }

  .link-11.heading-centered_reversed:hover {
    color: #eaab32;
  }

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

  .link-12 {
    color: #005c82;
    text-decoration: none;
  }

  .link-12:hover {
    color: #eaab32;
  }

  .services-section-2 {
    padding-top: 75px;
  }

  .div-block-127 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-field {
    border-style: solid;
    border-width: 2px;
    border-color: #005c82;
  }

  .columns-25 {
    margin-top: 35px;
  }

  .heading-49 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-132 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-27 {
    width: 80px;
    height: 80px;
  }

  .image-28 {
    width: 80px;
    height: 80px;
  }

  .div-block-133 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-29 {
    width: 80px;
    height: 80px;
  }

  .div-block-134 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-30 {
    width: 80px;
    height: 80px;
  }

  .div-block-135 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-50 {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-51 {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-52 {
    font-size: 20px;
    line-height: 22px;
  }

  .text-field-3 {
    border-style: solid;
    border-width: 2px;
    border-color: #005c82;
  }

  .text-field-4 {
    border-style: solid;
    border-width: 2px;
    border-color: #005c82;
  }

  .text-field-5 {
    border-style: solid;
    border-width: 2px;
    border-color: #005c82;
  }

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

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

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

  .div-block-147 {
    padding-bottom: 50px;
    border-bottom: 3px solid #eaab32;
  }

  .div-block-148 {
    padding-bottom: 35px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
  }

  .button-8 {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 20px;
    background-color: #005c82;
  }

  .button-8:hover {
    background-color: #eaab32;
  }

  .div-block-186 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .columns-27 {
    margin-top: 35px;
  }

  .mtd-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .interior-header-div {
    height: 300px;
    padding-top: 150px;
  }

  .insurance-section-heading {
    font-size: 34px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .header-homepage-section {
    height: 250px;
    min-height: auto;
    background-image: url('../images/Homepage_Header-Image.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .columns {
    display: none;
  }

  .signature-services-section {
    height: auto;
    max-height: 100%;
    min-height: 46%;
    padding-bottom: 75px;
  }

  .meet-the-doctors-section {
    margin-top: 0px;
    padding-top: 75px;
  }

  .mission-statement-text {
    margin: 35px 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-centered {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 30px;
  }

  .signature-block-1 {
    height: 55px;
    padding: 15px 5px 5px;
    border-bottom-width: 5px;
  }

  .signature-block-wrap {
    padding-top: 7px;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-left-align {
    margin-top: 0px;
    font-size: 28px;
    line-height: 30px;
  }

  .insurance-container {
    padding-right: 35px;
    padding-left: 35px;
  }

  .certified-div {
    padding-bottom: 75px;
  }

  .heading-left-align_reverse {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-centered_reversed {
    font-size: 28px;
    line-height: 30px;
  }

  .mtd-tablet-container {
    display: none;
  }

  .mission-statement_div {
    display: none;
  }

  .tooth-divider-image {
    display: none;
  }

  .find-us-div-tablet {
    display: none;
  }

  .find-us-heading-1 {
    font-size: 28px;
    line-height: 30px;
  }

  .container-new-patients-cta {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container_intro_sig_services {
    padding-top: 75px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .container-3 {
    display: block;
    padding-right: 35px;
    padding-left: 35px;
  }

  .text-block-12 {
    padding-right: 0px;
    padding-left: 0px;
    color: #005c82;
    font-size: 14px;
  }

  .div-block-25 {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-15 {
    margin-top: 20px;
    font-family: 'Noto Serif', sans-serif;
    color: #005c82;
    font-size: 34px;
    line-height: 36px;
  }

  .div-block-26 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

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

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

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

  .column-7 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .div-block-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-find-us-mobile {
    min-height: auto;
    background-image: url('../images/LargeWheatGraphicImg_45.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }

  .column-8 {
    height: 475px;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 10px solid #eaab32;
    border-left: 10px solid #eaab32;
    background-image: url('../images/Google-Map-04.jpg');
    background-position: 60% 25%;
    background-size: 883px;
    background-repeat: no-repeat;
  }

  .column-9 {
    min-height: auto;
    padding-right: 20px;
    padding-bottom: 53px;
    padding-left: 35px;
    background-color: transparent;
  }

  .div-block-31 {
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-9 {
    height: 100px;
  }

  .div-block-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
  }

  .heading-16 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    color: #636569;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }

  .container-find-us-div-mobile {
    display: block;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 10px;
  }

  .text-block-13 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }

  .column_sigservice-1 {
    padding-left: 0px;
  }

  .column_sigservice-2 {
    padding-right: 0px;
  }

  .column_sigservice-3 {
    padding-left: 0px;
  }

  .column_sigservice-4 {
    padding-right: 0px;
  }

  .column_sigservice-5 {
    padding-left: 0px;
  }

  .column_sigservice-6 {
    padding-right: 0px;
  }

  .column_sigservice-7 {
    padding-left: 0px;
  }

  .column_sigservice-8 {
    padding-right: 0px;
  }

  .column_sigservice-9 {
    padding-left: 0px;
  }

  .column_sigservice-10 {
    padding-right: 0px;
  }

  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-10 {
    margin-top: 20px;
  }

  .div-block-41 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-16 {
    margin-bottom: 35px;
    color: #005c82;
  }

  .container-certified-logos {
    padding-right: 35px;
    padding-left: 35px;
  }

  .div-block-42 {
    height: 275px;
    border-style: solid;
    border-width: 4px 4px 50px;
    border-color: #005c82;
    background-image: url('../images/PlaceholderDocPic_01.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-43 {
    height: 275px;
    border-style: solid;
    border-width: 4px 4px 50px;
    border-color: #005c82;
    background-image: url('../images/liedtka.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mobile-portait-new-patient-cta {
    display: none;
    height: 200px;
    background-color: #005c82;
  }

  .find-us-div-mobile {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    border-top: 10px none #eaab32;
    background-color: #636569;
  }

  .columns-11 {
    display: block;
  }

  .heading-22 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
  }

  .heading-23 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    color: #fff;
    text-align: center;
  }

  .div-block-45 {
    height: 80px;
    margin-top: 35px;
    padding-top: 25px;
    padding-left: 20px;
    background-color: #eaab32;
  }

  .m-landscape-new-patient-image-div {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #005c82;
    background-image: url('../images/LargeWheatGraphicImg_45.png');
    background-position: 0% 100%;
    background-size: 369px;
    background-repeat: no-repeat;
    text-align: center;
  }

  .m-landscape-new-patient-image {
    width: 350px;
    text-align: left;
  }

  .mobile-landscape-new-patient-cta {
    display: block;
  }

  .div-block-46 {
    margin-top: 35px;
    text-align: center;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu-2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .footer-div {
    padding-right: 35px;
    padding-left: 35px;
  }

  .text-block-17 {
    font-size: 12px;
  }

  .div-block-52 {
    display: none;
  }

  .heading-26 {
    font-size: 28px;
    line-height: 30px;
  }

  .new-appointment-includes-section {
    padding: 130px 35px 75px;
  }

  .new-apt-block-style {
    margin-bottom: 10px;
    border-bottom-style: solid;
  }

  .heading-28 {
    top: 11px;
  }

  .heading-29 {
    top: 11px;
  }

  .heading-30 {
    top: 11px;
  }

  .heading-31 {
    top: 11px;
  }

  .new-patient-forms-section {
    padding: 75px 35px;
  }

  .body-text-center {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .payment-financing-section {
    padding: 75px 35px;
  }

  .first-appointment-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 75px 35px;
  }

  .columns-18 {
    margin-bottom: 35px;
  }

  .contact-info-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .emergency-phone-number-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .button-2 {
    margin-left: 20px;
  }

  .grid-3 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

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

  .grid-4 {
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4"
      "Area-5 .";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-78 {
    display: block;
    margin-top: 35px;
  }

  .link-block-10 {
    position: relative;
    left: 55%;
    padding: 10px;
    border-radius: 8px;
    color: #005c82;
    text-decoration: none;
  }

  .link-block-10:hover {
    background-color: rgba(234, 171, 50, 0.5);
    color: #fff;
  }

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

  .image-22 {
    margin-bottom: 10px;
  }

  .link-block-11 {
    padding: 10px;
    border-radius: 8px;
    color: #005c82;
    text-decoration: none;
  }

  .link-block-11:hover {
    background-color: rgba(234, 171, 50, 0.5);
    color: #fff;
  }

  .link-block-12 {
    padding: 10px;
    border-radius: 8px;
    color: #005c82;
    text-decoration: none;
  }

  .link-block-12:hover {
    background-color: rgba(234, 171, 50, 0.5);
    color: #fff;
  }

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

  .image-23 {
    margin-bottom: 10px;
  }

  .link-block-13 {
    padding: 10px;
    border-radius: 8px;
    color: #005c82;
    text-decoration: none;
  }

  .link-block-13:hover {
    background-color: rgba(234, 171, 50, 0.5);
    color: #fff;
  }

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

  .image-24 {
    margin-bottom: 10px;
  }

  .link-block-14 {
    padding: 10px;
    border-radius: 8px;
    color: #005c82;
    text-decoration: none;
  }

  .link-block-14:hover {
    background-color: rgba(234, 171, 50, 0.5);
    color: #fff;
  }

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

  .image-25 {
    margin-bottom: 10px;
  }

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

  .image-26 {
    margin-bottom: 10px;
  }

  .div-block-104 {
    display: none;
  }

  .div-block-107 {
    position: relative;
    top: 268px;
  }

  .link-11.heading-centered_reversed {
    display: none;
    font-size: 24px;
  }

  .link-16 {
    display: inline;
    font-family: 'Noto Serif', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .link-16:hover {
    color: #eaab32;
  }

  .div-block-111 {
    display: block;
  }

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

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

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

  .link-block-24 {
    width: 75px;
    height: 75px;
    background-image: url('../images/Phone-Icon-base.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .link-block-24:hover {
    background-image: url('../images/Phone-Icon-Hover.svg');
  }

  .link-block-25 {
    width: 75px;
    height: 75px;
    background-image: url('../images/Email-Icon-base.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .link-block-25:hover {
    background-image: url('../images/Email-Icon-Hover.svg');
  }

  .link-block-26 {
    width: 75px;
    height: 75px;
    background-image: url('../images/House-Icon-base.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .link-block-26:hover {
    background-image: url('../images/House-Icon-Hover.svg');
  }

  .link-17 {
    color: #fff;
    text-decoration: none;
  }

  .link-17:hover {
    color: #eaab32;
  }

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

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

  .link-18 {
    color: #fff;
    text-decoration: none;
  }

  .link-18:hover {
    color: #eaab32;
  }

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

  .link-19 {
    color: #fff;
    text-decoration: none;
  }

  .link-19:hover {
    color: #eaab32;
  }

  .services-section-2 {
    padding: 50px 35px 75px;
  }

  .div-block-127 {
    margin-top: -55px;
    padding: 130px 25px 75px;
  }

  .submit-button {
    position: static;
    margin-top: 0px;
    text-align: left;
  }

  .submit-button:hover {
    background-color: #005c82;
  }

  .form {
    text-align: left;
  }

  .columns-24 {
    display: none;
  }

  .column-61 {
    display: block;
  }

  .div-block-128 {
    margin-top: 35px;
    text-align: center;
  }

  .field-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .field-label-2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .text-field {
    height: 150px;
  }

  .div-block-136 {
    margin-top: 35px;
  }

  .columns-26 {
    display: block;
  }

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

  .services-image {
    width: 60px;
  }

  .div-block-147 {
    padding-bottom: 35px;
  }

  .div-block-148 {
    padding-bottom: 35px;
  }

  .heading-team-memebers {
    margin-top: 10px;
    margin-bottom: 35px;
    color: #005c82;
  }

  .div-block-181 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-182 {
    margin-bottom: 35px;
  }

  .div-block-186 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .column-69 {
    padding: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }

  .columns-27 {
    padding-top: 0px;
  }

  .columns-28 {
    display: none;
  }

  .column-70 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-68 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-69 {
    font-size: 24px;
    line-height: 26px;
  }

  .mtd-section {
    padding: 75px 35px;
  }

  .heading-73 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-74 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 22px;
  }

  .column-71 {
    margin-bottom: 35px;
  }

  .column-72 {
    margin-bottom: 35px;
  }

  .interior-header-div {
    height: 275px;
    padding-top: 145px;
  }

  .insurance-section-heading {
    font-size: 28px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .header-homepage-section {
    height: 300px;
    background-position: 0% 50%;
  }

  .signature-services-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .meet-the-doctors-section {
    padding: 75px 20px;
  }

  .mission-statement-text {
    display: none;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .heading-centered {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

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

  .heading-left-align {
    font-size: 28px;
    line-height: 30px;
  }

  .insurancecertifiedsection {
    padding-top: 75px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .insurance-container {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .certified-div {
    padding-bottom: 75px;
  }

  .heading-left-align_reverse {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 30px;
  }

  .body-text-left_reversed {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-centered_reversed {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .mission-statement_div {
    display: block;
  }

  .tooth-divider-image {
    display: none;
  }

  .find-us-heading-1 {
    text-align: center;
  }

  .container_intro_sig_services {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-15 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-26 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-6 {
    height: auto;
  }

  .image-7 {
    height: auto;
  }

  .image-8 {
    height: auto;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-30 {
    margin-bottom: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-find-us-mobile {
    background-position: 50% 0%;
    background-size: 500px;
  }

  .column-8 {
    height: 360px;
    padding-left: 0px;
    border-left-style: none;
    background-position: 57% 30%;
    background-size: 883px;
    background-attachment: scroll;
  }

  .column-9 {
    min-height: auto;
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
  }

  .div-block-31 {
    margin-top: 75px;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column_sigservice-1 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .column_sigservice-2 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .column_sigservice-3 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .column_sigservice-4 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .column_sigservice-5 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .column_sigservice-6 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .column_sigservice-7 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .column_sigservice-8 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .column_sigservice-9 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .column_sigservice-10 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-21 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-10 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-41 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-certified-logos {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-26 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-28 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-42 {
    height: 300px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 4px 4px 60px;
    border-color: #005c82;
    background-image: url('../images/PlaceholderDocPic_01.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-43 {
    height: 300px;
    border-style: solid;
    border-width: 4px 4px 60px;
    border-color: #005c82;
    background-image: url('../images/liedtka.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mobile-portait-new-patient-cta {
    display: block;
    height: auto;
    margin-bottom: 0px;
    background-color: #005c82;
    color: #fff;
  }

  .find-us-div-mobile {
    border-top-style: none;
  }

  .heading-22 {
    bottom: 12%;
    margin-right: 0px;
  }

  .heading-23 {
    bottom: 6%;
    margin-left: 0px;
  }

  .div-block-45 {
    padding-left: 0px;
  }

  .mobile-landscape-new-patient-cta {
    display: none;
  }

  .m-portrait-new-patient-image-div {
    height: auto;
    background-color: #005c82;
    background-image: url('../images/LargeWheatGraphicImg_45.png');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }

  .m-portrait-new-patient-image {
    width: 80%;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .nav-menu-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-div {
    height: auto;
    min-height: 80px;
    padding: 20px 20px 35px;
  }

  .columns-14 {
    display: none;
  }

  .new-appointment-includes-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .new-patient-forms-section {
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(234, 171, 50, 0.5);
    background-image: none;
  }

  .column-30 {
    margin-top: 14px;
    text-align: center;
  }

  .div-block-58 {
    display: block;
    text-align: center;
  }

  .image-15 {
    width: 200px;
    margin-top: 10px;
    opacity: 0.62;
  }

  .text-block-19 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .payment-financing-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .first-appointment-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-59 {
    display: block;
    margin-top: 35px;
    padding: 50px 20px;
  }

  .columns-18 {
    margin-bottom: 0px;
  }

  .heading-32 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-33 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-34 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-35 {
    font-size: 20px;
    line-height: 22px;
  }

  .emergency-phone-number-section {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-2 {
    margin-left: 0px;
  }

  .column-41 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-47 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-48 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-49 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-50 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-51 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-107 {
    left: 0px;
    top: 168px;
    text-align: center;
  }

  .link-11.heading-centered_reversed {
    font-size: 20px;
    line-height: 24px;
  }

  .column-55 {
    margin-bottom: 20px;
  }

  .column-56 {
    margin-bottom: 20px;
  }

  .text-block-28 {
    display: none;
  }

  .container-12 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-29 {
    display: block;
    color: #fff;
    text-align: center;
  }

  .div-block-119 {
    margin-top: 35px;
  }

  .services-section-2 {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-127 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-49 {
    font-size: 16px;
    line-height: 18px;
  }

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

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

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

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

  .heading-50 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-51 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-52 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-54 {
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-186 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-69 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .columns-28 {
    display: none;
  }

  .column-70 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mtd-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mtd-section-desktop {
    display: none;
  }

  .grid-5 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-43 {
    height: 200px;
    border-style: solid;
    border-width: 3px;
    border-color: #005c82;
  }

  .div-block-203 {
    margin-top: 35px;
    text-align: center;
  }

  .div-block-204 {
    margin-top: 20px;
  }

  .heading-75 {
    font-family: 'Noto Serif', sans-serif;
    color: #005c82;
    text-align: center;
  }

  .mtd-doctor-block-01 {
    display: block;
  }

  .column-71 {
    margin-bottom: 35px;
  }

  .column-72 {
    margin-bottom: 35px;
  }
}

#w-node-3c59d8f222b8-c97f18ef {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-5>#w-node-3c59d8f222b8-c97f18ef {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-7b02283c0a46-c97f18ef {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

.grid-5>#w-node-7b02283c0a46-c97f18ef {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#w-node-164ef8c33599-c97f18ef {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

.grid-5>#w-node-164ef8c33599-c97f18ef {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-5bd235b53597-c97f18ef {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-5;
}

#w-node-c0f597cdff43-c97f18ef {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: Area-4;
}

.grid-5>#w-node-c0f597cdff43-c97f18ef {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

@media screen and (max-width: 767px) {
  #w-node-8a0283f3c845-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-5>#w-node-8a0283f3c845-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-89c9659eb441-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: Area-2;
  }

  .grid-5>#w-node-89c9659eb441-c97f18ef {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-e5f3715c96b7-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-3;
  }

  .grid-5>#w-node-e5f3715c96b7-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-9e9b3978eb8c-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: Area-4;
  }

  .grid-5>#w-node-9e9b3978eb8c-c97f18ef {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-c0bcaf75c2e4-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Area-5;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  .grid-4>#w-node-3c59d8f222b8-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-7b02283c0a46-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-4>#w-node-164ef8c33599-c97f18ef {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-5bd235b53597-c97f18ef {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-c0f597cdff43-c97f18ef {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .grid-4>#w-node-8a0283f3c845-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-89c9659eb441-c97f18ef {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-4>#w-node-e5f3715c96b7-c97f18ef {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-9e9b3978eb8c-c97f18ef {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .grid-4>#w-node-c0bcaf75c2e4-c97f18ef {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.row-space {
  margin-bottom: 40px;
}
