/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Custom form styles
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
 
 /*<link href='https://fonts.googleapis.com/css?family=Alegreya+SC:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
 font-family: 'Martel', serif;
 */
 
 
*{max-height: 10000px;}
body {
	margin:0;
	color:#454545;
	font:18px/26px 'Martel', serif;
	letter-spacing: .1px;
	background:#fff;
	min-width:320px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
img {border-style:none;}
/* set styles for default page links */
a {
	text-decoration:none;
	color:#245896;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
/* set default styles in all browsers */
input,
textarea,
select {
	font:100% 'Martel', serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input[type=submit]:hover{cursor:pointer;}
input[type=submit]::-moz-focus-inner{
	border:0;
	padding:0;
}
/* set styles for HTML5 */
input[type=image]{padding:0;border:none;}
input[type=email], input[type=search], input[type=tel], input[type=text], input[type=password], input[type=file], input[type=submit], textarea{-webkit-appearance:none;}
input[type=search] {-webkit-appearance: none;}
input[type=search]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type=search]::-webkit-search-decoration {display:none;}
q{quotes:none;}
q:after{content:'';}
q:before{content:'';}
header, footer, article, section, nav, figure, aside, main { display: block;}
/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/
/* header styles */
.header-panel{
	background:#000;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	z-index:10;
}
.holder{
	max-width:1140px;
	padding:7px 30px 0;
	margin:0 auto;
}
#header .header-panel .holder:after{
	content:'';
	clear:both;
	display:block;
}
.search-panel{
	float:right;
	padding-left:24px;
	position:relative;
}
.search-panel:before{
	position:absolute;
	content:'';
	background:url(../images/separator.png) no-repeat;
	width:3px;
	height:13px;
	left:0;
	top:50%;
	margin-top:-7px;
}
.search-panel .title{
	float:left;
	font-size:14px;
	line-height:16px;
	font-weight:300;
	margin-right:12px;
	padding-top:10px;
}
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.15em; }

/* styles for search form */
.search-form{float:left;}
.search-form input[type=search], .search-form input[type=text]{
	float:left;
	margin:0 7px 0 0;
	width:147px;
	padding:4px 10px;
	font-size:14px;
	line-height:14px;
	background:#808080;
	border:1px solid #666;
	border-radius:0;
	color:#000;
}
.search-form input[type=search]:focus{background:#fff;}
.search-form input[type=submit]{
	float:left;
	background:url(../images/sprite.png) no-repeat;
	width: 20px;
	height: 20px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:4px;
	border:none;
	border-radius:0;
	-webkit-appearance:none;
	padding:0;
}
.search-form input[type=submit]:hover{background-position: -24px 0;}
.nav-holder{float:right;}
/* main navigation styles */
#nav{
	list-style:none;
	margin:0;
	padding:10px 0 0;
	float:right;
	font-size:14px;
	line-height:16px;
	font-weight:300;
	/*text-transform:uppercase;*/
}
#nav>li{
	float:left;
	padding:0 0 15px;
	margin-right:21px;
	position:relative;
}
#nav a{color:#fff;}
#nav>li:hover>a{
	text-decoration:none;
	color:#999;
}
#nav .drop-slide-wrapper{
	position:absolute;
	left:-10px !important;
	top:100% !important;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:16px;
	text-transform:none;
	background:#333;
	width:197px;
	border-top:1px solid #404040;
}

/*INDENT FOR SUBNAV IN DROPDOWN - WAS 25px*/
#header ul.drop-1 a{padding-left: 11px;}
#nav ul a{
	display:block;
	color:#fff;
	padding:5px 12px 9px;
}
#nav ul a:hover{
	text-decoration:none;
	background:#245896;
	color:#fff;
}
#nav ul li,
.nav ul li,
.add-nav ul li{
	position:relative;
}
#nav ul li .drop-slide-wrapper,
.nav ul li .drop-slide-wrapper,
.add-nav ul li .drop-slide-wrapper{
	position: static !important;
}
#nav ul li .drop-slide-wrapper a ,
.add-nav ul li .drop-slide-wrapper a ,
.nav ul li .drop-slide-wrapper a {padding:5px 20px 9px;}
/* page logo styles */
.logo{
	float:left;
	margin-bottom: -20px;
	margin-top: -20px;
	margin-right:58px;
	background:url(../images/logo.png) no-repeat;
	width:222px;
	height:94px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	display:block;
	height:100%;
}
.header-bottom{
	padding:41px 30px 34px;
	max-width:1140px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
.header-bottom:after{
	content:'';
	clear:both;
	display:block;
}
.open-close{float:left;}
.open-close .opener{display:none;}
/* styles for page nav */
.add-nav{
	list-style:none;
	margin:0;
	padding:0;
	font-size:20px;
	line-height:22px;
}
.add-nav > li{
	float:left;
	width:199px;
	margin-right:13px;
	position:relative;
}
.add-nav > li > a{
	display:block;
	padding:18px 40px 18px 12px;
	border:1px solid #cce5f9;
	position:relative;
	font-weight:200;
	font-family: 'Martel', serif;
}
.add-nav > li:hover > a{
	text-decoration:none;
	background:#245896;
	color:#fff;
}
.add-nav > li > a:after{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -102px -79px;
	width: 26px;
	height: 13px;
	right:10px;
	top:50%;
	margin-top:-7px;
}
.add-nav > li:hover > a:after{background-position:-131px -79px;}
.add-nav .drop-slide-wrapper{
	position:absolute;
	left:0 !important;
	top:100% !important;
	width:100%;
}
.add-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	background:#fff;
	font-size:15px;
	line-height:18px;
	font-weight:300;
}
.add-nav ul.drop-1{
	position: static;
	display: block !important;
}
.add-nav ul li{border-top:1px solid #daedfb;}
.add-nav ul li:first-child{border:none;}
.add-nav ul a{
	display:block;
	padding:8px 11px;
}
.add-nav ul a:hover{
	text-decoration:none;
	background:#245896;
	color:#fff;
}
.open-close .nav{display:none;}
/*#header .add-nav li.active ul.drop-1{display:block !important;}*/
/* main informative part styles */
/* gallery styles */
.gallery{
	max-width:1140px;
	padding:6px 30px 41px;
	margin:0 auto;
	overflow:hidden;
}
.slideshow {
	position: relative;
	width:100%;
	overflow:hidden;
	margin-bottom:36px;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width:100%;
	background:#245896;
}
.slideshow .slide.active {z-index: 2;}
.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {visibility: hidden;}
.slideshow .img-holder{
	float:left;
	width:63.6%;
}
.slideshow .img-holder img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.slideshow .text-holder{
	overflow:hidden;
	padding:33px 28px 60px;
	color:#fff;
	font-weight:200;
}
.slideshow .text-holder .title{
	font-size:30px;
	line-height:32px;
	font-weight:300;
	display:block;
	margin-bottom:13px;
	text-shadow:0 2px rgba(0,0,0,.4);
}
.slideshow .text-holder p{
	margin:0 0 8px;
	font-size:16px;
	line-height:22px
	}
.slideshow .text-holder h1{
		font-size:30px;
		line-height:30px;
		font-weight:300;
	}
.slideshow .img-holder .more{
	font-size:16px;
	line-height:18px;
	text-shadow: 0 2px rgba(0,0,0,.4);
	text-transform:uppercase;
	position:absolute;
	left:66.7%;
	bottom:28px;
	max-width:200px;
	color:#fff;
	font-weight:700;
}
.slideshow .more em{font-style:normal;}
.slideshow .more:hover,
.slideshow .img-holder a:hover .more{
	opacity:0.5;
	text-decoration:none;
}
.slideshow .btn-prev,
.slideshow .btn-next{display:none;}
.pagination{
	position:absolute;
	z-index:5;
	right:29px;
	bottom:28px;
}
.pagination ul{
	list-style:none;
	margin:0;
	padding:0;
}
.pagination ul li{
	float:left;
	margin-left:8px;
}
.pagination a{
	display:block;
	width: 14px;
	height: 14px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:14px;
	background:#66b2ec;
	box-shadow: 0 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px rgba(0,0,0,.2);
}
.pagination a:hover,
.pagination .active a{
	background:#fff;
	-webkit-box-shadow: 0 2px rgba(0,0,0,.4);
	box-shadow: 0 2px rgba(0,0,0,.4);
}
.gallery .description-block{
	font-size:22px;
	font-weight: 300;
	line-height:30px;
	text-align:center;
	padding:0 45px 29px;
	border-bottom:2px solid #e7e7e7;
	color: #36842a;
}
.gallery .description-block p{margin:0 0 15px;}
/*  styles  for updates block*/
.updates-block{
	max-width:1140px;
	padding:0 30px 39px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.updates-block:before{
	position:absolute;
	content:'';
	background:#e7e7e7;
	width:2px;
	left:47.5%;
	margin-left:-1px;
	top:7px;
	bottom:65px;
}
.updates-block .col{
	float:left;
	width:52.5%;
	padding:0 25px 0 29px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.updates-block .col:first-child{
	width:47.5%;
	padding:0 25px 0 0;
}
.updates-block h1{
	font-size:40px;
	line-height:42px;
	font-weight:200;
	margin:0 0 19px;
	color:#245896;
}
.updates-block ul{
	list-style:none;
	margin:0 0 -2px;
	padding:0;
	font-size:18px;
	line-height:24px;
}
.updates-block ul li{padding:0 0 14px;}
.updates-block li p{margin:0 0 8px;}
.updates-block .title{
	display:block;
	margin-bottom:2px;
	font-size:24px;
	line-height:24px;
	font-weight:300;
}
.updates-block .col .view{
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}
/*  styles  for database block*/
.database-block{
	background:#f1f1f1;
	border-top:8px solid #d8d8d8;
}
.data-list{
	list-style:none;
	max-width:1140px;
	padding:0 30px;
	margin:0 auto;
	overflow:hidden;
}
.data-list>li{
	padding:21px 0 37px;
	border-top:2px solid #dadada;
}
.data-list>li:first-child{border:none;}
.data-list>li.active{padding:21px 0 31px;}
.data-list .opener{
	font-size:18px;
	line-height:20px;
	display:block;
	overflow:hidden;
	padding:3px 0 0 70px;
	position:relative;
}
.data-list .opener:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -9999px 0;
	width:48px;
	height:48px;
	left:0;
	top:0;
}
.data-list .database .opener:before{background-position:0 -26px;}
.data-list .library .opener:before{
	width:36px;
	background-position:-53px -26px;
}
.data-list .resource .opener:before{background-position:-94px -26px;
	width: 48px;
	height: 48px;
}
.data-list .opener .left-area{
	float:left;
	width:84%;
}
.data-list .opener .title{
	font-size:40px;
	line-height:42px;
	font-weight:300;
	display:block;
	margin:0 0 4px;
	color:#245896;
}
.data-list .opener .left-area span{color:#454545;}
.data-list .opener .btn-more{
	float:right;
	padding-top: 3px;
	padding-right:30px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
	position:relative;
	margin:13px 0 0 20px;
}
.data-list .opener:hover .btn-more{color:#245896;}
.data-list .opener .btn-more:before{
	position:absolute;
	content:'';
	background: url(../images/sprite.png) no-repeat -48px 0;
	width: 22px;
	height: 22px;
	right:0;
	top:0;
}
.data-list .opener:hover .btn-more:before{background-position:-174px 0;}
.data-list .active .opener .btn-more:before{background-position:-75px 0;}
.data-list .active .opener:hover .btn-more:before{background-position:-174px -26px;}
.data-list .opener .btn-more em{
	font-style:normal;
	display:none;
}
.data-list .opener .btn-more em:first-child{display:block;}
.data-list .active .opener .btn-more em{
	display:block;
	text-indent:0;
}
.data-list .active .opener .btn-more em:first-child{display:none;}
.data-list .slide{padding:26px 26px 0 72px;}
.data-list .slide p{margin:0 0 5px;}
.data-search{max-width:895px;}
.data-search .row{
	overflow:hidden;
	margin-bottom:13px;
}
.data-search .col{
	float:left;
	width:33.33%;
	padding-right:29px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-bo
}
.data-search select{
	float:left;
	width:100% !important;
}
.data-search label,
.data-search .label{
	display:block;
	font-size:18px;
	line-height:22px;
	margin-bottom:6px;
}
.data-search .checkbox-list{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.data-search .checkbox-list li{
	float:left;
	padding:0 34px 0 0;
	overflow:hidden;
}
.data-search .checkbox-list .checkbox{
	float:left;
	margin:4px 0 0;
	padding:0;
	width:15px;
	height:15px;
}
.data-search .checkbox-list label{
	float:left;
	text-align:left;
	padding:2px 0 0;
	margin:0;
}
.data-search input[type=text]{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:3px 10px;
	font-size:18px;
	line-height:20px;
	margin:0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:0;
	color:#454545;
}
.data-search input[type=submit]{
	float:left;
	width:122px;
	height:59px;
	padding:0;
	background:#fff;
	border:1px solid #ccc;
	font-size:30px;
	line-height:32px;
	color:#245896;
	font-weight:300;
	border-radius:0;
}
.data-search input[type=submit]:hover{
	color:#fff;
	background:#245896;
}
.data-search .btn-wrap {
	overflow: hidden;
	padding: 5px 0 0;
}
.data-search .btn-wrap a {
	display: inline-block;
	margin: 21px 0 0 17px;
	font-weight:300;
	text-decoration:underline;
}
.data-search .btn-wrap a:hover{
	text-decoration:none;
}
.search-row{
	border-top:1px solid #cfcfcf;
	padding:23px 0 29px;
}
.search-row:first-child{border:none;}
.data-list .library .slide{padding:12px 0 0 70px;}
.data-list li.library.active{padding-bottom:4px;}
.simple-search .col{
	float:left;
	width:296px;
	margin-right:10px;
}
.search-row .simple-search .title{
	font-size:24px;
	line-height:24px;
	font-weight:300;
	display:block;
	margin-bottom:14px;
	color:#245896 ;
}
.simple-search input[type=search], .simple-search input[type=text]{
	float:left;
	width:249px;
	padding:5px 10px;
	font-size:14px;
	line-height:16px;
	margin:0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:0;
	color:#454545;
}
.simple-search input[type=submit]{
	float:left;
	width:122px;
	height:59px;
	background:#fff;
	border:1px solid #ccc;
	font-size:30px;
	line-height:32px;
	color:#245896;
	font-weight:300;
	border-radius:0;
	margin:9px 0 0;
	padding: 0;
	-webkit-appearance:none;
}
.simple-search input[type=submit]:hover{
	color:#fff;
	background:#245896;
}
.search-row .title{
	font-size:24px;
	line-height:24px;
	font-weight:300;
	display:block;
	margin-bottom:8px;
	color:#245896 ;
}
.advanced-search{max-width:895px;}
.advanced-search .select-holder{padding:12px 0 0;}
.advanced-search  label{
	display:block;
	margin-bottom:5px;
}
.advanced-search .row{
	overflow:hidden;
	margin-bottom:20px;
}
.advanced-search .select-col{
	float:left;
	width:19.2%;
	padding-left:21px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.advanced-search .select-col:first-child{padding:0;}
.advanced-search .select-event{width:29.6%;}
.advanced-search .select-company{width:51%;}
.advanced-search .select-session{width:70.4%;}
.advanced-search .select-author{width:29.4%;}
.select-year select{width:100% !important;}
.advanced-search input[type=submit]{
	float:right;
	width:122px;
	height:59px;
	background:#fff;
	border:1px solid #ccc;
	font-size:30px;
	line-height:32px;
	color:#245896;
	font-weight:300;
	border-radius:0;
	margin:0;
	padding: 0;
	-webkit-appearance:none;
}
.advanced-search input[type=submit]:hover{
	color:#fff;
	background:#245896;
}
#main.add{
	max-width:1140px;
	padding:0 30px;
	margin:0 auto;
	overflow:hidden;
}
.page-title{
	padding-top:9px;
	padding-bottom:9px;
	border-bottom:4px solid #245896;
}
.page-title h1{
	font-size:50px;
	line-height:50px;
	font-weight:300;
	margin:0;
	color:#245896;
	font-family: 'Cinzel', serif;
}
.main-holder{
	overflow:hidden;
	padding:21px 0 25px;
}
#twocolumns{
	float:right;
	width:82.5%;
	border-left:1px solid #dadada;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-left:30px;
}
#content{
	float:left;
	width:63.8%;
	padding-top:5px;
}
#content.add{
	width:100%;
	padding:0;
}
.info-block {
	/*font-size:24px;
	line-height:28px;
	border-bottom:1px solid #dadada;*/
	font-weight:400;
	padding-bottom:24px;
}
.info-block h2,
.leadership-block h2,
.committee-block h2,
.membership-block h2{
	font-size:30px;
	line-height:32px;
	font-weight:200;
	margin:0;
	color:#245896;
	font-family: 'Martel', serif;
}
.info-block p{margin:0 0 29px;}
.info-block .note{
	font-size:16px;
	line-height:22px;
	font-weight:300;
}
.info-block .note p{margin:0 0 15px;}
.leadership-block {
	padding:15px 0 18px;
	border-bottom:1px solid #dadada;
}
.leadership-block h2{margin:0 0 15px;}
.board-list{
	list-style:none;
	margin:0;
	padding:0;
}
.board-list li{
	margin-bottom:11px;
	overflow:hidden;
}
.board-list li .col{
	float:left;
	width:47.4%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:10px;
}
.board-list li .col:first-child{width:52.6%}
.board-list .img-wrap{
	float:left;
	width:100px;
	margin:4px 10px 0 0;
}
.board-list .img-wrap img{
	vertical-align:top;
	border:1px solid #454545;
	max-width:100%;
}
.board-list .text-holder{
	overflow:hidden;
	font-size:14px;
	line-height:18px;
}
.board-list .text-holder .post{
	display:block;
	font-size:20px;
	line-height:22px;
	margin-bottom:4px;
	font-weight:300;
}
.board-list .text-holder .name{
	display:block;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
}
.announcement-block{
	padding:10px 0 10px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
}
.announcement-block h3{
	font-size:20px;
	line-height:26px;
	font-weight:300;
	margin:10px 0;
	color:#245896;
}
.committee-block{
	padding:20px 0 22px;
	border-bottom:1px solid #dadada;
}
.committee-block h2{margin:0 0 6px;}
.committee-block ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:23px;
}
.committee-block li strong{
	font-size:18px;
	font-weight:normal;
}
.membership-block{padding:20px 0 0;}
.membership-block h2{margin:0 0 5px;}
.membership-block h3{
	font-size:24px;
	line-height:28px;
	font-weight:300;
	margin:0;
	padding: 5px 0px;
	color:#245896;
}
.membership-block .row{
	padding:19px 0 14px;
	border-bottom:1px solid #dadada;
}
.membership-block .row a{font-weight: 300;}
.membership-block p{margin:0 0 8px;}
.membership-block .btn-purchase{
	display:inline-block;
	margin-top:19px;
	padding:10px 20px 13px 23px;
	font-size:24px;
	line-height:28px;
	font-weight:300;
	border:1px solid #dadada;
}
.membership-block .policy-info{
	padding:23px 0 0;
	font-size:14px;
	line-height:18px;
}
.policy-info .title{
	display:block;
	font-size:18px;
	line-height:24px;
}
.membership-block .policy-info > p{margin:0 0 17px;}
.schedule-block{
	padding:20px 0 21px;
	border-bottom:1px solid #dadada;
}
.schedule-block h3{
	font-size:24px;
	line-height:28px;
	font-weight:300;
	margin:0 0 10px;
	color:#245896;
}
.schedule-list{
	list-style:none;
	margin:0;
	padding:0;
}
.schedule-list .time{
	display:block;
	color:#245896;
	font-size:20px;
	font-weight:300;
	padding:13px 0 0;
}
.schedule-info{
	font-size:18px;
	line-height:24px;
}
.schedule-info .title{display:block;}
.schedule-info .view{
	display:inline-block;
	position:relative;
	padding-left:16px;
	font-size:14px;
}
.schedule-info .view:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -147px 0;
	width: 11px;
	height: 14px;
	left:0;
	top:50%;
	margin-top:-7px;
}
.presentation-list{
	list-style:none;
	margin:0;
	padding:24px 0 0 35px;
}
.presentation-list .presentation-title,
.presentation-list span{display:block;}
.presentation-list .view{
	display:inline-block;
	position:relative;
	padding-left:16px;
	font-size:14px;
}
.presentation-list .view:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -147px 0;
	width: 11px;
	height: 14px;
	left:0;
	top:50%;
	margin-top:-7px;
}
.presentation-list > li{margin:0 0 22px;}
.info-area{padding:25px 0 22px;}
.info-area p{margin:0;}
.info-area .fig-block{
	padding:27px 0 23px;
	margin:0;
}
.info-area .img-wrap{
	width:100%;
	margin-bottom:3px;
}
.info-area .img-wrap img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.info-area .fig-block figcaption{
	display:block;
	font-size:14px;
	line-height:16px;
}
.info-area ul{
	list-style:none;
	margin:0 0 10px;
	padding:0 0 0 18px;
}
.info-area ul li{
	padding:0 0 0 16px;
	position:relative;
}
.info-area ul li:before{
	position:absolute;
	content:'';
	background:#454545;
	width:7px;
	height:7px;
	border-radius:7px;
	left:0;
	top:50%;
	margin-top:-3px;
}
.email-block .top-info{
	font-size:24px;
	line-height:28px;
	font-weight:300;
	border-bottom:1px solid #dadada;
}
.email-block h2{
	font-size:30px;
	line-height:32px;
	margin:0;
	font-weight:300;
	color:#245896;
}
.email-block p{margin: 0 0 20px;}
.register-form{padding-top:24px;}
.register-form .row{padding-bottom:13px;}
.register-form .row.add{padding-right:19px;}
.register-form .row:after{
	content:'';
	clear:both;
	display:block;
}
.register-form .col{
	float:left;
	width:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:19px;
}
.register-form label{
	display:block;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin-bottom:6px;
}
.register-form input[type=text], .register-form input[type=tel], .register-form input[type=email]{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:3px 10px 4px;
	font-size:16px;
	line-height:18px;
	margin:0;
	border:1px solid #ccc;
	border-radius:0;
	color:#454545;
}
.register-form .secure-check{padding:8px 0 9px;}
.secure-check img{
	display:inline-block;
	vertical-align:middle;
}
.secure-check a{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 2px 10px;
	font-size:12px;
	line-height:14px;
}
.register-form input[type=submit]{
	display:block;
	width:132px;
	height:59px;
	padding:0;
	font-size:30px;
	line-height:32px;
	margin:14px 0 0;
	font-weight:300;
	color:#245896;
	border:1px solid #ccc;
	border-radius:0;
	background:#fff;
}
.register-form input[type=submit]:hover{
	background:#245896;
	color:#fff;
}
.top-info{
	border-bottom:1px solid #dadada;
	padding-bottom:9px;
	font-size:24px;
	line-height:28px;
	font-weight:300;
}
.top-info p{margin: 0 0 10px;}
.news-block .top-info {padding-bottom:19px;}
.news-block .top-info p{margin: 0 0 28px;}
.news-block .notice{
	font-size:18px;
	line-height:24px;
}
.top-info .notice p{margin:0 0 8px;}
.news-list{
	list-style:none;
	margin:0;
	padding:22px 0 5px;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	border-bottom:1px solid #dadada;
}
.news-list li{margin:0 0 22px;}
.news-list li time{font-size:24px;}
.news-list li p{margin:0;}
.news-block .paging-holder{
	text-align:center;
	padding-top:14px;
}
.news-block .paging {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	display:inline-block;
}
.news-block .paging li{
	float:left;
	width:26px;
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#245896;
}
.news-block .paging a{color:#999;}
.news-block .paging a:hover{
	text-decoration:none;
	color:#245896;
}


.members-area .paging-holder{
	text-align:center;
	padding-top:14px;
}
.members-area .paging {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	display:inline-block;
}
.members-area .paging li{
	float:left;
	width:26px;
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#245896;
}
.members-area .paging a{color:#999;}
.members-area .paging a:hover{
	text-decoration:none;
	color:#245896;
}



.paging li strong{font-weight:300;}
.paging .prev a,
.paging .next a{
	display:inline-block;
	background:url(../images/sprite.png) no-repeat -117px -113px;
	width: 13px;
	height: 26px;
	text-indent:-9999px;
	overflow:hidden;
}
.paging .next a{background-position:-139px -113px;}
.events-block{padding:4px 0 0;}
.events-block .top-info{
	border-bottom:1px solid #dadada;
	font-weight:300;
}
.top-info h2{
	font-size:30px;
	line-height:32px;
	margin:0;
	font-weight:300;
	color:#245896;
}
.events-block .top-info p{margin:0 0 8px;}
.search-area p{margin:0 0 5px;}
.search-area .search-row:first-child {
	border: medium none;
	padding: 19px 0 29px;
}
.search-area .search-row {padding: 23px 0 19px;}
.result-table{
	width:100%;
	border-width:2px 0;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse: collapse;
	font-size:16px;
	line-height:18px;
}
.result-table caption{display:none;}
.result-table .col1{width:6.38%;}
.result-table .col2{width:52.3%;}
.result-table .col3{width:17.36%;}
.result-table .col4{width:23.95%;}
.result-table thead{
	background:#f3f3f3;
	border-bottom:2px solid #e7e7e7;
	color:#245896;
}
.result-table thead tr th{
	text-align:left;
	padding:2px 2px 5px 14px;
	font-weight:300;
}
.result-table thead tr:first-child th{
	padding:15px 24px 5px 12px;
	font-size:18px;
	line-height:24px;
}
.result-table thead .title{
	float:left;
	color:#245896;
	font-weight:300;
	max-width:45%;
}
.result-table thead span{
	float:right;
	color:#454545;
	max-width:45%;
	text-align:right;
}
.result-table td{
	padding:2px 2px 6px 14px;
	vertical-align:top;
}
.result-table tbody tr.odd-row td{
	border-top:2px solid #e7e7e7;
	padding:21px 2px 5px 14px;
}
.result-table tbody tr.odd-row:first-child td{border:none;}
.result-table .heading{
	font-size:24px;
	line-height:28px;
	font-weight:300;
}
.directory-block{
	font-size:16px;
	line-height:20px;
	padding-top:7px;
}
.directory-block h2{
	font-size:30px;
	line-height:32px;
	font-weight:300;
	color:#245896;
	margin:0 0 15px;
}
.directory-block p{margin:0 0 4px;}
.members-area .index{
	display:inline-block;
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
}
.members-area .index:after{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -153px -152px;
	width: 16px;
	height: 15px;
	left:0;
	top:50%;
	margin-top:-7px;
}
.members-area .heading{
	overflow:hidden;
	padding:7px 40px 6px 0;
	background:#f3f3f3;
}
.members-area .heading span{
	float:left;
	width:47%;
	padding:0 15px 0 0;
	color:#245896;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.members-area .heading span:first-child{
	width:53%;
	padding:0 15px 0 20px;
}
.members-list{
	list-style:none;
	margin:0;
	padding:0;
}
.members-list li{
	border-bottom:2px solid #e7e7e7;
	padding:11px 0 12px;
}
.members-list .opener{
	display:block;
	padding-right:40px;
	position:relative;
	overflow:hidden;
}
.members-list .opener:hover{text-decoration:none;}
.members-list .opener:after{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -48px 0;
	width: 22px;
	height: 22px;
	right:0;
	top:1px;
}
.members-list .active .opener:after{background-position:-75px 0;}
.members-list .opener:hover:after{background-position:-174px 0;}
.members-list .active .opener:hover:after{background-position:-174px -26px;}
.members-list .opener .left-area{
	float:left;
	width:53%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:15px;
}
.members-list .opener .name{
	display:inline-block;
	font-size:20px;
	font-weight:300;
	padding-left:20px;
	position:relative;
}
.members-list .opener .name.primary:after{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -153px -152px;
	width: 16px;
	height: 15px;
	left:0;
	top:50%;
	margin-top:-7px;
}
.members-list .opener .left-area em{
	display:block;
	color:#454545;
	padding-left:20px;
}
.members-list .opener .company{
	color:#454545;
	overflow:hidden;
	display:block;
	padding-top:2px;
}
.members-list .slide address{
	font-style:normal;
	padding:14px 40px 0 0;
	overflow:hidden;
}
.members-list address span{display:block;}
.members-list .slide .phone{
	float:left;
	width:53%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 10px 0 20px;
}
.members-list .slide .place{overflow:hidden;}
.meetings-block .top-info{
	font-weight:300;
	border-bottom:1px solid #dadada;
	padding-bottom:6px;
}
.meetings-block .top-info p{margin:0 0 16px;}
.meetings-block .top-info .notice{
	font-size:16px;
	line-height:18px;
	font-weight:normal;
}
.meetings-block .notice p{margin:0 0 8px;}
.meetings-list{
	list-style:none;
	margin:-2px 0 0;
	padding:0;
}
.meetings-list>li{
	padding:16px 0 21px;
	border-bottom:2px solid #e7e7e7;
}
.meetings-list .opener{
	font-size:24px;
	line-height:30px;
	font-weight:300;
	padding-right:40px;
	display:block;
	position:relative;
}
.meetings-list .opener:hover{text-decoration:none;}
.meetings-list .opener:after{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -48px 0;
	width: 22px;
	height: 22px;
	right:0;
	top:5px;
}
.meetings-list .active .opener:after{background-position:-75px 0;}
.meetings-list .opener:hover:after{background-position:-174px 0;}
.meetings-list .active .opener:hover:after{background-position:-174px -26px;}
.meetings-list .opener span{
	display:block;
	color:#454545;
}
.meetings-list .slide >a{
	display:inline-block;
	margin-top:16px;
	font-weight:300;
}
.topics-list{
	list-style:none;
	margin:0;
	padding:0;
}
.topics-list li{padding-top:24px;}
.topics-list li:first-child{padding-top:16px;}
.topics-list li strong,
.topics-list li span{display:block;}
.topics-list li a{font-weight:300;}
.calendar-block .top-info{;
	font-weight:300;
	padding-bottom:8px;
	border-bottom:1px solid #dadada;
}
.calendar-block .top-info p{margin:0 0 16px;}
.calendar-top{
	font-size:24px;
	line-height:24px;
	font-weight:300;
	text-align:center;
	padding:17px 18px  0;
	color:#245896;
}
.calendar-top .btn-prev,
.calendar-top .btn-next{
	width:13px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat -117px -113px;
}
.calendar-top .btn-next{background-position:-139px -113px;}
.calendar-top strong{
	min-width:188px;
	padding:0 5px;
	text-align:center;
	font-weight:300;
}
.calendar-top a,
.calendar-top strong{
	display:inline-block;
	vertical-align:middle;
}
.calendar-table{
	width:100%;
	border-collapse: collapse;
	font-size:18px;
	line-height:20px;
	color:#999;
	font-weight:300;
	margin-bottom:29px;
}
.calendar-table caption{display:none;}
.calendar-table th{
	font-weight:300;
	padding:8px 5px;
}
.calendar-table td{
	width:14.28%;
	padding:0;
	border:1px solid #c7c7c7;
}
.calendar-table td.event{border-color:#156db0;}
.calendar-table td a,
.calendar-table td span{
	display:block;
	padding:2px 6px;
	height:45px;
}
.calendar-table td a{
	color:#fff;
	background:#245896;
}
.calendar-table td a:hover{
	text-decoration:none;
}
.events-list{
	list-style:none;
	margin:0;
	padding:0;
	font-size:18px;
	line-height:24px;
}
.events-list li{margin-bottom:22px;}
.events-list li time{
	font-size:24px;
	font-weight:300;
}
.events-list li span{display:block;}
.members-section .top-info{
	padding:8px 0 41px;
	border:none;
}
.members-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:24px;
	line-height:28px;
	font-weight:300;
}
.members-nav li{
	display:inline-block;
	vertical-align:top;
	width:32.2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 15px;
	text-align:center;
	margin-bottom:53px;
}
.members-nav li a{
	display:inline-block;
	position:relative;
	padding-top:77px;
}
.members-nav li a:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat  -9999px 0;
	width: 70px;
	height:70px;
	left:50%;
	top:0;
	margin-left:-35px;
}
.members-nav li .meetings:before{background-position:0 -193px;}
.members-nav li .member:before{background-position:-78px -193px;}
.members-nav li .event:before{
	background-position:-155px -193px;
	width:65px;
	margin-left:-32px;
}
.members-nav li .blog:before{background-position:0 -270px;}
.members-nav li .policy:before{
	background-position:-78px -270px;
	width:61px;
	margin-left:-30px;
}
.members-nav li a:hover{
	text-decoration:none;
	color:#454545;
}
.members-nav li .meetings:hover:before{background-position:0 -347px;}
.members-nav li .member:hover:before{background-position:-78px -347px;}
.members-nav li .event:hover:before{background-position:-155px -347px;}
.members-nav li .blog:hover:before{background-position:0 -424px;}
.members-nav li .policy:hover:before{background-position:-78px -424px;}
.main-info {
	padding:24px 15px 30px 0;
	overflow:hidden;
	border-bottom:1px solid #dadada;
}
.main-info .text-holder{
	float:left;
	width:46%;
}
.main-info .img-holder{
	float:right;
	width:33%;
	margin-top:4px;
}
.main-info .img-holder img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.info-list dt{
	float:left;
	margin-right:3px;
}
.info-list > dt {font-weight: bold;}
.info-list > dd{margin:0 0 14px;}
.info-list{
	margin:0;
	font-size:18px;
	line-height:22px;
}
.info-list.add{padding-bottom:30px;}
.info-list dl{
	display:block;
	clear:both;
	margin:0;
}
.info-list span{
	display:block;
	clear:both;
}
.info-list dl dd{margin:0;}
.details-block .heading{
	overflow:hidden;
	padding:10px 15px 21px 0;
	border-bottom:1px solid #dadada;
}
.details-block h2{
	float:left;
	max-width:64%;
	font-size:30px;
	line-height:36px;
	margin:0;
	font-weight:300;
	color:#245896;
}
.details-block .heading a{
	float:right;
	max-width:34%;
	font-size:18px;
	line-height:28px;
	font-weight:300;
	position:relative;
	padding-left:25px;
	margin:10px 0 0
}
.details-block .heading a:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -117px -113px;
	width: 13px;
	height: 26px;
	left:0;
	top:50%;
	margin-top:-11px;
}
.add-info {
	padding:30px 0 18px;
	border-bottom:1px solid #dadada;
}
.add-info h3{
	font-size:24px;
	line-height:28px;
	font-weight:300;
	margin:0 0 13px;
	color:#245896;
}
.add-info .two-columns{overflow:hidden;}
.add-info .col{
	float:left;
	width:46%;
	padding-right:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.add-info .col:first-child{width:54%;}
.add-info a{color:#454545;}
.details-block .note{
	font-size:12px;
	line-height:14px;
	color:#b1b1b1;
	padding:4px 0;
}
.details-block .note p{margin:0;}
.data-block{padding:11px 0 0;}
.data-block .block-title{
	font-size:18px;
	line-height:24px;
	position:relative;
	padding-left:60px;
	margin-bottom:23px;
}
.data-block .block-title:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat 0 -26px;
	width: 48px;
	height: 48px;
	left:0;
	top:2px;
}
.data-block h2{
	font-size:30px;
	line-height:32px;
	font-weight:300;
	color:#245896;
	margin:0 0 5px;
}
.data-block .block-title strong{font-weight:normal;}
.data-block p{margin:0 0 14px;}
.data-block .data-search{margin-bottom:38px;}
.search-results .col1{width:7.0329%;}
.search-results  .col2{width:11%;}
.search-results  .col3{width:15.8%;}
.search-results  .col4{width:37.6%;}
.search-results  .col5{width:12.4%;}
.search-results  .col6{width:16.464%;}
.search-results {
	width:100%;
	border-width:2px 0;
	border-style:solid;
	border-color:#e7e7e7;
	border-collapse: collapse;
	font-size:16px;
	line-height:18px;
}
.search-results caption{display:none;}
.search-results  thead{
	background:#f3f3f3;
	border-bottom:2px solid #e7e7e7;
	color:#245896;
}
.search-results thead tr th{
	text-align:left;
	padding:2px 2px 5px 14px;
	font-weight:300;
}
.search-results  thead tr:first-child th{
	padding:15px 24px 5px 12px;
	font-size:18px;
	line-height:24px;
}
.search-results  thead .title{
	float:left;
	color:#245896;
	font-weight:300;
	max-width:45%;
}
.search-results  thead span{
	float:right;
	color:#454545;
	max-width:45%;
	text-align:right;
}
.search-results  td{
	padding:2px 2px 4px 14px;
	vertical-align:top;
}
.search-results  tbody tr.odd-row td{
	border-top:2px solid #e7e7e7;
	padding:21px 2px 5px 14px;
}
.search-results  tbody tr.odd-row:first-child td{border:none;}
.search-results  .heading{
	font-size:24px;
	line-height:28px;
	font-weight:300;
}
.search-results thead .btn-download{
	display:inline-block;
	font-size:16px;
	padding-right:25px;
	position:relative;
	text-decoration:underline;
	margin-left:13px;
}
.search-results  thead .btn-download:hover{text-decoration:none;}
.search-results  thead .btn-download:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -201px 0;
	width: 19px;
	height: 20px;
	right:0;
	top:50%;
	margin-top:-12px;
}
.aside{
	float:right;
	width:33%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:6px 14px 15px;
	background:#eee;
}
.aside .widget{
	border-top:2px solid #d8d8d8;
	padding:10px 0 15px;
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.aside .widget:first-child{border:none;}
.aside .widget .title{
	display:block;
	font-size:18px;
	line-height:22px;
	font-weight:300;
	color: #36842a;
	text-align:center;
	margin-bottom:12px;
}
.widget .img-holder img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.aside .widget p{margin: 0 0 10px;}
.aside .widget a{color: #36842a;}
.aside .widget.stakeholder{padding:20px 0 4px;}
.aside .widget.stakeholder .title{margin:0;}
.stakeholder ul{
	list-style:none;
	margin:0;
	padding:13px 0 12px;
	text-align:center;
}
.stakeholder ul a{display:inline-block;}
.stakeholder ul li span{display:block;}
.stakeholder img{
	vertical-align:top;
	margin-bottom:9px;
}
.stakeholder  a{color:#454545;}
.aside .widget-data,
.aside .widget-library,
.aside .widget-resource{padding: 14px 0 19px;}
.aside .widget-data .title,
.aside .widget-library .title,
.aside .widget-resource .title{
	position:relative;
	padding-top:40px;
	margin-bottom:8px;
}
.widget-data .title:before,
.widget-library .title:before,
.widget-resource .title:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -9999px 0;
	width:33px;
	height:33px;
	left:50%;
	margin-left:-16px;
	top:0
}
.widget-data .title:before{background-position:-49px -152px;}
.widget-library .title:before{
	width:24px;
	height:32px;
	margin-left:-12px;
	background-position:-87px -153px;
}
.widget-resource .title:before{
	background-position:-116px -153px;
	width:32px;
	height:31px;
}
.widget-data .btn-widget,
.widget-library .btn-widget,
.widget-resource .btn-widget{
	display:inline-block;
	font-size:14px;
	line-height:18px;
	font-weight: 700;
	padding:8px 12px 6px;
	text-transform:uppercase;
	border:1px solid #ccc;
	color: #36842a;
	background: #ffffff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2U4ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(27%,#f9f9f9), color-stop(77%,#e8e7e7), color-stop(100%,#e3e2e2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 27%,#e8e7e7 77%,#e3e2e2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 27%,#e8e7e7 77%,#e3e2e2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 27%,#e8e7e7 77%,#e3e2e2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 27%,#e8e7e7 77%,#e3e2e2 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e2e2',GradientType=0 );
*/
}
.widget-data .btn-widget:hover,
.widget-library .btn-widget:hover,
.widget-resource .btn-widget:hover{
	color:#e9e9e9;
	text-decoration:none;
	background:#36842a;
}
.widget-library>a,
.widget-data>a,
.widget-resource>a{
	font-size:14px;
	font-weight:300;
	color: #36842a;
}
.widget .find-form{
	width:100%;
	margin-bottom:16px;
}
.find-form input[type=search], .find-form input[type=text], .find-form input[type=password]{
	float:left;
	width:100%;
	padding:15px 10px 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:14px;
	line-height:14px;
	margin:0 0 9px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:0;
	color:#999;
}
.find-form input[type=submit]{
	display:inline-block;
	width:90px;
	height:35px;
	margin:0 auto;
	font-size:14px;
	line-height:18px;
	font-weight: 700;
	padding: 8px 12px 6px;
	color:#36842a;
	text-transform:uppercase;
	border:1px solid #ccc;
	border-radius:0;
	background: #ffffff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2U4ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(27%,#f9f9f9), color-stop(77%,#e8e7e7), color-stop(100%,#e3e2e2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 27%,#e8e7e7 77%,#e3e2e2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 27%,#e8e7e7 77%,#e3e2e2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 27%,#e8e7e7 77%,#e3e2e2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 27%,#e8e7e7 77%,#e3e2e2 100%);
}
.find-form input[type=submit]:hover{
	color:#e9e9e9;
	text-decoration:none;
	background:#36842a;
}
.aside .news-archive{padding:10px 0 18px;}
.aside .news-archive .title{margin-bottom:7px;}
.news-archive ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:18px;
	line-height:24px;
	font-weight:300;
}
.news-archive ul a{color:#454545;}
.news-archive ul a:hover{
	text-decoration:none;
	color:#245896;
}
.widget.social{padding:16px 0 18px;}
.aside .social .title{margin-bottom:0;}
.aside .social p{margin:0 0 26px;}
.social .linked-plugin{margin-bottom:24px;}
.social .fb-plugin img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.aside .widget-members{padding:18px 0 17px;}
.aside .widget-members .title{
	margin-bottom:1px;
	font-size:18px;
	line-height:22px;
}
.widget-members ul{
	list-style:none;
	margin:0;
	padding:0;
}
.widget-members ul li{
	font-size:14px;
	line-height:16px;
	padding-bottom:4px;
}
.widget-members li strong,
.widget-members li span{display:block;}
.widget.widget-msg{
	font-size:14px;
	line-height:20px;
	padding-top:16px;
}
.aside .widget.widget-msg .title{
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;
}
.aside .widget.widget-msg p{margin:0 0 20px;}
.widget-msg .img-holder{margin-bottom:10px;}
.widget-msg .img-holder img{
	width:100%;
	height:auto;
}
.widget-msg span{display:block;}
#sidebar{
	float:left;
	width:17.5%;
}
.side-nav{padding:14px 18px 0 0;}
.side-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:18px;
	line-height:20px;
	font-weight:200;
	font-family: 'Martel', serif;
}
.side-nav>ul>li{margin:0 0 18px;}
.side-nav a{color:#454545;}
.side-nav a:hover,
.side-nav .active>a{
	color:#245896;
	text-decoration:none;
}
.side-nav .sub-nav{
	font-size:14px;
	line-height:16px;
	margin:0;
	padding:0 0 0 16px;
}
.sub-nav li{margin:6px 0;}
/* footer styles */
#footer{
	position:relative;
	color:#fff;
	background: #005393 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTM5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzAwNWNhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwNzhkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzAwN2ZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwN2VkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iIzAwN2FkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwNWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#23551b), color-stop(12%,#296420), color-stop(36%,#2f7325), color-stop(47%,#358029), color-stop(56%,#36842a), color-stop(62%,#2f7325), color-stop(87%,#296420), color-stop(100%,#23551b));
	background: -webkit-linear-gradient(left,  #23551b 0%,#296420 12%,#2f7325 36%,#358029 47%,#36842a 56%,#2f7325 62%,#296420 87%,#23551b 100%);
	background: -o-linear-gradient(left,  #23551b 0%,#296420 12%,#2f7325 36%,#358029 47%,#36842a 56%,#2f7325 62%,#296420 87%,#23551b 100%);
	background: -ms-linear-gradient(left,  #23551b 0%,#296420 12%,#2f7325 36%,#358029 47%,#36842a 56%,#2f7325 62%,#296420 87%,#23551b 100%);
	background: linear-gradient(to right,  #23551b 0%,#296420 12%,#2f7325 36%,#358029 47%,#36842a 56%,#2f7325 62%,#296420 87%,#23551b 100%);
}
#footer:before{
	position:absolute;
	content:'';
	background:rgba(0,0,0, 0.15);
	height:8px;
	left:0;
	right:0;
	top:0;
}
#footer>.holder{
	max-width:1140px;
	padding:30px 30px 23px;
	overflow:hidden;
	margin:0 auto;
}
#footer .col{
	float:right;
	width:35%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:4px 25px;
	border-right:1px solid #fff;
	border-right:1px solid rgba(255,255,255,0.2);
}
#footer .col:first-child{border:none;}
/* styles for site map */
#footer .col.social-block{
	padding:4px 10px 0 0;
	width:17.5%;
}
.logo-gtc{
	display:block;
	margin-bottom:20px;
	background:url(../images/logo-gtc.png) no-repeat;
	width:170px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo-gtc a{
	display:block;
	height:100%;
}
#footer address{
	font-size:14px;
	line-height:18px;
	font-style:normal;
	margin-bottom:23px;
	color: #fff;
}
#footer address a{
	color: #fff;
}
#footer address .place{margin-bottom:18px;}
#footer address span{display:block;}
#footer address dl{
	margin:0 0 18px;
}
address dt{
	float:left;
	margin-right:4px;
}
address dd{margin:0;}
address>a{
	color:#fff;
	text-decoration:underline;
}
/* styles for social networking */
.social-networks{
	list-style:none;
	margin:0 0 20px;
	padding:0;
	overflow:hidden;
}
.social-networks li{
	float:left;
	margin:0 9px 5px 0;
}
.social-networks a{
	display:block;
	width: 34px;
	height: 34px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat;
}
.social-networks .facebook{background-position:0 -113px;}
.social-networks .vimeo{background-position:-39px -113px;}
.social-networks .linkedin{background-position:-78px -113px;}
.social-networks .instagram{background-position:-216px -77px;}
.social-networks .facebook:hover{background-position:-158px -113px;}
.social-networks .vimeo:hover{background-position:-197px -113px;}
.social-networks .linkedin:hover{background-position:-176px -152px;}
.social-networks .instagram:hover{background-position:-216px -152px;}
.copyright{
	font-size:12px;
	line-height:14px;
	color:#a9c3a7;
}
.copyright span{display:block;}
.copyright a{
	color:#a9c3a7;
	text-decoration:underline;
}
.copyright a:hover{text-decoration:none;}
#footer .col.footer-nav{
	width:47.5%;
	padding:0 29px;
}
.footer-nav .nav-col{
	float:left;
	width:56.3%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-right:10px;
	text-shadow: 0 2px rgba(0,0,0,.4);
	font-size:16px;
	line-height:20px;
}
.footer-nav .nav-col:first-child{width:43.7%;}
.nav-col .title{
	font-size:24px;
	line-height:29px;
	font-weight:300;
}
.nav-col .title a{color:#fff;}
.nav-col .title a:hover{text-decoration:none;}
.footer-nav nav{margin-bottom:11px;}
.nav-col ul{
	list-style:none;
	margin:0;
	padding:0;
}
.nav-col ul a{color:#a9c3a7;}
.nav-col ul a:hover{
	text-decoration:none;
	color:#fff;
}
#footer .col.newsletter{
	width:35%;
	padding:4px 25px;
}
.update-area{
	display:block;
	color:#fff;
	border:1px solid #fff;
	border:1px solid rgba(255,255,255,0.3);
	padding:7px 14px 9px;
	margin-bottom:21px;
	background:rgba(255,255,255,0.1);
	font-size:16px;
	line-height:20px;
	text-shadow: 0 2px rgba(0,0,0,.4);
}
.update-area:hover{
	background:rgba(255,255,255,0.3);
	text-decoration:none;
}
.update-area .title{
	display:block;
	position:relative;
	padding:5px 0 6px 54px;
	font-size:30px;
	line-height:30px;
	font-weight:300;
}
.update-area .title:before{
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat -167px -79px;
	width: 42px;
	height: 26px;
	left:0;
	top:3px;
}
.newsletter-block{
	padding:0 5px 8px 14px;
	text-shadow: 0 2px rgba(0,0,0,.4);
	font-size:16px;
	line-height:20px;
}
.newsletter-block .title{
	display:block;
	font-size:30px;
	line-height:30px;
	font-weight:300;
	margin-bottom:5px;
}
.newsletter-block p{margin:0;}
.newsletter-block a{
	color:#fff;
	text-decoration:underline;
}
.login-area{padding:8px 0 0;}
.login-area .heading{
	display:block;
	margin-bottom:7px;
	font-size:24px;
	line-height:30px;
	font-weight:300;
}
.login-area a{
	color:#fff;
	font-size:12px;
	line-height:14px;
	text-decoration:underline;
	text-shadow:none;
}
.login-form{margin-bottom:-7px;}
.login-form ::-webkit-input-placeholder {color: #999;}
.login-form :-moz-placeholder {color: #999;}
.login-form ::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.login-form :-ms-input-placeholder {color: #999;}
.login-form .input-wrap{
	float:left;
	width:76.5%;
}
.login-form input[type=text], .login-form input[type=password]{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px 8px 2px;
	font-size:14px;
	line-height:16px;
	margin:0 0 11px;
	background:#fff;
	border:none;
	border-radius:0;
	color:#999;
}
.login-form input[type=submit]{
	float:right;
	padding:0;
	font-size:24px;
	line-height:30px;
	margin:50px 2px 0 5px;
	font-weight:300;
	color:#fff;
	text-shadow: 0 2px rgba(0,0,0,.4);
	border:none;
	background:none;
}
/* ---------------------------------------------------------
   3. Custom form styles
   ---------------------------------------------------------*/
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom checkbox styles */
.chk-area {
	float:left;
	background:url(../images/sprite.png) no-repeat -70px -79px;
	width: 29px;
	height: 29px;
	margin: 0 10px 0 0;
}
.chk-checked {background-position:-35px -79px;}
.chk-disabled {background: #eee;}
.jcf-label-disabled {color: #ccc;}
.select-area {
	border: 1px solid #ccc;
	background:#fff;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 27px;
	float: left;
	width:100% !important;
}
.select-area .center {
	display:block;
	white-space: nowrap;
	padding:0 40px 0 10px;
	height:27px;
}
.select-disabled {background: #eee;}
.select-area .select-opener {
	background:url(../images/sprite.png) no-repeat 0 -79px;
	width: 29px;
	height: 27px;
	position: absolute;
	right: 1px;
	top:0;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #777;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding:3px 10px;
	display: block;
	cursor: default;
	color: #454545;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #ccc;
	color: #fff;
}
.select-multiple-area {
	clear: both;
	background:#fff;
	width:100% !important;
}
.select-multiple-wrapper{border:1px solid #ccc;}
.select-multiple-area .multiple-list{
	border: none;
	position: static;
	padding:5px 0 0;
	overflow:hidden;
	height:115px !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100% !important;
}
.select-multiple-area .multiple-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-multiple-area .multiple-list li {margin: 0;}
.select-multiple-area .multiple-list a {
	display: block;
	padding:0 11px;
	cursor: default;
	color: #454545;
	font-size:18px;
	line-height:22px;
	text-decoration:none;
}
.select-multiple-area .multiple-list a.hover {
	text-decoration: none;
	background: #e5f2fc;
}
.select-multiple-area .multiple-list .item-selected a {background: #e5f2fc;}
/* custom scrollbars styles */
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	height: 128px !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.select-multiple-scroll .scrollable-area-wrapper{padding-right:28px;}
.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	height: auto !important;
	width: 22px;
	padding:0 3px;
	border-left:1px solid #ccc;
	background:#fff;
}
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .vscroll-down{
	background:url(../images/sprite.png) no-repeat -102px -1px;
	width: 18px;
	height: 9px;
	position:absolute;
	bottom:27px;
	left:4px;
	cursor:pointer;
}
.scrollable-area-wrapper .vscroll-down{
	background-position:-125px -1px;
	bottom:6px;
}
.scrollable-area-wrapper .vscroll-line {
	width:22px;
	position:absolute;
	top:3px;
	height:82px !important ;
}
.scrollable-area-wrapper .vscroll-slider {
	background:url(../images/sprite.png) no-repeat -147px -26px;
	width: 22px;
	height:44px !important;
}
/* ---------------------------------------------------------
   4. Styles for Responsive web design
   ---------------------------------------------------------*/
   /* styles for screens 1023px wide and narrower */
@media only screen and (max-width:1023px){
	.header-panel .holder{padding:8px 20px 0;}
	.search-panel{padding-left:22px;}
	.search-panel .title,
	#nav{
		font-size:12px;
		line-height:14px;
	}
	#nav ul{
		font-size:12px;
		line-height:14px;
	}
	#nav > li{
		margin-right:18px;
		padding:0 0 16px;
	}
	.header-bottom{padding:25px 20px 17px;}
	.logo{
		width:163px;
		height:69px;
		margin-top: -10px;
		background-size:100% 100%;
		margin-right:51px;
	}	
	.add-nav{
		font-size:19px;
		line-height:19px;
		margin:0;
	}
	.add-nav ul{
		font-size:14px;
		line-height:16px;
	}
	.add-nav li{
		width:159px;
		margin-right:11px;
	}
	.add-nav li a{padding:18px 36px 18px 9px}
	.add-nav  li  a:after{
		background-position:0 -500px;
		width: 21px;
		height: 11px;
		margin-top:-5px;
		right:7px;
	}
	.add-nav > li:hover > a:after{background-position:-27px -500px;}
	.gallery{padding:8px 20px 15px}
	.slideshow{margin-bottom:23px;}
	.slideshow .text-holder{
		padding:21px 18px 40px;
		font-size:12px;
		line-height:15px;
	}
	.slideshow .text-holder p{
	margin:0 0 8px;
	font-size:12px;
	line-height:15px
	}
	.slideshow .text-holder h1{
		font-size:20px;
		line-height:20px;
		font-weight:300;
	}
	.slideshow .text-holder .title{
		font-size:20px;
		line-height:20px;
		margin-bottom:11px;
	}
	.slideshow .img-holder .more{
		bottom:17px;
		font-size:10px;
		line-height:12px;
	}
	.pagination{
		right:18px;
		bottom:18px;
	}
	.pagination ul li{margin-left:5px;}
	.pagination a{
		width:9px;
		height:9px;
		border-radius:9px;
	}
	.gallery .description-block{
		font-size:16px;
		line-height:20px;
		padding:0 14px 14px;
	}
	.updates-block{padding:0 20px 12px;}
	.updates-block:before{bottom:10px;}
	.updates-block h1{
		font-size:25px;
		line-height:28px;
		margin:0 0 13px;
	}
	.updates-block ul{
		font-size:12px;
		line-height:14px;
		margin:0 0 -6px;
	}
	.updates-block ul li{padding:0 0 6px;}
	.updates-block .title{
		font-size:15px;
		line-height:15px;
	}
	.updates-block .col{padding:0 20px 0 18px;}
	.updates-block .col .view{
		font-size:10px;
		line-height:12px;
	}
	.database-block{border-width:6px;}
	.data-list{padding:0 20px;}
	.data-list > li{padding:17px 0 18px;}
	.data-list > li.active{padding:17px 0 23px;}
	.data-list .opener{
		font-size:12px;
		line-height:14px;
		padding:0 8px 0 54px;
	}
	.data-list .database .opener:before{
		width:36px;
		height:36px;
		background-position:0 -522px;
	}
	.data-list .library .opener:before{
		background-position:-42px -522px;
		width: 27px;
		height: 37px;
	}
	.data-list .resources .opener:before{
		background-position:-74px -522px;
		width: 37px;
		height: 37px;
	}
	.data-list .opener .title{
		font-size:25px;
		line-height:28px;
		margin-bottom:8px;
	}
	.data-list .opener .btn-more{
		font-size:12px;
		line-height:15px;
		padding-right:23px;
		margin:11px 0 0 20px;
	}
	.data-list .opener .btn-more:before{
		background-position:-53px -500px;
		width: 17px;
		height: 17px;
	}
	.data-list .opener:hover .btn-more:before{background-position:-96px -500px;}
	.data-list .active .opener .btn-more:before{background-position:-75px -500px;}
	.data-list .active .opener:hover .btn-more:before{background-position:-117px -500px;}
	.data-list .slide{
		font-size:12px;
		line-height:14px;
		padding:14px 0 0 54px;
	}
	.data-list .slide p{margin:0 0 12px;}
	.data-search .row{margin:0 -8px 6px 0;}
	.data-search .col{padding-right:22px;}
	.data-search label,
	.data-search .label{
		font-size:12px;
		line-height:14px;
	}
	.data-search input[type=text]{
		font-size:12px;
		line-height:14px;
		padding:2px 10px;
	}
	.data-search .checkbox-list li{padding:0 30px 10px 0;}
	.data-search .btn-wrap{padding:0;}
	.data-search input[type=submit]{
		font-size:20px;
		line-height:20px;
		width:93px;
		height:45px;
	}
	.data-search .btn-wrap a{margin:17px 0 0 9px;}
	.data-list .library .slide{padding:14px 0 0 54px;}
	.search-row .title,
	.search-row .simple-search .title{
		font-size:16px;
		line-height:20px;
	}
	.simple-search input[type=search], .simple-search input[type=text]{
		font-size:12px;
		line-height:14px;
		padding:4px 10px;
	}
	.simple-search input[type=submit]{
		font-size:20px;
		line-height:20px;
		width:93px;
		height:45px;
		margin:12px 0 0;
	}
	.select-multiple-area .multiple-list a{
		font-size:13px;
		line-height:16px;
	}
	.advanced-search input[type=submit]{
		font-size:20px;
		line-height:20px;
		width:93px;
		height:45px;
	}
	#main.add{padding:0 20px;}
	.page-title{
		padding-bottom:4px;
		border-width:8px;
	}
	.page-title h1{
		font-size:38px;
		line-height:40px;
	}
	.main-holder{padding:15px 0 20px;}
	#twocolumns{padding-left:18px;}
	#content{padding-top:3px;}
	.info-block{
		font-size:16px;
		line-height:18px;
		padding-bottom:17px;
	}
	.info-block h2,
	.leadership-block h2,
	.committee-block h2,
	.membership-block h2{
		font-size:20px;
		line-height:22px;
	}
	.info-block p{margin:0 0 18px;}
	.info-block .note{
		font-size:12px;
		line-height:15px;
	}
	.leadership-block{padding:10px 0 13px;}
	.leadership-block h2{margin:0 0 8px;}
	.board-list li{margin-bottom:5px;}
	.board-list .img-wrap{width:62px;}
	.board-list .text-holder .post{
		font-size:13px;
		line-height:16px;
		margin-bottom:0;
	}
	.board-list .text-holder .name{
		font-size:12px;
		line-height:16px;
	}
	.board-list .text-holder{
		font-size:9px;
		line-height:11px;
	}
	.committee-block{padding:13px 0 16px;}
	.committee-block h2{margin:0 0 1px;}
	.committee-block ul{
		font-size:9px;
		line-height:15px;
	}
	.committee-block li strong{
		font-size:12px;
	}
	.membership-block{
		font-size:12px;
		line-height:16px;
		padding:11px 0 0;
	}
	.membership-block h2{margin:0 0 1px;}
	.membership-block h3{
		font-size:16px;
		line-height:18px;
	}
	.membership-block .btn-purchase{
		font-size:16px;
		line-height:18px;
	}
	.membership-block .row{padding:12px 0;}
	.membership-block p{margin:0 0 4px;}
	.membership-block .btn-purchase{
		margin-top:12px;
		padding:6px 9px 7px 10px
	}
	.membership-block .policy-info{
		font-size:10px;
		line-height:12px;
		padding:13px 0 0;
	}
	.policy-info .title{
		font-size:12px;
		line-height:14px;
	}
	.membership-block .policy-info p{margin:0 0 12px;}
	.schedule-block{padding:14px 0 20px;}
	.schedule-block h3{
		font-size:16px;
		line-height:18px;
		margin:0;
	}
	.schedule-list .time{
		font-size:14px;
		line-height:16px;
	}
	.schedule-info{
		font-size:12px;
		line-height:14px;
	}
	.schedule-list{margin:-2px 0 0;}
	.presentation-list{
		font-size:12px;
		line-height:16px;
		padding:18px 0 0 24px;
	}
	.presentation-list > li{margin: 0 0 15px;}
	.presentation-list .view{
		font-size:10px;
		line-height:16px;
		padding:0;
	}
	.presentation-list .view:before{background:none;}
	.info-area{
		font-size:12px;
		line-height:16px;
		padding:14px 0 22px;
	}
	.info-area .fig-block{padding:15px 0 10px;}
	.info-area .fig-block figcaption{
		font-size:10px;
		line-height:12px;
	}
	.info-area ul{padding:0 0 0 10px;}
	.info-area ul li{padding:0 0 0 12px;}
	.info-area ul li:before{
		width:5px;
		height:5px;
		border-radius:5px;
		margin-top:-2px;
	}
	.top-info{
		font-size:14px;
		line-height:16px;
	}
	.top-info h2{
		font-size:20px;
		line-height:22px;
	}
	.email-block .top-info{
		font-size:14px;
		line-height:16px
	}
	.register-form label{
		font-size:12px;
		line-height:14px;
	}
	.register-form input[type=tel], .register-form input[type=text], .register-form input[type=email]{
		font-size:12px;
		line-height:14px;
		padding:2px 10px;
	}
	.register-form input[type=submit]{
		font-size:20px;
		line-height:20px;
		width:93px;
		height:45px;
	}
	.news-block .top-info{padding-bottom:14px;}
	.news-block .top-info p{
		margin:0 0 8px;
	}
	.news-block .notice{
		font-size:12px;
		line-height:14px;
	}
	.news-list{
		font-size:12px;
		line-height:14px;
	}
	.news-list li{margin:0 0 16px;}
	.news-list li time{font-size:16px;}
	.news-block .paging li{
		width:24px;
		font-size:16px;
	}
	.paging .prev a,
	.paging .next a{
		background-position:-166px -547px;
		width: 9px;
		height: 19px;
		margin-top:3px;
	}
	.paging .next a{background-position:-181px -547px;}
	.search-area .search-row{
		font-size:12px;
		line-height:14px;
	}
	.directory-block h2{
		font-size:20px;
		line-height:22px;
	}
	.directory-block{
		font-size:12px;
		line-height:14px;
	}
	.members-list .opener .name{
		font-size:14px;
		line-height:16px;
	}
	.members-list .opener .name.primary:after{
		background-position:-147px -500px;
		width: 11px;
		height: 11px;
		margin-top:-5px;
	}
	.members-area .index:after{
		background-position:-147px -500px;
		width: 11px;
		height: 11px;
		margin-top:-5px;
	}
	.members-list .opener:after{
		background-position:-53px -500px;
		width: 17px;
		height: 17px;
	}
	.members-list .opener:hover:after{background-position:-96px -500px;}
	.members-list .active .opener:after{background-position:-75px -500px;}
	.members-list .active .opener:hover:after{background-position:-117px -500px;}
	.meetings-block .top-info{
		font-size:14px;
		line-height:16px;
	}
	.meetings-block .top-info .notice{
		font-size:12px;
		line-height:14px;
	}
	.meetings-list{
		font-size:14px;
		line-height:16px;
	}
	.meetings-list .opener{
		font-size:14px;
		line-height:16px;
	}
	.meetings-list .opener time{
		font-size:16px;
		line-height:18px;
	}
	.meetings-list .opener:after{
		background-position:-53px -500px;
		width: 17px;
		height: 17px;
	}
	.meetings-list .opener:hover:after{background-position:-96px -500px;}
	.meetings-list .active .opener:after{background-position:-75px -500px;}
	.meetings-list .active .opener:hover:after{background-position:-117px -500px;}
	.meetings-list .slide > a{margin-top:8px;}
	.topics-list li,
	.topics-list li:first-child{padding-top:10px;}
	.calendar-top{
		font-size:16px;
		line-height:20px;
	}
	.calendar-top strong{min-width:150px;}
	.calendar-top .btn-prev,
	.calendar-top .btn-next{
		background-position:-166px -547px;
		width: 9px;
		height: 19px;
	}
	.calendar-top .btn-next{background-position:-181px -547px;}
	.calendar-table{
		font-size:14px;
		line-height:16px;
	}
	.events-list{
		font-size:13px;
		line-height:16px;
	}
	.events-list li time{
		font-size:15px;
		line-height:18px;
	}
	.members-nav ul{
		font-size:15px;
		line-height:18px;
	}
	.members-nav li{margin-bottom:40px;}
	.members-nav li a{padding-top:48px;}
	.members-nav li a:before{
		width:35px;
		height:35px;
		margin-left:-17px;
	}
	.members-nav li .meetings:before{background-position:0 -576px;}
	.members-nav li .member:before{background-position:-41px -576px;}
	.members-nav li .event:before{
		background-position:-82px -576px;
		width: 33px;
		margin-left:-16px;
	}
	.members-nav li .blog:before{background-position:-121px -576px;}
	.members-nav li .policy:before{
		background-position:-162px -576px;
		width: 30px;
		margin-left:-15px;
	}
	.members-nav li .meetings:hover:before{background-position:0 -617px;}
	.members-nav li .member:hover:before{background-position:-41px -617px}
	.members-nav li .event:hover:before{background-position:-82px -617px;}
	.members-nav li .blog:hover:before{background-position:-121px -617px;}
	.members-nav li .policy:hover:before{background-position:-162px -617px;}
	.details-block h2{
		font-size:20px;
		line-height:20px;
	}
	.details-block .heading a{
		font-size:14px;
		line-height:16px;
		margin:0;
		padding-left:15px;
	}
	.details-block .heading a:before{
		background-position:-166px -547px;
		width: 9px;
		height: 19px;
		margin-top:-8px;
	}
	.main-info{
		padding:20px 10px 20px 0;
	}
	.main-info .img-holder{width:38%;}
	.info-list{
		font-size:14px;
		line-height:16px;
	}
	.add-info h3{
		font-size:18px;
		line-height:22px;
	}
	.details-block .note{font-size:11px;}
	.data-block{
		padding:4px 0 0;
		font-size:12px;
		line-height:15px;
	}
	.data-block .block-title{
		font-size:12px;
		line-height:15px;
		padding-left:40px;
		margin-bottom:14px;
	}
	.data-block .block-title:before{
		background-position:-197px -617px;
		width: 31px;
		height: 31px;
		left:2px;
		top:4px;
	}
	.data-block h2{
		font-size:20px;
		line-height:28px;
		margin:0
	}
	.data-block p{margin:0 0 6px;}
	.data-block .data-search{margin-bottom:24px;}
	.result-table{
		font-size:11px;
		line-height:12px;
	}
	.result-table td{padding:2px 0 2px 9px;}
	.result-table thead tr th{padding:2px 0 2px 8px;}
	.result-table thead tr:first-child th{
		font-size:12px;
		line-height:14px;
		padding:9px 12px 4px 9px;
	}
	.result-table .heading{
		font-size:16px;
		line-height:18px;
	}
	.result-table tbody tr.odd-row td{padding:13px 2px 2px 9px}
	.search-results{
		font-size:11px;
		line-height:12px;
	}
	.search-results td{padding:2px 0 2px 9px;}
	.search-results thead tr th{padding:2px 0 2px 8px;}
	.search-results thead tr:first-child th{
		font-size:12px;
		line-height:14px;
		padding:9px 12px 4px 9px;
	}
	.search-results .heading{
		font-size:16px;
		line-height:18px;
	}
	.search-results tbody tr.odd-row td{padding:13px 2px 2px 9px}
	.search-results thead .btn-download{
		font-size:10px;
		line-height:12px;
		padding-right:16px;
		margin-left:9px;
	}
	.search-results thead .btn-download:before{
		background-position:-163px -500px;
		width: 13px;
		height: 12px;
		margin-top:-8px;
	}
	.aside{padding:4px 9px 20px;}
	.aside .widget{
		font-size:9px;
		line-height:12px;
		padding:6px 0 10px;
	}
	.aside .widget .title{
		font-size:13px;
		line-height:16px;
		margin-bottom:6px;
	}
	.aside .widget p{margin:0 0 4px;}
	.aside .widget.stakeholder{padding:12px 0 4px;}
	.stakeholder ul{padding:11px 0 6px;}
	.stakeholder img{
		/*width:70px;
		height:44px;*/
		margin-bottom:4px;
	}
	.aside .widget-data,
	.aside .widget-library,
	.aside .widget-resource{padding:10px 0 14px;}
	.aside .widget-data .title,
	.aside .widget-library .title,
	.aside .widget-resource .title{
		padding-top:21px;
		margin-bottom:6px;
	}
	.widget-data .title:before{
		background-position:-200px -522px;
		width: 21px;
		height: 21px;
		margin-left:-11px;
	}
	.widget-library .title:before{
		background-position:-119px -547px;
		width: 15px;
		height: 21px;
		margin-left:-7px;
	}
	.widget-resource .title:before{
		background-position:-139px -548px;
		width: 21px;
		height: 21px;
		margin-left:-11px;
	}
	.widget-data .btn-widget,
	.widget-library .btn-widget,
	.widget-resource .btn-widget{
		font-size:9px;
		line-height:12px;
		padding:3px 8px;
	}
	.news-archive ul{
		font-size:12px;
		line-height:14px;
	}
	.widget-members ul li{
		font-size:12px;
		line-height:14px;
		padding-bottom:6px;
	}
	.find-form input[type=search], .find-form input[type=text]{
		font-size:11px;
		line-height:12px;
	}
	.find-form input[type=submit]{
		font-size:10px;
		line-height:12px;
		width:54px;
		height:20px;
	}
	.widget-library > a, .widget-data > a, .widget-resource > a{
		font-size:11px;
		line-height:14px;
	}
	.aside .widget.widget-msg .title{
		font-size:13px;
		line-height:16px;
		margin-bottom:8px;
	}
	.side-nav{padding:8px 12px 0 0;}
	.side-nav ul{
		font-size:13px;
		line-height:16px;
	}
	.side-nav > ul > li{margin:0 0 9px;}
	.side-nav .sub-nav{
		font-size:12px;
		line-height:16px;
	}
	#footer .col.footer-nav{display:none;}
	#footer > .holder{padding:29px 20px 24px;}
	#footer .col{
		border-width:2px;
		width:78.2%;
		padding:0 0 0 30px;
	}
	#footer .col.social-block{
		width:21.8%;
		padding:0 10px 0 0;
	}
	.update-area{
		float:right;
		width:38.5%;
		border-width:2px;
		font-size:13px;
		line-height:17px;
		padding:5px 5px 11px 12px;
	}
	.update-area .title{
		font-size:24px;
		line-height:26px;
		padding:0 0 4px 44px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.update-area .title:before{
		background-position:-199px -576px;
		width: 35px;
		height: 23px;
	}
	.newsletter-block{
		float:left;
		padding:6px 12px 0 0;
		width:54%;
		font-size:13px;
		line-height:17px;
	}
	.newsletter-block .title{
		font-size:24px;
		line-height:26px;
		margin-bottom:3px;
	}
	.login-area .heading{
		font-size:20px;
		line-height:22px;
	}
	.login-form .input-wrap{width:73.5%;}
	.login-form input[type=text], .login-form input[type=password]{
		font-size:12px;
		line-height:14px;
		padding:5px 6px;
	}
	.login-form input[type=submit]{
		margin:35px 16px 0 5px;
		font-size: 20px;
	}
	.logo-gtc{
		width:132px;
		height:56px;
		background-size:100% 100%;
		margin-bottom:9px;
	}
	#footer address{
		font-size:12px;
		line-height:15px;
		margin-bottom:18px;
	}
	#footer address .place,
	#footer address dl{margin:0;}
	#footer address .fax{display:none;}
	.social-networks{margin:0 0 13px;}
	.social-networks li{margin:0 7px 5px 0;}
	.social-networks a{
		width:30px;
		height:30px;
	}
	.social-networks .facebook{background-position:0 -657px;}
	.social-networks .vimeo{background-position:-34px -657px;}
	.social-networks .linkedin{background-position:-69px -657px;}
	.social-networks .instagram{background-position:0 -689px;}
	.social-networks .facebook:hover{background-position:-103px -657px;}
	.social-networks .vimeo:hover{background-position:-137px -657px;}
	.social-networks .linkedin:hover{background-position:-172px -657px;}
	.social-networks .instagram:hover{background-position:-34px -689px;}
	.copyright{
		font-size:10px;
		line-height:12px;
		padding-right:10px;
	}
	.copyright span{display:inline;}
	.copyright span:first-child{display:block;}
	.select-area{height:20px;}
	.select-area .center{
		height:20px;
		font-size:12px;
		line-height:16px;
		padding:0 30px 0 6px;
	}
	.select-area .select-opener{
		background-position:-118px -522px;
		width: 22px;
		height: 20px;
	}
	.select-options ul a{
		font-size:12px;
		line-height:16px;
		padding:3px 6px;
	}
	.chk-area{
		background-position:-145px -522px;
		width: 22px;
		height: 22px;
	}
	.chk-checked{background-position:-173px -522px;}
	.scrollable-area-wrapper{height:110px !important;}
	.select-multiple-area .multiple-list{height:101px !important;}
	.scrollable-area-wrapper .vscroll-line{height:68px !important;}
	.scrollable-area-wrapper .vscroll-up{bottom:24px;}
	.scrollable-area-wrapper .vscroll-down{bottom:6px;}
}
/* styles for screens 768px wide and wider */
@media only screen and (min-width:768px){
	body .slide.js-slide-hidden{position:static !important;}
	#header .drop-1{
		position: static !important;
		border-top: 1px solid #daedfb;
	}
}
/* styles for screens 767px wide and narrower */
@media only screen and (max-width:767px){
	.header-panel{display:none;}
	.header-bottom{
		background:#191919;
		padding:7px;
		position:relative;
	}
	.logo{
		background:url(../images/logo-small.png) no-repeat;
		margin-top: 1px;
		width:76px;
		height:28px;
	}
	.open-close{float:right;}
	.open-close .opener{
		display:block;
		background:url(../images/sprite-small.png) no-repeat 0 0;
		width: 28px;
		height: 28px;
		text-indent:-9999px;
		overflow:hidden;
	}
	.open-close .slide{
		position:absolute;
		left:0;
		right:0;
		top:100%;
		background:rgba(0,0,0,0.85);
	}
	.add-nav, .nav{
		overflow:hidden;
		width:100%;
		font-size:15px;
		line-height:18px;
		text-transform:uppercase;
	}
	.add-nav >li,
	.nav >li{
		width:100%;
		margin:0;
	}
	.add-nav> li >a,
	.nav >li >a{
		border:none;
		display:block;
		font-weight:bold;
		color:#fff;
		padding:5px 45px 5px 20px;
		position:relative;
	}
	.add-nav li a:after{background:none;}
	.add-nav> li >a:hover,
	.nav >li >a:hover,
	.add-nav> li >a.active,
	.nav >li >a.active{
		text-decoration:none;
		background:#245896;
		color:#fff;
	}
	#header .open,
	#header .open-1,
	#header .open-2{position: relative;}
	#header .open:after,
	#header .open-1:after,
	#header .open-2:after{
		position:absolute;
		content:'';
		background:url(../images/sprite-small.png) no-repeat 0 -155px;
		width: 14px;
		height: 8px;
		right:20px;
		top:14px;
	}
	.open-close .nav{
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	.add-nav ul,
	.nav ul{
		background:none;
		width:100%;
	}
	.nav ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	.add-nav ul li,
	.nav ul li{
		width:100%;
		border:none;
	}
	.add-nav ul li a,
	.nav ul li a{
		padding:5px 45px 5px 35px;
		font-weight:normal;
		text-transform:none;
		color:#fff;
		display:block;
	}
	.add-nav ul li a:hover,
	.nav ul li a:hover,
	.add-nav ul li a.active,
	.nav ul li a.active{
		text-decoration:none;
		background:#245896;
	}
	.add-nav>li>.drop-slide-wrapper,
	.nav>li>.drop-slide-wrapper{
		position:static !important;
		width:100% !important;
		height:auto !important;
	}
	.add-nav li.active>.drop-slide-wrapper,
	.nav li.active >.drop-slide-wrapper{display:block !important;}
	.add-nav li.active >.drop-slide-wrapper >ul,
	.nav li.active >.drop-slide-wrapper >ul{margin-top:0 !important;}
	#nav ul li .drop-slide-wrapper a ,
	.add-nav ul li .drop-slide-wrapper a ,
	.nav ul li .drop-slide-wrapper a {padding:5px 45px 9px;}
	.gallery{padding:0;}
	.slideshow{margin-bottom:12px;}
	.slideshow .img-holder{
		float:none;
		width:100%;
	}
	.slideshow .text-holder{
		font-size:10px;
		line-height:12px;
		text-align:center;
		padding:17px 20px 30px;
		min-height:106px;
	}
	.slideshow .text-holder .title{
		margin-bottom:10px;
		padding:0 10px;
	}
	.slideshow .btn-prev,
	.slideshow .btn-next{
		display:block;
		position:absolute;
		z-index:4;
		left:6px;
		background:url(../images/sprite-small.png) no-repeat -141px 0;
		width: 7px;
		height: 15px;
		text-indent:-9999px;
		overflow:hidden;
		bottom:130px;
	}
	.slideshow .btn-next{
		left:auto;
		right:6px;
		background-position:-153px 0;
	}
	.slideshow .pagination{display:none;}
	.slideshow .img-holder .more{
		left:20px;
		right:20px;
		font-size:12px;
		line-height:15px;
		max-width:100%;
		bottom:12px;
		text-align:center;
	}
	.gallery .description-block{
		font-size:12px;
		line-height:15px;
		padding:0 0 6px;
		margin:0 20px
	}
	.updates-block{padding:0 20px;}
	.updates-block .col,
	.updates-block .col:first-child{
		float:none;
		width:100%;
		padding:8px 0 10px;
		border-top:1px solid #e7e7e7;
	}
	.updates-block .col:first-child{
		border:none;
		float:none;
		width:100%;
		padding:7px 0 9px;
	}
	.updates-block:before{background:none;}
	.updates-block h1{
		font-size:20px;
		line-height:22px;
		margin:0 0 8px;
	}
	.updates-block ul{
		line-height:15px;
		margin:0 0 -13px;
	}
	.updates-block ul li{padding:0 0 5px;}
	.updates-block .col .view{font-size:9px;}
	.database-block{
		border-width:4px;
	}
	.data-list >li{padding:9px 0 19px;}
	.data-list > li.active{padding:9px 0 19px;}
	.data-list .opener{
		padding:26px 0 0;
		line-height:13px;
		text-align:center;
	}
	.data-list .opener:before{
		left:50%;
		top:0;
		margin-left:-12px;
		background:url(../images/sprite-small.png) no-repeat -9999px 0;
	}
	.data-list .database .opener:before{
		background-position:-38px -126px;
		width:25px;
		height:25px;
	}
	.data-list .library .opener:before{
		background-position:-66px -126px;
		width: 19px;
		height: 25px;
		margin-left:-10px;
	}
	.data-list .resource .opener:before{
		background-position:-89px -126px;
		width: 25px;
		height: 25px;
		margin-left:-12px;
	}
	.data-list .opener .left-area{width:100%;}
	.data-list .opener .title{
		font-size:20px;
		line-height:22px;
		margin-bottom:3px;
		margin-top: 3px;
	}
	.data-list .opener .btn-more{display:none;}
	.data-list .slide{
		line-height:13px;
		padding:13px 0 0;
		text-align:center;
	}
	.data-list .slide p{margin:0 0 15px;}
	.data-search{
		padding:0 12px 0 0;
		text-align: left;
	}
	.data-search label,
	.data-search .label{margin-bottom:4px;}
	.data-search .row{margin:0;}
	.data-search .col{
		float:none;
		overflow:hidden;
		width:100%;
		padding:0 0 8px;
	}
	.data-search input[type=text]{
		padding:6px 10px;
	}
	.data-search .btn-wrap{margin:5px 0 0;}
	.data-search input[type=submit]{
		font-size: 18px;
		line-height: 20px;
		height: 34px;
		width: 70px;
	}
	.data-search .btn-wrap a{margin:11px 0 0 9px;}
	.data-list .library .slide{
		line-height: 13px;
		padding: 13px 0 0;
	}
	.simple-search .col{
		float:none;
		overflow:hidden;
		margin:0;
	}
	.simple-search input[type=submit]{
		float:none;
		display:block;
		font-size: 18px;
		line-height: 20px;
		height: 34px;
		width: 70px;
	}
	.advanced-search {text-align: left;}
	.advanced-search .row{margin-bottom:0;}
	.advanced-search .select-col,
	.advanced-search .select-event,
	.advanced-search .select-company,
	.advanced-search .select-session,
	.advanced-search .select-author{
		float:none;
		width:100%;
		padding:0;
		margin-bottom:10px;
	}
	.advanced-search input[type=submit]{
		font-size: 18px;
		line-height: 20px;
		height: 34px;
		width: 70px;
	}
	.page-title{display:none;}
	#main.add{padding:0;}
	.main-holder{padding:15px 0 0;}
	#sidebar{display:none;}
	#twocolumns{
		float:none;
		width:100%;
		padding:0;
		border:none;
	}
	#content{
		float:none;
		width:100%;
		padding:0 20px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-wbkit-box-sizing:border-box;
	}
	#content.add{padding:0;}
	.info-block{
		font-size:15px;
		line-height:18px;
		padding-bottom:20px;
	}
	.leadership-block{padding:14px 0;}
	.board-list li{margin:0;}
	.board-list li .col,
	.board-list li .col:first-child{
		float:none;
		width:100%;
		overflow:hidden;
		padding-bottom:8px;
	}
	.board-list .img-wrap{
		width:50px;
		margin:1px 5px 0 0;
	}
	.board-list .text-holder{
		font-size:10px;
		line-height:12px;
	}
	.board-list .text-holder .post{
		font-size:15px;
		line-height:15px;
	}
	.board-list .text-holder .name{
		font-size:12px;
		line-height:15px;
	}
	.committee-block{padding:13px 0 20px;}
	.committee-block h2{margin:0 0 3px;}
	.committee-block ul{line-height:14px;}
	.events-block .top-info,
	.events-block .search-area{padding:4px 20px 10px;}
	.membership-block{
		padding:13px 0 0;
		line-height:15px;
	}
	.membership-block .row{padding:11px 0 14px;}
	.membership-block .btn-purchase{
		margin-top:11px;
		font-size:15px;
		padding:3px 12px 6px 11px;
	}
	.membership-block .policy-info{
		padding:24px 0 0;
	}
	.schedule-block{padding:16px 0 18px;}
	.schedule-block h3{font-size:15px;}
	.schedule-list{margin:0;}
	.schedule-info{
		font-size:12px;
		line-height:15px;
	}
	.presentation-list{
		font-size:12px;
		line-height:15px;
		padding:14px 0 0 24px;
	}
	.presentation-list li{margin:0 0 9px;}
	.presentation-list .view{
		font-size:9px;
		line-height:12px;
	}
	.info-area{
		line-height:15px;
		padding:19px 0 17px;
	}
	.info-area .fig-block {padding:17px 0;}
	.info-area .fig-block figcaption{
		font-size:9px;
		line-height:10px;
	}
	.info-area ul{
		margin:0;
		padding:0 0 0 13px;
	}
	.top-info{
		font-size:15px;
		line-height:18px;
	}
	.email-block{
		padding-bottom:30px;
	}
	.email-block .top-info{
		font-size:15px;
		line-height:18px;
	}
	.register-form .row{padding:0;}
	.register-form .row.add{padding:0 0 12px;}
	.register-form .col{
		float:none;
		padding:0 0 12px;
		width:100%;
	}
	.register-form .col:after{
		content:'';
		clear:both;
		display:block;
	}
	.register-form input[type=text], .register-form input[type=email], .register-form input[type=tel]{padding:4px 10px;}
	.register-form input[type=submit]{
		font-size: 18px;
		line-height: 20px;
		height: 34px;
		width: 70px;
	}
	.meetings-block{padding-bottom:30px;}
	.find-form input[type=submit]{
		font-size:12px;
		line-height:14px;
		width:82px;
		height:28px;
	}
	.details-block{padding:5px 20px 30px;}
	.details-block .heading {padding:0 0 8px;}
	.details-block h2{
		float:none;
		max-width:100%;
	}
	.details-block .heading a{display:none;}
	.main-info{padding:12px 0 10px;}
	.main-info .text-holder{
		float:none;
		width:100%;
	}
	.main-info .img-holder{display:none;}
	.info-list{
		font-size:12px;
		line-height:15px;
	}
	.info-list.add{padding:0;}
	.info-list > dd{margin:0 0 5px;}
	.add-info{padding:8px 0 12px;}
	.add-info .col,
	.add-info .col:first-child{
		float:none;
		width:100%;
		padding:0;
	}
	.add-info h3{
		font-size:15px;
		line-height:18px;
		margin:0 0 7px;
	}
	.details-block .note{
		font-size:9px;
		line-height:12px;
	}
	.search-results{
		text-align:left;
		font-size:9px;
		line-height:9px;
	}
	.search-results .col1{width:31.25%;}
	.search-results .col2{width:40.625%;}
	.search-results .col3{width:28.125%;}
	.search-results tr th:first-child,
	.search-results tr th.second-child,
	.search-results tr th.fifth-child,
	.search-results tr td:first-child,
	.search-results tr td.second-child,
	.search-results tr td.fifth-child{display:none;}
	.search-results thead tr:first-child th,
	.search-results tbody tr.odd-row td{
		display:table-cell;
		overflow:hidden;
		padding:5px 20px 2px;
		border-width:1px;
	}
	.search-results thead tr th,
	.search-results td{padding:2px 10px 3px 0;}
	.search-results th.left,
	.search-results td.left{padding:2px 10px 2px 20px;}
	.search-results th:last-child,
	.search-results td:last-child{padding:2px 20px 2px 0;}
	.search-results thead .btn-download{display:none;}
	.result-table tr th:first-child,
	.result-table tr td:first-child{display:none;}
	.result-table .col1{width:55.25%;}
	.result-table .col2{width:24.625%;}
	.result-table .col3{width:20.125%;}
	.result-table thead tr:first-child th,
	.result-table tbody tr.odd-row td{
		display:table-cell;
		overflow:hidden;
		padding:5px 20px 2px;
		border-width:1px;
	}
	.result-table thead tr th,
	.result-table td{padding:2px 10px 3px 0;}
	.result-table th.left,
	.result-table td.left{padding:2px 10px 2px 20px;}
	.result-table th:last-child,
	.result-table td:last-child{padding:2px 20px 2px 0;}
	.aside{
		float:none;
		width:100%;
		padding:4px 20px 0;
	}
	.aside .widget{
		padding:14px 0;
		border-width:2px;
		font-size:12px;
		line-height:15px;
	}
	.aside .widget p{margin:0 0 14px;}
	.aside .widget .title{
		font-size:20px;
		line-height:20px;
		margin-bottom:15px;
	}
	.aside .widget.stakeholder{padding:12px 0;}
	.aside .widget.stakeholder .title{margin:0 0 3px;}
	.stakeholder ul{padding:9px 0 10px;}
	.stakeholder img{margin-bottom:9px;}
	.aside .widget-data,
	.aside .widget-library,
	.aside .widget-resource{padding:14px 0 18px;}
	.aside .widget-data .title,
	.aside .widget-library .title,
	.aside .widget-resource .title{
		padding-top:41px;
		margin-bottom:12px;
	}
	.widget-data .btn-widget,
	.widget-library .btn-widget,
	.widget-resource .btn-widget{
		font-size:12px;
		line-height:14px;
		padding:7px 17px;
	}
	.widget-data .title:before,
	.widget-library .title:before,
	.widget-resource .title:before{
		background: url(../images/sprite-small.png) no-repeat -9999px 0;
		width: 34px;
		height: 34px;
		margin-left:-17px;
		top:0;
	}
	.widget-data .title:before{background-position:-141px -32px;}
	.widget-library .title:before{
		background-position:-141px -72px;
		width: 25px;
		height: 33px;
		margin-left:-13px;
	}
	.widget-resource .title:before{
		background-position:-141px -111px;
		width: 33px;
		height: 33px;
	}
	.news-archive ul{
		font-size:14px;
		line-height:16px;
	}
	.widget.social{padding:14px 0 20px;}
	.social .fb-plugin img{
		width:auto;
		max-width:100%;
	}
	.widget-library > a,
	.widget-data > a,
	.widget-resource > a{
		font-size:13px;
		line-height:16px;
	}
	.aside .widget.widget-msg .title{
		font-size:15px;
		line-height:18px;
	}
	.members-nav li{
		width:48%;
		margin-bottom:24px;
	}
	.calendar-table td a,
	.calendar-table td span{height:40px;}
	.data-block{
		padding:0 0 30px;
		font-size:12px;
		line-height:13px;
		text-align:center;
	}
	.data-block .top-block{padding:0 20px;}
	.data-block .block-title{
		padding:19px 0 0;
		text-align:center;
		margin-bottom:11px;
	}
	.data-block .block-title:before{
		left:50%;
		top:0;
		margin-left:-12px;
		width:25px;
		height:25px;
		background:url(../images/sprite-small.png) no-repeat -38px -126px;
	}
	.data-block p{margin:0 0 15px;}
	.data-block .data-search{
		text-align:left;
		padding:0 20px;
		margin-bottom:17px;
	}
	#footer > .holder{
		padding:18px 20px 20px;
	}
	#footer .col,
	#footer .col:first-child{
		float:none;
		width:100%;
		padding:0;
		overflow:hidden;	
	}
	#footer .col{
		border-width:1px 0 0;
		border-style:solid;
		border-color:rgba(255,255,255,0.2);
	}
	#footer .col:first-child{border:none;}
	.update-area{
		font-size:13px;
		line-height:13px;
		text-align:center;
		float:none;
		width:100%;
		margin-bottom:15px;
		padding:11px 8px 13px;
		border-width:1px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.update-area .title{
		font-size:20px;
		line-height:22px;
		padding:26px 0 0;
		margin-bottom:5px;
	}
	.update-area .title:before{
		background:url(../images/sprite-small.png)  no-repeat 0 -126px;
		width: 33px;
		height: 22px;
		top:0;
		left:50%;
		margin-left:-17px;
	}
	.newsletter-block{
		float:none;
		width:100%;
		padding:0;
		font-size:12px;
		line-height:13px;
		text-align:center;
	}
	.newsletter-block .title{
		font-size:20px;
		line-height:22px;
	}
	.login-area{
		padding:11px 39px 15px;
		text-align:center;
	}
	.login-form .input-wrap{
		float:none;
		width:100%;
	}
	.login-form input[type=submit]{
		float:none;
		font-size:18px;
		margin:-3px 0 9px;
	}
	.login-form input[type=text], .login-form input[type=password]{
		font-size:11px;
		margin:0 0 8px;
	}
	.login-area a{font-size:10px;}
	#footer .col.social-block{
		float:none;
		width:100%;
		padding:15px 0 20px;
	}
	.logo-gtc{
		margin:0 auto 11px;
		background:url(../images/logo-gtc-small.png) no-repeat;
		width:151px;
		height:64px;
	}
	#footer address {
		text-align:center;
		margin-bottom:15px;
	}
	#footer address span{display:inline;}
	#footer address dl,
	address dt,
	address dd{display:inline-block;}
	#footer address .place{margin:0 0 11px;}
	.social-networks {
		text-align:center;
		margin:0 0 7px;
	}
	.social-networks li{
		float:none;
		display:inline-block;
		margin:0 12px 10px;
	}
	.social-networks a{
		width:43px;
		height:43px;
		background:url(../images/sprite-small.png) no-repeat;
	}
	.social-networks .facebook{background-position:0 -32px;}
	.social-networks .vimeo{background-position:-47px -32px;}
	.social-networks .linkedin{background-position:-94px -32px;}
	.social-networks .instagram{background-position:0 -247px;}
	.social-networks .facebook:hover{background-position:0 -79px;}
	.social-networks .vimeo:hover{background-position:-47px -79px;}
	.social-networks .linkedin:hover{background-position:-94px -79px;}
	.social-networks .instagram:hover{background-position:-47px -247px;}
	.copyright{
		font-size:9px;
		line-height:10px;
		text-align:center;
	}
	.copyright span:first-child{display:inline;}
	.copyright .policies{display:block;}
	.select-area{height:26px;}
	.select-area .select-opener{
		background:url(../images/sprite-small.png) no-repeat -32px 0;
		width: 31px;
		height: 27px;
	}
	.select-area .center{padding:3px 40px 3px 6px}
	.data-search .checkbox-list li{
		float:left;
		width:50%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding:0 8px 8px 0;
	}
	.data-search .checkbox-list label{
		display: inline-block;
		float:none;
		overflow:hidden;
		padding:7px 0 0;
	}
	.chk-area{
		background:url(../images/sprite-small.png) no-repeat -66px 0;
		width: 29px;
		height: 29px;
	}
	.chk-checked{background-position:-100px 0;}
	.select-multiple-area .multiple-list{width:100% !important;}
	#header ul.drop{position: relative;}
	#header ul.drop-1 a{padding-left: 55px;}
}
@media ( -webkit-min-device-pixel-ratio : 1.5 ) and (max-width:767px), 
( min-resolution : 144dpi ) and (max-width:767px){
	.logo{
		background:url(../images/logo-small2x.png) no-repeat 0 0;
		background-size: 76px 28px;
	}
	.logo-gtc{
		background:url(../images/logo-gtc-small2x.png) no-repeat 0 0;
		background-size: 151px 64px;
	}
	.open-close .opener,
	.select-area .select-opener,
	.chk-area,
	.chk-checked,
	.social-networks .facebook,
	.social-networks .facebook:hover,
	.social-networks .vimeo,
	.social-networks .vimeo:hover,
	.social-networks .linkedin,
	.social-networks .linkedin:hover,
	.slideshow .btn-prev,
	.slideshow .btn-next,
	.data-list .database .opener:before,
	.data-list .library .opener:before,
	.data-list .resource .opener:before,
	.update-area .title:before,
	.add-nav li .has-drop-down-a:after,
	.nav li .has-drop-down-a:after,
	.widget-data .title:before,
	.widget-library .title:before,
	.widget-resource .title:before,
	.members-nav li .meetings:before,
	.members-nav li .member:before,
	.members-nav li .event:before,
	.members-nav li .blog:before,
	.members-nav li .policy:before,
	.data-block .block-title:before
	{
		background:url(../images/sprite-small2x.png) no-repeat -9999px 0;
		background-size:187px 243px;
	}
	.open-close .opener{background-position:0 0;}
	.select-area .select-opener{background-position:-32px 0;}
	.chk-area{background-position:-66px 0;}
	.chk-checked{background-position:-100px 0;}
	.social-networks .facebook{background-position:0 -32px;}
	.social-networks .facebook:hover{background-position:0 -79px;}
	.social-networks .vimeo{background-position:-47px -32px;}
	.social-networks .vimeo:hover{background-position:-47px -79px;}
	.social-networks .linkedin{background-position:-94px -32px;}
	.social-networks .linkedin:hover{background-position:-94px -79px;}
	.social-networks .instagram{background-position:0 -492px;}
	.social-networks .instagram:hover{background-position:-94px -492px;}
	.slideshow .btn-prev{background-position:-141px 0;}
	.slideshow .btn-next{background-position:-153px 0;}
	.data-list .database .opener:before{background-position:-38px -126px;}
	.data-list .library .opener:before{background-position:-66px -126px;}
	.data-list .resource .opener:before{background-position:-89px -126px;}
	.update-area .title:before{background-position:0 -126px;}
	.add-nav li .has-drop-down-a:after,
	.nav li .has-drop-down-a:after{background-position:0 -155px;}
	.widget-data .title:before{background-position:-141px -32px;}
	.widget-library .title:before{background-position:-141px -72px;}
	.widget-resource .title:before{background-position:-141px -111px;}
	.members-nav li .meetings:before{background-position:0 -168px;}
	.members-nav li .member:before{background-position:-40px -168px;}
	.members-nav li .event:before{background-position:-79px -168px;}
	.members-nav li .blog:before{background-position:-117px -168px;}
	.members-nav li .policy:before{background-position:-156px -168px;}
	.members-nav li .meetings:hover:before{background-position:0 -208px;}
	.members-nav li .member:hover:before{background-position:-40px -208px;}
	.members-nav li .event:hover:before{background-position:-79px -208px;}
	.members-nav li .blog:hover:before{background-position:-117px -208px;}
	.members-nav li .policy:hover:before{background-position:-156px -208px;}
	.data-block .block-title:before{background-position:-38px -126px;}
}