/*------------------------------------------------------------------*/ 
/*	1) Login modal pop up
/*------------------------------------------------------------------*/	
    
    .LoginClose{
        position:absolute;        
        right:0;
        margin-top:-11px;
        margin-right:-9px;
        cursor:pointer;
        color: #fff;
        border: 1px solid #AEAEAE;
        border-radius: 30px;
        background: #451f77;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        line-height: 0px;
        padding: 13px 7px;  
        z-index:999;     
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }   

	.modal-dialog { 
        margin: 13px !Important;
        top: 10px;
    }	 

/*------------------------------------------------------------------*/ 
/*	2) Menu
/*------------------------------------------------------------------*/

/*** 
This logo displays in secure master page only
***/
.nlogo {
	width:100%;
}

.logo {
	display:none !important;
}    

.mobile-ico {
	display:inline-block !important;
}

.mobile-logo {
	display: none !important;
	height: 25px !Important;
	padding-left: 5px;
}

.home-icon {
	display:none;
}

.navbar-default .nav > li > a {
	color: #000 !Important;
	font-size: 12px;
}

.stickyNavMenu {
	width:100% !Important;
	margin: 0 auto !important;
	margin-bottom: 0px !Important;
	left:0;
}

.navbar .navbar-collapse {
	text-align: left;
}

.profileContentBox {
	display:none;   
}

.profileContentBox-mobile {
	display:inline-block !Important;
	float: left;
	height: 50px;        
	font-size: 18px;
	line-height: 20px;
}

.search-input {
	/*width:200px !Important;*/
}

.dropdown-menu > li > a {
  padding: 6px 20px !Important;
}

.search-pc {
	display:none !Important;;
}

.search-mobile {
	display:block !Important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color:  #FFF !Important;
	background-color: #451f77 !Important;
}

.nav > li > a:hover,
.nav > li > a:active {
	color: #FFF !Important;
	text-decoration: none !Important;
	background-color: #451f77 !Important;
} 

.navbar-default .nav > .active > a,
.navbar-default .nav > .active > a:hover,
.navbar-default .nav > .active > a:focus {
	color:  #FFF !Important;
	background-color: #451f77 !Important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF !Important;
  text-decoration: none !Important;
  background-color: #451f77 !Important;
}

.k-pager-wrap {
	width: 100% !IMPORTANT;
}

/*------------------------------------------------------------------*/ 
/*	3) Slider
/*------------------------------------------------------------------*/
.shareContainer {
	display:none !Important;
}

.main-slider {
	width:300px;
	margin:0;
}

.slider2, .slider3{
	display:none;
}

.dblLargeScreen {
	display:none !Important;
}

/*------------------------------------------------------------------*/ 
/*	4) Content
/*------------------------------------------------------------------*/
	
.departmentTag {
	padding-bottom: 20px !Important;
}

.header-container {
	/*padding-left: 15px !important;
	padding-right: 15px !important;*/
	margin: 0px auto !important;
}

.main-container {
	width:100% !Important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin: 0px auto !important;
}

.footer-container {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin: 0px auto !important;
}

.main-hr {
	color: #006699;
	background-color: #006699;
	height: 4px;
	margin-bottom:4px;
	margin-top:0px;
}

.outertight{
	width:100%;
	margin-right:0;
}
.outertight img{
	max-width:100%;
}
.outerwide{
	width:100%;
}
.wnews li {
	width:300px;
}
.wnews li img {
	max-width:140px;
}

.block2 li{
	width:100%;
	margin-right:0;
}
.relatednews ul li:nth-child(2n){
	margin-right:0;
}

	.mobile-shareContainer {
	text-align: center;
	margin: 0;
	clear: both;
	overflow: visible;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

.mobile-shareContainer a {
	text-decoration:none;
}

.mobile-shareContainer a:hover {
	text-decoration:none;
}

.mobile-shareContainer a:active {
	text-decoration:none;
}

.mobile-shareContainer a:after {
	text-decoration:none;
}

.mobile-shareContainer a:visited {
	text-decoration:none;
}   

.mobile-shareContainer a img {
	padding:5px 5px; 
	border: 1px solid;
	border-color:transparent !Important; 
	background-color: #fff;          
}

.departmentArticleRow {
	display:inline-block !Important;
	margin: 20px 0px 10px 0px !Important;
}
	
/*------------------------------------------------------------------*/ 
/*	START - stretching social media icons across different devices
/*------------------------------------------------------------------*/
/* iPhone 4 portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
	.mobile-shareContainer a img { 
		margin-right:2px;          
	}
}

/* iPhone 5 portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	.mobile-shareContainer a img { 
		margin-right:2px;          
	}
}

/* iPhone 6 portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	.mobile-shareContainer a img { 
		margin-right:11px;          
	}
}

/* iPhone 6 plus portrait */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
	.mobile-shareContainer a img { 
		margin-right:17px;          
	}
}
	
/*------------------------------------------------------------------*/ 
/*	END - stretching social media icons across different devices
/*------------------------------------------------------------------*/

.mobile-shareContainer a img.fb {        
	width:41px;                               
}

.mobile-shareContainer a img.tw {        
	height:41px;
}

.mobile-shareContainer a img.gp {
	width:41px;
}

.mobile-shareContainer a img.lkin {
	width:41px;
}

.mobile-shareContainer a img.emails {
	height:35px;
	width:44px;
}

.mobile-shareContainer a img.cmts {
	height:41px;
}

.mobile-shareContainer a img.prints {
	height:41px;
}

.mobile-shareContainer li a {
	margin-left: 0;
}

.btn-social.horizontal {
	height: auto;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	width: auto;
}

.btn-social.horizontal {
	height: 22px;
	line-height: 26px;
	text-align: center;
	width: 140px;
}

.bgcMainstoryMobile {
	/*background: #e2e2e2;
	opacity:0.9;*/
}

.footerMobile {
	margin:5px;
    z-index:2;
}

.Style_3
{
	position: relative;
	float: left;
	margin: 3px 5px 5px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.Style_3 img
{
	height:100px;
}

.Style_lead
{
	position: relative;
	float: left;
	margin: 0px 5px 5px 0px;
	display: inline-block;
	width:150px;
	height:100px;
}

.Style_lead img
{
	height:100px;
}

/*------------------------------------------------------------------*/ 
/*	5) Comments
/*------------------------------------------------------------------*/
.commment-text-wrap{
	width:180px;
}
ul.children li div.commment-text-wrap{
	width:180px;
}
ul.children li li div.commment-text-wrap{
	width:180px;
}
ul.children li li li div.commment-text-wrap{
	width:180px;
}
ul.children{
	margin-left:0;
	border:0;
	margin-left:-19px;
}
.form textarea{
	width:278px;
}

.lbb-responsive {
	padding-left:0px !Important;
	/*display:inline-block !Important;*/
}


/*------------------------------------------------------------------*/ 
/*	6) Section
/*------------------------------------------------------------------*/
.padLeftPCArticleBlurb {
	padding:0px;
	width:100%;
}

.sectionImage img {
	height: 100px !important;
	width: 100px !important;
	padding: 7px; 
}

/*------------------------------------------------------------------*/ 
/*	7) Cols
/*------------------------------------------------------------------*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0px !Important;
	padding-left: 0px !Important;
}


/*------------------------------------------------------------------*/ 
/*	8) Heading
/*------------------------------------------------------------------*/

.TagHeadline {    
	font-size: 20px; 
	font-family:'Archivo Narrow';
	font-weight:400;
	line-height: 22px;
	color:black;
}      

.smallHeadline {
	font-size:16px;
	font-family:'Archivo Narrow';
	font-weight:600;
	line-height: 21px;
	color:black;
	margin-bottom:3px;
	
	
}

.smallHeadline a {
	color:#000;	
	text-decoration:none;
}

.smallHeadline a:hover  {
	color:black;
	cursor:pointer;
}


.mediumHeadline {    
	font-size: 24px; 
	font-family:'Archivo Narrow';
	font-weight:400;
	line-height: 24px;
	padding-bottom:2px;
	color:black;
}

.mediumHeadline a {
	color:#000;
	cursor: pointer;
	text-decoration:none;
}

.mediumHeadline a:hover {
	color:black;
	cursor:pointer;
}

    
h1 {
	font-size: 24px !important;
	font-family:'Archivo Narrow' !important;
	font-weight:400 !important;
	line-height: 24px !important;
	 padding-bottom:0px !important;
	margin:0 !important;
	color:black !important;
}

h2 {
	font-size: 24px !important; 
	font-family:'Archivo Narrow' !important;
	font-weight:400 !important;
	line-height: 24px !important;
	padding-bottom:0px !important;
	margin:0 !important;
	color:black !important;
}

h3 {
	font-size:18px !important;
	font-family:'Archivo Narrow' !important;
	font-weight:600 !important;
	line-height: 18px !important;
	color:black !important;
	padding-bottom:0px !important;
	margin:0 !important;
}

.largeHeadline{
	font-size: 24px;
	font-family:'Archivo Narrow';
	font-weight:400;
	line-height: 24px;
	padding-bottom:10px;
	color:black;
}

.largeHeadline a {
	color:#000;	
	text-decoration:none;
}

.largeHeadline a:hover {
	color:black;
	cursor:pointer;
}

.over_lead
{
	position: absolute;
	background: #000000 url(/Images/play-icon.png) no-repeat center center;
	left: 0px;
	opacity: .3;
	margin: -4px 5px 5px 0px;
	padding: 2px;
	height: 100px !important;
	width: 100px !important;
}

.over_sec_lead
{
	position: absolute;
	background: #000000 url(/Images/play-icon.png) no-repeat center center;
	left: 0px;
	opacity: .3;
	margin:0;
	padding: 2px;
	height: 100px !important;
	width: 100px !important;
}

.over_dblstyle_1 
{
	position: absolute;
	background: #000000 url(/Images/play-icon.png) no-repeat center center;
	left: 0px;
	opacity: .3;
	margin:0;
	padding: 2px;
	height: 200px !important;
	width: 200px !important;
}	

.over_video_dblstyle_1 
{
    position: absolute;
    background: #000000 url(/Images/play-icon.png) no-repeat center center;    
    opacity: .5;
    margin: 0;    
    height: 228px !important;
    width: 100% !important;
}

.MultimediaImage img {
	width: 100% !Important;
	height: auto !Important;
	margin: 0px 5px 5px 0px;
}

/*------------------------------------------------------------------*/ 
/*	9) Audio Player
/*------------------------------------------------------------------*/

	.podcast-player, .audiojs {
		width: 100% !important;
		max-width: 460px;
	}	

	.VideoWrapper {
		margin-bottom: 20px;
		border: 3px solid #EEEEEE;		
	}
	
	.ImageWrapper {
		width: 220px;
		float: left;
		margin-left: 7px;
		margin-right: 7px;
	}

	.image-holder {    
		margin-bottom: 10px;
		position: relative;
	}

	.hover-item {
		height: 98%;
	}

	.hover-item {
		position: absolute;
		background: #000000 url(../../Images/play-icon.png) no-repeat center center;
		width: 100%;
		height: auto;
	}
	
	.thumb {
		width: 100%;
		height: auto;
	}
	
	.details {				
		overflow: inherit;
		margin-left: 7px;
	}
	
	.VideoTitle {
		clear: both;
	}

	.stats {
		margin-bottom: 10px;
	}

	.stats {	
		margin-bottom: 25px;
		font-size: 11px;
		color: #888888;
		text-transform: capitalize;
	}
	
	ol, ul {
		/*list-style: none;*/
	}

	.stats li {
		float: left;
		margin-right: 10px;
	}

	.stats li:last-child {
		margin-right: 0px;
	}
	
	.meta p {		
		font-size: 15px;
		font-family: Roboto;
		font-weight: 400;
		line-height: 21px;
		color: black;			
	}
	
	.clear {
		clear: both;
	}
	
	.timeStamp {
		display:none;
	}

    .notRobot {	
		text-align:right;
	}

    .RegisterBtn {		
		width: 300px;
		height: 50px;
		margin: 25px 0px;
		font-size:20px;
	}
	
/*------------------------------------------------------------------*/ 
/*	12) Multimedia
/*------------------------------------------------------------------*/	
	
	.videoImg img {
		border: none !Important;
		width: 100% !Important;    
	}

	.videoBox {
		padding: 4px 5px !Important;
		margin-bottom: 15px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
		content: "";
		position: absolute;
		bottom: 0;
		-moz-box-shadow: 0 0 30px 2px #479F41;
	}

	.multiVideo {
		float: left;
		width: 100%;
		clear: both;	
	}

/*------------------------------------------------------------------*/ 
/*	13) Registration popup
/*------------------------------------------------------------------*/	
    .mobileNone {
        display:none;
    }

    .register {
        text-align: center; 
        padding-top: 10px;
        width:100%;
    }

/*------------------------------------------------------------------*/ 
/*	14) Zoomed iphones 7 plus
/*------------------------------------------------------------------*/	
@media screen and (device-width: 375px) 
			  and (device-height: 667px) 
			  and (-webkit-min-device-pixel-ratio: 3) {
	
	.over_video_dblstyle_1 {
		height: 208px !important;
		width: 100% !important;
	}        
}

/*------------------------------------------------------------------*/ 
/*	14) Zoomed iphones 6
/*------------------------------------------------------------------*/	
@media screen and (device-width: 320px) 
			  and (device-height: 568px) 
			  and (-webkit-min-device-pixel-ratio: 2) {
	
	.over_video_dblstyle_1 {
		height: 170px !important;
		width: 100% !important;
	}        
	.ad-medium-rectangle {
		height: auto;
		margin: 25px 0px;
		text-align: left;
	}
}