.nowrap {
	white-space: nowrap;
}
#main_body.content {
	width: 100%;
	max-width: none;
}
#tp_content {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

h1.page_title {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 20px;
}
h1.page_title .smallcaps {
	display: block;
	font-size: 18px;
	line-height: 28px;
	line-height: 21px;
	text-transform: uppercase;
}
h1.section_title {
	padding-left: 10px;
	margin-bottom: 14px;
}

#sl_top {
	margin-bottom: 40px;
}
#sl_top .col1 {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	margin-right: 5%;
}
.sl_search_wrapper {
	padding: 20px;
	background: #eaeaea;
	border-radius: 4px;
	margin-bottom: 30px;
}

.sl_search_wrapper h1 {
	display: inline-block;
	vertical-align: middle;
	width: 21%;
}
.sl_search {
	display: inline-block;
	vertical-align: middle;	
	width: 79%;
	margin-left: -4px;
}
.sl_search input[type=text] {
	display: inline-block;
	vertical-align: middle;
	width: 57.1589%;
	margin-right: 1.5%;
	padding: 9px 0 9px 1%;
	font-size: 16px;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	transition: -webkit-box-shadow 0.25s ease, -moz-box-shadow 0.25s ease, box-shadow 0.25s ease;
}
.sl_search input[type=text]:focus {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 56, 199, 1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 56, 199, 1);
	box-shadow:         0px 0px 8px 0px rgba(0, 56, 199, 1);
	transition: -webkit-box-shadow 0.25s ease, -moz-box-shadow 0.25s ease, box-shadow 0.25s ease;
}
.sl_search a {
	display: inline-block;
	vertical-align: middle;
	background: #eecb02;
	border: none;
	border-radius: 4px;
	width: 40.3411%;
	margin-left: -4px;
	padding: 4px 0;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #333 !important;
	letter-spacing: -0.02em;
	transition: background 0.25s ease, -webkit-box-shadow 0.25s ease, -moz-box-shadow 0.25s ease, box-shadow 0.25s ease;
}
.sl_search_wrapper a:hover {
	background: #ffe447;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	transition: background 0.25s ease, -webkit-box-shadow 0.25s ease, -moz-box-shadow 0.25s ease, box-shadow 0.25s ease;
}
#sl_top .col2 {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-left: -4px;
}
.sl_download {
	margin-top: -44%;
}
.sl_download a {
	display: block;
	width: 100%;
	max-width: 180px;
	text-decoration: none;
}
.sl_download a img {
	float: left;
	margin-right: 5px;
}
.sl_download a span {
	text-decoration: underline;
}

/* SEARCH RESULTS */
#sl_results {
	display: none;
	margin: 0 0 60px 0;
}
#print_this {
	display: none;
	text-decoration: none;
}
#print_this img,
#print_this span {
	display: inline-block;
	vertical-align: middle;
}
#print_this span {
	text-decoration: underline;
}
#print_this_wrapper {
	text-align: right;
}
.results_wrapper {
	position: relative;
	margin: 20px 0;
}
.results_wrapper h1 img,
.results_wrapper h1 span {
	display: inline-block;
	vertical-align: top;
}
.results_wrapper h1 .search_location {
	display: block;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
}
.results_wrapper h1 img {
	margin-right: 10px;
}
.results_wrapper .btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff !important;
	padding: 8px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	background: #067638;
	border: 1px solid #014e23;
	border-radius: 3px;
	max-width: 225px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	transition: background 0.25s ease;
}
.results_wrapper .btn:hover {
	background: #15904c;
	transition: background 0.25s ease;
}
#no_results_found {
	text-align: center;
	font-size: 18px;
}
#no_results_found h2 {
	font-size: 16px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0em;
    margin: 0 0 60px 0;
}
#no_results_found h1 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px auto;
    line-height: 1.25em;
}
.tbl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 20px 0;
}
.grid_header {
	color: Black;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f4f4f4;
}
.grid_header.center {
	text-align: center;
}
.grid_cell, .grid_cell_center {
	padding-top: 8px;
	padding-bottom: 5px;        
	vertical-align: middle;
	border-top: 1px solid #ccc;
}
.grid_cell {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.grid_cell_center {
	text-align: center;
}     
.tbl .cell-label {
	display: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.tbl tr td:first-child .cell-label {
	font-size: 16px;
}
.tv_more_results {
	margin-top: 20px;
}
@media screen and (max-width:920px) {
	.results_wrapper h1 {
		/*text-align: center;*/
		margin-bottom: 10px;
	}
	/*
	.results_wrapper h1 img,
	.results_wrapper h1 span {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	*/
	.results_wrapper h1 img {
		width: 40px;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.results_wrapper h1 span {
		font-size: 19px;
		line-height: 22px;
	}
	.results_wrapper .btn {
		position: relative;
		top: auto;
		right: auto;
		margin-left: 0;
	}
}
@media screen and (max-width:750px) {
	.tbl {
		border-bottom: none;
		margin-bottom: 10px;
	}
	.tbl thead tr {
		display: none;
	}
	.tbl th {
		display: none;
	}
	.tbl .col-headers {
		display: none;
	}
	.tbl td {
		display: block;
		width: 95%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #ededed;
	}
	.tbl tr td:first-child {
		background: #f4f4f4;
		font-weight: bold !important;
		font-size: 16px !important;
	}
	.tbl tr {
		display: block;
		margin-bottom: 30px;
		border: 1px solid #ccc;		
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	}
	
	.tbl .cell-label {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin-right: 5%;
	}
	.tbl .cell-content {
		display: inline-block;
		vertical-align: top;
		width: 65%;
		margin-left: -4px;
	}
	.tv_more_results {
		margin-top: -25px;
	}
	
	
	/* ARCHIVES ONLY */
	.tbl .grid_cell,
	.tbl .grid_cell_center {
		display: block;
		width: 95%;
		text-align: left;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.tbl tr.no-cell-labels {
		display: none;
	}
	.tbl .purchase .purchase_info {
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: auto;
		left: auto;
		margin: 6px 0 0 5px;
	}	
	.tbl .purchase .purchase_info.visible {
		margin: 0;
	}
	.tbl .purchase:hover .purchase_info {
		display: inline-block;
	}
	#month_selector {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		background: #d5d5d5;
		padding: 5px 10px;
		color: #000;
		border-radius: 2px;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,e5e5e5+25,d5d5d5+50,e5e5e5+75,d5d5d5+100 */
		background: #d5d5d5; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #d5d5d5 0%, #e5e5e5 25%, #d5d5d5 50%, #e5e5e5 75%, #d5d5d5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#d5d5d5), color-stop(25%,#e5e5e5), color-stop(50%,#d5d5d5), color-stop(75%,#e5e5e5), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  #d5d5d5 0%,#e5e5e5 25%,#d5d5d5 50%,#e5e5e5 75%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  #d5d5d5 0%,#e5e5e5 25%,#d5d5d5 50%,#e5e5e5 75%,#d5d5d5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  #d5d5d5 0%,#e5e5e5 25%,#d5d5d5 50%,#e5e5e5 75%,#d5d5d5 100%); /* IE10+ */
		background: linear-gradient(45deg,  #d5d5d5 0%,#e5e5e5 25%,#d5d5d5 50%,#e5e5e5 75%,#d5d5d5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#d5d5d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}	
	
}


/* MAJOR NETWORKS */
#sl_majornetworks {
	clear: both;
	position: relative;
	border-top: 1px solid #999;
	padding: 20px 0 0 0;
}
.check-listings {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 20px;
	color: #fff;
	background: #333;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.network-cell {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 20%;
	border-left: 1px solid #999;
	margin-left: -5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	height: 155px;
}
.network-cell img {
	max-width: 100%;
	margin-bottom: 10px;
}
.network-cell p {
	font-size: 12px;
}
.network-cell.x5-first {
	border-left: none;
	margin-left: 0;
}
.networks-table {
	text-align: center;
}
@media screen and (max-width:890px) {
	
	.network-cell {
		width: 25%;
	}
	.network-cell.x5-first {
		border-left: 1px solid #999;
		margin-left: -5px;
	}
	.network-cell.x4-first {
		border-left: none;
		margin-left: 0;		
	}
}
@media screen and (max-width:690px) {
	.network-cell {
		width: 33.3333%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.network-cell.x4-first {
		border-left: 1px solid #999;
		margin-left: -5px;
	}
	.network-cell.x3-first {
		border-left: none;
		margin-left: 0;
	}
	
	#sl_top {
		/*text-align: center;*/
	}
	.sl_search_wrapper {
		text-align: left;
	}
	#sl_majornetworks {
		text-align: center;
	}
	.check-listings {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		margin: 15px 0 10px 0;
	}
}
@media screen and (max-width:450px) {
	.network-cell {
		width: 50%;
	}
	.network-cell.x3-first {
		border-left: 1px solid #999;
		margin-left: -5px;
	}
	.network-cell.x2-first {
		border-left: none;
		margin-left: 0;
	}
}


@media screen and (max-width:920px) {
	#sl_top .col1 {
		display: block;
		width: 100%;
	}
	#sl_top .col2 {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.sl_search_wrapper {
		margin-bottom: 10px;
	}
	.sl_download {
		margin-top: 0;
	}
	#img_map {
		display: none;
	}
	
	.sl_download a {
		max-width: 285px;
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 20px;
		text-align: left;
	}
	.sl_download a img {
		width: 20px;
	}
}

@media screen and (max-width:700px) {
	.sl_search_wrapper h1 {
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 18px;
	}
	.sl_search {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.sl_search input[type=text] {
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sl_search a {
		font-size: 16px;
		padding: 8px 0;
	}
}

@media screen and (max-width:500px) {
	h1.page_title {
		font-size: 21px;
		line-height: 23px;
	}
	h1.page_title .smallcaps {
		font-size: 14px;
		line-height: 18px;
	}
	.sl_search_wrapper h1 {
		font-size: 14px;
		line-height: 16px;
	}
}

@media screen and (max-width:490px) {
	.sl_search_wrapper {
		padding: 13px;
	}
	.sl_search_wrapper h1,
	.sl_search {
		/*text-align: center;*/
	}
	.sl_search input[type=text] {
		display: block;
		width: 98%;
		padding-left: 2%;
		margin-right: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	.sl_search .btn {
		/*min-width: 145px;*/
		width: 100%;
		margin-left: 0;
	}
	.results_wrapper .btn {
		padding-left: 2.5%;
		padding-right: 2.5%;
		width: 95%;
		max-width: 1500px;
	}	
}