p {
	margin: 0 0 1em 0;
}

.landing .wrapper.style1 {
	padding: 1em 0;
}

.landing .wrapper.style1 header.major {
	margin: 0;
}

/*
.landing .wrapper.style3 {
	padding: 1em 0;
}*/

.landing .style3 section.special h3 {
	font-size: 1.2em;
}

.landing .style3 section.special p {
	font-size: 1em;
}

.style3.smalltext p {
	font-size: 1em;
} 
.cardcontainer {
	padding-bottom: 0;
}

.cardcontainer {
	padding-bottom: 0;
}

#header nav > ul > li {
	margin-left: 2em;
}

header.major {
	max-width: none;
}

#banner {
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 7em 0 5em 0;
	height: 30em;
}

#banner h2 {
	margin-top: 1em;
	color: white;
	text-shadow: 2px 2px 4px #000000;
	font-size: 2em;
}

#nav li {
	text-shadow: 2px 2px 3px #000000;
}

p {
	font-size: 1.1em;
}

ul, ol {
	font-size: 1.1em;
}

ul li h4 {
	margin-bottom: 0;
}

ul.nobullets {
	list-style: none;
	padding-left: 0;
}

ul.nobullets li {
	padding-left: 0;
}

.wrapper.style4 .box{
	background: #e4e4e4;
	color: #000;
}

.wrapper.style4 #content a {
	color: #4F914C;
}

.wrapper.style4 .row.topimage {
	background: #fff;
	margin: 0 0 2em 0;
}

.wrapper.style4 .row.topimage div {
	padding-left: 0;
}

.wrapper.style4 .row.topimage img {
	margin: 0;
	padding: 0.5em;
}

.wrapper.style4 .row.bottomimage {
	margin: 0;
	background: #fff;
}

.wrapper.style4 .row.bottomimage div {
	padding-left: 0;
}

.wrapper.style4 .row.bottomimage img {
	margin: 0;
	padding: 0.5em;
}


.wrapper.style5 {
	background: #2F3B47;
	color: #fff;
}

.wrapper.style5 a{
	color: #fff;
	text-decoration: none;
}

.staff h2 {
	margin-bottom: 0em;
}

.staff h3 {
	margin-top: 1em;
	margin-bottom: 0em;
}


.footer .companies h3 {
	color: white;
	margin-bottom: 0;
}

.footer .companies span {
	color: #BBBBBB;
}

.style4 ul.companies li {
	border: 0;
}

.style4 .companies h3 {
	margin-bottom: 0;
}

.style4 .companies span {
	color: #6B6B6B;
}

.wrapper.style4 #content .companies a {
   text-decoration: none;
   color: #555555;
}

.produced-by, .produced-by a, .produced-by a:visited {
	color: #6B7279!important;
}

.google-maps-border 
{
	background: white;
	border-radius: 6px;
}
	
.google-maps 
{
       position: relative;
       padding-bottom: 50%; // This is the aspect ratio
       height: 0;
       overflow: hidden;
   }
   
	.google-maps iframe 
	{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
	}

