/* Browser Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Basic Styles */
p, a, h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
h3 {
	font-size: 24px;
}
a {
	text-decoration: underline;
}
body {
	background: url("../images/pattern-grey.png") repeat 0 0 transparent;
}
hr.customrule {
	border: 2px solid #72161c;
}
label {
	cursor: text;
}

.align-right {
	float: right;
}
.no-padding {
	padding: 0;
	margin: 0;
}
.hide-this {
	display: none;
}

/* Newsletter/Social Header */
.newsletter-button {
	background: #dbdbdb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjdmN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eee 0%, #9d9d9d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#9d9d9d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eee 0%,#9d9d9d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eee 0%,#9d9d9d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eee 0%,#9d9d9d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eee 0%,#9d9d9d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-8 */
	border: 1px solid #dddddd;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	margin: 6px 0;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out 0s;
	width: auto;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	font-family: 'Raleway', sans-serif;
}
.social-icons {
	float: right;
	position: relative;
	top: 7px;
	padding-right: 10px;
}
.social-bar a.link {
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 14px;
}

/* Title / Main Nav Header */
.header {
	background: url("../images/pattern-dark-grey.png") repeat 0 0 transparent;
}
.title-area {
	padding-top: 5px;
}
.title-area .name {
	display: inline-block;
}
.title-area .name h3, h3.small-title {
	display: inline;
	text-transform: uppercase;
	color: #e6e6e6;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    filter: dropshadow(color=rgba(0, 0, 0, 0.7), offx=1, offy=1);
    font-size: 100%;
    margin: 0 0 10px 0;
}
.title-area .name h3 img, h3.small-title img {
	position: relative;
	padding: 0 2px;
}
h3.small-title .header-icon {
	top: 17px;
}
h3.small-title {
	position: relative;
	top: -10px;
	left: 20px;
	/* Remove Dropdown Title */
	display: none !important;
}


	/* Navigation */
	.subheader {
		background: url("../images/pattern-blue.png") repeat 0 0 transparent;
		margin-bottom: 0;
		color: #e6e6e6;
	}
	.main-nav .nav-bar {
		background: none;
		margin: 0;
	}
	.main-nav .nav-bar li {
		border: none;
		font-weight: 800;
		text-decoration: underline;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	    filter: dropshadow(color=rgba(0, 0, 0, 0.7), offx=1, offy=1);
	}
	.main-nav .nav-bar li:hover {
		background-color: #4e0f14;
		text-shadow: none;
	    filter: none ;
	}
	#nav {
		max-height: 50px;
	}
	.nav-bar li a {
		font-size: 75% !important;
	}
	.nav-bar li, .nav-bar li:last-child {
		box-shadow: none;
	}

		/* Top Bar Zurb Nav */
		.top-bar {
			background: none;
			margin: 16px 0 0 0;
			height: 55px;
		}
		.top-bar ul > li:hover:not(.name), .top-bar ul > li.active:not(.name), .top-bar ul > li:focus:not(.name), .top-bar ul > li.has-dropdown .dropdown, .top-bar ul > li.has-dropdown .dropdown li {
			background: url("../images/pattern-dark-blue.png") repeat 0 0 transparent;
		}
		.top-bar ul > li.toggle-topbar {
			width: 70px;
		}
		.top-bar ul > li.toggle-topbar.menu-icon:hover {
			background: url("../images/mobile-nav-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		}
		.top-bar ul > li.toggle-topbar a {
			margin-top: -19px;
		}
		.top-bar section ul.nav-collapse li {
			margin-top: -16px;
			padding-bottom: 32px;
		}
		.top-bar section ul.dropdown {
			top: 45px;
		}
		.top-bar ul > li.active, .top-bar ul > li:hover {
			background: none;
		}
		.top-bar-section ul li a {
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
		    filter: dropshadow(color=rgba(0, 0, 0, 0.7), offx=1, offy=1);
		}
		.right.nav-collapse a {
			position: relative;
			top: 17px;
		}
		.toggle-topbar.menu-icon span {
			position: relative;
			right: 90px;
			top: -27px;
		}
		.menu-icon {
			background: url("../images/mobile-nav-icon.png") no-repeat 0 0 transparent;
			height: 25px;
			margin-top: 17px;
			text-decoration: none;
		}
		.menu-icon p {
			position: relative;
			top: -5px;
			left: 15px;
			color: #ffffff;
			font-weight: 700;
		}
		.small-title {
			display: none;
		}

		/* Search Dropdown */ 
	#search {
		display: inline;
		float: right;
		position: relative;
		top: 15px;
	}
	#search a {
		position: relative;
		top: 7px;
	}
	#search .button {
		padding: 9px 15px 9px;
		float: right;
		position: relative;
		margin: 7px 0;
		top: -30px;
		background-color: #3b3b3b;
		border: 1px solid #000;
	}
	#search input {
		width: 175px;
		margin-top: 10px;
	}
	.search-row {
		position: relative;
		top: 10px;
	}
	.search-drop {
		width: 380px;
	}
	
	.agency-drop {
		width: 620px;
	}
	
	.hide-this .search-drop {
		display: none;
	}
	
	.hide-this .agency-drop {
		display: none;
	}
	
	.search-label {
		color: #ffffff !important;
		text-transform: none !important;
		font-size: 14px !important;
		position: relative;
	}
	.search-label.three {
		top: 6px !important;
	}
	.search-label-container .search-label {
		left: -15px;
	}
	#search .search-label {
		top: 0;
	}
	.searchtext {
		position: relative;
		left: 90px;
		height: 30px;
		top: -30px;
	}
	.popular-resources /*label*/ {
		padding-top: 10px;
	}
	.popular-resources .columns {
		padding: 0 15px 10px 0;
	}


/* Orbit Slider */
div.orbit-wrapper {
	width: 100%;
	background-size: cover;
}
.orbit-slide {
	background-size: cover;
	width: 100%;
}
.slider-nav {
	z-index: 200;
}

/* Banner Overlay */
#banner-area {
	position: relative;
}
#banner-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#banner-overlay h5 {
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
#banner-overlay h3 {
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#banner-overlay p {
	color: #ffffff;
}
#banner-overlay h4 {
	color: #c8af86;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}
#banner-overlay hr {
	margin: 5px 0;
}
#banner-overlay .banner-seal {
	padding: 30px 0 20px 30px;
}
.overlay-content {
	padding-top: 25px;
}

/* Arrests Overlay */
#arrests {
	position: relative;
	margin-top: -50px;
	margin-bottom: 20px;
	z-index: 101;
	background: url("../images/pattern-white.png") repeat 0 0 transparent;
	display: table;
}
#arrests .buttonred {
	margin: 15px 0;
}
#arrests h5 {
	margin-bottom: 0;
}
#arrests h6 {
	margin-top: 0;
}
#arrests .buttoncontainer {
	text-align: center;
}
#arrests .buttonlabel {
	padding-left: 0;
	margin-top: 15px;
}
/*Arrests button*/
.buttonred {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border: 1px solid #500207;
	background: none repeat scroll 0 0 #ae2026;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	padding: 15px 15px 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out 0s;
	width:175px;
	font-weight: 800;
}

a.buttonred:hover {
	color: #ffffff;
}

/* Main Content Area */
.three-col-header {
	padding-bottom: 20px;
}
.divide {
	background: url("../images/double-divider.png") repeat-x 0 0 transparent;
	height: 8px;
	top: 16px;
}
.sectiontitle h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 175%;
	text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.maincontent h4 {
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
/*.maincontent .bluecolumn h4 {
	text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}*/
.maincontent h5 {
	margin-bottom: 5px;
}
.maincontent h5 a {
	color: #ae2026;
	font-size: 120%;
}
.homecolumn {
	text-align: center;
}
.homecolumn p {
	font-size: 100%;
}
.homecolumn h4, .homecolumn h5 {
	padding: 10px 0;
}
.bluecolumn {
	background: url("../images/pattern-bluecolumn.png") repeat 0 0 transparent;
}
/*.bluecolumn h4, .bluecolumn h6, .bluecolumn p, .bluecolumn ul {
	color: #d5dade;
}
.bluecolumn h5 a {
	color: #d5dade;
}*/
.columnstory.twelve {
	margin: 15px 0;
	height:350px;
}
.linklist {
	text-align: center;
	padding-bottom: 20px;
}
.linklist h6 {
	margin-bottom: 5px;
}
.linklist ul {
	list-style: none;
}
.linklist ul a {
	color: #ae2026;
}
/*.bluecolumn.linklist ul a {
	color:#d5dade;
}*/
.full.content {
	width: 100%;
	background: #f2f2f2;
	position: relative;
	border-top: 1px solid #5b5b5b;
	margin-bottom: 22px;
}
.content h6 {
	padding-top: 10px;
}
.subpage-maincontent {
	background: url("../images/pattern-white.png") repeat 0 0 transparent;
}
.subpage-maincontent h1, .subpage-maincontent p, .subpage-maincontent h6 {
	text-align: left;
}
.subpage-maincontent h1 {
	margin-bottom: 10px;
	font-size: 28px;
	margin-top: 15px;
}
.subpage-maincontent h6 {
	color: #A71F29;
	margin-top: 0;
}
.subpage-maincontent hr {
	margin: 5px 0;
}
.subpage-maincontent img.left {
	padding-right: 15px;
}
.subpage-maincontent img.right {
	padding-left: 15px;
}
.breadcrumb p {
	margin: 10px 0;
	font-size: 80%;
}


/* Featured Sliders */
#content-slider {
	margin-top: 10px;
}
#content-slider h5 {
	font-size: 140%;
	margin-bottom: 10px;
}
#content-slider h5 a {
	color: #ffffff;
}
#content-slider p {
	color: #ffffff;
}
#featured-slider {
	position: relative;
	top: -22px;
	height: 225px;
	background: rgb(75,83,88); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTM1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDQyNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(75,83,88,1) 0%, rgba(61,66,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,83,88,1)), color-stop(100%,rgba(61,66,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(75,83,88,1) 0%,rgba(61,66,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(75,83,88,1) 0%,rgba(61,66,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(75,83,88,1) 0%,rgba(61,66,69,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(75,83,88,1) 0%,rgba(61,66,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5358', endColorstr='#3d4245',GradientType=0 ); /* IE6-8 */
}
#featured-slider .left {
	position: relative;
	left: -50px;
	top: -145px;
}
#featured-slider .right {
	position: relative;
	right: -50px;
	top: -145px;
}
#featured-slider .slider-nav span.left {
	background: url("../images/featured-slider-left.png") no-repeat 0 0 transparent;
	width: 48px;
	height: 95px;
}
#featured-slider .slider-nav span.right {
	background: url("../images/featured-slider-right.png") no-repeat 0 0 transparent;
	width: 48px;
	height: 95px;
}
#featured-slider #content-slider {
	height: 190px !important;
}
#featured-slider .orbit-slide {
	margin-top: 20px;
}
#featured-slider .slider-nav {
	padding-top: 25px;
}

/*Press Release & Social Media Styles I'm keeping for Shayna's Redesign*/
.pressRel {
    float: left;
    width: 35%;
	font-size: 85%;
	background: rgba(0, 0, 0, 0.15);
	padding: 10px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.pressRel h3{
	color: #0c304b;
}

.pressRel a{
	text-decoration: none;
}

.pressRel a:hover{
	text-decoration: underline;
}

.Subscription {
    float: right;
    width: 64%;
	font-size: 70%;
	padding: 10px;
}

.Subscription h3 {
	color: #0c304b;
	font-weight: 700;
}

.Subscription  span{
	color: #ae2026;
}

.Subscription label a{
	font-weight: bold;
	color: #0c304b;
	text-decoration: none;
}

.Subscription label a:hover{
	font-weight: bold;
	color: #72161c;
	text-decoration: none;
}

.SignUpNow {
	margin: auto auto;
}

.SignUpNowButton {
	font-size: 130%;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border: 1px solid #500207;
	background: none repeat scroll 0 0 #ae2026;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	padding: 17px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out 0s;
	height: 50px;
	font-weight: 800;
}

a.SignUpNowButton {
	color: #ffffff;
}
	
.signup {
	text-align: center;
}

/* Footer */
.subfooter {
	background: url("../images/pattern-blue.png") repeat 0 0 transparent;
	margin-bottom: 0;
	border-bottom: 4px solid #70b0db;
}
.subfooter li {
	color: #e6e6e6;
}
footer {
	background: url("../images/pattern-footer.png") repeat 0 0 transparent;
	padding-bottom: 20px;
}
footer h6 {
	color: #ffffff;
	font-size: 100%;
	margin-bottom: 0;
}
footer p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 85%;
}
footer .copyright {
	padding-top: 30px;
}
footer .copyright a {
	color: #ffffff;
	font-weight: 600;
	font-size: 80%;
}
footer .contact {
	line-height: 1.2em;
	padding-top: 5px;
}
footer .footer-seal {
	top: 10px;
}
.spacer {
	padding-top: 20px;
}
.footer-nav .nav-bar {
	background: none;
	margin: 0;
}
.footer-nav .nav-bar li {
	border: none;
	font-weight: 800;
	text-decoration: underline;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    filter: dropshadow(color=rgba(0, 0, 0, 0.7), offx=1, offy=1);
}
.footer-nav .nav-bar li:hover {
	background-color: #1b3c53;
	text-shadow: none;
	filter: none;
}
.nav-bar .SocialIcons {
	float: left;
	padding-top: 7px;
	padding-left: 10px;	
}

/* Twitter */
.twitter {
	padding-top: 20px;
}
.tweet {
	border: 1px solid #70B0DB;
	background-color: #163f5e;
	margin: 4px 0;
}
.tweet p {
	padding: 5px;
	line-height: 1.2em;
	font-size: 75%;
}
.tweet a {
	color: #70B0DB;
}
.twitter-account {
	position: relative;
	top: -5px;
}
.twitter-account h4 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 122%;
	position: relative;
	left: -15px;
	top: 10px;
}

/* MEDIA QUERIES IE8 AND LOWER NEEDS ONLY FOR RESPONSIVE BEHAVIOR, PLEASE EDIT "stylesheets/media-queries.css" */
@media only screen and (max-width: 370px) {
	.social-bar a.link {
		position: relative;
		padding-top: 17px !important;
		padding-bottom: 10px !important;
		left: 16px !important;
	}
}
@media only screen and (max-width: 940px) {
	li.big-search {
		display: none !important;
	}
}
@media only screen and (min-width: 941px) {
	li.big-search {
		display: inherit;
	}
	li.small-search {
		display: none;
	}
}

@media only screen and (max-width: 940px) {
	li.big-about {
		display: none !important;
	}
}
@media only screen and (min-width: 941px) {
	li.big-about {
		display: inherit;
	}
	li.small-about {
		display: none;
	}
}