*[class*="pc-visible"],
*[class*="tablet-hide"],
*[class*="mobile-visible"]{
	display: none !important;
}
.pc-hide,
.tablet-visible,
.mobile-hide{
	display: block !important;
}
.pc-hide-dt,
.tablet-visible-dt,
.mobile-hide-dt{
	display: table !important; ;
}
.pc-hide-dtc,
.tablet-visible-dtc,
.mobile-hide-dtc{
	display: table-cell !important;
}
.pc-hide-dib,
.tablet-visible-dib,
.mobile-hide-dib{
	display: inline-block !important;
}
body{
	font-size: 14px;
}
dl, p, h1, h2, h3, h4, h5, h6, applet, embed, object, frameset{
	margin:0 0 20px;
}
#content .alignleft{
	float: left;
	margin: 0 10px 31px 0;
}
#content .alignright{
	float: right;
	margin: 0 0 31px 10px;
}
#content .aligncenter{
	margin: 0 auto 31px;
}
#content img.alignright,
#content img.alignleft,
#content img.aligncenter{
	width: auto;
}
#content img.alignleft{
	float: left;
	margin: 0 10px 31px 0;
}
#content img.alignright{
	float: right;
	margin: 0 0 31px 10px;
}
#content img.aligncenter{
	margin: 0 auto 31px;
}
#header{
	background-position: 0 88px;
}
#header .container{
	height: 185px;
	padding: 0;
}
#header .logo{
	      background: url(/wp-content/themes/childrensrights/images/CRLogo-5-2b_transparent.png) no-repeat;
    width: 282px;
    height: 153px;
    top: -5px;
    /* left: 7px; */
    background-size: 282px 153px;
}
.top-bar{
	position: absolute;
    top: 6px;
    right: 0;
    width: 433px;
}
.nav-top{
	float: left;
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	font: 11px/20px 'ProximaNovaSemibold', Helvetica, sans-serif;
}
.nav-top > li{
	float: left;
	position: relative;
	background: #fff;
	margin: 0 0 0 11px;
	padding: 0 0px 0 0;
}
.nav-top > li:first-child{
	margin-left: 0;
}
.nav-top .has-drop.open{
	z-index: 20;
}
.nav-top .has-drop > a{
	position: relative;
	padding: 0 23px 0 0;
}
.nav-top .has-drop.open > a{
	z-index: 101;
}
.nav-top .has-drop > a:after{
	content: '';
	position: absolute;
	right: 9px;
	top: 3px;
	background: url(../images/sprite-t.png) no-repeat;
	width: 12px;
    height: 11px;
    background-position: 0px 3px;
}
.nav-top .has-drop.open > a:after{
	background-position: -14px 3px;
}
.nav-top > li > a:hover{
	text-decoration: none;
}
.nav-top a{
	color: #000;
	display: block;
}
.nav-top ul{
	list-style: none;
	margin: 0;
	padding: 27px 0 13px;
	position: absolute;
	top: 0;
	left: -10px;
	min-width: 100%;
	z-index: 100;
	display: none;
	-webkit-box-shadow:0 5px 8px rgba(0,0,0,0.2);
	box-shadow:0 5px 8px rgba(0,0,0,0.2);
	background:#fff;
}
.nav-top .open > ul{
	display: block;
}
.nav-top ul li{
	margin: 8px 0 0;
	position: relative;
}
.nav-top ul li:first-child{
	margin-top: 0;
}
.nav-top ul a{
	padding: 0 10px;
	font: 12px/20px 'ProximaNova', Helvetica, sans-serif;
	color: #6f6f6f;
	background: #fff;
	white-space: nowrap;
}
.nav-top ul ul{
	left: 100%;
	top: 0;
	padding: 5px 0;
}
.nav-top ul .has-drop > a{
	padding-left: 10px;
}
.nav-top ul .has-drop > a:after{
	right: 3px;
}
.nav-top ul .has-drop.open > a:after{
	background-position: -88px -63px;
    top: 2px;
    width: 12px;
    height: 12px;
    right: 0px;
}
.top-bar .socials{
	float: right;
	margin: 8px 23px 0 5px;
}
.socials li{
	margin-left: 0px;
}
.socials a{
	width: 20px;
	height: 20px;
	background: url(../images/socials-t.png) no-repeat;
}
.socials .twitter{
	background-position: -23px 0;
}
.socials .youtube{
	background-position: -46px 0;
}
.socials .rss{
	background-position: -69px 0;
}
.socials.white a{
	width: 28px;
	height: 28px;
	background-position:0 -28px;
}
.socials.white .twitter{
	background-position: -38px -28px;
}
.socials.white .youtube{
	background-position: -76px -28px;
}
.socials.white .rss{
	background-position: -114px -28px;
}
.top-bar .search-form-holder{
	float: right;
	margin: 3px 0 0 0px;
}
.search-form-holder{
	width: 27px;
	height: 32px;
	position: relative;
}
.search-form-holder .block{
	height: 35px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
}
.search-form-holder .block:before,
.search-form-holder .block:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/sprite-t.png) no-repeat -10px -8px;
    width: 6px;
    height: 26px;
}
.search-form-holder .block:after{
	left: auto;
	right: 0;
	background-position: -16px -8px;
}
.search-form-holder .search-form{
	position: absolute;
	top: 0;
	right: 35px;
	height: 32px;
}
.search-form-holder .search-form input[type="text"]{
	float: left;
	background:#fff;
	border:none;
	margin:0;
	padding:8px 3px;
	width:150px;
	color: #5c5c5c;
	font-size: 14px;
}
.search-form-holder .search-form input[type="submit"]{
	float: right;
	background:url(../images/sprite.png) no-repeat -14px -46px;
	border:none;
	width:18px;
	height:18px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.search-form-holder .btn-open{
	position: absolute;
	right: 6px;
    top: 6px;
    background: url(../images/sprite-t.png) no-repeat -10px -33px;
    width: 15px;
    height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}
.main-nav{
	position: absolute;
	top: 42px;
	right: 15px;
	width: 530px;
	padding-left:113px;
}
#nav{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav > li{
	float: left;
	position: relative;
	margin: 11px 0 0 20px;
}
#nav > li:first-child{
	margin-left: 0;
}
#nav > li > a{
	display: block;
	position: relative;
	font: 18px/24px 'Oswald', Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 6px 8px 0;
	height: 58px;
	/*
	//text-shadow:1px 1px 0 #fff, 3px 3px 0 #ccc;
	*/
	text-transform: uppercase;
}
#nav > li > a:before,
#nav > li > a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/sprite-t.png) no-repeat 0 -6px;
	width: 5px;
	height: 58px;
}
#nav > li > a:after{
	left: auto;
	right: 0;
	background-position: -4px -7px;
}
#nav li.donate{
	float: right;
	margin: 0;
}
#nav li.donate > a{
	height: 94px;
	color: #e85757;
	font-size: 24px;
	line-height: 35px;
	padding: 12px 9px 0;
}
#nav li.donate > a:before,
#nav li.donate > a:after{
	background-position: -25px 0;
	width: 6px;
	height: 70px;
	top:12px;
}
#nav li.donate > a:after{
	background-position: -32px 0;
}
#nav > li > a:hover{
	text-decoration: none;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 10px 0 5px;
	position: absolute;
	left: 0;
	top: 68px;
	z-index: 200;
	display: none;
	background: #e85757;
	-webkit-box-shadow:0 5px 8px rgba(0,0,0,0.5);
	box-shadow:0 5px 8px rgba(0,0,0,0.5);
}
#nav .open:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background: url(../images/line.png) repeat-y 50% 0;
	width: 100%;
	height: 12px;
}
#nav .open > ul{
	display: block;
}
#nav > .open > a{
	background: #e85757;
	color: #fff;
	text-shadow:none;
}
#nav > li.open > a:before,
#nav > li.open > a:after{
	display: none;
}
#nav ul li{
	margin: 2px 0 0;
	position: relative;
}
#nav ul li:first-child{
	margin-top: 0;
}
#nav ul a{
	display: block;
	white-space: nowrap;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	font: 19px/25px 'ProximaNovaSemibold', Helvetica, sans-serif;
}
#nav ul ul{
	left: 100% !important;
	top: 0;
	padding: 5px 0;
}
#footer .container{
	padding: 31px 15px;
	position: relative;
}
#footer .f-top-row{
	margin: 0 0 0px;
}
#footer .column{
	margin: 0 0 0 27px;
    width: 95px;
}
#footer .column:first-child{
	margin-left: 0;
}
#footer .column h4{
	margin: 0 0 4px;
	font-size: 12px;
}
#footer .column h4 br{
	display: none !important;
}
#footer .f-nav-mob-hide{
	display: block !important;
}
#footer .column.f-nav-hide{
	display: none !important;
}
.nav-footer{
	font: 11px/20px 'ProximaNova', Helvetica, sans-serif;
}
.nav-footer li{
	margin-top: 7px;
	line-height: 16px;
}
#footer .tablet-row{
	text-align: right;
}
#footer .search-form{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#footer .btn-donate.tablet-visible-dib{
	float: right;
	margin-left: 25px;
}
#footer .btn-donate.tablet-hide-dib + div {
	padding-top: 17px !important;
    padding-right: 0 !important;
    width: 95px;
}
#footer .tablet-row {
	height: 50px;
    width: 50% !important;
    float: right;
}
#footer .socials{
    display: table;
    float: right;
    margin-left: 42px;
    margin-top: 15px;
    margin-bottom: 24px;
}
#footer .socials li {
	margin-left: 12px;
}
#footer .socials a {
	background: url(../images/socials.png);
}
#footer .socials a.facebook{
	background-position: 0 28px;
}
#footer .socials a.twitter{
	background-position: -38px 28px;
}
#footer .socials a.youtube{
	background-position: -76px 28px;
}
#footer .socials a.rss{
	background-position: -114px 28px;
}
#footer .search-form{
	height: 32px;
	width: 182px;
}
#footer p,
#footer address {
	width: 50%;
}
#footer p {
	margin-top: 55px;
}
#footer .search-form:before,
#footer .search-form:after{
	background-position: -68px -44px;
	width: 6px;
	height: 32px;
}
#footer .search-form:after{
	background-position: -77px -44px;
}
#footer .search-form input[type="text"]{
	font-size: 16px;
	width: 130px;
	padding: 7px 0;
}
#footer .search-form input[type="submit"]{
	background-position:-14px -66px;
	width:18px;
	height:18px;
	margin:6px 0 0;
}
.main-slider{
	background: none;
}
.main-slider .content{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 280px;
	padding: 47px 0 0 44px;
	background: #85b7d1;
	font-size: 26px;
	line-height: 35px;
}
.main-slider .content:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -90px;
	background: url(../images/shadow-1.png) repeat-y;
	width: 91px;
}
.main-slider .content .holder{
	margin: 0 -20px 0 0;
	position: relative;
	z-index: 3;
}
.main-slider .content-right .content{
	left: auto;
	right: 0;
}
.main-slider .content-right .content:after{
	background: url(../images/shadow-2.png) repeat-y;
	right: auto;
	left: -90px;
}
.main-slider .content-right .content .holder{
	margin: 0 0 0 -20px;
}
.main-slider .content-right .image{
	float: left;
}
.main-slider p{
	margin: 0 0 35px;
}
.main-slider .button-holder{
	padding: 0 55px 0 0;
}
.main-slider .text-center{
	left: 200px;
	right: 200px;
	bottom: 20px;
}
.main-slider .image{
	float: right;
	height: 387px;
	width: auto;
}
.main-slider .flex-control-nav{
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 0;
	z-index: 100;
	background: none;
}
.main-slider .flex-control-nav li{
	margin-left: 3px;
}
.main-slider .flex-control-nav li a{
	width: 17px;
	height: 17px;
	font-size: 10px;
	line-height: 17px;
}
.section-info{
	padding: 24px 0;
	margin: 0 0 30px;
	line-height: 32px;
}
.section-info .container{
	padding: 0 40px;
}
.section-widgets.container{
	padding: 0 38px;
}
.section-widgets .widget-box{
	width: 330px;
	float: left;
	margin: 0 5px 30px;
}
.widget-box .title{
	padding: 9px 14px;
}
.widget-box .block{
	margin: 5px 0 0;
	padding: 9px 14px 17px;
	border: solid #e1e1e1;
	border-width: 0 4px 4px;
}
.widget-box.widget-box-form{
	width: 460px;
	margin: 0 auto 30px;
	float: none;
}
.widget-box.widget-box-form .block{
	padding: 8px 20px;
}
.widget-box.widget-updates .block{
	padding-bottom: 0;
}
.widget-box.t-left .block,
.widget-box.t-right .block{
	height: 286px;
}
.form-join .text.zip{
	width: 200px;
}
.form-join input[type="button"]{
	width: 200px;
	margin: 0 0 0 9px;
}
.widget-box .btn-scroll{
	background: #e1e1e1;
	margin-bottom: -4px;
}
.section-states{
	padding: 22px 0 18px;
}
.section-states .container{
	padding: 0 18px;
}
.section-title{
	padding: 0;
}
.section-states .states-holder{
	margin-right: -30px;
}
.section-states .state-box{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 356px;
	margin: 0 15px 18px 0;
	padding: 15px 17px 6px;
	min-height: 143px;
	border: none;
}
.section-states .state-box:before,
.section-states .state-box:after{
	content: '';
	width: 4px;
	background: #b4b4b4;
	position: absolute;
	top: 4px;
	bottom: -4px;
	right: -4px;
}
.section-states .state-box:after{
	height: 4px;
	right: -4px;
	left: 4px;
	top: auto;
	width: auto;
}
.state-box .title{
	/* height: 36px; */
	margin: 0 0 20px;
}
.state-box p{
	margin: 0 0 14px;
}
/* page */
#content{
	padding: 0 17px 14px;
}
.page-title{
	font-size: 30px;
	line-height: 36px;
}
.nav-aside{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-aside{
	float: right;
	position: relative;
}
.menu-aside .btn-menu{
	display: block;
	position: relative;
	z-index: 151;
	padding: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font: 16px/26px 'Oswald', Helvetica, sans-serif;
}
.menu-aside .btn-menu:before,
.menu-aside .btn-menu:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(../images/sprite.png) no-repeat -86px -84px;
	width: 6px;
}
.menu-aside .btn-menu:after{
	left: auto;
	right: 0;
	background-position: -94px -84px;
}
.menu-aside .btn-menu i{
	display: inline-block;
	vertical-align: top;
	background: url(../images/sprite.png) no-repeat -52px -128px;
	width: 18px;
	height: 14px;
	margin: 6px 0 0 5px;
}
.menu-aside.open .btn-menu i{
	background-position: -52px -112px;
}
.menu-aside.open .btn-menu{
	text-decoration: none;
	background: #e85757;
	color: #fff;
}
.menu-drop{
	position: absolute;
	top: 26px;
	right: 0;
	width: 200px;
	background: #fff;
	padding: 9px 0;
	z-index: 150;
	-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.6);
	box-shadow:0 3px 10px rgba(0,0,0,0.6);
	display: none;
}
.menu-aside.open .menu-drop{
	display: block;
}
.menu-drop h2,
.widget-aside h2{
	color: #5c5c5c;
	text-transform: uppercase;
	font: 14px/18px 'Oswald', Helvetica, sans-serif;
	margin: 0 0 10px;
}
.nav-aside,
.nav-aside ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-aside ul li{
	border-top: 1px solid #a1a1a1;
}
.nav-aside ul li:first-child{
	border: none;
}
.nav-aside a{
	display: block;
	text-decoration: none;
	padding: 6px 7px;
	color: #517ea5;
	font-size: 12px;
	line-height: 16px;
}
.nav-aside ul a{
	padding-left: 20px;
}
.nav-aside > li > a{
	color: #000;
	font-family: 'ProximaNovaBold', Helvetica, sans-serif;
}
.nav-aside .active > a,
.nav-aside .current_page_item > a{
	background: #6690b4;
	color: #fff;
}
.nav-aside .has-drop.active > a{
	background: none;
	color: #000;
}
.nav-aside a:hover{
	color: #fff;
	background: #6690b4;
	text-decoration: none;
}
.nav-aside .page_item_has_children > a:hover,
.nav-aside .has-drop > a:hover{
	color: #000;
	background: none;
	cursor:default;
}
.menu-drop  h2{
	text-align: center;
}
.menu-drop .nav-aside a{
	text-align: center;
}
.menu-drop .nav-aside ul a{
	padding-left: 5px;
}
.widget-aside h2 br.mobile-hide{
	display: none !important;
}

/* page end */
/* videos */
.media-list{
	margin: 0 -10px 0 0;
}
.media-box{
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin: 0 10px 35px 0;
}
.media-box .image{
	margin: 0 0 15px;
}
.media-box h4{
	font-size: 15px;
	line-height: 18px;
}
.btn-more-holder{
	text-align: right;
}
a.btn-view{
	font-size: 16px;
	line-height: 32px;
	padding: 0 12px;
}
a.btn-view:before,
a.btn-view:after{
	background-position: -102px -43px;
	width: 6px;
}
a.btn-view:after{
	background-position: -110px -43px;
}
/* videos end */

/* class actions */
.cases-area .select-holder .custom-select{
	width: 60%;
}
.case-item{
	padding: 13px 25px;
}
.case-item .l{
	margin: 0 0 -5px;
	padding: 3px 0 0;
	float: left;
}
.case-item .r{
	text-align: left;
	float: right;
}
.case-item .r img{
	max-height: 32px;
	margin: 0 28px 0 0;
}
/* class actions end */
/* indv state */
.state-title{
	margin: -10px 0 6px;
}
.state-title h1{
	font-size: 26px;
	line-height: 30px;
}
.state-title h1 em{
	font-size: 23px;
}
.state-panel .buttons{
	float: left;
	width: 48%;
	margin: 0;
}
.state-panel .select-holder{
	float: right;
	width: 51%;
}
.content-style blockquote{
	margin: -10px 0 24px;
}
.content-style li{
	margin: 5px 0 0;
}
.text-box{
	width: 262px;
}
/* indv state end */
/* blog */
.menu-aside.blog{
	margin-top: -78px;
}
.menu-aside .btn-menu.v1{
	width: 42px;
	padding: 0;
	background-color: #fff;
	text-indent: -9999px;
	background-color: #e85757;
}
.menu-aside .btn-menu.v1:before{
	background-position: -102px -119px;
}
.menu-aside .btn-menu.v1:after{
	background-position: -110px -119px;
}
.menu-aside .btn-menu.v1 i{
	display: block;
	position: absolute;
	left: 11px;
	right: 0;
	top: 6px;
	bottom: 0;
	margin: 0;
	background-position: -52px -112px;
}
.menu-aside.open .btn-menu.v1{
	background: #fff;
}
.menu-aside.open .btn-menu.v1 i{
	background-position: -52px -128px;
}
.posts-holder article{
	margin-top: 35px;
}
.posts-holder article header{
	margin: 0 0 10px;
}
.posts-holder article header h1{
	display: inline-block;
	margin: 0 5px 0 0;
}
.posts-holder article header .meta{
	display: inline-block;
}
.posts-holder article p{
	margin: 0 0 15px;
}
.meta-row .cell{
	padding: 4px 14px;
}
.meta-row .post-date{
	font-size: 13px;
}
.pagenavi-holder{
	text-align: right;
	margin: 30px 0 0;
}
.wp-pagenavi{
	font-size: 16px;
	line-height: 28px;
	height: 32px;
	padding: 2px 6px 0;
}
.wp-pagenavi:before{
	background-position: -102px -43px;
}
.wp-pagenavi:after{
	background-position: -110px -43px;
}
.wp-pagenavi a,
.wp-pagenavi span{
	margin: 0 0 0 3px;
}
/* blog end */
/* blog single */
.menu-aside.s-blog{
	margin: -33px -15px 0 0;
}
.menu-aside .btn-menu.v2{
	line-height: 32px;
}
.menu-aside .btn-menu.v2 i{
	margin: 9px 0 0;
}
.menu-aside .btn-menu.v2:before{
	background-position: -102px -43px
}
.menu-aside .btn-menu.v2:after{
	background-position: -110px -43px;
}
.post-meta{
	margin: 0 0 33px;
}
.meta-row.v1{
	margin: -33px 0 0 -13px;
	width: 716px;
}
a.btn-view i{
	display: inline-block;
	vertical-align: top;
	margin: 9px 0 0 6px;
	background-position: -140px -68px;
	width: 13px;
	height: 15px;
}
#content .alignright.v1{
	margin-top: -46px;
}
.menu-aside .btn-menu.v2+.menu-drop{
	top: 32px;
}
/* blog single end */
/* publications */
.p-filters{
	padding: 16px 20px;
	margin: 0 -20px;
	text-align: center;
}
.p-filters .custom-select{
	width: 220px;
	margin: 0 0 0 35px;
}
.p-filters .custom-select:first-child{
	margin-left: 0;
}
.p-article{
	padding: 16px 24px;
}
.p-article .content{
	float: left;
	width: 480px;
}
.p-article .image{
	float: right;
	margin: 4px 0 0;
}
.p-article .p-content{
	padding: 0;
	margin: 0 0 -21px;
}
.p-article .btn-holder{
/*	position: absolute;
	right: 172px;
	bottom: 22px; */
	margin-top: 10px;
	float: left;
}
.p-article header{
	margin: 0 0 15px;
}
.p-article .title{
	margin: 0 0 14px;
}
.p-article .p-meta-row{
	font-size: 13px;
}
.p-article .p-meta-row a{
	margin: 0 20px 0 0;
}
.p-date{
	font-size: 13px;
}
/* publications end */

.dcwss.dc-feed .stream li .inner{
	width: 252px;
}
.meta-row.v2{
	margin: 0 0 4px;
}
.content-single.v1{
	padding: 15px 0 0;
}






/************* content specific ********/
.bio{
	clear: both;
	padding-top: 40px;
	
}
.biotext{
	margin-left: 220px;	
}
#brothersbio{
	margin-left: 310px;	
}
div.press-releases-holder.content-style.cf p {
	margin-top:-10px;
}
p.pr-readmore {
  margin-top:-20px !important;
  padding-bottom: 10px;
}