/* Tow Center Reports Stack styles */

.photo-container {
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  position: relative;
}

@media (min-width: 900px) {
.row {
    margin-left: 0px;
    margin-right: 0px; 
}
.col-sm-11 {
    width: 100%;
}
}  


@media (min-width: 900px) {
.tow-logo-overlay {
	width: 70px;
    position: absolute;
    z-index: 9999;
    bottom: -86px;
    left: 30px;
}
}  

@media only screen and (min-width:501px) and (max-width: 899px) {
.tow-logo-overlay {
	width: 70px;
    position: absolute;
    z-index: 9999;
    bottom: -86px;
    left: 20px;
}
}  

@media (max-width: 500px) {
.tow-logo-overlay {
	width: 70px;
    position: absolute;
    z-index: 9999;
    bottom: -86px;
    left: 16px;
}
}


@media (min-width: 990px) {
.col-md-offset-0 {
    margin-left: -12px;
    width: 32% !important;
    min-width: 250px;
}
}

@media only screen and (min-width:860px) and (max-width: 989px) {
.col-md-offset-0 {
    margin-left: 0px;
	width: 83% !important; 
}
}

.tow-hero-image {
	margin-bottom: 20px;
}

.tow-hero-header {
	font-size: 32px !important;
	line-height: 36px !important;
}

.tow-h3-second {
	color: #397ba9;
	margin-top: 26px !important;
	margin-bottom: 0px !important;
    margin-top: 8px;
}

.tow-hero-excerpt {
	font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	line-height: 26px;
	color: #000;
}

.tow-slug {
    color: #397ba9;
}

.link-highlight-blue {
	color:#397ba9;
}

.tow-h3 {
	color: #397ba9;
	margin-bottom: 18px !important;
    margin-top: 8px;
}
                    
p.tow-sidebar-text {
	font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 23px;
	color: #333;
	
}

#tow-pagination ul .page-numbers {
	color: #397ba9 !important;
}

.more-sidebar {
	padding-top: 20px;
}

.trending-sidebar-stack {
	font-size: 20px !important;
}


/* Election stack updates */


@media screen and (min-width: 600px) {
.election-header-mobile {display: none;}
}
@media screen and (max-width: 599px) {
.election-header-desktop {display: none;}
}

.election-header-image {
    margin-bottom: 20px;
    margin-top: 10px;
}

.election-h3 {
    margin-bottom: 18px !important;
    margin-top: 8px;
}


.election-h3-second {
    margin-top: 26px !important;
    margin-bottom: 0px !important;
}

.tng-h3-second {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
}
    
.tng-sidebar-text {
    font-family: 'Lyon Text Web';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin: 10px 0 14.4px !important;
    display: block;
}
