/*!
 * Custom Wire Report Code
 * Copyright 2017 Hill Times Publishing
 * CSS by Joey Sabourin
 */



 /*! Header CSS */

 /* * { outline: 1px solid red; } */

  html, body {
  	font-size:16px;
  	height:100%;
  }

#fadebg{
    margin-bottom: 5px;
    padding-bottom: 5px;
    max-height:200px;
    overflow:hidden;
    text-overflow: ellipsis;
    position:relative;
    z-index:0;
}
#fadebg:before {
    z-index:0;
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(rgba(255,255,255,0) -100px, white);
}

.ui-loader {
	display: none;
	z-index: 9999999;
	position: fixed;
	top: 50%;
	left: 50%;
	border:0;
}

.searchBtnF {
	white-space:nowrap;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
	padding-right:9px;
	margin:0;
}

.loginUI {
	margin:0 auto;
	width:35%;
	margin-bottom:20px;
}
	
.forgot-password-link { 
	width:50%;
	text-align:right;
	padding-top:20px;
}
	
	/*! ---------- first deck header ---------- */
	.header-first-deck {
		width: 100%;
	}

	.header-first-deck img {
		width: 55%;
	}

	.user-icon {
		float: right;
		padding-top: 0px;
	}

	.search-icon {
		float: left;
		padding-top: 0px;
	}

	.search-icon span {
		padding-right: 10px;
	}
	
	.fa-lg { font-size:1em; }		
	#searchtop { cursor:pointer; }
	#search { font-family:'Open Sans', sans-serif; font-size:0.8em; margin-left:5px; font-weight:bold; }
	#sections { font-family:'Open Sans', sans-serif; font-size:0.8em; margin-left:5px; font-weight:bold; }
	.fa-user::before { content:none; }
	.user-icon { color:#337ab7; font-size:0.9em; padding:2px; cursor:pointer; }
	.user-icon:hover { background-color:#efefef; color:black; }
	
	#searchtop, #sectionstop { padding-left:7px; padding-right:7px; padding-bottom:7px; padding-top:2px; cursor:pointer; }
	#searchtop:hover, #sectionstop:hover { background-color:#efefef; color:black; }
	#search, #sections { padding:0; }
		
	#searchbar { display:none; padding-top:20px; padding-bottom:40px; }
	.slimnav { display:none; }
	.navbar { min-height:auto !important; }
	.navbar { padding:8px; }
	#footer2 { border-top:1px solid #efefef; margin:0 auto; margin-top:20px; margin-bottom:65px; padding-left:20px; padding-right:20px; max-width:1130px; }	
	#footer2 span { color:#999; font-size:10px; float:left; padding-left:5px; padding-right:5px; padding-top:5px; }
	#footer2 a, #footer2 #ht { color:#999; font-size:11px; float:left; padding-top:10px; padding-left:0px}

#filtersCol {
	display:block;
}

.ui-menu-item { 
	font-size:0.7em;
}

#searchResultsCol {
  width:70%;
  border-right:1px solid #ccc;
  padding-bottom:25px;
  padding-right:20px;
}

.searchResultsImg {
	 float:left;
	 width:15%;
	 margin-top:14px;
   padding-top:3px;
}

#searchYourSearch {
	background-color:#FAFAFA;
	padding:15px;
	border-bottom:1px solid #ccc;
}

    
.dimmed {
  position: relative;
  padding-top:0px !important;
  margin-top:-20px !important;
}

.dimmed:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);  
}

#xsearch {
	float:right;
	text-align:right;
	margin-top:-60px;
	margin-right:20px;
	cursor:pointer;
}


.content-section {
  /*
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  */
}	


	/*! ---------- second deck header ---------- */
	.menu-bar {
	 	border-bottom: 1px solid black;
	 	background-color: white;
	 	margin-bottom: 20px;
	 	padding-bottom: 8px;
	 }

	.menu-list {
		font-family: 'Roboto Condensed', sans-serif;
	  font-weight:200;
	  font-size: 0.8em;
	  margin-top:0px;
	 }

	.navbar-nav {
		width: 100%;
		text-align: center;
	}

	.navbar-nav li {
		float:none;
		display:inline-block;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.navbar-nav > li > a { padding:0; }

	/*! ---------- index search bar ---------- */
	.search-index {
		margin-bottom: 10px;
		border-radius: 0px;
	
	}
	
	#search-container {
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.3);
	}
	
	.search-box {
		box-shadow: rgba(0, 0, 0, 0.07) 2px 3px 3px 0px inset;
	}
	.search-index input {
		/* width:95%!important; */
	}

 /*! Footer CSS */

 	.footer h1 {
 		color: #525452;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		padding-top: 15px;
 	}

 	.footer-ul  {
 		padding-left: 0px!important;
 	}

 	.footer-ul li  {
 		color: #525452;
 		list-style-type: none;
 		padding-left: 0px!important;
 		line-height: 25px;
 	}

 	.footer-ul li:hover  {
 		color: black;
 	}

 	#larger-li {
 		font-size: 130%;
 	}

 	#smaller-height-li {
 		line-height: 18px;
 	}
	
	.footer2-1 {
		float:left;
	}	
	
	.footer2-2 {
		float:right;
	}

.rightsidecol1 {
	padding:0;
	padding-right:0.7em;
	border-right:1px solid #E2E2E2;
}

.rightsidecol2 {
	padding:0;
	padding-left:1em;
}

h1.headertype {
  color: #999;
  font-size:20px;
  margin-top:20px;
  margin-bottom:20px;
  border-bottom:1px solid #ccc;
  padding-bottom:3px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:7px;
    padding-right:7px;
    overflow:visible;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.activeMenu {
    background-color: #E9EBE4;
    color: #333;
}

#pwImg {
	float:right;
	width:200px;
	margin-left:15px;
} 
#pwTxt {
	float:left;
	width:400px;
}
#pwLog {
	font-family:'Merriweather', serif;
	font-size:16px !important;
	font-weight:bold;
	color:#fff !important;
}
.pwAux {
	font-family:'Merriweather', serif;
	font-size:13px !important;
	font-weight:bold;
	color:#fff !important;
}
@media only screen and (max-width : 480px){
#pwImg {
  display:none;
}
#pwTxt {
	width:100%;
}
#pwTxt h2 {
	font-size:16px;
	width:80%;
}
.pwAux {
	font-size:10px !important;
}
}
#archivesResultsCol {
	padding:0;
	margin:0;
	padding-right:15px;
	border-right:1px solid #ccc;
}

#archivesResultsImg {
	float:left;
	width:15%;
	margin-right:2%;
}

.theone:after {
      background: #e0e0e0;
      width: 1px;
      content: "";
      display:block;
      position: absolute;
      top:0;
      bottom: 0;
      right: 0;
      min-height: 70px;
}

.readMore {
	font-weight:bold;
}

/* New Hill Times CSS */

.htitle {
  margin:0;
  padding:0;
  margin-top:0.750em;
  font-size:0.938em;
}

.htitle a {
  font-size:0.938em;
  font-family: 'Merriweather', serif;	
  font-weight:bold;
  text-align:left;
  color:#272727;
}

.hcategory {
	font-family: 'Merriweather', serif;	
	color:#fd8226;
	display:inline;
	text-transform:uppercase;
}

.hauthor {
	font-size:9px;
	font-family: 'Merriweather', serif;		
	color:#919090;
	overflow:hidden;
	margin:0;
	margin-top:3px;
}

.hauthor a {
	font-size:9px;
	font-family: 'Merriweather', serif;		
	color:#919090;
	display:inline;
	text-transform:uppercase;
}

.hdivider {
	font-size:0.563em;
	font-family: 'Merriweather', serif;			
	margin-left:4px;
	margin-right:4px;
	color:black;
	display:inline;
}

.hexcerpt {
	font-size:0.780em;
	font-family: 'Lora', serif;
	color:#090909;
	margin-top:2px;
	margin-bottom:10px;
	line-height:1.4;
	height:auto;
	overflow:hidden;
}

.hidden-sm {
	padding:0 !important;
}

.xIconLink { 
	color:#333333;
}

.xIconLink:hover { 
	color:black;
}

.dateBox {
	float:left;
	width:10%;
	font-family: 'Merriweather', serif;
	color:black;
  font-size:12px;	
  margin-top:6px;
}

.contentBox {
	float:left;
	width:75%;
}

.imgbox {
	float:right;
	width:25%;
	margin-top:-2px;
}

.htitle2 {
  font-size:1.250em;
  margin:0;
  padding:0;
}

.htitle2 a {
  font-size:1.250em;
  font-family: 'Merriweather', serif;	
  font-weight:bold;
  text-align:left;
  color:#272727;
}

.htitle3 {
  font-size:0.750em;
  margin:0;
  padding:0;
  margin-bottom:0.250em;	
  display:block;
  overflow:hidden; 
  line-height:1.3;
}

.htitle3 a {
  font-size:12px;
  font-family: 'Merriweather', serif;	
  font-weight:bold;
  text-align:left;
  color:#272727;
}

.htitle4 {
  font-size:0.750em;
  margin:0;
  padding:0;
  margin-bottom:0.625em;
  line-height: 1.2;	 
}

.htitle4 a {
  font-size:12px;
  font-family: 'Merriweather', serif;	
  font-weight:bold;
  text-align:left;
  color:#272727;
}

.htitle5 {
	margin:0;
	padding:0;
}

.htitle5 a {
	color:#272727;
	font-size:30px;
  font-family: 'Merriweather', serif;	
  font-weight:bold;	
}

.htitle6 {
	margin:0;
	padding:0;
	overflow:hidden;
	line-height:normal;
}

.htitle6 a {
	color:#272727;
	font-size:15px;
  font-family: 'Merriweather', serif;	
  font-weight:bold;	
}

.htitle7 {
  margin:0;
  padding:0;
  display:block;
  line-height:normal;
}

.htitle7 a {
  display:block;
  line-height:normal;
  font-size:20px;
  font-family: 'Merriweather', serif;	
  font-weight:bold;
  text-align:left;
  color:#272727;
}

.htitle8 a {
  font-size:1.250em;
  font-family: 'Merriweather', serif;	
  font-weight:bold;
  text-align:left;
  color:#272727;
}

.htitle8 {
  font-size:1.250em;
  margin:0;
  padding:0;
  margin-top:10px;	  
}

.htitle9 a {
  font-size:0.5em;
  font-family: 'Merriweather', serif;	
  font-weight:bold;
  text-align:left;
  color:#272727;
}

.htitle9 {
  font-size:0.5em;
  margin:0;
  padding:0;
}


.notinline {
	display:block !important;
}

.hauthor2 {
	font-size:0.625em;
	font-family: 'Merriweather', serif;		
	color:#919090;
	display:inline;	
}

.img-txt {
	float:left;
	margin-right:0.5em;
	margin-bottom:0.5em;
}

.greyline2{
	border-bottom:1px solid #efefef;
	margin-top:0px;
	margin-bottom:10px;
}

.greyline {
	border-bottom:1px solid #efefef;
	margin-top:0.938em;
	margin-bottom:0.938em;
}

.htissue1 {
	float:left;
	width:50%;
	text-align:left;
	margin-top:0.6em;
	margin-bottom:0.6em;	
	border-right:1px solid #efefef;
	padding-right:10px;	
}

.htissue2 {
	float:right;
	width:48%;
	text-align:right;
	margin-top:0.6em;
	margin-bottom:0.6em;	
}

.htissue1 img, .htissue2 img {
	width:100%;
	max-width:220px;
	border:1px solid #efefef;
}

.htissuedate {
	width:100%;
	text-align:center;
	margin:0 auto;
	margin-top:4px;
}	

.htissuedate a {
	font-size:0.750em;
	font-family: 'Merriweather', serif;		
	color:#000000;
	font-weight:bold;
	line-height:130%;
}	

.slideshowboxes {
	margin-top: 15px;
	margin-bottom: 35px;
}

.slideimg img{
	width: 100%;
}

.slideshowboxes h3 a{
	font-family: 'Merriweather', serif;	
    font-size: 10pt;
    font-weight: bold;
}

.slideshowboxes h3{
	font-family: 'Merriweather', serif;	
    font-size: 8pt;
	font-weight: bold;
	margin-top: 10px;
}

.cartoon {
	text-align:center;
}

.cartoon img, .photooftheweek img {
	max-width:470px;
	margin:0 auto;
	text-align:center;
}

.storyBox {
	margin-bottom:0px;
	overflow:hidden;
}

.storyBox2 {
	margin-bottom:10px;
	overflow:hidden;
}

.policyLinks {
	width:100%;
	font-size:12px;
	color:#272727;
	text-decoration:none;
	display:block;
	margin-top:3px;
}

.policyLinks:hover {
	text-decoration:underline;
}

.columnBox {
	text-align:center;
}

.colpad {
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;	
  align-items:stretch;
  margin-top:7px;
}

.colpad1 {
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;	
  align-items:stretch;
}

.colpad2 {
	border-right:1px solid #efefef;
	align-items:stretch;
}

.colpad3 {
	border-right:1px solid #efefef;	
  align-items:stretch;
}

.colpad4 {
	border-right:1px solid #efefef;	
}

.colpad5 {
	padding-left:1.4em;
}

.colflex {
	display:flex;
}

/* start css for images fading on one another */
.cf {
  position:relative;
  max-height:212px;
  max-width:423px;
  margin:0 auto;
}

.cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@-webkit-@keyframes fade {	0% { opacity: 1; } 25% { opacity: 1; } 75% { opacity: 0; } 100% { opacity: 0; }}
@-moz-@keyframes fade {	0% { opacity: 1; } 25% { opacity: 1; } 75% { opacity: 0; } 100% { opacity: 0; }}
@-ms-@keyframes fade {	0% { opacity: 1; } 25% { opacity: 1; } 75% { opacity: 0; } 100% { opacity: 0; }}
@-o-@keyframes fade {	0% { opacity: 1; } 25% { opacity: 1; } 75% { opacity: 0; } 100% { opacity: 0; }}
@keyframes fade {	0% { opacity: 1; } 25% { opacity: 1; } 75% { opacity: 0; } 100% { opacity: 0; }}

.cf img.top {
  -webkit-animation-name: fade;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -webkit-animation-direction: alternate;

  -moz-animation-name: fade;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;
  -moz-animation-direction: alternate;

  -o-animation-name: fade;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 8s;
  -o-animation-direction: alternate;
  	
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  animation-direction: alternate;
}
/* end css for images fading on one another */

.row.vdivide [class*='col-']:not(:last-child):after {
      background: #efefef;
      width: 1px;
      content: "";
      display:block;
      position: absolute;
      top:0;
      bottom: 0;
      right: 0;
      min-height: 70px;
    }

.fancy{
     overflow: hidden;
     text-align: center;
     margin:0;
}

.fancy > span{
    position: relative;
    display: inline-block;
     font-size:0.813em;
     font-family: 'Merriweather', serif;
     text-transform:uppercase;
     font-weight:bold;    
}

.fancy > span:before, .fancy > span:after{
    content: '';
    position: absolute;
    top: 40%;
    border-bottom: 1px solid;
    border-top:1px solid;
    width: 900%; /* half of limiter*/
    margin: 0 5px;
    height:20%;
}

.fancy > span:before{
    right: 100%;
}

.fancy > span:after{
    left: 100%;
}

.fancybotmargin {
	margin-bottom:0.750em;
}

.fancybotmargin2 {
	margin-bottom:0.450em;
}

.fancy a {
    font-family: 'Merriweather', serif;
	color:black;
}

.fancy a:hover {
	color:#272727 !important;
	text-decoration:none;
}

.imgres {
	width:100%;
	margin-bottom:5px;
}

.imgres3 {
	width:50%;
	margin-bottom:5px;
	margin-right:10px;
}

.imgres2 {
	width:100%;
	max-width:76px;
	max-height:76px;
}

.imgone {
	width:100%;
}

.frontpageM1 { display:none !important; }
.frontpageD1 { display:table; }
.frontpageM2 { display:none !important; }
.frontpageD2 { display:table; }

#subscription{
    background:url("single/bg/newslettersbg.jpg") no-repeat; 
    padding:20px 0px 20px 0px;
    margin-bottom:10px;
    margin-top:8px;
}

#subscription h3 {
	margin-top:0;
	margin-bottom:0;
}

#subscription:after {
    content: "";
    display: table;
    clear: both;
}

#subscription form{
    width: 72%;
    float: right;
    height:76px;
}

#emailSubConfirmation
{
    font-family: 'Merriweather', serif !important;
    font-size: 9pt !important;	
    display:none;
    width: 72%;
    float: right;    
    height:76px;
}

#subscription input{
    width: 67%;
    display: table;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 6px 8px;
    font-family: 'Merriweather', serif !important;
    font-size: 9pt !important;
    border: 1px solid #E6E6E6;
    float: left;
    margin-right: 5px;
}

/* old search css */
#searchOldBtn {
	background-color: #24890d;
  border: 0;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding:10px;
  padding-top:5px;
  padding-bottom:5px;
  text-transform: uppercase;
  vertical-align: bottom;
}

.tag {
    font-size: 12.7px;
    font-family: 'DroidSans';
    font-weight: bold;
    text-transform: uppercase;
    color: #e7300c;
}

.date-range ul {
    color: #353535;
    font-size: 13px;
    margin: 0;
    padding-left: 0px;
    text-decoration: none;
    list-style-type: none;
}

label { font-size:13px; }

.col_text p {
    width: 100%;
    float: left;
    color: #000;
    font-family: 'Lora', serif;
    padding-top: 0px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.ads {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.alignright, .alignleft {
	float:left;
	margin-right:20px !important;
	margin-bottom:5px !important;
	margin-top:8px !important;
	margin-left:0 !important;
}

.htime {
	font-size:9px;
	font-family: 'Merriweather', serif;		
	color:#a81817;
	display:inline;
	text-transform:uppercase;	
	padding-left:0px;
}

.cartoon img { margin-top:9px; max-width:300px; height:250px; width:100%; }

.policyPageBriefing img { width:60%; margin-bottom:2px; }
.policyPageBriefing { margin-top:10px; margin-bottom:10px; }

.policyPageBriefing1 {
	float:left;
	width:50%;
	text-align:left;
	margin-top:0.6em;
	border-right:1px solid #efefef;
	padding-right:10px;	
}

.policyPageBriefing2 {
	float:right;
	width:48%;
	text-align:right;
	margin-top:0.6em;
}

.policyPageBriefing1 img, .policyPageBriefing2 img {
	width:100%;
	max-width:220px;
	border:1px solid #efefef;
}

.seeAllBottomLink {	
	margin-top:5px;
	text-align:center;
	cursor:pointer;
}

.fa { font-size:14px !important; }

.seeAllBottomLink a {
	font-size:14px;
	font-family: 'Merriweather', serif;		
	color:#a81817;
}	

/* embassy archives */
#errordate p{
  color:red;
}
#errordate{
  text-align: center;
}
#loadingImage{
  width:40px;
  height:40px;
  text-align: center;
}

.footer-section {
  background: #fcfcfc;
  border-top:1px solid black !important;
  padding-bottom:14px;
}    
   
#annual_features li{
	list-style:  none !important;
}

/*! Custom Media Queries */

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px){
		.user-icon {
			padding-top:0px;
		}

		#socialmedia-tp{
			display: none !important;
		}

		.search-icon {
			padding-top: 0px;
		}
		.content-section {
			padding-top: 200px;
			background: #FFF;
		    /*background: #f4f4f4;*/
		}
		.story-section {
		    padding-top: 200px;
		}
		.search-index input {
			width:94%!important;
		}
	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px){
		.user-icon {
			padding-left: 16px;
		}

		#socialmedia-tp{
			display: none !important;
		}

		.search-icon {
			padding-right: 16px;
		}
		.menu-list {
		    font-size: 12px;
		    margin: auto;
		    text-align: center;
		    margin-top: 0px;
		}
		.navbar-nav li {
			float: none;
			display: inline-block;
			padding-left: 14px;
			padding-right: 14px;
		}
	 	.content-box-reverse img {
			margin-bottom: 15px;
	 	}

		.content-section {
			padding-top: 165px;
			background:  #FFF !important;
		    /*background: #f4f4f4;*/
		}
		.story-section {
		    padding-top: 190px;
		}
		.search-index input {
			width:92%!important;
		}
	}

	/* Medium-Small Devices, Desktops */
	@media only screen and (max-width : 991px){
		.user-icon {
			padding-top: 0px;
		}
		.search-icon {
			padding-top:0px;
		}
		
    .frontpageM1 { display:table !important; }
    .frontpageD1 { display:none !important; }
    		
    #searchResultsCol {
    	width:100%;    	
    	padding:25px;
    	border:0px solid black;
    }
		
		#socialmedia-tp{
			display: none !important;
		}

		.slideshowboxes{
			width: 75%;
			margin: 0 auto !important;
			display: table !important;
			float:  none !important;
			margin-bottom: 20px !important;
			text-align:  center !important;
	}

		.slideshowboxes .slideimg{
			width: 100%;
			margin: 0 auto;
			display: table;
			text-align:  center;
		}

		.slideshowboxes h3{
			width: 100%;
			margin: 0 auto;
			display: table;
			text-align:  center;
			margin-top: 8px;
		}

		.photooftheweek a img{
			width: 100% !important;
		}

		#socialmedia-tp{
			display: none !important; 
		}

		#socialmedia{
			float: left !important;
			width: 100% !important;
		}

		#socialmedia li{
			float: left !important;
			margin-right: 10px;
		}

		.f-img img{
			width: 100% !important;
			height: auto !important; 
		}

		.ads div iframe{
			width: 100% !important;
		}
	}

	@media screen and (max-width: 48em) {
	  .footer2-2 {
		  float:left;
	  }	  	  		
	}
	
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px){
		#sectionstop, #searchtop {
			padding:8px;
			padding-top:4px;
			background-color:#efefef;
			border:1px solid #ccc;
      border-radius: 8px 8px 8px 8px;
      -moz-border-radius: 8px 8px 8px 8px;
      -webkit-border-radius: 8px 8px 8px 8px;
      margin:0;
	  }
    
	  .content-section { padding-top:120px !important; }
	  
	  .row { 
	  	padding-left:0px !important;
	  	padding-right:0px !important;
	  	margin-left:0px !important;
	  	margin-right:0px !important;
	  }
	  
	  .colflex {
	  	padding:0 !important;
	  }
	  
	  .htissuedate {
	  	font-size:12px;
	  }

	 	#filtersCol {
	   display:none;
    }
     	
	 	.searchResultsImg {
	 		display:none;
    }
    
    #searchYourSearch {
    	display:none;
    }

    #searchBtn {
	    display:none;
    }    
    
    #xsearch {
	    display:none;
    }		
    
		.footer1, .footer2-1, .footer2-2 {
			padding-left:0;
			margin:0 auto;
			text-align:center;
			float:none;
			clear:both;
			overflow:hidden;
			width:auto;
		}	
			  
	  .wrlogo {
	  	width:auto !important;
	  	max-height:25px;
	  }	 
	  
	  .col-fix1, .col-fix2 { 
	  	padding-left:8px;
	  	padding-right:8px;
	  }

	  .menu-icon {
	  	float:left;
	  	padding:0;
	  }
	  	  
	  .search-icon { 
	  	float:right;
	  	padding:0;
	  }

.container { padding-right:0px; padding-left:0px; }
.htitle2 a { font-size:1em; }
.htitle8 a { font-size:1em; }
.search-index { padding-left:20px; }
.searchBtnF { font-size:15px; padding-top:5px; }
.loginUI { width:75%; }
.login-text { margin-top:0px; }
#logInTxt { display:block; width:100%; align:center; }
.forgot-password-link { width:100%; text-align:left; }
	  		
		.navbar { padding:16px; padding-bottom:6px; padding-left:0; padding-right:0; }
		
		img {
			margin-top:0px;
		}
		.user-icon {
			padding-top: 15px;
		}
	 	.content-box img {
			max-width: 50%;
			margin-top: 0px;
			display: inline-block;
			float: left;
	 	}
	 	
	 	.content-box-reverse img {
			margin-bottom: 15px;
	 	}

		.content-section {
		    padding-top: 57px;
		    background: #fff;
		}
		.story-section {
		    padding-top: 170px;
		}
		.content-box h1 {
		    font-size: 26px;
		}
		
		.content-box, .content-box-reverse {
			height:auto;
		}

		.content-box-reverse h1 {
		    font-size: 26px;
		}

	 	.hero-img img {
	 		max-width:100%;
	 	}

		.ul-mar-top-archives  {
			margin-top: 10px;
		}
		
    .rightsidecol1 {
	    padding:0;
	    padding-right:0;
	    border-right:0px solid #E2E2E2;
    }

    .rightsidecol2 {
	    padding:0;
	    padding-left:0;
	    margin-top:10px;
    }       
    		
	}

	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){
		.user-icon {
			padding-top: 15px;
		}

    #archivesResultsImg { display:none; }
    
    .sortRel {
	   font-size:12px;
    }
    
    #archivesSearchContent {
    	width:100% !important;
    }    
    
    #archivesResultsCol {
	    padding:0;
	    margin:0;
	    padding-right:0px;
	    border-right:0px solid #ccc;
    }
    
    .colm {
	    padding:0 !important;
    }	 	   
    
    #s-title h1 {
    	font-size:20pt !important;
    } 
    
    #subscription {
    	background-image:none !important;
    	background-color:#ccc !important;
    }
    
    #subscription form {
    	width:95% !important;
    }
    
    #subscription input {
    	width:65%;
    }
    
    .frontpageM2 { display:table !important; }
    .frontpageD2 { display:none !important; }
    .emailSignupBtn { width:35% !important; }
    
	 	.content-box img {
			max-width: 100%;
			padding-bottom: 10px;
			margin-top: 0px;
			display: inline-block;
			float: left;
	 	}

	 	.content-box-reverse img {
			max-width: 100%;
			padding-bottom: 10px;
			margin-top: 0px;
			display: inline-block;
			float: left;
	 	}
	
		.content-section {
		    padding-top: 57px;
		    background: #fff;
		}
		.story-section {
		    padding-top: 130px;
		}

		.issue-date-display  a {
			margin-top: 10px;
	 		margin-right: 0px;
		}

		.ul-mar-top-archives  {
			margin-top: 10px;
		}

    .colpad {
	    border-left:0px solid #efefef;
	    border-right:0px solid #efefef;	
      align-items:inherit;
      margin-top:0px;
    }		

    .colpad1 {
	    border-left:0px solid #efefef;
	    border-right:0px solid #efefef;	
      align-items:inherit;
    }

    .colpad2 {
	    border-right:0px solid #efefef;
	    align-items:inherit;
    }

    .colpad3 {
	    border-right:0px solid #efefef;	
      align-items:inherit;
    }

    .colpad4 {
	    border-right:0px solid #efefef;	
    }

    .colpad5 {
	    padding-left:15px;
	    padding-right:15px;
    } 

    .footer-section {
      background: #fcfcfc;
      border-top:1px solid black !important;
      padding-bottom: 40px;
    }    
    
    .colflex {
	    display:block;
    }    
    
    .smhide {
    	display:none;
    }
			
	}

	/* Custom, iPhone Retina */
	@media only screen and (max-width : 380px){
		.content-section {
			padding-top: 57px;
			background: #FFF;
		    /*background: #f4f4f4;*/
		}
		.story-section {
		    padding-top: 160px;
		}
		
		#singleStoryColM {
			padding:0 !important;
		}
		
		.ads {
			margin-bottom:20px;
		}
		
		.img-responsive {
			margin-bottom:0;
		}
		
		.wrlogo {
			max-height:50px;
		}
	}	
	
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #fff; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
    border-right: 1px solid #ccc;
    box-shadow: 4px 0 6px 1px rgba(0, 0, 0, 0.1);    
}

/* The navigation menu links */
.sidenav a {
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    padding-top:5px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    font-weight:bold;
    display: block;
    transition: 0.3s;
    margin-left:15px;
    margin-right:10px;    
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    background-color:#eff7fc;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .2s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* Bootstrap fix for 5 columns layout */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



.hoverImgContainer {
    position: relative;
    width: 50%;
}

.hoverImgImage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.hoverImgMiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.hoverImgContainer:hover .image {
  opacity: 0.3;
}

.hoverImgContainer:hover .middle {
  opacity: 1;
}

.hoverImgText {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/*
 * Style for IP email signup
 * bottom banner
 * 
 */
 #htpopadd {
  display:block;
  width:100%;
  height:100%;
  top:285;
  bottom:0;
  position:fixed;  
  background-position-x:22%;
  transition:all 600ms linear;
  z-index:9999;
}

#htpopadd input {
box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
outline: none;
padding-left:6px;
padding-right:6px;
padding-top:4px;
padding-bottom:4px;
transition: .18s ease-out;
background-color: #fff;
line-height: 1;
font-size: 14px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
font-family: Lato, sans-serif;
color: #2b2b2b;
width:225px;
}

#htpopadd input[type=submit] {
box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
outline: none;
padding-left:6px;
padding-right:6px;
padding-top:4px;
padding-bottom:4px;
transition: .18s ease-out;
background-color:#2d2929;
line-height: 1;
font-size: 14px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
font-family: Lato, sans-serif;
color:#fff;
width:auto;
}

#htpopadd input[type=submit]:hover {
background-color:#44B849;
}

#ipEmailSignupTease {
float:left;
width:auto;
padding-top:15px;
padding-bottom:10px;
line-height:1;
font-size: 14px;
font-family: Lato, sans-serif;
color:#fff;
}

#ipEmailSignupForm {
	float:left;
	margin-top:10px;
	margin-left:20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

/* Large Devices, Wide Screens */
#htSmallAdLogo {
	float:left; 
	max-width:248px;
	width:26%; 
	height:75px;
	margin-top:1%; 
	margin-right:2%;
}
#htSmallAdForm {
	margin:0 auto;
}
#htpopadd { height:44px; }

#ipEmailSignupClose { 
	color:#fff;
	cursor:pointer;
	font-size:20px !important;
	padding-top:9px;
}

#footer2 { margin-bottom:66px; }

/* Medium Devices, Desktops */
@media only screen and (max-width : 1460px) {
#htpopadd { height:80px; }
#ipEmailSignupTease { width:80%; }
#ipEmailSignupForm { margin-top:0px; margin-left:0px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1100px) {
#htSmallAdLogo { display:none; }
#htSmallAdForm { float:left; width:100%; }
#htpopadd { height:95px; }
#htSmallAd { width:80%; margin-left:10%; margin-right:10%; }
#htpopadd input { width:170px; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 780px) {

	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 585px) {
#htpopadd { height:100px; }
#ipEmailSignupSubmit { margin-top:0px; }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 410px) {
#htpopadd { height:108px; }
#ipEmailSignupTease { width:80%; }
}