/* Title */
.membership-title-block {
   background:black; 
   color:white; 
   padding-top:20px; 
   text-align:center; 
   text-transform: uppercase; 
   font-family: Georgia, serif; 
   font-weight: 400; 
   font-size:xx-large; 
   letter-spacing: 7px; 
}

/* Subheading title */
.membership-subheading-block {
  display: block;
  width: auto;
  background:black;
  padding: 7px 10px;
}
.membership-subheading {
  max-width: 700px;
  margin:auto;
  text-align:center;
  font-family: Georgia, serif;
  font-size:large;
  letter-spacing: 1px;
  color:white;
}

/* Membershio hero image */
.membership-hero {
	
}

/* caption block */
#membership-caption {
	position: relative;
	bottom: 175px;
	left: 20px;
	margin-bottom: -110px;
}

.membership-caption-block { 
  background-repeat: no-repeat;
  background-image: url(/sites/default/files/styles/large/public/caption-bg.png);
  background-size: contain;
    height: 150px;
    padding: 25px 20px 0px 20px;
}

.membership-caption-text {
  color: white;
  width: 202px;
  font-family: Georgia, serif; 
  font-size: 105%;
}

@media only screen and (max-width: 479px) {
    #membership-caption {
		margin-bottom: 30px;
	}
	.membership-caption-block { 
		display: none; 
	}
}

/* Sidebar block */
.membership-sidebar {
  text-align:center; 
  text-transform: uppercase; 
  font-family: Arial, Helvetica, 
  sans-serif; margin:20px;
}

/* Footer */
.membership-footer-block {
  background-color:black; 
  max-width:300px; 
  margin:auto; 
  margin-bottom: 40px; 
}
.membership-footer-block:hover {
  background-color: #86754E;
}

.membership-footer-block:a {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  /* fixes overlap error in IE7/8, make sure you have an empty gif */
  background-image: url(/sites/default/files/styles/large/public/empty.gif);
}

.membership-footer {
  color:white; 
  padding:20px; 
  text-align:center; 
  font-family: Georgia, serif; 
  font-size:large; 
  margin:auto;
}