/*
 * COLOR REFERENCE:
 * 		-RED: #CF0A2C
 * 		-YELLOW: #FFD700
 * 		-DARK GRAY: #414042
 * 		-LIGHT GRAY: #D1D3D4
 * 		-OFF WHITE: #E6E7E8
 */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #414042;
}

body * {
	box-sizing: border-box;
}

header, nav, main, section, footer {
	display: block;
	position: relative;
}

header, section, footer, main {
	width: 100%;
}

header, footer {
	text-align: center;
}

main {
	min-height: 600px;
}

main a, main a:link, main a:visited {
	color: #414042;
	outline: none;
}
main a:hover, main a:active {
	color: #CF0A2C;
}

body .mobile {
	display: none;
}

.verticalAlignBox {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.contentWrapper {
	max-width: 1024px;
	padding: 0 10px;
	margin: 0 auto;
}

.contentWrapper.fullWidth {
	padding: 0 0;
}

/*******************************************************************************
 * LIGHTBOX STYLES
 ******************************************************************************/
#lightbox {
	position: fixed;
	z-index: 2000;
	top: 0;
	bottom: 0;
	left: 110%;
	width: 100%;
	text-align: center;
}
#lightbox.show {
	left: 0;
}
#lightboxOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #231F20;
	opacity: 0.75;
	filter: alpha(opacity=75);
	top: 0;
	left: 0;
	z-index: 0;
}
#lightboxContentHolder {
	position: relative;
	background-color: white;
	border: 2px solid #CF0A2C;
	width: auto;
	height: auto;
	padding-top: 20px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	z-index: 100;
}
#lightboxClose {
	position: absolute;
	top: -17px;
	right: -15px;
	line-height: 15px;
	cursor: pointer;
	background: url('../assets/images/videoX.png') no-repeat;
	height: 32px;
	width: 32px;
}
#lightboxContent {
	padding: 0 20px 20px;
	overflow-y: auto;
}
#lightboxContent h1 {
	font-size: 28px;
	color: #CF0A2C;
	line-height: 38px;
	text-align: center;
	font-weight: normal;
	margin: 0 0 10px;
}
#lightboxContent p {
	font-size: 19px;
	line-height: 25px;
	color: #58595B;
	margin: 10px 0;
	text-align: center;
}
#lightbox .slick-list {
	height: inherit;
}

/*******************************************************************************
 * NAVIGATION STYLES
 ******************************************************************************/
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	padding-left: 25px;
	line-height: 25px;
}
nav ul li:first-child {
	padding-left: 0px;
}

nav li a, nav li a:visited {
	text-decoration: none;
}

/*******************************************************************************
 * HEADER STYLES
 ******************************************************************************/
header {
	height: auto;
}

header #navBackground {
	border-bottom: 5px solid #CF0A2C;
	background: #251D18 url('../assets/images/bannerFadedOff.png') center no-repeat;
	height: 245px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

header * {
	color: #E6E7E8;
	font-weight: bold;
	font-size: 17px;
}

header nav {
	padding-top: 25px;
	padding-bottom: 35px;
}

header nav li.current a, header nav li a:hover, header nav li a:active {
	border-bottom: 2px solid #FFD700;
}

header #zweiglesLogo {
	position: relative;
}

/*******************************************************************************
 * FOOTER STYLES
 ******************************************************************************/
footer {
	background-color: #414042;
	border-top: 2px solid #CF0A2C;
	padding: 21px 0;
}

footer * {
	color: #D1D3D4;
	margin: 0;
	font-size: 12px;
}

#socialPages a {
	margin: 0 10px;
}

#socialPages a img {
	border: 0;
}

footer nav {
	margin: 18px 0 13px;
}

footer nav * {
	font-size: 14px;
}

footer nav li.current a, footer nav li a:hover, footer nav li a:active {
	text-decoration: underline;
}

/*******************************************************************************
 * TOP SECTION STYLES
 ******************************************************************************/
#topSection {
	border-bottom: 3px solid #CF0A2C;
	text-align: center;
}

#topSection p {
	max-width: 830px;
	margin: 1em auto;
	line-height: 36px;
}

#topSection h1 {
	font-size: 30px;
	font-weight: normal;
	color: #58595B;
}

#topSection .buttonWrap {
	padding-bottom: 35px;
}

#topSection div.button {
	padding: 0 20px;
}

/*******************************************************************************
 * BUTTON STYLES
 ******************************************************************************/
.button {
	height: 48px;
	border: 2px solid #CF0A2C;
	color: #58595B;
	background: #FFFFFF;
	font-size: 19px;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	margin: 15px 10px;
	cursor: pointer!important;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
.button.current {
	cursor: default!important;
}

.button:hover, div.button.current {
	background: #CF0A2C;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-clip: padding-box;
}

/*******************************************************************************
 * ROW BOX SECTION STYLES
 ******************************************************************************/
.revealImageSection {
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: default;
	width: 33.33%;
	float: left;
}

.revealImageContent {
	width: 100%;
	padding-bottom: 84%;
	position: relative;
	background-color: #FFFFFF;
}

.revealImageBackgroundWrap {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	padding: 0px!important;
	display: none;
	overflow: hidden;
}

.revealImageBackground {
	z-index: 0;
	height: 100%;
	width: auto;
	display: inline-block;
}

.revealImageContent > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-decoration: none;
	color: #58595B;
	z-index: 10;
}

.revealImageSection .sectionIcon {
	overflow: hidden;
	display: inline-block;
	margin-top: 1em;
	height: 84px;
}

.revealImageSection .sectionIcon img {
	float: left;
}

.revealImageSection h2 {
	font-size: 30px;
	margin: 0;
	font-weight: normal;
}

.revealImageSection hr {
	border: 0;
	height: 2px;
	background: #FFD700;
}

/* HOVER STYLES FOR ROW BOX SECTIONS */
.revealImageSection.current .sectionIcon img, .revealImageSection:hover .sectionIcon img {
	float: right;
}

@media screen and (max-width: 850px) {
	.revealImageSection {
		width: 50%;
	}
}

/*******************************************************************************
 * EXPAND COLLAPSE SECTION STYLES
 ******************************************************************************/
.expandSection {
	width: 100%;
	display: inline-block;
	border: 1px solid #CF0A2C;
	border-top: 0px;
	cursor: pointer;
	position: relative;
}
.bodySection div.expandSection:first-of-type {
	border-top: 0px;
}
.bodySection div.expandSection:last-of-type {
	margin-bottom: -1px;
}

.expandSection.current {
	border-top: 2px solid #CF0A2C;
	border-bottom: 3px solid #CF0A2C;
	cursor: default;
}
.bodySection div.expandSection:last-of-type {
	margin-bottom: -3px;
}

.expandSection .expandTitle {
	padding: 20px 40px;
}

.expandSection .expandTitle h1 {
	margin: 0;
	font-size: 34px;
	font-weight: normal;
}
.expandSection.current .expandTitle h1 {
	color: #CF0A2C;
}

.expandSection .expandContentWrap {
	display: none;
	padding: 0 56px;
}
.expandSection.current .expandContentWrap {
	display: block;
}

.expandSection .expandContentWrap > p {
	margin: 1em 0;
}

/*******************************************************************************
 * FORM STYLES
 ******************************************************************************/
form {
	width: 100%;
	padding: 0 5%;
}
form table {
	width: 100%;
	border-collapse: collapse;
}
form td {
	padding: 12px 0;
}
form td.sectionTitleCell, form td.labelCell {
	text-align: right;
	padding-right: 5px;
	width: 30%;
}
form td.sectionTitleCell h1 {
	margin: 8px 0 -12px;
	font-size: 30px;
	font-weight: normal;
	color: #CF0A2C;
}
form td.labelCell {
	vertical-align: middle;
	font-size: 16px;
}
form td.inputCell {
	padding-left: 5px;
	width: 55%;
	font-size: 16px;
	position: relative;
}
form td.submitCell {
	padding: 0;
	text-align: center;
}
form td.submitCell.error {
	font-size: 16px;
	padding: 12px 0;
}
form input {
	line-height: 35px;
	position: relative;
	vertical-align: middle;
}
form input[type="text"], form input[type="tel"], form input[type="email"],
form textarea {
	padding: 0 6px;
	line-height: 29px;
	height: 29px;
	width: 100%;
	border: 1px solid #CF0A2C;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
form textarea {
	height: 58px;
}
form input[type="text"].disabled {
	background-color: white;
}
form input[type="button"] {
	font-size: 16px;
	height: 31px;
	line-height: 27px;
	padding: 0 20px;
	width: 33%;
	margin: 0 2% 0 0;
	outline: none;
}
form .error {
	color: #CF0A2C;
}
form input[type="submit"] {
	padding: 0 20px;
	margin: 0;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}
:-moz-placeholder {
   color: #FFFFFF;
   opacity: 1;
}
::-moz-placeholder {
   color: #FFFFFF;
   opacity: 1;
}
:-ms-input-placeholder {
    color: #FFFFFF;
}

.styledRadio {
	float: left;
}
.styledRadio + label {
	float: left;
	margin: 0 12px 0 6px;
}

#formResponse {
	text-align: center;
}

/*******************************************************************************
 * CONTENT SECTION STYLES
 ******************************************************************************/
main .contentWrapper .bodySection, main .contentWrapper .bodySection.mobile.current {
	display: none;
}
main .contentWrapper .bodySection.current {
	display: block;
}

.bodySection {
	margin: 20px 0;
}

.bodySection ul.dashStyle {
	list-style-type: none;
}

.bodySection ul.dashStyle li {
	text-indent: -13px;
	font-size: 25px;
	line-height: 46px;
}

/*******************************************************************************
 * SOCIAL MEDIA BUTTON STYLES
 ******************************************************************************/
.sharing {
	width: 100%;
	padding: 0 0 20px;
}

.sharing .button {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 30px;
	padding: 0 18px;
	height: 34px;
	font-size: 14px;
	vertical-align: middle;
}
.sharing .button.fbShare, .sharing .button.twitterTweet {
	border: 0px;
	padding: 0px;
	height: 28px;
	background: #FFFFFF!important;
}

.sharing .button img {
	height: 28px;
	width: auto;
}

/*******************************************************************************
 * IMAGE GALLERY STYLES
 ******************************************************************************/
.images {
	width: 100%;
	padding: 13px 56px;
	margin-left: -56px;
	box-sizing: content-box;
	position: relative;
}
.images .imagesBackground {
	background-color: #231F20;
	opacity: 0.18;
	filter: alpha(opacity=18);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.images .sliderCopy {
	display: none;
}
.images .slider, #lightbox .imageGallery #bigViewControl.slider {
	max-width: 794px;
	height: 95px;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
.images .slick-arrow, #lightbox .imageGallery #bigViewControl .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 21px;
	z-index: 1000;
}
.images .slick-list, #lightbox .imageGallery #bigViewControl .slick-list {
	margin: 0 auto;
	overflow: hidden;
	box-sizing: content-box;
	position: absolute;
	left: 45px;
	right: 45px;
}
.images .slick-slide, #lightbox .imageGallery #bigViewControl .slick-slide {
	outline: none;
}
.images .slider .galleryImage, .images .slick-slide .galleryImage,
#lightbox .imageGallery #bigViewControl .slick-slide .galleryImage {
	padding: 0 5px;
	min-width: 100px;
	display: inline-block;
}
.images .slider .galleryImage img, .images .slick-slide .galleryImage img,
#lightbox .imageGallery #bigViewControl .slick-slide .galleryImage img {
	border: 2px solid #FFFFFF;
	height: 80px;
	width: auto;
	cursor: pointer;
	margin: 0 auto;
}
.images .slider.noNav .slick-list, #lightbox .slider.noNav .slick-list {
	text-align: center;
}
.images .slider.noNav .slick-track, #lightbox .slider.noNav .slick-track {
	width: auto!important;
	display: inline-block;
	left: initial!important;
}

#lightbox .imageGallery #bigView, #lightbox .imageGallery #bigView .galleryImage {
	height: 418px;
	max-width: 794px;
}
#lightbox .imageGallery #bigView .galleryImage {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0px;
}
#lightbox .imageGallery #bigView .galleryImage img {
	max-height: 100%;
	height: auto;
	max-width: 100%;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	cursor: default;
}
#lightbox .imageGallery #bigViewControl.slider {
	margin-top: 10px;
}
@media screen and (max-width: 840px) {
	#lightbox #lightboxContentHolder {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		border: 0 none;
		background:black;
		margin-left: 5px;
	}
	#lightboxContent{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		width: 660px;
		padding: 0px !important;
		margin: auto;
	}
	
	#lightboxClose{
		top: 0px;
		right: 5px;
	}
	
}
/*******************************************************************************
 * Video GALLERY STYLES
 ******************************************************************************/
.video{
	float: left;
	margin: 0 15px 30px 0;
	width: 320px;
	height: 203px;
}
.videoContainer{
	max-width: 670px;
	margin: 0px auto;
	overflow-y: auto;
	padding: 0px;
}
.videoPlayer{
	display:none;
}
.videoHover{
	display:none;
}
#videoTitle{
	font-size: 16px;
	padding:  0 7px 0 7px;
}
@media screen and (max-width: 746px){
	.videoContainer{
		max-width:320px;
		padding: 0px !important;
	}
	#mediaSection{
		padding:0px !important;
	}
}
/* begin scaling the video on smaller screens*/
@media screen and (max-width: 660px){
	.videoPlayer{
		width:100% !important;
		height: auto;
	}
	.video{
		margin: 0 0 30px 0;
	}
	#lightboxContent{
		width: auto;
	}
}

/*******************************************************************************
 *  INVADER POPUP STYLES
 ******************************************************************************/
#invaderPopup{width:100%; height:100%; position:absolute; z-index: 100; display:none;}
#invaderImage{background: url('../assets/images/Swag-Pop-Up-Final.jpg') no-repeat; width: 526px; height: 474px; position:relative; left:50%; top:50%; transform: translateX(-50%)translateY(-50%); z-index: 1; cursor:pointer;}
#invaderClose{background: url('../assets/images/closeButton.png') no-repeat; float:right; width: 31px; height: 31px; margin:-15px; cursor:pointer;}
#invaderOverlay{position: fixed; width: 100%; height: 100%; background-color: #231F20; opacity: 0.75;  filter: alpha(opacity=75); top: 0; left: 0; z-index: -1;}

@media screen and (max-width: 580px) {
    #invaderImage{width: 400px; background-size:400px;}
}

@media screen and (max-width: 450px) {
    #invaderImage{width: 280px; background-size:280px;}
}

/*IE9 hack*/
:root #invaderImage{left:37.5% \ ; top:37.5% \ ;}

