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

html,
body {
	font-family: "minion-pro", serif;
	color: #3d3d3d;
	font-size:20px;
	scroll-behavior: smooth;
}

/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/

.body {
	--bg-color-dark: #9b4057;
	--heading-main-color: #8900a5;
	--anim-bgchange-color: rgb(0, 207, 0);
}

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

img{
	max-width:100%;
}


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

p{
	margin: 1em 0;
}

h1{
    font-size: 70px;
	font-family: "minion-pro", serif;
}
.cms-content h1, .news-view h1, .events-view h1{
	font-size:60px;
}
.cms-content a,
.cms-content a:visited{
	color:#e79d28;
}
.cms-content a:hover{
	color:#273f5e;
}
h2 {
	font-family: "minion-pro", serif;
    font-size: 85px;
	color:#03a9da;
	font-weight:400;
}
h1 span,
h2 span{
	color:#e79d28;
}
h3{
    color: #03a9da;
    font-size: 60px;
	font-weight: 500;
}


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


.module-gallery__item-link{
	margin: 0.5em;
}

/* previous nav CSS position */


a.generic__link-button,
a.generic__link-button:visited,
.fb3__button,
.fb3__button:visited,
.feeds__view-all,
.feeds__view-all:visited,
.news-home__older-link,
.news-home__older-link:visited{
	font-size:25px;
	color:white;
	background-color: #e79d28;
    padding: 0.5em 1.5em;
	margin: 1em;
	transition: 0.3s;
	border: 0;
	text-align: center;
	font-family: "minion-pro", serif;
}
a.generic__link-button:hover,
.fb3__button:hover,
.feeds__view-all:hover,
.news-home__older-link,
.news-home__older-link:visited{
	background-color:#03a9da;
	color:white;
}
.forms .fb3__button{
	background-color:transparent;
	border: 1px solid white;
}
.forms .fb3__button:hover{
	border: 1px solid transparent;
	background-color:#e79d28;
}
.body__layout__default .news-feed{
	max-width:1000px;
	margin:0 auto;
}
.fb3__field-input, .fb3__field-select {
    color: black;
}

/*
.menu-nav, .menu-nav:visited {
    position: absolute;
    top: -75px;
    color: #3f4152;
    right: 70px;
    font-size: 20px;
    font-family: "forma-djr-cyrillic-micro", sans-serif;
    font-weight: 300;
}
*/

a.ctaphone:hover{
	color:#273f5e;
}
.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;
	margin-top:6em;
}
.header-container h2{
	font-size: 30px;
}

.header__inner {
	padding: 3em 1.5em;
    position: relative;
    z-index: 1;
}
img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.header__logo-link {
	max-width: 260px;
    position: absolute;
}
.body__layout__home .header__logo-link {
    top: -114px;
	top: 0;
}

.header-container {
    max-width: 1500px;
	width:90%;
    margin: 0 auto;
	justify-content: flex-start;
	
}
.heading_splash {
    padding: 6em 1em;
    text-align: center;
}
.heading_splash h1{
	color:#03a9da;
	font-weight: 500;
	font-size:80px;
	line-height: 1.2;
	max-width: 554px;
    margin: 0 auto;
}
.heading_splash span{
	color:#e79d28;
}
a.phonenumber,
.phonenumber {
    font-size: 52px;
	display:flex;
	align-items: center;
} 
img.phoneicon{
	height: 34px;
	margin-right: 0.3em;
}
.address {
    padding-top: 1em;
    font-size: 30px;
}
.body__layout__default .header{
	min-height: 142px;
}
.davidcontainer::before {
	_content: '';
	_z-index: 10;
	_width: 100%;
	_height: 100%;
	_display: block;
	_position: absolute;
	_background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
	_top: 0;
    _left: -1px;
}
.heading_splash.generic__part.left {
    width: 40%;
}
.davidcontainer.generic__part.right{
	position: relative;
	width: 60%;
}
.davidcontainer{
    position: absolute;
    _top: 0;
    _z-index: -1;
    _width: 70%;
    _right: 0;
    _padding: 1em;
    _background-position: 40% center;
    _background-repeat: no-repeat;
    _background-size: cover;
    min-height: 28em;
}


.banner {
    text-align: center;
    font-size: 25px;
	padding-top: 3em;
	position:relative;
}
.banner.logos .generic__inner{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
    align-items: center;
    padding: 2em 1em 3.5em;
}
.banner.logos h2{
	font-size:42px;
}
img.logos {
    max-width: 230px;
    max-height: 80px;
    margin: 0.3em 0.7em;
}
.banner.blue{
	background-color:#03a9da;
	color:white;
	padding-top:0;
}
.banner.blue h2{
	color:white;
	padding-top:1em;
	font-size:40px;
}
img.icons {
    max-width: 75px;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
.banner.blue .generic__4up{
	max-width: 1200px;
    margin: 0 auto;
}


.banner .generic__3up {
    max-width: 1300px;
    margin: 0 auto;
}
.banner img.knoxvillebg{
    z-index: -2;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.cost .generic__inner{
	max-width:1000px;
	margin: 0 auto;
}
.cost .generic__2up{
	align-items: normal;
}
.body__layout__home .cost .generic__2up .generic__part.left{
	width: 32%;
	background-image: url(../../images/calculator.jpg);
	background-position: 36% center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cost .generic__2up .generic__part.right{
	width:68%;
	padding:3em 0 3em 3em;
}
.cost h3{
	font-size: 40px;
	color:#e79d28;
}

.aboutdavid{
	position:relative;
	box-shadow: inset 0 -583px 0 #03a9da;
}
.aboutdavid h2{
	padding-bottom:.6em;
}
.aboutdavid .generic__inner{
	max-width: 1000px;
    margin: 0 auto;
	color:white;
}
.aboutdavid .blue {
    _background-color: #03a9da;
    _height: 63%;
    _width: 100%;
    _position: absolute;
    _bottom: 63px;
    _z-index: -1;
}
.aboutdavid .generic__link-button{
	display: block;
    width: 200px;
	position: absolute;
    bottom: -49px;
}

.aboutyourtax .generic__2up{
	max-width: 1088px;
	margin:0 auto;
    align-items: flex-start;
}
.aboutyourtax .generic__inner{
	box-shadow: inset 0 -183px 0 #03a9da;
}
.aboutyourtax h2 {
    font-size: 75px;
    color: #03a9da;
    font-weight: 400;
}

.bookselection .generic__link-button{
	display: block;
    width: 230px;
	margin-left: auto;
	margin-right: auto;
}


.testimonials,
section.module.feeds.feeds__type__testimonials{
	background-image: linear-gradient(to right, #a3d9e3, #03a9da);
	max-width:100%;
}
.testimonial h2{
	text-align:center;
	color:white;
	padding-bottom: 1em;
}
blockquote.testimonials__quote {
    color: white;
    font-size: 30px;
    padding: 0 2em;
    font-style: italic;
}
.body__layout__home .feeds .generic__inner,
.feeds__type__testimonials .generic__inner{
    padding: 7em 1em 7em 4em;
	position:relative;    
	max-widtH: 1200px;
    margin: 0 auto;
}
.testimonials__citation-person {
    font-size: 1.2em;
    text-align: right;
    font-size: 26px;
    font-weight: bold;
	color:white;
}
.testimonials__prev, .testimonials__next {
    cursor: pointer;
    font-size: 56px;
	color:white;
}
span.testimonials__next.material-icons {
    position: absolute;
    right: 35%;
}
span.testimonials__prev.material-icons {
    position: absolute;
    left: 35%;
}

.testimonials__quote::before {
	position: absolute;
	left: 0px;
    font-size: 271px;
    top: 31px;
}
.testimonials__quote:after {
    display:none;
}

.blognews .generic__inner{
	max-width:1200px;
	margin:0 auto;
}
.blognews ul.news__list {
    display: flex;
	flex-wrap:wrap;
}
.blognews li.news__item {
    max-width: 333px;
    margin: 1em;
    width: 33%;
}
.body__layout__home .blognews .feeds .generic__inner{
	padding: 2em 1em;
}
.blognews .generic__link-button{
	display: block;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}
.body__layout__default a.news__link.news__link__title {
    font-family: "minion-pro", serif;
    font-size: 40px;
    color: #03a9da;
    font-weight: 400;
}
.body__layout__home .news__short-description{
	display:none;
}
.body__layout__home .news__thumbnail {
    width: 100%;
    float: none;
    margin: 0;
}
.body__layout__home li.news__item{
	display:none;
}

.body__layout__home .news__list .news__item:nth-child(1), 
.body__layout__home .news__list .news__item:nth-child(2), 
.body__layout__home .news__list .news__item:nth-child(3){
	display:block;
}


#home-contact,
.module.forms {
    background-color: #03a9da;
    color: white;
	max-width:100%;
}
.contact p{
	font-size:23px;
	padding-bottom:15px;
}

.fb3__field-input{
    color: #3f4152;
}
.body__layout__default .forms .generic__inner{
	max-width:1000px;
	margin:0 auto;
}
h2.forms__form-item-header {
    color: white;
}

footer{
	background-color:#03a9da;
	color:white;
}
img.social {
    max-height: 55px;
}

.body__layout__home .forms__form-item-header{
	display:none;
}
.contact .generic__inner{
	max-width:1000px;
	padding:1em;
	margin:0 auto;
}
.contact h2{
	color:white;
}
.contact .fb3__button{
	background-color:transparent;
	border: 1px solid white;
}
.contact .fb3__button:hover{
	background-color:#e79d28;
	border: 1px solid #e79d28;
}

.body__layout__home .news__list .generic__2up .generic__part{
 width:100%;
 padding:0;
}
.body__layout__home  ul.news__list{
	justify-content: center;
}
.body__layout__home .news__list .news__item:nth-child(1), .home-news .news__list .news__item:nth-child(2), .home-news .news__list .news__item:nth-child(3) {
    display: block;
}
.body__layout__home .news__link__thumbnail {
    display: block;
    max-height: 25vw;
    overflow: hidden;
}
.body__layout__home .news__thumbnail {
    width: 375px;
    width: 100%;
    float: none;
    margin: 0;
}
.body__layout__home .news__item {
    position: relative;
    max-width: 33.3%;
    overflow: hidden;
    transition: transform .4s;
}
.body__layout__home .news__link__title {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1em 1em;
    color: white;
    font-size: 22px;
    text-align: left;
    z-index: 20;
	font-weight: bold;
}
.body__layout__home .news__item::after {
    z-index: 10;
    background: linear-gradient(rgba(163, 217, 227, .5), rgba(163, 217, 227,.7), rgba(3, 169, 218, 1));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
}
.body__layout__home li.news__item:hover {
    transform: scale(1.21);
    z-index: 300;
}

.body__layout__default .news__list .generic__2up .generic__part:nth-child(1){
	width:15%;
}
.body__layout__default .news__list .generic__2up .generic__part:nth-child(2){
	width:85%;
}
.body__layout__default  .news__short-description {
    padding-top: 1em;
}
.body__layout__default .news__thumbnail {
    width: 7em;
}

/* ============================================================
	CRYPTO PAGE
============================================================ */
.body__layout__home.crypto h2{
	color:rgb(255, 149, 0);
	font-size: 70px;
}
.header_bubble{
	background-image: url(../../images/cryptobg.jpg);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	position:relative;
}
.davidcontainer.generic__part.right{
	text-align:center;
}
.header_bubble .header-container h2{
	color:white;
	max-width:500px;
	margin:0 auto;
}
.body__layout__home .banner.blue{
	background-color:#292929;
}
.body__layout__home.crypto .aboutdavid{
	box-shadow: inset 0 -677px 0 #292929;
}
.body__layout__home.crypto .aboutdavid h2{
	font-size: 49px;
}
.body__layout__home.crypto .cost h3{
	color:#0d9e7d;
}

.body__layout__home.crypto #home-contact, 
.body__layout__home.crypto .module.forms{
	background-color:#292929;
}
.body__layout__home.crypto footer{
	background-color:black;
}
.body__layout__home .news__item::after {
    z-index: 10;
    background: linear-gradient(rgba(227, 209, 163, .5), rgba(227, 209, 163, 0.7), rgba(255, 149, 0, 1));
}
.body__layout__home.crypto .testimonials, 
.body__layout__home.crypto section.module.feeds.feeds__type__testimonials {
    background-image: linear-gradient(to right, #e3dfa3, #e79d28);
}
.body__layout__home.crypto a.generic__link-button:hover{
	background-color:limegreen;
}
.band{
	background-color:#292929;
}
.band .generic__inner{
	max-width:900px;
	margin:0 auto;
	text-align:center;
}
.band h3{
	color:white;

	font-size:40px;
}
.band h3 span{
	color:#e79d28;
}
.band p{
	color:white;
}

.membership .generic__inner{
	max-width:1000px;
	margin:0 auto;
}
.membership ul {
    list-style-type:disc;
    padding-left: 3em;
}
.membership ol{
	list-style-type:circle;
	padding-left:1em;
}
.membership h3{
	font-size: 36px;
}

.header.crypto {
    position: absolute;
    top: 0;
    right: 0;
}
.body__layout__home.crypto .davidcontainer.generic__part.right{
	padding: 6em 1em;
}
.body__layout__home.crypto .membership h3{
	color:#0d9e7d;
}
.body__layout__home.crypto .bookselection h3{
	color:#0d9e7d;
}

.body__layout__home.crypto .top-header{
	padding: 1em .5em 0;
	text-align:center;
	font-size: 60px;
    font-family: "minion-pro", serif;
}
.body__layout__home.crypto .membership p span{
	color:red;
}

.body__layout__home.crypto .banner img.featuredbg{
    z-index: -2;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.body__layout__home.crypto .cost .generic__2up .generic__part.fade{
    width: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11em 1em;
	position: relative;
}
.body__layout__home.crypto .davidcontainer{
	position:relative;
}
.body__layout__home.crypto img.cryptoform {
    position: absolute;
    bottom: -11px;
    left: -28px;
    max-width: 120px;
}

.body__layout__home.crypto blockquote.testimonials__quote {
    font-size: 26px;
}
.body__layout__home.crypto .cost .generic__2up {
    flex-direction: column;
}

.body__layout__home.crypto .cost .generic__2up .generic__part.right{
	width:100%;
	padding: 3em 1em;
}
.body__layout__home.crypto .contact h2{
	font-size: 57px;
}
.body__layout__home.crypto .cost span{
	color:red;
}

@media screen and (max-width: 1160px){
	.aboutyourtax h2 {
		font-size: 54px;
	}
	.heading_splash h1 {
		font-size: 60px;
	}
	.davidcontainer{
		min-height: 21em;
	}
}
@media screen and (max-width: 1020px){
	.aboutdavid h2 {
		font-size: 40px;
	}
	.banner {
		padding-top: 0em;
	}
}
@media (min-width: 989px){
	.nav__list__level-1 {
		position: static;
		width: auto;
		box-shadow: none;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-left: 0;
	}
}

@media screen and (max-width: 988px){
	.nav__menu {
		display: flex;
		justify-content: flex-end;
	}
	.nav.open #primary-nav-toggle{
		position: absolute;
		top: 61px;
		right: 29px;
		display: block;
	}
	.header-container {
		flex-direction: column-reverse;
	}
	.davidcontainer.generic__part.right {
		position: relative;
		width: 100%;
		min-height: 60vw;
	}
	.heading_splash.generic__part.left {
		width: 100%;
		padding: 1em;
	}
	img.davidheader {
		max-width: 100%;
	}
	.banner {
		padding-top: 4em;
	}

	.header__logo-link {
		max-width: 150px;
	}
	.body__layout__home .header__logo-link {
		top: 24px;
	}

	.davidcontainer{
		width:100%;
		position:initial;
		background-position: 72% center;
	}
	
	 .news__thumbnail {
		width: 100%;
	}
	.body__layout__home .news__thumbnail{
		width:100%;
	}
	.body__layout__home ul.news__list {
		flex-direction: column;
	}
	.blognews li.news__item {
		max-width: 100%;
		margin: 0em;
		margin-bottom:1em;
		width: 100%;
	}
	.aboutyourtax .generic__2up {
		flex-direction: column-reverse;
	}
	.aboutyourtax .generic__2up .generic__part{
		width:100%;
	}
	.aboutyourtax h2{
		font-size: 40px;
	}
	.davidcontainer::before {
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
	}


}
@media screen and (max-width: 888px){
	.aboutdavid .generic__2up{
		flex-direction: column;
		padding: 0;
	}
	.aboutdavid .blue {
		height: 83%;
	}
	.aboutdavid .generic__2up .generic__part{
		width: 100%;
	}
	.cost .generic__2up{
		flex-direction: column;
	}
	.cost .generic__2up .generic__part.left,
	.cost .generic__2up .generic__part.right{
		width:100%;
		padding: 1em;
	}
	.cost .generic__2up .generic__part.left{
		min-height:12em;
	}
	.heading_splash h1 {
		font-size: 60px;
	}
	.contact .generic__2up{
		flex-direction:column;
	}
	.contact .generic__part{
		width:100%;
	}
	.aboutdavid{
		background-color: #03a9da;
	}
	.body__layout__home.crypto .aboutdavid {
        background-color: #292929;
    }
	.aboutdavid h2 {
		color:white;
	}
	.aboutdavid .generic__inner {
		padding: 2em 1em 4em;
	}
	.body__layout__home.crypto .cost .generic__2up .generic__part.fade{
		width:100%;
	}
}

@media (max-width: 767px){
	.body__layout__default li.news__item.clearfix.generic__2up{
		flex-direction: column;
	}
	.body__layout__default .news__list .generic__2up .generic__part:nth-child(1),
	.body__layout__default .news__list .generic__2up .generic__part:nth-child(2) {
		width: 100%;
	}
	.body__layout__default .news__thumbnail {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 600px){
	.generic__inner{
		padding:2em 1em;
	}
	h2 {
		font-size: 54px;
	}
	h3 {
		font-size: 40px;
	}
	blockquote.testimonials__quote {
		padding: 0 0 0 1.5em;
	}
	.body__layout__home .feeds .generic__inner {
		padding: 10em 1em 6em 0em;
	}
	a.phonenumber, .phonenumber {
		font-size: 30px;
	}
	.heading_splash h1 {
		font-size: 45px;
	}
	.heading_splash a.generic__link-button, a.generic__link-button:visited {
		font-size: 21px;
		margin: 0em;
	}
	.banner {
		padding-top: 2em;
	}
	blockquote.testimonials__quote {
		font-size: 20px;
	}
	
	
	.body__layout__home.crypto h2{
		font-size: 35px;
	}
	.cost h3 {
		font-size: 27px;
	}
}



/* DEBUG: "desktop" vs "mobile" indicator */
@media (min-width: 989px) {
	.nav__link__level-1 {
		_outline: 1px solid lightcoral;
		
	}
}



.nav__link {
	_color: lightcoral;
	background-color:white;
}
.nav__link__level-1 {
	color: #3f4152;
}

.nav__item:hover > .nav__item-actions .nav__link{
	background-color: #e79d28;
	color:white;
}
.nav.allow-desktop.open .nav__link{
	background-color:transparent;
	color:white;
}
.nav.allow-desktop.open .nav__item:hover > .nav__item-actions .nav__link{
	background-color: #e79d28;
	color:white;
}
.nav__item-action.nav__item-action__more.material-icons,
.nav__item-action.nav__item-action__less.material-icons{
	color:white;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #03a9da;
	color:white;
}
.body__layout__default .nav__menu{
	padding-top:2em;
	padding-right: .5em;
}

.open .nav__menu {
    background-color: rgba(70, 181, 221, 0.5);
    padding: 5em 1em;
}
#primary-nav-toggle .material-icons{
	color: #e79d28;
}




* {
	padding: 0;
	margin: 0
}

@keyframes imageAnimation {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
	}
	6% {
		animation-timing-function: ease-out;
		opacity: 1;
	}
	12% {
		opacity: 1;
	}
	18% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.crossfade > figure {
	animation: imageAnimation 24s linear infinite 0s;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.crossfade > figure:nth-child(1) {
background-image: url(../../images/davidheaderfade1.jpg);
}
.crossfade > figure:nth-child(2) {
animation-delay: 4s;
background-image: url(../../images/davidheaderfade2.jpg);
background-position: left center;
}
.crossfade > figure:nth-child(3) {
animation-delay: 8s;
background-image: url(../../images/davidheaderfade3.jpg);
}
.crossfade > figure:nth-child(4) {
animation-delay: 12s;
background-image: url(../../images/davidheaderfade4.jpg);
}
.crossfade > figure:nth-child(5) {
animation-delay: 16s;
background-image: url(../../images/davidheaderfade5.jpg);
}
.crossfade > figure:nth-child(6) {
animation-delay: 20s;
background-image: url(../../images/davidheaderfade6.jpg);
}
  

.body__layout__home.crypto .crossfade > figure {
	animation: imageAnimation 30s linear infinite 0s;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.body__layout__home.crypto .crossfade > figure:nth-child(1) {
	background-image: url(../../images/calculator2.jpg);
}
.body__layout__home.crypto .crossfade > figure:nth-child(2) {
	animation-delay: 6s;
	background-image: url(../../images/calculator3.jpg);
}
.body__layout__home.crypto .crossfade > figure:nth-child(3) {
	animation-delay: 12s;
	background-image: url(../../images/calculator4.jpg);
}
.body__layout__home.crypto .crossfade > figure:nth-child(4) {
	animation-delay: 18s;
	background-image: url(../../images/calculator5.jpg);
}
.body__layout__home.crypto .crossfade > figure:nth-child(5) {
	animation-delay: 24s;
	background-image: url(../../images/calculator6.jpg);
}

hr{
    height: 1px;
    border: 0;
    border-top: 2px solid #03a9da;
	max-width:1000px;
	margin:0 auto;
}

.freebook{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}
