body {
	
}


header {
	position: relative;
}

/** top header section **/
header .main-header-wrapper {
	background-color: #00853a;
	padding-top: 110px;
}

header .header-logo-tagline-section .__custom_row {
	max-width: 81rem;
}

header .header-logo-tagline-section {
	background-color: #00853a;
	padding: 35px 0 45px;
    -webkit-box-shadow: 0 -3px 50px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 -3px 50px rgba(0, 0, 0, .3);
    box-shadow: 0 -3px 50px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 1;
}

header .header-logo-tagline-section .header-main-logo {
	text-align: center;
}

header .header-logo-tagline-section .header-main-logo img {
	width: 165px;
}

header .header-logo-tagline-section .header-tagline {
	text-align: center;
}

header .header-logo-tagline-section .header-tagline h1 {
	font-size: 34px;
    font-family: 'HeinekenSerif18Regular';
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}