@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Lato', sans-serif;
	font-size:19px;
	color:#000;
}
img{
	display:block;
	border:none;
	outline:none;
}
ul{
	list-style:none;
}
input:focus, textarea:focus, select:focus{
	outline:none;
}
textarea{
	overflow:auto;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], textarea, select{
	-webkit-appearance:none;
	border-radius:0;
}
a{
	color:#000;
}
a, a:hover{
	text-decoration:none;
	outline:none;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
}
.wrapper{
	width:1140px;
	margin:0 auto;
}
/*soumya added*/
.fancy-text img.img-left{
	float:left;
}
.fancy-text img.img-right{
	float:right;
}
.fancy-text img.img-center{
	float:center;
}
/*header section start*/
.header{
	padding:25px 0 0;
	position:relative;
	z-index:1000;
}
.header-left{
	float:left;
}
.logo{
	float:left;
	width:471px;
	margin:1px 0 0;
}
.caption{
	color:#221e1f;
	font-size:29px;
	line-height:34px;
	float:left;
	font-family: 'Marck Script', cursive;
	margin:29px 0 0 38px;
}
.header-right{
	float:right;
}
.social-links{
	float:right;
	overflow:hidden;
	margin:0;
	padding:0;
}
.social-links li{
	float:left;
	margin:0 6px 0 0;
}
.social-links li:last-child{
	margin:0;
}
.social-links li a{
	width:29px;
	height:31px;
	display:block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background:url(../images/social_icons.png) no-repeat 0 0;
}
.social-links li a.fb{
	background-position:0 0;
}
.social-links li a.fb:hover{
	background-position:0 -31px;
}
.social-links li a.twit{
	background-position:-35px 0;
}
.social-links li a.twit:hover{
	background-position:-35px -31px;
}
.social-links li a.inst{
	background-position:-70px 0;
}
.social-links li a.inst:hover{
	background-position:-70px -31px;
}
.social-links li a.utube{
	background-position:-103px 0;
}
.social-links li a.utube:hover{
	background-position:-103px -31px;
}
.search-section{
	padding:15px 15px 0 32px;
	background-color:#efefef;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
	position:relative;
	margin:12px 0 -1px;
}
.search-section:before{
	width:29px;
	top:-1px;
	bottom:-1px;
	left:0;
	height:100%;
	content:'';
	display:block;
	background:url(../images/search_curve.png) no-repeat 0 0;
	position:absolute;
	background-size:100% 100%;
}
.search-field{
	overflow:hidden;
	padding:0 35px 0 8px;
	border:1px solid #dedede;
	background-color:#FFF;
	position:relative;
	width:185px;
}
.search-field input[type=text]{
	color:#32312b;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	height:30px;
	width:100%;
	border:none;
}
.search-field input[type=submit]{
	width:35px;
	height:30px;
	display:block;
	border:none;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background:url(../images/top_search_icon.png) no-repeat center center;
	text-indent:-200000px;
}
/*header section end*/


/*navigation section start*/
.navigation{
	position:relative;
	z-index:100;
	background:url(../images/nav_bg.png) repeat-x 0 0 #efefef;
}
.nav{
	margin:0;
	padding:0;
}
.nav li{
	float:left;
	font-size:16px;
	line-height:66px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
}
.nav li a{
	color:#000;
	display:block;
	padding:0 22px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav li a:hover, .nav li a.active{
	background-color:#d63831;
	color:#FFF;
}
.nav li.home a{
	padding:0 30px;
}
.nav li.home a span{
	width:20px;
	height:66px;
	display:block;
	background:url(../images/nav_home.png) no-repeat 0 center;
}
.nav li.home a.active span, .nav li.home a:hover span{
	background:url(../images/nav_home_h.png) no-repeat 0 center;
}
.nav li ul{
	position:absolute;
	top:66px;
	left:0;
	width:204px;
	z-index:10;
	background-color:#d63831;
	display:none;
}
.nav li ul li{
	float:none;
	font-size:14px;
	line-height:20px;
	border-bottom:1px solid #c62c25;
}
.nav li ul li:last-child{
	border-bottom:none;
}
.nav li ul li a{
	padding:8px 28px;
	color:#FFF;
}
.nav li ul li a:hover{
	background-color:#f65048;
}
.responsive{
	width:26px;
	display:none;
	float:right;
	cursor:pointer;
	display:none;
	margin:14px 16px 10px 0;
}
.responsive span{
	background-color:#d63831;
	height:4px;
	margin:0px auto 4px;
	display:block;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.responsive span:last-child{
	margin-bottom:0;
}
/*navigation section end*/


/*banner section start*/
.banner{
	position:relative;
}
.banner .wrapper{
	position:absolute;
	top:32%;
	left:0;
	right:0;
	z-index:1;
	text-align:center;
}
.banner-cont{
	/*width:623px;
	margin:0 auto;*/
	padding:32px 53px 30px;
	text-align:center;
	display:inline-block;
	/*background:url(../images/banner_cont_bg.png) repeat 0 0;*/
	background-color:rgba(214,56,49,.86);
	font-size:50px;
	line-height:52px;
	color:#FFF;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.banner-cont:hover{
	background-color:rgba(214,56,49,1);
}
.banner-cont span{
	font-size:30px;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	display:block;
	line-height:36px;
}
/*banner section end*/


/*home pods section start*/
.home-pods{
	float:left;
	width:100%;
	position:relative;
	padding:0 0 67px;
}
.home-pods .wrapper{
	position:relative;
}
.home-podsin{
	z-index:1000;
	float:left;
	width:100%;
	margin:-42px 0 0;
}
.home-pods ul{
	margin:0;
	padding:0;
	text-align:center;
}
.home-pods ul li{
	width:188px;
	display:inline-block;
	vertical-align:top;
	margin:0 -2px 0 0;
	position:relative;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home-pods ul li:last-child{
	margin:0;
}
.home-pods-block{
	padding:3px 5px 25px;
	margin:10px;
	overflow:hidden;
	border:2px solid rgba(255,255,255,0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home-pods-block img{
	margin:0 auto 10px;
}
.home-pods-block h3{
	font-size:20px;
	line-height:22px;
	color:#FFF;
	margin:0 0 3px;
}
.home-pods-block h3 a{
	color:#FFF;
}
.home-pods-block .link{
	width:48px;
	height:9px;
	margin:0 auto;
	display:block;
	background:url(../images/pods_arrow.png) no-repeat 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home-pods ul li.red{
	background-color:#d63831;
}
.home-pods ul li.yellow{
	background-color:#e2a900;
}
.home-pods ul li.blue{
	background-color:#006da3;
}
.home-pods ul li:hover .home-pods-block{
	border:2px solid rgba(255,255,255,1);
}
.home-pods ul li:hover .home-pods-block .link{
	width:60px;
	background-position:right 0;
}
/*home pods section end*/


/*power of a story section start*/
.story-power{
	padding:54px 0 45px;
	overflow:hidden;
	border-top:1px solid #dfdfdf;
}
.story-power h2, .home-news h2{
	font-size:26px;
	line-height:30px;
	text-transform:uppercase;
	padding:0 0 22px;
	margin:0 0 26px;
	background:url(../images/pods_arrow_black.png) no-repeat 0 bottom;
}
.story-power p{
	font-size:20px;
	line-height:30px;
	font-weight:300;
}
.story-power .wrapper{
	position:relative;
}
.story-power-buts{
	position:absolute;
	top:-15px;
	right:0;
}
.story-power a, .home-news .link, .back, .download-photo{
	font-size:17px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	line-height:47px;
	padding:0 16px 0 13px;
	display:inline-block;
	background-color:#006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float:left;
}
.story-power a.submit-story{
	background-color:#e2a900;
	color:#FFF;
	margin:0 12px 0 0;
}
.story-power a:hover, .home-news .link:hover, .back:hover, .download-photo:hover{
	background-color:#d63831;
}
.story-power a span, .home-news .link span, .back span, .download-photo span{
	width:48px;
	height:47px;
	display:inline-block;
	background:url(../images/pods_arrow.png) no-repeat 0 center;
	vertical-align:top;
	margin:0 0 0 5px;
}
/*power of a story section end*/


/*home carousel section start*/
.home-carousel{
	position:relative;
	overflow:hidden;
}
.home-carousel ul{
	margin:0;
	padding:0;
}
.home-carousel ul li{
	width:666px;
	float:left;
	position:relative;
	cursor:pointer;
}
.home-carousel ul li img{
	width:100%;
}
.home-carousel ul li h4{
	font-size:20px;
	line-height:27px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:18px 33px 15px;
	background:url(../images/carousel_text_bg.png) repeat 0 0;
}
.home-carousel ul li h4 a{
	color:#FFF;
}
.home-play{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	background:url(../images/home_play.png) no-repeat center center rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home-carousel ul li:hover .home-play{
	background:url(../images/home_play.png) no-repeat center center rgba(0,0,0,.36);
}
.home-play a{
	display:block;
	width:100%;
	height:100%;
}
/*.home-carousel .jcarousel-container{
	margin:0 auto !important;
	width:1140px !important;
}*/
.home-carousel .jcarousel-item{
	width:666px !important;
}
.jcarousel-clip{
	overflow:hidden !important;
}
.home-carousel .leftArrow, .home-carousel .jcarousel-prev {
	background: url(../images/home_prev.png) no-repeat;
	display: block;
	position: absolute;
	width: 57px;
	height: 103px;
	top: 40%;
	left: 0;
	cursor: pointer;
	z-index:100;
}
.home-carousel .leftArrow:hover, .home-carousel .jcarousel-prev:hover{
	background: url(../images/home_prev_h.png) no-repeat;
}
.home-carousel .rightArrow, .home-carousel .jcarousel-next {
	background: url(../images/home_next.png) no-repeat;
	display: block;
	position: absolute;
	width: 57px;
	height: 103px;
	top: 40%;
	right: 0;
	cursor: pointer;
	z-index:100;
}
.home-carousel .rightArrow:hover, .home-carousel .jcarousel-next:hover{
	background: url(../images/home_next_h.png) no-repeat;
}
/*home carousel section end*/


/*home news events section start*/
.home-news{
	padding:56px 0 60px;
	overflow:hidden;
}
.whats-new{
	width:513px;
	float:left;
}
.home-news h2{
	padding: 0 0 19px;
	margin:0 0 42px;
}
.whats-new ul{
	margin:0 0 51px;
	padding:0;
	overflow:hidden;
}
.whats-new ul li{
	overflow:hidden;
	margin:0 0 30px;
}
.whats-new ul li:last-child{
	margin:0;
}
.whats-new ul li h4, .upcoming-event-cont h4{
	font-size:18px;
	line-height:24px;
	color:#000;
}
.whats-new ul li h4 a, .upcoming-event-cont h4 a{
	color:#000;
}
.whats-new ul li p, .upcoming-event-cont p{
	font-size:18px;
	line-height:27px;
	font-weight:300;
	margin:0 0 10px;
}
.publish-section{
	overflow:hidden;
}
.publish-section .published{
	font-size:14px;
	line-height:16px;
	color:#817f7f;
	font-style:italic;
	padding:0 0 0 20px;
	background:url(../images/news_publish_icon.png) no-repeat 0 0;
	display:block;
	float:left;
}
.publish-section .more, .upcoming-event-cont .view{
	float:right;
	display:inline-block;
	padding:0 9px;
	line-height:25px;
	color:#006da3;
	font-size:12px;
	font-weight:700;
	border:2px solid #006da3;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.publish-section .more:hover, .upcoming-event-cont .view:hover{
	background-color:#006da3;
	color:#FFF;
}
.home-news .link{
	float:right;
}
.upcoming-events{
	margin:0 0 0 45px;
	padding:0 0 54px 40px;
	border-left:1px solid #dfdfdf;
	width:536px;
	float:left;
}
.upcoming-events ul{
	margin:0 0 43px;
	padding:0;
	overflow:hidden;
}
.upcoming-events ul li{
	margin:0 0 31px;
	overflow:hidden;
}
.upcoming-events ul li:last-child{
	margin:0;
}
.event-date{
	width:62px;
	float:left;
	padding:2px;
	border:1px solid #d0d2d6;
	margin:0 10px 0 0;
	text-align:center;
}
.event-date p.date{
	font-size:33px;
	line-height:30px;
	margin:5px 0 3px;
	font-weight:400;
}
.event-date p.month{
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 8px;
}
.event-date p.year{
	font-size:15px;
	color:#FFF;
	font-weight:700;
	line-height:21px;
	background-color:#db3931;
	margin:0;
}
.upcoming-event-cont{
	overflow:hidden;
}
.upcoming-event-cont h4{
	line-height:26px;
}
/*home news events section end*/


/*newsletter section start*/
.newsletter{
	padding:55px 0;
	overflow:hidden;
	background-color:#efefef;
	border-top:1px solid #dedede;
}
.newsletter label{
	font-size:26px;
	line-height:46px;
	float:left;
	font-weight:700;
	display:block;
	text-transform:uppercase;
}
.newsletter-field{
	float:right;
}
.newsletter-input{
	padding:0 16px;
	background-color:#FFF;
	float:left;
	width:499px;
	border:1px solid #d6d6d6;
}
.newsletter-field input[type=text]{
	width:100%;
	border:none;
	font-size:18px;
	font-weight:300;
	color:#000;
	font-family: 'Lato', sans-serif;
	height:44px;
}
.newsletter-field input[type=submit], .my-account input[type=submit], .inquiry-form input[type=submit]{
	padding:0 75px 0 19px;
	height:46px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-weight:700;
	font-size:17px;
	background:url(../images/pods_arrow.png) no-repeat 80% center #006da3;
	border:none;
	cursor:pointer;
	margin:0 0 0 12px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.newsletter-field input[type=submit]:hover, .my-account input[type=submit]:hover, .inquiry-form input[type=submit]:hover{
	background:url(../images/pods_arrow.png) no-repeat 80% center #db3931;
}
/*newsletter section end*/

/*feeds section start*/
.bottom-feeds{
	padding:67px 0 76px;
	overflow:hidden;
	background-color:#006da3;
}
.twit-section{
	margin:0 0 0 32px;
	width:340px;
	float:left;
	background:url(../images/twit_feed_bg.png) no-repeat right 0;
	padding:70px 30px 60px 170px;
	min-height:174px;
	position:relative;
}
.twit-section:before{
	width:97px;
	height:80px;
	position:absolute;
	left:0;
	bottom:-21px;
	content:'';
	display:block;
	background:url(../images/feed_twit_icon.png) no-repeat 0 0;
}
.twit-section h3{
	font-size:22px;
	text-transform:uppercase;
	line-height:26px;
	margin:0 0 18px 10px;
}
.twit-section ul li{
	padding:0 0 0 96px;
	background:url(../images/twit_pic.png) no-repeat 0 0;
}
.twit-section ul li p{
	font-size:18px;
	line-height:22px;
	font-weight:300;
}
.twit-section ul li p a{
	color:#006da3;
}
.twit-section ul li p .date{
	display:block;
	font-size:14px;
	font-style:italic;
	color:#817f7f;
	padding:3px 0 0;
}
.twit-section ul li p a:hover{
	text-decoration:underline;
}
.facebook{
	width:397px;
	float:right;
	background:url(../images/fb_feed_bg.png) no-repeat right 18px;
	padding:83px 39px 0 61px;
	min-height:251px;
	position:relative;
}
.facebook:before{
	width:89px;
	height:77px;
	display:block;
	content:'';
	background:url(../images/feed_fb_icon.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
}
.facebook ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
.facebook ul li{
	margin:0 0 20px;
	overflow:hidden;
}
.facebook ul li:last-child{
	margin:0;
}
.facebook ul li img{
	float:left;
	width:50px;
	margin:4px 14px 0 0;
	border:1px solid #000;
}
.fb-right{
	overflow:hidden;
}
.fb-right h4{
	font-size:18px;
	line-height:22px;
	margin: 0 0 4px;
}
.fb-right h4 a{
	color:#000;
}
.fb-right .date{
	display:block;
	font-size:14px;
	font-style:italic;
	color:#817f7f;
	margin:0 0 6px;
}
.fb-right p{
	font-size:18px;
	line-height:22px;
	font-weight:300;
}
/*feeds section end*/


/*footer section start*/
.footer{
	padding:35px 0;
	background-color:#000;
	overflow:hidden;
}
.ftinfo{
	float:left;
	margin:0;
	padding:0;
}
.ftinfo li{
	margin:0 0 3px;
	overflow:hidden;
}
.ftinfo li:last-child{
	margin:0;
}
.ftinfo li p{
	float:left;
	font-size:17px;
	line-height:23px;
	color:#c4c2c2;
	padding: 0 0 0 22px;
}
.ftinfo li p.addrs{
	background:url(../images/ftinfo_icon1.png) no-repeat 0 4px;
}
.ftinfo li p.call{
	background:url(../images/ftinfo_icon2.png) no-repeat 0 6px;
}
.ftinfo li p.fax{
	background:url(../images/ftinfo_icon3.png) no-repeat 0 6px;
	margin:0 0 0 22px;
}
.ftinfo li p.mail{
	background:url(../images/ftinfo_icon4.png) no-repeat 0 7px;
}
.ftright{
	padding:9px 0 0;
	float:right;
}
.ftright p{
	font-size:13px;
	line-height:21px;
	color:#c4c2c2;
	text-align:right;
}
.ftright p a{
	color:#c4c2c2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ftright p a:hover{
	color:#cb3737;
}
.ftright-top{
	float:right;
	margin:0 0 14px;
}
.ftright-top .social-links{
	float:left;
}
.ftright-top .social-link li{
	margin:0 5px 0 0;
}
.ftright-top .social-link li:last-child{
	margin:0;
}
.ftright-top .social-links li a{
	width:35px;
	height:35px;
	background:url(../images/ft_social_icons.png) no-repeat 0 0;
}
.ftright-top .social-links li a.fb{
	background-position:0 0;
}
.ftright-top .social-links li a.fb:hover{
	background-position:0 -35px;
}
.ftright-top .social-links li a.twit{
	background-position:-40px 0;
}
.ftright-top .social-links li a.twit:hover{
	background-position:-40px -35px;
}
.ftright-top .social-links li a.inst{
	background-position:-80px 0;
}
.ftright-top .social-links li a.inst:hover{
	background-position:-80px -35px;
}
.ftright-top .social-links li a.utube{
	background-position:-120px 0;
}
.ftright-top .social-links li a.utube:hover{
	background-position:-120px -35px;
}
.teacher-login{
	float:left;
	margin:0 0 0 10px;
	line-height:35px;
	text-transform:uppercase;
	color:#FFF;
	display:inline-block;
	font-size:18px;
	font-weight:700;
	background-color:#cb3737;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding:0 13px;
}
.teacher-login:hover{
	background-color:#006da3;
}
/*footer section end*/


/*general content page start*/
.inner-banner{
	position:relative;
}
.inner-banner .wrapper{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.inner-banner h1{
	font-size:40px;
	line-height:45px;
	font-weight:500;
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
	background:url(../images/banner_cont_bg.png) repeat 0 0;
	padding:18px 41px;
	font-family: 'Roboto', sans-serif;
}
.content{
	padding:69px 0 15px;
	overflow:hidden;
}
.inner-left{
	width:735px;
	float:left;
}
.inner-right{
	width:350px;
	float:left;
	margin:0 0 0 54px;
}
.content h2, .view-treaty-timeline h2, .have-question h2{
	font-size:26px;
	line-height:32px;
	padding:0 0 21px;
	margin: 0 0 20px;
	background:url(../images/pods_arrow_black.png) no-repeat 0 bottom;
	text-transform:uppercase;
}
.content h5{
	font-size:18px;
	line-height:24px;
	font-weight:500;
	margin:0 0 20px;
}
.content h5 a{
	color:#006da3;
	text-decoration:underline;
}
.content h5 a:hover{
	text-decoration:none;
}
.content p{
	font-weight:300;
	line-height:27px;
	margin:0 0 25px;
}
.content p img{
	max-width: 100%;
	height: auto;
}
.content p a{
	color:#006da3;
}
.content p a:hover{
	text-decoration:underline;
}
.general-pic{
	float:left;
	margin:8px 26px 10px 0;
	width:318px;
}
.divider{
	height:1px;
	background-color:#e5e5e5;
	border:none;
	display:block;
	margin:34px 0;
}
.content h3{
	font-size:20px;
	line-height:26px;
	color:#006da3;
	text-transform:uppercase;
	margin:0 0 10px;
	padding:10px 0 0;
}
.content ul, .fancy-content ul{
	margin:0 0 25px;
	padding:0;
	overflow:hidden;
}
.content ul li, .fancy-content ul li{
	line-height:27px;
	font-weight:300;
	padding:0 0 0 20px;
	background:url(../images/inner_list.png) no-repeat 0 9px;
	margin:0 0 27px;
}
.fancy-content ul li{
	margin:0 0 12px;
}
.content ul li:last-child, .fancy-content ul li:last-child{
	margin:0;
}

.content .inner-left ul li a, .fancy-content ul li a{
	color: #006da3;
	text-decoration:underline;
}

.content .inner-left ul li a:hover, .fancy-content ul li a:hover{
	text-decoration:none;
	color: #000;
}

.content ol, .fancy-content ol{
	margin:0 0 25px;
	padding:0 0 0 18px;
}
.content ol li, .fancy-content ol li{
	margin:0 0 27px;
	font-size:17px;
	color:#cf2a20;
	position:relative;
	padding:0 0 0 14px;
}
.fancy-content ol li{
	margin:0 0 12px;
}
.content ol li:last-child, .fancy-content ol li:last-child{
	margin:0;
}
.content ol li p, .fancy-content ol li p{
	margin:0;
	font-size:19px;
	color:#000;
}
.content ol li:after, .fancy-content ol li:after{
	content:']';
	position:absolute;
	top:4px;
	left:-1px;
	display:block;
}
.right-block{
	border:1px solid #e5e5e5;
	margin:0 0 20px;
	overflow:hidden;
}
.content .right-block h2{
	font-size:28px;
	line-height:33px;
	padding:20px 25px;
	position:relative;
	border-bottom:1px solid #e5e5e5;
	margin:0;
	background:none;
	text-transform:none;
	font-weight:400;
	color:#0a0a0a;
}
.content .right-block h2:after{
	width:164px;
	height:2px;
	position:absolute;
	left:0;
	bottom:-1px;
	display:block;
	content:'';
}
.content .right-block h2.red:after{
	background-color:#d63831;
}
.content .right-block h2.blue:after{
	background-color:#006da3;
}
.content .right-block h2.yellow:after{
	background-color:#e2a901;
}
.right-block-cont{
	padding:0 25px;
	overflow:hidden;
}
.content .right-block ul.right-menu{
	margin:0;
	padding:4px 0 20px;
}
.content .right-block ul.right-menu li{
	font-size:17px;
	padding:8px 0 8px 18px;
	background:url(../images/right_listing.png) no-repeat 2px 17px;
	border-bottom:1px solid #e5e5e5;
	margin:0;
	cursor:pointer;
}
.content .right-block ul.right-menu li:last-child{
	border-bottom:none;
}
.content .right-block ul.right-menu li a{
	color:#3b3b3b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content .right-block ul.right-menu li:hover, .content .right-block ul.right-menu li.active{
	background:url(../images/right_listing.png) no-repeat 2px 17px #efefef;
}
.content .right-block ul.right-testi{
	margin:0;
	padding:11px 0 25px;
}
.content .right-block ul.right-testi li{
	background:none;
	padding:12px 0 0;
	margin:0;
}
.content .right-block ul.right-testi li p{
	font-style:italic;
	margin:0;
}
.content .right-block ul.right-testi li p img{
	float:left;
	margin:-12px 5px 0 0;
}
.content .right-block ul.right-testi li h5{
	font-size:17px;
	line-height:20px;
	font-weight:400;
	text-transform:uppercase;
	color:#006da3;
	margin:12px 0 0;
	padding:0 0 0 9px;
	position:relative;
}
.content .right-block ul.right-testi li h5:before{
	content:'-';
	display:block;
	left:0;
	top:0;
	position:absolute;
}
.content .right-block ul.right-testi li h6{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
	padding:0 0 0 9px;
}
.right-story{
	padding:28px 0 32px;
	overflow:hidden;
}
.right-story-block{
	overflow:hidden;
	position:relative;
	background-color:#000;
	margin:0 0 8px;
}
.right-story-block iframe{
	width:100%;
	height:198px;
}
.right-play{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/home_play.png) no-repeat center center;
	width:100%;
	height:100%;
	display:block;
}
.right-play a{
	display:block;
	width:100%;
	height:100%;
}
.content .right-story h5{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
	margin:0;
}
.content .right-story h5 a{
	color:#000;
	text-decoration:none;
}
.inner-newsletter{
	padding:21px 0;
}
.bottom-pods{
	padding:28px 0 0;
	overflow:hidden;
	background:url(../images/bottom_pods_bg.png) repeat-x 0 bottom #efefef;
	border-top:1px solid #dfdfdf;
}
.bottom-pods ul{
	margin:0;
	padding:0;
	text-align:center;
}
.bottom-pods ul li{
	display:inline-block;
	vertical-align:top;
	width:157px;
	margin:0 9px 0 0;
}
.bottom-pods ul li:last-child{
	margin:0;
}
.bottom-pods ul li img{
	margin:0 auto 3px;
	height:80px;
}
.bottom-pods ul li.red{
	background-color:#d63831;
}
.bottom-pods ul li.yellow{
	background-color:#e2a900;
}
.bottom-pods ul li.blue{
	background-color:#006da3;
}
.bottom-pod-block{
	margin:5px;
	padding:8px 3px 5px;
	border:1px solid rgba(255,255,255,0);
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.bottom-pod-block h3{
	font-size:18px;
	line-height:22px;
	color:#FFF;
}
.bottom-pod-block h3 a{
	color:#FFF;
}
.bottom-pods ul li:hover .bottom-pod-block{
	border:1px solid rgba(255,255,255,1);
}
/*general content page end*/


/*mission page start*/
.content p span{
	/*color:#2276a0;*/
	font-weight:700;
}
.mission-block{
	overflow:hidden;
	padding:60px;
}
.mission-block.yellow{
	background-color:#e2a901;
	margin:40px 0 0;
}
.mission-block.blue{
	background-color:#006da3;
	margin:0 0 50px;
}
.content .mission-block h2{
	font-size:24px;
	line-height:28px;
	color:#FFF;
	background:url(../images/pods_arrow.png) no-repeat 0 bottom;
	text-transform:none;
}
.content .mission-block p{
	margin:0;
	font-weight:400;
	color:#FFF;
}
.content .mission-block ul{
	margin:0;
	padding:15px 0 0;
}
.content .mission-block ul li{
	width:32%;
	margin:0 0 3px;
	float:left;
	color:#FFF;
	font-weight:400;
	background:url(../images/mission_listing.png) no-repeat 0 8px;
}
/*mission page end*/


/*we are all teaty people page start*/
.treaty-video{
	overflow:hidden;
	position:relative;
	margin:0 0 43px;
}
.treaty-video img{
	width:100%;
}
.treaty-video iframe{
	height:440px;
	width:100%;
}
.content .treaty-video h5{
	font-size:17px;
	line-height:27px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
	position:static;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	padding:26px 28px 19px;
	margin:0;
}
.treaty-play{
	cursor:pointer;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(../images/home_play.png) no-repeat center center rgba(0,0,0,.25);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.treaty-video:hover .treaty-play{
	background:url(../images/home_play.png) no-repeat center center rgba(0,0,0,.5);
}
.content p span.bold{
	font-size:20px;
	font-weight:400;
	color:#000;
	display:block;
	padding:15px 0 0;
}
/*we are all teaty people page end*/


/*staff page start*/
.content p strong{
	font-weight:700;
}
.content ul.staff-list{
	padding:34px 0 0;
	margin:0;
}
.content ul.staff-list li{
	padding:0;
	background:none;
	width:237px;
	margin:0 12px 40px 0;
	float:left;
}
.content ul.staff-list li:nth-child(3n){
	margin-right:0;
}
.staff-pic{
	overflow:hidden;
	position:relative;
}
.staff-pic img{
	width:100%;
}
figure.effect-ming{
	background:#030c17;
    cursor: pointer;
    position: relative;
    text-align: center;
}
figure.effect-ming img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
	z-index:1;
}
.content ul.staff-list li:hover figcaption::before{
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	z-index:1;
}
.content ul.staff-list li:hover figcaption {
	background-color: rgba(58,52,42,0);
}
.staff-names{
	padding:14px 13px 20px;
	overflow:hidden;
	border-top:1px solid #FFF;
}
.content ul.staff-list li h3{
	color:#FFF;
	text-transform:none;
	padding:0;
	margin:0 0 6px;
}
.content ul.staff-list li h6{
	font-size:14px;
	line-height:14px;
	font-weight:400;
	color:#FFF;
}
.content ul.staff-list li h6 a{
	color:#FFF !important;
}
.content ul.staff-list li.red .staff-names{
	background-color:#d63831;
}
.content ul.staff-list li.yellow .staff-names{
	background-color:#e2a900;
}
.content ul.staff-list li.blue .staff-names{
	background-color:#006da3;
}
.content ul.staff-list li.green .staff-names{
	background-color:#72bd3e;
}
.fancy-content{
	display:none;
}
.staff .fancy-content{
	padding:55px 45px 40px 60px;
}
.fancybox-wrap{
	width:1144px !important;
}
.fancybox-skin{
	padding:23px !important;
}
.staff .fancybox-skin{
	padding:0 !important;
}
.fancy-content p{
	line-height:29px;
	margin:0 0 30px;
	font-weight:300;
}
.staff-detail h2{
	font-size:35px;
	line-height:38px;
	margin:0 0 8px;
}
.staff-detail h6{
	font-size:17px;
	line-height:20px;
	font-weight:400;
	margin:0 0 28px;
}
.staff-detail-pic{
	float:left;
	margin:5px 57px 0 0;
	width:263px;
}
.staff-detail-pic img{
	width:100%;
}
.staff-detail{
	overflow:hidden;
}
.fancy-red{
	border:10px solid #d63831;
}
.fancy-yellow{
	border:10px solid #e2a900;
}
.fancy-blue{
	border:10px solid #006da3;
}
.fancy-green{
	border:10px solid #72bd3e;
}
/*staff page end*/


/*annual report page start*/
.content ul.annual-reports{
	padding:44px 0 0;
}
.content ul.annual-reports li{
	padding:0;
	background:none;
	margin:0 0 80px;
	overflow:hidden;
}
.content ul.annual-reports li:last-child{
	margin:0;
}
.annual-report-pic{
	float:left;
	width:209px;
	margin:0 20px 0 0;
}
.annual-report-pic img{
	width:100%;
}
.annual-report-right{
	overflow:hidden;
	padding:20px 0 0;
}
.annual-report-right .download{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	line-height:45px;
	padding:0 24px;
	border:2px solid #006da3;
	color:#006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.annual-report-right .download:hover{
	background-color:#006da3;
	color:#FFF;
}
.content .annual-report-right p{
	margin:0 0 13px;
}
/*annual report page end*/


/*speakers bureau page start*/
.book-speaker{
	margin:0 0 20px;
	overflow:hidden;
	border:1px solid #e5e5e5;
}
.content .book-speaker a{
	color:#FFF;
	padding:32px 40px 35px;
	display:block;
	font-size:23px;
	line-height:27px;
	font-weight:700;
	background-color:#e2a900;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content .book-speaker a:hover{
	background-color:#006da3;
}
.content .book-speaker a span{
	width:48px;
	height:27px;
	display:inline-block;
	vertical-align:top;
	background:url(../images/pods_arrow.png) no-repeat 0 center;
	margin:0 0 0 8px;
}
/*speakers bureau page end*/


/*speakers bureau detail page start*/
.speaker-pic{
	float:left;
	width:237px;
	margin:6px 30px 10px 0;
}
.back{
	float:none;
	padding:0 30px;
	margin:0 0 50px;
}
/*speakers bureau detail page end*/


/*statement od treaty issues page start*/
.treaty-statement-pic{
	width:285px;
	overflow:hidden;
}
.treaty-statement-pic img{
	width:100%;
	margin:0 0 21px;
}
.treaty-statement-pic a{
	text-transform:uppercase;
	display:block;
	border:2px solid #006da3;
	text-align:center;
	line-height:33px;
	font-size:14px;
	font-weight:700;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin:0 0 11px;
}
.treaty-statement-pic a.download, .treaty-statement-pic a.summary:hover{
	background-color:#006da3;
	color:#FFF;
}
.treaty-statement-pic a.download:hover, .treaty-statement-pic a.summary{
	background-color:transparent;
	color:#006da3;
}
.view-treaty-timeline{
	padding:28px 0 30px;
	overflow:hidden;
	background:url(../images/view_timeline_bg.jpg) no-repeat center 0;
	background-size:cover;
}
.view-treaty-timeline h2{
	color:#FFF;
	background:url(../images/pods_arrow.png) no-repeat 0 bottom;
}
.view-treaty-timeline p{
	font-size:24px;
	line-height:34px;
	color:#FFF;
	margin:0 0 23px;
}
.view-treaty-timeline .link{
	line-height:57px;
	padding:0 29px;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	display:inline-block;
	text-transform:uppercase;
	background-color:#006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.view-treaty-timeline .link:hover{
	color:#000;
	background-color:#e2a900;
}
/*statement od treaty issues page end*/


/*treaty implementation report page start*/
.content p a.treaty-imp-link{
	display:block;
	font-size:16px;
	line-height:25px;
	color:#006da3;
	font-weight:400;
}
.content p a.treaty-imp-link:hover{
	text-decoration:underline;
}
/*treaty implementation report page end*/


/*faq page start*/
.content ul.faq-list li{
	padding:0;
	background:none;
	margin: 0 0 15px;
}
.content ul.faq-list li a.faq-link{
	font-size:22px;
	line-height:29px;
	font-weight:400;
	color:#000;
	padding:13px 110px 13px 16px;
	display:block;
	background-color:#efefef;
	position:relative;
}
.content ul.faq-list li a.faq-link:after{
	width:66px;
	right:0;
	top:0;
	bottom:0;
	display:block;
	position:absolute;
	content:'';
	background:url(../images/faq_plus.png) no-repeat center center #e2a901;
}
.content ul.faq-list li a.faq-link.active{
	background-color:#e2a901;
	color:#FFF;
}
.content ul.faq-list li a.faq-link.active:after{
	background:url(../images/faq_minus.png) no-repeat center center #e2a901;
}
.faq-cont{
	padding:20px 16px 0;
	overflow:hidden;
	display:none;
}
/*faq page end*/


/*historical biographies page start*/
.content ul.faq-list li ul li{
	background:url(../images/inner_list.png) no-repeat 0 8px;
    font-weight: 300;
    line-height: 27px;
    margin: 0 0 14px;
    padding: 0 0 0 20px;
}
.content ul.faq-list li ul li:last-child{
	margin:0;
}
.content ul.faq-list li ul li a{
	color:#000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content ul.faq-list li ul li a:hover{
	color:#006da3;
}
.fancy-content h3{
	font-size:31px;
	line-height:35px;
	padding:8px 24px;
	font-weight:400;
	background-color:#d63831;
	color:#FFF;
}
.fancy-text{
	padding:21px 24px 0;
	overflow:hidden;
}
/*historical biographies page end*/


/*historical photographs page start*/
.content ul.hist-photo-list li{
	margin:0 42px 20px 0;
	float:left;
	width:345px;
	background:none;
	padding:0;
}
.content ul.hist-photo-list li:nth-child(2n){
	margin-right:0;
}
.content ul.hist-photo-list li h6{
	font-size:17px;
	line-height:22px;
	color:#FFF;
	font-weight:400;
	padding:10px 16px;
	text-transform:uppercase;
}
.content ul.hist-photo-list li h6 a{
	color:#FFF;
}
.content ul.hist-photo-list li.red h6{
	background-color:#d63831;
}
.content ul.hist-photo-list li.blue h6{
	background-color:#076fa2;
}
.content ul.hist-photo-list li.yellow h6{
	background-color:#dd9600;
}
.content ul.hist-photo-list li.green h6{
	background-color:#79ac5d;
}
.hist-photo-pic{
	position:relative;
	height:234px;
	width:100%;
	background-size:cover !important;
	background-position:center 0 !important;
}
.hist-photo-pic1{
	background:url(../images/history_photo1.jpg) no-repeat center center;
}
.hist-photo-pic2{
	background:url(../images/history_photo2.jpg) no-repeat center center;
}
.hist-photo-pic3{
	background:url(../images/history_photo3.jpg) no-repeat center center;
}
.hist-photo-pic4{
	background:url(../images/history_photo4.jpg) no-repeat center center;
}
.hist-photo-pic5{
	background:url(../images/history_photo5.jpg) no-repeat center center;
}
.hist-photo-pic6{
	background:url(../images/history_photo6.jpg) no-repeat center center;
}
.hist-photo-pic7{
	background:url(../images/history_photo7.jpg) no-repeat center center;
}
.hist-photo-pic8{
	background:url(../images/history_photo8.jpg) no-repeat center center;
}
.hist-photo-pic9{
	background:url(../images/history_photo9.jpg) no-repeat center center;
}
figure.effect-oscar {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
figure.effect-oscar figcaption {
	height:100%;
	width:100%;
	display:block;
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 2px solid #fff;
	content: '';
}
figure.effect-oscar figcaption::before{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover figcaption::before{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0);
}
.content ul.pagination{
	margin:0 0 50px;
	text-align:center;
}
.content ul.pagination a {
    display: inline-block;
    font-size: 16px;
	font-weight:700;
    line-height: 26px;
	width:26px;
    margin-right:5px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: top;
    color: #000;
    text-align:center;
	background-color:#efefef;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	cursor:pointer;
}
.content ul.pagination a.jp-hidden{
	display:none;
}
.content ul.pagination span{
	color:#4d4d4d;
	font-size:20px;
	line-height:23px;
	margin-right:6px;
}
.content ul.pagination .jp-hidden {
    display: none;
}
.content ul.pagination a.jp-first{
	width:48px;
	background:url(../images/pods_arrow_black_rv.png) no-repeat 0 center !important;
	text-indent: -2000000px;
    height: 26px;
	border:none !important;
	margin-right:2px;
}
.content ul.pagination a.jp-previous{
	color:#3d3b3a !important;
	margin:0 9px 0 0;
	border-radius:0;
	width:auto;
	background-color:transparent !important;
	text-transform:uppercase;
}
.content ul.pagination a.jp-previousevent{
	color:#3d3b3a !important;
	margin:0 9px 0 0;
	border-radius:0;
	width:auto;
	background-color:transparent !important;
	text-transform:uppercase;
}
.content ul.pagination a.jp-last{
	width:48px;
	background:url(../images/pods_arrow_black.png) no-repeat 0 center !important;
	text-indent: -2000000px;
    height: 26px;
	border:none !important;
	margin:0 0 0 2px;
}
.content ul.pagination a.jp-next{
	color:#3d3b3a !important;
	margin:0 0 0 10px;
	border-radius:0;
	width:auto;
	background-color:transparent !important;
	text-transform:uppercase;
}
.content ul.pagination a.jp-nextevent{
	color:#3d3b3a !important;
	margin:0 0 0 10px;
	border-radius:0;
	width:auto;
	background-color:transparent !important;
	text-transform:uppercase;
}
.content ul.pagination a:hover, .content ul.pagination a.jp-current{
	color:#FFF;
	background-color:#db3931;
}
.hist-detail-pic{
	width:100%;
	margin: 0 auto 16px;
	max-width:1098px;
}
.hist-photo-detail{
	overflow:hidden;
}
.hist-photo-detail h4{
	font-size:25px;
	line-height:28px;
	margin:0 0 5px;
}
.hist-photo-detail p{
	margin:0 0 18px;
}
.download-photo{
	float:none;
	margin: 0 0 37px;
}
/*historical photographs page end*/


/*past commissioners page start*/
.content ul.past-comsnrs li{
	width:350px;
	margin:0 30px 30px 0;
	padding:0;
	background:none;
	border:1px solid #e5e5e5;
	float:left;
}
.content ul.past-comsnrs li:nth-child(2n){
	margin-right:0;
}
.past-com-head{
	position:relative;
	border-bottom:1px solid #e5e5e5;
	padding:21px 24px 17px;
}
.past-com-head:after{
	width:164px;
	height:2px;
	position:absolute;
	left:0;
	bottom:-1px;
	display:block;
	content:'';
	background-color:#006da3;
}
.content .past-com-head h2{
	font-size:28px;
	padding:0;
	background:none;
	text-transform:none;
	font-weight:400;
	margin:0 0 4px;
}
.content .past-com-head h5{
	font-size:17px;
	line-height:20px;
	font-weight:400;
}
.past-com-testi{
	padding:43px 24px 30px;
	overflow:hidden;
}
.content .past-com-testi p{
	font-style:italic;
	margin:0;
	line-height:27px;
}
.content .past-com-testi p img{
	float:left;
	margin:-12px 5px 0 0;
}
.content .past-com-testi h4{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	text-transform:uppercase;
	color:#006da3;
	margin:29px 0 0;
	position:relative;
	padding:0 0 0 9px;
}
.content .past-com-testi h4:before{
	content:'-';
	display:block;
	left:0;
	top:0;
	position:absolute;
}
.content .past-com-testi h6{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#000;
	padding:2px 0 0 9px;
}
/*past commissioners page end*/


/*treaty map page start*/
.treaty-map{
	width:270px;
	float:left;
	margin:0 42px 0 0;
}
.treaty-map img{
	width:100%;
}
.treaty-map-right{
	overflow:hidden;
}
.content p span.red{
	font-weight:300;
	color:#db3931;
}
/*treaty map page end*/


/*contact page start*/
.contact-pods{
	padding:100px 0;
	overflow:hidden;
}
.contact-pods ul{
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
}
.contact-pods ul li{
	display:inline-block;
	vertical-align:top;
	width:200px;
	margin:0 55px 0 0;
}
.contact-pods ul li:last-child{
	margin:0;
}
.contact-pods ul li:nth-child(2){
	width:360px;
}
.contact-pods ul li img{
	margin:0 auto 25px;
}
.contact-pods ul li p{
	font-size:18px;
	line-height:26px;
}
.contact-pods ul li p span{
	text-transform:uppercase;
	font-weight:700;
}
.contact-pods ul li.blue p span{
	color:#0277b1;
}
.contact-pods ul li.red p span{
	color:#db3931;
}
.contact-pods ul li.yellow p span{
	color:#dd9600;
}
.have-question{
	padding:67px 0 54px;
	overflow:hidden;
	background-color:#efefef;
}
.have-question h2{
	background-position:center bottom;
	text-align:center;
	padding: 0 0 23px;
	margin:0 0 16px;
}
.have-question h3{
	text-transform:uppercase;
	font-size:20px;
	line-height:24px;
	font-weight:400;
	text-align:center;
	color:#0277b1;
}
.contact-form{
	overflow:hidden;
	padding:45px 0 0;
}
.contact-left{
	width:563px;
	float:left;
}
.contact-right{
	margin:0 0 0 12px;
}
.contact-field{
	overflow:hidden;
	background-color:#FFF;
	padding:0 19px;
	border:1px solid #d1d2d8;
	margin:0 0 12px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.contact-form input[type=text]{
	font-family: 'Lato', sans-serif;
	font-size:17px;
	color:#000;
	height:61px;
	width:100%;
	border:none;
}
.contact-form textarea{
	font-family: 'Lato', sans-serif;
	font-size:17px;
	color:#000;
	height:167px;
	width:100%;
	border:none;
	overflow:auto;
	padding:22px 0;
}
.contact-form input[type=submit]{
	padding:0 69px 0 20px;
	height:53px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-weight:700;
	font-size:16px;
	background:url(../images/pods_arrow.png) no-repeat 85% center #d63831;
	border:none;
	cursor:pointer;
	float:right;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.contact-form input[type=submit]:hover{
	background:url(../images/pods_arrow.png) no-repeat 85% center #006da3;
}
.contact-map{
   	height:460px;
	overflow:hidden;
	position:relative;
}
#map{
    width: 100%;
    height: 100%;
}
/*contact page end*/


/*events page start*/
.featured-event{
	overflow:hidden;
	margin:0 0 33px;
	background-color:#efefef;
	padding:26px 22px;
}
.featured-eventin{
	position:relative;
}
.featured-event-pic{
	background:url(../images/featured_event_bg.jpg) no-repeat center center;
	width:70%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background-size:cover;
}
.featured-event-pic a{
	display:block;
	width:100%;
	height:100%;
}
.featured-event-right{
	float:right;
	padding:42px 15px 32px 27px;
	background-color:#FFF;
	width:302px;
	position:relative;
	z-index:1;
}
.featured-event-head{
	overflow:hidden;
	margin:0 0 18px;
}
.content .featured-event-head h4{
	font-size:20px;
	line-height:27px;
	overflow:hidden;
}
.content .featured-event-right p{
	font-size:18px;
	line-height:27px;
	margin:0 0 13px;
}
.content .featured-event-right .event-date p.date {
    /* font-size: 33px;*/ /*soumya closed*/
    line-height: 30px;
    margin: 5px 0 3px;
}
.content .featured-event-right .event-date p.month {
    /*font-size: 13px;*/ /*soumya closed*/
    line-height: 13px;
    margin: 0 0 8px;
}
.content .featured-event-right .event-date p.year {
    /*font-size: 15px;*/ /*soumya closed*/
    line-height: 21px;
    margin: 0;
}
.featured-event-right .detail, .event-cont-right .detail, .news-content .more{
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#006da3;
	border:2px solid #006da3;
	float:right;
	display:inline-block;
	line-height:25px;
	padding:0 7px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.featured-event-right .detail:hover, .event-cont-right .detail:hover, .news-content .more:hover{
	background-color:#006da3;
	color:#FFF;
}
.featured-event-ribon{
	top:-1px;
	left:-8px;
	position:absolute;
	z-index:1;
	padding:0 21px 0 8px;
}
.featured-event-ribon span{
	line-height:40px;
	color:#FFF;
	display:block;
	padding:0 9px;
	background-color:#db3931;
	font-size:16px;
	font-weight:700;
}
.featured-event-ribon:before{
	width:8px;
	height:47px;
	position:absolute;
	top:0;
	left:0;
	bottom:-7px;
	display:block;
	content:'';
	background:url(../images/event_ribon_left.png) no-repeat 0 0;
}
.featured-event-ribon:after{
	width:21px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	display:block;
	content:'';
	background:url(../images/event_ribon_right.png) no-repeat 0 0;
}
.event-search{
	overflow:hidden;
	position:relative;
	border:1px solid #e5e5e5;
	margin:0 0 35px;
	padding:0 51px 0 19px;
}
.event-search input[type=text]{
	color:#32312b;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	height:45px;
	width:100%;
	border:none;
}
.event-search input[type=submit]{
	width:51px;
	height:45px;
	display:block;
	border:none;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background:url(../images/top_search_icon.png) no-repeat center center;
	text-indent:-200000px;
}
.content ul.events-list{
	margin:0 0 50px;
}
.content ul.events-list li{
	background:none;
	padding:0 0 45px;
	margin:0 0 32px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
.content ul.events-list li:last-child{
	margin:0;
}
.event-pic{
	width:167px;
	height:161px;
	background:url(../images/featured_event_bg.jpg) no-repeat center center;
	background-size:cover !important;
	background-position:center center !important;
	float:right;
	margin:0 0 0 15px;
}
.event-pic a{
	display:block;
	width:100%;
	height:100%;
}
.event-cont{
	overflow:hidden;
	padding:7px 0 0;
}
.content ul.events-list li .event-date{
	margin:5px 17px 0 0;
}
.event-cont-right{
	overflow:hidden;
}
.content .event-cont-right h4{
	font-size:20px;
	line-height:27px;
	margin: 0 0 2px;
}
.content .event-cont-right p{
	font-size:18px;
	line-height:27px;
	margin:0 0 17px;
}
.calendar {
    overflow: hidden;
	padding:0 0 24px;
}
/*events page end*/


/*event detail page start*/
.event-detail-top{
	overflow:hidden;
	margin:0 0 20px;
}
.event-detail-top .event-date{
	margin:4px 20px 0 0;
}
.event-detail-toprt{
	overflow:hidden;
}
.content .event-detail-toprt h4{
	font-size:22px;
	line-height:27px;
	color:#000;
	margin:0 0 20px;
}
.content .event-detail-toprt ul.event-detail-timing{
	margin:0;
}
.content .event-detail-toprt ul.event-detail-timing li{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:400;
	padding:0 0 0 24px;
	margin:0 0 5px;
}
.content .event-detail-toprt ul.event-detail-timing li:last-child{
	margin:0;
}
.content .event-detail-toprt ul.event-detail-timing li.time{
	background:url(../images/event_detail_icon1.png) no-repeat 0 3px;
}
.content .event-detail-toprt ul.event-detail-timing li.addrs{
	background:url(../images/event_detail_icon2.png) no-repeat 0 3px;
}
.event-share{
	overflow:hidden;
	padding:11px 0;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	margin:0 0 35px;
}
.content .event-share p{
	float:left;
	font-size:24px;
	line-height:31px;
	margin:0 11px 0 0;
	font-family: 'Marck Script', cursive;
}
.content ul.social-links{
	margin:0;
	float:left;
}
.content ul.social-links li{
	padding:0;
	background:none;
	margin:0 6px 0 0;
}
.content ul.social-links li:last-child{
	margin:0;
}
.event-share-left{
	float:left;
}
.event-share .treaty-back{
	float:right;
}
.comments-section{
	padding:38px 0 0;
	margin:42px 0 0;
	overflow:hidden;
	border-top:1px solid #e5e5e5;
}
.content .comments-section h2{
	font-size:22px;
	line-height:26px;
}
.content .comments-section ul{
	margin:0;
}
.content .comments-section ul li{
	margin:0 0 19px;
	padding:0 0 0 25px;
	background-position:0 41px !important;
}
.content .comments-section ul li:last-child{
	margin:0;
}
.content .comments-section ul li.red{
	background:url(../images/com_circle_red.png) no-repeat 0 41px;
}
.content .comments-section ul li.blue{
	background:url(../images/com_circle_blue.png) no-repeat 0 41px;
}
.content .comments-section ul li.yellow{
	background:url(../images/com_circle_yellow.png) no-repeat 0 41px;
}
.comment-box{
	position:relative;
	padding:21px 15px 21px 38px;
	background-color:#efefef;
	margin:0 0 0 30px;
}
.comment-box:before{
	position:absolute;
	top:36px;
	left:-30px;
	width:30px;
	height:30px;
	display:block;
	content:'';
	background:url(../images/comment_ar.png) no-repeat 0 0;
}
.content .comment-box p{
	line-height:27px;
	margin:0 0 5px;
}
.com-butn{
	overflow:hidden;
}
.com-butn a{
	float:left;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	line-height:33px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.comments-section ul li.red .com-butn a{
	color:#d63831;
}
.comments-section ul li.blue .com-butn a{
	color:#006da3;
}
.comments-section ul li.yellow .com-butn a{
	color:#e2a900;
}
.content .com-butn p{
	float:left;
	line-height:33px !important;
	font-size:14px;
	font-style:italic;
	padding:0 0 0 20px;
	font-weight:400;
	margin:0 0 0 15px;
}
.content .comments-section ul li.red .com-butn p{
	color:#d63831;
	background:url(../images/com_date_icon_red.png) no-repeat 0 8px;
}
.content .comments-section ul li.blue .com-butn p{
	color:#006da3;
	background:url(../images/com_date_icon_blue.png) no-repeat 0 8px;
}
.content .comments-section ul li.yellow .com-butn p{
	color:#e2a900;
	background:url(../images/com_date_icon_yellow.png) no-repeat 0 8px;
}
.event-field{
	overflow:hidden;
	margin:0 0 10px;
	padding:0 15px;
	border:1px solid #d1d2d8;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.comments-section input[type=text]{
	height:50px;
	font-size:16px;
	font-weight:300;
	color:#000;
	width:100%;
	border:none;
	font-family: 'Lato', sans-serif;
}
.comments-section textarea{
	height:144px;
	font-size:16px;
	font-weight:300;
	color:#000;
	width:100%;
	border:none;
	font-family: 'Lato', sans-serif;
	overflow:auto;
	padding:13px 0;
}
.comments-section input[type=submit]{
	font-size:14px;
	height:37px;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	cursor:pointer;
	border:none;
	background-color:#006da3;
	font-family: 'Lato', sans-serif;
	float:right;
	padding:0 13px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin:0 0 20px;
}
.comments-section input[type=submit]:hover{
	background-color:#d63831;
}
.post-below{
	margin:0 0 54px;
	position:relative;
	background-color:#e2a900;
	text-align:center;
}
.post-below:after{
	position:absolute;
	bottom:-34px;
	width:52px;
	height:34px;
	display:block;
	content:'';
	left:35px;
	background:url(../images/post_below_ar.png) no-repeat 0 0;
}
.post-below a span{
	color:#FFF;
	font-size:23px;
	padding:0 0 19px;
	margin:0 0 12px;
	background:url(../images/pods_arrow.png) no-repeat center bottom;
	display:block;
	font-weight:700;
	line-height:28px;
}
.post-below a{
	font-size:16px;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	display:block;
	padding:34px 20px;
}
/*event detail page end*/


/*news page start*/
.content .featured-news .featured-event-head h4{
	font-size:18px;
}
.news-publish-info{
	overflow:hidden;
	margin:0 0 18px;
}
.news-publish-info span{
	display:inline-block;
	vertical-align:top;
	color:#817f7f;
	font-size:14px;
	font-style:italic;
	line-height:16px;
	font-weight:400;
}
.news-publish-info span.published{
	padding:0 0 0 20px;
	background:url(../images/news_publish_icon.png) no-repeat 0 0;
	float:left;
}
.news-publish-info span.com-count{
	padding:0 0 0 18px;
	background:url(../images/comments_icon.png) no-repeat 0 2px;
	float:right;
}
.featured-news .featured-event-head{
	margin:0 0 6px;
}
.featured-news .featured-event-right{
	padding:28px 15px 32px 27px;
}
.archive-year{
	padding:17px 0;
	overflow:hidden;
	border-bottom:1px solid #ececf0;
}
.archive-year label{
	font-size:17px;
	line-height:32px;
	color:#3b3b3b;
	float:left;
	display:block;
	font-weight:300;
	margin:0 12px 0 0;
}
.archive-select{
	overflow:hidden;
}
.archive-select select{
	width:99.5%;
	height:32px;
	background:url(../images/select_ar.png) no-repeat 96% center;
	overflow:hidden;
	-webkit-appearance:none;
	-moz-appearance:none;
	font-size:16px;
	color:#3c3d3d;
	font-weight:300;
	font-family: 'Lato', serif;
	padding:0 0 0 10px;
	margin:0;
	border:1px solid #cbc4bb;
}
#print_year{
	width:30%;
	height:32px;
	background:url(../images/select_ar.png) no-repeat 96% center;
	overflow:hidden;
	-webkit-appearance:none;
	-moz-appearance:none;
	font-size:16px;
	color:#3c3d3d;
	font-weight:300;
	font-family: 'Lato', serif;
	padding:0 0 0 10px;
	margin:0;
	border:1px solid #cbc4bb;
}
#print_month_list{
	width:30%;
	height:32px;
	background:url(../images/select_ar.png) no-repeat 96% center;
	overflow:hidden;
	-webkit-appearance:none;
	-moz-appearance:none;
	font-size:16px;
	color:#3c3d3d;
	font-weight:300;
	font-family: 'Lato', serif;
	padding:0 0 0 10px;
	margin:0;
	border:1px solid #cbc4bb;
}
.archive-select select:focus{
	outline:none;
}
.archive-select select::-ms-expand{
	display:none;
}
.content ul.news-list{
	margin:0 0 44px;
}
.content ul.news-list li{
	float:left;
	padding:0;
	background:none;
	margin:0 16px 18px 0;
	width:356px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.content ul.news-list li:nth-child(2n){
	margin-right:0;
}
.news-pic{
	height:201px;
	width:auto;
	margin:0 -1px;
	background:url(../images/news_pic.jpg) no-repeat center center;
	background-size:cover;
}
.news-pic a{
	display:block;
	width:100%;
	height:100%;
}
.news-content{
	overflow:hidden;
	padding:0 16px;
}
.content ul.news-list li.nopic .news-content{
	border-top:1px solid #e5e5e5;
}
.content .news-content h4{
	font-size:20px;
	line-height:24px;
	background:url(../images/pods_arrow_black.png) no-repeat 0 bottom;
	padding:0 0 13px;
	margin:18px 0 12px;
}
.content .news-content h4 a{
	color:#000 !important;
}
.content .news-content p{
	font-size:18px;
	line-height:27px;
	margin:0 0 8px;
}
.news-content .more{
	margin:0 0 16px;
}
/*news page end*/


/*news detail page start*/
.news-detail-pic{
	max-width:100%;
	width: auto;
	margin:0 0 25px;
}
.content ul.news-publish-info{
	margin:0 0 4px;
}
.content ul.news-publish-info li{
	float:left;
	padding:0;
	background:none;
	margin:0 10px 0 0;
	color:#817f7f;
	font-weight:400;
	font-style:italic;
	font-size:14px;
	line-height:16px;
}
.content ul.news-publish-info li:last-child{
	margin:0;
}
.content ul.news-publish-info li.published{
	padding:0 0 0 20px;
	background:url(../images/news_publish_icon.png) no-repeat 0 0;
}
.content ul.news-publish-info li.comments{
	padding:0 0 0 18px;
	background:url(../images/comments_icon.png) no-repeat 0 2px;
}
.content .news-detail-toprt h4{
	margin:0 0 10px;
}
/*news detail page end*/


/*newsletter page start*/
.newsletter-select{
	float:right;
	margin: 0 0 30px;
}
.newsletter-select select{
	width:278px;
	height:32px;
	background:url(../images/select_ar.png) no-repeat 96% center;
	overflow:hidden;
	-webkit-appearance:none;
	-moz-appearance:none;
	font-size:14px;
	color:#32312b;
	font-family: 'Lato', serif;
	padding:0 0 0 10px;
	margin:0;
	border:1px solid #dedede;
	background-size:10px;
}
.newsletter-select select:focus{
	outline:none;
}
.newsletter-select select::-ms-expand{
	display:none;
}
.content ul.newsletters li{
	width:230px;
	margin:0 17px 31px 0;
	float:left;
	padding:0;
	background:none;
	border:1px solid #e5e5e5;
	padding:19px 0 13px;
	text-align:center;
}
.content ul.newsletters li:nth-child(3n){
	margin-right:0;
}
.newsletter-pic{
	width:203px;
	height:265px;
	margin:0 auto 18px;
	background-size:cover !important;
}
.newsletter-pic1{
	background:url(../images/newsletter1.jpg) no-repeat center 0;
}
.newsletter-pic2{
	background:url(../images/newsletter2.jpg) no-repeat center 0;
}
.newsletter-pic3{
	background:url(../images/newsletter3.jpg) no-repeat center 0;
}
.newsletter-pic4{
	background:url(../images/newsletter4.jpg) no-repeat center 0;
}
.newsletter-pic5{
	background:url(../images/newsletter5.jpg) no-repeat center 0;
}
.newsletter-pic6{
	background:url(../images/newsletter6.jpg) no-repeat center 0;
}
.newsletter-nopic{
	background:url(../images/newsletter_nopic.jpg) no-repeat center center;
}
.newsletter-pic a{
	display:block;
	width:100%;
	height:100%;
}
.content ul.newsletters li h4, .newsletter-detail-pic h4{
	font-size:17px;
	line-height:22px;
	text-transform:uppercase;
	margin:0 15px 35px;
}
.content ul.newsletters li h4 span, .newsletter-detail-pic h4 span{
	display:block;
}
.content ul.newsletters li h4 a{
	color:#000;
}
.content ul.newsletters li .view, .newsletter-detail-pic .order{
	display:block;
	margin:0 15px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	line-height:33px;
	color:#006da3;
	border:2px solid #006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content ul.newsletters li .view:hover, .newsletter-detail-pic .order:hover{
	background-color:#006da3;
	color:#FFF;
}
/*newsletter page end*/


/*newsletter detail page start*/
.content ul.newsltr-info{
}
.content ul.newsltr-info li{
	padding:0;
	background:none;
	margin:0 0 7px;
}
.content ul.newsltr-info li span{
	color:#006da3;
	font-weight:400;
	width:112px;
	display:inline-block;
	position:relative;
	vertical-align:top;
	margin:0 28px 0 0;
}
.content ul.newsltr-info li span:after{
	position:absolute;
	right:0;
	content:':';
	display:block;
	top:0;
}
.newsletter-detail-pic{
	width:307px;
	padding:25px 20px;
	overflow:hidden;
	border:1px solid #e5e5e5;
	text-align:center;
	margin:43px 0 0;
}
.newsletter-detail-pic img{
	width:100%;
	margin:0 0 36px;
}
.newsletter-detail-pic .order{
	margin:0;
}
.newsletter-detail-pic h4{
	margin:0 15px 20px;
}
/*newsletter detail page end*/


/*treaty table meetings page start*/
.content ul.treaty-meetings li{
	width:348px;
	margin:0 34px 34px 0;
	float:left;
	padding:0;
	background:none;
	cursor:pointer;
}
.content ul.treaty-meetings li:nth-child(2n){
	margin-right:0;
}
.content ul.treaty-meetings li.red{
	background-color:#d63831;
}
.content ul.treaty-meetings li.yellow{
	background-color:#e2a900;
}
.content ul.treaty-meetings li.blue{
	background-color:#0277b1;
}
.content ul.treaty-meetings li.green{
	background-color:#72bd3f;
}
.treaty-meeting-block{
	padding:24px 30px 31px 17px;
	overflow:hidden;
	margin:16px;
	border:2px solid rgba(255,255,255,0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content ul.treaty-meetings li:hover .treaty-meeting-block{
	border:2px solid rgba(255,255,255,1);
}
.content .treaty-meeting-block h3{
	font-size:26px;
	line-height:35px;
	color:#FFF;
	text-transform:uppercase;
	padding:0;
	margin: 0 0 15px;
}
.treaty-meeting-block .date, .treaty-meeting-top .date{
	line-height:20px;
	font-size:18px;
	color:#FFF;
	display:block;
	text-transform:uppercase;
	font-weight:700;
	padding:0 0 0 30px;
	background:url(../images/meeting_icon.png) no-repeat 0 0;
	margin:0 0 35px;
}
.treaty-meeting-block .more{
	line-height:33px;
	padding:0 19px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	text-transform:uppercase;
	border:2px solid #FFF;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content ul.treaty-meetings li:hover .treaty-meeting-block .more{
	background-color:#FFF;
}
.content ul.treaty-meetings li.red:hover .treaty-meeting-block .more{
	color:#d63831;
}
.content ul.treaty-meetings li.yellow:hover .treaty-meeting-block .more{
	color:#e2a900;
}
.content ul.treaty-meetings li.blue:hover .treaty-meeting-block .more{
	color:#0277b1;
}
.content ul.treaty-meetings li.green:hover .treaty-meeting-block .more{
	color:#72bd3f;
}
.right-member-login{
	padding:22px 0 30px;
	overflow:hidden;
}
.right-member-field{
	padding:0 20px;
	margin:0 0 10px;
	overflow:hidden;
	background-color:#efefef;
}
.right-member-login input[type=text], .right-member-login input[type=password]{
	height:43px;
	color:#3b3b3b;
	font-size:17px;
	font-weight:300;
	font-family: 'Lato', serif;
	width:100%;
	background-color:transparent;
	border:none;
}
.right-member-login .login{
	line-height:37px;
	padding:0 15px;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color:#006da3;
}
.right-member-login .login:hover{
	background-color:#d63831;
}
.right-member-login .login span{
	display:inline-block;
	vertical-align:top;
	width:48px;
	background:url(../images/pods_arrow.png) no-repeat 0 center;
	height:37px;
}


.right-member-login input[type=submit]{
	line-height:37px;
	padding:0 15px;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	background:url(../images/pods_arrow.png) no-repeat 0;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color:#006da3;
	    border: none;
}
.right-member-login input[type=submit]:hover{
	background-color:#d63831;
}


/*treaty table meetings page end*/


/*treaty table meeting detail page start*/
.treaty-meeting-top{
	overflow:hidden;
	margin:0 0 24px;
}
.content .treaty-meeting-top h2{
	background:none;
	padding:0;
}
.treaty-meeting-top .date{
	background:url(../images/meeting_icon_black.png) no-repeat 0 0;
	color:#000;
	margin:0 0 23px;
}
.treaty-back, .rqst-one{
	line-height:33px;
	padding:0 20px;
	font-size:14px;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	background-color:#006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display:inline-block;
}
.treaty-back:hover, .rqst-one:hover{
	background-color:#d63831;
}
.download-pdf{
	font-size:18px;
	line-height:36px;
	padding:0 0 0 46px;
	font-weight:700;
	color:#006da3;
	text-transform:uppercase;
	background:url(../images/download_pdf_icon.png) no-repeat 0 0;
	display:block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.download-pdf:hover{
	color:#d63831;
}
/*treaty table meeting detail page end*/


/*video resource page start*/
.video-resource-top{
	overflow:hidden;
	margin:0 0 56px;
}
.video-resource-top .search-field{
	float:left;
}
.content .video-resource-top ul.pagination{
	float:right;
	margin:0;
}
.content ul.video-resources{
	padding:21px 0 0;
}
.content ul.video-resources li{
	padding:0;
	background:none;
	float:left;
	position:relative;
	width:355px;
	margin:0 24px 30px 0;
}
.content ul.video-resources li:nth-child(2n){
	margin-right:0;
}
.content ul.video-resources li iframe{
	width:100%;
	height:100%;
}
.video-iframe{
	height:262px;
}
.video-pic{
	overflow:hidden;
	position:relative;
}
.video-pic img{
	width:100%;
}
.video-overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	background:url(../images/home_play.png) no-repeat center 40% rgba(0,0,0,.36);
	background-size:60px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.video-overlay a{
	display:block;
	width:100%;
	height:100%;
}
.content ul.video-resources li:hover .video-overlay{
	background:url(../images/home_play.png) no-repeat center 40% rgba(0,0,0,.6);
}
.content ul.video-resources li h4{
	font-size:17px;
	text-transform:uppercase;
	position:static;
	bottom:0;
	left:0;
	right:0;
	font-weight:400;
	line-height:22px;
	padding:20px 22px;
	background-color:rgba(0,0,0,.94);
}
.content ul.video-resources li h4 a{
	color:#FFF;
}
.right-button{
	display:block;
	line-height:25px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	padding:15px 30px 15px 60px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.right-button span{
	vertical-align:top;
	width:48px;
	height:25px;
	background:url(../images/pods_arrow.png) no-repeat 0 center;
	display:inline-block;
	margin:0 0 0 12px;
}
.right-button.red{
	background-color:#cb3737;
}
.right-button.yellow{
	background-color:#e2a900;
}
.dont-have-acc{
	overflow:hidden;
	padding:20px 25px 24px;
	overflow:hidden;
}
.content .dont-have-acc h2{
	background:none;
	padding:0 !important;
	font-size:28px;
	text-transform:none;
	font-weight:400;
	border:none;
	margin:0 0 13px;
}
.content .dont-have-acc h2:after{
	display:none;
}
.rqst-one{
	line-height:37px;
	padding:0 16px;
}
/*video resource page end*/


/*video resource detail page start*/
.video-big{
	position:relative;
	overflow:hidden;
	height:440px;
	margin:0 0 43px;
}
.video-big iframe{
	width:100% !important;
	height:100% !important;
}
.content .video-big h4{
	font-size:17px;
	line-height:27px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:26px 26px 19px;
	background-color:rgba(0,0,0,.43);
}
/*video resource detail page end*/


/*dashboard page start*/
.content ul.dashboard-links li{
	margin:0 0 11px;
	padding:0;
	background:none;
	font-size:20px;
	line-height:26px;
	font-weight:400;
}
.content ul.dashboard-links li a{
	color:#0a0a0a;
	display:block;
	position:relative;
	padding:12px 46px;
}
.content ul.dashboard-links li a.dash-link1{
	background:url(../images/dashboard_icon1.png) no-repeat 14px 13px #efefef;
}
.content ul.dashboard-links li a.dash-link2{
	background:url(../images/dashboard_icon2.png) no-repeat 14px 11px #efefef;
}
.content ul.dashboard-links li a.dash-link3{
	background:url(../images/dashboard_icon3.png) no-repeat 14px 14px #efefef;
}
.content ul.dashboard-links li a.dash-link1:hover{
	background:url(../images/dashboard_icon1_h.png) no-repeat 14px 13px #006da3;
}
.content ul.dashboard-links li a.dash-link2:hover{
	background:url(../images/dashboard_icon2_h.png) no-repeat 14px 11px #006da3;
}
.content ul.dashboard-links li a.dash-link3:hover{
	background:url(../images/dashboard_icon3_h.png) no-repeat 14px 14px #006da3;
}
.content ul.dashboard-links li a:hover{
	color:#FFF;
}
.content ul.dashboard-links li a:after{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:29px;
	display:block;
	content:'';
	background:url(../images/right_listing.png) no-repeat 0 center;
}
.content ul.dashboard-links li a:hover:after{
	background:url(../images/right_listing_h.png) no-repeat 0 center;
}
/*dashboard page end*/


/*my account page start*/
.my-account{
	overflow:hidden;
	padding:20px 0 0;
}
.my-account label{
	font-size:17px;
	line-height:22px;
	display:block;
	margin:0 0 3px;
}
.account-field{
	padding:0 10px;
	overflow:hidden;
	border:1px solid #e5e5e5;
	margin:0 0 15px;
}
.my-account input[type=text], .my-account input[type=password]{
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#8b8b8b;
	height:45px;
	width:100%;
	border:none;
}
.my-account input[type=submit]{
	float:right;
	margin:2px 0 30px;
}
/*my account page end*/


/*treaty document page start*/
.content ul.faq-list li ul.document-list li{
	background:url(../images/document_listing.png) no-repeat 0 9px;
	padding:0 0 0 15px;
	margin:0 0 4px;
}
.content ul.faq-list li ul.document-list li:last-child{
	margin:0;
}
.content ul.faq-list li ul.document-list li a{
    color: #006da3;
}
.content ul.faq-list li ul.document-list li a:hover{
	text-decoration:underline;
}
/*treaty document page end*/


/*treaty table page start*/
.content ul.small-gap li{
	margin:0 0 9px;
}
.content ul.small-gap li:last-child{
	margin:0;
}
/*treaty table page end*/


/*submit your story page start*/
.submit-story-form{
	overflow:hidden;
}
.right-treaty-map{
	padding:20px 0;
	margin:0 auto;
	width:70%;
}
.right-treaty-map img{
	/*width:100%;*/
}
.content ul.right-piclist{
	margin:0;
}
.content ul.right-piclist li{
	padding:0;
	background:none;
	float:left;
	width:102px;
	margin:0 20px 20px 0;
}
.content ul.right-piclist li:nth-child(3n){
	margin-right:0;
}
.content ul.right-piclist li img{
	width:100%;
	height: 77px;
}
.submit-story-com{
	overflow:hidden;
	margin:0 0 12px;
}
.submit-story-name{
	width:574px;
	float:left;
}
.submit-story-age{
	width:140px;
	float:left;
	margin:0 0 0 17px;
}
.submit-story-form label{
	font-size:17px;
	line-height:22px;
	display:block;
	margin:0 0 9px;
}
.submit-story-form label a{
	color:#006da3;
}
.submit-story-form label a:hover{
	text-decoration:underline;
}
.submit-story-field{
	padding:0 20px;
	overflow:hidden;
	border:1px solid #c7c5bf;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.submit-story-form input[type=text]{
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#8b8b8b;
	height:57px;
	width:100%;
	border:none;
}
.submit-story-form textarea{
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#8b8b8b;
	height:130px;
	width:100%;
	border:none;
	padding:14px 0;
	overflow:auto;
}
.submit-story-form select{
	width:100%;
	height:59px;
	background:url(../images/submit_select_ar.png) no-repeat 97% center;
	overflow:hidden;
	-webkit-appearance:none;
	-moz-appearance:none;
	font-size:15px;
	color:#8b8b8b;
	font-family: 'Lato', serif;
	padding:0 0 0 16px;
	margin:0;
	border:1px solid #c7c5bf;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.submit-story-form select:focus{
	outline:none;
}
.submit-story-form select::-ms-expand{
	display:none;
}
.submit-story-form label.mycheckbox, .inquiry-form label.mycheckbox{
	font-size:15px;
	margin:6px 0 0;
	position:relative;
	padding:0 0 0 28px;
}
.submit-story-form label.mycheckbox input, .inquiry-form label.mycheckbox input {
    display: none;
}
.submit-story-form label.mycheckbox span, .inquiry-form label.mycheckbox span{
    width: 17px;
    height: 17px;
    display: block;
    background:url(../images/checkbox.png) no-repeat 0 0;
 	float:left;
 	margin:3px 10px 0 0;
	position:absolute;
	left:0;
}
.submit-story-form label.mycheckbox input:checked + span, .inquiry-form label.mycheckbox input:checked + span{
    background:url(../images/checkbox_checked.png) no-repeat 0 0;
}
.submit-story-form input[type=submit], .complt-order-ph{
	display:block;
	cursor:pointer;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-family: 'Lato', serif;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height:53px;
	padding:0 45px;
	font-size:16px;
	font-weight:700;
	background-color:#d63831;
	margin:37px 0 50px;
}
.submit-story-form input[type=submit]:hover, .complt-order-ph:hover{
	background-color:#006da3;
}
.complt-order-ph{
	display:none;
}
.submit-upload-field {
	font-size: 0;
	overflow: hidden;
	height: 59px;
	position: relative;
}
.disableInputField {
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 15px;
	font-family: 'Lato', serif;
	background-color: transparent;
	border: none;
	height: 57px;
	float: left;
	padding:0 20px;
	width: 78%;
	border:1px solid #c7c5bf;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.application-form label.fileUpload {
	position: relative;
	margin: 5px 0;
	width: auto;
	font-family: 'Lato', serif;
}
.uploadBtn {
	display: inline-block;
	vertical-align: top;
	background-color: #006da3;
	font-size: 14px;
	color: #FFF !important;
	font-weight: 700;
	padding: 0 26px;
	line-height: 37px;
	float:right;
	margin:10px 0 0;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 15px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: 0;
	left: 0;
	width: 100%;
}
.fileUpload {
	float: right;
}
/*submit your story page end*/


/*order education resources page start*/
.submit-story-form label span{
	color:#d63831;
}
.submit-story-form label.radio{
	font-size:16px;
	line-height:29px;
	font-weight:300;
	margin:0;
}
.submit-story-form label.radio input[type=radio]{
	float:left;
	margin:9px 9px 0 2px;
}
.order-summary{
	overflow:hidden;
	margin:0 0 20px;
}
.content .order-summary h2{
	font-size:22px;
	line-height:26px;
	background:none;
	padding:0;
	text-transform:none;
}
.content .order-summary ul{
	margin:0;
	width:100%;
	display:table;
}
.content .order-summary ul li{
	display:table-row;
	padding:0;
	background:none;
}
.content .order-summary ul li h6{
	display:table-cell;
	vertical-align:top;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 0;
	background-color:#e2a901;
}
.content .order-summary ul li p{
	display:table-cell;
	vertical-align:top;
	font-size:16px;
	line-height:22px;
	margin:0;
	padding:17px 0;
	border-bottom:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
}
.content .order-summary ul li h6.colm1, .content .order-summary ul li p.colm1{
	width:55%;
	padding-left:23px;
	padding-right:5px;
}
.content .order-summary ul li h6.colm2, .content .order-summary ul li p.colm2{
	width:20%;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.content .order-summary ul li h6.colm3, .content .order-summary ul li p.colm3{
	width:25%;
	text-align:right;
	padding-left:5px;
	padding-right:15px;
}
.content .order-summary ul li p:last-child{
	border-right:none;
}
.content .order-summary ul li:last-child p{
	background-color:#eaeaea;
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
}
/*order education resources page end*/


/*teacher resources page start*/
.content ul.resources-list{
	margin:0 0 23px;
}
.content ul.resources-list li{
	width:355px;
	float:left;
	padding:0;
	background:none;
	margin:0 24px 60px 0;
	min-height:532px;
}
.content ul.resources-list li:nth-child(2n){
	margin-right:0;
}
.content ul.resources-list li h5{
	font-size:17px;
	line-height:25px;
	text-transform:uppercase;
	margin:0 0 2px;
}
.content ul.resources-list li h5 a{
	color:#000 !important;
	text-decoration:none !important;
}
.content ul.resources-list li p{
	margin:0 0 15px;
	line-height:23px;
}
.resource-pic-outer{
	overflow:hidden;
	border:1px solid #e5e5e5;
	padding:9px;
	margin: 0 0 25px;
}
.resource-pic{
	height:335px;
	background-size:cover !important;
}
.resource-pic a{
	display:block;
	width:100%;
	height:100%;
}
.resource-pic1{
	background:url(../images/resource1.jpg) no-repeat 0 0;
}
.resource-pic2{
	background:url(../images/resource2.jpg) no-repeat 0 0;
}
.resource-pic3{
	background:url(../images/resource3.jpg) no-repeat 0 0;
}
.resource-pic4{
	background:url(../images/resource4.jpg) no-repeat 0 0;
}
.resource-pic5{
	background:url(../images/resource5.jpg) no-repeat 0 0;
}
.resource-pic6{
	background:url(../images/resource6.jpg) no-repeat 0 0;
}
.resource-pic7{
	background:url(../images/resource7.jpg) no-repeat 0 0;
}
.resource-pic8{
	background:url(../images/resource8.jpg) no-repeat 0 0;
}
.resource-pic9{
	background:url(../images/resource9.jpg) no-repeat 0 0;
}
.resource-bottom{
	overflow:hidden;
}
.resource-bottom .price, .resorce-download-top .price{
	font-size:26px;
	font-weight:700;
	float:left;
	line-height:39px;
	color:#006da3;
}
.resource-bottom a{
	display:inline-block;
	font-size:18px;
	color:#FFF !important;
	text-decoration:none !important;
	text-transform:uppercase;
	line-height:39px;
	padding:0 20px;
	background-color:#006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight:700;
}
.resource-bottom a:hover{
	background-color:#d63831;
}
.resource-bottom a span{
	width:48px;
	height:39px;
	display:inline-block;
	vertical-align:top;
	background:url(../images/pods_arrow.png) no-repeat 0 center;
	margin:0 0 0 8px;
}
.resource-bottom a.add-cart{
	float:right;
}
/*teacher resources page end*/


/*teacher resources free download page start*/
.resorce-download-top{
	overflow:hidden;
	margin:0 0 33px;
}
.resource-detail-pic{
	width:336px;
	float:left;
	padding:9px;
	border:1px solid #e5e5e5;
	margin:0 30px 0 0;
}
.resource-detail-pic img{
	width:100%;
}
.resource-detail-right{
	overflow:hidden;
}
.resource-detail-head{
	overflow:hidden;
	padding: 0 0 15px;
}
.resource-detail-toplt{
	width:70%;
	float:left;
}
.content .resorce-download-top h6{
	text-transform:uppercase;
	font-size:17px;
	line-height:22px;
}
.content .resorce-download-top p{
	line-height:23px;
}
.resource-detail-head .treaty-back{
	float:right;
}
/*teacher resources free download page end*/


/*teacher resources purchase page start*/
.resorce-download-top .price{
	float:none;
	display:block;
	line-height:30px;
}
.quantity{
	overflow:hidden;
	margin:36px 0 30px;
}
.quantity label{
	font-size:15px;
	float:left;
	font-weight:300;
	display:block;
	color:#3b3b3b;
	line-height:35px;
	margin:0 10px 0 0;
}
.quantity input[type=text]{
	height:33px;
	width:60px;
	padding:0 10px;
	border:1px solid #bababa;
	color: #3b3b3b;
	font-size: 15px;
	font-family: 'Lato', serif;
	float:left;
}
/*teacher resources purchase page end*/


/*inquiry form page start*/
.inquiry-form{
	overflow:hidden;
}
.content .inquiry-form h2{
	font-size:28px;
	line-height:33px;
	text-transform:none;
	font-weight:400;
	padding:0;
	background:none;
}
.content .inquiry-form h2.padtop20{
	padding:20px 0 15px;
	border-bottom:1px solid #e5e5e5;
}
.inquiry-com{
	overflow:hidden;
	margin:0 0 14px;
}
.inquiry-form label{
	font-size:17px;
	line-height:22px;
	display:block;
	margin:0 0 3px;
}
.inquiry-form label span{
	color:#006da3;
}
.inquiry-field{
	overflow:hidden;
	padding:0 20px;
	border:1px solid #e5e5e5;
}
.inquiry-form input[type=text]{
	height:45px;
	border:none;
	width:100%;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#8b8b8b;
}
.inquiry-form textarea{
	height:95px;
	border:none;
	width:100%;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#8b8b8b;
	padding:15px 0;
	overflow:auto;
}
.content .inquiry-form p.note{
	font-size:13px;
	color:#383838;
	line-height:18px;
	font-weight:400;
	margin:6px 0 0 3px;
}
.content ul.inquiry-checklist{
	margin:0;
}
.content ul.inquiry-checklist li{
	padding:0;
	background:none;
	margin:0 0 23px;
}
.inquiry-form label.mycheckbox{
	font-size:17px;
	font-weight:400;
	margin:0;
}
.inquiry-field-left{
	width:48%;
	float:left;
}
.inquiry-field-right{
	float:right;
}
.inquiry-form input[type=submit]{
	margin:25px 0 0;
	float:right;
}
.captcha{
	overflow:hidden;
	margin:10px 0 30px;
	width:300px;
	float:left;
	border:1px solid #e5e5e5;
}
.captcha img{
	width:100%;
}
/*inquiry form page end*/


/*initiative directory page start*/
.initiative-select-section{
	padding:50px 0 54px;
	background-color:#efefef;
	overflow:hidden;
	text-align:center;
}
.initiatives-filter{
	overflow:hidden;
	text-align:left;
}
.select-block{
	float:left;
	width:338px;
	margin:0 26px 0 0;
}
.select-block label{
	font-size:17px;
	line-height:22px;
	display:block;
	margin:0 0 3px;
}
.select-block select{
	width:100%;
	height:33px;
	background:url(../images/select_ar.png) no-repeat 98% center #FFF;
	overflow:hidden;
	-webkit-appearance:none;
	-moz-appearance:none;
	font-size:15px;
	color:#3c3d3d;
	font-weight:300;
	font-family: 'Lato', serif;
	padding:0 0 0 10px;
	margin:0;
	border:1px solid #dedede;
}
.select-block select:focus{
	outline:none;
}
.select-block select::-ms-expand{
	display:none;
}
.filter-submit{
	width:46px;
	height:32px;
	background:url(../images/search_icon_wht.png) no-repeat center center #006da3;
	border:none;
	cursor:pointer;
	text-indent:-200000px;
	float:left;
	display:block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin:25px 0 0;
}
.filter-submit:hover{
	background:url(../images/search_icon_wht.png) no-repeat center center #d63831;
}
.initiative-expand-link{
	display:none;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	color:#006da3;
	cursor:pointer;
	padding:0 0 0 30px;
	background:url(../images/filter_icon.png) no-repeat 0 0;
	background-size:23px;
}
.search-by-alpha{
	overflow:hidden;
	padding:28px 0;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.search-by-alpha .search-field{
	float:left;
	width:198px;
}
.search-by-alpha_reconci .search-field{
	float:right;
	width:198px;
	margin: 25px 0 0;
}
.alphabets{
	float:right;
	width:883px;
	margin:0;
	padding:0;
	overflow:hidden;
}
.alphabets li{
	float:left;
	height:32px;
	border-right:1px solid #dedede;
	padding:0 6px 0 0;
	margin:0 6px 0 0;
	font-size:17px;
	text-transform:uppercase;
}
.alphabets li:nth-child(15){
	border-right:none;
	padding:0;
	margin:0;
}
.alphabets li a{
	padding:0 5px;
	line-height:22px;
	display:block;
	margin:5px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.alphabets li a:hover, .alphabets li a.active{
	background-color:#006da3;
	color:#FFF;
}
.content ul.initiatives-list{
	margin:0 0 17px;
	padding:23px 0 0;
}
.content ul.initiatives-list li{
	background:none;
	overflow:hidden;
	padding:0 0 25px;
	margin:0 0 30px;
	border-bottom:1px solid #dedede;
}
.initiative-pic-outer{
	width:210px;
	float:right;
	border:1px solid #dedede;
	margin:0 0 0 50px;
}
.initiative-pic{
	height:176px;
	background-size:cover !important;
	background:url(../images/initiative_pic.jpg) no-repeat 0 0;
	margin:7px;
}
.initiative-iframe{
	height:300px;
	margin:0 0 30px;
}
.initiative-iframe iframe{
	width:100% !important;
	height:100% !important;
}
.initiatives-list .initiative-iframe, .initiative-bottom .initiative-iframe{
	height:176px;
	margin:7px;
}
.initiative-pic a{
	display:block;
	height:100%;
	height:100%;
}
.initiative-cont{
	overflow:hidden;
}
.content .initiative-cont h3{
	font-size:19px;
	padding:0;
	margin:0 0 2px;
	color:#000;
}
.content .initiative-cont h3 a{
	color:#000 !important;
	text-decoration:none !important;
}
.content .initiative-cont span.position{
	color:#817f7f;
	display:block;
	font-size:14px;
	line-height:19px;
	font-weight:400;
	margin:0 0 8px;
}
.initiative-cont .view{
	font-size:14px;
	font-weight:700;
	color:#006da3 !important;
	text-decoration:none !important;
	text-transform:uppercase;
	border:2px solid #006da3;
	display:inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding:0 16px;
	line-height:31px;
}
.initiative-cont .view:hover{
	background-color:#006da3;
	color:#FFF !important;
}
.content .initiative-cont p{
	margin:0 0 19px;
}
/*initiative directory page end*/


/*treaty timeline page start*/
.treaty-timeline{
	/*height:650px;*/
	border:1px solid #e5e5e5;
	margin:0 0 50px;
}
.treaty-timeline iframe{
	width:100%;
	/*height:100%;*/
}
/*treaty timeline page end*/


/*initiative detail page start*/
.initiative-detail-pic{
	max-width:100%;
	margin:17px 0 21px;
	width: auto;
}
.initiative-twit{
	overflow:hidden;
	/*padding:32px 25px 50px;
	border:1px solid #e5e5e5;*/
	margin:0 0 34px;
}
/*.twitter-tweet{
	width:100%;
	height:765px;
}*/
.initiative-twit img{
	width:100%;
}
.initiative-bottom{
	overflow:hidden;
	border:1px solid #e5e5e5;
	margin:30px 0 50px;
}
.initiative-bottom-head{
	border-bottom:1px solid #e5e5e5;
	padding:20px 0 0;
}
.initiative-bottom-head span, .next-story-ph{
	display:inline-block;
	vertical-align:top;
	font-size:28px;
	color:#0a0a0a;
	line-height:34px;
	position:relative;
	padding:0 0 18px;
	/*cursor:pointer;*/
}
.initiative-bottom-head span.prev-story{
	margin:0 0 0 22px;
	float:left;
}
.initiative-bottom-head span.next-story{
	margin:0 22px 0 0;
	float:right;
}
.initiative-bottom-head span:after, .next-story-ph:after{
	height:2px;
	width:164px;
	display:block;
	content:'';
	position:absolute;
	bottom:-2px;
	background-color:#e2a901;
}
.initiative-bottom-head span.prev-story:after{
	left:-22px;
}
.initiative-bottom-head span.next-story:after{
	right:-22px;
}
.next-story-ph{
	display:none;
	margin:20px 0 -25px;
	font-size:22px;
	line-height:26px;
	padding:0 0 15px;
	font-weight:400;
}
.next-story-ph:after{
	bottom:0;
	left:-15px;
	width:120px;
}
.content .initiative-bottom ul{
	margin:0;
	background:url(../images/initiative_bottom_sep.png) repeat-y center 0;
}
.content .initiative-bottom ul li{
	width:50%;
	padding:0;
	background:none;
	margin:0;
	float:left;
}
.initiative-block{
	padding:40px 25px 55px 32px;
	overflow:hidden;
}
.content .initiative-bottom ul li .initiative-cont{
	overflow:visible;
}
.initiative-block .initiative-pic-outer{
	margin:0 0 0 30px;
}
.content .initiative-block .initiative-cont span.position{
	margin:0 0 27px;
}
/*initiative detail page end*/


/*order request page start*/
.content ul.order-table{
	width:100%;
	display:table;
	margin:0 0 20px;
}
.content ul.order-table li{
	padding:0;
	background:none;
	display:table-row;
}
.content ul.order-table li h5{
	display:table-cell;
	vertical-align:top;
	font-size:20px;
	line-height:25px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	padding:17px 10px;
	background-color:#e2a901;
	border-right:1px solid #fac015;
	margin:0;
}
.content ul.order-table li h5.col1{
	width:39%;
	text-align:left;
	padding-left:20px;
}
.content ul.order-table li h5.col2{
	width:15%;
}
.content ul.order-table li h5.col3{
	width:26%;
}
.content ul.order-table li h5.col4{
	width:20%;
	background-color:#d50014;
	border-right:none;
}
.content ul.order-table li:nth-child(odd){
	background-color:#efefef;
}
.order-info{
	padding:18px 10px;
	display:table-cell;
	vertical-align:top;
	border-right:1px solid #dcdcdc;
	text-align:center;
}
.order-info.col1{
	padding-left:20px;
	text-align:left;
	width:39%;
}
.order-info.col2{
	width:15%;
}
.order-info.col3{
	width:26%;
}
.order-info.col4{
	width:20%;
	border-right:none;
}
.content .order-info p{
	line-height:22px;
	margin:0;
}
.order-quantity{
	display:inline-block;
	padding:4px;
	overflow:hidden;
	vertical-align:top;
	background-color:#dedddd;
}
.quantity-plus{
	display:inline-block;
	vertical-align:top;
	width:29px;
	line-height:26px;
	font-size:19px;
	font-weight:300;
	background-color:#ffffff;
	cursor:pointer;
}
.quantity-number{
	font-size:19px;
	line-height:26px;
	font-weight:300;
	display:inline-block;
	width:90px;
}
.content .order-info.col4 p{
	color:#d50014;
}
.content .order-info.col4 p .total-close{
	display:inline-block;
	vertical-align:top;
	width:18px;
	height:18px;
	background:url(../images/total_icon.png) no-repeat 0 0;
	margin:2px 0 0 9px;
}
.content ul.order-table li.total .order-info p{
	font-weight:700;
	color:#000 !important;
}
.content ul.order-table li.total{
	background-color:#e1e1e1;
}
.content ul.order-table li.total .order-info{
	border:none;
	padding:14px 10px;
}
.content ul.order-table li.total .order-info.col1{
	padding-left:20px;
}
.order-buttons{
	overflow:hidden;
	margin:0 0 50px;
}
.order-button-left{
	float:left;
}
.order-button-right{
	float:right;
}
.order-buttons a{
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
	font-size:17px;
	font-weight:700;
	line-height:46px;
	padding:0 17px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color:#006da3;
	margin:0 0 10px;
}
.order-buttons a:hover{
	background-color:#d63831;
}
.order-buttons a span{
	vertical-align:top;
	display:inline-block;
	width:48px;
	height:46px;
	background:url(../images/pods_arrow.png) no-repeat 0 center;
	margin:0 0 0 6px;
}
.order-buttons .order-button-right a{
	float:right;
	clear:both;
}
/*order request page end*/


/*teacher login page start*/
.teacher-login-cont{
	padding:53px 0 199px;
	text-align:center;
	overflow:hidden;
}
.teacher-login-cont h2{
	font-size:30px;
	line-height:34px;
	padding:0 0 21px;
	margin: 0 0 32px;
	background:url(../images/pods_arrow_black.png) no-repeat center bottom;
	text-transform:uppercase;
	font-weight:500;
}
.teacher-login-form{
	width:677px;
	margin:0 auto 60px;
	overflow:hidden;
	text-align:left;
	background-color:#efefef;
}
.teacher-formin{
	padding:50px 40px 76px;
	overflow:hidden;
}
.teacher-login-form label{
	font-size:17px;
	line-height:22px;
	color:#000;
	display:block;
	margin:0 0 7px 4px;
}
.teacher-form-field{
	overflow:hidden;
	background-color:#FFF;
	border:1px solid #d1d2d8;
	padding:0 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin:0 0 17px;
}
.teacher-login-form input[type=text], .teacher-login-form input[type=password]{
	height:61px;
	width:100%;
	border:none;
	display:block;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#000;
	font-weight:300;
}
.teacher-login-form label.mycheckbox{
	font-size:18px;
	margin:6px 0 0;
	position:relative;
	padding:0 0 0 27px;
	font-weight:300;
}
.teacher-login-form label.mycheckbox input {
    display: none;
}
.teacher-login-form label.mycheckbox span{
    width: 19px;
    height: 19px;
    display: block;
    background:url(../images/tea_checkbox.png) no-repeat 0 0;
 	margin:2px 10px 0 0;
	position:absolute;
	left:0;
}
.teacher-login-form label.mycheckbox input:checked + span{
    background:url(../images/tea_checkbox_checked.png) no-repeat 0 0;
}
.teacher-submit{
	overflow:hidden;
	margin:23px 0 0;
}
.teacher-signin{
	padding:0 67px 0 20px;
	line-height:53px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-weight:700;
	font-size:17px;
	background:url(../images/pods_arrow.png) no-repeat 87% center #006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float:left;
	margin:3px 0 0;
	display:block;
}
.teacher-signin:hover{
	background:url(../images/pods_arrow.png) no-repeat 87% center #db3931;
}
.teacher-form-links{
	float:left;
	overflow:hidden;
	margin:0 0 0 18px;
	padding:0;
}
.teacher-form-links li{
	font-size:17px;
	line-height:27px;
	font-weight:300;
}
.teacher-form-links li a{
	color:#d63831;
}
.teacher-form-links li a:hover{
	text-decoration:underline;
}
.teacher-login-cont p{
	font-size:18px;
	line-height:27px;
	font-weight:300;
	text-align:left;
}
.teacher-login-cont p strong{
	font-weight:700;
}
/*teacher login page end*/


/*teacher signin page start*/
.teacher-signin-cont{
	text-align:left;
	padding:53px 0 60px;
	overflow:hidden;
}
.teacher-signin-cont h2{
	background-position:0 bottom;
}
.teacher-signin-form-section{
	padding:0 100px;
	overflow:hidden;
}
.teacher-signin-form{
	padding:30px 0 0;
	overflow:hidden;
}
.teacher-signin-form label {
    display: block;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 9px;
}
.teacher-signin-form input[type="text"], .teacher-signin-form input[type="password"] {
    border: medium none;
    color: #8b8b8b;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    height: 57px;
    width: 100%;
}
.teacher-signin-form p.note {
    color: #383838;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 6px 0 0 3px;
}
.teacher-signin-form label.mycheckbox{
	font-size:15px;
	margin:6px 0 0;
	position:relative;
	padding:0 0 0 28px;
}
.teacher-signin-form label.mycheckbox input {
    display: none;
}
.teacher-signin-form label.mycheckbox span{
    width: 17px;
    height: 17px;
    display: block;
    background:url(../images/checkbox.png) no-repeat 0 0;
 	float:left;
 	margin:3px 10px 0 0;
	position:absolute;
	left:0;
}
.teacher-signin-form label.mycheckbox input:checked + span{
    background:url(../images/checkbox_checked.png) no-repeat 0 0;
}
.teacher-signin-form input[type=submit]{
	padding:0 75px 0 20px;
	height:53px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-weight:700;
	font-size:17px;
	background:url(../images/pods_arrow.png) no-repeat 90% center #006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float:left;
	margin:3px 0 0;
	display:block;
	cursor:pointer;
	border:none;
}
.teacher-signin-form input[type=submit]:hover{
	background:url(../images/pods_arrow.png) no-repeat 90% center #db3931;
}
/*teacher signin page end*/

/* Image Float Alignment */
.img-left {
	margin-right: 20px;
}
.img-right {
	margin-left: 20px;
}


.right-story-block img{
	width:100%;
}
.no-next-story, .no-prev-story{
	width:50%;
}
.content .no-next-story ul, .content .no-prev-story ul{
	background:none;
}
.content .no-next-story ul li, .content .no-prev-story ul li{
	width:auto;
	float:none;
}
.iframe-link{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:block;
}

/*new css added by Anirban 02.06.2016*/
.past-com-testi .more{
	font-size:15px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	line-height:38px;
	padding:0 20px;
	display:inline-block;
	background-color:#006da3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin:25px 0 0;
}
.past-com-testi .more:hover{
	background-color:#d63831;
}
.fancy-content .past-com-head h2{
	font-size:28px;
	font-weight:400;
	margin:0 0 4px;
	line-height:32px;
}
.fancy-content .past-com-head h5{
	font-size:17px;
	line-height:20px;
	font-weight:400;
}
.fancy-content .past-com-testi p{
	font-style:italic;
	margin:0;
	line-height:27px;
	font-weight:300;
}
.fancy-content .past-com-testi p img{
	float:left;
	margin:-12px 5px 0 0;
}
.fancy-content .past-com-testi h4{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	text-transform:uppercase;
	color:#006da3;
	margin:29px 0 0;
	position:relative;
	padding:0 0 0 9px;
}
.fancy-content .past-com-testi h4:before{
	content:'-';
	display:block;
	left:0;
	top:0;
	position:absolute;
}
.fancy-content .past-com-testi h6{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#000;
	padding:2px 0 0 9px;
}
.fancy-content .past-com-head{
	padding:21px 0 17px;
}
.fancy-content .past-com-testi{
	padding:43px 0 30px;
}

.fancy-content ul li,.fancy-content ol li{height:27px!important;}

.event-date p.date{
	font-size:20px;
	line-height:22px;
}
.event-date p.month{
	font-size:12px;
}
.event-date{
	width:68px;
}
.inner-left th {
	vertical-align: top;
	padding-bottom: 15px;
	min-width: 133px;
}
.inner-left td {
	vertical-align:top;
}
/*new css added by Anirban 21.06.2016*/
.header-cart{
	float:right;
}
.cart-icon{
	position:relative;
	float:left;
	width:24px;
	height:24px;
	display:block;
	background:url(../images/cart_icon.png) no-repeat 0 0;
	margin:7px 73px 0 0;
}
.cart-icon span{
	font-size:8px;
	font-weight:700;
	color:#FFF;
	text-align:center;
	display:block;
	background-color:#ff3334;
	width:18px;
	line-height:15px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:absolute;
	top:-15px;
	right:-17px;
}


/*new css added by Anirban 12.07.2016*/

.ftinfo a{
	color:#c4c2c2;
}
.content ul.staff-list li a, .content ul.faq-list li a.faq-link, .content ul.news-list li a, .content ul.newsletters li a{
	text-decoration:none;
}
.news-content .more, .event-cont-right .detail{
	color:#006da3 !important;
	text-decoration:none !important;
}
.news-content .more:hover, .event-cont-right .detail:hover{
	color:#FFF !important;
}

/*new css added by Amal 14.07.2016*/
.news-detail-carousel{
	position:relative;
	margin:0 0 45px;
}
.news-detail-pic{
	overflow:hidden;
	position:relative;
	margin:0 0 8px;
	height:470px;
}
.news-detail-pic img{
	width:100%;
}
.news-detail-thumb{
	margin:0;
	padding:0;
	overflow:hidden;
}
.news-detail-thumb li{
	float:left;
	margin:0 7px 0 0 !important;
	padding:0 !important;
	width:141px;
	height:113px;
	position:relative;
	background-size:cover !important;
	cursor:pointer;
}
.news-detail-thumb li.thumb1{
	background:url(../images/news_thumb1.jpg) no-repeat center 0;
}
.news-detail-thumb li.thumb2{
	background:url(../images/news_thumb2.jpg) no-repeat center 0;
}
.news-detail-thumb li.thumb3{
	background:url(../images/news_thumb3.jpg) no-repeat center 0;
}
.news-detail-thumb li.thumb4{
	background:url(../images/news_thumb4.jpg) no-repeat center 0;
}
.news-detail-thumb li.thumb5{
	background:url(../images/news_thumb5.jpg) no-repeat center 0;
}
.news-detail-carousel .jcarousel-container{
	margin:0 auto !important;
	width:735px !important;
}
.news-detail-thumb li:before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:pointer;
	display:block;
	content:'';
	border:3px solid #0d6eaa;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news-detail-thumb li.active:before{
	opacity:1;
}
.news-detail-carousel .jcarousel-item{
	width:141px !important;
}
.news-detail-carousel .leftArrow, .news-detail-carousel .jcarousel-prev {
	background: url(../images/fancy_prev.png) no-repeat 0 center;
	display: block;
	position: absolute;
	width: 54px;
	height: 84px;
	top:-250%;
	left:0;
	cursor: pointer;
}
.news-detail-carousel .rightArrow, .news-detail-carousel .jcarousel-next {
	background: url(../images/fancy_next.png) no-repeat 0 center;
	display: block;
	position: absolute;
	width: 54px;
	height: 84px;
	top:-250%;
	right:0;
	cursor: pointer;
}
.news-detail-img{
	position:relative;
	overflow:hidden;
}
.news-detail-img img{
	width:100%;
}
.news-detail-iframe{
	overflow:hidden;
	height:100%;
}
.news-detail-iframe iframe{
	width:100%;
	height:100%;
	display:none;
}

/*News Slider Css start*/
#news-slider{
	width:100%;
	margin-bottom:45px;
	position:relative;
}
#news-slider .slider-for .slick-slide{
	width:100%;
	height:469px;
	background-repeat:no-repeat !important;
	background-position:center top !important;
	background-size:cover
}
.slick-prev.slick-arrow{
	position:absolute;
}
.slider-for{
	margin-bottom:8px
}
.slick-prev.slick-arrow, .slick-prev.slick-arrow:hover{
	width:54px;
	height:84px;
	z-index:2;
	left:0;
	background:url(../images/fancy_prev.png) no-repeat 0 center !important
}
.slick-next.slick-arrow, .slick-next.slick-arrow:hover{
	width:54px;
	height:84px;
	z-index:2;
	right:0;
	background:url(../images/fancy_next.png) no-repeat 0 center !important
}
.slider-nav div.thumb{
    width:141px;
    height:113px;
    margin:0 7px 0 0;
    padding:0;
    background-repeat:no-repeat !important;
    background-position:center top !important;
    background-size:cover;
	position:relative;
}


.slider-nav div.thumb:before{
	position:absolute;
	display:block;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:3px solid #0d6eaa;
	opacity:0;
}

.slider-nav div.thumb.slick-current:before{
	opacity:1;
}
.content .event-cont-right h4 a{
	color:#000 !important;
	text-decoration:none !important;
}
blockquote {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 0;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 0;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 0;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    border-left-width: 5px;
        padding-left: 20px;
        padding-right: 8px;
        margin-bottom:15px;
}
.content blockquote p{
  margin-bottom:0px;
}




.content #consil_text ul li{
	font-size:12px;
	line-height:19px;
	background-size:7px;
	background-position:0 5px;
	padding:0 0 0 10px;
}
.content #consil_text ul{
	margin:0;
}
