/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body {
	font-family: "Effra W01 Regular", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	/*background: #4F5945;
	background: #6B734D;
	background: #4D3D3C;
	background: #444773;
	background: #366A8C;*/
	background: #53758C;
}

h2 {
	font-family: "Effra W01 Regular", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #4D3D3C;
	font-size: 36px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
}


.top-bar {
	background: #04090D;
	height: 60px;
}

.top-bar ul > li {
	margin-top: 10px;
}

.top-bar > ul .name h1 {
	background: url('../images/logo.png') no-repeat top right;
	display: block;
	float: left;
	width: 278px;
	height: 46px;
	padding: 0;
	margin: 0 20px;
	text-indent: -9999px;
}

.top-bar ul > li a:not(.button),
.top-bar ul > li a {
	font-size: 16px;
	font-weight: normal;
}

.column, .columns {
	margin-bottom: 20px;
}

.panel ul {
	list-style-type: none;
}

.panel li em {
	margin-top: 25px;
	display: block;
}

.row.footer .columns,
.row.footer .columns .row {
	height: 120px !important;
	margin-bottom: 0 !important;
}

