@charset "UTF-8";


html, body {
    overflow-x: hidden;
    max-width: 100%;
    }

body {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    padding-top: 10rem;
  }

p {
    font-size: 16px;
    letter-spacing: 0.3px;
	font-weight: 350;
	color: #666;
}

.text-pretty {
  text-wrap: pretty;
}

.container {
  max-width: 1200px;
}

.navbar-container {
  padding-bottom: 0.8rem;
  z-index: 999;
  max-width: 1250px;
}

.navbar-expand-lg {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2rem;
  border-radius: 16px;
  color: #fff;
}


.navbar-nav {
    --bs-nav-link-color: #262626;
    --bs-nav-link-hover-color: #00B6CE;
}

.nav-link {
    margin-left: 0px;
    font-size: 24px;
	font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
	margin-bottom: 1rem;
}

.dropdown-item {
  font-size: 16px;
}

.dropdown-item:hover {
  background-color: transparent;
  opacity: 0.66;
}

.dropdown-menu.show {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	margin-top: -16px;
	background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.18), inset -6px -6px 12px rgba(0, 0, 0, 0.3), inset 6px 6px 12px rgba(255, 255, 255, 0.6);
	
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #1FA8F5;
}

.link-unstyled {
  text-decoration: none;
  color: inherit;
}

.eyebrow {
  height: 32px;
  margin-right: auto;
  max-width: 320px;
  background-color: #5D00CF;
}

.eyebrow-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  top: -2px;
  position: relative;

}

  h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #666666;
  }

  .logo-navbar {
    max-width: 300px;
    height: auto;
  }

  .no-wrap {
    white-space: nowrap;
  }

  .background-white {
    background-color: #fff;
  }

.background-transparent {
	background-color: transparent;
}

  .background-light {
    background-color: rgba(220,226,236,0.5);
  }

  .background-emergency {
    background-color: #ff4500;
  }

  .brand-primary {
    color: #5D00CF;
  }

  .brand-primary-background {
    background-color: #5D00CF;
  }


.brand-primary-gradient {
	background: rgb(200,185,255);
	background: -webkit-linear-gradient(rgba(200,185,255,1) 0%, rgba(255,255,255,1) 92%);
	background: -o-linear-gradient(rgba(200,185,255,1) 0%, rgba(255,255,255,1) 92%);
	background: linear-gradient(rgba(200,185,255,1) 0%, rgba(255,255,255,1) 92%);
}

  .brand-secondary {
    color: #1FA8F5;
  }

  .brand-secondary-background {
    background-color: #1FA8F5;
  }

.brand-secondary-gradient {
	background: rgb(122,206,254);
	background: linear-gradient(rgba(122,206,254,1) 0%, rgba(255,255,255,1) 66%);
}

.brand-secondary-gradient-tint {
	background: rgb(122,206,254);
	background: linear-gradient(rgba(176,226,255,1.00) 0%, rgba(255,255,255,1) 80%);
}

  .brand-tertiary {
    color: #E62BF0;
  }

.brand-tertiary-gradient-tint {
	background: #E62BF0;
	background: linear-gradient(rgba(250,160,255,0.5) 0%, rgba(255,255,255,1) 100%);
}

  .brand-tertiary-background {
    background-color: #E62BF0;
  }

  .photo-border {
    border: solid 6px #fff;
  }

  .clay-primary {
	  background-color: #7f5bff;
	  box-shadow: 4px 12px 18px rgba(127,91,255,0.50), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
	}

  	.clay-primary-circle {
	  background-color: #7f5bff;
	  border-radius: 40px;
	  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.25), inset -28px -28px 42px rgba(0, 0, 0, 0.3), inset 28px 28px 42px rgba(255, 255, 255, 0.6);
	  width: 280px;
	  height: 280px;
	}

	.clay-secondary-circle {
	  background-color: #1FA8F5;
	  border-radius: 40px;
	  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.25), inset -28px -28px 42px rgba(0, 0, 0, 0.3), inset 28px 28px 42px rgba(255, 255, 255, 0.6);
	  width:280px;
	  height: 280px;
	}

  .clay-secondary {
	  background-color: #1FA8F5;
	  box-shadow: 4px 12px 18px rgba(31,168,245,0.50), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
	}

  .clay-tertiary {
	  background-color: #e62bf0;
	  box-shadow: 4px 12px 18px rgba(230,43,240,0.33), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
	}

  .clay-white {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.18), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
}

.list-custom {
	font-size: 15px;
	color: #666;
}

  .primary-gradient {
    background: rgb(0,124,247);
    background: linear-gradient(-90deg, #7f5bff 0%, #e62bf0 100%);
  }

  .secondary-gradient {
    background: rgb(0,124,247);
    background: linear-gradient(270deg, rgba(0,124,247,1) 0%, rgba(55,219,224,1) 100%);
  }



.home-hero-background {
	background-image: url("svg/home-hero-background.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -10rem;
	padding-top: 12rem;
	padding-bottom: 4rem;
}

/* --------------------- Begin Custom Animations --------------------- */

@-webkit-keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(8px) }
    100% { transform: translateY(-5px) }
}

@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(8px) }
    100% { transform: translateY(-5px) }
}

.icon-bounce {
    
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;
}

/* Infinite Spinning Coin - Y-Axis Rotation */

.coin {
  animation: coin-rotate 5s both infinite;
}

@keyframes coin-rotate {
  0 {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

/* Infinite Roation */

@keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.rotate {
  animation: rotation 16s infinite linear;
}

/* Infinite Fade In / Out */
@keyframes fadeInOut { 
  from { opacity: 0; } 
}

.fadeInOut {
  animation: fadeIn 1.6s infinite alternate;
}


/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.icon-pulse {
  animation: pulse 2s infinite;
}

/* --------------------- End Custom Animations --------------------- */

  .hero-primary-emphasis {
    font-weight: 600;
    line-height: 100%;
  }

  .home-intro-card {
    color: #797979;
    width: 160px;
    height: 160px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1rem;
    transition: 0.2s ease;
  }

  .home-intro-card:hover {
    color:#0097FF;
    scale: 105%;
    border: #0097FF solid 1px;
    background-color: #fff;
  }

  .home-dentist-headshot {
	max-width: 260px;
    transform: translate(0px, -80px);
  }

	.home-dentist-bio-accent {
	transform: translateY(-450px);
  }


  .home-practice-intro-head {
    border-left: 3px #fff solid;
    max-height: 200px;
  }

  .home-payment-plans-image-container {
    height: 400px;
  }

  .home-payment-plans-image {
    width: auto;
    height: 100%;
    object-fit: cover;
  }

	.home-cost-payment-background {
	background-color: rgba(198,209,230,0.66);
	width: 90%;
	border-radius: 40px;
	}

  .patient-resources-image {
    width: 400px;
    height: auto;
  }

  .home-testimonial-accent {
    transform: translateY(-70px);
  }

  .accreditation-logo {
    mix-blend-mode: multiply;
    max-width: 200px;
  }

	.about-dentist-bio-accent {
	transform: translate(20px, -80px);
	}

	.about-dentist-favorite-accent {
	transform: translate(30px, -118px);
	width: 100px;
	}

	.about-gradient-background {
	background-image: url("svg/about-gradient-section-background.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}

	.financial-info-icon-container {
		width: 160px;
		height: 160px;
	}

  .closing-contact-image {
    width: 270px;
    height: 350px;
    object-fit: cover;
  }

  .services-card-image {
    min-width: 300px;
    max-width: 300px;
  }

  .opacity-33 {
    opacity: 0.33;
  }

  .gallery-image {
    object-fit: cover;
  }

  .financial-insurance-logo {
    max-width: 150px;
    max-height: 60px;
  }

  .drop-quote-left {
    font-size: 6rem;
    position: absolute;
    transform: translate(-36px, -75px);
}

	.drop-quote-right {
	  font-size: 6rem;
	  position: absolute;
	  transform: translate(5px, -62px);
	}

   .card-favorite {
    border: solid 6px #00b6ce;
    }


  .btn-custom {
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 26px;
    padding-right: 26px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
    white-space: nowrap;
	border: none;
  }

  .btn-custom:hover {
	background-color: #7f5bff;
	  box-shadow: 4px 12px 18px rgba(127,91,255,0.50), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
	scale: 106%;
	color: #FFFFFF;
  }

.btn-custom-dark:hover {
	background-color: #e62bf0;
	box-shadow: 4px 12px 18px rgba(230,43,240,0.33), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
}

  .btn-custom-footer {
    color: #fff;
  }

  .service-hr {
    border-top: 2px #0097FF solid;
    opacity: 1;
    width: 40px;
  }

.hover-scale-up {
	transition: 0.3s ease;
}

.hover-scale-up:hover {
	scale: 110%;
}

  .home-services-card-container {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-services-icon-container {
    width: 150px;
	height: 150px;
    position: relative;
    top: -60px;
	object-fit: contain;
  }

  .home-services-row {
    max-width: 1400px;
  }

  .primary-section-padding {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

.secondary-section-padding {
	padding-top: 4vh;
    padding-bottom: 4vh;
}

  .border-none {
    border: none;
  }

  .hr-white {
    border-color: #fff;
    border-style: solid;
  }

  .accordion-button:not(.collapsed) {
    color: #262626;
    background-color: #1080e31e; 
  }

  .bio-doctor-headshot {
    max-width: 220px;
  }

  .community-gallery-image {
    max-width: 240px;
  }

.transparency-section-col-right {
	width: auto;
  }

  .footer-icon-container {
    width: 40px;
    height: 40px;
  }

  .footer-background-3 {
    background-color: #404040;
  }

  .footer-nav-heading {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
	color: #fff;
  }

  .footer-nav-list {
    font-size: 14px;
	font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 170%;
  }

  .footer-copyright-text {
    font-size: 12px;
    opacity: 0.66;
    font-weight: 300;
  }

  .footer-byline {
    font-size: 12px;
  }

  .content {
    position:relative;
    height:20vh;
    text-align:center;
    background-color: white;
  }
  
  /* --------- Breakpoint md and larger --------- */
  @media (min-width: 768px) {

	.eyebrow {
      max-width: 440px;
      margin-right: 24px;
      }
	  
    .home-intro-card {
      width: 180px;
      height: 180px;
      font-size: 20px;
      line-height: 1.3rem;
    }

    .home-hero-image-lg {
      right: 0px;
      top:0px;
      margin-top: -48px;
    }

    .proudly-serving-accent {
      width: 500px;
      transform: translate(-420px, 0px);
    }
	  
	.new-patient-background-1 {
    background-image: url(svg/patient-resources-background-1.svg);
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: 99% 95%;
  }

  .new-patient-background-2 {
    background-image: url(svg/patient-resources-background-2.svg);
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: 98% 90%;
  }
	  
	.home-cost-payment-content {
	 max-width: 330px;
	}
	  
	.home-cost-payment-image {
	 max-width: 360px;
	}
	  
	.home-faq-accent {
	transform: translate(-80px, 50px);
	}
	  
	.about-dentist-favorite-accent {
	transform: translate(50px, -118px);
	width: 120px;
	}
	  

	.transparency-section-col-right {
	width: 72%;
  	}

  }

    /* Breakpoint lg and larger */
    @media (min-width: 992px) {


      body {
        padding-top: 7rem;
      }

    .nav-link {
      color: #fff;
      margin-left: 8px;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      margin-top: 24px;
	  letter-spacing: -0px;
    }

    .dropdown-item {
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #666;
	  transition: 0.2s ease;
    }
		
	.dropdown-item:hover {
  	  color: #5D00CF;
	}
		
	  .eyebrow {
      max-width: 640px;
      margin-right: 24px;
      }
    
    .btn-nav-custom {
      font-size: 13px;
      padding-top: 8px;
      padding-bottom: 8px;
      text-transform: none;
    }

    .home-hero-image-lg {
      right: 0px;
      margin-bottom: 4rem;
      margin-top: auto;
    }

    .home-services-card-container {
      width: 300px;
    }

    .home-payment-plans-image-container {
      height: 600px;
    }

    .home-dentist-headshot {
	min-width: 280px;
    transform: translate(-100px, -80px);
    }
		
	.home-dentist-bio-accent {
	transform: translate(50px, -100px);
    }
		
	.home-cost-payment-content {
	 max-width: 440px;
	}
	  
	.home-cost-payment-image {
	 max-width: 420px;
	}
		
	.testimonial-speech-bubbles {
	transform: translate(-30px, -90px);
	}
		
	.about-dentist-bio-accent {
	transform: translate(40px, -120px);
	}
		
	.about-dentist-favorite-accent {
	transform: translate(-20px, -130px);
	}

    .new-patient-background-1 {
      background-position: 42% 90%;
    }
  
    .new-patient-background-2 {
      background-position: 95% 50%;
    }
		
	.emergency-services-image {
	  max-width: 420px;	
	}
		
	  .home-doctor-intro-background-2 {
      background-image: url(svg/doctor-intro-background-accent-2.svg);
      background-size: 300px;
      background-position: 98% 96%;
      background-repeat: no-repeat;
    }
		
	.home-doctor-headshot {
	  max-width: 280px;
	}


    .footer-nav-list {
      font-size: 14px;
    }
		
    }

    @media (min-width: 1100px) {


    }

    /* Breakpoint xl and larger */
    @media (min-width: 1200px) {

	
		
	  .nav-link {
      margin-left: 16px;

    }
		
      .hero-content-container {
      max-height: 340px;
      }

      .home-services-card-container {
        width: 350px;
      }
		
	  .home-cost-payment-content {
	   max-width: 560px;
	   }
	  
	  .home-cost-payment-image {
	   max-width: 500px;
	   }
		
	  	.testimonial-speech-bubbles {
		transform: translate(-60px, -90px);
		}
		
	  .transparency-section-col-right {
	  width: 55%;
  	  }
		
	  .emergency-services-image {
	  max-width: 500px;	
	}
		
	  .new-patient-background-1 {
      background-position: 2% 90%;
    }

    }

  /* Breakpoint xxl and larger */
  @media (min-width: 1400px) {

    .hero-content-container {
      max-height: 240px;
    }

    .welcome-hero-image {
      max-width: 560px;
    }
	   
	   .home-cost-payment-content {
	   max-width: 760px;
	   }
	  
	  .home-cost-payment-image {
	   max-width: 540px;
	   }

    .proudly-serving-accent {
      width: 900px;
      transform: translate(-700px, 0px);
    }
	  

  }

  @media (min-width: 1600px) {
	  
	.home-cost-payment-background {
	width: 85%;
	}
	  
	.home-cost-payment-content {
	max-width: 900px;
	}
	  
	.home-cost-payment-margin-left {
	margin-left:4rem;
	}

    .new-patient-background-1 {
      background-size: 300px;
      background-position: 2% 85%;
    }

    .new-patient-background-2 {
      background-size: 300px;
      background-position: bottom right;
    }

}

  @media (min-width: 1800px) { 
	  
	.home-cost-payment-background {
	width: 80%;
	}
	  
	  .home-cost-payment-margin-left {
		  margin-left:5rem;
	  }
	  
	  .home-cost-payment-margin-right {
		  padding-right:8rem;
	  }
	  
  }

