/* Random Styles */
#fb-root {
    display: none;
}
.perspective img {
	width:100%;
}

/* To fill the container and nothing else */
.textwidget a img {
    width:100%;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.social-sharing ul li{
	float:left;
	margin:0 0 10px 0;
}
  #custom-tweet-button a {
	float: left;  
  }
  #custom-gplus-button {
	margin-left:10px;
  }

.wad_tweet_btn {
background: url('../images/tweet-container.png') no-repeat;
width: 380px;
height: 90px;
padding-left: 25px;
padding-right: 82px;
padding-top: 1px;
margin-bottom: 10px;
margin-bottom: -40px;
font-size:14px;
 
}
.wad_tweet_btn p{color:#fff;
}
 
#thumbnailz img {
position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
.mapp-layout {margin-top:10px;} 
.mapp-directions {display:none;}
.mapp-route {float: left;
width: 100%;}
.mapp-route div {float:left; width:49%; margin:0 0.5%;}
.mapp-route div input {height:30px; width:100%;}
.mapp-route .mapp-myloc {display:none!important;}
.mapp-dir-get {
	margin:10px 0 10px 0.5%;
}
.event-content {
	float:none;
	display:block;
	margin:0 auto;
}

.advocacy .thumb img {
	margin-bottom:0;
	float:left;
	-moz-box-shadow: 0px 0px 6px #bbbbbb;
-webkit-box-shadow: 0px 0px 6px #bbbbbb;
box-shadow: 0px 0px 6px #bbbbbb;
}

.advocacy .ninecol h1 {
	margin-top:15px;
}
.menu-footer-links-container ul li{margin-bottom:1px;}
.menu-footer-links-container ul li a {
	background:transparent;
	padding-bottom:5px;
	color:#fff;
	width:100%;
	display:block;
	margin: 0;
}

.menu-footer-links-container ul li:hover a{
	color:#333;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-container iframe, .iframe-container object{
	    position: absolute;
	    top:0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.widget-box {
		background:transparent;
		padding:0px;
		color: #fff;
		font-size: 16px;
		line-height: 20px;
		
	}
	body .widget-box a, body .widget-box a:visited{color:#fff;}
	body .widget-box a:hover{color:#000;}
	body .widget-box a.button-style{margin-left:0px;}
#featured_post_widget-3 .featured_post_widget:first-child, .carousel-widget2 .video-template:first-child {
		margin-left:0;
	}
	#widget-3 #text-4,#widget-3 #text-13, #featured_video_widget-2 {padding:0;}
/* Toggle styles */
.toggle.box.no-shadow{
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;

}
.toggle-content {display:none;}
.toggle-content ul{
	list-style: disc;
	margin: 0 20px;
 
}
.toggle-content ul li   {
	margin-bottom:15px;
 
}
.toggle-content ul li strong:after{
 content: " \00a0\00a0\0BB \020";
 }
 .toggle .toggle-content {
		margin-top:30px;
		line-height: 24px;
	}
	.toggle .toggle-content h3{
		margin-botton:0;
		}

.toggle h2 {
	margin-bottom:0;
	position:relative;
	color:#932126;
	cursor:pointer;
}
 
 .toggle .fa-plus-square-o {
	margin-top:7px;
	cursor:pointer;
}
.toggle .fa-minus-square-o, .toggle.open .toggle .fa-minus-square-o, .toggle.open .toggle.open .fa-plus-square-o{
	display:none;
}
.toggle.open .fa-minus-square-o, .toggle.open .toggle .fa-plus-square-o, .toggle.open .toggle.open .fa-minus-square-o{
	display:block;
	transition:0.5s;
	margin-top:7px;
	cursor:pointer;

}
.toggle.open .fa-plus-square-o {
	display:none;
	transition:0.5s;
	}
.toggle.open > h2{
	background:#932126;
	color:#fff;
	margin:0 -30px;
	padding:0 30px;
	position:relative;
	
	}
	
	
.toggle.open > h2:before,.toggle.open h2:after {
	content:" ";
	border-top:10px solid #521719;
	position:absolute;
	bottom:-10px;
} 
.toggle.open > h2:before {
	border-left:10px solid transparent;
	left:0;
	}
.toggle.open > h2:after {
	border-right:10px solid transparent;
	right:0;
	}
	
/* button styles */

.button-style {
    background-color: #999;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:    -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:     -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:      -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image:         linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,0.1),
                inset 0 -.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.25em 0 hsla(0,0%,0%,.25),
                0 .25em .25em hsla(0,0%,0%,.05);
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 .5em 1em;
    padding: .5em 1.5em .75em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
    text-align:center;
    border-radius: 6px!important;
}
.button-style:hover {
    outline: none;
}
.button-style:hover,
.button-style:focus {
    background-image: -webkit-linear-gradient( hsla(0,0%,0%,.1),hsla(0,0%,100%,.05));
    background-image:    -moz-linear-gradient( hsla(0,0%,0%,.1),hsla(0,0%,100%,.05));
    background-image:     -ms-linear-gradient( hsla(0,0%,0%,.1),hsla(0,0%,100%,.05));
    background-image:      -o-linear-gradient( hsla(0,0%,0%,.1),hsla(0,0%,100%,.05));
    background-image:         linear-gradient( hsla(0,0%,0%,.1),hsla(0,0%,100%,.05));
    }
.button-style:active {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.1),
                 
                inset 0 .25em .5em hsla(0,0%,0%,.05),
                0 -1px 1px hsla(0,0%,0%,.1),
                0 1px 1px hsla(0,0%,100%,.25);
    margin-top: .25em!important;
    outline: none;
    padding-bottom: .5em;
}
.large {
    font-size: 1.25em;
}
 
.medium {
    font-size: 1em;
}
 .small {
    font-size: .75em;
}
.regular {
    border-radius: .5em;
}

.ad-button:active {
	margin-top:-20px!important;
}
/* Square */

.square {
    border-radius: .25em;
}

/* Round */

.round {
    border-radius: 1.25em;
}
.red {
    background-color: #941e1f;
}


.yellow{
	background-color:#f4d528 !important;
	color: #784c00 !important;
	text-shadow:0px 1px 1px #fff;
}

/* Locator widget styles */

/* WIDGET LOCATOR Styling */

#searchWidget input, #searchWidget #radius{
height:40px;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#searchWidget select {
-webkit-appearance: none !important;
-moz-appearance: none;
appearance: none;
border-radius: 0px;
background-image: url('../images/select-arrow.png');
background-position: right center;
background-repeat: no-repeat;
width:100%;
padding-left:5px;
color:#cccc!important;
}

.carousel-widget .video-template {
	display:block;
	width:300px;
	float:none;
	margin:0 auto;
}
/* Pagination styles */
.pagination {
margin: 20px 0;
}
.pagination ul {
display: inline-block;
margin-left: 0;
margin-bottom: 0;
border-radius: 5px;
}
.pagination ul>li {
display: inline;
margin-right:2px;

}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
border-radius: 0;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
 
border-radius: 0;
}
.pagination ul>li>a, .pagination ul>li>span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #999;
box-shadow: none;
 
}
div.pagination span.dots {
border: none;
background: none;
box-shadow: none;
}
div.pagination span.current {
	background:#932126;
	border:none;
	padding: 4px 9px;
	font-weight:normal!important;
}

.leadership li {
	margin-bottom:10px;
}

 /* Form Styling */
form .sc-view input{
	height:40px;
}
 
form[name="speakout"], form .sc-view {width:100%;}
form[name="speakout"], .sc-view {
	float:left;
	padding:0!important;
	margin-top:15px;
}

._100 {margin:0!important;width: 100%!important;}

form[name="speakout"] input {
	height:40px!important;
}

form[name="speakout"] #formElement0, form[name="speakout"] #formElement1 {
	width:49.5%;
	margin-right:1%;
}

form[name="speakout"] #formElement2, form[name="speakout"] #formElement3, form[name="speakout"] #formElement7 {
width:100%;
}

form[name="speakout"] #formElement4,form[name="speakout"] #formElement5,form[name="speakout"] #formElement6, form[name="speakout"] #formElement8 {
	width:32.6%;
	margin-right:1%;
}

form[name="speakout"] #formElement6, form[name="speakout"] #formElement1  {
margin-right:0;
} 

form[name="speakout"] select,  form[name="MPR"] select  {
height: 40px;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-appearance: none !important;
-moz-appearance: none;
appearance: none;
border-radius: 0px;
background-image: url('../images/select-arrow.png');
background-color:#fff!important;
background-position: right center;
background-repeat: no-repeat;
width: 100%;
padding-left: 5px;
}
/*MRP form*/
form[name="MPR"] {float:left;width:100%;}
form[name="MPR"] .sc-view {
	float:left;
}
form[name="MPR"] .sc-view input {
	height:40px!important;
} 
form[name="MPR"] #formElement0, form[name="MPR"] #formElement5, form[name="MPR"] #formElement16, form[name="MPR"] #formElement17, form[name="MPR"] #formElement18, form[name="MPR"] #formElement19, form[name="MPR"] #formElement22, form[name="MPR"] #formElement25, form[name="MPR"] #formElement26 {
	width:100%;
}
form[name="MPR"] #formElement0 div, form[name="MPR"] #formElement5 div, form[name="MPR"] #formElement16 div, form[name="MPR"] #formElement18 div, form[name="MPR"] #formElement25 div {
margin-left:0!important;
}
form[name="MPR"] #formElement1, form[name="MPR"] #formElement2, form[name="MPR"] #formElement3, form[name="MPR"] #formElement4, form[name="MPR"] #formElement6,form[name="MPR"] #formElement7,form[name="MPR"] #formElement8,form[name="MPR"] #formElement9,form[name="MPR"] #formElement10,form[name="MPR"] #formElement11,form[name="MPR"] #formElement20,form[name="MPR"] #formElement21, form[name="MPR"] #formElement23, form[name="MPR"] #formElement24 {
	width:49.5%;
	margin-right:1%;
}
form[name="MPR"] #formElement12, form[name="MPR"] #formElement13 , form[name="MPR"] #formElement14 , form[name="MPR"] #formElement15   {
	width:24.2%;
	margin-right:1%;
}

form[name="MPR"] #formElement8 br,  form[name="MPR"] #formElement15 br, form[name="MPR"] #formElement17 br {
	display:none;
}
form[name="MPR"] #formElement2,form[name="MPR"] #formElement4,form[name="MPR"] #formElement7,form[name="MPR"] #formElement9,form[name="MPR"] #formElement11, form[name="MPR"] #formElement15, form[name="MPR"] #formElement21, form[name="MPR"] #formElement24    {
margin-right:0;
} 
form[name="MPR"] textarea {
	height: 40px;
}




 /* MLK page styles added by Manu */
.bg{
width: 100%;
margin: 0 auto;
z-index: 1;
position: relative;
display: table;
background:url('../images/crowd-repeat.png') repeat-x;
background-position-x:0px;
background-position-y:top;
background-color: #152831;
}
.bg img {width:100%; max-width:851px; margin:0 auto; display:block;}
#the-page-content p, #the-page-content h1,#the-page-content h2 {font-family:'Lato', sans-serif!important;color:#fff;}
#the-page-content p {font-size:16px;}
#the-page-content h1 {margin:0 0 10px 0;}
#the-page-content ul {padding: 5px 0 0px 18px;padding-left: 21px; color:#fff;}
#the-page-content ul li:before {content: url("../images/ribon.png");float:left;margin: 0 10px 0 0;}
#the-page-content ul li  {clear:both;margin:20px 0 0 0;}
.container_wrap .press {padding: 30px;margin-bottom: 20px;padding-bottom:60px;}
.container_wrap{
max-width:850px;
width:100%;
margin:0 auto;
background:#000!important;
padding:30px;}

.container_mlk .container {width:100%;max-width:851px;background:#000;margin-bottom:40px; } 
.container_mlk {font-size:14px;}
.wad_footer {background:}
.footer-mlk #socket{
	background:none;
	background-color:#152831;
}

.footer-mlk #socket > .container{
	max-width:850px;
}
.footer-mlk #socket > .container span.copyright{color:#fff;}


#spanish-trans{display:none;}
/* EndHIVStigma styles */
a:link {color:#941e1f;}      /* unvisited link */
	a:visited {color:#941e1f;}  /* visited link */
	a:hover {color:#000;}  /* mouse over link */
	a:active {color:#941e1f;}  /* selected link */

	.mobile {
		display: none;
	}

	.nonmobile {
		
	}

	#share {
		margin-top: 24px;
	}

	#masthead {
		padding-top: 60px;
		padding-bottom: 10px;
		font-family: Helvetica, Arial, sans-serif;
	}

	#masthead h1, #masthead h2 {
		color: #472829;
		font-weight: bold;
		font-size: 34px;
		line-height:38px;
		letter-spacing: -1px;
	}

	#masthead h1 b, #masthead h2 b {
		color: #e0003f;
	}

	#masthead h3 {
		color: #472829;
		font-weight: bold;
		font-size: 18px;
	}
	
	h1.candybar {
        width: 925px; 
        height: 364px;
        background: url("../images/candybar.png");
        text-indent: -9999px;
        margin: 0 auto;
        margin-bottom: 10px;
	}
	
	h1.candybar-espanol {
        width: 925px; 
        height: 364px;
        background: url("../images/candybar-espanol.png");
        text-indent: -9999px;
        margin: 0 auto;
        margin-bottom: 10px;
	}

	h2.takeaction {
        width: 752px; 
        height: 133px;
        background: url("../images/takeaction_title.png");
        text-indent: -9999px;
        margin: 0 auto;
        margin-bottom: 20px;
	}

	div.logo {
		display: block;
		height: 80px;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}

	.item img {
		display: block;
		margin: 0 auto;
	}

	div.desc {
		display: block;
		height: 80px;
		padding-top:35px;
		margin: 0 auto;
		margin-bottom: 24px;
		background-color: black;
		padding: 10px;
		color: #ffcc00;
		font-family: "Helvetica", Arial, sans-serif;
		font-size: 28px;
		font-weight: bold;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		text-transform: uppercase;
	}
	 .stigmawrap div {
	 font-size:18px;
	 line-height: 20px;
	 color:#000;
	 }
	 .stigmawrap {
		 max-width:1000px;
		 width:48%;
		 margin:0 auto;
		 
	 }
	 .stigma p {
		line-height: 20px;
		padding: 2px;
		text-align: left;
		margin-bottom: 3px;
		margin-top: 2px;
}
	
	.shadowborder {
		background: url('../images/border.png') no-repeat center;	
		height: 100px;
		border: 0;
	}
	.facts {
		margin-bottom: 48px;
	}

	.facts h1 {
		font-family: 'Georgia', 'Times New Roman', serif;
		color: #643e3f;
		font-size: 60px;
		font-style: normal;
		font-weight: 100;
		text-transform: normal;
		letter-spacing: normal;
		text-align: right;
		line-height:0em;

	}
	.more-news h3:first-child {
		margin-top:0;
	}
	.more-news a p {
		color:#545454;
		text-decoration: underline;
	}
	.more-news a:hover p {
		text-decoration: none;
	}

/* Calendar table styles */
.calendar table {border:0;}
.container_mlk {
background: #152831;
}
.calendar .title {line-height:1.2em!important;}
					.calendar table { 
		width: 100%; 
		border-collapse: collapse; 
		margin-top:15px;
	}
 
	.calendar td, .calendar th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
		color: #000 ;
	}
 
	.calendar tr:nth-of-type(odd),.calendar tr:nth-of-type(odd) td { 
		background: #ededed; 

	}
	.calendar tr:nth-of-type(even),.calendar tr:nth-of-type(even) td { 
		background: #fff; 
		
	}
	.calendar tr th:last-child {width:175px;}
	.calendar tr th:first-child {width:130px;}

	.calendar th { 
		background: #0691bf; 
		color:#fff;
		font-weight: bold; 
		text-align:center;
	}
 
/* MPR FORM STYLING */

.wpcf7-form {
	float:left;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea  {
	width: 100%;
	height:35px;
	margin-bottom:20px;
}
.wpcf7-form select, .wpcf7-form input[type="date"] {
  height: 35px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background-image: url('../images/select-arrow.png');
  background-color: #fff!important;
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  padding-left: 5px;
}
 .wpcf7-form input[type="submit"] {
	 font-size:20px;
	 line-height: 12px;
	 margin-left:0;
	 margin-top:-15px!important;
 }
.wpcf7-form-control-wrap {
	position:none!important;
}
.wpcf7-not-valid-tip {
  position: absolute;
  left: 10px;
  top: 0;
}
.wpcf7-validation-errors {
  border: none!important;
  position: absolute;
  bottom: -35px;
  background-color: red;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-left: 0!important;
}
.wpcf7-mail-sent-ok {
  border: none!important;
  position: absolute;
  bottom: -35px;
  background-color: #398f14;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-left: 0!important;
}
.wpcf7-form-control .wpcf7-list-item.last {
	float: none;
}
@font-face {
	src: url('http://www.aidshealth.org/wp-content/themes/aidshealth/library/BebasNeue.otf');
	font-family:bebas;
}
.wpcf7-form h3 {
	background-color: #941f24;
    color: #fff;
    line-height: 50px;
    float: left;
    width: 100%;
    font-size: 25px;
    font-family:bebas, sans-serif;
    padding-top: 5px;
}
.wpcf7-form h3 img {
	width: 50px;
    padding: 10px;
    float: left;
        top: -4px;
    position: relative;
}
.wpcf7-form label {
	font-weight:bold;
	color:#125da9;
	font-family:bebas, sans-serif ;
	font-size: 20px;
	    clear: both;
    display: block;
}
.wpcf7-list-item input {
	width:auto;
	height: 15px;
}
.nom-form {
	    margin: 0 auto;
    display: block;
    max-width: 600px;
    width: 100%;
}
 
.nom-form form {
	width:100%;
}
.nom-form form textarea {
	height:100px;
}
.nom-form form h2 {
	text-align: center;
}
.other-nom a, .empbtn {
    color: #fff!important;
    background-color: #941f24;
    padding: 10px;
    text-align: center;
	
}
.empbtn {
	margin: 40px auto;
    display: block;
    max-width: 300px;
}