*{
    padding:0;
    margin:0;

}
body{
    background:#fff;
    height:auto;
    font-size:12px;
    font-family:"Ubuntu", Arial;
    font-weight:300;
    color:#686868;
}
body.home{
	background:#f0f0f0;
}
p{
	margin-bottom:1.2em;
}
img{
    border:0;
}
img.alignleft{
	float:left;
	margin: 0px 20px 20px 0px;
}
img.alignright{
	float:right;
	margin: 0px 0px 20px 20px;
}
img.aligncenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
fieldset{
    border:0;
}
.clearer{
    clear:both;
}
.mobile_clear{
    display:none;
}
a:link, a:visited{
    color:#1eb8ff;
    text-decoration:none;
}
a:hover{
    color:#1b8fc5;
}
.general_right ul{
	overflow:auto;
}
ul, ul li{
    list-style:none;
}
sup { 
    vertical-align: top; 
    position: relative; 
    top: -0.1em; 
    font-size:8px; 
}
h3{
    margin:0;
}
.mobile_show{
	display:none !Important;
}
.tablet_show{
	display:none !important;
}
.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
}
.main_site_container{
    padding-top:102px;
}
.home .main_site_container, .page-id-26439 .main_site_container, .category.category-my-story .main_site_container{
	padding-top:66px;
}

.main_centered_container{
    width:940px;
    margin-left:auto;
    margin-right:auto;
}
.main_centered_container_large{
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

/* GENERAL */

div.checker span.checked {
	background: url("../images/checked.png") no-repeat #1EB8FF !important;
}
.registration_welcome_box{
	width:430px;
	background:url('../images/general/reg_welcome_arrow.png') top center no-repeat;		
	position:absolute;
	top:-1000px;
	left:418px;
	z-index:100001;
}
.registration_welcome_box .inner_wrapper{
	box-shadow: 0px 41px 71px -7px #222222;
	position:relative;
}
.registration_welcome_box .inner_wrapper .close_btn{
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	top: 0px;
	right:0px;	
}
.registration_welcome_box .inner_top{
	height:170px;
	margin-top:19px;
	background:#fff;
	font-size:27px;
	color:#4776a8;
	text-transform:uppercase;
	padding: 10px 30px 10px 30px;
}
.registration_welcome_box .inner_top .large{
	font-size:41px;
	font-weight:bold;
	text-transform:uppercase;
}
.registration_welcome_box .inner_bottom{
	height: 130px;
	background: #f5f5f5;
	font-size: 31px;
	color: #4776a8;
	padding: 20px 30px 20px 30px;
}
.text_align_right{
    text-align:right;
}
.text_align_center{
    text-align:center;	
}
input.text_input{
    height:27px;
    border:1px solid #c3c3c3;
    border-radius:0;
    box-shadow:none;
    padding: 0px 10px 1px 10px;
    font-family:"Ubuntu";
    font-size:12px;	
    display:inline-block;
}
textarea{
	border:1px solid #c3c3c3;
}
.watermarked{
    font-size:13px;
    color:#b5b5b5;
    line-height:15px;
}
input.submit_btn, a.submit_btn, .profile .account_info_container .account_right input[type=submit]{
    background:#1eb8ff;
    box-shadow:none;
    border:2px solid #fff;
    padding: 4px 30px 5px 30px;
    text-transform:uppercase;
    color:#fff !important;
    font-weight:500;
    font-size:15px;
    display:inline-block;	
    text-decoration:none;
    font-family:"Ubuntu";
    -webkit-appearance: none;
    border-radius:0 !important;
    -webkit-border-radius:0;
}
input.submit_btn:hover, a.submit_btn:hover{
    border: 2px solid #1eb8ff;
    -webkit-transform: scale( 1.04, 1.04 );
    transform: scale( 1.04, 1.04 );	
    -ms-transform: scale( 1.04, 1.04 );		
}
input.submit_btn:active, a.submit_btn:active{
    -webkit-transform: scale( .95, .95 );
    transform: scale( .95, .95 );
    ms-transform: scale( .95, .95 );
    border: 2px solid #1eb8ff;
}
/* END GENERAL */

/* HEADER */
.header{
    height: 66px;
    background:#fff;
    box-shadow: 0px 0px 12px -2px #000;
    position: fixed;
    z-index:9999;
    width:100%;
    font-family:Ubuntu, Arial;
}
.header_mobile{
    display:none;
}
.header .main_centered_container{
    position:relative;
}
.header .logo_container{
    float:left;
    margin-top:14px;
    width:183px;
}
.header .main_menu_container{
    float:left;
    margin-left:10px;	
}
ul#menu-main-menu{
    list-style:none;
    padding:0;
    margin:0;
}
ul#menu-main-menu li{
    float:left;
    padding:0;
    margin:0;     
}

ul#menu-main-menu li a{
    display:table-cell;
    vertical-align:middle;
    width: 100px;
    height: 45px;
    border-left: 1px solid #c3c3c3;
    padding: 10px 0px 10px 8px;
    font-size:16px;
    color:#686868;
    text-decoration:none;
    line-height:20px;	
}


/* SUB NAV */

ul#menu-main-menu li{
    position:relative;
}


ul#menu-main-menu li.main_menu.active > a {
    color: #fff !important;
}

ul#menu-main-menu li ul.sub-menu {
    display:none;                 
    position:absolute;
    top:66px;
    width:622px;  
    min-height:124px;
    box-shadow:0px 5px 11px -4px #000;
    background:#f0f0f0;
}
ul#menu-main-menu li ul.sub-menu.sub-menu_2 {
	left:-98px;	
}
ul#menu-main-menu li ul.sub-menu.sub-menu_3 {
	left:-202px;	
}

ul#menu-main-menu li ul.sub-menu li {
    height:initial !important;
    float:left; 
    background:#f0f0f0;
    padding:0 !important;          
    padding:0px 0px 0px 0px !important;    
    width:220px;   
}
ul#menu-main-menu li ul.sub-menu li.right_items{
	float:right;
	width:182px;
	height: 124px !important;
}
ul#menu-main-menu li ul.sub-menu li.right_items:hover{
	background:none;	
}
ul#menu-main-menu li ul.sub-menu li.right_items li{
	width:auto !important;	
}
ul#menu-main-menu li ul.sub-menu li:hover {
    background-color:#c3c3c3;         
}

ul#menu-main-menu li ul.sub-menu li a {
	padding: 23px 20px 24px 20px !important;
	border: none !important;
	color: #686868;
	display: inline-block !important;
	width: 180px !important;
	height: 15px !important;
	font-size: 15px;
	font-weight: 400;
}

ul#menu-main-menu li ul.sub-menu li:hover a {
    color:#fff !important;    
}
ul#menu-main-menu li ul.sub-menu li.green{
	background:#14a675;
}
ul#menu-main-menu li ul.sub-menu li.green a {
	color:#Fff;
}
ul#menu-main-menu li ul.sub-menu li.green:hover a {
	background:#40bd93;
}


ul#menu-main-menu li ul.sub-menu #menu-main-menu-constants li a{
	padding: 8px 10px !important;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background:url('../images/sub_nav_arrow.png') no-repeat 160px 12px #1eb8ff;	
	width:162px !important;
	line-height:13px !important;
}

ul#menu-main-menu li ul.sub-menu #menu-main-menu-constants li a:hover{
	background:url('../images/sub_nav_arrow.png') no-repeat 160px 12px #6ad0ff;
}
ul#menu-main-menu li ul.sub-menu #menu-main-menu-constants li.green a{
	background:url('../images/sub_nav_arrow.png') no-repeat 160px 12px #14a675;
}
ul#menu-main-menu li ul.sub-menu #menu-main-menu-constants li.green a:hover{
	background:url('../images/sub_nav_arrow.png') no-repeat 160px 12px #40bd93;
}

/* END SUB NAV */

.locator_bar{
	background:#0053a0;
	background:rgba(0, 83, 160, .86);
	height:16px;
	color:#fff;
	font-size:12px;
	padding:10px 0px;
	position:fixed;
	top:66px;
	left:0px;
	width:100%;
	z-index:100;
}
.locator_bar .search_label{
	float:left;
	text-transform:uppercase;
	margin-left:12px;
	margin-right:12px;
	margin-top:1px;
}
.locator_bar .services{
	float:left;
	line-height:12px;
	margin-right:15px;
}
.locator_bar .services .checker{
	vertical-align:top;
	margin-top:0px;	
}
.locator_bar td{
	padding-right:20px;	
}
.locator_bar .text_input{
	float:left;
	height:20px;
	margin-top:-3px;
	width:156px;
}
.locator_bar .submit_btn{
	float:left;
	margin: -3px 0px 0px 8px;
	border: 1px solid #fff;
	padding-left:35px;
	padding-right:35px;
	font-size:14px;
	padding: 2px 30px 3px 30px;
}
.header .sign_in_container{
    float: left;
    position:relative;
    height:66px;
    z-index:100000;
}
.header .sign_in_container a.sign_in_link{
    border-left: 1px solid #c3c3c3;
    height: 47px;
    padding: 19px 0px 0px 8px;
    width: 130px;
    background: url('../images/general/sign_in_down_arrow.png') no-repeat 119px 37px;
    text-transform: uppercase;	
    font-size: 12px;
    color:#144788;
    text-decoration:none;	
    font-weight: bold;
    display:block;
}
.header .sign_in_container.active a.sign_in_link {
    background: url('../images/general/sign_in_down_arrow.png') no-repeat 134px 34px #144788;
    color:#fff;
    border-bottom:4px solid #bedeec;
    height:48px;
}
.header .sign_in_container a.sign_in_link .large{
    font-size:14px;
    font-weight: bold;
}	
.header .sign_in_container .drop{
    position:absolute;
    top:66px;
    right:0px;
    width:230px;
    z-index:10000;
    box-shadow:0px 5px 11px -4px #000;
    display:none;
}
.header .sign_in_container .drop h3{
    color:#4776a8;
    font-size:19px;
    font-weight:bold;
    text-transform:uppercase;	
    margin: 0px 0px 8px 0px;
}

.header .sign_in_container .drop .submit_btn.login_btn {
    margin:10px 0 5px;
}

.header .sign_in_container .drop .text_input{
    margin-bottom:8px;
    width:175px;
}
.header .sign_in_container .drop a{
    color:#616161;
}
.header .sign_in_container .drop .box{
    padding: 15px;
}
.header .sign_in_container .drop .sign_in{
    background:#f0f0f0;	
    min-height:100px;
}
.header .sign_in_container .drop .register{
    background:#bedeec;
    color:#4776A8;
    font-size:15px;
    font-weight:400;
    line-height:20px;
}
.header .sign_in_container .drop .register .text_input{
    margin-top:8px;	
}
.header .sign_in_container .drop .my_account{
    background:#f1f1f1;	
}

.submit_btn.edit_profile_btn {
    margin-bottom:10px;
}

.submit_btn.logout_btn {
    width:125px; /* to match Edit My Profile button */
    text-align:center;
}


.header .search_container{
    float:left;
    border-left: 1px solid #c3c3c3;
    height: 61px;
    padding: 5px 0px 0px 8px;
    text-align:right;
    line-height:18px;
}

.header .search_container .mini_nav {
    margin-bottom:5px;
}
.header .search_container .mini_nav a{
	font-size:11px;
}

.header .search_container a{
    text-decoration: none;
    color:#616161 !important;
}
.search_container input.search_input{
    width:165px;
    border-radius:0;
    margin:0;
    float:left;
}
.header .search_container input.search_input{
	width:111px;	
	font-size:12px;
}
.search_container input.search_submit{
    border-radius:0;
    border:0;
    background:url('../images/general/search_btn.png') no-repeat;
    width:30px;
    height:30px;
    margin:0;
    padding:0;
    float:left;

}
/* END HEADER */

/* FOOTER */
.footer{
    min-height:240px;
    background:#4777a8;
    border-top:2px solid #8fb9e5;
    padding-bottom:20px;
}
.footer .main_centered_container{
    /*background:url('../images/general/footer_highlights_bg.jpg') top; */
    height:auto;
    padding-top:60px
}
.footer .logo_container{
    float:left;
    width:68px;

}
.footer .main_copy{
    float:left;
    width: 400px;
    margin-left:10px;
    color:#fff;
    font-size:14px;
    font-weight:500;
    line-height:20px;
}
.footer .main_copy .large{
    font-size:20px;	
    font-weight:500;
}
.footer .main_copy a:link, .footer .main_copy a:visited{
    text-decoration:none;
    color:#fff;
    font-weight:500;	
}
.footer .main_copy .small{
    margin-top:20px;
    font-size:10px;
    line-height:12px;
    padding:0;
}
.footer .social_links{
    float:left;
    width:232px;
    margin-left:25px;
}
.footer .social_links a{
    margin-left:15px;
    margin-bottom:15px;	
    display:block;
    float:left;
}
.footer .menu-footer-links-container{
	float:left;
}
.footer ul#menu-footer-links{
    list-style:none;
    margin-left:45px;	
    width:160px
}
.footer ul#menu-footer-links li{
    margin-bottom:20px	
}
.footer ul#menu-footer-links li a{
    color:#fff;
    font-size:13px;
}
/* END FOOTER */




/* ALL HOME BLOCKS */
.block_text_large{
    font-size:32px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:32px;
}
.block_text_semi_large{
    font-size:24px;
    font-weight:300;
    text-transform:uppercase;
}
/* END ALL HOME BLOCKS */
/* TOP BLOCKS */
.home_top_wrapper{
    background:#fff;
    box-shadow: 0px 8px 11px -12px;
    margin-bottom:50px;
}
.top_blocks_container{
    padding:2px 0px 2px 0px;
}
.top_blocks_container .left{
    width:638px;
    float:left;
    margin-right:2px;
}
.top_blocks_container .left .feature_vid_block{
    height:332px;
    width:638px;
    position:relative;
}
.top_blocks_container .left #feature_vid_player_wrapper{
    display:none;	
}
.top_blocks_container .left #feature_vid_player_container{
    height:332px;
    width:638px;
    background:#ccc;
}
.top_blocks_container .left .feature_vid_block .feature_vid_play_link{
    width:148px;
    height:149px;
    position:absolute;
    top:90px;
    left:240px;
    background:url('../images/home/feature_vid_play_btn.png') no-repeat;	
}
.top_blocks_container .left .feature_vid_block .feature_vid_play_link:hover{
    background:url('../images/home/feature_vid_play_btn_down.png') no-repeat;
}
.top_blocks_container .left .tag_line{
    text-align:center;
    color:#fff;
    font-size:31px;
    font-weight:bold;
    text-transform:uppercase;
    background:#4575a7;
    height:47px;
    padding-top:5px;
    margin-top:2px;
    line-height: 38px;
}
.top_blocks_container .block_link{
    width:286px;
    height:68px;
    float:left;
    margin-top:2px;
    display:block;
    text-decoration:none;
    padding: 28px 0px 20px 32px;
}

.block_link:hover {
    opacity:.8;
}

a.donate_stuff_link{
    margin-right:2px;
    background:url('../images/home/donate_stuff_block_bg.jpg') 50% 0px;
    color:#11a573;

}
a.find_jobs_link{
    background:url('../images/home/find_jobs_block_bg.jpg') 50% 0px;
    color:#d4792a;
}
a.create_jobs_link{
    background: url('../images/home/create_jobs_btn_bg.jpg') 50% 0px;
    color:#9b3232;
}
a.advocates_link{	
    background: url('../images/home/advocates_btn_bg.jpg') 50% 0px;
    color:#4776A8;
    margin-right:2px;
}
.top_blocks_container .right{
    float:left;
    width:300px;	
}
.top_blocks_container .right .featured_post{
    height:280px;
}
.top_blocks_container .counter_widget{
    height:192px;	
}


.top_blocks_container .bottom .newsletter_signup{
    color:#4776a8;
    padding: 20px 15px 0px 15px;
    float:left;
    width:272px;
}
.top_blocks_container .bottom .newsletter_signup input.text_input{
    float:left;
    width:140px;
    margin-right:0px;
}
.top_blocks_container .bottom .newsletter_signup .block_text_semi_large{
    margin-bottom:4px;
}
.top_blocks_container .bottom .newsletter_signup input.submit_btn{
    float:left;
    padding:5px 12px 5px 12px;
    border:none;
    margin-left:0px;
    height:30px;
}
.top_blocks_container .social .title{
    color:#4777a8;
    font-weight:300;
    font-size:35px;
    text-transform:uppercase;
    line-height:normal;
    float:left;
    padding: 30px 0px 30px 0px;
    width:620px;
}
.top_blocks_container .social .social_links {
    margin-left: 20px;
    margin-top: 32px;
    width: 300px;
    float: left;
}
.top_blocks_container .social .social_links a {
    display: block;
    float: left;
    margin-right: 12px;
}
/* END TOP BLOCKS */

/* BOTTOM */
.bottom_blocks_container .bottom_blocks_title_bar{
    background: #4777a8;
    font-size:22px;
    font-weight:bold;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    padding: 10px 0px 10px 0px;
    margin: 0px 10px 20px 10px;
}
.bottom_blocks_container .load_more_feature_posts{
    width: 940px;
    text-align: center;
    margin: 0px 10px 20px 10px;
}
.bottom_blocks_container .load_more_feature_posts:hover{
    -webkit-transform: scale( 1.01, 1.01 );
    transform: scale( 1.01, 1.01 );	
    -ms-transform: scale( 1.01, 1.01 );		
}
.bottom_blocks_container .feature_posts_loading{
    display:none;
    margin: 0 auto 10px;
}
.block_post{	
    height:280px;
    background:#e2e2e2;
    display:block;
    position:relative;
    text-decoration:none;
}

.bottom_blocks_container .block_post{
    box-shadow: 0px 3px 4px -3px #444;
    margin-right:10px;
    margin-left:10px;
    margin-bottom:20px;
    float:left;
}
.block_post .media{
	display:block;
	position:absolute;
	top:162px;
	right:0px;
	padding:8px 0px 7px 12px;
	z-index:2;
	background:#515151;
	background:rgba(81, 81, 81, 81, .90);	
}
.block_post .media img{
	margin-right:12px;	
}
.block_post .title_bar{
    display:block;
    height:68px;
    background:#ccc;
    position:absolute;
    z-index:2;
    bottom:0px;
    left:0px;	
    width:100%;
    /*
    background-color: rgba( 238, 220, 203, 0.95 );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2eedccb', endColorstr='#F2eedccb'); /* IE */
    /*color:#d4792a;*/    
    font-size:15px;
    background:url('../images/home/advocates_btn_bg.jpg');
    background-size:cover;
    color:#4776A8;
}
/* about us */
.block_post.cat_7 .title_bar , .block_post.parent_page_325 .title_bar{
    /*background-color: rgba( 224, 237, 243, 0.95 );
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2e0edf3', endColorstr='#F2e0edf3'); /* IE */
    /*color:#4776a8;*/
}
/* get invovled */
.block_post.cat_8 .title_bar, .block_post.parent_page_381 .title_bar{
    /*background-color: rgba( 212, 240, 228, 0.95 );
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2d4f0e4', endColorstr='#F2d4f0e4'); /* IE */
    /*color:#3f873f;*/
}
/* goodwill for you*/
.block_post.cat_6 .title_bar, .block_post.parent_page_157 .title_bar{
    /*background-color: rgba( 238, 220, 203, 0.95 );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2eedccb', endColorstr='#F2eedccb'); /* IE */
    /*color:#d4792a;*/
}
/* business solutions */
.block_post.cat_9 .title_bar, .block_post.parent_page_195 .title_bar{
    /*background-color: rgba( 237, 207, 207, 0.95 );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2edcfcf', endColorstr='#F2edcfcf'); /* IE */
    /*color:#9b3232;*/
}
.block_post .padded{
    display: table-cell;
    padding: 12px 12px 12px 12px;
    vertical-align: middle;
    height: 44px;
}
.block_post .small_hidden{
    display:none;	
}	
.block_post.post_small{
    width:300px;
}
.block_post.post_medium{
    width:620px;
}
.block_post.post_large{
    width:940px;	
}

/* general post blocks */
.block_post.post_large{
	background:url('../images/blog/default_blog_large.jpg') no-repeat center;
}
.block_post.post_medium{
	background:url('../images/blog/default_blog_medium.jpg') no-repeat center;
}
.block_post.post_small{
	background:url('../images/blog/default_blog_small.jpg') no-repeat center;
}

/* blog blocks */
.block_post.cat_248.post_large{
	background:url('../images/blog/default_blog_large.jpg') no-repeat center;
}
.block_post.cat_248.post_medium{
	background:url('../images/blog/default_blog_medium.jpg') no-repeat center;
}
.block_post.cat_248.post_small{
	background:url('../images/blog/default_blog_small.jpg') no-repeat center;
}

 /* my story blocks */
.block_post.cat_10.post_large{
	background:url('../images/blog/default_my_story_large.jpg') no-repeat center;
}
.block_post.cat_10.post_medium{
	background:url('../images/blog/default_my_story_medium.jpg') no-repeat center;
}
.block_post.cat_10.post_small{
	background:url('../images/blog/default_my_story_small.jpg') no-repeat center;
}

.block_post.tiny_image .background{
	margin-left:auto;
	margin-right:auto;
	width:120px;
	height:120px;
	margin-top:40px;
	display:block;
}
/* medium wasn't quite centered */
.block_post.post_medium.tiny_image .background{
	margin-left:246px;	
}
/* end my story blocks */
/* END BOTTOM */



/* SURVEY REQUEST */

div#survey_request {
    position:absolute;
    top:-1000px;
    left:600px;
    margin:0 auto;
    background-color:#fff;
    font-size:1.2em;
    width:500px;
    height:325px;
    z-index:99999;
    border:solid 1px #aaa;   
	box-shadow: 0px 0px 400px 0px #000;
}

div#survey_request div.survey_header {
    background-color:#f5f5f5;
    height:35px;    
    padding:15px;
}

div#survey_request div.survey_header a.close_lnk {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #aaa;
    text-align: center;
    color: #fff;
    text-decoration: none;
}


div#survey_request div.survey_body {
    padding:20px;
}

div#survey_request div.survey_body div.survey_copy {
    margin-top:20px;
}

div#survey_request div.survey_body div.survey_buttons {
    margin-top:30px;
    text-align:right;
}

div#survey_request div.survey_body div.survey_buttons a.survey_no_thanks {
    text-decoration:underline;
    margin-right:40px;
}
/***** FIX FOR SHAREBAR *****/
/* LEFT LAYOUT */

#site-side-bar {
	background: #fff;
	border: 1px solid #000;
	left: 50%;
	margin-left: -590px;
	top: 170px;
	position: fixed;
	width: 90px;
	z-index: 1 ;
	/* -moz-border-radius: 10px;
	border-radius: 10px; */
}

#site-side-bar-frame {
}

#site-side-bar-content {
	padding: 0px;
	/* float: left ; */
	margin: auto 0px ;
	text-align: center !important;
}

#site-side-bar-content ul{
	list-style-type:none;
	margin-left: -25px; /* push button to the left */
	text-align: center !important;
}

#site-side-bar-content li{
	margin-top: 1em ;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 18px;
	display: block;
}

#site-side-bar-content li a{
	text-align: center !important;
	line-height: 18px;
}

#site-side-bar-content li a:hover{
	text-decoration: underline;
}


/* BOTTOM LAYOUT */
#site-bottom-bar {
	background-color: #F0F0F0 ;
	border-top: 1px solid #CCCCCC ;
	bottom: 0px ;
	font-family: verdana, arial ;
	font-size: 11px ;
	height: 30px ;
	position: fixed ;
	width: 790px;
	z-index: 1000 ;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
}

#site-bottom-bar-frame {
	height: 30px ;
	margin: 0px 10px 0px 10px ;
	position: relative ;
}

#site-bottom-bar-content {
	padding: 3px 0px 2px 0px ;
	display: inline ;
	float: left ;
	overflow: hidden ;
	margin: auto 10px ;
	height: 30px ;
}

#site-bottom-bar-content #fb {
	margin: 4px 0 0 20px;
}

#site-bottom-bar-content #twitter {
	margin: 0 0 0 20px;
}

#site-bottom-bar-content #google {
	margin: 4px 0 0 50px;
}
/**** END FIX FOR SHAREBAR ******/

/** 'GIVE A GIFT' MENU OPTION */

ul#menu-main-menu li.menu_give {
    background-color:#b5decc !important;    
}

ul#menu-main-menu li.menu_give a, ul#menu-main-menu li.menu_give a strong  {
    color:#11a573;
  /*  text-transform:uppercase; */
    height:42px;    
}

ul#menu-main-menu li.menu_give a {
    border-bottom:solid 4px #b5decc;    
}

ul#menu-main-menu li.menu_give a:hover strong {
    background-color:#11a573 !important;
    color:#fff;    
}

ul#menu-main-menu li.menu_give a:hover {
    background-color:#11a573;
    color:#fff;
    height:42px;
    border-bottom:solid 4px #b5decc;
    height:42px;      
}

/** END 'GIVE A GIFT' MENU OPTION */


/* GENERAL TEMPLATE */
.general_template .general_left{
	width:220px;
	float:left;
	min-height:300px;
	margin-right:20px;
	padding-bottom:60px;
}
.general_template .general_right{
	float:left;
	width:700px;
}
.general_template.full_width .general_right{
	width:auto;
	float:none;
}
.general_template .general_right ul{
	list-style:disc;
}
.general_template .general_right ul li{
	margin-left:45px;
	margin-bottom:1em;
	list-style:disc;
}
.general_template .general_right ol li{
	margin-left:35px;
	margin-bottom:1em;	
}
.general_template .general_header{
	height:280px;
	margin-bottom:3px;
	position:relative;
	overflow:hidden;
}
.general_template .general_header .header_image{
	position:relative;
	z-index:1;	
	width:100%;

}
.general_template .general_header .header_image.youtube_thumb{
	margin-top:-100px;
}
.general_template .general_header h1{
	position:absolute;
	z-index:2;
	bottom:0px;
	left:0px;
	padding:22px 40px;
	background:#0053a0;
	background:rgba(0,83,160,.86);
	color:#fff;
	text-transform:uppercase;
	font-size:30px;
	min-width:320px;
}
.general_template .general_header .header_yt_vid_link{
	width:87px;
	height:88px;
	background:url('../images/general/header_play_btn.png') no-repeat;
	position:absolute;
	z-index:2;
	display:block;
	top:100px;
	left:50%;
	margin-left:-44px;
}
.general_template .general_header .header_yt_vid_link:hover{
	background:url('../images/general/header_play_btn_down.png') no-repeat;
}
.general_template .general_header .header_yt_vid_wrapper{
	display:none;
}
.general_template .general_left .counter_widget{
	height:170px;	
	padding-top:15px;
	margin-top:0px;
	margin-bottom:4px;
}
.general_template .general_left .counter_widget .top_text{
	font-size:12px;	
	line-height:16px;
}
.general_template .general_left .counter_widget .counter{
	font-size:54px;
}
.general_template .general_left .counter_widget .block_text_large{
	font-size:22px;
	line-height:26px;
}
.general_template .general_left .widget{
	list-style:none;
}
.general_template .general_left .block_link{
	display:block;
	text-decoration:none;
	padding:25px 15px;
	margin:0px 0px 4px 0px;
}
.general_template .general_left .block_link .block_text_large{
	font-size:24px;	
	line-height:26px;
}
.general_template .general_left .block_link .block_text_semi_large{
	font-size:18px;	
	line-height:20px;
}
.general_template .general_right{
	font-size:16px;
	line-height:23px;
	padding-top:30px;
	padding-bottom:60px;
}
.general_template .general_right h2{
	 font-size:22px;
	 color:#686868;
	 font-weight:bold;
	 margin-bottom:15px;	
}
.general_template .general_right h2.no_margin{
	margin-bottom:0px;	
}
.general_template .general_right h3{
	font-size:19px;
	font-weight:300;
	color:#4777a8;
	line-height:24px;	
	margin-bottom:20px;
}

.general_template .page_sections_container{
    padding-top: 1px;
}

.general_template .page_sections_container .page_section{
	border-top:5px solid #14a675;
	padding-top:20px;
	margin-top:90px;
}
.general_template .page_sections_container .page_section.first{
	margin-top:45px;
}
.general_template .page_sections_container .page_section  .page_section_top_content{
	margin-bottom:30px;
}
.general_template .page_sections_container .page_section_image_container{
	width:220px;
	height:200px;
	position:relative;
	overflow:hidden;
}
.general_template .page_sections_container .related_my_stories .page_section_image_container img{
	width:100%;
	height:auto;
}
.general_template .page_sections_container .page_section_image_container{
	box-shadow:0px 3px 4px -4px #000;
	float:left;
	margin: 0px 15px 0px 0px;
}
.general_template .page_sections_container a.page_section_image_container:hover{
	box-shadow:none;	
}
.general_template .page_sections_container a.page_section_image_container:hover .title_bar{
	opacity:.95;
}
.general_template .page_sections_container .page_section_image_container .title_bar {
	display: block;
	height: 50px;
	background: #ccc;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #d4792a;
	font-size: 15px;
	background: url('../images/home/advocates_btn_bg.jpg');
	background-size: cover;
	color: #4776A8;	
}
.general_template .page_sections_container .page_section_image_container .title_bar .title {
	padding:10px 15px;
	font-size:12px;
	line-height:13px;
	font-weight:500;
}
.general_template .page_sections_container .related_3{
	margin-top:15px;
	margin-bottom:20px;
}
.general_template .page_sections_container .related_3 .page_section_image_container{
	margin-right:20px;	
}
.general_template .page_sections_container .related_3 .page_section_image_container.num_2{
	margin-right:0;	
}
.general_template .related_title_bar{
	border-bottom: 1px solid #21b9ff;
	margin-bottom:14px;
}
.general_template .related_title_bar .title{
	font-size:17px;
	color:#686868;	
	float:left;
	font-weight:400;
}
.general_template .related_title_bar .submit_btn{
	float:right;
	border:0;
	font-size:12px;
	padding: 2px 15px 2px 15px;	
}
.general_template .page_sections_container .related_stacked .page_section_image_container{
	width:700px;
	height:150px;
	float:none;
	position:relative;
	display:block;
	margin:0px 0px 20px 0px;
}
.general_template .page_sections_container .related_stacked .page_section_image_container .page_section_image{
	float:left;	
}
.general_template .page_sections_container .related_stacked .page_section_image_container .title_bar{
	float:none;
	width:400px;
	height:150px;	
	background:#e2eef4;
	position:absolute;
	left:300px;
	top:0px;	
}
.general_template .page_sections_container .related_stacked .page_section_image_container .title_bar .title{
	font-size:21px;
	color:#4776a8;
	font-weight:400;	
	line-height:26px;
	display:table-cell;
	vertical-align:middle;
	height:110px;
	padding:20px;

}
.general_template .page_sections_container .related_stacked a.page_section_image_container:hover .title_bar{
	background:#e8f0f4;
}
.general_template .cta_btn{
	width:280px;
	border:0;
	float:left;
	text-align:center;
	margin-top:2px;
}
.general_template .cta_btn.shortcode{
    margin-bottom: 30px;
}
.general_template .cta_btn.odd{
	margin-right:15px;	
}
.general_template .cta_btn.wide{
	margin-right:0;
	width:640px;	
}
.general_template .main_content .cta_btn.stuck{
    position: fixed;
    width:640px;      
}                     

.general_template .page_sections_container .related_videos{
	margin-bottom:40px;
}
.general_template .page_sections_container .related_videos .related_vid_container{
	margin-bottom:20px;
	box-shadow:0px 3px 4px -4px #000;
}
.general_template .page_sections_container .related_videos .related_vid_container .vid_thumb_container{
	position:relative;
	width:340px;
	height:190px;
	float:left;
	overflow:hidden;
}
.general_template .page_sections_container .related_videos .related_vid_container .page_section_related_vid_image.yt_image {
	margin-top:-32px;
}
.general_template .page_sections_container .related_videos .related_vid_container .play_btn{
	width:87px;
	height:88px;
	background:url('../images/general/related_vid_play_btn.png') no-repeat;
	position:absolute;
	z-index:2;
	display:block;
	top:50px;
	left:50%;
	margin-left:-44px;	
}
.general_template .page_sections_container .related_videos .related_vid_container .play_btn:hover{
	background:url('../images/general/related_vid_play_btn_down.png') no-repeat;	
}
.general_template .page_sections_container .related_videos .related_vid_container .vid_description_container{
	background:#e8f0f4;
}
.general_template .page_sections_container .related_videos .related_vid_container .vid_description{	
	font-size:21px;
	color:#4776a8;
	font-weight:400;	
	line-height:26px;
	display:table-cell;
	vertical-align:middle;
	height:150px;
	padding:20px;	
}
.general_template .page_sections_container .related_videos .related_vid_container.small{
	width:340px;
	float:left;
	height:260px;
}
.general_template .page_sections_container .related_videos .related_vid_container.small .vid_thumb_container{
	height:260px;
}
.general_template .page_sections_container .related_videos .related_vid_container.small.even{
	margin-left:20px;	
}
.general_template .page_sections_container .related_videos .related_vid_container.small .vid_description_container{
	position:absolute;
	width:340px;
	height:50px;
	bottom:0px;
	left:0px;
}
.general_template .page_sections_container .related_videos .related_vid_container.small .vid_description{
	width:310px;
	height:40px;
	font-size:12px;
	padding:5px 15px;
}
/* END GENERAL TEMPLATE */

/* page nav widget */
.gii_page_nav_wrapper{
	margin-bottom:4px;
}
.gii_page_nav{
	list-style:none;
	width:220px;
	top:102px;
	z-index:10;
	background-color:#fff;
}
.gii_page_nav li{
	margin-bottom:2px;
}
.gii_page_nav li a{
	display:block;
	padding: 10px 30px 10px 10px;
	background: url('../images/general/nav_right_arrow.png') no-repeat 200px 50% #1eb8ff;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;	
}
.gii_page_nav li a:hover{
	background:url('../images/general/nav_right_arrow.png') no-repeat 200px 50% #5bcbff;
}

.gii_cta_button_sticky{
    top: 102px;
    z-index: 10;
    position: relative;
}
/* end page nav widget */
/* gii impact caculator widget */
.counter_widget{
    background:#b5decc;
    margin-top:2px;
    padding: 30px 0px 0px 0px;
    text-align:center;
    color:#11a573;
}
.counter_widget .top_text{
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
}
.counter_widget .counter{
    font-size:67px;
    color:#fff;
    font-weight:bold;
    line-height:70px;
    margin-bottom:3px;
}
.counter_widget .block_text_large{
    line-height:30px;	
}
/* gii impact calculator widget */

/* text link widgets */
/* end text link widgets */

/* newsletter signup widget */
.newsletter_signup_widget{
	margin-bottom:12px;
}
.newsletter_signup_widget .text_input{
	float:left;
	width:115px;
	display:block;
	padding-right:5px;
}
.newsletter_signup_widget .submit_btn{
	font-size:14px;
	float:left;
	padding:2px 5px 0px 5px;
	height:30px;
	border:0;
}
.newsletter_signup_widget .copy_wrapper{
	padding: 10px 0px;
}
.newsletter_signup_widget .block_text_large{
	font-size:24px;
	line-height:26px;
	color:#4776a8;
}
.newsletter_signup_widget .block_text_semi_large{
	font-size:16px;
	line-height:18px;
	color:#4776a8;
}	
/* end newsletter signup widget */

/* GII social widget */
.gii_social_widget{
	border: 1px solid #4776a8;
	border-bottom:0;
	margin-bottom:12px;
}
.gii_social_widget .top_bar{
	padding:12px 15px;
	border-bottom:1px solid #4776a8;
}
.gii_social_widget .top_bar .title{
	font-size:18px;
	color:#4776a8;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:5px;
}
.gii_social_widget .top_bar .option_1{
	float:left;
	width:100px;	
}
.gii_social_widget .top_bar .option_2{
	float:left;
	width:80px;
}
.gii_social_widget .bottom_bar{
	padding:12px 15px;
	border-bottom:1px solid #4776a8;
}
.gii_social_widget .bottom_bar .option_1, .gii_social_widget .bottom_bar .option_2, .gii_social_widget .bottom_bar .option_3{
	float:left;
	margin-right:8px;
	width:57px;
}
.gii_social_widget .bottom_bar .option_1{
}
.gii_social_widget .bottom_bar .option_3{
	margin-right:0px;
	margin-top:2px;
}
/* end gii social widget */

/* contact us widget */
.contact_us_widget{
	border: 1px solid #4776a8;
	padding:12px 15px 5px 15px;
}
.contact_us_widget .title{
	color:#4777a8;
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
}
.contact_us_widget .phone a{
	font-size:24px;
	font-weight:bold;
	color:#4777a8;
	margin-top:5px;
	text-decoration:none;
}
.submit_btn.contact_us_widget_submit {
	width: 160px;
	margin: 0px;
	bordeR: 0;
	text-align: center;
	margin-top: 3px;
	height: 20px;
	padding-top: 8px;
	font-size: 16px;
}
/* end contact us widget */

/* LANDING PAGE LINKS */
.landing_page_links .landing_page_link{
	margin-bottom:30px;
}
.landing_page_links .landing_page_link .title_bar .title{
	float:left;
	width:516px;
	height:33px;
	background:#f2d4b9;
	color:#d4792a;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	padding: 11px 12px 0px 12px;
}
.landing_page_links .landing_page_link .title_bar .submit_btn{
	border:0px;
	margin-left:4px;
	width: 104px;
	height: 28px;
	padding-top: 10px;
	padding-left:22px;
	text-align:left;
	background: url('../images/general/nav_right_arrow.png') no-repeat 130px 13px #1eb8ff;	
}
.landing_page_links .landing_page_link .description{
	font-size:13px;
	margin-top:15px;
}
/* END LANDING PAGE LINKS */

/* CATEGORY PAGE */
.category_page #map{
	height:280px;
}
.category_page .filter_bar{
	margin-top:10px;
	margin-bottom:10px;
}
.category_page .filter_bar div.selector span {
    color: #616161;
    font-weight: bold;
    background: #fff;
    margin: 1px;
    width: 204px !important;
    border-right: 1px solid #616161;
    height: 20px;
    padding-left:10px;
    line-height:16px;
    text-overflow: clip; 
    white-space:normal;
    display: table-cell;
    vertical-align: middle;
    font-weight:300;
}
.category_page .filter_bar select {
    width:270px;
    height:28px;
    float:right;
}
.category_page .filter_bar div.selector.disabled span, 
.category_page .filter_bar div.selector.disabled.active span {
    color: #bbb; 
}
.category_page .filter_bar div.selector {
	font-size: 13px;
	background: url('../images/select_down_arrow.png') no-repeat 246px 5px #fff;
	height: 22px;
	width: 270px !important;
	padding: 0px;
	overflow: visible;
	border:1px solid #b6b6b6;
	padding-top:3px;
	float:right;
}
.category_page .general_right{
	padding-bottom:30px;
	padding-top:0px;
}

.category_page .category_top{
	box-shadow: 0px 0px 9px -2px #666;
	position: relative;
}
.category_page .category_posts{
	background:#f0f0f0;
	padding-top:50px;
}
.category_page .bottom_blocks_container{
	width:960px;
}
.category_page .no_results_message{
	padding:20px;
	padding-bottom:40px;
	font-size:18px;
}
.category_page .author_info{
	margin:30px 0px 20px 0px;
	font-size:13px;
	line-height:16px;
}
.category_page .author_info .photo{
	float:left;
	margin:0px 20px 20px 0px;
}
/* END CATEGORY PAGE */


/* PRESS RELEASE CATEGORY PAGE */
.category_page.press_release .category_posts{
    padding-top: 10px;
}
.press-release-month{
    margin: 15px 0;
    font-size:16px;
    line-height:23px;
}

/* hide the content of all the posts not in the first month block */
.press-release-month:not(:first-child) .press-release-post > p,
.press-release-month:not(:first-child) .press-release-post > .press-release-footer{
    display: none;
}

.press-release-month h2{
    background-color: #2E65A8;
    color: #FFF;
    padding: 18px 12px;
    margin-bottom: 15px;
    font-size:26px;
}

.press-release-post{
    background-color: #DAECF6;
    color: #4776A8;
    margin-bottom: 7px;
}
.press-release-post > h3.press-release-header{
    background-color: #6796C1;
    color: #FFF;
    font-size:16px;
}

.press-release-post > h3.press-release-header a{
    color: inherit;
}
.press-release-post > h3.press-release-header a span.date{
    text-decoration:underline;
}

.press-release-post > h3.press-release-header .date{
    background-color: #C1E6D4;
    color: #11A573;
    font-weight: bold;
    display: inline-block;
    padding: 8px 12px;
    width: 160px;
    vertical-align: middle;
    cursor:pointer;
}

.press-release-post > h3.press-release-header .title{
    display: inline-block;
    padding: 8px 12px;
    width: 740px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    color:#fff;
    cursor:pointer;
}

.press-release-post > p{
    margin: 15px 7px;
}
.press-release-post > .press-release-footer > a{
    display: block;
    text-align: right;
    color: inherit;
    padding: 0 7px 7px;
    text-decoration:underline;
    color:#686868;
}

/* END PRESS RELEASE CATEGORY PAGE */

/* GENERAL BLOG POSTS */
.single .post_info{
	font-size:12px;
	line-height:12px;
	margin:5px 0px 20px 0px;
	font-weight:500;
}
.single .info{
	float:left;
	margin-left: 5px;
	padding-left: 5px;
	border-left:1px solid #686868;	
}
.single .info.first{
	padding:0;
	margin:0;
	border:0;	
}
.single .general_left{
	padding-top:30px;
}
.single .general_left .related_title_bar{
	margin-bottom:10px;
}
.single .sidebar_thumb_image {
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.single .general_left .related_title_bar .title{
	line-height:22px;	
}
.single .general_left .related_title_bar .submit_btn{
	padding: 6px 15px 0px 15px;
	height: 16px;
	font-size:11px;
}
.single .general_right .share_container{
	margin-bottom:60px;
}
.single .general_right .share_container .option_1, .single .general_right .share_container .option_2, .single .general_right .share_container .option_3{
	float:left;
	margin-right:40px;
	width:57px;
}
.single .general_right .share_container .option_1{
}
.single .general_right .share_container .option_3{
	margin-right:0px;
	margin-top:2px;
}
.single .general_right .share_container .share_title{
	font-size:22px;
	text-transform:uppercase;
	float:left;
	margin-right:30px;
	padding-top:42px;
	color:#4776a8;
	font-weight:400;
}
.single .general_right .cta_boxes{
	margin-bottom:60px;
}
.single .general_right .cta_boxes .right_box, .single .general_right .cta_boxes .left_box{
	width:340px;
	float:left;
}
.single .general_right .cta_boxes .left_box{
	margin-right:20px;
}
.single .general_right .cta_boxes .top{
	padding: 12px;
	background: #f0f0f0;
	font-size: 12px;
	font-weight: 600;
	line-height: 17px;
	color: #000;
	height: 70px;
	margin-bottom:4px;
}
.single .general_right .cta_boxes .left_box .submit_btn{
	width: 280px;
	text-align: center;
	border:0;
}
.single .general_right .cta_boxes .right_box .submit_btn.left_btn {
	width: 135px;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border:0;	
}
.single .general_right .cta_boxes .right_box .submit_btn.right_btn {
	text-align:center;
	width:200px;
	padding: 4px 0px 5px 0px;
	border:0;
	margin-left:2px;	
}
.single .general_right .author_bio{
	background:#f0f0f0;
	padding:10px;
	color:#000;
	font-size:12px;
	margin-bottom:4px;
}
.single .general_right .author_bio .author_name a{
	font-size:14px;	
	font-weight:700;
}
.single .general_right .author_bio .photo {
	float: left;
	margin: 0px 10px 0px 0px;
}
.single .general_right .author_bio_wrapper{
	margin-bottom:60px;
}
.single .general_right .author_bio_wrapper .submit_btn{
	border: 0;
	margin: 0;
	width: 640px;
	text-align: center;
}

.single .general_left .related_posts_widget .related_post{
	margin-bottom:12px;
}
.single .general_left .related_posts_widget .related_post a{
	display:block;
	position:relative;
} 
.single .general_left .related_posts_widget .related_post a img{
	margin:0;
}
.single .general_left .related_posts_widget .title_bar{
	display: block;
	height: 32px;
	background: #ccc;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 200px;
	color: #d4792a;
	font-size: 15px;
	background: url('../images/home/advocates_btn_bg.jpg');
	background-size: cover;
	color: #4776A8;
	font-size:12px;
	line-height:15px;	
	padding:10px;
	font-weight:500;
}
.single .general_left .related_posts_widget .related_post a:hover .title_bar{
	opacity: .9;	
}
/* END GENERAL BLOG POSTS */

/* recent posts widget */
.recent_posts_widget{
	margin-top:15px;
}
.recent_posts_widget .recent_posts{
	margin-top:4px;
	height:210px; 
	overflow: hidden;
}
.recent_posts_widget .recent_post{
	float:left;
}
.recent_posts_widget .recent_post{
	margin-bottom:15px;	
}
.recent_posts_widget .recent_post.even{
	margin-right:20px;	
}
/* end recent posts widget */

/* COMMENT STYLING */
ul..comment_list{
	list-style:none !Important;
}
.comment_list li.comment{
	padding:20px;
	background:#f0f0f0;
	margin-bottom:15px;
	color:#000;
	position:relative;
	list-style:none !important;
	margin-left:0 !important;
}
.comment_list .comment .comment_info .author{
	float:left;
	margin-right: 5px;
	color:#0053a0;
	font-weight:700;	
}
.comment_list .comment .comment_info .date{
	float:left;
	color: #0053a0;	
}
.comment_list .comment .reply {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.comment_list .comment .reply a{
	background: #1eb8ff;
	box-shadow: none;
	padding: 1px 20px 1px 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	display: block;
	text-decoration: none;
	-webkit-appearance: none;
}
.comment_list .comment p{
	margin-bottom:5px;
}
.comment_list .comment .photo{
	width:60px;
	height:auto;
	float:left;
	margin: 0px 10px 10px 0px;
}
.comment_list .children{
	margin-left:30px !important;
}
#commentform .field label{
	margin-left:10px;
}
#commentform #captcha_code {
	padding: 5px;
	width: 150px !important;
}
#commentform #captcha_code_label {
	margin-left: 10px !important;
	font-weight: 700;
}
#commentform .submit_btn{
	border: 0px;
	padding: 9px 70px 10px 70px;	
}
#commentform{
	margin-bottom:30px;
}
#commentform #comment {
	width: 690px;
	height: 100px;
}
/* END COMMENT STYLING */




/* PROFILE STYLING */
.clearer{
    clear:both;
}

.acf-input-wrap {
    overflow: visible;
}

.profile{
    font-size:12px;
    margin-top:20px;
}
.profile input.submit_btn, .profile input[type=submit]{
    /*background:#3d6fa2;
    color:#fff;
    padding:8px 15px 8px 15px;
    font-size:16px;
    font-weight:bold;
    float:right; */
}
.profile input.submit_btn:active{
    border-top:2px solid #666;
    border-left:2px solid #666;	
    padding:7px 15px 8px 14px;
    color:#e2e2e2;
}
.profile .field{
    border:none;
}
.profile p{
    font-size:12px !important;
}
.profile h3 {
    clear:both;
    display:block !important;
    padding: 0 !important;
    margin: 0px 0px 8px 0px !important;
    font-size:16px !important;	
    background:none;
    border:none;
    color:#777 !important;
}

.profile h4, .profile .large_label{
    font-size:15px !important;
    font-weight:normal;
}

.profile .large_label{
    font-size: 13px !important;
    font-weight: bold;
    padding: 0;
    margin: 0 0 8px;
    display: block;
    vertical-align: text-bottom;
}

.profile .field{
    padding:0;
    margin:0;
}
.profile input{
	border:none;
}
.profile input.text, .profile input.text_input{
	border:1px solid #ccc;
}
.profile ul.checkbox_list{
    margin:0px 0px 8px 0px !important;
}
.profile ul.acf-checkbox-list li, .profile ul.acf-radio-list li{
	list-style:none;
	margin-bottom:3px;
}
.profile .text_input, .profile input.text{
    font-size:12px !important;
    padding:2px 5px 2px 5px !important;
    margin-bottom:8px !important;
    background:#fff;
}

.profile .account_info_container{
    border-top: 1px solid #ccc;
    padding-top:4px;
}
.profile .account_info_container .account_left{
    width: 260px;
    padding: 15px 35px 35px 0px;
    float:left;    
}

.profile .account_info_container.step_2 .account_left {
    display:none;
}

.profile .account_info_container .account_right{
    width: 552px;
    padding: 13px 0px 35px 35px;
    float:left;
    border-left:1px solid #000;
}

.profile .account_info_container.step_2 .account_right {
    border:none;
    float:none;
    width:auto;
}

.profile .account_info_container .account_left .text_input{
    width:245px;
}
.profile .account_info_container .account_left input.submit_btn{
    margin-top:10px;	
}

.profile .account_info_container .account_right .field_type-checkbox{
    /*float:left;*/
    /*width:270px;*/
}
.profile .account_info_container.step_2 .account_right .field_type-checkbox{
	width:auto;
}
.profile .account_info_container .account_right input[type=submit]{
    float:right;
    margin-top:40px;
    margin-right:40px;
}
.profile .account_info_container .account_right input.text{
    width:540px;
}
.profile #acf-cell_phone_for_sms_updates{
    float:none;
    width:auto;
    margin-left:25px;
    margin-top:4px;
    clear:both;
}
.profile #acf-cell_phone_for_sms_updates label{
}
.profile #acf-cell_phone_for_sms_updates input.text{
    width:160px;
    margin-left:5px;	
}

.profile .field_type-true_false ul.true_false{
    margin: -30px 0px 0px 0px !important;
}
.profile .field_type-true_false label{
    margin-left:20px !important;
}
.profile .field_type-true_false ul.true_false li{
    margin:10px 0px 0px 0px !important;	
}
.profile .field_type-true_false ul.true_false li label{
    margin-left:0 !important;	
}

.profile #acf-shop_at_goodwill_how_often, .profile #acf-donate_stuff_to_goddwill_how_often{
    margin:0px 0px 30px 20px
}
.profile #acf-received_job_financial_what_type{
    margin:0px 0px 0px 20px
}
.profile #acf-shop_at_goodwill_how_often p.label, .profile #acf-donate_stuff_to_goddwill_how_often p.label,
.profile #acf-received_job_financial_what_type p.label{
    padding:0;	
}
.profile #acf-received_job_financial_please_specify{
    margin:0px 0px 30px 20px;
}
.profile #acf-received_job_financial_please_specify textarea{
    width:370px;
    height:30px !important;	
}

.profile .signup_step_3 h3{
    display:none !important;
}
.profile .signup_step_3 .step_3_left{
    float:left;
    width:405px;
    padding-right:35px;
    border-right:1px solid #000;
}
.profile .signup_step_3 .step_3_right{
    float:left;
    width:405px;
    padding-left:35px;
}
.profile .signup_step_3 .submit_btn{
    margin-right:40px;
}

.profile .checkbox_list input {
    margin-top:8px !important;
}


.login form {
    margin:0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.tml-action-links{
	list-style:none !important;
}
ul.tml-action-links li{
	list-style:none !Important;
	margin-bottom:3px !important;
}

.profile .postbox{
    background:none;
    border:none;
}

.profile .inside{
    margin:0;
}
.profile .acf_postbox p.label {
    margin:0;	
    margin-top:10px;
    clear:both;
    padding-bottom: 0 !important;
}
.profile .acf_postbox p.label label{
	color:#686868;
}
.acf_postbox > .inside > .field {
	border:0;
	padding:0;	
}

.profile #acf-field-phone{
    width:200px;
}
.profile .acf_postbox .field select{
    width:auto;	
}
.profile #acf-field-cell_phone_for_sms_updates{
    width:200px;	
}
.profile .save_button{
    padding: 8px 20px 8px 20px;
    background:#3D6FA2;
    color:#fff;
    float:right ; 
}
.profile #acf-field-zip_postal_code{
    position:relative;
    width:100px;
}
.profile #acf-receive_sms_updates{
    margin-top:10px;
}
.profile .field_type-select{
    margin-bottom:10px;
}

#loginform label{
    display:block;
}
#loginform .forgetmenot label{
    display:inline;
}
ul.tml-action-links li{
    margin-left:0px !important;
}
.login #wp-submit{
    margin-left:0px;
}
.profile .field_key-field_51f2ea1eb8d60{
    clear:both;
}
.profile_errors{
    display: block;
    background: #ffcccc;
    padding-bottom:0px;
    margin-bottom: 10px;
}
.profile_errors p{
	padding:10px;
}

/* END PROFILE STYLING */

/* SEARCH */
.search .main_content  .search_container input.search_input{
	width:300px;
}
.search .result{
	margin-bottom:10px;
}
.search .result p{
	margin-bottom:0;	
}
.search .general_right h3{
	margin-bottom:5px;
}
.search .search_container{
	margin-bottom:20px;
}
.search-highlight{
	background:#FCFA87;
}
.search .results_container h2{
	display:block;
	background:#c1c1c1;
	padding:5px 8px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
}
.search .results_container.top_results_container h2{
	background:#f3d1bb;
	color:#d96c24;	
}
.search .general_right h3 a{
	font-size:16px;
	font-weight:500;
	color:#666;	
}
.search .general_right .top_results_container h3 a{
	color:#d96c24;		
}
/* END SEARCH */

/* CONTACT FORM */

.your-message textarea{
	width: 696px;
	height: 170px;
	border:1px solid #c3c3c3;
}
.wpcf7-submit.submit_btn{
	font-size:20px;
	float:right;
	padding-left:60px;
	padding-right:60px;
}
.wpcf7 .label{
	font-size:11px;
	text-transform:uppercase;
	color:#b7b7b7;
}
div.wpcf7-validation-errors {
	border: 1px solid #FF0000;
	padding: 8px 10px;
	font-weight: bold;
	margin: 0;
	background: #f0e3e3;
	font-size:12px;
	margin-bottom:10px;
}
form.invalid input.wpcf7-not-valid {
	border: 1px solid red;
	background: #f0e3e3;
}
.wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	padding: 10px 15px;
	margin: 0;
	background: #7cc245;
	color: #fff;
	font-size: 19px;
	border: 0;
	box-shadow: 0px 6px 5px -7px #000;
	margin-bottom:10px;
}
.wpcf7-form-control.wpcf7-submit.submit_btn {
	border:0;	
}
/* END CONTACT FORM */

/* BUSINESS PARTNERS */
.business_partners_container .partner_type_container{
	margin-bottom:30px;
}
.business_partners_container .business_logo_container{
	float:left;
	width:160px;
	height:160px;
	border:2px solid #21b9ff;
	margin-right:14px;	
	margin-bottom:18px;
	cursor:pointer;
}
.business_partners_container .business_logo_container.col_4{
	margin-right:0px;	
}
.business_partners_container .row_info_boxes{
	position:relative;
}
.business_partners_container .row_info_boxes .info_box{
	overflow:hidden;
	padding-bottom:20px;
}
.business_partners_container .row_info_boxes .info_box .description{
	background:#fbfbfb;
	border:2px solid #e7e7e7;
	padding:20px;
	/*width:654px;*/
}
.business_partners_container .row_info_boxes .submit_btn{
	border:0px;
	margin-top:2px;
	
	width:638px;
	text-align:center;
}
.business_partners_container .row_info_boxes .pointer {
	position: absolute;
	z-index: 5;
	left: 0%;
	margin-left: 76px;
	top: -7px;
	display:none;
}
/* END BUSINESS PARTNERS */

/* Indeed Job Form **/

#indeed_jobs {
    background-color: #e2eef4;
    position: relative;
    padding: 20px 20px;
    margin:20px 0;
    clear:both;
    box-shadow: 5px 5px 10px #ccc;
}

#indeed_jobs img.logo {
    position: absolute;
    right: 20px;
    top: 45px;
}

#indeed_jobs a.geo {
   display:none;
}

#indeed_jobs  input.location {
    height: 27px;
    width: 300px;
    padding-left: 5px;
}

#indeed_jobs input.location img{
    display: none;
}
#indeed_jobs input.submit_btn {
    border:2px solid #1eb8ff;
    -webkit-transform:scale( 1.04, 1.04 );
    transform:scale( 1.04, 1.04 );  
    padding-top:3px;       
    cursor:pointer;
}

/* End Indeed Job Form **/

.newsroom-press-releases > a{
    display: block;
    text-align: right;
}
.newsroom-press-releases .press-release-post > h3.press-release-header .date{
    width: 150px;
}
.newsroom-press-releases .press-release-post > h3.press-release-header .title{
    width: 490px;
}


