@charset "utf-8";
/* CSS Document */
body{
	background-color:#fff;
    width:100%;
    height:100%;
    margin: 0;
    font-family: 'Mercury Text G1';
}
/*strong {
    font-weight: bold;
    color: #002f4e;
    font-size: 18px;
    font-family: 'Gotham';
    text-transform: uppercase;
}*/
h3, .h3{
	color:#002f4e;
}
li{
	list-style:none;
}
img{
    max-width:100%;
    border:0;
	height:auto;
}
/*Placeholder*/
a{
	color:#003f4e;
}
a:hover{
	color:#faa61a;
}
p, .mercury_text_g2{
    font-size: 17px;
    /*font-family: 'Mercury Text G2';*/
	font-family:'MercuryTextG2-Roman';
    color: #000000;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 0;
    letter-spacing: 0.01em;
}
blockquote {
    margin: 0 0 30px;
    padding: 0;
	color:#000000;
    border: none;
}
blockquote cite:before{
	content:"--"
}
hr{
	border:solid #000;
	border-width:1px 0 1px;
	padding:3px;
}
input::-webkit-input-placeholder { color:#fff; opacity: 1; }
input::-moz-placeholder { color:#fff; opacity: 1; }  /*firefox 19+*/ 
input:-ms-input-placeholder { color:#fff; opacity: 1;} /* ie */

.search_wrap input::-webkit-input-placeholder { color:#003f4e; opacity: 1; }
.search_wrap input::-moz-placeholder { color:#003f4e; opacity: 1; }  /*firefox 19+*/ 
.search_wrap input:-ms-input-placeholder { color:#003f4e; opacity: 1;} /* ie */

.case_search_sidebar input::-webkit-input-placeholder { color:#003f4e; opacity: 1; }
.case_search_sidebar input::-moz-placeholder { color:#003f4e; opacity: 1; }  /*firefox 19+*/ 
.case_search_sidebar input:-ms-input-placeholder { color:#003f4e; opacity: 1;} /* ie *

.search_wrap input::-webkit-input-placeholder { color:#003f4e; opacity: 1; }
.search_wrap input::-moz-placeholder { color:#003f4e; opacity: 1; }  /*firefox 19+*/ 
.search_wrap input:-ms-input-placeholder { color:#003f4e; opacity: 1;} /* ie */

.form-control input::-webkit-input-placeholder { color:#585858; opacity: 1; }
.form-control input::-moz-placeholder { color:#585858; opacity: 1; }  /*firefox 19+*/ 
.form-control input:-ms-input-placeholder { color:#585858; opacity: 1;} /* ie */

.find_issue input::-webkit-input-placeholder { color:#000000; opacity: 1; }
.find_issue input::-moz-placeholder { color:#000000; opacity: 1; }  /*firefox 19+*/ 
.find_issue input:-ms-input-placeholder { color:#000000; opacity: 1;} /* ie */

textarea::-webkit-input-placeholder { color:#bebebe; opacity: 1; }
textarea::-moz-placeholder { color:#bebebe; opacity: 1; }  /*firefox 19+*/ 
textarea:-ms-input-placeholder { color:#bebebe; opacity: 1;} /* ie */

/*End Reset*/
.clearfix{
    clear: both;
}
*, ::after, ::before {
	box-sizing: border-box;
}
h4 {
    font-size: 17px;
    line-height: 23px;
    color: #003f4e;
    font-family: 'Mercury Text G2';
    font-weight: 600;
	margin-bottom:28px;
}
.container{
	max-width:1100px;
	margin:0 auto;
}
.holder{
	margin:0 auto;
	max-width:1020px;
}
/*.small_container{
	max-width:760px;
	margin:0 auto;
}*/

.header-bg {
    padding: 0;
    display: block;
    width: 100%;
    z-index: 2;
    background-color: #003f4e;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
}
.head-wrap{
	padding:23px 0 0;
}
.header-bg.fixed-header .head-wrap {
    padding: 10px 0 0;
}
.header-right{
	float:right;
	/*width:80%;*/
	width:57%;
	margin:0;
	/*padding:7px 0 0;*/
	padding:17px 0 0;
	text-align:right;
}
.logo{
	float:left;
	margin:2px 0 20px;
	padding:0;	
}
.header-right ul{
	margin:0;
	padding:0;
}
.header-right ul li{
	display:inline-block;
	/*margin:19px 14% 0 0*/
	margin:19px 5% 0 0;
	float:right;
	padding:0;
}
.header-right ul li:first-child{
	margin:12px 0 0;
}
.header-right ul li a{
	color:#fff;
	text-decoration:none;
	font-family: 'Gotham';
	font-weight:bold;
	letter-spacing:3px;
	text-transform:uppercase;
}
.header-right ul li a:hover,.header-right ul li:last-child a:hover, .nav ul li a.active{
	color:#fddb00;
}
.header-right ul li:last-child{
	margin-top:10px;
}
.fixed-header .header-right ul li:last-child {
    margin-top: 7px;
}
.header-right ul li:last-child a {
    color: #003f4e;
    min-width: 105px;
    display: inline-block;
    background-color: #fddb00;
    padding: 10px 2px;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    letter-spacing: 1px;
}
.header-right ul li a:hover{
	color:#faa61a;
}
 .header-right ul li:last-child a:hover{
	color:#fff;
	background-color:#faa61a;
}
.header-right ul li a .fa {
    font-size: 30px;
}
.logo img {
    display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header-bg.fixed-header .logo img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header-bg.fixed-header {
    position: fixed;
    top: 0;
	padding:0 0 12px;
    width: 100%;
	max-width:100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
}
.header-bg.fixed-header .logo{
	/*max-width:120px;*/
	max-width:140px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
	margin:0;
}
.header-bg.fixed-header .logo.desktop {
    /*max-width: 300px;*/
	max-width:120px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
}
.header-bg.fixed-header .header-right {
    padding: 0;
}
/*header.header-bg.fixed-header .header-right ul li{
	margin:17px 10% 0 0;
}
header.header-bg.fixed-header .header-right ul li:first-child{
	margin:10px 0 0;
}*/
.close_menu{
	float:right;
	margin:0 0 40px;
	padding:0;
	color:#003f4e;
	background-color:#fddb00;
	font-size:14px;
	display:table;
	font-family: 'Gotham';
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	width:100px;
	height:36px;
	text-align:center;
}
.close_menu:hover{
	background:#faa61a;
	color:#003f4e;
}
.close_menu span{
	display:table-cell;
	vertical-align:middle;
}
.nav{
	background-color:#184a59;
	padding:0 0 110px;
	top:100%;
}
.nav ul{
	margin:0;
	padding:0;
	position:relative;
}
.nav ul li{
	/*display:block;*/
	margin:0;
	list-style:none;
	display:table;
}
.nav ul li a{
	font-size:23px;
	color:#fff;
	line-height:30px;
	letter-spacing:0.01px;
	text-decoration:none;
	margin:0;
	padding:0;
	/*font-family: 'Mercury Text G2';*/
	font-family:'MercuryTextG2-Roman';
	font-weight:400;
}
.plusbtn, .minus {
    font-size: 28px;
    color: #fddb00;
    line-height: 30px;
    letter-spacing: 0.01px;
    text-decoration: none;
    margin: 0 0 0 10px;
    padding: 0;
    font-family: 'Mercury Text G2';
     font-weight: bold;
   /* position: absolute;*/
    left: 10px;
}
.minus{
	display:none;
}
.nav ul li a:hover, .nav ul li:hover > a, .nav ul li.current_page_item > a, .nav ul li.current-menu-item > a{
	color:#fddb00;
}
.nav .holder > ul {
    padding: 47px 0 110px;
    background-image: linear-gradient(to bottom, #fff 2px, rgba(255, 255, 255, 0) 2px);
    background-position: right;
    background-size: 2px 8px;
    background-repeat: repeat-y;
    padding: 0;
   /* width: 29%;
    min-width: 325px;*/
	width: 20%;
    min-width: 275px;
}
.nav ul{
	min-height:370px;
}
.nav .holder > ul li > ul {
    min-width: 405px;
}

.nav .holder > ul li > ul > li > ul {
    min-width: 345px;
    width: auto;
}
.nav ul ul {
    position: absolute;
    left: 100%;
    top: 0;
	width:100%;
	padding-left:20px;
	display:none;
}
.nav ul ul ul{
	     background-image: linear-gradient(to bottom, #fff 2px, rgba(255, 255, 255, 0) 2px);
    background-position: left;
    background-size: 2px 8px;
    background-repeat: repeat-y;
}
.nav ul ul li a{
	font-size:14px;
	line-height:25px;
	letter-spacing:0.1em;
	display:block;
	font-family: 'Gotham';
	font-weight:bold;
	text-transform:uppercase;
}
.nav ul ul ul li a {
    font-size: 15px;
    letter-spacing: 0.02em;
	font-weight:500;
	text-transform:none;
	margin:0 0 2px;
}
.nav {
    background-color: #184a59;
    padding:0 0 55px;
    position: absolute;
    width: 100%;


	display:none;
	left:0;
	top: auto;
    z-index: 99999;
}
.fixed-header .nav{
	top:100%;
}
.search_wrap {
    background-color: #fddc03;
    margin: 0;
    width: 100%;
	display:none;
    padding: 23px 25px;
}
.search_wrap input {
    background-color: transparent;
    border: none;
	/*font-family: 'Mercury Text G2';*/
	font-family:'MercuryTextG2-Roman';
    font-weight: 400;
    font-size: 33px;
    letter-spacing: 0.01em;
    display: inline-block;
    color: #003f4e;
    width: 88%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search_wrap input:focus{
	outline:none;
}
.fixed-header .search_wrap {
    padding: 10px 25px;
}
.flexsearch-submit {
    background: url(../images/arrows.png) no-repeat;
	background-position:0 0;
    margin: 5px 0 0;
    padding: 0;
    float: right;
    width: 35px;
    height: 35px;
    border: none;
    cursor: pointer;
    content: "";
    display: inline-block;
    background-size:100% 320px;
}
.flexsearch-submit:focus{
	outline:none;
}
.flexsearch-submit:hover{
	background-position:0 -100px;
}
.fixed-header .search_wrap input {
    font-size: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fixed-header .flexsearch-submit {
    width: 28px;
    height: 28px;
    background-size: 100% 250px;
}
.fixed-header .flexsearch-submit:hover{
	background-position:0 -78px;
}
.home_slider .item{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	padding:70px 0 0;
	height:500px;
}
.slider_content_box{
	background:rgba(0,0,0,0.7);
	/*max-width:500px;
	width:100%;*/
	width:500px;
	margin:0;
	float:right;
	padding:0;
	height:330px;
	display:table;
}
.vertical-center{
	display:table-cell;
	vertical-align:middle;
}
.content_control {
    max-width: 385px;
    width: 100%;
    padding: 0 36px;
}
.content_control h3 {
    font-size: 16px;
    margin: 0 0 15px;
    color: #fddb00;
    text-transform: uppercase;
    font-family: 'Mercury Text G2';
    letter-spacing: 0.1em;
    font-style: italic;
    border-bottom: 1px solid #fddb00;
    width: 100%;
}
.slider_content_box p{
	font-size:31px;
	line-height:33px;
	/*font-family: 'Mercury Text G2';*/
	font-family:'MercuryTextG2-Roman';
	color:#fff;
	margin:0;
	letter-spacing:0.01em;
	padding:0;
}
.click_box_banner {
    max-width: 100%;
    width:98.5%;
    margin: 25px 0 0;
    padding: 0;
	background-color:#fddb00;
    height: 48px;
    display: table;
}
.click_box_banner a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    display: block;
    width: 100%;
    line-height: 15px;
    height: 100%;
    font-weight: bold;
}
.click_box_banner a .blue_span {
    background: #003f4e url(../images/arrows.png) no-repeat;
    background-size: auto 200px;
    width: 48px;
    height: 48px;
    display: block;
    content: "";
    float: left;
    background-position: 48% -107px;
}
.click_box_banner a:hover .blue_span{
	 background-position: 48% -48px;
}
.click_box_banner:hover{
	background:#faa61a;
}
.click_box_banner p {
    float: left;
    margin: 8px 0 0;
    text-align: center;
    letter-spacing: 0.01em;
	display:block;
	color:#003f4e;
	font-size:16px;
	font-family: 'Gotham';
	text-transform:uppercase;
	width:81.5%;
}
.click_box_banner:hover p{
	color:#fff;
}
.click_box {
    max-width: 100%;
    width: 100%;
    margin: 13px 0 0;
   /* padding: 0 20px 12px;*/
   padding:0 15px 12px;
    height: 48px;
    display: table;
}
.home_slider .owl-dots .owl-dot{
	height:20px;
	width:20px;
	border:1px solid #fff;
	border-radius:50px;
	display:inline-block;
	margin:0 11px;
}
.home_slider .owl-dots {
    margin:-60px 0 36px;
    position: relative;
	text-align:center;
}
.home_slider .owl-dots .owl-dot:hover, .home_slider .owl-dots .owl-dot.active{
	border-color:#fddb00;
}
.section_title h2{
	color:#003f4e;
	text-align:center;
	font-family: 'Gotham';
	font-size:24px;
	margin:0 0 26px;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
.home_carousel .owl-prev {
    position: absolute;
    top: 80px;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-prev.png);
    border-radius: 41px;
    color: transparent;
    background-position: 15px 18px;
    left: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.home_carousel .owl-prev:hover{
	background: rgba(255,255,255,0.6) url(../images/arrow-prev.png);
	background-position: 15px 18px;
	background-size:27px;
	background-repeat:no-repeat;
}
.home_carousel .owl-next {
    position: absolute;
    top: 80px;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-next.png);
    border-radius: 41px;
    color: transparent;
    background-position: 23px 18px;
    right: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.home_carousel .owl-next:hover{
	background: rgba(255,255,255,0.6) url(../images/arrow-next.png);
	background-position: 23px 18px;
	background-size:27px;
	background-repeat:no-repeat;
}
.home_carousel .item{
	min-height:280px;
}
.home_carousel .item a{
	text-decoration:none;
}
.carousel_img{
	position:relative;
}

.yellow_head h4{
	font-size:15px;
	text-transform:uppercase;
	margin:0;
	padding:8px 0 7px;
	display:block;
	width:100%;
	text-align:center;
	font-family:'Mercury Text G2';
	font-weight:600;
	
    font-size: 17px;
    font-family: 'MercuryTextG2-Roman';
    color: #000000;
    letter-spacing: 0.01em;	
}
.yellow_head {
    min-width: 153px;
    min-height: 38px;
    background-color: #fddb00;
    text-align: center;
    margin: 0;
    width: 43%;
    position: absolute;
    padding: 0;
    bottom: 0;
    left: 0;
}
.carousel_text h3 {
    font-family: 'Mercury Text G2';
    font-size: 18px;
    color: #000000;
    margin: 0;
    letter-spacing: 0.02em;
    padding: 0;
    line-height: 20px;
}
.carousel_text h3 span{
	color:#faa61a;
}
.carousel-section {
    background-color: #e7e9e9;
	padding:30px 0 32px;
}
.home_carousel .item {
    background-color: #fff;
	padding:0 0 5px;
}
.carousel_text {
    min-height: 60px;
}
.rec-news {
    background-color: #fff;
    padding:34px 0 57px;
}
.news_boxes {
    display: block;
    margin:45px auto 0;
    width: 100%;
    max-width: 670px;
}
.news_box{
	border-bottom:1px solid #818825;
	text-align:center;
	display:block;
	width:100%;
}
.news_box a{
	text-decoration:none;
}
.news_date h5{
	font-size:15px;
	line-height:15px;
	color:#faa61a;
	text-transform:uppercase;
	letter-spacing:0.05em;
	margin:12px 0 5px;
	padding:0;
	font-family: 'Gotham';
	font-weight:bold;
}
.news_box p{
	font-size:21px;
	line-height:26px;
	color:#000000;
	margin:0 0 14px;
	padding:0;
}

.about_info{
	background-color:#eaeced;
	margin:0;
	padding:46px 0 39px;
}

.about_info_left {
    float: left;
    width: 31%;
    margin: 0;
    padding: 0;
}
.about_info_left h2{
	font-size:24px;
	color:#003f4e;
	margin:0 0 25px;
	text-align:left;
	display:block;
	padding:0;
	letter-spacing:0.07em;
	text-transform:uppercase;
}
.about_info_left p{
	font-size:31px;
	color:#003f4e;
	line-height:33px;
	min-height:150px;
	letter-spacing:0.01em;
}
.learnmore {
    background-color: #fddb00;
    margin: 0;
    padding: 15px 0 14px;
    min-width: 220px;
    width: 70%;
    text-decoration: none;
    /*font-size: 21px;*/
	font-size:16px;
    color: #003f4e;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-family: 'Gotham';
    font-weight: bold;
    height: 48px;
}
.learnmore:hover{
	background-color:#faa61a;
	color:#fff;
}
.about_video{
	float:right;
	width:48%;
	margin:0 7% 0 0;
	padding:0;
}
.about_video iframe{
	border:none;
	height:270px;
	width:100%;
}
.signup-section{
	width:100%;
	background-color:#fff;
}
.signup-bg{
	background-color:#fff;
	padding:20px 0;
}
.signup-left {
    background-color: #6d8a95;
    margin: 0;
    padding: 36px 0 7px;
    float: left;
    width: 49.1%;
    min-height: 250px;
}
.signup-holder {
    float: none;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.signup-left h3{
	font-family: 'Mercury Text G2';
	font-weight:600;
	font-size:24px;
	color:#fff;
	margin:0 0 23px;
	padding:0;
	letter-spacing:0.1em;
	display:block;
	font-style:italic;
	text-align:center;
	text-transform:uppercase;
}
.signup-left label{
	font-family: 'Gotham Book';
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.01em;
	font-size:14px;
	margin:0 0 7px;
	display:block;
	padding:0;
}
.signup-left input {
    background-color: #fff;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0 14px;
    display: block;
    height: 35px;
	font-size:16px;
}
.half{
	float:left;
	width:45%;
}
.half:nth-child(2){
	width:50%;
	float:right;
}
.form-control {
    display: block;
    width: 100%;
    margin:0px 0 22px;
}
.signup_form .form-control{
	margin:0 0 20px;
}
.subscribe {
    background-color: #fddb00;
    margin:24px 0 0;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Mercury Text G2';
    font-weight: bold;
    height: 36px;
	border:none;
	cursor:pointer;
}
.subscribe:hover {
    background-color: #faa61a;
    color: #fff;
}
.twitter-box {
    background: url(../images/follow-twitter.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    float: right;
    margin: 0;
    padding: 0;
    width: 49%;
    display: table;
    height: 250px;
}
.v-align{
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
}
.twitter_control{
	max-width:374px;
	width:100%;
	margin:34px auto 0;
	text-align:center;
}
.twitter_control h4{
	font-size:22px;
	letter-spacing:0.1em;
	color:#fff;
	margin:0;
	border-bottom:1px solid #fff;
	padding:0 0 7px;
	text-transform:uppercase;
	font-family: 'Mercury Text G2';
	/*font-weight:bold;*/
	font-weight:600;
	font-style:italic;
}
.twitter_control .fa{
	color:#fff;
	font-size:50px;
	margin:12px auto 0;
}
/*.footer-bg{
	background-color:#003f4e;
}*/
.footer-left{
	float:left;
	width:57%;
	margin:0;
	padding:0;
}
.footer-top{
	padding:24px 0 50px;
}
.footer-nav{
	float:left;
	width:61%;
	margin:0;
	padding:0;
}
.footer-nav ul{
	margin:0;
	padding:0;
}
.footer-nav ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 2% 0 0;
}
.sub-list {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.sub-list:first-child {
    margin-right: 5px;
}
.footer-nav ul li a{
	color:#fff;
	text-decoration:none;
	font-family: 'Gotham';
	letter-spacing:0.01em;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
}
.footer-nav ul li a:hover{
	color:#fddb00;
}
.footer-logo {
    float: left;
	margin:0 15% 0 0;
}
.donate-link {
    float: right;
	font-family: 'Gotham';
	letter-spacing:0.01em;
	font-size:11px;
	line-height:14px;
	color:#fddb00;
	text-decoration:none;
}	
.donate-link:hover{
	color:#faa61a;
}
.foot_right {
    float: right;
    margin: 0;
    padding: 0;
    max-width: 145px;
    width: 100%;
}
.footer_box {
    display: block;
    margin: 0 0 12px;
    padding: 0;
}
.footer_box h5 {
    font-size: 11px;
    color: #fff;
    margin: 0;
    font-family: 'gotham';
    padding: 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 14px;
}
.footer_box p {
    font-size: 10px;
	    font-family: 'gotham';
    color: #fff;
    letter-spacing: 0.01em;
    font-weight: 400;
	font-family: 'Gotham Book';
    margin: 0;
}
.footer_box p a {
    text-decoration: none;
    color: #fff;
}
.footer-icons {
    display: block;

    width: 100%;
    margin: 0 0 14px;
    padding: 0;
}
.footer-icons ul {
    margin: 0;
    padding: 0;
}
.footer-icons ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.footer-icons ul li a .fa {
    color: #fff;
    font-size: 20px;
}
.footer-icons ul li a:hover .fa, .footer_box p a:hover{
	color:#fddb00;
} 
.copyright-div, .copyright-div p{
	color:#fff;
	font-size:9px;
	letter-spacing:0.05em;
	font-family: 'Gotham Book';
	margin:0;
	text-align:center;
}
.copyright-div{
	border-top:1px solid #fff;
	min-height:34px;
	padding:12px 0;
	width:100%;
	display:block;
}
.all_news {
    position: absolute;
    right: 0;
    top: -10px;
}
.all_news a{
	color:#faa61a;
	font-size:20px;
	margin:0;
	padding:0;
    font-family: 'Mercury Text G2';
	font-style:italic;

	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
	text-decoration:none;
}
.rec-news .holder{
	position:relative;
}
.all_news a span {
    background: url(../images/arrows.png) no-repeat;
    width: 33px;
    height: 32px;
    display: inline-block;
    background-position: 0 -69px;
    background-size: 27px;
    position: relative;
    top: 8px;
    margin: 0 0 0 10px;
}
.search_icon{
	display:none;
}
.back-btn {
    background: url(../images/back-btn.png) no-repeat;
    float: right;
    margin: 7px 25px 0 0;
    padding: 0;
    width: 40px;
    display: none;
    height: 28px;
    background-size: 100% 100%;
}
.top-btns h4, .top-btns h5 {
    font-size: 16px;
    color: #fddb00;
    line-height: 40px;
    letter-spacing: 0.01px;
    text-decoration: none;
    margin: 0%;
    padding: 0;
	display:none;
	width:63%;
    /*font-family: 'Mercury Text G2';*/
	font-family:'MercuryTextG2-Roman';
    font-weight: 400;
	text-transform:capitalize;
	position:relative;
	top:10px;
}
.singlepage_header {
    height: 300px;
	background-size:cover !important;
    background-color: #79c6db;
	position:relative;
	/*padding:120px 0 0;*/
	padding:25px 0 0;
}
.banner-head h1, .banner-head h3.category_cases, .banner-head time, .banner-head h3.sub_estate, .banner-head .sr_white_head {
    font-size: 24px;
    margin: 0;
    padding:0px;
	line-height:36px;
    font-family: 'Mercury Text G2';
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    border-bottom: 1px solid #fff;
    display:inline-block;
	font-weight:bold;
    letter-spacing: 0.1em;
}

.banner-head time {
    display: block;
    max-width: 320px;
}
/*.banner-head{
	position:absolute;
	bottom:89px;
	margin:0;
	width:100%;
}*/
.banner-head {
    margin:0;
    width: 100%;
}
.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate{
	font-family: 'Mercury Text G2';
	font-weight:400;
	color:#003f4e;
	font-size:42px;
	margin:10px 0 0;
	line-height:46px;
	letter-spacing:0.01em;
	font-style:normal;
	/*text-transform:capitalize;*/
	border-bottom:none;
}
.banner-head h1.sub-heading.main_heading_cases{
	text-transform:capitalize;
}
.banner-head h1.main_estate {
    color: #fff;
    display: block;
}
.banner-head h3 span, .banner-head h1.main_heading_cases span{
	color:#fff;
}
.search_boxes{
	padding:90px 0;
}
.search_box{
	margin:0 0 20px;
	padding:0;
	display:block;
	width:100%;
}
.search_box h5, .search_box h5 a{
	font-size:17px;
	line-height:23px;
	margin:0;
	padding:0;
	color:#003f4e;
	font-family: 'Mercury Text G2';
	font-weight:bold;
	letter-spacing:0.01em;
}
.search_box h5 a{
	text-decoration:none;
}
.search_box h5 a:hover{
	color:#fddb00;
}
.search_box p{
	font-size:17px;
	/*font-family: 'Mercury Text G2';*/
	font-family:'MercuryTextG2-Roman';
	color:#000000;
	line-height:23px;
	margin:0;
	padding:0;
	letter-spacing:0.01em;
}
.search_content {
    background-color: #fff;
    width: 100%;
}
.pagination{
	display:block;
	margin:45px 0 0;
	padding:0;
	width:100%;
	text-align:center;
}
.pagination ul{
	margin:0;
	padding:0;
}
.pagination ul li{
	display:inline-block;
	padding:0;
	margin:0 5px;
}
.pagination ul li a{
	text-decoration:none;
}
.pagination ul li, .pagination ul li a{
	color:#003f4e;
	font-size:16px;
	letter-spacing:0.01em;
	font-family: 'Gotham';
	font-weight:bold;
}
.pagination ul li a:hover, .pagination ul li.active a, .pagination ul li.active span{
	color:#faa61a;
}
.footer {
    background-color: #003f4e;
}
.banner-head h1, .banner-head h3.category_cases{
	min-width:326px;
}
.case_highlight{
	background-color:#fff;
	width:100%;
	margin:0;
	padding:0 0 56px;
}
.breadcrumbs{
	background-color:#fff;
	width:100%;
	margin:0;
	padding:16px 0 29px;
}
.breadcrumbs ul{
	margin:0;
	padding:0;
}
.breadcrumbs ul li{
	display:inline-block;
	margin:0 0 5px 0;
	padding:0;
}
.breadcrumbs ul li.separator{
	margin:0 14px;
}
.breadcrumbs ul li, .breadcrumbs ul li a{
	font-size:15px;
	letter-spacing:0.1em;
	font-family: 'Gotham';
	color:#003f4e;
	font-weight:bold;
}
.breadcrumbs ul li.item-current, .breadcrumbs ul li.item-current strong{
	color:#faa61a;
	margin-right:0;
}
.breadcrumbs ul li a{
	text-decoration:none;
	color:#003f4e;
}
.breadcrumbs ul li a:hover{
	color:#faa61a;
}
.case-box{
	float:left;
	margin:0 0 33px;
	padding:0;
	width:32.1%;
}
.page-template-ldf-events .case-top{
	min-height:232px;
}
.case-top{
	background-color:#003f4e;
	padding:25px 25px 29px 25px;
	display:block;
	width:100%;
	margin:0;
	/*min-height:232px;*/
	min-height:233px;
}
.case-top h3, .case-top h4{
	font-size:20px;
	line-height:29px;
	letter-spacing:0.01em;
	color:#fddb00;
	margin:0;
	padding:0;
	display:block;
	width:100%;
	font-family: 'Mercury Text G2';
	text-transform:capitalize;
	font-weight:600;
}
.case-box a:hover .case-top h3, .case-box a:hover .case-top h4{
	color:#fff;
}
.case-box a:hover .case-top{
	background-color:#faa61a;
}
/*.ldf_event_box.case-box a:hover .case-top, .ldf_event_box.case-box a:hover .case-bottom{
	background-color:#faa61a !important;
}*/
.case-box a{
	text-decoration:none;
}
.case-box h2{
	font-size:27px;
	line-height:28px;
	letter-spacing:0.01em;
	color:#fff;
	text-decoration:none;
	font-family: 'Mercury Text G2';
	font-weight:600;
}
.case-bottom{
	background-color:#dde0e0;
	display:block;
	width:100%;
	padding:17px 25px;
	min-height:86px;
}
.case-box a:hover .case-bottom{
	background-color:#faa61a;
}
.case-bottom h3, .staff_section .no-image .case-bottom p{
	font-size:18px;
	line-height:20px;
	color:#000000;
	letter-spacing:0.01em;
	font-family: 'Mercury Text G2';
	font-weight:bold;
}
.case-box a:hover .case-bottom h3{
	color:#fff;
}
.case-box:nth-child(3n + 2){
	margin:0 1.85% 33px;
}

.case_highlight .pagination{
	margin-top:12px;
}
.find_issue_section{
	background-color:#a3d6e7;
	margin:0 0 20px;
	/*padding:55px 20px 70px;*/
	padding:55px 20px 0;
	width:100%;
	display:block;
	position:relative;
}
.case_issue_left{
	float:left;
	margin:43px 0 0;
	padding:0;
	width:50%;
}
.issue_anchor{
	background:none;
	border:none;
	font-size:24px;
	letter-spacing:0.1em;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Mercury Text G2';
	text-align:center;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
	width:100%;
	padding:0 8px 8px;
	border-bottom:1px solid #fff;
}
/*.issue_anchor:hover{
	color:#000;
}*/
.case_issue_holder{
	max-width:340px;
	margin:0 auto;
	width:100%;
}
.search_case{
    background-color: #fddb00;
    margin: 28px auto 0;
    width: 100%;
	max-width:257px;
    text-decoration: none;
    font-size: 21px;
    color: #000;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: 'Mercury Text G2';
    font-weight: bold;
    height: 48px;
    border: none;
    cursor: pointer;
	padding:11px 0;
	letter-spacing:0.08em;
}
.find_issue_section .search_case{
	font-size:18px;
}
.search_case:hover{
	color:#000;
}
.search_case:hover{
	background-color:#faa61a;
}
.case_issue_right {
    float: right;
    width: 49%;
    text-align: center;
}
.case_issue_right img{
	display:block;
	margin:0 auto;
	max-width:330px;
	width:100%;
}
.case_highlight_singlepage{
	display:block;
	width:100%;
	padding:15px 0 0;
}
.blue_heading{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
.blue_heading h2{
	display:block;
	margin:0 0 25px;
	font-size:26px;
	line-height:30px;
	letter-spacing:0.01em;
	color:#003f4e;
	padding:0;
    font-family: 'Mercury Text G2';
	/*font-weight:400;*/
}
.case_left{
	float:left;
	width:75%;
	margin:0;
	padding:0;
}
.impact_singlepage .case_left, .page-id-3396 .case_left, .page-id-3396 .case_left{
	width:83%;
}
.case_img{
	margin:0 0 32px;
}
.case_img img{
	display:block;
	height:auto;
}
.mercury-text-g2, .mercury-text-g2 p, blockquote footer cite{
	padding:0;
	font-size:17px;
	line-height:23px;
	/* font-family: 'Mercury Text G2';*/
	font-family:'MercuryTextG2-Roman';
	color:#000000;
	letter-spacing:0.01em;
	font-weight:400;
}
blockquote p, blockquote footer, blockquote footer cite{
	display:inline;
}
.mercury-text-g2 a, .mercury-text-g2 p a{
	color:#faa61a;
	text-decoration:none;
}
.mercury-text-g2 p{
	margin:0 0 29px;
}
.sidebar {
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    width: 21.5%;
}

.case-update{
	background-color:#003f4e;
	display:block;
}
.update-icon {
    background-color: #faa61a;
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    display: table;
}
.update-icon span{
	display:table-cell;
	vertical-align:middle;
}
.update-icon span img{
	display:block;
	margin:0 auto;
	max-width:27px;
}
.related_doc h3, .sidebar h3{
	color:#003f4e;
	font-size:16px;
	text-transform:uppercase;
	margin:0 0 10px;
	padding:0;
	letter-spacing:0.1em;
}
.case-update h3 {
    color: #fff;
    text-align: center;
    float: right;
    width:78%;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing:0.1em;
    margin: 0;
    padding: 14px 0 0;
}
.case-update-box {
    margin:0 0 35px 0;
	display:block;
	border-bottom:2px solid #003f4e;
}
/*.case-update-box h4, */.case-update-box h4 a, .update-box time{
    font-size: 15px;
    text-transform: uppercase;
   /* margin: 20px 0 0;*/
   margin:0;
    padding: 0;
    font-family: 'Gotham';
    color: #faa61a;
	display:block;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.case-update-box a, .case-update-box h4 a{
	text-decoration:none;
	margin-top:17px;
	display:block;
}
.case-update-box, .case-update-box p, .update-box h4{
	font-size:20px;
	font-weight:400;
	line-height:24px;
	padding:0;
	letter-spacing:0.01em;
	font-family: 'Mercury Text G2';
	margin:0;
	color:#000;
}
.case-update-box{
	margin-bottom:20px;
}
.single-case-issue .update-box h4{
	color:#000000;
	margin:0;
}
.update-box:hover h4{
	color:#faa61a;
}
.case-update-box a.readmore{
	color:#faa61a;
	margin:0;
	padding:0;
	text-decoration:none;
}
.case-update-box a.readmore:hover{
	color:#fddb00;
}
.related_doc {
    display: block;
    width: 100%;
    border-bottom: 2px solid #003f4e;
   /* padding: 0 0 10px;*/
   padding:0;
}

.tabs .tab-content{
	display:none;
}
.tab-content.current{
	display:block;
}
.tabs-list li {
    display: inline-block;
    width: 50%;
    float: left;
	background-color:#a3d6e7;
	color:#fff;
	font-weight:500;
	letter-spacing:0.2em;
	cursor:pointer;
	font-family: 'Gotham';
	padding:5px 0;
	text-align:center;
	font-size:15px;
	margin:0;
}
.tabs-list li.current {
    background-color: #fff;
    color: #003f4e;
	font-size:16px;
	letter-spacing:0.1em;
	font-size:16px;
	font-weight:bold;
    box-shadow: 2px -3px 7px #e4e5e6;
    position: relative;
	font-size:15px;
}
.tabs-list {
    padding: 0;
	margin:0 0 28px;
	float:left;
	width:100%;
}
.sidebar_list ul{
	margin:0;
	padding:0;
}
.sidebar_list li, .sidebar_list ul li a, .gray_sidebar_text, .gray_sidebar_text p{
	color:#818285;
	font-size:15px;
	font-family: 'Gotham Book';
	letter-spacing:0.01em;
	line-height:19px;
}
.sidebar_list ul li{
	margin:0 0 20px;
	padding:0;
}
.sidebar_list ul li a{
	text-decoration:none;
}
.sidebar_list ul li a:hover, .sidebar_list ul li.active_li a{
	color:#faa61a;
}
.sidebar .pagination {
    margin: 28px 0 0;
}
.cases_news{	
	display:block;
	width:100%;
	margin:57px 0 40px;
}
.case_highlight_singlepage .cases_news.full_width_owl {
    margin: 40px 0 20px;
}
.cases_news_left{
	background-color:#eeefef;
	float:left;
	width:49%;
	margin:0;
	padding:35px 20px 30px;
}
.cases_news_left:nth-child(2){
	background-color:#e2f1f7;
	float:right;
}
.cases_news h2{
	font-size:20px;
	color:#003f4e;
	margin:0 0 20px;
	padding:0;
	letter-spacing:0.1em;
	text-transform:uppercase;
	display:block;
	width:100%;
	text-align:center;
}
.cases_news_box {
    border-bottom: 1px solid #000;
    max-width: 100%;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 14px;
}
.date {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Gotham';
    text-align: center;
    color: #faa61a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.date time {
    padding: 12px 0 5px;
    display: block;
}
.date h4 {
    font-family: 'Gotham';
    font-size: 15px;
    text-transform: uppercase;
    margin: 12px 0 5px;
    padding: 0;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #faa61a;
}
.cases_news_mercury, .cases_news_mercury p, .cases_news_mercury h4{
    font-family: 'Mercury Text G2';
	font-size:20px;
	line-height:24px;
	letter-spacing:0.01em;
	font-weight:400;
	margin:0;
	color:#000000;
}
.cases_news_box a{
	text-decoration:none;
}
.signup_find_issue {
    margin:40px 0 20px;
}
.banner_header{
	background:url(//via.placeholder.com/1360x380) no-repeat;
	background-size:cover;
	background-position:center;
	height:380px;
	position:relative;
}
/*.banner_shap{
	background:rgba(250,166,26,0.8);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 60% 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 60% 100%);
	width:336px;
	position:absolute;
	height:100%;
	width:40%;
}*/
.banner_content_valign {
    height: 380px;
    display: table;
    padding: 0;
	position:relative;
	text-align:center;
	width:100%;
}
.tablecell_div{
	display:table-cell;
	vertical-align:middle;
}
.banner_content_valign .banner-head{
	position:relative;
	bottom:0;
}
.tabs_links_wrap{
	background-color:#003f4e;
	width:100%;
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
.tabs_links{
	display:block;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
.tabs_links ul{
	margin:0;
	padding:0;
}
.tabs_links ul li{
	display:inline-block;
	margin:0;
	padding:0;
}
.tabs_links ul li a{
	font-family: 'Gotham';
	font-size:14px;
	line-height:17px;
	margin:0;
	padding:0;
	letter-spacing:0.1em;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
}
/*.tabs_links ul li {
	background-image: linear-gradient(to bottom, #fff 2px, rgba(255, 255, 255, 0) 2px);
	background-position: right;
	background-size: 1px 5px;
	background-repeat: repeat-y;	
}*/
.tabs_links ul li {
    display: inline-block;
    margin: 14px 0 12px;
    padding: 0%;
    width: 16.3%;
    text-align: center;
    background-image: url(../images/dotted.png);
    background-position: right top;
    background-repeat: repeat-y;
}
.tabs_links ul li:last-child{
	background:none;
}
/*.tabs_links ul li:last-child a{
	background-image: linear-gradient(to bottom, #fff 2px, rgba(255, 255, 255, 0) 2px);
	background-position: right;
	background-size: 1px 5px;
	background-repeat: repeat-y;	

}*/
.tabs_links ul li a{
	width:100%;
	height:72px;
	padding:0 20px;
	display:table;
}
.tabs_links ul li a:hover, .tabs_links ul li.active a, .tabs_links ul li.menu-item-has-children a, .tabs_links ul li.current-menu-item a{
	color:#fddb00;
}
.tabs_links ul li a span{
	display:table-cell;
	vertical-align:middle;
}
.our_impact_wrap{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
.introduction{
	display:block;
	width:100%;
	margin:0;
	padding:38px 0 44px;
	text-align:center;
}
.introduction h2, .orange_title h2{
	font-size:20px;
	letter-spacing:0.1em;
	color:#faa61a;
	margin:0 0 15px;
	text-transform:uppercase;
	font-family: 'Mercury Text G2';
	font-weight:bold;
	font-style:italic;
}
.mercury-textg2-twenty, .mercury-textg2-twenty p {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.01em;
    font-family: 'Mercury Text G2';
    color: #003f4e;
}
.intro_control{
	margin:0 auto;
	max-width:673px;
	width:100%;
}
.boxes-div{
	display:block;
	width:100%;
	margin:0;
	padding:0 0 40px;
}
.box-div{
	background:#dee2e2 url(//via.placeholder.com/540x360) no-repeat;
	background-size:cover;
	background-position:center;
	float:left;
	width:49%;
	margin:0;
	min-height:360px;
	padding:0;
}
.box-div h3{
    background: none;
    border: none;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    font-family: 'Mercury Text G2';
    text-align: center;
    font-style: italic;
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #000;
	padding:0 0 8px;
}
.boxdiv-conrol{
	max-width:326px;
	margin:140px auto 70px;
	width:100%;
}
.cases_news_boxes .owl-dots .owl-dot{
	height:20px;
	width:20px;
	border:1px solid #003f4e;
	border-radius:50px;
	display:inline-block;
	margin:0 9px;
}
.cases_news_boxes .owl-dots {
    margin:30px 0 0;
    position: relative;
	text-align:center;
	display:none;
}
.cases_news_boxes .owl-dots .owl-dot:hover, .cases_news_boxes .owl-dots .owl-dot.active{
	border-color:#fddb00;
}
.find_issue{
	/*background:#dee2e2 url(http://via.placeholder.com/540x250) no-repeat;*/
	background:url(../images/Search-540x250.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	height:250px;
	width:49.1%;
	float:right;
	display:block;
	padding:90px 15px 0;
}
.find_issue.go_to_our_impact{
	background:url(../images/Impact-540x250.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.find_issue.go_to_our_impact.press_inquiry_box{
	background:url(../images/Press-Inquiries-540x250.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.find_box h4{
    background: none;
    border: none;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Mercury Text G2';
    text-align: center;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #fff;
	text-decoration:none;
	padding-bottom:3px;
}
.search-btn{
    background-color: #fddb00;
    margin: 15px auto 0;
    width: 100%;
    max-width: 200px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: 'Mercury Text G2';
    font-weight: bold;
    height: 48px;
	text-decoration:none;
    border: none;
    cursor: pointer;
    padding: 13px 0;
    letter-spacing: 0.05em;
}
.search-btn:hover{
	background-color:#faa61a;
	color:#fff;
}
.read-more{
    background-color: #fddb00;
    margin: 62px auto 0;
    width: 100%;
    max-width: 257px;
    text-decoration: none;
    font-size: 18px;
    color: #000 !important;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: 'Mercury Text G2';
    font-weight: bold;
    height: 48px;
	text-decoration:none;
    border: none;
    cursor: pointer;
    padding: 13px 0;
    letter-spacing: 0.05em;
}
.read-more:hover{
	background-color:#faa61a;
	color:#fff !important;
}
.find_box {
    margin: 0 auto 0;
    max-width: 330px;
}
.box-div:nth-child(2){
	float:right;
}
.box-div:nth-child(2) h3, .box-div.white_text h3{
	color:#fff;
	border-color:#fff;
}
.about_wrap{
	padding:40px 0 80px;
}
.about_wrap h2{
	color:#003f4e;
	font-size:24px;
	letter-spacing:0.1em;
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin:0 0 35px;
}
.about_box{
	float:left;
	width:25%;
	margin:0;
	padding:0;
	text-align:center;
}
.about_box:nth-child(3n + 2){
	margin:0 12.5%;
}
.about_icon{
	margin:0 0 20px;
	padding:0;
}

.about_box h3{
	font-size:18px;
	letter-spacing:0.1em;
	color:#003f4e;
	margin:0 0 20px;
	padding:0;
	font-family: 'Mercury Text G2';
	font-weight:bold;
	text-transform:uppercase;
}
.mercury_g3_eighteen, .mercury_g3_seventeen p{
	font-size:17px;
	line-height:22px;
	letter-spacing:0.01em;
	color:#000000;
	margin:0;
	font-family: 'Mercury Text G2';
	padding:0;
	min-height:130px;
}
.more{
    background-color: #fddb00;
    margin: 24px auto 0;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    text-align: center;
	max-width:003f4e;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Mercury Text G2';
	padding:8px 0 7px;
	max-width:200px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.more:hover{
	background-color:#faa61a;
	color:#fff;
}
/*.about_boxes .more{
	font-size:16px;
}*/
.about_boxes {
    padding: 0 7%;
}
.signup_wrap{
	background-color:#6d8a95;
	display:block;
	width:100%;
	padding:40px;
	margin:0 0 20px;
}
.signup_wrap .signup-left{
	float:right;
	padding:0;
	min-height:0;
}
.signup_wrap .signup-holder{
	max-width:100%;
}
.signup_content{
	width:38%;
	float:left;
	margin:0;
	padding:0;
}
.signup_content h4 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin: 0 0 22px;
    padding: 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Mercury Text G2';
    font-style: italic;
}
.mercury_g2_thirty_three, .mercury_g2_thirty_three p{
	font-size:32px;
	line-height:33px;
	margin:0;
	padding:0;
	color:#fff;
	display:block;
	letter-spacing:0.01em;
	/*font-family: 'Mercury Text G2';*/
	font-family:'MercuryTextG2-Roman';
}
.banner_header .banner-head{
	bottom:0;
}
.banner_shap2{
	float:right;
	width:50%;
}
.banner_shap {
    position: absolute;
    left: 0;
    width: 47%;
	z-index:1;
}
.banner_shap2 {
    position: absolute;
    width: 35%;
    height: 380px;
    right: 0;
    top: 0;
	z-index:1;
}
.ban_content_control {
    position: relative;
	z-index:1;
}
.banner_shap svg, .banner_shap2 svg{
	height:380px;
}
.singlepag_banner .banner_shap{
	display:none;
}
.singlepage_header .banner-head{
    position:relative;
	bottom:0;
	left:0;
}
.singlepage_banner .banner-head{
    padding:0;
	margin:0;
    width: 100%;
}
section.singlepage_header.singlepage_banner .banner-head .holder {
    height: 300px;
    display: table;
    width: 100%;
}
.singlepage_header  .banner-head .container{
	padding:0;
}
.singlepage_banner .banner-head .ban_content_control, .singlepage_header .banner-head .ban_content_control{
	display:table-cell;
	vertical-align:middle;
}
.singlepage_header.singlepage_banner{
	background:url(//via.placeholder.com/1360x300) no-repeat;
	background-size:cover;
	background-position:center;
	/*height:420px;*/
	height:300px;
	padding-top:0;
}
.
.singlepage_header.singlepage_banner h3.sub-heading {
    font-size: 22px;
}
.impact_singlepage .mercury-textg2-twenty, .impact_singlepage .mercury-textg2-twenty p, .page-id-3396 .mercury-textg2-twenty,  .page-id-3396 .mercury-textg2-twenty p {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.01em;
    font-family: 'Mercury Text G2';
    color: #000;
}
.highlight_carousel_wrap{
	position: relative;
	width:100%;
	margin:30px 0 18px;
	padding:0 ;
}
.highlight_carousel{
	margin:0;
	padding:0;
	width:100%;
	display:block;
}
.highlight_carousel_wrap .case-box, .recipient_carousel .case-box {
    width: 100%;
    float: none;
}
.highlight_carousel .owl-prev, .fiscal_carousel .owl-prev {
    position: absolute;
    top: 29%;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-prev.png);
    border-radius: 41px;
    color: transparent;
    background-position: 15px 18px;
    left: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.highlight_carousel .owl-prev:hover, .fiscal_carousel .owl-prev:hover{
	background: rgba(255,255,255,0.6) url(../images/arrow-prev.png);
	background-position: 15px 18px;
	background-size:27px;
	background-repeat:no-repeat;
}
.highlight_carousel .owl-next, .fiscal_carousel .owl-next {
    position: absolute;
    top: 29%;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-next.png);
    border-radius: 41px;
    color: transparent;
    background-position: 23px 18px;
    right: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.highlight_carousel .owl-next:hover, .fiscal_carousel .owl-next:hover{
	background: rgba(255,255,255,0.6) url(../images/arrow-next.png);
	background-position: 23px 18px;
	background-size:27px;
	background-repeat:no-repeat;
}

.highlight_carousel_wrap hr{
	margin:18px 0px 5px;
}
.case_spotlight_wrap {
    margin:0 0 55px;
    padding: 18px 0 0;
}
.case_spotlight_control{
	max-width:680px;
	margin:0 auto;
	width:100%;
	display:block;
}
.case_spotlight_wrap h3{
	font-size:28px;
	line-height:32px;
	color:#003f4e;
	letter-spacing:0.01em;
	font-family: 'Mercury Text G2';
	font-weight:bold;
	text-align:center;
	margin:33px 0 30px;
}
.left_para {
    float: left;
    width:48.2%;
}
.left_para:nth-child(2){
	float:right;
}
.mercury-text-g2 .left_para p{
	margin:0 0 25px;
}
.listen_now{
	margin:0 auto 33px;
	font-family: 'Gotham';
}
.white_text .box-div h3 {
    color: #fff;
    border-color: #fff;
}
.what_do_wraper{
	margin:0;
	padding:0 0 20px;
	display:block;
	width:100%;
}
.what_do_wraper .orange_title {
    text-align: center;
}
.boxes{
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
.box {
    float: left;
    width: 32.05%;
    margin: 0;
    padding: 0;
}
.list_title, .list_title p{
	color:#faa61a;
	font-weight:600;
	margin:0 0 30px;
}
.semibold_list {
    font-weight: 600;
    font-style: italic;
}
.semibold_list ul li{
	line-height:23px;
	margin:0;
}
.semibold_list ul {
    padding: 0 0 0 17px;
}
.box:nth-child(3n + 2) {
    margin: 0 1.4%;
}
.tmi_box{
	background-color:#a3d6e7;
	width:100%;
	margin:0;
	padding:50px 0;
	position:relative;
	min-width:360px;
}
.tmi_left{
	float:left;
	width:50%;
}
.tmi_heading{
	border-bottom:1px solid #000;
	text-align:center;
}
.tmi_heading, .tmi_heading h3{
	color:#000000;
	font-size:24px;
	letter-spacing:0.1em;
	font-family: 'Mercury Text G2';
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
}
.tmi_heading h3{
	margin:0;
	padding:0 0 6px;
}
.tmi_content_holder {
    margin: 0 auto;
    max-width: 350px;
    display: block;
    width: 100%;
    padding: 20px 0 0;
}
.mercury-textg2-twenty-six, .mercury-textg2-twenty-six p{
	font-size:26px;
	margin:0;
	padding:0;
	font-weight:400;
	text-align:center;
	color:#000000;
	line-height:30px;
	letter-spacing:0.01em;
}
.mercury-textg2-twenty-six span {
    font-size: 20px;
    margin: 15px 0 0;
    display: block;
}
.tmi_content_holder a.read-more {
    margin: 30px auto 0;
}
.tmi_right {
    width: 50%;
    margin: 0;
    position: absolute;
    padding: 0;
    right: 2%;
    bottom: 0;
}
.tmi_right img{
	margin:0 auto;
	display:block;
}
.intro_control p {
    margin: 0;
}
.director_carousel .case-bottom h3{
	letter-spacing:0.02em;
}
.director_carousel .case-top{
	background-color:#6d8a95;
	padding:0;
	min-height:0;
}
.case-bottom span{
	display:block;
}
.director_carousel .case-box a:hover .case-bottom {
    background-color: #dde0e0;
}
.director_carousel .case-box a:hover .case-bottom h3 {
    color: #000000;
}
.director_carousel .case-box{
	margin:0 0 30px;
}
.blue_video {
    background-color: #003f4e;
    margin: 0 0 24px;
}
.blue_video .about_info_left h2 {
    color: #fff;
}
.blue_video .about_info_left p {
    color: #fff;
}
.blue_video .about_info_left h2 span{
	display:block;
}
.case_spotlight_wrap .orange_title {
    text-align: center;
}
.loadmore{
	margin:12px auto 30px;
}

.banner_bar{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(167,169,172,0.6);
	z-index:1;
}
.bar_color{
	height:50px;
	display:table;
}
.banner_bar h4{
	font-size:14px;
	letter-spacing:0.1em;
	margin:0;
	padding:0 40px;
	display:block;
}
.header {
    width: 100%;
    z-index: 999;
}
.banner_bar h5{
	color:#fff;
	margin:0;
	padding:0;
	font-size:14px;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
.gray_links{
	background-color:#dee2e2;
	padding:12px 0;
	margin:0 0 21px;
	width:100%;
}
.gray_links ul{
	margin:0;
	padding:0;
}
.gray_links ul li {
    display: inline-block;
    width: 23%;
    margin:0 2.6% 0 0;
    padding: 0;
}
.gray_links ul li, .gray_links ul li a{
	color:#003f4e;
	font-size:14px;
	 font-family: 'Gotham';
}
.gray_links ul li a{
	text-decoration:none;
}
.gray_links ul li a:hover, .gray_links ul li.current-menu-item a, .gray_links ul li.current-category.child_cat > a, .gray_links ul li.parent_cat.current-category > a{
	color:#faa61a;
}
.gray_links ul li:nth-child(4n + 4) {
    margin-right: 0;
}
.banner_header .banner-head {
    margin: 0;
}
.singlepage_header .banner-head .holder {
    height: 200px;
    display: table;
    width: 100%;
}
.graybar .banner-head .holder {
    padding-bottom: 50px;
}
/*.case-update-box {
    padding: 0 0 5px;
}*/
.case-update-box p {
    margin: 0px 0 20px;
}
.sidebar .italic_text .case-update-box p {
    margin: 0px;
}
.case_highlight_singlepage .pagination {
   /* margin: 35px 0 5px;*/
   margin: 30px 0 0 0;
}
.date_filed h4, .date_filed time{
	color:#faa61a;
	font-size: 17px;
    line-height: 23px;
    font-family: 'Mercury Text G2';
	font-weight:600;
}
.date_filed time{
	margin-bottom:10px;
	display:block;
	font-family: 'Gotham';
	font-weight:400;
}
.full_width_owl .cases_news_left {
    width: 100%;
    float: none;
	background-color:#e2f1f7;
}
.date_filed h4 span{
	font-family: 'Gotham';
    font-weight: 400;
	font-size:16px;
}
.related_tags{
	margin:0;
	padding:0;
}
.relatedtag_heading{
	display:inline-block;
	margin:0 10px 0 0;
	padding:0;
}
.relatedtag_heading h5{
	font-size:17px;
	line-height:23px;
	font-family: 'Mercury Text G2';
	color:#003f4e;
	font-weight:600;
	margin:0;
}
.related_tags ul{
	display:inline;
	margin:0;
	padding:0;
}
.related_tags ul li{
	display:inline-block;
	margin:0 4px 0 0;
}
.related_tags ul li a{
	text-decoration:none;
	margin:0;
	padding:0;
	font-family: 'Gotham';
	font-weight:500;
	font-size:15px;
	line-height:23px;
	letter-spacing:0.01em;
	color:#faa61a;
}
.blue_sub_heading{
	display:block;
	width:100%;
}
.blue_sub_heading, .blue_sub_heading h4{
	font-size:17px;
	line-height:23px;
	color:#003f4e;
	font-family: 'Mercury Text G2';
	font-weight:600;
}
.case_highlight_singlepage .blue_sub_heading, .case_highlight_singlepage .blue_sub_heading h4{
	margin:34px 0 3px;
}
.mercury-text-g2 ul{
	margin:0;
	padding:0 0 0 20px;
}
.mercury-text-g2 ul li {
    list-style: disc;
    margin: 0 0 5px;
    padding: 0;
    line-height: 22px;
    letter-spacing: 0.01em;
}
.mercury-text-g2 ul li a{
	color:#faa61a;
	font-weight:600;
	text-decoration:none;
}
.mercury-text-g2 ul li span{
	font-weight:600;
}
.gray_links ul li{
	float:left;
	margin-bottom:5px;
}
.signup-left.gotham_font h3 {
    font-family: 'Gotham';
    font-style: normal;
}
.signup-left.gotham_font .subscribe {
    font-family: 'Gotham';
}
.gotham_btn.read-more {
    font-family: 'Gotham';
}
.case_search .search_boxes {
    float: right;
    max-width: 630px;
    width: 60%;
	padding-top:0;
}
.sidebar.case_search_sidebar{
	float:left;
	width:38%;
	max-width:386px;
}
.case_search {
    padding-top: 45px;
}
.search_form {
    border: 1px solid #6d8a95;
}
.case_search_sidebar .flexsearch-input {
	font-size:16px;
	letter-spacing:0.1em;
	font-weight:bold;
	font-family:'Gotham';
	margin:0;
	padding:0 16px;
    border: none;
    height: 45px;
    width: 85%;
}
.case_search_sidebar .flexsearch-input:focus{
	outline:none;
}
.search_form {
    border: 1px solid #6d8a95;
    padding: 0;
}

.case_search_sidebar form.search_form {
    margin-left: 40px;
    padding-right: 5px;
}
.case_search_sidebar .flexsearch-submit {
    width: 45px;
    height: 45px;
	margin:0;
    background-size: 26px;
    background-position: 8px 13px;
}
.case_search_sidebar .flexsearch-submit:hover{
	background-position:8px -59px;
}
.sidebar_navigation{
	margin:40px 0 0;
}
.filter_by{
	background-color:#7ac6dc;
	min-height:46px;
	margin:0;
	border-bottom:1px solid #003f4e;
	padding:0;
	display:block;
	width:100%;
}
.filter_by h4 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
	border-bottom:1px solid #003f4e;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px;
    margin: 0;
}
.nav_box h3 {
    color: #818285;
    font-size: 23px;
    letter-spacing: 0.01em;
    margin: 0;
    height: 40px;
    padding: 5px 0 0 35px;
    font-family: 'Mercury Text G2';
    font-weight: 400;
    line-height: 30px;
    background-color: #eeefef;
}
.sidebar_nav ul{
	margin:0;
	padding:0;
}
.sidebar_nav ul li {
    display: block;
    margin: 0 0 5px;
}
.sidebar_nav ul li a{
	font-size:14px;
	line-height:28px;
	letter-spacing:0.1em;
	color:#003f4e;
	font-weight:bold;
	font-family:'Gotham';
	text-transform:uppercase;
	text-decoration:none;
}
.sidebar_nav ul li a:hover, .sidebar_nav ul li.current-menu-item a{
	color:#faa61a;
}
.sidebar_nav {
    background-color: #fff;
    padding: 10px 35px 10px;
}
.sidebar_nav ul li li{
	margin:0;
}
.sidebar_nav ul li li a {
    font-size: 15px;
    font-family: 'Gotham';
    font-weight: 500;
    text-transform: none;
}
.sidebar_nav ul ul{
	margin:10px 0 20px;
	display:none;
	padding-left:28px;
}
.nav_box:nth-child(3) h3 {
    border-bottom: 1px solid #003f4e;
}
.sidebar_nav span.plusbtn, .sidebar_nav span.minus {
    color: #003f4e;
    font-weight: bold;
    position: relative;
    top: 3px;
	margin:0;
}
.sidebar_nav ul li.menu-item-has-children.open > span.plusbtn {
    display: none;
}
.sidebar_nav ul li.menu-item-has-children.open > span.minus{
	display:inline-block;
}
.search_result{
	display: block;
	width:100%;
	margin:0 0 35px;
	min-height:47px;
}
.search_result h3{
	font-size:16px;
	color:#003f4e;
	margin:0 0 10px;
	padding:0;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.search_result h3 span{
	font-family: 'Gotham Book';
	text-transform:none;
	font-weight:500;
	letter-spacing:0.01em;
	font-size:15px;
}
.selected_search{
	font-size:12px;
	font-family: 'Gotham Book';
	color:#003f4e;
}
.selected_search p {
    margin: 0;
    font-size: 12px;
    font-family: 'Gotham Book';
}
.selected_search a {
    text-decoration: none;
    font-size: 18px;
    line-height: 14px !important;
    position: relative;
    top: 2px;
	margin:0 0 0 5px;
}
.selected_search {
    background-color: #eeefef;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
    margin-right: 15px;
}
.clearall{
	font-size:12px;
	color:#003f4e;
	margin:0;
	font-family: 'Gotham Book';
	padding:0;
	letter-spacing:0.01em;
}
.clearall {
    margin: 10px 0 0;
    display: inline-block;
}
.news_wraper .case-top {
    padding: 0;
    text-align: center;
	position:relative;
	min-height:0;
}
.box_date{
	position:absolute;
	bottom:0;
	left:0;
	min-width:153px;
	width:20%;
	background-color:#fddb00;
	min-height:40px;
	padding:10px 0;
	font-weight:600;
	color:#003f4e;
}
.news_wraper .case-top img {
    display: block;
}
.box_date p {
    margin: 0;
}
.news_wraper .case-bottom {
    background-color: #fff;
    padding: 10px 25px;
}
.news_wraper .case-box a:hover .case-bottom {
    background-color: #fff;
}
.news_wraper .case-box a:hover .case-bottom h3{
	color:#000;
}
.new_wrap{
	background-color:#e7e9e9;
	width:100%;
	padding:0;
}
.heading{
	display:block;
}
.heading h3{
	display:block;
	text-align:center;
	font-size:20px;
	color:#003f4e;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-style:italic;
	margin:0 0 30px;
	padding:0;
	padding-top:35px;
	font-family: 'Mercury Text G2';
}
.box_date time{
	color:#000;
}
.news_posts{
	border-top:1px solid #000;
	width:100%;
	display:block;
	margin:32px 0 0;
	padding:3px 0 0;
}
.news_section{
	margin:0 0 50px;
}
.news_post{
	border-top:1px solid #000;
	display:block;
	width:100%;
	padding:35px 0;
}
.newsdate_left {
    float: left;
    width: 13%;
    text-align: right;
    margin-right: 2%;
}
.newsdate_left, .newsdate_left p{
	color:#003f4e;
	font-size:20px;
	letter-spacing:0.01em;
	font-family: 'Mercury Text G2';
	font-weight:bold;
}
.news_right {
    float: left;
    width: 65%;
    margin: 0;
    padding: 0;
}
.news_right h2, .news_right h2 a{
	font-size:28px;
	line-height:32px;
	color:#003f4e;
	margin:0 0 25px;
	font-family: 'Mercury Text G2';
	font-weight:600;
	padding:0;
}
.news_right h2 a{
	text-decoration:none;
}
.news_right h2 a:hover{
	color:#faa61a;
}
.news_right h4 {
    color: #003f4e;	
    font-size: 17px;
    letter-spacing: 0.01em;
    font-family: 'Mercury Text G2';
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    line-height: 22px;
    font-style: italic;
	text-transform:capitalize;
}
.page-template-news .news_right h4{
	text-transform:none;
}
.news_right h4 span, .news_right h4 a{
	color:#faa61a;
}
.news_right h4 a{
	text-decoration:none;
}
.newsdate_left time {
    line-height: 30px;
}

.news_right, .news_right p{
	font-size:17px;
	line-height:23px;
	font-family: 'Mercury Text G2';
	font-weight:400;
	letter-spacing:0.01em;
}
.news_right p{
	margin:0;
}
.news_post:last-child{
	border-bottom:1px solid #000;
}
.news_wraper .case-box {
    width: 32%;
}
.news_wraper .case-box:nth-child(3n + 2) {
    margin: 0 2% 33px;
}
.case_highlight_singlepage h5{
    font-size: 17px;
    line-height: 23px;
    font-family: 'Mercury Text G2';
    color: #003f4e;
    font-weight: 600;
    margin:0 0 10px;
	text-transform:none;
}
/*.case_highlight_singlepage h5 span{
	text-transform:lowercase;
}*/
blockquote footer, blockquote footer cite{
	font-style:normal;
}
blockquote footer cite span {
    font-size: 15px;
    font-weight: 600;
    color: #faa61a;
	letter-spacing:0.01em;
}
.case-update-box p a{
	text-decoration:none;
}
.blue_slider{
	background-color:#003f4e;
	display:block;
	width:100%;
	margin:0 0 35px;
	padding:0;
}
.detail_text {
    text-align: center;
    padding: 50px 5% 25px 5%;
}
.detail_text, .detail_text p{
	font-size:13px;
	line-height:16px;
	min-height:80px;
	letter-spacing:0.01em;
	color:#fff;
	margin:0;
	font-family: 'Mercury Text G2';
	font-style:italic;
}
.detail_owl .owl-dots{
	text-align:center;
}
.detail_owl .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 0 7px;
}
.detail_owl .owl-dots .owl-dot:hover, .detail_owl .owl-dots .owl-dot.active {
    border-color: #faa61a;
}
.detail_owl .owl-prev {
    position: absolute;
    top: 30%;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-prev.png);
    border-radius: 41px;
    color: transparent;
    background-position: 15px 18px;
    left: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.detail_owl .owl-prev:hover{
	background: rgba(255,255,255,0.6) url(../images/arrow-prev.png);
	background-position: 15px 18px;
	background-size:27px;
	background-repeat:no-repeat;
}
.detail_owl .owl-next {
    position: absolute;
    top: 30%;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-next.png);
    border-radius: 41px;
    color: transparent;
    background-position: 23px 18px;
    right: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.detail_owl .owl-next:hover{
	background: rgba(255,255,255,0.6) url(../images/arrow-next.png);
	background-position: 23px 18px;
	background-size:27px;
	background-repeat:no-repeat;
}
.detail_owl .owl-dots {
    text-align: center;
    /*margin-top:-140px;
	padding-bottom:140px;*/
	position:absolute;
    width: 100%;
	top:0;
}
.download_pdf{
    font-size: 17px;
    letter-spacing: 0.01em;
    font-family: 'Mercury Text G2';
    font-weight: 600;
    margin: 0 0 10px;
	color:#faa61a;
    padding: 0;
	text-decoration:none;
    line-height: 22px;
    font-style: italic;
}
.banner-head .black_heading h1, .banner-head .black_heading h3, .banner-head .black_heading h3 span{
	color:#231f20;
}
.box-div.white_text:nth-child(1) {
    background-color: #b3c2c9;
}
.box-div.white_text:nth-child(2) {
    background-color: #9bd2e4;
}
.signup_form .form-control:last-child {
    margin-bottom: 0;
}
.footer-links ul{
	margin:0;
	padding:0;
}
.footer-links ul li{
	display:inline;
	margin:0 5px;
	padding:0;
}
.footer-links ul li a{
	color:#fff;
    font-size: 9px;
    letter-spacing: 0.05em;
    font-family: 'Gotham Book';
    margin: 0;
	text-decoration:none;
}
.footer-links ul li a:hover{
	color:#fddb00;
}
.copyright-div p, .footer-links{
	display:inline-block;
}
.footer-links {
    margin-left: 25px;
}
.dashed_border .tabs_links ul li:first-child a{
	background:url(../images/dotted.png) no-repeat;
	background-repeat:repeat-y;
}
.dashed_border .tabs_links ul li:last-child a{
	background:url(../images/dotted.png) no-repeat;
	background-repeat:repeat-y;
	background-position: right top;
}
.dropdown_links{
	background-color:#003f4e;
	max-width:326px;
	width:100%;
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
}
.dropdown_links > ul {
    background-color: #174a59;
    margin: 0;
    padding: 30px 0 50px 60px;
    display: inline-block;
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
	display:none;
	z-index:1;
}
.dropdown_links ul li{
	display:block;
	margin:0;
	padding:0;
	width:100% !important;
}
.dropdown_links ul li a{
	font-size:14px;
	line-height:28px;
	color:#fff;
	font-weight:500;
	margin:0;
	padding:0;
}
.dropdown_links > ul > li > a{
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.dropdown_links ul li > ul {
    padding-left: 18px;
    margin-bottom: 15px;
    display: inline-block;
	width:100%;
}
.viewall_links a span{
	background:url(../images/orange-icon.png) no-repeat;
	background-size:100%;
	width:40px;
	height:40px;
	display:inline-block;
	margin:0;
	float:left;
	padding:0;
}
.viewall_links a {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
	width:100%;
	letter-spacing:0.02em;
    height: 40px;
}
.viewall_links a p {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    color: #fff;
    margin: 10px 0 0 20px;
	letter-spacing:0.1em;
    font-family: "Gotham";
}
.gray_padding{
	padding:30px 0;
}
.thinking_boxes .thinking_box a:hover .case-top{
	background-color:#003f4e;
}
.thinking_boxes .thinking_box a:hover .case-bottom{
	background-color:#dde0e0;
}
.thinking_box .case-top {
    padding: 0;
	background-color:#003f4e !important;
    position: relative;
}
.thinking_box .case-top h2 {
    padding: 25px 25px 29px 25px;
	margin-bottom:0;
}
.thinking_box .case-top img {
    display: block;
}
.thinking_box .case-top .box_date {
    text-align: center;
}
.thinking_box .case-bottom{
	min-height:97px;
}
.thinking_box .case-bottom h3{
	margin:0;
}
.thinking_box a:hover .case-bottom h3{
	color:#000;
}
.margin_bottom {
    margin-bottom: 25px;
    display: block;
}
.about_tmi_box{
	background-color:#b3c2c9;
}
.about_tmi_box .tmi_heading, .about_tmi_box .tmi_heading h3, .about_tmi_box .mercury-textg2-twenty-six span{
	color:#fff;
}
.about_tmi_box .tmi_heading{
	border-color:#fff;
}
.read-more.loadmore {
    color: #000;
}
.read-more.loadmore:hover{
	color:#fff;
}
.creator_img {
	/*margin:0 0 34px;*/
    float: left;
    margin: 0 34px 34px 0;
}
.creator_img img{
	display:block;
}
.find_issue_section.thur_marshall_findissue {
    margin-bottom: 20px;
}
.thur_marshall_btmbox .signup_find_issue{
	margin-top:20px;
}
.search_toggle p{
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham';
    font-weight: bold;	
    letter-spacing: 3px;
    text-transform: uppercase;
	font-size:16px;
	margin:-1px 0 0;
}
.search_toggle:hover p{
	color:#faa61a;
}
/*.find_issue_section.thur_marshall_findissue .case_issue_holder {
    margin: 0;
}*/
.staff_section h2{
	font-size:24px;
	color:#003f4e;
	/*margin:0 0 35px;*/
	margin:0 0 28px;	
	padding:0;
	text-transform:uppercase;
	letter-spacing:0.1em;
	display:block;
	text-align:center;
	width:100%;
}
.staff_section .case-bottom p{
    font-size: 16px;
	margin:0;
    /*line-height: 20px;*/
	line-height:15px;
    color: #000000;
    letter-spacing: 0.01em;
    font-family: 'Mercury Text G2';
    font-weight: 600;
}
.staff_section .thinking_box .case-bottom{
	padding-top:15px;
	padding-bottom:15px;
}
.singlepage_header .banner-head h1{
	padding-right:2%;
}
.director_box{
	display:inline-block;
	width:31%;
	float:left;
	/*margin:0 0 20px;*/
	padding:0;
	/*min-height:95px;*/
}
.director_box:nth-child(3n + 2) {
    margin: 0 3.5% 0;
}
.director_box h4, .director_box h4 a{
	font-size:17px;
	line-height:23px;
	color:#000000;
	margin:0;
	padding:0;
	font-family: 'Mercury Text G2';
	font-weight:600;
	letter-spacing:0.01em;
}
.director_box h4 a{
	text-decoration:none;
}
.director_box h4 a:hover{
	/*color:#003f4e;*/
	color:#faa61a;
}
.director_box, .director_box p{
	font-size:16px;
	color:#000000;

	line-height:23px;
	letter-spacing:0.01em;
}
.director_box p{
	margin:0 0 20px;
	padding:0;
	min-height:50px;
}
.page-template-board-of-directors .director_box {
    min-height: 140px;
    padding-bottom: 20px;
}
.page-template-board-of-directors .board-of-directors .director_box{
	min-height:112px;
}
.page-template-board-of-directors .director_box p{
	margin: 0px;
    padding: 0;
	min-height:0;
}
.director_boxes, .page-template-staff .case-boxes.thinking_boxes{
    border-bottom: 1px solid #000;
	margin:0 0 35px;
}
.director_boxes:after, .page-template-staff .case-boxes.thinking_boxes:after{
    display: block;
    content: "";
    border-bottom: 1px solid #000;
    margin:0 0 3px;
}
.director_boxes:after{
	margin-top:5px;
}
.auto_height .director_box, .auto_height .director_box:nth-child(3n + 2), .senior-director .director_box, .senior-director .director_box:nth-child(3n + 2), .co-chairs-emeriti .director_box, .directors-emeriti .director_box{
    min-height: 0;
    margin-bottom: 0;
	padding:0;
}
.washington-dc-office-administrative-support-staff .case-boxes.thinking_boxes, .washington-dc-office-administrative-support-staff .case-boxes.thinking_boxes:after {
    border-bottom: none;
}
.director_boxes.auto_height:after, .page-template-staff .paralegal .case-boxes.thinking_boxes:after, .page-template-staff .administrative-support-staff .case-boxes.thinking_boxes:after {
    margin-top: 30px;
}
/*.board-of-director-row:last-child .director_boxes, .board-of-director-row:last-child .director_boxes:after  {
    border: none;
}*/
.directors-emeriti .director_boxes, .directors-emeriti .director_boxes:after  {
    border: none;
}
.fellowship-internship h5{
	font-size:17px;
	line-height:23px;
	margin:0 0 8px;
	padding:0;
	letter-spacing:0.01em;
	color:#003f4e;
	font-family: 'Mercury Text G2';
	font-style:italic;
	font-weight:600;
}
.fellowship-internship .news_right {
    margin: 0 auto;
    float: none;
    width: 66%;
}
.fellowship-internship .news_posts {
    margin: 0;
}
.fellowship_internship_singlepage{
	padding-top:30px;
}
.blue_sub_heading.black h4 {
    color: #000;
}
.fellowship_internship_singlepage .blue_sub_heading {
    margin-bottom: 28px;
}
.orange_link{
	text-decoration:none;
	color:#faa61a;
}
.gray_sidebar_text p {
    margin-bottom: 20px;
}
.fellowship_internship_singlepage .mercury-text-g2 ul li {
    margin: 0 0 30px;
}
.italic_text p {
    font-style: italic;
}
.scholarship_singlepage .case_left h4 {
    margin: 0 0 5px;
}
.apply_now .update-icon {
    background-color: #003f4e;
}
.case-update.apply_now{
	background-color:#fddc03;
}
.case-update.apply_now h3{
	color:#003f4e;
}
.accordion_box h4 {
    background: #e2f1f7 ;
    margin: 0;
    padding:15px 60px 15px 10px;
    display: block;
    width: 100%;
	position:relative;
	cursor:pointer;
    
}
.accordion_box h4 span {
    background: url(../images/accordion_arrows.png) no-repeat;
    background-position: 0 0;
    right: 4%;
    width: 23px;
    top:34%;
    height: 23px;
    content: "";
    display: block;
    position: absolute;
	background-size:20px 80px;
}
.accordion_box.open h4 span{
    background-position:0 -62px;
}
.accordion_box {
    margin: 18px 0 0;
}
.accordion_box .accordion_p{
    display: none;
	margin-bottom:23px;
	padding:0 10px;
}
.about_scholarships_text .mercury-textg2-twenty a{
    color: #faa61a;
	text-decoration:none;
}
.about_scholarships_text .scholarship_left {
    width: 87%;
}
.scholarship_boxes .box-div h3{
	color:#fff;
	border-color:#fff;
}
.scholarship_boxes .section_title h2 {
    margin-bottom: 35px;
}
.scholarship_boxes .box-div {
    background: #003f4e;
}
.scholarship_boxes .box-div:nth-child(2){
	background:#6d8a95;
}
.scholarship_boxes .boxdiv-conrol {
    max-width: 100%;
    text-align: center;
}
.scholarship_boxes .box-div h3 {
    color: #fff;
    border-color: #fff;
    display: inline-block;
    width: auto;
	line-height:28px;
}
.scholarship_boxes .read-more {
    margin-top: 40px;
}
.light_blue_section {
	background:url(../images/scholarship.jpg) no-repeat;
	background-position:top right;
    background-color: #a3d6e7;
    margin: 0 0 40px;
    padding:31px 0 60px;
    width: 100%;
    display: block;
}
.scholarship_boxes .boxes-div {
    padding-bottom: 20px;
}
.light_blue_section h3{
    background: none;
    border: none;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #003f4e;
    text-transform: uppercase;
    font-family: 'Mercury Text G2';
    text-align: center;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
    width: 100%;

    padding: 0 8px 8px;
    border-bottom: 1px solid #003f4e;
}
.light_blue_section .case_issue_holder {
    max-width: 100%;
}
.three_column_section h3{
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #faa61a;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Mercury Text G2';
    font-weight: bold;
	text-align:center;
    font-style: italic;
}
.three_column_section {
    display: block;
    width: 100%;
    padding: 0 0 25px;
}
.divide_text{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.divide_text h4{
    font-size: 17px;
    font-family: 'Mercury Text G2';
    color: #000000;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 0;
    letter-spacing: 0.01em;
}
.divide_text h4{
	color:#faa61a;
	margin:0 0 5px;
}
.scholarship_recipient{
	padding:25px 0 50px;
}
.recipient_person{
	display:block;
	width:100%;
	position:relative;
}
.recipient_person img{
	display:block;
}
.recipient_info{
	/*background:rgba(0,63,78,0.7);
	position:absolute;*/
	bottom:0;
	padding:15px 25px;
	left:0;
	width:100%;
	min-height:90px;
}
.recipient_info h5{
	color:#fff;
	font-family: 'Mercury Text G2';
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	letter-spacing:0.02em;
	margin:0 0 5px;
	padding:0;
}
.recipient_info, .recipient_info p{
	font-size:14px;
	line-height:16px;
	letter-spacing:0.02em;
	color:#000;
}
.recipient_info p{
	margin:0;
}
.recipient_carousel .owl-prev {
    position: absolute;
    top: 80px;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-prev.png);
    border-radius: 41px;
    color: transparent;
    background-position: 15px 18px;
    left: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.recipient_carousel .owl-next {
    position: absolute;
    top: 80px;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-next.png);
    border-radius: 41px;
    color: transparent;
    background-position: 23px 18px;
    right: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.search_wrap .search_form{
	border:none;
}
.banner-head h1.main_heading_cases{
	display:block;
}
.mercury-text-g2 .zero_margin{
	margin-bottom:0;
}
.case_search_sidebar .filter_by h4{
	border-bottom:none;
	font-family:'Gotham Book';
	line-height:30px;
}
.case_search_sidebar .nav_box h3{
	text-transform:capitalize;
}
.border_none .case-update-box{
	border-bottom:none;
}
.case_left.lastpara_margin p:last-child{
	margin-bottom:0;
}
ul.active_jquery_page time {
    font-size: 15px;
    color: #003f4e;
    font-weight: 500;
    font-family: "Gotham";
    margin-right: 5px;
	letter-spacing:0.01em;
}
.hide_mobile{
	display:block;
}
.hide_desktop{
	display:none;
}
.case_update_doc{
	margin-top:20px;
}
.back_arrow {
    background: url(../images/back_arrows.png) no-repeat;
    width: 30px;
    background-position: 2px -59px;
    height: 43px;
    content: "";
    display: block;
    background-size: 89%;
    margin: 0 auto;
}
.case-update:hover .back_arrow{
	background-position:2px -202px;
}
.mobile_filterby{
	display:none;
}
.case_highlight_singlepage .case-update-box {
    padding-bottom: 20px;
}
.banner-head h1.blue_mainheading{
	color:#003f4e;
	border-color:#003f4e;
}
.contact_box{
	display:block;
	width:100%;
	margin:29px 0 0;
	padding:0;
}
.contact_info{
	float:left;
	width:48%;
	margin:25px 0 0;
	padding:0;
	text-align:center;
}
.contact_info h3{
	font-size:17px;
	color:#faa61a;
	text-transform:uppercase;
	font-style:italic;
	font-family: 'Mercury Text G2';
	font-weight:bold;
	margin:0 0 5px;
	padding:0;
	letter-spacing:0.1em;
	display:block;
}
.contact_info h4 {
    font-weight:400;
    margin: 0;
    font-family:'MercuryTextG2-Roman';
}
.map_address{
	float:right;
	width:48%;
	text-align:center;
}
.contact_boxes {
    margin: 0 auto;
    max-width: 700px;
	padding:5px 0 40px;
}
.contact_info .mercury-text-g2 {
    margin: 0 auto;
    width: 60%;
}
.contact_info a.phone_number{
	color:#003f4e;
}
.contact_info a:hover, .contact_info a.direction:hover{
	color:#faa61a;
}
.contact_info a.direction{
	font-size:15px;
	color:#7ac6dc;
	margin:28px auto 0;
	letter-spacing:0.1em;
	font-style:italic;
	text-transform:uppercase;
	display:inline-block;
	font-weight:bold;
}
a.read-more.margin-top {
    margin-top: 29px;
}
.contact_boxes_div {
    padding-top: 10px;
    padding-bottom: 0;
}
.form_control label, .form_control, .half_radiobtn{
	width:100%;
	margin:0 0 3px;
	font-size:15px;
	color:#003f4e;
	font-family: 'Gotham Book';
	padding:0;
	letter-spacing:0.02em;
}
.form_control label, .form_control{
	display:block;
}
.top_fields label {
    text-transform: uppercase;
    font-size: 14px;
}
.form_control input:focus{
	outline:none;
}
.form_control input[type=text], .form_control input[type=email], .form_control input[type=tel], .form_control input[type=time]{
	background-color:#eeefef;
	border:none;
	padding:0 10px;
	box-shadow:none;
	display:block;
	width:100%;
	font-size:16px;
	height:36px;
}
.form_control textarea{
	background-color:#eeefef;
	border:none;
	padding:10px 10px;
	box-shadow:none;
	display:block;
	width:100%;
	height:120px;
	font-family:'Gotham Book';
	font-size:16px;
}
.form_control .half{
	float:left;
	width:48.5%;
}
.form_control .half:nth-child(2){
	float:right;
}
.top_fields .form_control {
    display: block;
    margin: 0 0 5px;
}
.contact_form{
	display:block;
	margin:30px 0 0;
}
.one_third{
	width:38.5%;
	float:left;
	margin-right:2.5%;
}
.one_third:nth-child(3){
	width:18%;
	margin:0;
	float:right;
}
.half_radiobtn {
    display: inline-block;
    margin: 0 6% 0 0;
    width: auto;
}
.top_fields{
	margin-bottom:45px;
}
.half_radiobtn input[type=radio], .half_radiobtn input[type=checkbox]{
	margin-right:10px;
	margin-left:0;
}
.form_control{
	margin-bottom:30px;
}
.contact_form h5{
	font-weight:bold;
	color:#003f4e;
	font-size:15px;
	font-family:'Gotham';
	margin:0;
	letter-spacing:0.02em;
	padding:0;
	display:block;
	text-transform:uppercase;
}
.contact_form p{
	font-family: 'Gotham Book';
	font-weight:400;
	font-size:15px;
	margin:0 0 5px;
	color:#003f4e;
}
.form_submit , .form_control.la_form_btn input.wpcf7-form-control.wpcf7-submit{
	max-width:220px;
	width:100%;
	background-color:#fddc03;
	border:none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin:30px 0 0;
	cursor:pointer;
	padding:0;
	height:48px;
}
.form_submit:focus{
	outline:none;
}
.form_submit span, .form_control.la_form_btn input.wpcf7-form-control.wpcf7-submit:after{
	background:#003f4e url(../images/apply-icon.png);
	background-repeat:no-repeat;
	background-position:center center;
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    display: table;
}
.form_submit h3{
    float: right;
    width: 77.5%;
    text-align: center;
    padding: 14px 0 0;
	font-size:16px;
	color:#003f4e;
}
.form_submit:hover, .form_submit:hover h3{
	color: #fff;
    background-color: #faa61a;
}
.legan_assistance_section{
	padding:27px 0 0;
}
.legan_assistance_section .case_left h4 {
    margin: 0;
}
.form_control input.wpcf7-validates-as-required.wpcf7-not-valid {
    background: rgba(255, 0, 0, 0.4);
}
.form_control.margin-bottom {
    margin-bottom: 20px;
}
.introduction.margining_textbox {
    padding: 40px 0 60px;
}
.no_posts {
    margin: 30px 0;
}
.search-btn.small_height {
    height: 36px;
    padding: 8px 0;
}
.nejad_carousel{
	background-color:#eaeced;
	width:100%;
	margin:0;
	padding:4px 0 0;
}
.nejad_carousel .case-bottom {
    background-color: #fff;
}
.nejad_carousel .box_date p span{
	text-transform:uppercase;
}
.two_column_paragraph .divide_text{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}	
.two_column_paragraph{

	padding:50px 0 60px 0;
}
.two_column_paragraph .orange_title {
    text-align: center;
}
.two_column_paragraph .orange_title h2 span{
	color:#003f4e;
	display:block;
}
.def_our_dem_holder {
    width: 80%;
}
section.defend_democracy{
	position:relative;
	margin-bottom:20px;
}
.signup_find_issue{
	margin-top:20px;
}
.defend_democracy case_issue_left{
	float:right;
}
section.defend_democracy .case_issue_left {
    float: right;
   /* margin-bottom: 80px;*/
   margin-bottom:0;
}
.defend_democracy .case_issue_right img{
	max-width:100%;
	width:auto;
	margin:0;
}
.defend_democracy .case_issue_right {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*.nejad_carousel .case-top {
    min-height: 0;
}*/
.nejad_boxes .box_date {
    text-transform: uppercase;
}
.nejad_boxes .case-bottom, .nejad_boxes .thinking_box a:hover .case-bottom{
	background-color:#f1f2f3;
}
/*.nejad_boxes .case-top{
	min-height:0;
}*/
.case_img iframe{
	height:354px;
	width:100%;
}
.blue_box.find_issue{
	background-color:#99d1e0;
}
.find_issue.blue_box .find_box {
    max-width: 86%;
}	
.orange_date time{
	color:#faa61a;
	margin-bottom:5px;
	display:block;
}
.br_none br {
    display: none;
}
.half_radiobtn span.wpcf7-list-item.first.last {
    margin-left: 0px;
}
.wpcf7-not-valid-tip {
    display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:none !important;
}
.wpcf7-response-output{
	border:none !important;
	color:#faa61a;
	font-size:18px;
	font-family:'Gotham';
	display:block !important;
}
.blue_sub_heading.topmargin_zero {
    margin-top: 10px !important;
}
.left_align_image{
	float:left;
	margin-right:10px;
}
.right_align_image{
	float:right;
	margin-left:10px;
}
.page-template-board-of-directors .case_highlight{
	padding:0;
}
.senior-director .director_boxes:after {
    margin-top: 30px;
}
.col-3 {
	display: inline-block;
	width: 29%;
}
.col-3:nth-child(2){
	margin:0 5%;
}
.co-chairs-emeriti .director_boxes:after {
    margin-top: 22px;
}
.case_highlight.staff_section {
    padding: 0;
}
.staff_section h2.parent_name {
    margin: 0 0 10px;
	color:#faa61a;
}
/*.staff_section .case-top {
    min-height: 0;
}*/
.staff_section .thinking_boxes {
    max-width: 100%;
}
.defend_box {
    float: left;
    width: 15.8%;
    text-align: center;
    margin-left:12.2%;
}
.defend_box:first-child{
	margin-left:0;
}
.donate-btn{
    color: #003f4e;
    width:100%;
    display: inline-block;
    background-color: #fddb00;
	text-decoration: none;
	font-family: 'Gotham';
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
    padding: 10px 2px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05px;
}
.donate-btn:hover{
	background-color:#faa61a;
	color:#fff;
}
.defend_boxes {
    padding:19px 0 30px 0;
}
.how_help{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
.defend_icon {
    display: block;
    margin: 0 auto 31px;
}
.defend_box h3{
	font-size: 20px;
	line-height:24px;
	letter-spacing: 0.1em;
	color: #003f4e;
	margin: 0 0 20px;
	padding:0 12px;
	font-family: 'Mercury Text G2';
	font-weight: bold;
	text-transform: uppercase;
}
.how_help h4{
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #faa61a;
	margin:0 0 15px;
	padding: 0;
	font-family: 'Mercury Text G2';
	font-style:italic;
	font-weight: bold;
	text-transform: uppercase;
}
.how_help a{
	text-decoration:none;
}
.donate_wraper {
    padding:0 0 100px;
}
.dash_line_border .tabs_links ul li{
	background:none;
	border-left:1px solid #fff;
	/*margin:8px 0 6px;*/
}
.dash_line_border .tabs_links ul li:last-child{
	border-right:1px solid #fff;
}
.dash_line_border .tabs_links ul li a {
    /*height: 45px;*/
	letter-spacing:0.05em;
    font-size: 13px;
}
.tabs_links_wrap.dash_line_border {
    margin-bottom: 15px;
}
.top_paragraph, .top_paragraph p{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.01em;
    font-family: 'Mercury Text G2';
    color: #003f4e;
}
.top_paragraph.mercury-text-g2 {
    width: 85%;
    text-align: justify;
}
.other_way_section .accordion_box {
    margin: 0 0 15px;
}
.other_way_section a.case-update.apply_now {
    margin: 0 0 15px;
}
.other_way_section .case-update-box {
    margin-bottom: 18px;
}
.other_way_section .case-update-box .gray p, .other_way_section .case-update-box .gray a{
    color: #818285;
    font-size: 15px;
    font-family: 'Gotham Book';
    letter-spacing: 0.01em;
    line-height: 19px;
}
.other_way_section .case-update-box .gray a{
	margin:0;
}
.other_way_section .case-update-box .gray a:hover{
	color:#faa61a;
}
.other_way_section .case-update-box .gray a.orange{
	color:#faa61a;
	font-weight:bold;
	margin:10px 0;
}
a.orange{
	color:#faa61a;
}
.other_way_section .accordion_box h4 {
    background: #3cafd6;
	color:#fff;
	text-transform:uppercase;
	font-family:'Gotham';
	font-weight:400;
	font-size:15px;
	letter-spacing:0.1em;
	padding-top:15px;
	padding-bottom:15px;
}
.other_way_section .accordion_box.open h4 {
    background: #faa61a;
}
.accordion_box .read-more{
	margin-top:20px;
	margin-bottom:20px;
}
/*.defend_democracy {
    padding:55px 0 70px;
}*/
.read-more{
	height:36px;
	padding:6px 0;
	max-width:200px;
}
.other_way_section .case_left {
    width:66%;
}
.other_way_section .mercury-text-g2 p{
	margin-bottom:22px;
}
.other_way_section .top_paragraph.mercury-text-g2 p{
	margin-bottom:22px;
	font-size:26px;
	line-height:32px;
}
.blue_download {
    margin: 0 0 25px;
}
.blue_download .case-update.apply_now{
	background-color:#3cafd6;
}
.blue_download .case-update.apply_now h3{
	color:#fff;
}

.scholarship_recipient.donor_section {
    padding-top: 0;
}
.donor_carousel {
    margin:0 0 50px;
}
.donor_section .section_title h2 {
    margin-bottom: 35px;
}
.donor_section hr {
    margin: 55px 0;
}
.banner-head .big_title_border h1 {
    min-width: 540px;
}
.fiscal_responsibility_section .case-box {
    width: 100%;
    float: none;
    margin: 0;
}
.fiscal_carousel .case-box h2, .no-image.case-box .case-top h2 {
    font-size: 28px;
    line-height: 29px;
	letter-spacing:0.01em;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    text-align: left;
}
.fiscal_carousel_box:nth-child(odd) .case-top, .fiscal_carousel_box:nth-child(odd) .case-box a:hover .case-top{
	background-color:#3cafd6;
} 
.fiscal_carousel_box:nth-child(even) .case-top, .fiscal_carousel_box:nth-child(even) .case-box a:hover .case-top{
	background-color:#009aa6;
} 
.fiscal_carousel .case-box a:hover .case-bottom{
	background-color:#dde0e0;
}
.fiscal_carousel .case-box a:hover .case-bottom h3 {
    color: #faa61a;
}
.fiscal_carousel .case-box a:hover .case-top h4{
	color:#fddb00;
}
.fiscal_carousel_box {
    margin-bottom: 50px;
}
.fiscal_carousel_box.section_title h2{
	margin-bottom:35px;
}
.fiscal_carousel_width .item{
	max-width:327px;
	width:100%;
}
.death_row_box {
    float: left;
    width: 100%;
    max-width: 327px;
    margin-bottom: 32px;
}
.death_row_box:nth-child(3n + 2) {
    margin:0 1.9% 32px;
}
.death_row_box:nth-child(3n + 3){
	margin-right:0;
	margin-left:0;
}
.box_header{
	background-color:#003f4e;
	padding:25px;
	height:232px;
}
.box_header ul{
	margin:0;
	padding:0;
}
.box_header ul li, .box_header ul li.unavailable, .box_header ul li.unavailable a{
	display:block;
	margin:0;
	color:#bcbdc0;
	font-size:20px;
	line-height:24px;
	letter-spacing:0.01em;
	font-family: 'Mercury Text G2';
	font-weight:600;
}
.box_header ul li a.unavailable{
	display:inline-block;
}
.box_header ul li{
	color:#fff;
}
.box_header ul li:before{
	content:">";
	display:inline-block;
	margin-right:10px;
}
.box_header ul li a{
	color:#fff;
	text-decoration:none;
}
.box_header ul li a:hover{
	color:#fddb00;
}
.death_row_section {
    margin-top: 48px;
}
.box_footer {
    background-color: #dde0e0;
    padding: 17px 25px;
	height:86px;
}
.box_footer h3, .box_footer time{
    font-size: 18px;
	margin:0;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0.01em;
    font-family: 'Mercury Text G2';
    font-weight: bold;
}
.box_footer h3 {
    max-width: 190px;
}
.death_row_box:nth-child(6n + 4) .box_header, .death_row_box:nth-child(6n + 5) .box_header, .death_row_box:nth-child(6n + 6) .box_header{
	background-color:#6d8a95;
}
.death_row_section .pagination {
    margin-top: 13px;
}
.death_row_section {
    padding: 0 0 48px;
}
.error_heading p, .error_heading p{
	font-family: 'Mercury Text G2';
	font-weight:400;
	color:#fff;
	font-size:80px;
	letter-spacing:0.01em;
}
.intro_control p a.mailus {
    color: #faa61a;
    text-decoration: none;
}
.error_section hr {
    margin-bottom: 0;
}
.links_margin {
    margin-top: 20px;
}
.scholarship_singlepage .mercury-text-g2 ul {
    margin-bottom: 25px;
}
.home_slider .owl-nav {
    display: none;
}
.header{
	/*min-height:120px;*/
	min-height:140px;
}
.header.fixed-header {
    min-height:0;
}
div#sticky-anchor.height_adjust {
    height: 70px !important;
}
body.search .banner-head h3 {
    text-transform: capitalize;
}
body.search .banner-head h3 {
    text-transform: capitalize;
}
.banner-head h1.main_heading_cases{
	text-transform:none;
}
.about_overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
/*.page-template-about-us .banner-head h1, .page-template-about-us .banner-head h3 {
    text-shadow: 1px 1px 0px #000;
}*/
.single-staff .singlepage_header, .single-staff .singlepage_header .banner-head .holder, .single-director-counsels .singlepage_header, .single-director-counsels .singlepage_header .banner-head .holder, .page-template-case-issue-search .singlepage_header{
    height: 200px;
    padding: 0;
}
/*.page-template-history .case-bottom span {
    display: inline;
}
.ldf_dir_couns_signup .signup-holder, .signup-section .signup-holder, .signup-left .signup-holder{
    float: right;
    margin-right: 93px;
}
.signup-section > .container {
    width: 100%;
    max-width: 100%;
}
.btm-boxes > .container, .btm-boxes > .container .holder {
    max-width: 100%;
    width: 100%;
}*/
.blue_span_text{
	color:#003f4e !important;
	display:block;
}
.page-template-staff .case-top img{
	width:100%;
}
.co-chairs-emeriti .director_boxes:after, .paralegal .director_boxes:after {
    margin-top: 30px;
}
.single .singlepage_header, .page-template-scholarships-inner .singlepage_header, .page-template-scholarships-inner .singlepage_header .banner-head .holder, .page-template-history-full .singlepage_header{
    min-height: 200px;
	height:auto;
    padding:20px 0;
}
.page-template-scholarships-inner .case-update.apply_now {
    margin-bottom: 17px;
    margin-top: 0;
}
.italic_text {
    font-style: italic;
    margin-bottom: 23px;
}
h4.orange_h4 {
    margin: 0;
    font-family: 'Gotham';
    color: #faa61a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}
.update-icon.cursor_icon span img {
    width: 27px;
}
.pagination ul li a {
    margin-top: 0;
}
.related_doc div#jQueryPage {
    margin-bottom: 20px;
}
.box_white_text h3{
	color:#fff;
	border-color:#fff;
}
.other_way_section .accordion_box h4 {
    margin-bottom: 18px;
}
.accordion_box .accordion_p p {
    margin-bottom: 13px;
}
.intro_control p br {
    display: none;
}
.blue_overlay {
    background: linear-gradient(to right, rgba(95, 173, 195, 0.7) , transparent);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}
.support_spacing .defend_democracy {
    margin: 47px 0 67px 0;
}
.page-template-other-way-to-give .other_way_section .top_paragraph.mercury-text-g2 p {
    text-align: left;
}
.sidebar .charity_icon {
    border-bottom: none;
    margin: 41px 0;
}
.single .singlepage_header .blue_overlay{
	display:none !important;
}
.singlepage_header.singlepage_banner .blue_overlay{
	display:block !important;
}
.scholarship_singlepage .accordions h4 {
    margin-bottom: 18px;
}
.half_radiobtn span.wpcf7-not-valid-tip {
    display: block !important;
}
.error_page {
    padding-top: 32px;
}
.error_page {
    padding-top: 32px;
    padding-bottom: 17px;
}
.connect_us{
	display:block;
	width:100%;
	margin:0;
	padding:52px 0 44px;
}
.connect_us ul{
	margin:0;
	padding:0;
	text-align:center;
	margin:53px 0 0;
}
.connect_us ul li {
    display: inline-block;
    list-style: none;
    margin: 0 2%;
    padding: 0;
}
.connect_us ul li a{
	margin:0;
	padding:0;
	font-size:40px;
}
.404_banner .introduction{
	margin:12px 0 0;
}
.banner_header.error_banner_header {
    background: url(../images/404_error_2000x480.jpg) no-repeat;
    background-size: cover;
}
.banner_content_valign{
	height: 380px;;
}
.banner_header.error_banner_header{
	height: 480px;;
}
.intro_control.thankyou_control{
	max-width:550px;
	/*max-width:100%;*/
}

/*.single .case_left h4{
	font-size: 18px;
    font-family: 'Gotham';
}*/
.cases_news_boxes .owl-prev {
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 41px;
    color: transparent;
    left: 0;
}
.cases_news_boxes .owl-next {
    position: absolute;
   bottom: 0px;
    width: 35px;
    height: 35px;
    color: transparent;
    background-position: 23px 18px;
    right: 0;
}
.cases_news_boxes .owl-next:before, .cases_news_boxes .owl-prev:before {
    content: ">";
    display: block;
    color: #003f4e;
    font-family: 'Gotham';
    font-size: 25px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: -2px;
}
.cases_news_boxes .owl-prev:before {
	content:"<";
}
.cases_news_boxes .owl-prev:hover:before, .cases_news_boxes .owl-next:hover:before{
	color:#faa61a;
}
.cases_news_boxes .owl-nav {
    max-width: 100px;
    margin:58px auto 0;
    position: relative;
}
.align-left-img{
	float:left;
	margin-right:15px;
}
.align-right-img{
	float:right;
	margin-left:15px;
}

.fullwidth{
	width:100% !important;
}
.with-image .case-bottom, .no-image .case-bottom {
    min-height: 80px;
}
.case-box.no-image a:hover .case-top {
    background-color: #faa61a !important;
}
.full_width_owl .cases_news_left {
    padding-bottom: 15px;
}
#map, #map2 {
	width: 100%;
	height: 326px
}
.page-template-history-full .blue_overlay{
	display:none;
}
.page-template-donor-testimonials .recipient_info{
    background: rgba(0,63,78,0.7);
    position: absolute;
}
.page-id-3842 .defend_democracy .case_issue_left {
    margin-bottom: 80px;
}
.home_slider .owl-prev {
    position: absolute;
    top: 40%;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-prev.png);
    border-radius: 41px;
    color: transparent;
    background-position: 15px 18px;
    left: 10px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.home_slider .owl-next {
    position: absolute;
    top: 40%;
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.4) url(../images/arrow-next.png);
    border-radius: 41px;
    color: transparent;
    background-position: 23px 18px;
    right: 10px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.search-results .singlepage_header, .search-results .singlepage_header .banner-head .holder{
	height:200px;
	padding:0;
}
.page-template-ldf-perspectives .singlepage_header .banner-head .holder, .page-template-issue-report .singlepage_header .banner-head .holder{
	height:270px;
}
.page-template-scholarships-inner .singlepage_header .banner-head .holder {
    padding: 0;
}
.page-template-scholarships-inner .singlepage_header .blue_overlay {
    display: none;
}
.page-id-3940 .singlepage_header {
    height: auto;
	padding-top:0;
}
textarea.wpcf7-not-valid {
    background: rgba(255, 0, 0, 0.4);
}
.page-template-thank-you .banner_content_valign {
    height: 480px;
}
.detail_owl .owl-dots{
	display:none;
}
.page-template-thank-you .intro_control p {
    margin: 0 0 30px;
}
.page-template-contact-us .banner-head h3{
	color:#fff;
}
.singlepage_header.press_inquiry_header {
    height: auto;
    padding: 0;
}
.fiscal_responsibility_section .fiscal_carousel_width .item {
    margin-right: 16px;
	display:inline-block;
}
.box.disc_none ul {
    margin-top: 0;
}
.box.disc_none ul li {
    font-style: italic;
    font-weight: 600;
    margin: 5px;
}
.learnmore2 {
    background-color: #fddb00;
    margin: 49px auto 0;
    padding: 2px 0;
    min-width: 200px;
    width: 10%;
    text-decoration: none;
    font-size: 16px;
    color: #003f4e;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-family: 'Gotham';
    font-weight: bold;
    height: 36px;
	line-height:32px;
}
.center_text{
	text-align:center;
}
.donor_text.center_text {
    margin-top: 30px;
}
section.banner_header.error_banner_header .banner_content_valign {
    height: 480px;
}
.highlight_carousel_wrap.history_highlight .case-box .case-top {
	background-color:#dde0e0;
    padding: 0;
	min-height:0;
}
.case-box, .highlight_carousel_wrap.history_highlight .case-box .case-top img {
    display: block;
}
.highlight_carousel_wrap.history_highlight .case-box {
    float: left;
    margin: 0 2% 20px 0;
    padding: 0;
    width: 23.5%;
}
.highlight_carousel_wrap.history_highlight .case-box:nth-child(4n + 4){
	margin-right:0;
}
.highlight_carousel_wrap.history_highlight .case-box .case-bottom {
    min-height: 96px;
}
.highlight_carousel_wrap.history_highlight .case-box .case-bottom h3{
	margin-bottom:0;
}
.scholarship_singlepage .case_left .accordion_box h4 {
    font-family: 'Gotham';
    font-weight: 600;
}
.single .mercury-text-g2, .single .mercury-text-g2 p, .single .mercury-text-g2 h5, .single p, .single .mercury_text_g2, .page-template-history-full .mercury-text-g2, .page-template-history-full .mercury-text-g2 p, .page-template-history-full .mercury-text-g2 h4, .single .mercury-text-g2 h4, .page-template-scholarships-inner .mercury-text-g2, .page-template-scholarships-inner .mercury-text-g2 p, .scholarship_singlepage .case_left h4, .page-id-3940 .mercury-text-g2, .page-id-3940 .mercury-text-g2 p, .case_highlight_singlepage .blue_sub_heading, .case_highlight_singlepage .blue_sub_heading h4, page-id-4320 .mercury-text-g2, .page-id-4320 .mercury-text-g2 p, .page-id-4322 .mercury-text-g2, .page-id-4322 .mercury-text-g2 p{
	font-family:helvetica, arial, sans-serif
}
.page-id-4320 .singlepage_header, .page-id-4322 .singlepage_header{
	height:200px;
	padding:0;
}
.single-scholarship-rec .find_issue_section{
	margin-bottom:20px;
}
/*a.sn-modal-close-button {
    display: none !important;
}*/
#sn-modal p {
    height: 98% !important;
}
#sn-modal .line-2 {
    bottom: 24% !important;
    height: auto !important;
}
#sn-modal .line-1 {
    bottom: 30% !important;
    height: auto !important;
}

/*#sn-modal .line-1 {
    z-index: 9999999999;
}*/
div#sgpb-popup-dialog-main-div {
    background-color: transparent !important;
}

div#sgpb-popup-dialog-main-div {
    border: none !important;
    box-shadow: none !important;
}
.sn-modal-text {
    z-index: 9999999999;
    position: absolute;
    height: 100%;
    width: 100%;
}
#sn-modal .sn-modal-close-button {
    color: #fff !important;
    top: -25px !important;
}
img.sgpb-popup-close-button-1 {
    top: -30px;
    bottom: auto !important;
    left: 0;
    width: 100% !important;
    visibility: visible;
    opacity: 0;
}
.sgpb-popup-close-button-1:hover, .sgpb-popup-close-button-2:hover, .sgpb-popup-close-button-5:hover{
	opacity: 0 !important;
}
.page-template-our-thinking .banner-head .black_heading h1, .page-template-our-thinking .banner-head .black_heading h3, .page-template-our-thinking .banner-head .black_heading h3 span {
    color: #fff;
}
.no_borders_bottom .case-boxes.thinking_boxes {
    border-bottom: none;
}
.no_borders_bottom .case-boxes.thinking_boxes:after {
    border: none;
}
.director_box a {
    text-decoration: none;
}
.is_director_active {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.single_border .case-boxes, .single_border .case-boxes.thinking_boxes {
    border-bottom: none;
} 
.is_director_active .case-box, .is_director_active .director_box {
    float: none;
    margin-left: auto;
    margin-right: auto;
	display:block;
}

.page-template-staff .case-top{
	min-height:230px;
}
.is_director_active .director_box {
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
}
@-moz-document url-prefix() { 
  .form_submit span{
     left:-3px;
	 position:relative;
	 top:-1px;
  }
}

@media screen and (min-width:1092px){
	header nav.navbar-collapse .nav-container .nav>li{
		padding-right:0;
	}
}
@media screen and (max-width:1250px){
	.defend_box{
		width:17%;
		margin-left:10.6%;
	}
	.defend_box {
		width: 18%;
		margin-left: 9.3%;
	}	
}
@media screen and (max-width:1150px){
	.container{
		width:96%;
	}
	.head-wrap {
		padding: 24px 2% 0;
	}
	.header-bg.fixed-header{
		padding:0 0 12px;
	}	
	.holder{
		width:96%;
	}
	.carousel_text h3{
		font-size:17px;
	}
	.nav .holder > ul li > ul{
		min-width:0;
	}
	.nav .holder > ul li > ul{
		min-width:373px;
	}
	.nav ul ul li a{
		font-size:13px;
	}
	/*.nav ul ul ul li a {
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 7px;
	}*/
	.signup-holder{
		max-width:100%;
		padding:0 5%;
		margin:0;
	}
	.footer-nav{
		width:70%;
	}
	.header-bg.fixed-header .head-wrap{
		padding:10px 0 0;
	}
	.home_carousel .owl-prev, .home_carousel .owl-next{
		top:22%;
	}
	.footer-logo{
		margin:0 40px 0 0;
	}
	.sidebar{
		width:26%;
	}
	.case_left{
		width:69%;
	}
	.about_boxes{
		padding:0 3%;
	}
	.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate{
		font-size:40px;
	}
	.list_title br{
		display:none;
	}
	.gray_links .container, .banner_bar .holder {
		width: 100%;
	}	
	.gray_links ul li, .gray_links ul li a{
		font-size:13px;
	}
	.news_wraper .case-bottom h3{
		font-size:17px;
	}
	.news_right{
		width:70%;
	}
	.thinking_box .case-top h2{
		font-size:24px;
		padding:20px 25px 29px 20px;
	}
	.thinking_box .case-bottom{
		padding:17px 20px;
	}
	.thinking_box .case-bottom h3{
		font-size:17px;
	}
	.staff_section .case-bottom p{
		font-size:15px;
	}
	.director_box, .director_box p{
		font-size:16px;
	}
	.defend_box {
		width: 18%;
		margin-left: 9.3%;
	}	
	.death_row_box{
		width:32%;
	}
	.death_row_box, .death_row_box:nth-child(3n + 2) {
		margin-bottom: 25px;
	}	
	.ldf_dir_couns_signup .signup-holder, .signup-left .signup-holder {
		float: none;
		margin: 0 auto;
		max-width: 500px;
	}
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 225px;
		max-height: 225px;
	}
	.case-update.apply_now h3 {
		width: 80.5%;
	}
	.staff_section .container {
		max-width: 990px;
	}	
	.staff_section .case-top{
		min-height:217px;
	}	
	.header-right{
		width:64%;
	}
	.director_box, .director_box p {
		font-size: 15px;
	}		
}
@media screen and (max-width:1100px){
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 215px;
		max-height: 215px;
	}
	
}
@media screen and (max-width:1050px){
	/*.nav ul li a{
		font-size:21px;
	}*/
	/*.nav .holder > ul{
		min-width:290px;
	}*/
	.about_info_left{
		width:40%;
	}
	.carousel_text h3{
		font-size:16px;
	}
	.breadcrumbs ul li, .breadcrumbs ul li a{
		font-size:14px;
	}
	.case-box h2, .fiscal_carousel .case-box h2{
		font-size:24px;
	}
	.case-bottom h3{
		font-size:17px;
	}
	.sidebar{
		width:28%;
	}
	.about_boxes{
		padding:0;
	}
	.about_box{
		width:26.6%;
	}
	.about_box:nth-child(3n + 2) {
		margin: 0 10%;
	}	
	.impact_singlepage .mercury-textg2-twenty, .impact_singlepage .mercury-textg2-twenty p, .page-id-3396 .mercury-textg2-twenty,  .page-id-3396 .mercury-textg2-twenty p{
		font-size:24px;
		line-height:30px;
	}
	.case_spotlight_wrap h3{
		font-size:26px;
		line-height:30px;
	}
	.tabs_links ul li a{
		padding:0 5%;
		font-size:13px;
	}
	.tmi_heading, .tmi_heading h3{
		font-size:21px;
	}
	.case_search_sidebar .flexsearch-input{
		width:83%;
	}
	.nav_box h3{
		padding-left:20px;
	}
	.sidebar_nav{
		padding-left:20px;
		padding-right:20px;
	}
	.case_search_sidebar form.search_form{
		margin-left:20px;
	}
	.news_wraper .case-bottom h3 {
		font-size: 16px;
	}	
	.news_right{
		width:74%;
	}
	.staff_section h2{
		font-size:22px;
	}
	.director_box:nth-child(3n + 2) {
		margin: 0 2% 0px;
	}	
	.director_box{
		width:32%;
	}
	.director_box, .director_box p {
		font-size: 15px;
	}
	.recipient_info{
		padding:15px 20px;
	}
	.recipient_info h5{
		font-size:17px;
	}	
	.def_our_dem_holder {
		width: 100%;
	}	
	.defend_box h3{
		font-size:18px;
	}
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 205px;
		max-height: 205px;
	}
	.case-update.apply_now h3 {
		width: 80.7%;
	}
	.staff_section .container {
		max-width: 925px;
	}		
	.staff_section .case-top{
		min-height:203px;
	}
	.nav .holder > ul li > ul{
		min-width:375px;
	}	
	.nav .holder > ul li > ul > li > ul {
		min-width: 0;
		width: 74%;
	}	
	.header-right{
		width:67%;
	}
	.header-right ul li {
		margin: 19px 6% 0 0;
	}
	.page-template-board-of-directors .national-officers .director_box {
		min-height: 115px;
	}	
}
@media screen and (min-width:981px){
.page-template-issue-report .case-top.green_heading, .page-template-issue-report .case-top.green_heading img {
    max-height: 232px;
    min-height: 232px;
}
}
@media screen and (max-width:980px){
	.nav .holder > ul {
		min-width: 260px;
	}	
	.search_wrap{
		padding:20px 0;
	}
	.fixed-header .search_wrap {
		padding: 10px 0;
	}	
	/*.header-right{
		width:70%;
	}	*/
	.slider_content_box p{
		font-size:28px;
	}
	.about_video{
		width:57%;
		margin:0;
	}
	.footer-left{
		width:65%;
	}
	.subscribe{
		font-size:18px;
	}
	.learnmore{
		font-size:18px;
	}
	/*.carousel_text{
		min-height:50px;
	}*/
	.about_info_left p{
		font-size:29px;
	}
	/*.nav ul li a{
		font-size:18px;
	}*/
	.click_box_banner p{
		font-size:16px;
	}
	.all_news a{
		font-size:19px;
	}
	/*.nav ul ul li a{
		font-size:13px;
	}*/
	.case-top{
		padding:25px 15px;
	}
	.case-bottom{
		padding:15px;
	}
	.find_issue_section{
		margin:0 0 70px;
	}
	.case-box h2, .fiscal_carousel .case-box h2{
		font-size:22px;
	}
	.case-bottom h3{
		font-size:16px;
	}
	.blue_heading h2{
		font-size:24px;
	}
	.mercury-text-g2, .mercury-text-g2 p{
		font-size:16px;
	}
	.case-update h3{
		width:78%;
	}
	.mercury-textg2-twenty, .mercury-textg2-twenty p, .mercury-text-g2 .mercury-textg2-twenty, .mercury-text-g2 .mercury-textg2-twenty p{
		font-size:25px;
		line-height:31px;
	}
	.signup_content{
		width:45%;
	}
	.tabs_links ul li{
		width:16%;
	}	
	.tabs_links ul li a{
		font-size:12px;
	}
	.tmi_heading, .tmi_heading h3{
		font-size:19px;
	}
	.mercury-textg2-twenty-six, .mercury-textg2-twenty-six p{
		font-size:23px;
		line-height:27px;
	}
	.semibold_list ul li{
		margin:0 0 10px;
	}
	.gray_links ul li{
		width:23.5%;
		margin-right:2%;
	}
	.gray_links ul li, .gray_links ul li a{
		font-size:12px;
	}
	/*.gray_links ul li:nth-child(3n + 2) {
		margin: 0 4.5%;
	}*/
	.sidebar_nav ul ul{
		padding-left:15px;
	}
	.news_wraper .case-bottom{
		padding:10px 15px;
	}
	.news_right {
		width: 80%;
	}	
	.detail_owl .owl-prev, .detail_owl .owl-next{
		top:24%;
	}
	.detail_text {
		padding: 50px 20px 25px;
	}	
	.mercury-text-g2, .mercury-text-g2 p{
		font-size:14px;
	}
	.thinking_box .case-bottom h3{
		font-size:15px;
	}
	.thinking_box .case-top .box_date{
		padding:7px 0;
		min-height:34px;
	}
	.thinking_box .case-top h2{
		font-size:21px;
	}
	.staff_section .case-bottom p {
		font-size: 13px;
	}	
	.case-box, .case-box:nth-child(3n + 2){
		margin-bottom:18px;
	}
	.recipient_info h5{
		font-size:18px;
	}
	.recipient_carousel .owl-prev, .recipient_carousel .owl-next{
		top:35%;
	}
	.defend_box {
		width: 20.5%;
		margin-left: 6%;
	}	
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 185px;
		max-height: 185px;
	}
	.case-update.apply_now h3 {
		/*width: 78.9%;*/
		width:78.1%;
	}		
	/*.staff_section .container {
		max-width: 848px;
	}*/
	.staff_section .case-top{
		min-height:186px;
	}	
	.fiscal_carousel .case-box h2, .no-image.case-box .case-top h2{
		font-size:25px;
	}
	.nav .holder > ul li > ul{
		min-width:280px;
	}	
	.nav .holder > ul li > ul > li > ul {
		min-width: 0;
		width: 100%;
	}
	.header-right ul li{
		margin:19px 6.3% 0 0;
	}
	.logo.desktop {
		/*max-width: 400px;
		margin-top: 10px;*/
		max-width:200px;
		margin-top:0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}	
	.header-right ul li a{
		letter-spacing:1px;
	}
	.header-right ul li {
		margin: 19px 5% 0 0;
	}				
}
@media (max-width:979px){
	.home_carousel .item {
	   min-height: 0;
	   height: auto !important;
	}
}
@media screen and (max-width:900px){
	/*.nav ul li a{
		font-size:16px;
	}*/
	.nav .holder > ul {
		min-width: 230px;
	}	
	/*.nav ul ul li a{
		font-size:12px;
	}*/
	.nav ul{
		min-height:370px;
	}
	/*.nav ul ul ul li a{
		font-size:12px;
	}*/
	.twitter_control h4{
		font-size:21px;
	}
	.footer-left{
		width:71%;
	}
	.about_info_left p{
		font-size:27px;
	}
	.breadcrumbs ul li, .breadcrumbs ul li a{
		letter-spacing:0.05em;
	}
	.sidebar{
		width:30%;
	}
	.case_left{
		width:67%;
	}
	.cases_news{
		margin:40px 0;
	}
	.find_box h4{
		font-size:22px;
	}
	.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate{
		font-size:38px;
	}
	.banner-head h1, .banner-head h3.category_cases{
		font-size:22px;
	}
	.gray_links ul li, .gray_links ul li a{
		font-size:12px;

	}
	.gray_links ul li, .gray_links ul li:nth-child(4n + 4) {
		width: 31.3%;
		margin-right: 3%;
	}
	.gray_links ul li:nth-child(3n + 3){
		margin-right:0;
	}
	.nav_box h3{
		font-size:20px;
	}
	.sidebar_nav ul ul{
		margin:10px 0;
	}
	.news_right {
		width: 84%;
	}	
	.news_right h2, .news_right h2 a{
		font-size:25px;
		line-height:30px;
	}
	.news_wraper .case-bottom{
		min-height:110px;
	}
	.thinking_box .case-bottom h3 {
		font-size: 13px;
		line-height: 18px;
	}	
	.thinking_box .case-top h2 {
		font-size: 17px;
		line-height: 21px;
	}
	.thinking_box .case-bottom {
		padding: 10px 20px;
		min-height: 85px;
	}		
	.staff_section h2 {
		font-size: 20px;
	}
	.director_box, .director_box p {
		font-size: 13px;
		line-height:18px;
	}		
	.director_box h4, .director_box h4 a{
		font-size:15px;
	}
	.staff_section {
		padding-bottom: 40px;
	}	
	/*.director_box, .director_box:nth-child(3n + 2){
		margin-bottom:15px;
	}*/
	.defend_democracy .case_issue_left{
		width:58%;
	}
	.defend_box {
		width: 22.7%;
		margin-left: 3%;
	}
	.box_header{
		padding:25px 20px;
	}
	.box_header ul li, .box_header ul li.unavailable, .box_header ul li.unavailable a{
		font-size:18px;
		line-height:22px;
	}	
	.recipient_info{
		min-height:110px;
	}
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 175px;
		max-height: 175px;
	}
	.case-update.apply_now h3 {
		width: 79.1%;
	}		
	.staff_section .container {
		max-width: 800px;
	}
	.staff_section .case-top{
		min-height:177px;
	}
	.case-bottom h3, .staff_section .no-image .case-bottom p{
		font-size:16px;
	}
	.with-image .case-bottom, .no-image .case-bottom{
		min-height:85px;
	}
	.nav .holder > ul li > ul{
		min-width:280px;
	}	
	.nav .holder > ul li > ul > li > ul {
		min-width: 0;
		width: 100%;
	}
	.highlight_carousel_wrap.history_highlight .case-box{
		width:31.3%;
		margin-right:0;
	}
	.highlight_carousel_wrap.history_highlight .case-box:nth-child(3n + 2) {
		margin-left: 3%;
		margin-right: 3%;
	}	
	.logo.desktop {
		/*max-width: 340px;
		margin: 10px 0 30px 0;*/
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}	
	.search_toggle p{
		letter-spacing:1px;
	}	
	.header-right ul li a, .search_toggle p{
		font-size:13px;
	}
	.head-wrap {
		padding: 24px 0% 0;
	}
}
@media screen and (max-width:850px){
	.case-box h2, .fiscal_carousel .case-box h2{
		font-size:20px;
	}
	.case-bottom h3{

		font-size:14px;
	}
	.footer-nav{
		width:68%;
	}
	.case-update h3{
		font-size:14px;
		width:76.5%;
	}
	.case-update-box h4, .case-update-box h4 a,  .update-box time{
		font-size:14px;
	}
	.case-update-box, .case-update-box p{
		font-size:18px;
	}
	.related_doc h3{
		font-size:14px;
	}
	.cases_news h2{
		font-size:18px;
	}
	.cases_news_mercury, .cases_news_mercury p{
		font-size:18px;
	}
	.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate{
		font-size:37px;
	}
	.box-div h3{
		font-size:22px;
	}
	.about_box:nth-child(3n + 2){
		margin:0 5%;
	}
	.about_box {
		width: 30%;
	}	
	.mercury_g3_eighteen, .mercury_g3_seventeen p{
		font-size:16px;
	}
	.more{
		font-size:16px;
	}
	.signup_wrap .signup-left h3 {
		font-size: 21px;
	}
	.mercury_g2_thirty_three, .mercury_g2_thirty_three p{
		font-size:28px;
		line-height:32px;
	}
	.signup_wrap  .subscribe{
		font-size:16px;
	}
	.about_wrap {
		padding: 30px 0 60px;
	}	
	.section_title h2{
		font-size:22px;
	}
	.signup-left h3{
		font-size:23px;
	}
	.tabs_links ul li {
		width: 16.1%;
	}
	.tabs_links ul li a {
		font-size: 11px;
		letter-spacing: 0.05em;
	}	
	.tmi_left{
		width:56%;
	}
	.mercury-textg2-twenty-six, .mercury-textg2-twenty-six p {
		font-size: 22px;
		line-height: 26px;
	}	
	.mercury-textg2-twenty-six span{
		font-size:18px;
	}
	.case_search_sidebar .flexsearch-input {
		width: 77%;
	}	
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 164px;
		max-height: 164px;
	}	
	.case-update.apply_now h3 {
		width: 76.8%;
	}
	/*.staff_section .container {
		max-width: 712px;
	}	*/
	.staff_section .case-top {
		min-height: 158px;
	}
	.staff_section .thinking_box .case-bottom {
		padding: 10px 12px;
	}			
}
@media screen and (max-width:800px){
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 155px;
		max-height: 155px;
	}
}
@media screen and (min-width:768px){
	.nav ul ul li:hover ul{
		display:block !important;
	}
	.case-box:nth-child(6n + 4) .case-top, .case-box:nth-child(6n + 5) .case-top, .case-box:nth-child(6n + 6) .case-top {
		background-color:#6d8a95;
	}
	.ldf_event_box.case-box:nth-child(6n + 4) .case-top, .ldf_event_box.case-box:nth-child(6n + 5) .case-top, .ldf_event_box.case-box:nth-child(6n + 6) .case-top{
		background-color:#6d8a95 !important;
	}	
	.sidebar_navigation{
		display:block !important;
	}
	.col-2{
		float:left;
		width:49%;
	}
	.col-2:nth-child(2) {
		float: right;
	}
	.back-btn{
		display:none !important;
	}
	.how_help.br_show_desktop br {
		display: block;
	}
	.logo.mobile{
		display:none;
	}
}
@media screen and (max-width:767px){
	.logo.mobile{
		display:none;
	}
	.logo.desktop{
		display:block;
		margin:10px 0 10px 0;
	}
	.nav ul ul li a{
		font-size:14px;
	}
	.page-template-ldf-perspectives .singlepage_header .banner-head .holder, .page-template-issue-report .singlepage_header .banner-head .holder {
		height: 260px;
	}	
	.fiscal_carousel_width .item {
		max-width: 48.7%;
	}
	.home_slider .owl-nav {
		display: none;
	}	
	.click_box_banner {
		width:100%;
	}	
	.header-right ul li:nth-child(3) {
		display: none;
	}
	.header-right ul li:first-child{
		float:left;
		margin:0;
	}
	.header-right {
		width: 100%;
		max-width: 80px;
		padding: 0;
	}
	.search_icon{
		display:block;
	}
	.header-right ul li a p{
		display:none;
	}
	.header-right ul li a .search_icon .fa{
		color: #003f4e;
		background-color: #FFF;
		width: 23px;
		height: 23px;
		text-align: center;
		padding: 4px 0 0;
		font-size: 13px;
		border-radius: 14px;
	}	
	.logo{
		max-width:130px;
		margin:0;
	}
	.header-bg.fixed-header .logo{
		max-width:110px;
	}
	.head-wrap {
		/*padding: 15px 2%;*/
		padding:15px 0;
		position: relative;
	    z-index: 999999999;
	}	
	.header-right ul li{
		margin:0;
	}
	.header-bg.header-right{
		margin:5px 0 0;
	}
	.header-right ul li a .fa {
		font-size: 25px;
	}
	.holder {
		width: 100%;
	}
	/*.header-bg.fixed-header .holder{
		width:96%;
	}*/
	.header-bg .header-right{
		padding: 15px 0 0;
	}
	.header-bg.fixed-header .header-right {
		padding: 6px 0 0;
	}
	.header-right ul li a:hover .search_icon .fa{
		background:#fddb00;
	}
	.search_wrap {
		padding:10px 2%;
		height:62px;
	}	
	.slider_content_box{
		width:370px;
		margin:0 auto;
		float:none;
	}
	.slider_content_box p {
		font-size: 24px;
		line-height: 28px;
	}	
	.home_slider .item{
		height:450px;
	}
	.home_slider .item{
		padding:60px 0 0;
	}
	.slider_content_box{
		height:300px;
	}
	.slider_content_box .click_box_banner p {
		font-size: 16px;
	}
	.home_slider .owl-dots{
		margin:-45px 0 22px;
	}
	.click_box_banner p{
		margin:11px 0 0;
	}
	.all_news{
		text-align:center;
		width:100%;
		position:relative;
		top:0;
		margin:30px 0 0;
	}
	.about_info_left {
		width: 100%;
		text-align: center;
		margin: 0 auto 35px;
	}
	.about_info_left p{
		min-height:0;
	}
	.about_info_left p br{
		display:none;
	}
	.learnmore{
		width:34%;
		margin:20px auto 0;
	}
	.about_info_left h2{
		text-align:center;
	}
	.about_video {
		width: 100%;
		margin: 0 auto;
		max-width: 500px;
		float: none;
	}
	.signup-left{
		float:none;
		width:100%;
		margin:0 0 20px;
	}
	.twitter-box{
		float:none;
		width:100%;
	}
	.footer-bg{
		padding:0 2%;
	}
	.footer-left {
		width: 100%;
		float: none;
	}
	.footer-logo {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}		
	.footer-nav{
		float:left;
	}
	.donate-link{
		float:left;
	}
	.foot_right{
		max-width:100%;
		margin:30px 0 0;
	}
	.footer-logo{
		margin:0 0 20px;
	}
	.nav .holder > ul{
		min-width:100%;
	}
	.nav .holder > ul{
		width:100%;
		min-width:0;
	}
	.nav .holder > ul{
		background-image:none;
	}
	.nav ul ul{
		background-color:#184a59;
		left:0;
		z-index:2;
	}
	.nav ul ul ul{
		background-image:none;
	}
	.nav ul ul li:hover ul{
		display:none;
	}
	.nav .holder{
		width:96%;
	}
	.nav .holder > ul li > ul{
		padding:0;
	}
	.top-btns h4, .top-btns h5{
		display:block;
	}
	.nav{
		padding:0 0 30px;
	}
	.nav ul{
		min-height:0;
	}
	.nav ul{
		height:100%;
		overflow:auto;
	}
	.nav ul ul{
		height:100%;
	}
	.banner-head h1, .banner-head h3.category_cases{
		font-size:22px;
	}
	.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate{
		font-size:38px;
		line-height:42px;
	}
	.search_boxes {
		padding: 50px 0;
	}	
	/*.plusbtn, .minus{
		position:absolute;
	}*/
	.case-box, .case-box:nth-child(3n + 2){
		width:48.5%;
		margin:0 0 20px;
	}
	.case-box:nth-child(even){
		float:right;
	}	
	.case_issue_left{
		float:none;
		margin:20px auto 40px;
		width:100%;
	}
	.case_issue_right{
		float:none;
		margin:0 auto;
		width:100%;
	}
	.case_left{
		width:100%;
		float:none;
	}
	.case-update-box{
		margin:0 0 40px;
	}
	.sidebar{
		float:none;
		width:100%;
	}
	.case-update h3{
		width:92%;
		font-size:16px;
	}
	.cases_news_left{
		float:none;
		width:100%;
		margin:0 0 20px;
	}
	.cases_news_left{
		float:none;
	}
	.cases_news h2{
		font-size:20px;
	}
	.find_issue{
		width:100%;
	}
	.find_box h4 {
		font-size: 24px;
	}	
	/*.banner_header, .banner_shap svg, .banner_shap2 svg{
		height:430px;
	}*/
	.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate{
		font-size:36px;
	}
	.tabs_links ul li a{
		padding:0 15px;
	}
	.tabs_links ul li{
		width:23%;
	}
	.mercury-textg2-twenty, .mercury-textg2-twenty p {
		font-size: 22px;
		line-height: 28px;
	}
	.introduction h2, .orange_title h2{
		font-size:19px;
	}
	.box-div{
		width:100%;
		margin:0 0 20px;
	}
	.boxdiv-conrol{
		margin:120px auto 0;
	}
	.about_box, .about_box:nth-child(3n + 2){
		width:100%;
		float:none;
		margin:0 0 50px;
	}
	.mercury_g3_eighteen, .mercury_g3_seventeen p{
		min-height:0;
	}
	.about_wrap {
		padding: 30px 0 10px;
	}
	.signup_content {
		width: 100%;
		margin: 0 0 20px;
	}
	.signup_wrap .signup-holder{
		padding:0;
	}
	.signup_wrap .signup-left{
		width:100%;
		margin:30px 0 0;
	}
	.signup-left h3{
		text-align:left;
	}
	.highlight_carousel_wrap .case-box{
		margin:0;
	}
	.case_spotlight_wrap h3 {
		font-size: 24px;
		line-height: 28px;
	}	
	.left_para, .left_para:nth-child(2){
		float:none;
		width:100%;
	}
	.case_spotlight_wrap h3{
		margin:25px 0;
	}
	.impact_singlepage .case_left, .page-id-3396 .case_left{
		width:100%;
	}
	.tabs_links ul li a{
		height:60px;
	}
	.tabs_links ul li{
		margin:10px 0 0;
	}
	.tabs_links{
		padding:10px 0;
	}
	.box{
		float:none;
		width:100%;
	}
	.box:nth-child(3n + 2){
		margin:0;
	}
	.box .mercury-text-g2, .box .mercury-text-g2 p{
		margin:0 0 17px;
	}
	.tmi_left{
		float:none;
		width:100%;
		margin:0 0 30px;
	}
	.tmi_box{
		padding:30px 20px 0;
	}
	.tmi_right{
		position:relative;
		width:100%;
		right:0;
	}
	.banner-head h1 span br{
		display:none;
	}
	.about_info_left p{
		font-size:24px;
	}
	.case-box h2 br{
		display:none;
	}
	/*.singlepage_header, .banner_content_valign{
		padding:83px 0 0;
	}*/
	/*.singlepage_header.singlepage_banner {
		height:383px;
	}*/	
	.singlepage_header{
		height:293px;
	}
	.gray_links ul li, .gray_links ul li:nth-child(4n + 4){
		width:48%;
		float:left;
		margin-right:0;
	}
	.gray_links ul li:nth-child(even){
		float:right;
	}
	.gray_links .container {
		width: 96%;
	}	
	.case_search .search_boxes{
		max-width:100%;
		width:100%;
	}
	.sidebar.case_search_sidebar {
		float: left;
		width: 100%;
		max-width: 100%;
	}	
	.case_search_sidebar form.search_form, .case_search_sidebar .flexsearch-input{
		background-color:#eaf5f9;
		margin-left:0;
		font-size:12px;
		border:none;
	}
	.case_search_sidebar .flexsearch-submit{
		background-size:20px;
	}
	.sidebar.case_search_sidebar{
		margin-bottom:20px;
	}
	.plusbtn, .minus{
		line-height:28px;
		cursor:pointer;
	}
	.news_wraper .case-box, .news_wraper .case-box:nth-child(3n + 2) {
		width: 100%;
		max-width: 327px;
		margin: 0 auto 30px;
		float: none;
	}	
	.new_wrap{
		padding:0 0 20px;
	}
	.news_wraper .case-bottom {
		min-height: 0;
	}
	.news_right h2, .news_right h2 a {
		font-size: 23px;
		margin:0 0 15px;
		line-height: 27px;
	}
	.newsdate_left, .newsdate_left p{
		font-size:18px;
	}
	.mercury-text-g2, .mercury-text-g2 p {
		font-size: 15px;
		line-height: 19px;
	}	
	/*.detail_owl .owl-dots{
		display:none;
	}*/
	/*.banner_content_valign{
		height:430px;
	}*/
	.signup_content h4{
		margin-bottom:15px;
	}
	.thinking_boxes {
		max-width: 610px;
		margin: 0 auto;
	}	
	.thinking_box .case-bottom h3 {
		font-size: 16px;
		line-height: 22px;
	}	
	.staff_section .case-bottom p {
		font-size: 14px;
	}
	.director_box{
		width:48%;
		min-height:0;
	}
	.director_box:nth-child(even){
		float:right;
	}
	.director_box:nth-child(3n + 2){
		margin-left:0;
		margin-right:0;
	}
	.director_box, .director_box p {
		font-size: 15px;
		line-height: 20px;
	}	
	.director_box, .director_box:nth-child(3n + 2){
		margin-bottom:0;
	}
	.fellowship-internship .news_right{
		width:100%;
	}
	.scholarship_singlepage .case_left, .fellowship_internship_singlepage .case_left{
		margin: 0 0 50px;
	}	
	.fellowship_internship_singlepage .mercury-text-g2 ul li {
		margin: 0 0 23px;
	}	
	.divide_text{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
	.light_blue_section{
		background:#a3d6e7;
	}
	.light_blue_section {
		background: #a3d6e7;
		padding: 50px 0;
	}
	.page-template-scholarships .light_blue_section {
		background: url(../images/scholarship.jpg) no-repeat;
		background-position: top right;
		background-color: #a3d6e7;
		padding: 230px 0 50px;
	}	
	.light_blue_section .case_issue_left{
		margin:10px auto 0;
	}
	.hide_mobile{
		display:none;
	}
	.hide_desktop{
		display:block;
	}	
	.search_result{
		min-height:0;
		margin:26px 0 20px 0;
	}
	.mobile_filterby{
		display:block;
	}
	.search_filter .search_form{
		float:left;
		width:70%;
	}
	.case_search {
		padding-top: 0;
	}
	.mobile_filterby h4 {
		margin: 0;
		color: #fff;
		text-align: center;
	}
	.search_filter .search_form input{
		color:#7ac6dc;
	}
	.search_filter input::-webkit-input-placeholder { color:#7ac6dc; opacity: 1; }
	.search_filter input::-moz-placeholder { color:#7ac6dc; opacity: 1; }  /*firefox 19+*/ 
	.search_filter input:-ms-input-placeholder { color:#7ac6dc; opacity: 1;} /* ie */
	.mobile_filterby {
		display: block;
		background-color: #003f4e;
		height: 44px;
		float: left;
		display:table;
		width: 30%;
		cursor:pointer;
	}
	.mobile_filterby h4{
		display:table-cell;
		vertical-align:middle;
		letter-spacing: 0.1em;
		font-weight: 600;
		font-family: 'Gotham';
		font-size:12px;
		text-transform:uppercase;
	}	
	.mobile_filterby h4 span {
		background: url(../images/accordion_arrows.png) no-repeat;
		width: 15px;
		height: 15px;
		display: inline-block;
		background-size: 13px;
		content: "";
		background-position: 0 5px;
		position: relative;
		top: 2px;
	}
	.mobile_filterby.open h4 span{
		background-position:0 -38px;
	}
	.case_search_sidebar .sidebar_navigation {
		display: none;
		margin: 0;
		position: absolute;
		width: 96%;
		z-index: 2;
		padding: 0 2%;
		background-color: #eeefef;
	}
	.filter_by{
		display:none;
	}
	.case_search_sidebar .sidebar_nav{
		background-color:transparent;
		padding-bottom:10px;
	}
	.case_search_sidebar .nav_box h3 {
		text-transform: capitalize;
		border-bottom: 1px solid #818285;
		font-family: 'Gotham';
		text-transform: uppercase;
		font-size: 16px;
		padding-left: 0;
	}
	.case_search_sidebar .flexsearch-submit:hover{
		background-position:8px -42px;
	}	
	.case_search_sidebar .sidebar_nav ul ul {
		margin:0;
		display:block;
	}	
	.sidebar_nav ul li li a{
		font-size:14px;
	}
	.case_search_sidebar .sidebar_nav ul li:last-child{
		margin-bottom:0;
	}
	.sidebar_nav span.plusbtn, .sidebar_nav span.minus, .sidebar_nav ul li.menu-item-has-children.open > span.minus{
		display:none;
	}
	.contact_info, .map_address{
		width:100%;
		float:none;
	}
	.contact_box{
		margin:40px 0 0;
	}
	.contact_info a.direction{
		margin:20px auto;
	}
	.contact_info .mercury-text-g2{
		width:100%;
	}
	.contact_info h4 br{
		display:none;
	}
	.form_control .half, .one_third, .one_third:nth-child(3){
		float:none;
		width:100%;
		margin:0 0 5px;
	}
	.form_control .half, .one_third:nth-child(3){
		margin:0 0 5px;
	}
	.defend_democracy .case_issue_right{
		float:none;
		width:100%;
		position:relative;
	}
	section.defend_democracy .case_issue_left{
		float:none;
		width:100%;
		margin-bottom:40px;
	}
	.defend_democracy .case_issue_right img{
		margin:0 auto;
	}
	.two_column_paragraph .divide_text {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
	.nejad_carousel{
		padding:4px 0 10px;
	}
	.two_column_paragraph .divide_text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		text-align:center;
	}	
	.two_column_paragraph {
		padding: 50px 0 40px 0;
	}
	.senior-director .director_box, .senior-director .director_box:nth-child(3n + 2){
		margin-bottom:0;
	}
	.staff_section .case-box, .staff_section .case-box:nth-child(3n + 2){
		width:45%;
	}
	.defend_democracy {
		padding: 30px 0 0;
	}
	.defend_box {
		width: 48%;
		margin: 0 0 50px;
	}		
	.defend_box:nth-child(even){
		float:right;
	}
	.donate-btn{
		max-width:200px;
	}
	.other_way_section .case_left{
		width:100%;
	}
	.death_row_box{
		width:48%;
	}
	.death_row_box:nth-child(even){
		float:right;
	}
	.death_row_box:nth-child(3n + 2){
		margin:0 0 25px;
	}
	.box_header ul li, .box_header ul li.unavailable, .box_header ul li.unavailable a{
		font-size: 20px;
		line-height: 24px;
	}	
	.header {
		min-height: auto;
	}	
	.other_way_section .top_paragraph.mercury-text-g2 p{
		font-size:25px;
		line-height:30px;
	}
	.fixed-header .search_wrap{
		padding-left:2%;
		padding-right:2%;
		height:54px;
	}
	.search_wrap input{
		line-height:33px;
	}
	.recipient_info{
		min-height:90px;
	}
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 210px;
		max-height: 100%;
	}
	.support_spacing .defend_democracy {
		margin: 0;
	}
	.case-update.apply_now h3 {
		width: 100%;
		margin: 0 auto;
		float: none;
		padding-left: 48px;
	}
	.staff_section .container {
		max-width: 600px;
	}			
	.staff_section .case-top {
		min-height: 205px;
	}
	.staff_section .case-box, .staff_section .case-box:nth-child(3n + 2){
		width:48%;
	}
	/*.nav{
		padding:82px 0 30px;
	}
	.fixed-header .nav{
		padding:67px 0 30px;
	}*/
	.sidebar.case_search_sidebar {
		margin-bottom: 0px;
		margin-top: 30px;
	}
	.nav {
		position: fixed;
		overflow:auto;
		/*height: 100%;*/
		height: calc(100% - 80px);
	}
	.search_nav_height .nav{
		height: calc(100% - 145px);
	}
	.fixed-header .nav{
		top:auto;
		height: calc(100% - 55px);
	}
	.search_nav_height.fixed-header .nav {
		top: auto;
		height: calc(100% - 100px);
	}
	.header-bg.fixed-header{
		padding:0;
	}
	.header-bg.fixed-header .head-wrap{
		padding:10px 0 12px;
	}
	.fixed-header .search_wrap input{
		line-height:26px;
	}
	.page-template-thank-you .banner_content_valign {
		height: 380px;
	}	
	.page-template-thank-you  .banner_header.error_banner_header, section.banner_header.error_banner_header .banner_content_valign, .banner_header.error_banner_header{
		height:380px;
	}
	.box.disc_none ul{
		margin:0;
		padding:0;
	}
	.banner_header.error_banner_header{
		background:url(../images/404_error_800x380.jpg) no-repeat;
		background-size: cover;
	}
	.highlight_carousel_wrap.history_highlight .case-box{
		width:31.3%;
		margin-right:0;
	}
	.highlight_carousel_wrap.history_highlight .case-box:nth-child(3n + 2) {
		margin-left: 3%;
		margin-right: 3%;
	}
	.header{
		min-height:0;
	}
	.logo.desktop{
		max-width:150px;
		margin:0;
	}
	.header-right{
		margin-top:13px;
	}
	.carousel_text h3{
		font-size:14px;
	}
	.header-right ul li.mbl_hide {
		display: none;
	}
	.page-template-board-of-directors .national-officers .director_box {
		min-height: 0 !important;
	}	
}
@media screen and (max-width:650px){
	.nav .holder > ul li > ul > li > ul{
		width:100%;
	}
	.footer-nav{
		width:80%;
	}
	.carousel_text h3{
		font-size:15px;
	}
	.content_control{
		padding:0 20px;
	}
	.slider_content_box p{
		font-size:22px;
	}
	.slider_content_box {
		height: 285px;
		width: 320px;
	}	
	.news_box p{
		font-size:19px;
		line-height:22px;	
	}
	.rec-news{
		padding:40px 0;
	}
	.breadcrumbs ul li, .breadcrumbs ul li a {
		letter-spacing: 0;
		font-size: 12px;
	}	
	.breadcrumbs ul li:after{
		margin:0 10px;
	}
	.banner-head h1{
		font-size:33px;
		line-height:40px;
	}
	.banner-head h1{
		font-size:22px;
	}
	.case-update h3{
		width:90.5%;
	}
	.banner-head h1, .banner-head h3.category_cases {
		font-size: 31px;
		line-height: 38px;
	}	
	.banner-head h1, .banner-head h3.category_cases{
		font-size:21px;
	}
	.tabs_links ul li a{
		font-size:11px;
	}
	.tabs_links ul li a {
		padding: 0 10px;
	}	
	.thinking_box .case-bottom h3 {
		font-size: 14px;
		line-height: 20px;
	}	
	.staff_section .case-bottom p {
		font-size: 13px;
	}	
	.case_img iframe{
		height:300px;
	}
	.case-box, .case-box:nth-child(3n + 2){
		width:48%;
	}
	.banner-head .big_title_border h1{
		max-width:500px;
	}
	.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate {
		font-size: 29px;
		line-height: 35px;
	}	
	.thinking_boxes.box_height_adjust {
		max-width: 510px;
	}
	.case-top.green_heading, .case-top.green_heading img {
		min-height: 175px;
	}
	.staff_section .case-top {
		/*min-height: 175px;*/
		min-height:172px;
	}
	.staff_section .container {
		max-width: 510px;
	}	
	.highlight_carousel_wrap.history_highlight .case-box .case-bottom {
		min-height: 92px;
	}			
}
@media screen and (max-width:767px) and (min-width:550px){
	.case-box:nth-child(4n + 3) .case-top, .case-box:nth-child(4n + 4) .case-top{
		background-color:#6d8a95;
	}
	.ldf_event_box.case-box:nth-child(4n + 3) .case-top, .ldf_event_box.case-box:nth-child(4n + 4) .case-top{
		background-color:#6d8a95 !important;
	}
}
@media screen and (max-width:600px){
	#sn-modal p {
		display: block !important;
	}
	#sn-modal .line-1 {
		bottom: 42% !important;
		height: auto !important;
		position: absolute;
		width: 96%;
		font-family: arial, sans-serif;
		font-weight:400;
		color:#F6931D;
	}
	#sn-modal .line-2 {
		bottom: 34% !important;
		height: auto !important;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		font-family: arial, sans-serif;
		position: absolute;
		width: 96%;
	}
	.sn-modal-text, div#sgpb-popup-dialog-main-div {
		height: 350px;
	}
	div#sgpb-popup-dialog-main-div {
		max-height: 300px !important;
	}			
}
@media screen and (max-width:550px){
	.slider_content_box p {
		font-size: 20px;
		line-height: 24px;
	}
	.slider_content_box{
		width:70%;
		height:260px;
	}
	.slider_content_box .click_box_banner p{
		width:78%;
		margin:7px 0 0;
	}
	.home_slider .owl-dots .owl-dot{
		width:15px;
		height:15px;
	}
	.home_slider .owl-dots {
		margin: -33px 0 15px;
	}	
	.click_box_banner{
		height:40px;
	}
	.click_box_banner a .blue_span{
		width:40px;
		height:40px;
		background-size: auto 194px;
		background-position:48% -107px;
	}
	.click_box_banner a:hover .blue_span {
		background-position: 48% -50px;
	}
	.home_carousel.owl-carousel.owl-drag .owl-item{
		height:auto !important;
	}
	.footer-nav{
		width:100%;
	}
	.footer-nav ul li{
		margin:0 0 3px;
	}
	.top-btns h4, .top-btns h5{
		width:44%;
	}
	.banner-head h1, .banner-head h3.category_cases{
		font-size:18px;
	}
	.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate {
		font-size: 29px;
		line-height: 35px;
	}
	.search_box h5, .search_box h5 a{
		font-size:16px;
		line-height:22px;
	}	
	.search_box p{
		font-size:15px;
		line-height:21px;
	}
	.footer-icons ul li{
		margin:0 8px;
	}
	.case-box, .case-box:nth-child(3n + 2){
		width:100%;
	}
	.case-top{
		min-height:150px;
	}
	.case-bottom{
		min-height:0;
	}
	.case-box:nth-child(even) .case-top{
		background-color:#6d8a95;
	}
	.ldf_event_box.case-box:nth-child(even) .case-top{
		background-color:#6d8a95 !important;
	}
	.page-template-ldf-events .case-top {
		min-height: 150px;
	}
	.banner-head h1, .banner-head h3.category_cases{
		min-width:0;
	}
	.breadcrumbs ul li, .breadcrumbs ul li a{
		font-size:11px;
	}
	.breadcrumbs ul li:after {
		margin: 0 7px;
	}	
	.case-bottom h3{
		margin:0;
	}
	.banner-head{
		bottom:30px;
	}
	.blue_heading h2 {
		font-size: 22px;
		line-height: 28px;
	}	
	.case-update h3{
		width:88%;
	}
	.find_box h4 {
		font-size: 22px;
	}
	/*.banner_header, .banner_shap svg, .banner_shap2 svg, .banner_content_valign{
		height:400px;
	}*/		
	.tabs_links ul li a {
		padding: 0 4px;
		font-size: 13px;
		letter-spacing: 0;
	}
	.mercury-textg2-twenty, .mercury-textg2-twenty p {
		font-size: 20px;
		line-height: 25px;
	}

	.introduction h2, .orange_title h2{
		font-size:17px;
	}
	.mercury_g2_thirty_three, .mercury_g2_thirty_three p{
		font-size:25px;
		line-height:30px;
	}
	.tabs_links ul li{
		margin:5px 0 0;
	}
	.tabs_links ul li a{
		height:auto;
		padding:0px;
	}
	.tabs_links ul li:last-child a{
		background:none;
	}
	.tabs_links ul li{
		float:none;
		width:100%;
		background:none;
	}
	.dash_line_border .tabs_links ul li, .dash_line_border .tabs_links ul li:last-child{
		border:none;
	}
	.singlepage_banner .banner-head .container{
		height:338px;
	}
	.impact_singlepage .mercury-textg2-twenty, .impact_singlepage .mercury-textg2-twenty p, .page-id-3396 .mercury-textg2-twenty,  .page-id-3396 .mercury-textg2-twenty p{
		font-size: 22px;
		line-height: 26px;
	}
	.highlight_carousel .owl-next , .highlight_carousel .owl-next:hover, .fiscal_carousel .owl-next , .fiscal_carousel .owl-next:hover{
		top: 40%;
		width: 45PX;
		height: 45px;
		color: transparent;
		background-position: 17px 14px;
		right: 10px;
		background-size: 15px;
	}
	.highlight_carousel .owl-prev , .highlight_carousel .owl-prev:hover, .fiscal_carousel .owl-prev , .fiscal_carousel .owl-prev:hover{
		top: 40%;
		width: 45PX;
		height: 45px;
		color: transparent;
		background-position: 13px 14px;
		left: 10px;
		background-size: 15px;
	}	
	.case_spotlight_wrap h3 {
		font-size: 21px;
		line-height: 26px;
	}
	.section_title h2{
		font-size:20px;
	}
	.case_spotlight_wrap{
		margin: 0 0 35px;
	}	
	.footer-top{
		padding:24px 0 15px;
	}
	.about_info_left{
		margin:0 auto 25px;
	}
	.gray_links ul li, .gray_links ul li:nth-child(even){
		float:none;
		width:100%;
	}
	.banner_bar h5{
		font-size:12px;
	}
	.case-top h3{
		font-size:18px;
	}
	.news_right{
		float:right;
	}
	.detail_owl .owl-prev, .detail_owl .owl-next {
		top: 17%;
	}
	.thinking_boxes{
		max-width:327px;
	}	
	.thinking_box .case-top h2 {
		font-size: 19px;
		line-height: 24px;
	}	
	.thinking_box .case-bottom h3 {
		font-size: 17px;
		line-height: 22px;
	}	
	.staff_section .case-bottom {
		min-height: 0;
	}	
	.staff_section .case-bottom p {
		font-size: 15px;
	}
	.staff_section h2 {
		font-size: 18px;
		letter-spacing: 0.08em;
	}		
	.director_box{
		width:100%;
	}
	.divide_text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}		
	.three_column_section h3{
		font-size:18px;
	}
	.dashed_border .tabs_links ul li:first-child a, .dashed_border .tabs_links ul li:last-child a{
		background:none;
	}
	.case_img iframe{
		height:250px;
	}
	.director_box p{
		min-height:0;
	}
	.director_box, .director_box:nth-child(3n + 2) {
		margin-bottom: 3px;
	}	
	.staff_section .director_boxes:after, .page-template-staff .case-boxes.thinking_boxes:after{
		margin-top:20px;
	}
	.staff_section .case-box, .staff_section .case-box:nth-child(even) {
		float: none;
	}			
	.staff_section .case-boxes.thinking_boxes {
		margin:0 auto 20px;
		max-width: 100%;
	}
	.staff_section .case-boxes.thinking_boxes .case-box.thinking_box {
		max-width: 327px;
		margin: 0 auto 20px;
		width:100%;
	}	
	.case-box, .case-box:nth-child(3n + 2){
		width:100%;
	}
	.defend_box{
		width:100%;
	}
	.donate_wraper {
		padding: 0 0 60px;
	}	
	.defend_box{
		margin:0 0 40px;
	}
	.other_way_section .accordion_box h4{
		font-size:14px;
	}	
	.death_row_box, .death_row_box:nth-child(even), .death_row_box:nth-child(3n + 3), .death_row_box:nth-child(3n + 2){
		width:100%;
		float:none;
		margin:0 auto 30px;
	
	}
	.box_header{
		height:200px;
	}
	.error_heading p, .error_heading p{
		font-size:55px;
		line-height:60px;
	}
	.director_box, .page-template-board-of-directors .director_box{
		min-height:0;
	}
	.other_way_section .top_paragraph.mercury-text-g2 p {
		font-size: 19px;
		line-height: 24px;
	}		
	.case-top.green_heading, .case-top.green_heading img{
		min-height:232px;
	}
	.thinking_boxes.box_height_adjust {
		max-width: 327px;
	}	
	.singlepage_header{
		background-position:center center !important;
	}	
	.banner_header.error_banner_header, .banner_content_valign {
		height: 380px;
	}
	.singlepage_header.singlepage_banner .blue_overlay{
		height:300px;
	}	
	.staff_section .case-box, .staff_section .case-box:nth-child(3n + 2) {
		width: 100%;
		max-width: 327px;
		margin-left: auto;
		margin-right: auto;
	}	
	.home_slider .owl-next {
		width: 55px;
		height: 55px;
		background-position: 18px 13px;
	}		
	.home_slider .owl-prev {
		width: 55px;
		height: 55px;
		background-position: 9px 13px;
	}
	.slider_content_box .click_box_banner p {
		width: 83%;
		margin: 9px 0 0;
	}
	.fiscal_carousel_width .item {
		max-width: 100%;
	}	
	.page-template-thank-you .banner_content_valign {
		height: 380px;
	}
	.highlight_carousel_wrap.history_highlight .case-box {
		width: 100%;
		max-width: 327px;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}	
	.highlight_carousel_wrap.history_highlight .case-box:nth-child(3n + 2), .highlight_carousel_wrap.history_highlight .case-box:nth-child(4n + 4) {
		margin-left: auto;
		margin-right: auto;
	}		
	.carousel_text {
		min-height: 0;
	}
	@-moz-document url-prefix() {
		.slider_content_box .click_box_banner p{
			margin-top:8px;
		}
	}		
}
@media screen and (max-width:450px){
	.slider_content_box .click_box_banner p{
		width:78%;
	}
	.slider_content_box{
		width:80%;
	}
	.footer-nav ul li{
		width:100%;
	}
	.footer-bg{
		text-align:center;
	}
	.donate-link{
		float:none;
	}
	.footer-top{
		padding:24px 0;
	}
	.banner-head h1, .banner-head h3.category_cases{
		font-family:16px;
	}
	.banner-head h3, .banner-head h1.main_heading_cases, .banner-head h1.main_estate {
		font-size: 25px;
		line-height: 30px;
	}
	.banner-head{
		bottom:25px;
	}
	.singlepage_header{
		height:290px;
	}
	.search_wrap input{
		width:85%;
	}
	.issue_inp{
		font-size:19px;
	}
	.search_case{
		font-size:17px;
		height:40px;
	}
	.signup-left h3{
		font-size:21px;
		margin:0 0 20px;
	}
	.case-update h3{
		width:83%;
	}
	.banner-head h1, .banner-head h3.category_cases {
		font-size: 16px;
		line-height: 20px;
	}
	.breadcrumbs{
		padding:20px 0 30px;
	}
	.read-more{
		font-size:18px;
	}
	.box-div h3{
		font-size:18px;
	}
	.box-div{
		padding:0 15px;
	}
	.signup_wrap{
		padding:20px;
	}
	.mercury_g2_thirty_three, .mercury_g2_thirty_three p {
		font-size: 22px;
		line-height: 26px;
	}		
	.signup_wrap .signup-left h3{
		font-size:18px;
	}
	.impact_singlepage .mercury-textg2-twenty, .impact_singlepage .mercury-textg2-twenty p, .page-id-3396 .mercury-textg2-twenty,  .page-id-3396 .mercury-textg2-twenty p {
		font-size: 20px;
		line-height: 24px;
	}
	.tmi_box{
		min-width:0;
	}
	.tmi_heading, .tmi_heading h3{
		font-size:16px;
	}
	.mercury-textg2-twenty-six, .mercury-textg2-twenty-six p {
		font-size: 20px;
		line-height: 24px;
	}	
	.about_info_left h2{
		font-size:20px;
	}
	.about_info_left p {
		font-size: 22px;
		line-height: 28px;
	}	
	.sidebar_nav ul li a{
		font-size:13px;
	}
	.newsdate_left, .newsdate_left p{
		width:100%;
		float:none;
		text-align:left;
	}
	.news_right {
		float: none;
		width: 100%;
	}	
	.news_right, .news_right p{
		font-size:15px;
		line-height:22px;
	}
	.detail_owl .owl-prev, .detail_owl .owl-next{
		top:10%;
	}
	.detail_owl .owl-prev{
		left:10px;
	}
	.detail_owl .owl-next{
		right:10px;
	}
	/*.singlepage_header.singlepage_banner.graybar{
		height:385px;
	}*/
	.sidebar_nav ul li li a{
		font-size:13px;
	}
	.case_img iframe{
		height:220px;
	}
	.sub-list {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.sub-list:first-child {
		margin-right: 0px;
	}
	.staff_section h2 {
		font-size: 17px;
		letter-spacing: 0.05em;
	}
	.thur_marshall_findissue .issue_anchor{
		display:block;
	}
	.header-right{
		max-width:72px;
	}
}