@import url('foundation.css');

a:hover {
	text-transform: underline;
}
section.header {
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	padding-top: 20px;	
	padding-bottom: 20px;
	margin-bottom: 25px;
}

section.header h2 {
	font-style:italic;
	color: #fff;
}

section.frontboxes {
	margin-top: 75px;
}

section.frontboxes div.columns {
	margin-top: 1em;
	margin-bottom: 1em;
}

.columns div {
	padding-top: 10px;
}

section.footer {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
} 

section.footer row.columns{
	padding: 20px;
}

.sitebydeberny {
	float: right;
	text-align: right;
}
.sitebydeberny a {
	color: #555;
	font-size: 0.8em;
	text-decoration: none;
}

.sitebydeberny a:hover {
	color: #222;
	text-decoration: underline;
}

div.description {
	position: relative;
	top: -200px;
	overflow: visible;
	height: 0px;
}
div.description span{
	display: block;
	background: #222;
	padding: 10px;
	padding-top: 20px;
	padding-left: 20px;
	opacity: 0.8;
	min-height: 135px;
	color: #fff;
	line-height: 1.3em;
	font-size: 0.9em;
}


div.caption {
	position: relative;
	top: -75px;
	overflow: visible;
	height: 0px;
}

div.caption span{
	display: block;
	padding: 10px;
	padding-top: 10px;
	padding-left: 20px;
	opacity: 0.8;
	min-height: 55px;
}

.resilienceblue {
	background: rgb(0,183,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,183,234,1) 0%, rgba(0,124,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,183,234,1)), color-stop(100%,rgba(0,124,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,124,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,124,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,124,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,183,234,1) 0%,rgba(0,124,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#007c99',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	opacity: 0.95;
}

.resiliencegray {
	color:#fff;
	background: rgb(232,232,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,180,180,1) 0%, rgba(70,70,70,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,180,180,1)), color-stop(100%,rgba(70,70,70,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(70,70,70,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(70,70,70,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(70,70,70,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,180,180,1) 0%,rgba(70,70,70,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	opacity: 0.95;

}

.footer {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */	
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
	padding-bottom: 40px;
}

.footerbox {
	padding-bottom: 40px;
}