﻿
/*override topnav and top module only for HOME page.*/

header.sticky-header {
	background: #7cbe00;
	position: relative;
}

.embark-colors .sticky-header {
	background: #35b557; 
}

.top-nav {
	background: rgba(60,142,0,1.0);
	color: #fff;
	position: relative;
	z-index: 1;
}
.embark-colors .top-nav {
	background: #298e44;
}
.main-nav .container {
	position: relative;
}

.gray-overlay {
	display: none;
}

.top-nav-list li a {
	color: #fff;
}

.header-content-section {
	background-color: transparent;
	background-image: none;
}

.header-inner-content {
	background-color: #7cbe00;
	padding: 10px 0px 55px;
}

.embark-colors .header-inner-content {
	background-color: #35b557;
}

.header-inner-content h1 {
	color: #fff;
	margin-bottom: 20px;
	margin-left: 21px;
	font-size: 26px;
	font-style: italic;
}

.header-inner-content p {
	font-style: italic;
	color: #fff;
	font-size: 26px;
	line-height: normal;
}

.home-page-sub-header {
	color: #fff;
	font-size: 48px;
	font-weight: 200;
	margin-left: 21px;
	margin-top: 20px;
}

.receipt-flurry {
	background: url(../img/home/tallie-receipt-flurry-xl.png?12202018) no-repeat center -118px;
	background-size: 1019px;
	display: block;
	height: 100%;
	max-height:470px; 
	right: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	width: 1019px;
	pointer-events:none;
}

.flurry .btn {
	margin-left: 21px;
	z-index: 2;
	position: relative;
}

img.mobile-screen-img {
    position: absolute;
    z-index: 3;
    max-height: 600px;
    left: 0;
}

.RequestDemoText.hide-button {
	display:block;
}

.ScheduleDemoText {
	display:none;
}

.header-inner-content.flurry {
	 max-height: 350px;
}

/*home page free trial form */
.ft-response {
	background-color: #f2f2f2;
	padding:10px;
	text-align: center;
	width: 540px;
}

.ft-response h4 {
	font-size: 24px;
}

.ft-response p {
	font-size: 24px;
}

.sign-up-email {
    padding: 10px 35px 30px 35px;
}

h3.module-headline {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	margin:20px 0 10px;
}



@media screen and (max-width:991px) {
	.receipt-flurry {
		max-height:465px; 
	}
}

@media screen and (max-width:767px) {
	.receipt-flurry {
		max-height:465px; 
	}

	.home-page-sub-header {
		font-size: 36px;
	}
}

@media screen and (max-width:591px) {
	.receipt-flurry {
		max-height:495px; 
	}
}