
/********************
*      General      *
********************/
* {
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   	backface-visibility: hidden;
}
body a, body a:visited{
	text-decoration:none;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color:#941e1f;
}

body a:hover, body a:visited:hover{
	color:#222;
}
#container{
	opacity:0;
	background-color:#f8f8f8;
	background-image: url('http://www.aidshealth.org/wp-content/themes/aidshealth/library/images/white-grunge2.jpg?1.1');
}

p#logo{
	margin:0px;
}

p#logo img{
	max-width: 196px;
	margin-top: 9px;
	float: left;
}
p#mission{
	color:#fff;
	margin-top:25px;
	text-align:center;
	font-size:22px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-rendering: optimizelegibility;
	font-weight: normal;
	letter-spacing:1px;
	line-height: 28px;
	padding:10px 30px;
	text-shadow: 0px 0px 5px #000;
	hyphens:none;
	-webkit-hyphens: none;
	-moz-hyphens:none;
	-ms-hyphens:none;
}
.headline {
	position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);
}
#content{
	height:auto;
	}

.mapp_layout {
	margin:5px 0!important;
} 
/* columns */

.onecol.center, .twocol.center, .threecol.center, .fourcol.center, .fivecol.center, .sixcol.center, .sevencol.center, .eightcol.center, .ninecol.center, .tencol.center, .elevencol.center, .twelvecol.center{
	float:none;
	text-align:center;
	margin:0px;
}
.event-content {
	clear:both;
}

.event-content form input[type="submit"] {
	    background-color: #932126;
    border: 0;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.titlewrap{
	border-bottom:1px solid #000;
	margin-bottom:10px;
}

/* navigation */

.threecol.first.logo{
	width:20%;
}

#mobile-nav-button{
	display:none;
}

ul#menu-main-menu{
	margin:0;
	background-color:#191919;
}
nav[role=navigation]{
	height:60px;
	float:left;
	width:80%;
}

.nav li ul.sub-menu{
	margin:0px;
}


.nav li > a{
	height:80px;
	line-height:36px;
	padding:20px;
	font-weight:300;
	letter-spacing:1px;
	font-size:15px;
	
background: #2b2b2b;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #2b2b2b 0%, #000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(100%,#000));
background: -webkit-linear-gradient(top,  #2b2b2b 0%,#000 100%);
background: -o-linear-gradient(top,  #2b2b2b 0%,#000 100%);
background: -ms-linear-gradient(top,  #2b2b2b 0%,#000 100%);
background: linear-gradient(to bottom,  #2b2b2b 0%,#000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000',GradientType=0 );
	
	
	color:#ddd;
	border:none;
	border-right:1px solid #333;
}

.nav li.menu-item:last-child a{
	border:none;
}

.nav li:hover a{
	background:none;
	background-color:#1c1c1c;
	color:#fff;
}

.nav li a.active{
	background:none;
	background-color:#000;
	color:#fff;
}

.nav li:active a{
	background:none;
	background-color:#000;
}
.nav li ul.sub-menu{
	border:none;
}

.nav li ul.sub-menu li a{
	border:none;
	text-align:left;
	padding-left:20px;
	color:#ededed;
	background:none;
	background-color:#1c1c1c;
	font-size:14px;
}

.nav li ul.sub-menu li a:hover{
	background-color:#000;
}

#hidden-data{
	display:none;
}

/* Ajax load gif */

div#ajax-load-gif{
	position:absolute;
	width:100%;
	height:60px;
	top:30%;
	z-index:10000;
}

img#ajax-load-gif{
	margin:auto;
	display:block;
	background-color:#fff;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
}

/* Character */
.page-title{
	font-size:22px;
	padding:10px;
	font-weight:100;
	background-color:#000;
	color:#fff;
	display:inline-block;
	width:auto;
	margin-bottom:0px;
}

.page-title.small{
	font-size:1.1em;
}

h1, .h1, h2, .h2{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-rendering: optimizelegibility;
font-weight: 100;
letter-spacing:1px;
}



/* lightbox */

#lightbox-shadow{
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	top:0;
	left:0;
	z-index:200000;
	cursor:pointer;
}

#lightbox-content{
	display:none;
	background-color:#fff;
	position:fixed;
	top:30%;
	left:50%;
	box-shadow:0px 0px 12px #000;
	z-index:200001;
}

#lightbox-content button#close{
	display:block;
	border-radius:15px;
	width:30px;
	height:30px;
	color:#fff;
	background-color:#000;
	margin-top:-30px;
	margin-right:-30px;
	float:right;
}



/********************
*      Header       *
********************/
body a.ahf-facts:hover, body a.ahf-facts:focus, body a.ahf-facts:visited:hover, body a.ahf-facts:visited:focus {
	color:#fff!important;
}
body a.ahf-facts {
	color:#fff;
	font-weight:normal;
	  margin: 10px 0;
	  padding: 10px;
	  text-decoration: none;
}
body a.ahf-facts:active {
margin-top:10px!important;
}
body a.ahf-facts:hover {
	color:#fff;
}
#inner-header{
	background-image:url('../images/globe-bkg.png');
	background-repeat:no-repeat;
	background-position:center top;
}

#top-inner-header{
	background: #2b2b2b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2b2b2b 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #2b2b2b 0%,#000 100%);
	background: -o-linear-gradient(top, #2b2b2b 0%,#000 100%);
	background: -ms-linear-gradient(top, #2b2b2b 0%,#000 100%);
	background: linear-gradient(to bottom, #2b2b2b 0%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000',GradientType=0 );
	height:80px;
}

.row.header-top{
/*	margin-top:-40px;*/
}

#top-nav-wrap{
	
}
.header-top .threecol.last {width:183px;}
nav[role=navigation]{
	box-shadow:0px 0px 12px rgba(0,0,0,0.5);
}

/* counter */

.counter{
	display: block;
	width: auto;
	height: auto;
	overflow: auto;
	float: left;
	border: none;
	border-radius:3px;
}
span.label{
	clear:left;
	font-family:helvetica;
	font-size:12px;
	color:#fff;
	margin-bottom:-1px;
	display:block;
	margin-top:5px;
	text-align:left;
	font-style:italic;
}
.counter .digit.first{
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	border:none;
	border-right:1px solid #d63629;
	
}
.counter .digit.last{
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	border:none;
}
.counter .digit{
	margin:0px;
	padding:0px;
	padding-left:4px;
	padding-top:6px;
	line-height:25px;
	display:block;
	width:30px;
	height:40px;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:normal;
	font-size:36px;
	color:#fff;
	background: #efb1af; /* Old browsers */
background: -moz-linear-gradient(top,  #efb1af 0%, #d63425 50%, #efb1af 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efb1af), color-stop(50%,#d63425), color-stop(100%,#efb1af)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efb1af 0%,#d63425 50%,#efb1af 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efb1af 0%,#d63425 50%,#efb1af 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efb1af 0%,#d63425 50%,#efb1af 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efb1af 0%,#d63425 50%,#efb1af 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb1af', endColorstr='#efb1af',GradientType=0 ); /* IE6-9 */



	float:left;
	border:none;
	border-right:1px solid #d63629;
	border-left:none;
}
header.header{
	background-image:url('../images/red-grunge.jpg?1.1');
} 


#header-cta{
	height:60px;
	background-color:#1c1c1c;
	margin-bottom:-30px;
}

form.searchform{
	width:98%;
	height:40px;
	margin-top:9px;
	background-color:#333;
	border:1px solid #222;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:inset 0px 1px 3px black;
}


.searchform input.search{
	height:20px;
	margin:10px;
	background-color:transparent;
	border:none;
	color:#777;
	font-size:14px;
	outline:none;
}

.searchform .fa-search{
	font-size:22px;
	color:#fff;
	float:right;
	text-align:right;
}

input#searchSubmit{
	float:right;
	height:36px;
	width:40px;
	margin-top:4px;
	margin-right:-4px;
	opacity:0.6;
	background-repeat:no-repeat;
	text-indent:-999px;
	background-color:transparent;
	background-image:url('../images/search-icon.png?1');
	background-size:80%;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border:none;
	outline:none;
}

input#searchSubmit:hover{
	opacity:0.9;
}

a.socialIcon{
	margin-top:18px;
	padding-left:20px;
	display:block;
	float:left;
}
.socialIcon .fa{
	font-size:28px;
	color:#fff;
	opacity:0.6;
}

.socialIcon:hover .fa{
	opacity:0.9;
}

.perspective{
	-webkit-perspective: 420; 
	-webkit-perspective-origin-x: 50%; 
	-webkit-perspective-origin-y: 50%;
}

.perspective img{
	border:4px solid #fff;
	box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.2);
}




/* Feature Slider */

.row#feature{
	position:relative;
	overflow:visible;
	margin-top:40px;
	margin-bottom:40px;
	max-height:205px;
	min-height:205px;
}

#feature-label{
	color:#951e21;
	font-size:14px;
	margin-top:15px;
}

h3.title{
	font-size:28px;
	text-transform:capitalize;
	color:#fff;
	margin-top:10px;
	line-height: 36px;
	max-width: 553px;
}

#feature a{
	margin:0px;
}

#feature a:hover h3{text-decoration:underline;}
a.title-link{
	display:block;
}
#features ul#feature-slides{
	margin:0;
}

#features ul#feature-slides li{
	display:none;
}

.feature-slide img{
	max-width:1140px;
}

#feature-menu ul{
	margin:0;
	padding:0;
	display:block;
	overflow:visible;
}
#feature-menu ul li{
	width:136px;
	height: 98px;
	background-color: rgba(255,255,255,0.9);
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
	float:right;
	clear:both;
	position:relative;
	border-bottom:1px solid #555;
	border-left:1px solid #555;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

#feature-menu .feature-post.over:not(.more){
	z-index:1000;
}

#feature-menu ul li.active{
	background-color:#fff;
}



#feature-menu ul li:last-child:hover{
}

#feature-menu ul li:last-child a{
	padding:0px;
	padding-top:20px;
	margin:0px;
	display:block;
	width:100%;
	height:40px;
	line-height:20px;
	text-align:center;
}
#feature-menu ul li:hover:not(.more){
	background-color:#fff;
	box-shadow:-1px 1px 8px rgba(0,0,0,0.5);
	width:325px;
}

#feature-menu ul li:hover .menu-image{

}

img.attachment-home-slider{max-width:550px;}

#feature-menu ul li:hover img.attachment-slider-thumb, #feature-menu ul li.active img.attachment-slider-thumb{
	
}
#feature-menu ul li p{
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	color:#000;
}
#feature-menu .row{
	overflow:hidden;
}

li.feature-post .menu-text{
	display:none;
	width:180px;
	float:left;
}



#feature-menu ul li:hover .menu-text{
	display:block;
}

#feature-menu ul li .menu-image{
	width:136px;
	float:left;
	display:block;
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	filter: grayscale(50%);
}

.title-link h2:hover{
	background-color:#fff;
}

.feature-post .fa.fa-archive{
	font-size: 28px;
	display: block;
	margin: auto;
	width: 28px;
	margin-top: 34px;
	color:#951e21;
}

.featured_post_widget {
/*
	background-color:#fff;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #F1F1F1;
*/
	overflow:hidden;
	position:relative;
}
.featured_post_widget .attachment-featured-post-thumbnail {
	width:100%;
	height:auto;
}
.featured_post_widget h2, .featured_post_widget p{
	padding:15px 0;
	padding-bottom:0px;
	margin-top:0px;
}

.featured_post_widget h2{
	font-size:20px;
	line-height:24px;
}
img#right-shadow{
	position:absolute;
}
/********************
*       Body        *
********************/
article.post ul{
	list-style: disc;
	  margin-left: 17px;
} 
article.post .social-sharing ul {
	list-style:none;
	margin-left:0;
}
/* Media Page styles */

 .visual-media {
	 margin-bottom:40px;
 }
.media-container{
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px #bbbbbb;
	-webkit-box-shadow: 0px 0px 6px #bbbbbb;
	box-shadow: 0px 0px 6px #bbbbbb;
	position:relative;
	z-index: 996;
	
}
.press, .visual-media {
	width:100%;
	float:left;
}
#main .media-container:last-child {
	margin-right:0;
}
.media-container .article-date {
	position:absolute;
	top:0;
	left:0;
	color:#fff!important;
	padding:2px 5px;
	background-color:#f4d528;
	
}
.media-container .thumbnail,.media-container .thumbnail img {
	width:100%;
}
.media-container h1 {
	padding:0 10px;
}
.date{
	font-size:12px;
	padding:10px;
	float:left;
}
.blog-container .date{
	padding-left:0px;
}
.media-container h1 , .media-container h1 a {
	font-size:16px;
	margin-top:0;
	margin-bottom:28px;
	color:rgb(62, 67, 62)!important;
	}
.wrapper  .readmore {
	position:absolute;
	bottom:0;
	right:0;
	color:#fff;
	font-size: 20px;
}
.wrapper  .fa-chevron-right{
	z-index:20;
	background-color:#932126;
	padding: 11px 15px;
	position:relative;
	font-size:12px;
	
}
.media-container .readmore-label {
position: absolute;
right: 0;
width: 0;
overflow: hidden;
}


	

.media-container  .readmore:hover {
}

 .latest-video{
	display: inline-block;
	position: relative;
	padding: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	overflow:hidden;
}
.latest-album {
		display: inline-block;
	position: relative;
	padding: 0;
	overflow:hidden;
}
.latest-album a.thumbnail{
	display:inline-block;
	width:100%;

}
.latest-album a img {
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.latest-album a.thumbnail img{
	width:100%;
}
.billboard .article-header {
	display:none;
}
.visual-media .videos .thumbnail img,.visual-media .photos .thumbnail img {
	width:100%;
	}
.visual-media .videos .caption, .visual-media .photos .caption {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	padding: 2px 5px;
	background-color: #932126;
	width: 100%;
	font-size:22px;
	max-height:32px;
	
}

 .video .caption a, .photo .caption a {
	/* color:#932126; */
	color:#941e1f;
	font-size:20px;
	line-height:24px;
	display:inline-block;
}	
.video.first {
	clear:left;
}
/* News styles */

.blog-container{
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px #bbbbbb;
	-webkit-box-shadow: 0px 0px 6px #bbbbbb;
	box-shadow: 0px 0px 6px #bbbbbb;
	margin:20px 0;
	width:100%;
	position:relative;
	z-index: 990;
	float: left;
}
.blog-container h1, .blog-container h1 a {
	font-size:22px;
	margin-top:0;
	color:rgb(62, 67, 62);
}
.blog-container h1 a:hover {
	color:#f4d528;
	transition:0.5s;
}

.blog-container p {
	margin-top:0;
	}
.blog-container .article-link{
	float:left;
	width:80%;
	padding-top:15px;
}
.blog-container .article-time {
	float:right;
	width:20%;
}
.blog-container .thumbnail{
	width:21%;
}
.blog-container .thumbnail img{
	width:100%;
	height:100%;
	display:block;
}
 
.blog-container .blog-content{
	width:78%;
	padding:20px;
	float: left;
}
.blog-container .blog-content .the-excerpt {
	clear:both;
}

 

.blog-container .readmore {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Video page */

.video-template {
	float:left;
}

.video-template .video, .video-template .video a {
/* 	float:left; */
	overflow: hidden;
}
.video-template .video {
	margin-bottom:2.7%;
	position:relative;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #F1F1F1;
}
.video-template .video img{
	width:100%;
	display:block;
}


.video-template .video .fa-play-circle-o{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 32px rgba(0,0,0,0.8);
	z-index: 1;
	}
.fa-play-circle-o{
	position: absolute;
	top: 25%;
	color: #e34b4d;
	left: 35%;
	font-size: 80px;
}
.fa-play-circle-o img{
	clear: left;
	float: left;
}

.latest-video .preview {
	float:left;
	height:281px;
	display:block;
}

.latest-video a{
	display:inline-block;
	width:100%;
}

.latest-video a img{
	width:100%;
}
/* Advocacy page */



.adv-list ul li{
	max-width:300px;
}
.advocacy-gallery .thumbnail img {
	margin-bottom:0;
}

.advocacy-gallery .article-link {
	width:100%;
}
.advocacy-gallery .blog-container p {margin:0;} 
.advocacy-gallery .blog-container h1 {
	margin-bottom: 10px;
}

 
/* Gallery styles */
.top {
	margin-left:-20px;
	margin-right:-40px;
}
.top li {
	margin-bottom:40px;
}
.galleryItem {
	display: inline-block;;
	position: relative;
	padding: 0;
  	width:21%;
	margin: 0 20px;
	overflow:hidden;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.galleryItem .fa-th {
	position:absolute;
	top:0;
	right:0;
	font-size:0;
}

.galleryItem:hover .fa-th {
	display:block;
	
	background-color: #f4d528;
	font-size:32px;
	padding:2px 5px;
	transition:0.5s;
}
.galleryItem:hover .fa-th :before {
	position:relative;
	top:4px;
}

.galleryItem img{
	width:100%;
}
 	


.caption {
	line-height:20px;
	padding:15px;
	margin:0px;
	float:left;
	width:100%;
	background-color:#fff;
	display:none;
}
.foto.caption {
	display: block;
}


.galleryItem:hover .caption  {
	max-height:999px;
	transition: 1s;
}

/* country page */
.country-media .sixcol:first-child {
	margin-left:0;
}
.country-youtube-video {
	position:relative;
}
.country-youtube-video .fa-play-circle-o {
	position: absolute;
	top: 35%;
	left: 39%;
	font-size: 80px;
 }
 .main-thumbnail {
	 max-height:280px;
	 position:relative;
 }
 .country-social-accounts {
	 position: absolute;
	 bottom: 38px;
	 background-color: #f4d528;
 }
 
 
.country-social-accounts ul  { 
	 position: absolute;
	 top: 0;
	 width: 218px;
	 height: 100%;
	 margin: 0;
 
}
 
.country-social-accounts .facebook {
	background-color:#3B5998;
	height:100%;
	color:#fff;
	padding: 7px 15px;
	display: block;
}
.country-social-accounts .twitter {
	background-color:#55ACEE;
	height:100%;
	color:#fff;
	padding: 7px 11px;
	display: block;
}
.country-social-accounts .flickr {
	background-color:#d10e3c;
	height:100%;
	color:#fff;
	padding: 6px 11px;
	display: block;
}

 
.country-social-accounts ul li{ 
	display:inline-block;
	height:37px;
	float: left;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

 .main-thumbnail img {
 -moz-box-shadow: 0px 0px 6px #bbbbbb;
-webkit-box-shadow: 0px 0px 6px #bbbbbb;
box-shadow: 0px 0px 6px #bbbbbb;	 
 }
.admin-subtitle{
	margin-top:0;
}

.translated {display:none;}
.translation-choice  {
    min-width: 170px;
	border: 1px solid #ccc;
	padding:5px;
	float:left;
	color:#912127;
	position: relative;
	z-index: 999;
}
.translation-choice h3 {
	margin: 10px 5px
}
.translation-choice h3 p {
	margin:0;
	padding:0;
}
.translation-choice .fa-caret-down {
	font-size: 24px;
	margin:11px 6px 0 6px;
 }
.translation-choice > ul { display: none; max-width:300px; }
.translation-choice:hover > ul {
min-width: 170px;
width:auto;
display: block;
background: #f9f9f9;
position: absolute;
border: 1px solid #ccc;
margin-top: 52px;
margin-left: -6px;
}
.translation-choice:hover > ul > li { width:100%;padding: 5px;float:left;clear:both;}
.translation-choice:hover > ul > li:hover { background: white;}
.translation-choice:hover > ul > li:hover > a { color: red; }
.translation-choice:hover > ul > li > a {white-space: nowrap;width:100%; }

.translation-choice  p, .translation-choice  a, .translation-choice h3{
 float:left;
}
.translated .admin-subtitle {
	float:left;
	width:100%;
}
.translated .admin-subtitle i, .translated .admin-subtitle p {
	float:left;
}
.translated .admin-subtitle p {
	margin: -6px 0 0 10px;
	text-transform: capitalize;
}
.country-flag p {
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:24px;
	margin:0;
}
.country-flag img {
	width: 40px;
	padding: 10px 7px 0 0;
	cursor:pointer;
}
/* Contact page */

details {float:left;width:100%;display:block;}
summary::-webkit-details-marker {
 color: #941b1e;
 font-size: 125%;
 margin-right: 10px;
 float:left;
 top: 7px;
position: relative;
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -ms-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
}
summary:focus {
	outline-style: none;

}
article > details > summary {
	font-size: 28px;
	margin-top: 16px;
		    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -ms-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
}
 details h3 {
	 float:left;
	 margin:0;
 }
 details details h3{
 margin-bottom:10px;
 }
 details p {
	 display:block;
	 position:relative;
	 clear:both;
 }
 details details:first-child {
	 margin-top:10px;
 }
details details {
	margin-left:20px;
	clear: both;
}
details details summary {
	font-size: 16px;
}       
        
        

/* map styles */

div.map.select{
	position:absolute;
	right:0px;
	top:-7px;
	z-index:1000;
}

#vmap .jqvmap-zoomin, #vmap .jqvmap-zoomout{
	width:30px;
	height:30px;
	padding:10px;
}

#vmap .jqvmap-zoomout{
	top:50px;
}

div.country-hover{
	display:block;
	width:300px;
	height:auto;
	position:absolute;
	display:none;
	top:0;
	left:0;
	background:transparent;
	padding:20px;
	z-index:1000000;
}

.country-hover h2{
	padding-top:0px;
	margin-top:0px;
}

.country-hover .box{
	background-color:#fff;
}

/* form styles */


.select select { /* used in country page select for list/map */
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: #000 url(../images/select-arrow-white.png) no-repeat 90% center;
	width: 140px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	color: #FFF;
	font-weight:100;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-radius: 0px;
	padding: 11px;
	padding-left:20px;
	font-size:16px;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
	margin-top:30px;
	float:right;
	outline:none;
}




/* Make Iframe Responsive */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 



/* carousel */

#carouselSlider .carousel-widget .widgettitle{
	margin:0px;
}

#carouselSlider.carousel-container .carousel {
	width:100%;
	position:relative;
	display:block;
	float:left;
 
}
 
#carouselSlider .video-template .video{
	max-width:300px;
}

#carouselSlider {
    width: 100%;
    margin: 0 auto;
    margin-top:25px;
    position: relative;	
}

.carousel-widget .widget{
	margin:0px;
	padding:0px;
}

.carousel-widget .textwidget{
	overflow:auto;
}

.carousel-widget #searchWidget{
	overflow:auto;
	display:block;
}

.carousel-widget{
	background-color:transparent;
}

.slider-mask {
    overflow:hidden;
    position: relative;
/*     height:350px; */
}

#carouselSlider #slider-content > div {
box-sizing:border-box;
	width:380px;
	padding-right:20px;
	padding-left:20px;
	float:left;
    position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

 
   
/*
#button-prev {
    position: absolute;
    top: 175px;
    cursor: pointer;
    left: -5px;
    opacity:0.9;
}

#button-next {
    position: absolute;
    top: 175px;
    cursor: pointer;
    right: -5px;
    opacity:0.9;
}
*/

#button-holder{
	text-align: center;
	display:block;
	height: 50px;
}

#button-prev {
    position: relative;
	margin-right: 30px;
    cursor: pointer;
    opacity:0.9;
}

#button-next {
    position: relative;
	margin-left: 30px;
    cursor: pointer;
    opacity:0.9;
}

#button-next:hover, #button-prev:hover{
	opacity:1.0;
}


#slider-content {
    width: auto;
    position: relative;
}     




/* locator styles */
#get-locator-widget{
	display:none;
}



/* billboard / bus benches pages */

.tab-button {
position: relative;
float: left;
padding: 10px;
background-color: #000;
margin: 0px 20px 30px 0;
color: #ccc!important;
	
}
.tab-button.last {
margin-right:0;
}
.tab-button.top {
margin-top:-10px;
}

.hide {display:none;} 
.selected {
	background-color:#1c1c1c;
	color:#fff!important;
}

.adpage .latest-album {
	float:left;
	margin-bottom:20px;
	box-shadow: 0px 1px 10px;
	max-height: 80px;
}
.adpage .latest-album:first-child {
 	margin-left:0;
}
.adpage .latest-album:nth-child(4n+1) {
	clear:left;
	margin-left:0;
}
.adpage .caption {
  position: absolute;
  top: 0;
  /* margin: 0; */
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  background: rgba(255, 255, 255, 0.85);
}
 
.adpage .caption img {
width:auto!important;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.adpage h3.caption {
	  padding-top: 30px;
  padding-bottom: 30px;
}
.latest-album a img {
	box-shadow:0px 0px;
}
/********************
*       Footer      *
********************/

#footer-end{
	background-color:#000;
	color:#fff;
}

#footer-end p{
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	width:100%;
	max-width:1140px;
	display:block;
	margin:auto;
}








/********************
*      General      *
********************/

.post table { 
  width: 100%; 
  border-collapse: collapse; 
  display:table;
}
 
.post tr { 
  background: #ccc; 
}
.post th { 
  background: #990F10; 
  color: white; 
  font-weight: bold; 
}
.post td {
	color:#000;
}
.post td { 
  padding: 6px; 
  border: 2px solid #000; 
  text-align: left; 
 
}

.carousel-slider{
	position:relative;
}
.carousel-slider .drawer img{
	position:absolute;
	opacity:0;
}
.carousel-slider.home-page{
	height:230px;
	margin-top:30px;
}


.box {	
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #F1F1F1;
	outline: 1px solid transparent;
	padding: 20px;
	}
	
.box.padding{
	padding:20px;
	margin-bottom:20px;
}

.padding{
	padding:20px;
}
.box h2 {
		margin-top:0;
}
#inner-content {
	margin-top:60px;
	margin-bottom:40px;
}
.nomargin {margin:0!important;}
.inline img {
display: inline;
float: left;
margin: 0 20px 0px 0;
}
.sidebar {
	margin-top:0;
}
/* navigation */

 #menu-main-menu > li {
	 width: 14.28%;
	 text-align: center;
 }
 .sub-menu {
	 width: 14.28%;
 }
 
 .nav li ul.sub-menu, .nav li ul.children, .nav li ul.sub-menu li, .nav li ul.sub-menu li a, .nav li ul.children li a {
	 width:100%!important;
	 display:block;
 }
 
 .nav li ul.sub-menu{
	 width:120% !important;
 }
 
 
 .entry-content img{
	 margin:0px;
 }

/* Character */
 
 hr {
	 border-bottom: 2px solid #444;
 }


/* rows/columns */

.row{
	clear:both;
}

/* billboard page styles */
.billboard {
	margin-top:10px;
}
 
.billboards .latest-album:first-child {
	margin-left:0;
 
}
.billboards .latest-album:nth-child(3n) {
	margin-right:0;
	clear:right;
}
.billboards .latest-album:nth-child(3n+1) {
	clear:left;
}
.billboards .latest-album {
	margin-bottom:30px;
	margin-left:0;
	margin-right:2.762430939%;
}


.drawer img {
	width:100%;
}
 .header-locator {
	 width: 23%;
    float: right;
    color: #fff;
    }
    
    .header-locator label {
	    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
/********************
*       Footer      *
********************/
.footer {background-image:url('../images/red-grunge.jpg');color:#fff;}
.widgets {float:left;width:100%;}
.widgettitle{
	
}
.widgets ul {
	margin:0;
}


/********************
*   News Ticker  *
********************/
.world #news_ticker {

	background-color: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424242), to(#000));
	background: -webkit-linear-gradient(top, #000, #424242);
	background: -moz-linear-gradient(top, #000, #424242);
	background: -ms-linear-gradient(top, #000, #424242);
	background: -o-linear-gradient(top, #000, #424242);
	width: 100%;
	height: 50px;
	margin: 40px auto 0;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	color:#fff;
    max-width: 1135px;
} 
.world-post .world-sticker {
	position:absolute;
	top:0;
	left:0;
	z-index: 998;
    background-color: rgba(255,255,255,0.8);
/*     width: 100%; */
    padding:5px;
}
.world-post h2 {
	margin-top: 10px;
	float:left;
}
.world-post h3, .world-post img {
	float:left;
	margin: 0;
    margin-right: 10px;
}

#news_ticker span a {
    color:#fff!important;
    line-height:40px;
    font-size:18px;
}
#news_ticker span a:hover {
    text-decoration:underline;
}
#scroller_container1, #scroller_container2, #scroller_container3, #scroller_container4 {
 width: 100%;
 max-width:1140px;
 height: 40px;
 overflow: hidden!important;
}

/* CSS Hack Safari */
#dummy {;# }

#scroller_container1, #scroller_container2, #scroller_container3, #scroller_container4 {
 overflow: auto;
}
 
 .world-post h2 {
	 width:100%;
 }
 /********************
*   MPR   *
********************/
 .team-mpr {
/* 	min-height:290px; */
	border:1px solid #cecece;
	margin-top:20px;
	padding: 10px;
	background-color: #bcbec0;
    color: #000;
 }
 
 .team-mpr p {
	clear: both;
	text-align: center;
 }
 .team-mpr .button-style, .nominate .button-style {
	 margin:0 auto;
	 display:block;
 }
 .mpr-icon {
	 float:left;
	     margin-top: -4px;
    margin-right: 10px;
    max-width: 35px;
 }
 .team-mpr h2, .nominate h2  {
	     margin: -10px;
	     margin-bottom:10px;
    background-color: #941e1f;
    color: #fff;
    padding: 10px 10px;
    font-size: 22px;
    font-weight:bold;
 }
 .team-mpr strong {
	 text-align:center;
	 width:100%;
	 margin: 0 0 10px 0;
	 display:inline-block;
	 color:#fff;
 }
 .team-pic {
	 border-radius:100%;
	 border:2px solid #941e1f;
	    width: 53px;
    height: 53px;
    margin-bottom: -10px;
    margin-right:10px;
    overflow: hidden;
    display:inline-block;
 }
 .team-pic img {
	     width: 50px;
 }
  .team-pic:hover {
	 border:2px solid #fff;
	 cursor: pointer;
	 transition:0.5s;
	 -webkit-transition:0.5s;
	 -o-transition:0.5s;
	 -moz-transition:0.5s;
 }
 .teammates {
	 text-align:center;
 }
 .page-id-23011 #feature {
	 display:none;
 }
 
/*  Employee Nominations  */


.nominate {
	    min-height: 290px;
    border: 1px solid #cecece;
    margin-top: 20px;
    padding: 10px;
    background-color: #bcbec0;
    color: #000;
    max-width:357px;
    margin:0 auto;
}
.nominate h2  {
	text-align: center;
	}
	.nominate p {
		text-align: center;
	}
.nomination-icon  {
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
	width:50%;
} 
.nominate:hover .nomination-icon {
	-webkit-transform: rotateY(360deg) translate3d( 0, 0, 0);
	-moz-transform: rotateY(360deg) translate3d( 0, 0, 0);
	-ms-transform: rotateY(360deg) translate3d( 0, 0, 0);
	-o-transform: rotateY(360deg) translate3d( 0, 0, 0);
	transform: rotateY(360deg) translate3d( 0, 0, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} 
.nomination-logo {
/* 	max-width:300px; */
	margin:0 auto;
	display: block;
}
.nominate a {
	font-size:16px;
}

.speakoutbtn {
	display: block;
    clear: both;
    max-width: 300px;
}
#speakbtn_holder{
	margin: 20px auto;
    text-align: center;
}

#featured_post_widget-3{
	width:100%;
}

#slider-button-holder{
	text-align: center;
}

container .thumbnail, .media-container .thumbnail img {
   width: 100%;
   height: auto;
}

/********************
*   Media Queries   *
********************/
@media only screen and (max-width : 980px){
	#main .threecol.galleryItem{
		width:43%;
	}
	#main .threecol.galleryItem:nth-child(odd){
		clear: left;
	}
	p#logo img {
		width:100%;
	}
}
 
@media only screen and (max-width : 790px){
.featured_post_widget.fourcol  {
	clear:both;
	margin:0;
	width:100%;
	margin-bottom:20px;
	background-color:rgba(250,250,250,0.8);
}
.featured_post_widget .featured-image {
	width:50%;
	float:left;
}	
.featured_post_widget .post-text {
	width:50%;
	padding-left:10px;
	float:left;
}
.post-text p {
    float:left;
}

.headline {
	position:relative;
	transform: translateY(25%);
}
	.nav li ul.sub-menu{
		width:100% !important;
	}
	.threecol.first.logo{
		width:100%;
	}
	ul#menu-main-menu{
		border:none;
	}
	ul#menu-main-menu > li{
		width:100%;
		text-align:left;
	}
	
	ul#menu-main-menu li a{
		padding:20px;
	}
	
	ul#menu-main-menu > li > a{
		background-color:#111;
		border-top:1px solid #222;
	}
	ul#menu-main-menu li ul.sub-menu li a{
		padding-left:40px;
		height:46px;
		font-size:16px;
		line-height:5px;
		
	}
	
	ul#menu-main-menu li a:hover{
		background-color:#000;
	}
	p#logo{
		text-align:left;
	}
	nav[role=navigation]{
		position:fixed;
		z-index:10000;
		width:250px;
		height:auto;
		overflow:auto;
		right:0;
		top:0;
		margin-right:-250px;
	}
	#mobile-nav-button{
		display:block;
		position:fixed;
		top:0px;
		right:0px;
		background-color:#000;
		width:60px;
		height:60px;
		border:none;
		outline:none;
		z-index:10000;
	}
	#mobile-nav-button .fa-bars{
		color:#fff;
		font-size:24px;
	}
	
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol{
		width:50%;
		float:left;
	}
	
	.eightcol, .ninecol, .tencol, .elevencol{
		width:100%;
	}
	
	.row#feature{
		max-height:none;
	}
	
	#feature .sixcol.first{
		width:90%;
		float:none;
		margin:auto;
	}
	
	#feature .sixcol.last{
		width:90%;
		float:none;
		margin:auto;
		margin-bottom:20px;
	}
	#feature .sixcol.last img{
		width:100%;
	}
	#feature a{
		width:100%;
		display:block;
		margin:auto;
	}
	#feature a#feature-label{
		width:33%;
	}
	p#mission{
		margin:0px;
		text-align:left;
		padding:0px;
	}
	.header-top .threecol.first{
		padding-left:20px;
	}
	.header-top .sixcol{
		padding-right:20px;
	}
	.header-top .threecol.last{
		width:30%;
		float:none;
		margin:auto;
		padding-bottom:20px;
	}
	
	.header-top .threecol.last a{
		width:100%;
		display:block;
		margin:0px;
		margin-top:105px;
		clear:both;
	}
	 
	.widgets .fourcol {
		padding:0 5px;
	}
	#widget-3 {
		margin-bottom:1em;
	}
 
	.widget_featured_post_widget .sixcol, .widget_featured_video_widget .sixcol, .fourcol.sidebar .widget  {
		width:49.5%;
		float:left;
	}
	.widget_featured_post_widget .featured_post_widget:first-child, .widget_featured_video_widget .video-template:first-child, .fourcol.sidebar .widget:first-child  {
		margin-right:1%;
	}
 
	.fourcol.sidebar .widget br, .fourcol.sidebar iframe {
	display:none;
	}
	.fourcol.sidebar .widget h2 {
		margin-top:0;
	}
	.carousel-widget {
		margin-top: 20px;
	}
	.press .media-container, .visual-media .photo,.visual-media .video {
		width:49%!important;
		margin:0.5%;
	}
	.photo .latest-album, .video .latest-video  {
		width:100%!important;
		clear:both;
		margin-bottom:20px;
	}


	.fb-page{
		display: none;
	}
	

	.jscroller2_left a{
		padding-left: 5px;
		padding-right: 5px;
	}
	.searchform{
		margin: 10px 1%;
	}
	/*
#searchWidget br {
		display:block;
	}
*/
	#searchWidget .fourcol, #searchWidget label,#searchWidget input, #searchWidget select, #searchWidget button,.fourcol.sidebar .widget a, .fourcol.sidebar .widget img,.fourcol.sidebar, #widget-3 a, #inner-header   {
		width:100%;
		display:block;
	}
	.blog-container .ninecol {
		width: 75%;
		margin-left: 2%;
	}
	.video-template .video,.video-template .video a  {
	width:100%;
	
}
	 
 .emptyone {
	 display:none;
 }
 
 .header-locator {
	 width:50%;
	 margin:0 auto;
	 clear:both;
	 display: block;
	 float:none;
 }
 .header-locator .sevencol{
	 width:60%!important;
	 float:left;
	 min-height: 75px;
 }
 .header-locator .fivecol{
	 width:35%!important;
	 margin-left:5%;
	 float:left;
	 min-height: 75px;
 }
	.header-locator .sevencol br,  .header-locator .fivecol br{
		display:none;
		}


.featured-videos {
	clear:both;
	height: 900px;
}

button#submit{
	margin-bottom: 20px;
}

.mapList:nth-child(odd){
	clear: left;
}

#main .threecol.galleryItem:nth-child(odd){
	clear: left;
}

/*
div#header-cta{
	margin-top: 10px;
}
*/
div.header-top{
	padding-bottom: 20px;
}

}

@media only screen and (max-width : 480px){
 
.featured_post_widget .post-text, .featured_post_widget .featured-image {
	width:100%;
	float:none;
}
	.fourcol.last.sidebar {
		display:none;
	}
	.onecol, .twocol{
		width:50%;
	}
	
	.threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol{
		width:100%;
	}
	#inner-header {margin:0;}
	#header-cta a {width:25%;text-align:center;}
	#header-cta {height:auto;zoom: 1;}
	#header-cta:before, #header-cta:after {
		content: "";
		display: table;
	}
	 #header-cta:after {
		clear: both;
	}
	.row {width:100%;}
	
	.header-top .sixcol{
		padding-left:20px;
	}
	.widget_featured_post_widget .sixcol, .widget_featured_video_widget .sixcol, .fourcol.sidebar .widget, footer .pull-left, .blog-container .ninecol, .blog-container .thumbnail   {
		width:100%;
	}
	.fourcol.sidebar .widget:last-child {
		margin-top:20px;
	}
	#content, #inner-content {
		margin-top:0;
		width: 100%;
	} 
	.widget_featured_post_widget .featured_post_widget:first-child {
		margin-bottom:20px;
	}
	 .blog-container .ninecol {
		 margin-left:0;
	 }
	 .header-locator {
    width: 92%!important;
    }
    p#mission {
	    text-align:center;
	    margin:20px 0;
    }
    #statCounter {
	    display: none;
    }
    #main {
        margin-top: 10px;
        width: 100%;
    }
    #feature a {
	    float:left;
    }
    #feature a h3{
	    font-size:22px;
    }
    #main .threecol.galleryItem{
		width: 100%;
	}
}