.menu-button {
	 color: #960c22 !important;
	 z-index: 3 !important;
}
 .site-nav {
	 background-color: #c8102e !important;
	 z-index: 2 !important;
}
 .nav-breadcrumb ~ .page-section:first-of-type {
	 padding-top: 0;
}
 .page-section {
	 padding: 15px 0;
}
 .container-fluid {
	 padding: 0;
}
 .well {
	 margin: 0 auto;
	 background-color: #e6f8f3;
}
 div#wp-page-panel.well.well-sm {
	 padding: 20px;
}
 h1, h2, h3, h4, h5 {
	 color: #00866c;
	 font-family: "League Gothic", Helvetica, sans-serif;
	 text-transform: uppercase;
	 margin: 0;
	 padding-bottom: 5px;
}
 h5 {
	 line-height: calc(1.25em - 3px);
}
 .thumbnail {
	 border: none;
	 padding: 0;
}
 .caption {
	 padding: 5px 0 0 0 !important;
}
 .caption p {
	 font-size: .85em;
	 margin-bottom: 2rem;
}
 #white-paper-carousel .container {
	 margin: 0 auto;
	 padding: 0;
}
 .item img {
	 height: 300px;
	 padding: 0;
}
/* ENTRY FORM START */
 #entry-form-text {
	 color: #000;
	 text-shadow: #fff 1px 1px;
	 margin: 0 40px;
}
 #white-paper-email, #name, #job-title, #company-name, #phone, #address {
	 margin-bottom: 20px;
}
 #white-paper-form {
	 color: #fff;
	 text-shadow: #000 1px 1px;
	 text-align: left;
	 padding: 20px;
	 background: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5) ) 
}
 #white-paper-submit {
	 float: right;
	 width: 20%;
}
/* ENTRY FORM END */
/* MEDIA QUERIES - PAPERS PANELS */
 @media screen and (max-width: 300px) {
	 .uh-header .menu-button {
		 right: -.25rem;
	}
}
/* MEDIA QUERIES - ENTRY FORM */
 @media screen and (max-width: 500px) {
	 #entry-form-text {
		 margin: 0 20px;
	}
	 #city {
		 margin-bottom: 20px;
	}
	 #white-paper-submit {
		 width: 50%;
		 float: none;
	}
}
 @media screen and (min-width: 501px) and (max-width: 795px) {
	 #city {
		 margin-bottom: 20px;
	}
}
 @media screen and (min-width: 796px) and (max-width: 991px) {
	 #city {
		 margin-bottom: 20px;
	}
}
 