* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}
.fs-img {
	font-family: 'image-set( url({src}) 1x, url({directory}{filename}-2x.{ext}) 2x )';
	display: none;
}
.fs-img-vector {
	font-family: 'image-set( url({src}) 1x low-bandwidth, url({directory}{filename}.svg) 2x high-bandwidth )';
	display: none;
}
html {
	background: #fff;
}
body {
	background: transparent;
	color: #231f20;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 33px 0 0 0;
	width: 960px;
}
a {
	color: #7a7d7d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	/*border: 1px solid #666;*/
	margin: 2em 0;
}
img {
	border: 0;
}
input, select, textarea {
	padding: 0;
}
h1, h2, h3 {
	color: #000;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: .75em;
	margin-top: 0;
}
h1, .hero + .content h3 {
	font-size: 215%;
}
h2, .hero + .content h4 {
	font-size: 150%;
}
h3 {
	font-size: 105%;
}
h3, h4 {
	margin-bottom: .5em;
	margin-top: 1em;
}
.content ul {
	list-style: square outside;
	padding-left: 35px !important;
}
.content ul  ul {
	list-style: disc;
}
article {
	margin-top: 1.5em;
}
article:first-child {
	margin-top: 0;
}
p {
	margin: 0 0 1.5em 0;
}
form label {
	display:block;
}
form input[type="submit"], form input[type="reset"], form button[type="submit"] {
	margin: 10px 0;
}

.text-muted a {
	color: #666;
}

form input[type="radio"] {
	margin-right: 7px;	
}
.wrapper, .inner {
	margin: 0 auto;
	width: 960px;
}
.content > section:first-child {
	float: left;
	width: 635px;
}
.quicklinks i {
	color: #7b7b7b;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	position: relative;
	top: 3px;
}
body > header {
	position: relative;
}
header .quicklinks {
	font-size: 90%;
	left: 0;
	position: absolute;
	top: 0;
}
.quicklinks a {
	color: #999C9C;
}
nav.social {
	float: right;
}
nav.main, .content article, .header-img {
	width: 585px;
}

.logo {
	display: block;
	float: right;
	z-index: 2;
}
nav.main {
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	margin: 55px 0 0 0;
	position:relative;
}
nav.main ul {
	list-style: none;
}
strong, nav.main a {
	font-weight: 700;
} 
nav.main a {
	color: #231f20;
	font-size:14px;
	padding: 5px 7px;
	text-transform: uppercase;
}
nav.main ul ul a {
	text-transform: none;
}
nav.main > ul > li {
	border-left: 1px solid #cad1d4;
	margin: 0 0 0 5px;
	padding:0 0 0 5px;
}
nav.main li:first-child {
	border-left: none; 
	margin-left: 0;
	padding-left: 0;
}
nav.main li:first-child a {
	padding-left: 0;
}
nav.main > ul > li:hover > a {
	color: #7a7d7d;
}
nav.main > ul > li:hover > a:hover {
	/*color: #000;*/
}
nav.main a:hover {
	color: #333;
	text-decoration:none;
}
nav.main > ul > li:hover > a:not(:only-child), nav.main a.has-sub:hover {
	background: #f0f0f0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.12);
}
nav.main ul ul a:not(:only-child):after {
	content: '▶';
	float: right;
	font-size: 80%;
	opacity: 0.5;
	position: relative;
	right: -12px;
}
nav.main ul ul li:hover a:not(:only-child):after {
	opacity: 0.8;
}
nav.main ul {
	clear:both;
	display:block;
	margin:0;
	overflow:visible;
	padding:0;
	position: relative;
}
nav.main > ul {
	top: 8px
}
nav.main ul li {
	float: left;
	line-height:19px;
	position: relative;
	text-align: center;
}

nav.main ul ul {
	background-clip: padding-box; 
	border-radius: 4px;
	border-top-left-radius: 0;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.12); 
	display: none;
	list-style-type: none;
	min-width: 180px;
	position: absolute;
	top: 22px;
	left: 5px;
	padding: 0;
	z-index: 90;
}

nav.main ul ul li {
	border-top: 1px solid #dddddd;
	text-align: left;
	width: 100%;
}
nav.main ul ul li, nav.main ul ul li:first-child {
	padding:10px;
}
nav.main ul ul li:first-child {
	border-top: none;
	border-top-right-radius: 4px;
}

nav.main ul ul li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
nav.main ul ul > li:hover {
	background: #dddddd;	
}
nav.main ul ul > li:hover > a {
	background: #dddddd;
	color: #333;
}
nav.main li.active a {
	color: #788386;
}
nav.main li.active li.active a {
	color: #000;
}
/*nav.main li.active > a, nav.main li.active > a:hover {
	color: #9BBB4A !important;
}*/
nav.main ul ul li a {
	display: block;
	font-size: 90%;
	font-weight: 600;
	line-height:1;
	padding:0 10px 0 0px;
}
nav.main ul li:hover > ul {
	background:#f0f0f0;
	display: block;
}
nav.main ul ul ul {
	margin-left:95%;
	top:0;
}
header img.header {
	float: left;
	margin: 0 0 0 0;
	height: 200px;
	width: 100%;
}

header aside h2, header aside p {
	position: relative;
	z-index: 2;
}
header aside a:hover {
	text-decoration: none;
}
header aside h2 {
	font-size: 16px;
	line-height: 1.1;
	margin:0 20px 5px 0;
}
header aside section {
	background: #2ba6b3;
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.2);
	color: #fff;
	height: 85px;
	margin-bottom: 2px;
	padding: 15px;
	position: relative;
}
header aside section, section.activities {
	width: 239px;
}
section.newsletter {
	background: #920034;
	height: 86px;
}
header aside section:before {
	content: '▶';
	font-size: 115%;
	opacity: 0.4;
	position: absolute;
	right: 15px;
	top: 15px;
	filter: alpha(opacity = 50);
}
header aside p {
	margin: 0;
}
nav.sub {
	clear: left;
	float: left;
	margin-top: 22px;
	width: 15%;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
}
nav.sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.sub li {
	padding: 0 0 10px 0;
}
nav.sub a {
	color: #333;
	font-size: 90%;
}
nav.sub a:hover {
	color: #000;
	text-decoration: none;
}
nav.sub li.active a {
	color: #00a5b3;
}
nav.sub, .content, aside.activities {
	position: relative;
}
.home nav.sub, .home aside.news {
	display: none;
}
section.main {
	padding-top: 34px;
}
.header-img, .statement {
	height: 151px;
	max-height: 151px;
}
.header-img, .statement, blockquote {
	border-left: 9px solid #7a7d7d;
}
blockquote {
	background: linear-gradient(to right, rgba(240,240,240,1) 0%,rgba(255,255,255,0) 100%);
	margin-left: 0;
	padding: 2em;
}
p:last-child {
	margin-bottom: 0;
}
.header-img.hero {
	height: 235px;
	max-height: 235px;
	margin-top: 15px;
}
.header-img h1, .header-img h2 {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.header-img h1 {
	font-size: 230%;
	margin-bottom: 0.075em;
}
.header-img h2 {
	font-size: 170%;
	font-weight: normal;
	left: 34%;
	position: relative;
}
.header-img {
	float: left;
	padding-left: 20px;
}
.header-img:empty {
	display: none;
}
.header-img figure {
	display: none;
	margin: 0;
	position: relative;
}
.header-img figure img {
	height: 235px;
	width: 930px;
}
.header-img figure.active {
	display: block;
}
.header-img figcaption {
	color: #fff;
	left: 25px;
	position: absolute;
	top: 30%;
	width: 800px;
}
.statement {
	display: table;
	float: right;
	font-size: 90%;
	overflow: hidden;
	width: 216px;
}
.statement div {
	display: table-cell;
	padding-left: 1em;
	vertical-align: middle;
}
.statement ul {
	list-style-type: none;
}
.statement li {
	padding: .5em 0;
}
.statement li:before {
	content: "–";
	position: relative;
	margin-left: -10px; /* optional, for multiline li element */
	left: -5px;
}
.content {
	clear: both;
	line-height: 1.5;
	padding: 3em 0 2em 0;
}
.home .content {
	padding-top: 1.5em;
}
article.columns {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 25px;
	-webkit-column-gap: 25px;
	column-gap: 25px;
	width: 100%;
}
article.single-column {
	float: left;
	width: 50%;
}

article:not(.single-column) {
	clear: both;
}
/* For old IEs */
.column > * { 
	padding: 0px 15px;
}
footer:before {
	content: url(../images/site/zebra-bg.png);
	left: 0;
	position: absolute;
	top: -281px;
	z-index: -1;
}
.svg footer:before {
	content: url(../images/site/zebra-bg.svg);
}
footer {
	border-top: 2px solid #798386;
	font-size: 80%;
	margin-top: 150px;
	position: relative;
}
footer a {
	color: #7A7D7D;
}
footer p {
	margin: 1em 0;
}
footer div {
	display: inline-block;
	width: 50%;
}
footer .contact {
	float: left;
}
footer .byline {
	float: right;
	text-align: right;
}
input[name="newsletter_email"]{
	width: 100%;
}
article img {
	float: right;
	margin: 0 0 1em 1em;
}