:root {
  --erd-dark-gray: #595959;
  --oct13-blue: #101d57;
  --darktext: #383838;
  --black: #192024;
  --light-grey: #cacaca;
  --dim-gray: #676770;
  --light-slate-gray: #8e8e9c;
  --erd-blue: #474779;
  --chris-blue: #1643c6;
  --new-blue-by-me: #00518b;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.tab {
  background-color: var(--erd-dark-gray);
  margin-left: 8px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 400;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: var(--oct13-blue);
}

.navigation-link {
  color: #fff;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #fff;
  text-decoration: underline;
}

.navigation-link.w--current {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.navigation-bar {
  z-index: 99;
  background-color: var(--erd-dark-gray);
  color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 11px 13px #0003;
}

.navigation-menu {
  padding-top: 10px;
}

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

.home-section {
  text-align: center;
  padding: 80px 10px;
}

.home-section.accent {
  background-image: linear-gradient(to right, #101d57, #fff0), url('../images/homepage-banner.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  color: #fff;
  text-align: left;
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  background-image: linear-gradient(to right, var(--oct13-blue), transparent 57%), url('../images/east-riverside-dental.jpg');
  text-align: center;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 6px;
  text-transform: none;
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: var(--darktext);
  color: var(--darktext);
  background-color: #fff;
}

.home-section-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 60px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  top: 120px;
}

.home-section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  padding-left: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  position: static;
}

.section-subheading {
  color: var(--darktext);
  padding-bottom: 10px;
  font-size: 20px;
}

.section-subheading.center {
  color: var(--darktext);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.section-title-group {
  margin-bottom: 40px;
}

.footer {
  background-color: #cacaca;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  padding-bottom: 15px;
}

.footer._60margin {
  margin-top: 60px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.info-icon {
  float: left;
}

.footer-link {
  color: var(--darktext);
  cursor: pointer;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--black);
  font-size: 18.5px;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.footer-link.email {
  margin-top: 10px;
}

.footer-link-wrapper {
  display: none;
}

.tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  border: 8px solid var(--light-grey);
  border-radius: 13px;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 7px 5px #0003;
}

.white-text {
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.heading {
  color: #595959;
  font-weight: 400;
}

.body {
  color: #595959;
  background-color: #0000;
  font-size: 18px;
}

.div-block {
  background-color: #595959;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.circleimg {
  width: 80%;
  padding-top: 10px;
}

.navbrand {
  width: 200px;
  height: auto;
}

.hero-div {
  color: #202020;
  text-align: left;
  border-radius: 5px;
  width: 30%;
  margin-left: 88px;
  margin-right: auto;
  position: relative;
  top: -24px;
}

.paragraph {
  font-size: 18px;
  font-weight: 300;
}

.h3white {
  color: #fff;
  font-weight: 400;
}

.h3white.bold {
  font-weight: 600;
}

.whiteicon {
  width: 100px;
}

.nav-div {
  margin-left: 20px;
  margin-right: 20px;
}

.flex-block {
  padding-right: 40px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr .75fr;
}

.grey {
  background-color: var(--light-grey);
  padding: 10px 20px;
}

.darkgray {
  background-color: #595959;
  height: 20px;
}

.container-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.darkparagraph {
  color: #383838;
  font-size: 18px;
  font-weight: 300;
}

.heading3dark {
  color: #383838;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.flex-block-squish {
  width: 65%;
  margin-left: 40px;
}

.heading5 {
  color: var(--darktext);
  font-size: 20px;
  font-weight: 400;
}

.contactimg {
  border-radius: 20px;
  width: 140px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cu-dropdown-toggle {
  color: var(--dim-gray);
  padding-top: 10px;
  padding-bottom: 10px;
}

.cu-dropdown-list {
  background-color: #fff;
  width: 270px;
  box-shadow: 0 2px 5px #0003;
}

.cu-dropdown-list.w--open {
  z-index: 99;
  background-color: var(--oct13-blue);
  border-radius: 7px;
  width: 200px;
  left: auto;
  box-shadow: 0 8px 10px 6px #0006;
}

.listheight {
  z-index: 70;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 25px;
  position: relative;
}

.list-item {
  color: #fff;
  padding: 10px 15px;
}

.cu-flex-block {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cu-icon {
  color: #3e3e7d;
  font-family: Material Icons, sans-serif;
  font-size: 23px;
}

.cu-link {
  color: var(--darktext);
  text-align: left;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-block {
  color: var(--darktext);
  font-size: 16px;
}

.text-block.light {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
}

.dropdown {
  z-index: 10;
  border: 2px solid var(--light-slate-gray);
  background-color: #fff;
  border-radius: 8px;
  align-self: center;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 0;
}

.vflex {
  margin-left: 30px;
}

.text-block-2 {
  color: var(--darktext);
}

.div-blockgrey {
  background-color: #efefef;
  width: 280px;
  height: 360px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-blockgrey2 {
  background-color: #d3d3d3;
  border: 1px solid #b6b6b6;
  width: 280px;
  height: 360px;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.contact-flex {
  justify-content: center;
  padding-top: 40px;
}

.header {
  background-image: url('../images/erd-header-flipped.jpg');
  background-position: 50% 85%;
  background-size: cover;
  height: 40vh;
  margin-top: 60px;
}

.contact-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 220px;
}

.docimg {
  border-radius: 10px;
  width: 150px;
}

.flex-block-align-center {
  align-items: center;
}

.heading-left {
  color: var(--darktext);
  text-align: left;
  font-size: 23px;
}

.paragraph-left {
  color: var(--darktext);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.flex-bio-block {
  margin-left: 20px;
}

.doctorgrid {
  grid-row-gap: 49px;
  grid-template-columns: 1fr;
}

.hr {
  background-color: var(--light-slate-gray);
  height: 2px;
}

.footer-link-text {
  color: var(--darktext);
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.image {
  width: 350px;
}

.home-paragraph {
  margin-top: 33px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
}

.hr-footer {
  background-color: var(--light-slate-gray);
  height: 2px;
}

.bluehr {
  background-image: linear-gradient(274deg, var(--oct13-blue), white 81%);
  height: 20px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 68px;
  grid-template-rows: auto;
}

.ts-h2 {
  text-align: left;
  font-size: 23px;
  font-weight: 500;
}

.ts-div {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ts-img1 {
  margin-top: auto;
  margin-bottom: auto;
}

.ts-imgmobile {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.ts-img2 {
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-list, .dropdown-list.w--open {
  background-color: #ddd;
}

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

.paragraph-2 {
  font-size: 16px;
}

.heading-3 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 400;
}

.ts-vidmobile {
  display: none;
}

.links-h2 {
  font-size: 25px;
  line-height: 30px;
}

.div-block-9 {
  color: #fff;
  background-image: linear-gradient(90deg, #101d57 25%, #202c62ed 40%, #404a79cc 49%, #fff0 63%), url('../images/beforeAfter.jpg');
  background-position: 0 0, 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 53px;
}

.div-block-10 {
  width: 50%;
}

.text-block-12 {
  color: #fff;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.bold-text-2 {
  font-size: 24px;
  line-height: 30px;
}

.spaced-list {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.list-2 {
  text-align: left;
}

.text-span {
  color: var(--oct13-blue);
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .h3white.bold {
    font-weight: 600;
  }

  .cu-icon {
    color: #3e3e7d;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section.centered {
    height: 70vh;
  }

  .hero-heading {
    font-size: 100px;
    line-height: 100px;
  }

  .home-section-heading {
    font-size: 80px;
    line-height: 80px;
    top: 170px;
  }

  .section-subheading.center {
    font-size: 32px;
    line-height: 35px;
  }

  .hero-div {
    top: 0;
  }

  .h3white.bold {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .flex-block-squish {
    margin-left: 100px;
  }

  .listheight {
    font-size: 20px;
    line-height: 30px;
  }

  .cu-link {
    font-size: 20px;
  }

  .text-block.light {
    padding-left: 10px;
    font-size: 22px;
    line-height: 24px;
  }

  .header {
    height: 50vh;
    padding-left: 140px;
  }

  .docimg {
    width: 180px;
  }

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

  .paragraph-left {
    font-size: 22px;
    line-height: 26px;
  }

  .largecontainer {
    max-width: 1200px;
  }

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

  .ts-div {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .ts-img1 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .ts-vid {
    max-width: 650px;
    margin-left: 60px;
  }

  .ts-img2 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-2 {
    font-size: 22px;
  }

  .ts-vidmobile, .ts-vid1 {
    max-width: 650px;
    margin-left: 60px;
  }

  .div-block-9 {
    background-image: linear-gradient(90deg, #101d57 25%, #202c62ed 40%, #404a79cc 49%, #fff0 63%), url('../images/beforeAfter.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-10 {
    color: #fff;
  }

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

  .spaced-list {
    color: var(--darktext);
    font-size: 22px;
    line-height: 26px;
  }

  .spaced-list.white {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #fffc;
  }

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

  .navigation-bar {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
  }

  .hamburger-button {
    padding-top: 30px;
    font-size: 30px;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: var(--darktext);
  }

  .home-section.accent {
    background-position: 0 0, 75%;
  }

  .hero-section.centered {
    background-image: linear-gradient(to right, #363b6a, #0000 80%), url('../images/east-riverside-dental.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .footer {
    background-color: #cacaca;
  }

  .footer-link {
    color: #383838;
    border-bottom-color: #e4e4ec;
    font-weight: 400;
  }

  .footer-link:hover {
    color: var(--black);
    font-weight: 600;
  }

  .hero-div {
    width: 43%;
    margin-left: 50px;
    padding-right: 20px;
  }

  .paragraph {
    font-weight: 400;
  }

  .darkparagraph {
    color: var(--darktext);
  }

  .flex-block-squish {
    flex-wrap: wrap;
    width: 50%;
  }

  .heading5 {
    color: #383838;
    font-weight: 600;
  }

  .cu-dropdown-toggle {
    z-index: 10;
  }

  .cu-dropdown-list {
    z-index: auto;
  }

  .listheight {
    line-height: 30px;
  }

  .list-item {
    z-index: 90;
  }

  .cu-icon {
    color: #3e3e7d;
    font-size: 20px;
  }

  .text-block.light {
    text-align: left;
  }

  .dropdown {
    z-index: auto;
  }

  .div-blockgrey2 {
    margin-top: 0;
  }

  .contact-flex {
    flex-wrap: wrap;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-text {
    color: #383838;
    border-bottom-color: #e4e4ec;
    font-weight: 400;
  }

  .home-paragraph {
    font-weight: 400;
  }

  .grid-2 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ts-img1 {
    display: none;
  }

  .ts-imgmobile {
    width: auto;
    height: 400px;
    margin: 0 auto;
    display: block;
  }

  .ts-vid {
    max-width: 800px;
    height: 400px;
  }

  .ts-img2 {
    width: auto;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .ts-vidmobile {
    max-width: 800px;
    height: 400px;
    display: block;
  }

  .ts-vid1 {
    max-width: 800px;
    height: 400px;
    display: none;
  }

  .div-block-9 {
    background-image: linear-gradient(90deg, #101d57 25%, #202c62ed 40%, #404a79cc 49%, #fff0 63%), url('../images/beforeAfter.jpg'), url('../images/east-riverside-dental-smile.jpg');
    background-position: 0 0, 80%, 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, contain;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.tab {
    font-size: 12px;
  }

  .hamburger-button {
    padding-top: 25px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .white-box.transparent {
    color: #fff;
  }

  .hero-section.centered {
    background-image: linear-gradient(#253161a6, #253161a6), url('../images/east-riverside-dental.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    text-align: left;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .home-section-heading {
    width: 60%;
    top: 100px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .hero-div {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    text-align: center;
    width: 60%;
    margin-left: 37px;
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 0px;
  }

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

  .columns-2 {
    text-align: center;
  }

  .flex-block-1 {
    justify-content: center;
  }

  .contactimg {
    margin-bottom: 11px;
  }

  .listheight {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .cu-link {
    text-decoration: none;
  }

  .contact-flex {
    width: auto;
  }

  .contact-section {
    padding-bottom: 65px;
  }

  .ts-imgmobile, .ts-vid, .ts-img2, .ts-vidmobile, .ts-vid1 {
    height: 200px;
  }

  .linkstext {
    font-size: 18px;
  }

  .div-block-9 {
    background-color: #101d58;
    background-image: none;
    background-position: 0 0;
    padding-right: 20px;
  }

  .div-block-10 {
    width: auto;
  }

  .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hamburger-button {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brand-link {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .home-section.accent {
    background-image: linear-gradient(to right, var(--oct13-blue) 100%, transparent);
    background-position: 0 0;
  }

  .hero-section.centered {
    background-image: linear-gradient(#253161ab, #253161ab), url('../images/east-riverside-dental.jpg');
    background-position: 0 0, 30%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    margin-bottom: 0;
  }

  .home-section-heading {
    background-color: #fcfcfccc;
    width: auto;
    padding-left: 23px;
    top: 98px;
  }

  .section-subheading.center {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
  }

  .section-title-group {
    margin-bottom: 20px;
  }

  .footer-link:hover {
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }

  .tab-menu {
    grid-template-columns: 1fr;
  }

  .navbrand {
    width: 150px;
  }

  .hero-div {
    width: auto;
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    top: 5px;
  }

  .paragraph {
    width: auto;
  }

  .flex-block {
    padding-right: 10px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grey {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .darkparagraph {
    width: auto;
  }

  .heading3dark {
    font-size: 30px;
  }

  .flex-block-squish {
    width: 90%;
    margin-left: 0;
  }

  .cu-dropdown-list.w--open {
    width: auto;
    left: auto;
  }

  .listheight {
    width: auto;
  }

  .cu-flex-block {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .cu-link, .text-block {
    font-size: 16px;
    font-weight: 400;
  }

  .text-block.light {
    text-align: center;
  }

  .dropdown {
    margin-left: 5px;
    margin-right: 5px;
  }

  .vflex {
    margin-left: 5px;
  }

  .div-blockgrey {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-blockgrey2 {
    width: auto;
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-flex {
    flex-wrap: wrap;
  }

  .header {
    background-position: 80% 0;
  }

  .docimg {
    margin-bottom: 20px;
  }

  .flex-block-align-center {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-bio-block {
    margin-left: 0;
  }

  .footer-link-text {
    text-align: left;
    margin-bottom: 12px;
  }

  .footer-link-text:hover {
    font-weight: 400;
  }

  .image {
    width: 200px;
    max-width: none;
  }

  .home-paragraph {
    width: auto;
  }

  .home-div-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .ts-imgmobile, .ts-img2 {
    height: auto;
  }

  .div-block-9 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

#w-node-_400e614c-3635-404c-a057-ae10b6bae1bd-81b0775b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2e01417-2e4c-8ede-aeda-5ac781f0c456-81b0775b, #w-node-_4c0a32f2-3615-4c5b-ec8d-1c38470c3207-81b0775b, #w-node-_4e43b380-534b-f902-f955-46b352cd1d9d-81b0775f, #w-node-a1200e4c-8a52-0fb9-a579-2a3271e15f0d-81b0775f, #w-node-cae98754-313a-89aa-133b-ca68faf06f63-81b0775f, #w-node-_84c6d1a0-cb36-a97d-41e6-a5f9c59a7bc4-81b07762, #w-node-ef16632b-4657-b379-a19d-a22f77b219d0-81b07762, #w-node-dcfe9fcd-1674-7269-6de9-8e1815e4f2f1-81b07762, #w-node-d7fb84ff-3bbe-ecfe-1eba-632c73511df1-81b07762, #w-node-_4e43b380-534b-f902-f955-46b352cd1d9d-81b07762, #w-node-cae98754-313a-89aa-133b-ca68faf06f63-81b07762, #w-node-_151be90d-7a22-8e8d-ded7-b75faf7c0917-81b07762, #w-node-_04513ad3-09c8-7e0c-6191-fecef1aadf9e-81b07762, #w-node-_4c1416c0-75f5-9956-81dd-f87c7c6ab081-81b07765, #w-node-_151be90d-7a22-8e8d-ded7-b75faf7c0917-81b07765, #w-node-d3f3180f-9d10-322e-0284-b1b7f57c4397-81b07765, #w-node-_01705368-81f1-e3c6-f213-7a083efbaaf0-0297cad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4c2d4cd-42f3-42fc-3916-b2f9c05fa9a5-b942ac33 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9e97e1bf-664f-dfb6-ccc9-ec9c71a06f86-b942ac33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e97e1bf-664f-dfb6-ccc9-ec9c71a06f8b-b942ac33 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4c1416c0-75f5-9956-81dd-f87c7c6ab081-81b07765 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e97e1bf-664f-dfb6-ccc9-ec9c71a06f86-b942ac33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_400e614c-3635-404c-a057-ae10b6bae1bd-81b0775b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2e01417-2e4c-8ede-aeda-5ac781f0c456-81b0775b {
    order: 9999;
  }
}


