#ss-downloads { 
	background: #536e41; 
	padding: 10px; 
	margin: 1em 0; 
} 

#ss-downloads .download_inner_border {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}

/* Icons */
#ss-downloads .download_icons {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
}

#ss-downloads .download_icons:before {
	content: "";
	height: 100%;
	vertical-align: middle;
}

#ss-downloads .download_icons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ss-downloads .download_icons li { 
	margin: 0;
	padding: 10px 5px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.3em;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 12%;
	min-width: 75px;
	box-sizing: content-box;
}

#ss-downloads .download_icons li:before { 
	position: relative;
	content: "";
	display: block;
	padding-top: 65px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.download_gratitudes:before { background-image: url('../images/icons_gratitudes.png'); }
.download_beliefs:before { background-image: url('../images/icons_beliefs.png'); }
.download_values:before { background-image: url('../images/icons_values.png'); }
.download_priorities:before { background-image: url('../images/icons_priorities.png'); }
.download_gbvp:before { background-image: url('../images/icons_gbvp.png'); }
.download_clarity:before { background-image: url('../images/icons_clarity.png'); }
.download_empowering:before { background-image: url('../images/icons_empowering.png'); }

/* Form */

#ss-downloads .download_form {
	display: table-cell;	
	width: 25%;
	vertical-align: middle; 
	padding: 10px;
}

#ss-downloads h3 {
	font-size:20px;
	text-transform: none;
	text-align: center;
	color: #ffffff; 
	letter-spacing: 1px; 
	margin: 0 0 10px 0; 
}

#ss-downloads form {
	margin: 0; 
	padding: 0; 
	text-align: center;
}

#ss-downloads form .input-text {
	padding: 3px; 
	border: 1px solid #999; 
	font-size: 12px;
	margin: 0 5px 0 0; 
}

#ss-downloads input[type=submit] {
	margin-top: 10px;
}

#ss-downloads .message.error {
	text-align: center;
	font-size: 12px;
	margin: 0;
}

#ss-downloads input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.8125em 1.625em;
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

#ss-downloads input[type="submit"]:hover {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

@media screen and (max-width: 768px) {

	#ss-downloads .download_icons {
		text-align: center;
	}
	
	#ss-downloads .download_icons,
	#ss-downloads .download_form {
		width: 100%;
		display: block;
	}

}