:root {
  --white: white;
  --dim-grey: #666;
  --newgrey: #eee;
  --lite: #f7f7f7;
  --none: #fff0;
  --black: black;
}

.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;
}

@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: #333;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #fff;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

.container {
  background-image: url('../images/red-bg-960.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-section {
  background-color: var(--white);
  width: auto;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 12px;
  padding-top: 131px;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 47px;
}

.heading.black {
  z-index: 100;
  color: var(--dim-grey);
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.heading.black.dental {
  margin-bottom: 20px;
}

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

.div-block {
  height: 500px;
  margin-top: -3px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.slider {
  margin-top: -77px;
  top: 0;
  left: 0;
}

.image-2 {
  margin-top: -59px;
  padding-top: 0;
}

.slide {
  top: 0;
}

.slide-2 {
  background-image: url('../images/s_football.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
}

.image-3 {
  background-image: url('../images/s_storm.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-2 {
  background-color: #0000;
}

.image-4 {
  z-index: 5;
  position: relative;
  top: 82px;
}

.slide-3 {
  position: static;
}

.container-2, .div-block-2 {
  height: 800px;
}

.slider-3 {
  background-color: #0000;
  background-image: none;
  border-style: none;
  min-height: 400px;
  top: -380px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.div-block-3 {
  background-image: none;
  border-top-style: solid;
  border-top-color: #ffffff80;
  border-bottom-color: #fff;
  width: 375px;
  height: 1px;
  max-height: 1px;
  margin-top: 0;
  margin-right: auto;
  display: block;
}

.image-5 {
  z-index: 100;
  text-align: center;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-5.recent {
  margin-top: 0;
  padding-bottom: 20px;
}

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

.row {
  border: 0 #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.container-3 {
  margin-top: 40px;
}

.about-column {
  text-align: center;
  border: 0 solid #686868;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-4 {
  width: 60px;
  height: 60px;
  margin: 16px auto 23px;
  display: block;
}

.triple-box-section {
  background-color: #f5f2ed;
  background-image: url('../images/glow-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.about-inner {
  background-color: var(--white);
  color: #0000;
  border: 1px solid #d3d3d3;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px;
}

.about-text {
  color: #666;
  font-size: 15px;
  font-weight: 300;
}

.about-text.white {
  color: #fff;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.about-text.white.center {
  text-align: center;
  margin-top: 9px;
}

.heading-3 {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-weight: 400;
}

.right-fit-section {
  background-image: url('../images/office2_1office2.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 760px;
  margin-top: 0;
}

.right-fit-section.our-services {
  background-image: url('../images/telly_1telly.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}

.container-4 {
  margin-top: 0;
  padding-top: 65px;
  padding-bottom: 58px;
}

.paragraph {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.image-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.heading-4.dark {
  color: #666;
  text-transform: none;
  margin-bottom: 0;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 18px;
}

.quote {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-size: 14px;
}

.quote.dark {
  color: #666;
}

.quote.dark.italic {
  letter-spacing: 0;
  margin-top: 4px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.quote.black {
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
}

.row-2 {
  margin-top: 29px;
}

.container-5 {
  min-height: 275px;
  padding-top: 30px;
}

.image-7 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.portfolio-section {
  text-align: center;
  min-height: 1000px;
  margin-bottom: 75px;
}

.portfolio-section.dental {
  background-color: var(--newgrey);
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.lightbox-link {
  margin-top: 24px;
}

.text-span, .text-span-2, .text-span-3 {
  font-size: 17px;
  font-weight: 700;
}

.div-block-5 {
  width: 150px;
  height: 24px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-section {
  background-image: url('../images/bg_short-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 194px;
}

.text-block-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 300;
}

.testimonial {
  color: #fff;
  text-align: center;
  padding-left: 115px;
  padding-right: 115px;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.testimonial-company {
  color: #9c9c9c;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
}

.slider-4 {
  background-color: #0000;
  height: 194px;
  padding-top: 42px;
}

.row-3 {
  margin-top: 0;
  padding-bottom: 20px;
}

.container-6 {
  margin-top: 32px;
}

.contact-section {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-section {
  background-image: linear-gradient(#333, #333);
  margin-top: 0;
  padding-top: 20px;
}

.footer-text {
  color: #999;
  margin-bottom: 30px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.container-7 {
  min-height: 100px;
}

.social-links {
  text-align: right;
  max-width: 30%;
  height: 30px;
  margin-top: 0;
  position: static;
  top: 0;
  left: 0;
}

.column-2 {
  color: #fff;
  padding-top: 0;
}

.column-3 {
  text-align: left;
  padding-top: 12px;
  padding-left: 31px;
}

.link-block {
  text-align: right;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  position: static;
  top: 6px;
  right: 0;
}

.facebook {
  padding-top: 8px;
  position: static;
}

.column-4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-left: 12px;
  display: block;
}

.link {
  color: #333;
}

.brand {
  min-width: 200px;
  padding-top: 8px;
  padding-left: 58px;
}

.navbar {
  opacity: 1;
  background-color: #0000005c;
  background-image: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0);
}

.container-8 {
  background-color: #0000;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.services-section {
  background-image: url('../images/telly_1telly.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.submit-button {
  margin-top: 13px;
}

.slide-nav {
  font-size: 8px;
}

.icon, .icon-2 {
  font-size: 20px;
}

.text-block-4 {
  text-align: center;
  padding: 74px 51px 0;
  font-size: 18px;
}

.city-specific {
  text-align: center;
  max-width: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: block;
  position: static;
}

.link-2, .link-3, .link-4, .link-5, .link-6 {
  color: #fff;
}

.bottom-link {
  color: #e2e2e2;
}

.link-7 {
  color: #dfdfdf;
}

.linkback {
  color: #e6e6e6;
}

.linkback:hover {
  color: red;
}

.linkback:visited {
  color: #ff0303;
}

.footlink {
  color: #fff;
}

.footlink:hover, .footlink:active, .footlink:focus, .footlink:visited {
  color: red;
}

.text-block-5 {
  z-index: 2;
  text-align: center;
  letter-spacing: -4px;
  margin-top: 38px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  position: relative;
}

.container-9 {
  border-bottom: 1px solid #000;
  padding-top: 120px;
}

.row-5 {
  margin-top: -4px;
  margin-bottom: -49px;
  padding-top: 0;
  padding-bottom: 0;
}

.quote-black {
  padding-bottom: 0;
  line-height: 14px;
}

.column-5 {
  border-bottom: 1px #000;
  margin-bottom: 17px;
  padding-top: 95px;
}

.image-11 {
  max-width: 85%;
  margin-top: 78px;
  padding-bottom: 0;
}

.paragraph-3 {
  margin-bottom: 0;
  padding-top: 23px;
  font-weight: 400;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
}

.type-tag {
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 30px;
}

.paragraph-4 {
  text-transform: none;
  margin-bottom: 32px;
  padding-top: 29px;
}

.container-10 {
  border-bottom: 1px solid #000;
  margin-top: -41px;
  margin-bottom: 149px;
  padding-bottom: 0;
}

.recenttop {
  padding-top: 145px;
}

.section {
  min-height: 100px;
  margin-top: 40px;
}

.text-block-6 {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: -4px;
  margin-top: 24px;
  margin-bottom: 7px;
  font-family: Playfair Display, sans-serif;
  font-size: 56px;
}

.row-6 {
  border-bottom: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 28px;
}

.text-block-7 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
}

.citylink, .citylink.w--current, .link-8, .link-9, .link-10, .link-11 {
  color: #000;
}

.citylink-black {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-top: 21px;
  font-size: 10px;
  line-height: 14px;
}

.citylink-black.w--current {
  color: #000;
}

.cityblack {
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
}

.cityblack:hover, .cityblack:active, .cityblack:focus, .cityblack:visited {
  color: #000;
}

.citysection {
  color: #000;
  text-align: center;
  padding-top: 28px;
}

.link-12 {
  color: #080808;
}

.link-13, .link-14 {
  color: #000;
}

.button {
  text-align: center;
}

.button-2 {
  text-align: center;
  background-color: #e20000;
  margin-top: 57px;
}

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

.button-2.dental {
  background-color: #3898ec;
  padding-left: 20px;
  padding-right: 20px;
}

.container-11, .container-12 {
  text-align: center;
}

.column-6 {
  margin-top: -20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.column-7 {
  padding-top: 18px;
}

.recent-link {
  color: #333;
}

.recent-link:hover, .recent-link:active {
  color: red;
}

.recent-link:focus {
  color: #ff0505;
}

.recent-link:visited {
  color: red;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  height: 100%;
  position: static;
}

.div-block-6 {
  padding-bottom: 0;
}

.image-15 {
  padding-bottom: 100%;
}

.lightbox-link-2 {
  background-image: url('../images/Spindrift-Landscape_0000_Spindrift-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 100%;
}

.section-2 {
  height: 100%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100vh;
}

.section-3 {
  width: 100vw;
  height: auto;
}

.div-block-7 {
  text-align: center;
  background-color: #0000;
}

.container-13 {
  text-align: center;
  height: auto;
  padding-top: 60px;
  padding-left: 188px;
  padding-right: 188px;
}

.section-4 {
  text-align: center;
  height: auto;
}

.slider-5 {
  background-color: #0000;
  height: 850px;
}

.icon-3, .icon-4 {
  color: #000;
}

.mask {
  padding-left: 0;
  padding-right: 0;
}

.right-arrow {
  margin-left: 0;
  margin-right: -80px;
}

.left-arrow {
  margin-left: -80px;
  margin-right: 0;
}

.slide-nav-2 {
  padding-top: 25px;
}

.family {
  background-image: url('../images/lindsay-brislin-dentistry-family-beach2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-6 {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.slider-6.bigger {
  width: 90%;
  height: 90px;
  min-height: 700px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-arrow-5 {
  display: none;
}

.slide-13 {
  background-image: url('../images/lindsay-brislin-dentistry-family3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13._2 {
  background-image: url('../images/website-design-web-design-graphic-design-hunter.jpg');
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  top: auto;
}

.slide-13._2.sylvan {
  background-image: url('../images/website-design-web-design-graphic-design-sylvan-b.jpg');
}

.slide-13._2.jsj {
  background-image: url('../images/website-design-web-design-graphic-design-jsj-final.jpg');
}

.slide-13._2.hunter {
  background-image: url('../images/website-design-web-design-graphic-design-hunter.jpg');
}

.slide-13._2.jms {
  background-image: url('../images/website-design-web-design-graphic-design-jms-b.jpg');
}

.slide-13._2.amerilube {
  background-image: url('../images/website-design-web-design-graphic-design-amerilube-a.jpg');
}

.slide-13._2.ftf {
  background-image: url('../images/website-design-web-design-graphic-design-ftf-b.jpg');
}

.slide-13._2.brislin {
  background-image: url('../images/website-design-web-design-graphic-design-brislin-t.jpg');
}

.slide-13._2.cross {
  background-image: url('../images/website-design-web-design-graphic-design-crossroads.jpg');
}

.slide-13._2.yurkanin {
  background-image: url('../images/website-design-web-design-graphic-design-yurkanin.jpg');
}

.slide-13._2.elan {
  background-image: url('../images/website-design-web-design-graphic-design-elanwest-F.jpg');
}

.slide-13._2.napa {
  background-image: url('../images/website-design-web-design-graphic-design-napa.jpg');
}

.slide-13._2._3cba, .slide-13._2.third {
  background-image: none;
}

.slide-13.couple {
  background-image: url('../images/lindsay-brislin-dentistry-family3.jpg');
}

.left-arrow-4 {
  display: none;
}

.slide-9 {
  background-image: url('../images/lindsay-brislin-dentistry-smiling-woman2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-5 {
  padding-bottom: 54px;
  font-size: 12px;
  display: none;
}

.container-14 {
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
  position: relative;
  inset: -189px 0% 0%;
}

.headline {
  margin-top: -142px;
  margin-bottom: 40px;
  display: block;
  position: static;
}

.headline.main {
  display: none;
}

.mask-2 {
  overflow: hidden;
}

.small-head {
  z-index: 100;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  position: relative;
}

.div-block-8 {
  text-align: center;
  padding-top: 10px;
}

.image-16 {
  z-index: 999;
  position: relative;
}

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

.container-15 {
  text-align: center;
  padding-left: 0;
  display: none;
}

.div-block-10, .link-block-2 {
  text-align: left;
}

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

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

.columns {
  position: relative;
}

.container-27 {
  text-align: center;
  height: 30px;
  padding-top: 5px;
  display: none;
}

.container-27.main {
  display: block;
}

.text-block-8 {
  color: #fff;
  font-family: PT Serif, serif;
  display: none;
}

.phone {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.phone.big {
  display: none;
}

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

.section-5 {
  padding-top: 76px;
}

.div-block-13 {
  text-align: left;
  padding-top: 5px;
  font-weight: 700;
}

.text-block-9 {
  color: #000;
}

.text-block-10 {
  color: #000;
  font-weight: 300;
  line-height: 18px;
}

.product {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.text-block-11 {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-12 {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 16px;
}

.header {
  background-image: url('../images/dental-marketing-hero8.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  min-height: auto;
}

.container-28 {
  padding-top: 20px;
}

.div-block-14 {
  float: left;
  width: 420px;
}

.heroh1 {
  color: #104770;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: -10px;
  font-size: 30px;
}

.div-block-15 {
  float: right;
}

.head-small-italic {
  float: right;
  color: #104770;
  width: 40%;
  padding-top: 251px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.container-29 {
  margin-top: -246px;
}

.container-30 {
  text-align: center;
  padding: 10px 70px 31px;
}

.paragraph-5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.text-span-5 {
  font-size: 7px;
}

.text-span-5.r {
  position: relative;
  top: -5px;
}

.slide-1 {
  background-image: url('../images/website-design-web-design-graphic-design-napa3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.napa-slide {
  background-image: url('../images/website-design-web-design-graphic-design-napa5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.napa-slide.law {
  background-color: #0000;
  background-image: none;
}

._3-slide, ._3c {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

._3rd {
  margin-left: auto;
  margin-right: auto;
}

.image-19 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.law {
  background-color: var(--dim-grey);
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

._3cba, .h-slide {
  background-image: url('../images/website-design-web-design-graphic-design-3cba-SM.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.h-slide.napa {
  background-image: url('../images/website-design-web-design-graphic-design-napa5.jpg');
}

.h-slide._3 {
  background-image: url('../images/website-design-web-design-graphic-design-brentwood2.jpg');
}

.h-slide.sylvan {
  background-image: url('../images/website-design-web-design-graphic-design-sylvan-b.jpg');
}

.h-slide.jsj {
  background-image: url('../images/website-design-web-design-graphic-design-jsj-final.jpg');
}

.h-slide.hunter {
  background-image: url('../images/website-design-web-design-graphic-design-hunter.jpg');
}

.h-slide.jms {
  background-image: url('../images/website-design-web-design-graphic-design-jms-b.jpg');
}

.h-slide.amerilube {
  background-image: url('../images/website-design-web-design-graphic-design-amerilube-F.jpg');
}

.h-slide.ftf {
  background-image: url('../images/website-design-web-design-graphic-design-ftf-b.jpg');
}

.h-slide.brislin {
  background-image: url('../images/website-design-web-design-graphic-design-brislin-t.jpg');
}

.h-slide.crossroad {
  background-image: url('../images/website-design-web-design-graphic-design-crossroads-F.jpg');
}

.h-slide.yurkanin {
  background-image: url('../images/website-design-web-design-graphic-design-yurkanin.jpg');
}

.h-slide.elan {
  background-image: url('../images/website-design-web-design-graphic-design-elanwest.jpg');
}

.h-slide.fdp {
  background-image: url('../images/website-design-web-design-graphic-design-FDP.jpg');
}

.h-slide.bwood, .h-slide.bwoodland, .h-slide.grass {
  background-image: url('../images/website-design-web-design-graphic-design-brentwood2.jpg');
}

.h-slide.barber {
  background-image: url('../images/website-design-web-design-graphic-design-barbershop2-SM.jpg');
}

.slide-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-15 {
  background-image: url('../images/website-design-web-design-graphic-design-brentwood2.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.slide-1-2 {
  background-image: url('../images/website-design-web-design-graphic-design-brentwood2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link-3, .column-12 {
  margin-top: 0;
}

.posters {
  background-color: var(--lite);
}

.posters.popup {
  background-color: var(--white);
  padding-bottom: 40px;
}

.posters.grey {
  background-color: var(--newgrey);
}

.posters.poly {
  padding-bottom: 20px;
}

.container-31 {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 20px;
}

.heading-5 {
  background-color: var(--none);
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -2px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 46px;
}

.heading-5.port {
  margin-bottom: 20px;
}

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

.list-item._2 {
  margin-bottom: 17px;
  padding-left: 20px;
}

.div-block-18 {
  padding-top: 35px;
}

.standard {
  margin-bottom: 20px;
  font-weight: 300;
}

.grid-3 {
  grid-template-rows: auto;
}

.text-block-13 {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.image-20 {
  max-width: 100%;
}

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

.superscript, .superscript-2, .superscript-3 {
  font-size: 30px;
}

.poly2 {
  float: none;
  clear: none;
  margin-right: 10px;
  padding-top: 5px;
}

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

.container-32 {
  max-width: 1080px;
  padding-top: 60px;
}

@media screen and (min-width: 1440px) {
  .container-6, .container-7, .container-11, .container-30 {
    max-width: 1260px;
  }

  .section-6 {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item._2 {
    margin-bottom: 17px;
  }

  .div-block-18 {
    padding-top: 30px;
  }

  .standard {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-13 {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: none;
    height: 380px;
  }

  .heading {
    margin-top: 0;
    padding-top: 93px;
    font-size: 39px;
    line-height: 44px;
  }

  .div-block {
    height: 400px;
  }

  .slider-3 {
    padding-top: 104px;
  }

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

  .column {
    padding-right: 1px;
  }

  .triple-box-section {
    margin-top: -53px;
  }

  .container-4 {
    padding-top: 33px;
    padding-bottom: 24px;
  }

  .container-5 {
    min-height: 225px;
    padding-top: 22px;
  }

  .portfolio-section {
    min-height: 900px;
    margin-bottom: 0;
  }

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

  .brand {
    min-width: 110px;
    padding-left: 2px;
  }

  .nav-link {
    font-size: 13px;
  }

  .text-block-4 {
    padding-top: 48px;
  }

  .city-specific {
    margin-top: 45px;
  }

  .row-5 {
    margin-top: 25px;
  }

  .column-5 {
    padding-top: 16px;
  }

  .utility-page-wrap {
    text-align: center;
  }

  .utility-page-content {
    text-align: left;
  }

  .image-12 {
    padding-top: 45px;
  }

  .image-13 {
    padding-top: 32px;
  }

  .image-14 {
    padding-top: 41px;
  }

  ._404link {
    color: #000;
  }

  ._404link:hover, ._404link:focus {
    color: red;
  }

  ._404link:visited {
    color: #000;
  }

  .bold-text {
    font-weight: 400;
  }

  .slider-5 {
    height: 575px;
  }

  .slide-nav-2 {
    padding-top: 0;
  }

  .headline {
    margin-top: -80px;
  }

  .header {
    min-height: 580px;
  }

  .div-block-14 {
    width: 320px;
  }

  .head-small-italic {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: none;
    height: 290px;
  }

  .heading {
    color: #000;
    margin-top: 14px;
    padding-top: 0;
  }

  .heading-2 {
    color: #000;
    margin-top: 11px;
  }

  .triple-box-section {
    margin-top: -34px;
    padding-top: 212px;
  }

  .about-inner {
    margin-top: 9px;
  }

  .about-text.white, .paragraph {
    text-align: center;
  }

  .portfolio-section {
    margin-bottom: 26px;
  }

  .slider-4 {
    padding-top: 16px;
  }

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

  .facebook {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-9 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
  }

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

  .image-10 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 59px;
    display: block;
  }

  .white-icon {
    color: #fff;
    font-size: 25px;
  }

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

  .icon-3, .icon-4, .right-arrow {
    overflow: hidden;
  }

  .slide-nav-2 {
    display: none;
  }

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

  .column-8, .column-9, .column-10, .phone {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: none;
    height: auto;
    margin-top: 0;
  }

  .heading {
    color: #000;
    margin-top: -3px;
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .heading.black {
    line-height: 33px;
  }

  .image {
    margin-top: -7px;
  }

  .div-block {
    margin-bottom: -247px;
    padding-top: 82px;
    padding-bottom: 0;
  }

  .image-4 {
    top: -79px;
  }

  .heading-2 {
    color: #000;
    margin-top: 0;
  }

  .image-5 {
    z-index: 999;
    position: static;
  }

  .image-5.recent {
    width: 300px;
    height: 300px;
    position: relative;
  }

  .column {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: static;
  }

  .row {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    margin-top: 0;
    padding-top: 5px;
  }

  .div-block-4 {
    width: 40px;
    margin-bottom: 0;
  }

  .triple-box-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .about-inner {
    margin-bottom: 8px;
  }

  .about-text.white {
    text-align: center;
  }

  .heading-3, .right-fit-section {
    margin-top: 0;
  }

  .container-4 {
    padding-top: 35px;
  }

  .paragraph {
    text-align: center;
  }

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

  .heading-4.dark {
    letter-spacing: 0;
    margin-top: 14px;
    margin-bottom: 30px;
  }

  .text-block {
    padding-left: 9px;
    padding-right: 9px;
    line-height: 22px;
  }

  .quote {
    font-size: 12px;
    line-height: 35px;
  }

  .portfolio-section {
    margin-bottom: 28px;
  }

  .portfolio-section.dental {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .testimonial {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 15px;
    line-height: 19px;
  }

  .testimonial-company {
    padding-top: 11px;
    font-size: 12px;
    line-height: 14px;
  }

  .slider-4 {
    padding-top: 39px;
  }

  .container-6 {
    margin-top: 21px;
  }

  .footer-text {
    text-align: center;
    line-height: 16px;
  }

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

  .brand {
    padding-left: 15px;
  }

  .navbar {
    display: none;
  }

  .row-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    display: block;
  }

  .image-9 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
  }

  .text-block-3 {
    text-align: center;
    margin-top: -19px;
    padding-top: 0;
    line-height: 20px;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 69px;
    display: block;
  }

  .white-icon {
    color: #fff;
    font-size: 25px;
  }

  .container-9 {
    padding-top: 98px;
  }

  .row-5 {
    margin-top: -35px;
  }

  .column-5 {
    margin-bottom: -15px;
    padding-top: 18px;
  }

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

  .type-tag {
    line-height: 16px;
  }

  .paragraph-4 {
    text-align: center;
  }

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

  .section {
    margin-top: 20px;
  }

  .text-block-6.mobile {
    text-align: center;
    letter-spacing: -3px;
    font-size: 42px;
  }

  .button-2 {
    margin-top: 32px;
  }

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

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

  .slider-5 {
    height: 475px;
  }

  .slider-6 {
    height: 200px;
  }

  .slider-6.bigger {
    width: auto;
    height: 200px;
    min-height: auto;
  }

  .right-arrow-5 {
    display: none;
    overflow: hidden;
  }

  .left-arrow-4 {
    display: none;
  }

  .slide-nav-5 {
    padding-bottom: 37px;
  }

  .headline {
    background-color: #0000;
    margin-top: -58px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .headline.main.dental {
    display: flex;
  }

  .small-head {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    display: block;
  }

  .div-block-9 {
    text-align: center;
    height: 50px;
    display: block;
  }

  .image-17 {
    text-align: center;
    width: 30%;
  }

  .div-block-10 {
    height: 100px;
    display: none;
  }

  .link-block-2 {
    z-index: 999;
    text-align: center;
    width: 300px;
    height: 100px;
    display: none;
    position: relative;
  }

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

  .container-27 {
    background-color: #3898ec;
    height: 35px;
    padding-bottom: 10px;
    display: block;
  }

  .container-27.main {
    background-color: var(--dim-grey);
  }

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

  .phone {
    text-align: center;
    display: block;
  }

  .phone.big {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
  }

  .section-5 {
    display: block;
  }

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

  .header {
    height: 100px;
    min-height: auto;
  }

  .div-block-14 {
    text-align: center;
    width: 100%;
  }

  .image-18 {
    text-align: center;
    width: 80%;
  }

  .head-small-italic {
    text-align: center;
  }

  .container-29 {
    max-width: none;
    margin-top: -94px;
  }

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

  .paragraph-5 {
    margin-bottom: 0;
  }

  .div-block-17 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-31 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 33px;
  }

  .list-item._2 {
    padding-left: 10px;
  }

  .div-block-18 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .standard {
    text-align: center;
  }

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

  .text-block-13 {
    font-weight: 300;
  }
}

#w-node-e66ca9ae-7b9b-1626-d190-676d3c68e981-5a0b848b {
  place-self: auto center;
}

@media screen and (max-width: 479px) {
  #w-node-c69a2b6b-9fcd-d155-6573-bcb91008c92e-c60b848c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_365ddba1-aece-a68d-f787-6cc57e6f6d7c-c60b848c {
    grid-area: 2 / 2 / 3 / 3;
  }
}


