@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,700,600);
html, footer footer {
	background: #f5f5f5;
}
body {
	background: #fcfcfc;
	color:#666666;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 31px 0 0 0;
}  
a {
	color:#920034;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	border:1px solid #666;
}
img {
	border:0;
}
input, select, textarea {
	padding: 0;
}
h1, h2, h3 {
	line-height: 1.1
}
h1 {
	font-size:210%;
	font-weight:600;
}
h2 {
	font-size:110%;
	font-weight:600;
}

form label {
	display:block;
}

form input[type="submit"], form input[type="reset"] {
	margin:10px 0;
}
form input[type="radio"] {
	margin-right:7px;	
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}
.wrapper, .inner {
	width: 951px;
}
.wrapper {
	background: #fff url(/images/site/sler/bg-logo.jpg) top right no-repeat;
/*    -webkit-box-shadow: 0px -2px 20px 0px #ffffff;*/
    box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.15);
	margin: 0 auto 31px auto;
	min-height: 600px;
	padding: 31px;
	position: relative;
}
.wrapper:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(252,252,252,1) 90%, rgba(252,252,252,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0)), color-stop(90%,rgba(252,252,252,1)), color-stop(99%,rgba(252,252,252,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,0) 0%,rgba(252,252,252,1) 90%,rgba(252,252,252,1) 99%);
	background: -o-linear-gradient(top, rgba(252,252,252,0) 0%,rgba(252,252,252,1) 90%,rgba(252,252,252,1) 99%);
	background: -ms-linear-gradient(top, rgba(252,252,252,0) 0%,rgba(252,252,252,1) 90%,rgba(252,252,252,1) 99%);
	>
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#fcfcfc',GradientType=0 );
	bottom: -25px;
	content: '';
	display: block;
	height: 200px;
	left: -5%;
	position: absolute;
	width: 110%;
}
.wrapper > header {
	margin-bottom: 31px;
}
h1.logo {
	background: url(/images/site/sler/logo.png) top left no-repeat;
	color: transparent;
	height: 62px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	width: 350px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) { 
	h1.logo {
		background: url(/images/site/sler/logo-2x.png) top left no-repeat;
		background-size: contain;
	}
	.wrapper {
		background: #fff url(/images/site/sler/bg-logo-2x.jpg) top right no-repeat;
		background-size: 644px 783px;
	}
}

nav.social {
	float: right;
}

nav.main {
	display:block;
	height:35px;
	line-height:33px;
	margin: 12px 0 10px 0;
	position:relative;
}
nav.main ul {
	list-style: none;
}
strong, nav.main a {
	font-weight: 700;
} 
nav.main a {
	color: #666;
	font-size:14px;
	padding: 5px 7px;
	text-transform: uppercase;
}
nav.main > ul > li {
	border-left: 2px solid #CCC; 
	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 > ul > li:hover > a {
	color: #333;
}
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 li.active > a {
	color:#00a5b3;
}
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: 23px;
	left: 6px;
	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 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 figure {
	float: left;
	margin: 0 3px 0 0;
	width: 647px;
}
header aside {
	float: right;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
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 section:after, aside.promo:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0)), color-stop(100%,rgba(0,0,0,0.25)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,0) 0%,rgba(0,0,0,0.25) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,0) 0%,rgba(0,0,0,0.25) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,0) 0%,rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,0) 0%,rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#40000000',GradientType=0 );
	bottom: 0;
	content: '';
	display: block;
	height: 60%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
header aside p {
	margin: 0;
}
aside.promo {
	background: #2ba6b3;
	clear: both;
	color: #fff;
	display: none;
	font-size: 90%;
	padding: 12px;
	position: relative;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
aside.promo h3, aside.promo p, aside.promo a {
	z-index: 10;
}
aside.promo h3 {
	display: inline;
	font-weight: 600;
	margin: 0 0 5px 0;
}
aside.promo p {
	margin: 0;
	width: 550px;
}
aside.promo .action-btn {
	background: #920034;
	border-radius: 4px;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	padding: 8px 15px;
	position: absolute;
	right: 12px;
	top: 12px;
}
aside.promo .action-btn:hover {
	text-decoration: none;
}
.home aside.promo {
	bottom: 1px;
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.2);
	display: block;
	position: relative;
}
nav.sub {
	clear: left;
	float: left;
	margin-top: 22px;
	width: 15%;
}
aside.activities + article {
	float: right;
	margin-right: 10px;
	width: 55%;
}
aside.activities {
	border-left: 2px solid #79cfd7;
	float: right;
	font-size: 90%;
	margin-left: 10px;
	margin-top: 22px;
	padding: 20px;
	padding-top: 0;
	width: 27%;
}
aside.activities h1 {
	font-size: 150%;
	margin-top: 0;
}
aside.activities h2 {
	font-size: 115%;
	margin-bottom: 0;
	text-transform: uppercase;
}
aside.activities p {
	margin-top: 2px;
}
.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, article, aside.activities {
	position: relative;
	z-index: 10;
}
.home nav.sub, .home aside.news {
	display: none;
}
.home article {
	clear: both;
	margin-top: 0;
}
article {
	line-height: 1.7;
	margin-top: 21px;
}
article h1, article h2, article h3 {
	color:#07a2b3;
	margin: 0 0 0.5em 0;
}
article p {
	margin: 0 0 1.2em 0;
}
.home article section {
	border-left: 2px solid #79cfd7;
	float: left;
	margin-top: 21px;
	min-height: 600px;
	padding: 5px 20px;
}
.home article {
	font-size: 90%;
}
.home article section.news {
	border-left: none;
	padding-left: 0;
	width: 299px;
}
.home article section.opinion {
	width: 340px;
}
.home article section.activities {
	float: right;
	width: 239px;
}
.home h1 {
	color: #555;
	font-size: 170%;
	
}
.activities h1 {
	color: #999;
}
.read-more {
	font-style: italic;
}
.home article h2 {
	font-size: 100%;
	text-transform: uppercase;
}
#membersHeader {
	font-weight: bold;
}
#membersHeader td {
	padding: 5px;
}
footer {
	background: #f9f9f9;
	border-top: 1px solid #e7e7e7;
	color: #666;
}
footer .inner {
	margin: 0 auto;
	padding: 0 31px;
}
footer section {
	float: left;
	font-size: 90%;
	padding: 5px 31px;
	width:33%;
}
footer section:first-child {
	padding-left: 0;
}
footer section:last-child {
	padding-right: 0;
}
footer section h2 {
	font-size: 110%;
}
footer ul {
	list-style-type: square;
	padding-left: 18px;
}
footer footer {
	border-top: 1px solid #e7e7e7;
	clear: both;
	color:#565656;
	font-size: 80%;
}
footer footer p {
	float: right;
}
footer footer p:first-child {
	float: left;
}
/*footer footer a {
	color: #333;
} 
footer footer a:hover {
	color: #000;
	text-decoration: underline;
} */