﻿/*override topnav and top module only for PRODUCT - learn-how-employees-use-tallie-expense-report-software page.*/
header.sticky-header {
    background: transparent;
    position: relative;
}


.main-nav .container {
	position: relative;
	z-index:5;
}

.header-inner-content .container.container-850 {
	position: relative;
	/*z-index:5;*/
}

.gray-overlay {
	display: none;
}


.header-content-section {
	background-color: transparent;
	background-image: none;
}

.header-inner-content {
    background-color: transparent;
    padding: 10px 0px 37px;
    z-index: 3;
}

.header-inner-content p {
	font-style: normal;
	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;
}

.product-background-image {
    background: url(../img/product/tallie-travel-hero.jpg) no-repeat center center;
    background-size: cover;
    top: 0;
    display: block;
    height: 100%;
    margin: 0 auto;
    opacity: .14;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.flurry .btn {
	margin-left: 21px;
	z-index: 2;
	position: relative;
}

img.mobile-screen-img {
	position: absolute;
	z-index: 3;
}

.RequestDemoText.hide-button {
	display:block;
}

.ScheduleDemoText {
	display:none;
}

@media screen and (max-width:767px) {
	.header-inner-content h1 {
		font-size:34px;
	}

	.header-inner-content p {
		font-size:26px;
	}
}


@media screen and (max-width:640px) {
	.header-inner-content h1 {
		font-size:30px;
	}

	.header-inner-content p {
		font-size:24px;
	}
}

@media screen and (max-width:540px) {
	.header-inner-content h1 {
		font-size:26px;
	}

	.header-inner-content p {
		font-size:20px;
	}
}