/* ============================================================
	Replace me with the Actual Design
============================================================ */

html,
body {
	font-family: "roboto", sans-serif;
	color: #8a8a8a;
	font-size:19px;
	scroll-behavior: smooth;
	letter-spacing: 2px;
	font-weight: 300;
}

/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/
img{
	max-width:100%;
}

.nav__list__level-1 {
}

main .module {
	max-width: 1000px;
	margin: 0 auto;
}
.module-gallery__item-link {
    padding: .25em;
}
.module.gallery {
    background-color: #0b3967;
	max-width:100%;
}
.module.gallery .generic__inner{
	max-width: 1000px;
	margin:0 auto;
}
.homepage .module.gallery {
    background-color: white;
}

h1{
    font-size: 50px;

}
.cms-content h1, .news-view h1, .events-view h1{
	font-size:60px;
	color:#27aae1;
}
.cms-content a,
.cms-content a:visited{
	color:#27aae1;
}
.cms-content a:hover{
	color:#a51419;
}
h2 {

    font-size: 40px;
	color:#0b3967;
	padding-bottom: 0.5em;
	font-weight: 900;
    line-height: 50px;
}
.cms-content h2{
	padding-bottom:0;
}
h3{
    color: #0b3967;
    font-size: 28px;
    padding-bottom: 24px;
}


.heading-video-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
}
.heading_video {
    position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: auto;
}

.generic__1up, 
.generic__2up, 
.generic__3up, 
.generic__4up{
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}

.generic__inner{
	padding:4em 1em;
}
.generic__part{
	padding:1em;
}

nav {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
nav a,
nav a:visited{
	color:white;
}
.nav__link {
    background-color: transparent;
}
.nav__item-action {
    color: white;
	font-size: 30px;
}
#primary-nav-toggle .material-icons{
    color: white;
    position: absolute;
    top: 37px;
    right: 37px;
    z-index: 2;
    font-size: 52px;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #273f5e;
	color: white;
}
.nav__item:hover > .nav__item-actions .nav__link {
    background-color: #27aae1;
	color:white;
}
.open .nav__menu {
    background-color: rgba(0, 0, 0, 0.5);
	padding: 3em 1em;
}

a.generic__link-button,
a.generic__link-button:visited,
.fb3__button,
.fb3__button:visited{
	font-size:25px;
	color:white;
	background-color: #27aae1;
    padding: 0.5em 1em;
    text-transform: uppercase;
	margin: 1em 0;
	transition: 0.3s;
	border: 0;
	font-weight:bold;
	text-align:center;
}
a.generic__link-button:hover,
.fb3__button:hover{
	background-color:#0b3967;
	color:white;
}

.header .generic__link-button,
.home-header .generic__link-button.head{
	font-size: 17px;
    position: absolute;
    top: 25px;
    right: 98px;
	z-index: 2;
}

a.ctaphone,
a.ctaphone:visited {
    color: white;
}
a.ctaphone:hover{
	color:#0b3967;
}
.body__layout__default a.ctaphone,
.body__layout__default a.ctaphone:visited {
    position: absolute;
    top: 34px;
}

.body__layout__default .header__inner{
	padding: 1em;
}

.home-header{
	_background-image: url(../../images/headerbg.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	position:relative;
}
.home-header:before {
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: 0px;
    left: 0;
    background-image: url(../../images/swoop.png);
    background-position: bottom center;
    background-size: 1200px 130px;
    content: " ";
    display: block;
    pointer-events: none;
    z-index: 1;
}
.home-header h1,
.home-header h2{
	color:white;
	_filter: drop-shadow(0 0 0.75rem black);
}
header.header{
	background-image: url(../../images/headerbg.jpg);
    background-position: center;
}

.header__inner {
	padding: 1.5em;
    position: relative;
    z-index: 1;
}
img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
a.header__logo-link {
    max-width: 200px;
    padding-bottom: 0.3em;
}
.body__layout__home a.header__logo-link {
    top: -114px;
}
.heading_splash {
    padding: 10em 0px 14em;
    text-align: center;
	max-width:760px;
    margin: 0 auto;
}
.heading_splash h2{
	padding-bottom: .5em;
    font-size: 28px;
    color: white;
    padding-top: 0.3em;
    font-weight: bold;
    letter-spacing: 4px;
}
.heading_splash .generic__link-button{
	font-size: 23px;
}
a.phonenumber {
    font-size: 24px;
} 
.body__layout__default .header{
	min-height: 142px;
}

.banner{
	text-align:center;
}
.banner h2{
	font-size: 50px;
	line-height: 48px;
}

.cost .generic__inner{
    max-width:1000px;
    margin:0 auto;
}

.cost .generic__part{
	padding:2em;
}
.cost .point{
    padding: 1em;
    margin: 0 auto;
}
.cost h3{
    font-size:22px;
    padding-bottom:.1em;
}
.cost p{
	margin: 0.1em 0 1em;
}

.value{
	background-image: url(../../images/dentalcleaning.jpg);
    background-position: 32% top;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	margin-bottom: 3em;
}
.value .generic__inner {
    max-width: 500px;
    margin-left: auto;
    position: relative;
}
.value .generic__link-button{
	position:absolute;
    bottom: -48px;
}
.value p{
	padding-bottom:2em;
}


.testimonial{
	background-image: url(../../images/testimonialbg.png);
	background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.testimonial .generic__inner{
	max-width: 770px;
    margin: 0 auto;
	padding: 2em 1em 4em;
}
.testimonial h2{
	text-align:center;
	color:white;
	padding-top: 3em;
}
.testimonial h3{
	color:white;
	text-align:center;
	font-weight:normal;
}
blockquote.testimonials__quote {
	color:white;
    font-size: 29px;
	padding: 0 2em;
	font-style: italic;
}
.body__layout__home .feeds .generic__inner{
	padding:1em;
	position:relative;
}
.testimonials__citation-person {
    font-size: 1.2em;
    text-align: right;
    font-size: 26px;
	color:white;
	font-style: normal;
}
.testimonials__prev, .testimonials__next {
    cursor: pointer;
    font-size: 56px;
	color:white;
}
span.testimonials__next.material-icons {
    position: absolute;
	bottom: 30px;
    right: 35%;
}
span.testimonials__prev.material-icons {
    position: absolute;
	bottom: 30px;
    left: 35%;
}
.testimonials__citation {
    padding: 2em 1em 2em;
}
.testimonials__quote::before {
    position: absolute;
    left: 25px;
    font-size: 103px;
    top: -30px;
	display:none;
}
.testimonials__quote:after {
    position: absolute;
    right: 25px;
    font-size: 103px;
	bottom: 70px;
	display:none;
}


.steps{
	text-align:center;
	background-image: url(../../images/stepsbg.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.steps .generic__inner{
	max-width: 950px;
	margin:0 auto;
	min-width: 260px;
}
.steps .generic__4up,
.steps .generic__3up,
.steps .generic__2up{
	align-items: normal;
}
.steps .generic__3up .generic__part {
    width: 33.333%;
    max-width: 266px;
	min-width: 200px;
    margin: 1em;
    padding: 5.5em 1.25em 1.25em;
    background-color: white;
    position: relative;
    font-size: 18px;
	margin-top: 4em;
	margin-bottom: 3em;
	border-radius: 25px;
}
.steps .generic__2up .generic__part {
    width: 50%;
    max-width: 410px;
	min-width: 200px;
    margin: 1em;
    padding: 5.5em 1.25em 1.25em;
    background-color: white;
    position: relative;
    font-size: 18px;
	margin-top: 3em;
	margin-bottom: 3em;
	border-radius: 25px;
}
.steps p{
	color:#0b3967;
	font-weight:400;
}
.steps .generic__2up p{
    font-size: 15px;
}
.steps .generic__2up h3{
	font-size: 25px;
    padding-top: 1em;
	font-style:normal;
}
img.icon{
    padding: 1em;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 0;
	max-width:200px;
}
.steps h3{
	font-style: italic;
    font-size: 39px;
    font-weight: 500;
}

.steps.white{
	background-image:none;
}
.steps .generic__4up .generic__part {
    width: 25%;
	max-width: 256px;
    min-width: 210px;
    margin: 1em;
    padding: 5.5em 1.25em 1.25em;
    background-color: white;
    position: relative;
    font-size: 18px;
	margin-top: 6em;
	margin-bottom: 3em;
	position:relative;
	filter: drop-shadow(5px 5px 4px #def5ff);
	border-radius: 25px;
}
.steps .generic__4up h3 {
    font-style: normal;
    font-size: 23px;
    padding-bottom: 0;
    padding-top: 1em;
}
a.generic__part:hover{
	transform: scale(1.05);
	transition: transform .5s;
}



.brandscript{
	text-align:center;

}
.brandscript .generic__inner{
    padding: 5em 1em;
    background-image: url(../../images/chotoswoop.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    max-width: 980px;
    margin: 0 auto;
}
.brandscript h2{
    font-size: 79px;
	line-height: normal;
}
.brandscript h3{
	color:#27aae1;
    font-size: 40px;
}
.brandscript p{
	font-size:30px;
	font-size: 26px;
}



.contact {
	background-image: url(../../images/contactbg.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.module.forms{
    color: white;
	max-width:100%;
}
form.fb3__form {
    text-align: left;
}
.body__layout__default .module.forms{
	background-color: #273f5e;
    color: white;
	max-width:100%;
}
.body__layout__default .module.forms .generic__inner{
	max-width:800px;
	margin:0 auto;
}
.contact h2 {
    color: white;
    font-size: 32px;
    line-height: normal;
}
.contact h3 {
    color: white;
    font-weight: 400;
    font-size: 26px;
}
.contact .generic__2up{
	max-width: 1000px;
    margin: 0 auto;
	align-items: center;
}
.contact p {
    font-size: 18px;
}
.contact h4 {
    font-size: 36px;
    font-weight: 300;
}
.forms__form-item-header{
	display:none;
}
.fb3__field-input, 
.fb3__field-select{
	color:black;
}
.fb3__field-heading-text {
    padding-bottom: 0.3em;
}


.body__layout__home .module.forms .generic__inner{
	padding:0;
}


footer.footer{
	background-color:black;
	color:white;
	box-shadow: 0 50vh 0 50vh #000;
}

.module.raw{
	max-width:100%;
}
.module.raw .container__2up .generic__2up{
	align-items: normal;
}
.module.raw h3{
	padding-bottom:0.3em;
}
.module.raw .container__2up ul{
	list-style-type: disc;
	padding-left: 2em;
}
::marker {
    color: #27aae1;
}
.module.raw .container__2up li,
.cms-content li{
	padding:.3em 0;
}
.module.raw .container__2up .generic__part.braces{
	background-image: url(../../images/braces.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module.raw .container__2up .generic__part.emergency{
	background-image: url(../../images/emergency.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module.raw .container__2up .generic__part.emergency2{
	background-image: url(../../images/emergency2.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module.raw .container__2up .generic__part.bonding{
	background-image: url(../../images/bonding.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module.raw .container__2up .generic__part.bonding2{
	background-image: url(../../images/bonding2.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module.raw .container__2up .generic__part.whitening{
	background-image: url(../../images/whitening.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module.raw .container__2up .generic__part.inlay{
	background-image: url(../../images/inlay.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module.raw .container__2up .generic__part p{
	padding-bottom:1em;
}
.module.raw .container__2up .generic__part{
	background-color:#fbfbfb;
}
.module.raw .container__2up .generic__part{
	padding:4em 2em;
}

.module.banner-images{
	max-width:100%;
}

.module.faqs {
    max-width: 100%;
    background-image: url(../../images/stepsbg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module.faqs .generic__inner{
    max-width: 770px;
	margin:0 auto;
}
.faqs__question {
    font-weight: bold;
    color: #27aae1;
    font-size: 24px;
}

.cms-content h3{
	padding-bottom:0;
}

hr{
	border-top: 3px solid #27aae1;
}

.cms-content .generic__3up{
	align-items: normal;
}
figure.image {
    max-width: 250px;
    padding: 1em;
    font-size: 14px;
    background-color: #f9f9f9;
	margin: .5em;
}
.cms-content figure.image strong{
	color: #27aae1;
}

@media screen and (max-width: 1523px){
.heading_splash {
	padding: 8em 0px 12em;
}
.heading_video {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 105%;
	width: auto;
}
}

.affiliates{
	max-width:900px;
	margin:0 auto;
}
.aff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
img.affiliates {
	padding:.5em;
    height: 120px;
}

@media screen and (max-width: 959px){
	.contact .generic__2up,
	.cost .generic__2up{
		flex-direction: column;
	}
	.value .generic__2up{
		flex-direction:column-reverse;
	}
	.contact .generic__part,
	.value .generic__part,
	.cost .generic__part{
		width:100%;
	}
	
}

@media (max-width: 767px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
	.cms-content h1, .news-view h1, .events-view h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.heading_splash h2 {
		font-size: 34px;
	}
	.module.raw .container__2up{
		flex-direction:column;
	}
	.module.raw .container__2up .generic__part{
		width:100%;
		min-height:400px;
	}

}
@media (max-width: 604px){
	a.header__logo-link {
		max-width: 95px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.brandscript h2 {
		font-size: 37px;
	}
	
	a.generic__link-button, a.generic__link-button:visited, a.fb3__button, a.fb3__button:visited {
		font-size: 20px;
		line-height: 31px;
	}
	.steps .generic__3up .generic__part {
		width: 100%;
	}
	.header .generic__link-button{
        font-size: 17px;
        top: 104%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
	}
	.home-header .generic__link-button.head {
		font-size: 17px;
		top: 100px;
		left: 50%;
		right:auto;
		width:100%;
  		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 450px){
	h2, 
	.contact h2 {
		font-size: 32px;  
		line-height: 35px;
	}
	h1 {
		font-size: 37px;
	}
	.heading_splash h2 {
		font-size: 19px;
	}
	.heading_splash h1{
		line-height: 42px;
		font-size: 30px;
	}
	.header__inner {
		padding: 1em;
	}
	.generic__link-button,
	.fb3__button {
		font-size: 20px;
	}
	blockquote.testimonials__quote {
		color: white;
		font-size: 21px;
		padding: 0;
	}
	.heading_splash {
        padding: 3em 0px 7em;
    }
	img.icon {
		max-width: 130px;
	}
	.steps .generic__4up .generic__part {
		font-size: 9px;
		max-width: 236px;
		min-width: 145px;
	}
	.steps .generic__4up h3 {
		font-size: 18px;
		padding-top: 2em;
	}
	.steps .generic__3up .generic__part {
		margin-top: 2em;
	}
}