.cta {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffaf38;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFFFFF;
}

.cta p {
 margin: 0 !important; 
}

.header .container .eight.columns {
width: 839px;
margin-top: -50px;
margin-left: -20px;
}
.header .container .four.columns {
float:right;
margin-top: -82px;
}
.navigation-wrapper {
margin-top: -48px;
}
.sub-menu {
  width: 350px !important;
}
ul {
    list-style: inherit;
    padding-left: 25px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}