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

html,
body {
	font-family: "aktiv-grotesk", sans-serif;
	color: #6d6f72;
	font-size:20px;
	scroll-behavior: smooth;
	background-color: #faf9f5;
}
p{
	line-height: 26px;
}

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

main .module {
	max-width: 1200px;
	margin: 0 auto;
}

h1{
    font-size: 70px;
}
.cms-content h1, .news-view h1, .events-view h1{
	font-size:50px;
	font-family: "aktiv-grotesk-condensed", sans-serif;
	color:#a5aba0;
}
.cms-content a,
.cms-content a:visited{
	color:#95c9cf;
}
.cms-content a:hover{
	color:#6d6f72;
}
h2 {
    font-size: 42px;
	color:#a5aba0;
	font-family: "aktiv-grotesk-condensed", sans-serif;
}
h3{
    color: #273f5e;
    font-size: 28px;
    padding-bottom: 24px;
}
.cms-content h3{
    color: #273f5e;
    font-size: 28px;
    padding-bottom: 0;
}

.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;
	max-width: 1000px;
	margin:0 auto;
}
.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: #95c9cf;
    position: absolute;
    top: 37px;
    right: 37px;
    z-index: 2;
    font-size: 52px;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #95c9cf;
	color: white;
}
.nav__item:hover > .nav__item-actions .nav__link {
    background-color: #6d6f72;
	color:white;
}
.open .nav__menu {
    background-color: rgba(15, 98, 98, 0.5);
	padding: 3em 1em;
}

a.generic__link-button,
a.generic__link-button:visited,
.fb3__button,
.fb3__button:visited{
	font-family: "aktiv-grotesk-condensed", sans-serif;
	font-size:30px;
	font-weight:bold;
	color:white;
	background-color: #95c9cf;
    border-radius: 20px;
    padding: 0.5em .6em;
    text-transform: uppercase;
	margin: 1em;
	transition: 0.3s;
	border: 0;
	text-align:center;
}
a.generic__link-button:hover,
.fb3__button:hover{
	background-color:#6d6f72;
	color:white;
}

.body__layout__default .header__inner{
	padding: 1em;
}

.home-header{
	background-image: url(../../images/headerbg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	position:relative;
}
.home-header h1{
	color:white;
	font-family: "aktiv-grotesk-condensed", sans-serif;
}
.home-header h2{
	color:#b2b9ad;
	font-weight:400;
}
.header__inner {
	padding: 1.5em;
    position: relative;
    z-index: 1;
}
.ctaphone{
	position: absolute;
    top: 49px;
    right: 97px;
    font-size: 22px;
    color: #95c9cf;
}
.ctaphone:hover{
	color:white;
}

.heading_video {
    position: absolute;
    top: -31%;
    left: 50%;
    transform: translateX(-50%);
    width: 115%;
    height: auto;
}

img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
a.header__logo-link {
    max-width: 400px;
    padding-bottom: 0.3em;
	display: flex;
}
.header__logo-image {
    display: block;
    max-width: 200px;
    height: auto;
    padding: .3em;
}

.body__layout__home a.header__logo-link {
    top: -114px;
}
.heading_splash {
    padding: 6em 0px;
	text-align:center;
	max-width:1045px;
	margin:0 auto;
}
.heading_splash h2{
	font-family: "aktiv-grotesk", sans-serif;
	font-weight:300;
	padding-bottom: .5em;
    font-size: 46px;
	color:#b2b9ad;
}
a.phonenumber {
    font-size: 24px;
} 
.body__layout__default .header{
	min-height: 330px;
	background-image: url(../../images/headerbg2.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.line{
	padding:1.5px;
	background-color: #95c9cf;
	margin: .5em 0;
}


.cost {
	text-align: center;
}
.cost .generic__inner {
    padding: 4em 0;
    max-width: 100%;
}
.cost .line{
	max-width:65%;
	margin-left:0;
}
.cost .generic__4up{
    max-width:1000px;
    margin:0 auto;
}
.cost .generic__part{
	padding:2em;
}
.cost .point{
    padding: 1em;
    margin: 0 auto;
}
.cost h3{
	font-family: "aktiv-grotesk", sans-serif;
	color:#baafa1;
	font-size:20px;
	padding-top:.5em;
	letter-spacing: .2px;
	max-width:1000px;
    margin:0 auto;
	font-weight: 500;
}
.cost p{
	padding-top:.5em;
	max-width:1000px;
    margin:0 auto;
}


.value .generic__inner{
	max-width: 1060px;
	margin:0 auto;
	padding: 0 0 6em;
}
.value .generic__2up .generic__part:nth-child(1){
	width:55%;
	_background-image: url(../../images/troutmanpic.jpg);
	_background-position: left center;
    _background-repeat: no-repeat;
  	_background-size: cover;
	padding: 0;
}
.value .video{
	box-shadow: -10px 10px #95c9cf;
	margin-top:1em;
}
.value .generic__2up .generic__part:nth-child(2){
	width:45%;
	padding: 0 0 0 2em;
}
.value p{
	padding: 1em 0;
}
.value .line{
    width: 106%;
	margin-left:-40px;
}


.services p{
	text-align: center;
}
.services h3{
	color:white;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 3em 0;
	text-align: center;
}
.services .generic__4up{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.services .generic__4up a.generic__part{
    width: 100%;
}
.services .generic__4up .generic__part{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:black;
	transition-duration: .5s;
}
.services .generic__4up .generic__part:nth-child(1){
	background-image: url(../../images/title.jpg);
}
.services .generic__4up .generic__part:nth-child(2){
	background-image: url(../../images/residential.jpg);
}
.services .generic__4up .generic__part:nth-child(3){
	background-image: url(../../images/escrow.jpg);
}
.services .generic__4up .generic__part:nth-child(4){
	background-image: url(../../images/realestate.jpg);

}
.services .generic__4up .generic__part:hover{
	background-image: none;
	background-color:#95c9cf;
}

.testimonial{
	background-color: #fafafb;
	position:relative;
}
.testimonial h2{
	color:#a5aba0;
    text-align: right;
	max-width: 956px;
	margin:0 auto;
}
.testimonial .generic__inner{
	max-width: 100%;
	padding: 4em 0;
}
blockquote.testimonials__quote {
	color: #6d6f72;
    font-size: 24px;
    padding: 0 2em;
    max-width: 868px;
	margin:0 auto;
}
.body__layout__home .feeds .generic__inner{
	padding:1em;
	position:relative;
}
.testimonials__citation-person {
    font-size: 1.2em;
    text-align: right;
    font-size: 26px;
    font-weight: bold;
	color:#89865b;
    max-width: 868px;
	margin:0 auto;
}
.testimonials__prev, 
.testimonials__next {
    cursor: pointer;
    font-size: 56px;
	max-width: 956px;
	margin:0 auto;
}
span.testimonials__next.material-icons {
    position: absolute;
    bottom: 32px;
    right: 35%;
	color:#89865b;
}
span.testimonials__prev.material-icons {
    position: absolute;
    bottom: 32px;
    left: 35%;
	color:#89865b;
}
.testimonials__citation {
    padding: 3em;
}
.testimonials__quote::before {
    position: absolute;
    left: 12%;
    font-size: 579px;
    top: -42px;
    opacity: 8%;
    font-family: arial;
}
.testimonials__quote:after {
    position: absolute;
    right: 12%;
    font-size: 579px;
    bottom: -300px;
    opacity: 8%;
    font-family: arial;
}
section.module.feeds.feeds__type__testimonials .generic__inner{
	padding:1em 0 0;
}
.testimonial .line{
	width: 65%;
    margin-left: auto;
}

.steps .generic__inner{
	text-align:center;
	max-width: 977px;
	margin:0 auto;
}
.steps .generic__3up{
	padding:2.5em 0;
}
.steps p{
	max-width: 788px;
	margin:0 auto;
}
.steps .generic__part{
	background-image: url(../../images/steps.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 4em 3.5em;
}
.steps .line{
	max-width:600px;
	margin:.5em auto;
}


.brandscript{
	position:relative;
	background-image: url(../../images/brandscript.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brandscript .generic__inner{
    _margin-left: 53vw;
	max-width:100%;
	padding: 5em 0;
}
.brandscript h2{
	color:white;
	font-size:40px;
	max-width:1080px;
	margin:0 auto;
}
.brandscript h3{
	color:white;
	font-size:40px;
	font-weight:100;
}
.brandscript .generic__2up{
	max-width:1080px;
	margin:0 auto;
}
.brandscript .generic__2up .generic__part:nth-child(1){
	width: 68%;
	padding:0;
}
.brandscript .generic__2up .generic__part:nth-child(2){
	width: 32%;
	padding:0;
	text-align: right;
}
.brandscript .line{
	max-width:65%;
}

.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: 70px;
	line-height:76px;
}
.contact .generic__2up{
	max-width: 1200px;
    margin: 0 auto;
}
.contact .generic__2up{
	align-items: center;
}
.contact h3{
	font-family: "aktiv-grotesk-condensed", sans-serif;
	color: white;
    font-size: 38px;
    padding: 24px 0;
}

.forms__form-item-header{
	display:none;
}
.fb3__field-input, 
.fb3__field-select{
	color:black;
}
.fb3__field-heading-text {
    padding-bottom: 0.3em;
}

.contact a.phone {
	font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 58px;
    color:#95c9cf;
	font-weight:bold;
}
.contact a.phone:hover {
    color:white;
}

.contact p{
	padding-bottom:24px;
	max-width:355px;
}
.body__layout__home .module.forms .generic__inner{
	padding:0;
}


footer.footer{
	background-color:#95c9cf;
	color:white;
}
.home #subcontact{
	display:none;
}
#subcontact{
	text-align: center;
}
#subcontact p{
	margin: 0 auto;
}



.subcon-map {
	padding: 2em;
}
@media all and (min-width: 768px) {
	.subcon-map {
		padding-top: 7em;
	}
	.body__layout__default #subcontact.has-map {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
@media all and (min-width: 1100px) {
	.body__layout__default #subcontact.has-map {
		grid-template-columns: 1fr 2fr;
	}
}

.module.raw{
	max-width: 100%;
    background-color: #273f5e;
}
.module.raw .generic__inner{
	max-width:100%;
	padding:4em;
}
.module.raw h2{
	color:white;
}
.module.raw p{
	list-style-type:disc;
	padding: .5em 0;
	color:white;
}
.module.raw .generic__2up{
	align-items: normal;
}
.module.raw .generic__2up .generic__part:nth-child(1){
	padding:4em;
}

.module.raw .generic__part.insurance{
	background-image: url(../../images/titleinsurnace.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 14em;
}
.module.raw .generic__part.services{
	background-image: url(../../images/titleservices.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 14em;
}
.module.raw .generic__part.escrows{
	background-image: url(../../images/escrows.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 14em;
}
.module.raw .generic__part.businessformation{
	background-image: url(../../images/businessformation.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 14em;
}
.module.raw .generic__part.probate{
	background-image: url(../../images/probate.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 14em;
}
.module.raw .generic__part.estate{
	background-image: url(../../images/estate.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 14em;
}

hr{
	border-top: 3px solid #95c9cf;
}

@media screen and (max-width: 1400px) {
    .heading_video {
		top:0;
    }
}
@media screen and (max-width: 1220px) {
    .heading_video {
        height: 100%;
        width: auto;
		top:0;
    }
}
@media screen and (max-width: 1080px){
	.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%;
	}
	.brandscript .generic__inner {
		margin: 0 auto;
	}
	.value .generic__2up .generic__part:nth-child(1) {
		width: 96%;
	}
	.value .generic__2up .generic__part:nth-child(2) {
		width: 100%;
	}
	.value .line {
		width: 90%;
	}
}

@media (max-width: 900px){
	.services .generic__4up {
		grid-template-columns: 1fr 1fr;
	}
	.brandscript h2 {
		font-size: 26px;
	}
	.module.raw .generic__2up{
		flex-direction: column-reverse;
	}
	.module.raw .generic__2up .generic__part{
		width:100%;
	}
	.module.raw .generic__2up .generic__part:nth-child(1){
		padding:2em;
	}
}

@media (max-width: 767px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
	h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.heading_splash h2 {
		font-size: 34px;
	}
	.home-header {
		background-position: 23% center;
	}

}
@media (max-width: 570px){
	.ctaphone {
		top: 100px;
		right: 0;
		font-size: 22px;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	a.header__logo-link {
		flex-direction: column;
		max-width: 120px;
		margin: 0 auto;
	}
	.brandscript h3 {
		font-size: 23px;
	}
	.brandscript .generic__2up .generic__part:nth-child(1),
	.brandscript .generic__2up .generic__part:nth-child(2) {
		width: 100%;
	}
	
	a.generic__link-button, a.generic__link-button:visited, a.fb3__button, a.fb3__button:visited {
		font-size: 20px;
		line-height: 31px;
	}
	.heading_splash {
		padding: 4em 0px;
	}
	.contact a.phone {
		font-size: 35px;
	}
	.contact h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 450px){
	h2, 
	.contact h2 {
		font-size: 32px;
		line-height: 35px;
	}
	h1 {
		font-size: 37px;
	}
	.heading_splash h2 {
		font-size: 28px;
	}
	.header__inner {
		padding: 1em;
	}
	.generic__link-button,
	.fb3__button {
		font-size: 20px;
	}
	.services .generic__4up {
		grid-template-columns: 1fr;
	}
	
}