/* promotional-media-content */

/* h2 */

.mibl ul, .mibl li {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}

.mibl .main-content li h2, .mibl .main-content li p {
    margin-left: 360px;
}

.mibl h2 {
    font-size: 24px;
    font-weight: normal;
    position: relative;
}

.mibl h1, .mibl h2 {
    padding-bottom: 18px;
    padding-top: 6px;
    line-height: 24px;
    color: #333;
    margin: 0px;
}

/* p */

.mibl .main-content li h2, .mibl .main-content li p {
    margin-left: 360px;
}

.mibl p {
    font-size: 12px;
    line-height: 18px;
    padding: 9px 0px;
    margin: 0px;
    color: #666;
}

.mibl img {
  border-width: 0;
}

/* more button  */

#mibl a.more-btn, #shbl a.shareMyThesis-btn {
    background: none repeat scroll 0% 0%;
    color: #333;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #79b4f8;
    /*margin-top: 18px;*/
    display: inline-block;
    margin-left: 360px;
}

#mibl a:link, #mibl a:visited, #mibl a:active,
#shbl a:link, #shbl a:visited, #shbl a:active {
    text-decoration: none;
    color: #4A5F6E;
}

#mibl a:hover, #shbl a:hover {
    background: none repeat scroll 0% 0% #DDE4EC; /* #E6A600; */
    text-decoration: underline;
}

/* Promotional Details */

/* twitter image */
.shareMyThesis-image {
    position: absolute;
    left: 0px;
    top: 15px;
}

/* video-image */
.mibl .main-content .video-image {
    position: absolute;
    left: 0px;
    /*
    for shareMythesis
    top:22px;
    */
    /* top: 241px; for survey image*/
    top: 22px;
}

.mibl .video-image .play-bt {
    position: absolute;
    top: 55%;
    left: 55%;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 1;
}

/* Style for the youtube video popup */

#lightbox {
	height: 100%; /* Problem in IE */
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#lightbox #content {
	position: absolute;
	top: 10%; /* Problem in IE */
	left: 30%;
	height: auto;
	width: 80%;
	overflow: hidden;
	max-width: 833px;
	max-height: 505px;
	padding: 20px;
	margin-left: -20px;
	background: #1f1f1f;
	z-index: 20;
}
#lightbox .video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#lightbox .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lightbox .trans-bg {
	/* background: #1f1f1f; Problem in IE */
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 15;
	top: 0;
	left: 0;
	opacity: 0.8;
}
.close-lightbox {
	background: #dd5f78;
	color: #fff;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #972944;
	margin-top: 18px;
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, from(#dd5f78), to(#972944));
	z-index: 25;
	float: right;
	position: absolute;
	right: 0;
	margin: 10px;
	cursor: pointer;
}
.close-lightbox:hover {
	background: #972944;
}
.close-lightbox .close-icon {
	background: url(img/close-btn.png);
	height: 17px;
	width: 0;
	padding-left: 17px;
	overflow: hidden;
	position: absolute;
	margin: -1px 0 0 10px;
	display: none;
}

@media only screen and (min-width: 853px) {
	/* Style adjustments for viewports that meet the condition */
	#lightbox #content {
		width: 833px;
		left: 50%;
		margin-left: -436px;
	}
}

@media only screen and (max-height: 565px) {
	#lightbox #content {
		width: 500px;
		margin-left: -250px;
	}
}

@media only screen and (max-width: 852px) {
	#lightbox #content {
		margin-left: -20px;
	
	}
}

#lightbox a:focus {
	border:2px #06C solid;
	z-index:9999;
	background:#09F;
	color:#fff;
	overflow:hidden;
}