﻿/* COLORS */
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900';
/* Body background */
body {
	background:#afafaf;
}
.bodyRow, footer {
	background:url('tweed.png') fixed; 
}
#aspnetForm {
	margin-bottom:0px;
}
.portal-BarInsert .navbar-fixed-top {
	margin-right:0px;
}
h3 {
	line-height:29px;
}
h3 span {
	font-weight:300;
}
h3 a {
	text-decoration:none !important;
	color:#333 !important;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
h3 a:hover {
	color:#2980b9 !important;
}
/* Content link text */
.breadcrumbRow a:link, .breadcrumbRow .ms-WPBody a, .breadcrumbRow .ms-WPBody a:active, .breadcrumbRow .ms-WPBody a:hover,
.bodyRow a:link, .bodyRow .ms-WPBody a, .bodyRow .ms-WPBody a:active, .bodyRow .ms-WPBody a:hover,
footer a:link, footer .ms-WPBody a, footer .ms-WPBody a:active, footer .ms-WPBody a:hover
{
color:#08C;
}
/* Home Link Styles in Breadcrumb */
.breadcrumbRow ul li:first-of-type span {
	font-family:fontawesome;
	color:#A08640;
	margin-right:2px;
}
/* Footer link text */
.breadcrumbRow a:visited, .breadcrumbRow .ms-WPBody a:visited,
.bodyRow a:visited, .bodyRow .ms-WPBody a:visited,
footer a:visited, footer .ms-WPBody a:visited 
{
color:#00487F;
}
/* Portalbar background */
.portalBar .navbar-inner{
  background-color: #0099cc;
  background-image: -moz-linear-gradient(top, #0099cc, #006699);
  background-image: -ms-linear-gradient(top, #0099cc, #006699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0099cc), to(#006699));
  background-image: -webkit-linear-gradient(top, #0099cc, #006699);
  background-image: -o-linear-gradient(top, #0099cc, #006699);
  background-image: linear-gradient(top, #0099cc, #006699);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0099cc', endColorstr='#006699', GradientType=0);
}
/* Portalbar link text */
.portalBar .nav > li > a {
color:#fff;	
}
/* Portalbar vertical divider */
.portalBar .divider-vertical {
background-color:#069;
border-right-color:#09c;
}
/* Content areas background */
.headerRow .container, .bodyRow .container, footer .container {
background-color:#fff;
}
/* Footer background */
footer .container {
background-color:#efefef;
}
/* Footer copyright and unbridled background */
footer .copyrightRow .container, footer .unbridledRow .container {
background-color:transparent;
}
/* Copyright text */
.copyright {
color:#EEE;
}
/* Relative content background */
.relativeContent {
background:transparent;
}
.relativeContent address {
	margin-bottom:10px;
}
.relativeContent span {
	display:inline-block;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Header and Mobile Navigation Styles
---------------------------------------------------- */
header {
	position:relative;
}
.btn-collapse {
	position:absolute;
	right:5px;
	bottom:0px;
	background:transparent;
	background-image:none;
	border:none;
	border-radius:none;
	box-shadow:none;
	padding:0px;
}
.btn-collapse:hover {
	background-color:transparent;
}
.btn-collapse .icon-bar {
	/* Copy Styles from btn.navbar then tweak 'em */
	display: block;
	width: 24px;
	height: 3px;
	background-color: #333;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-collapse .icon-bar+.icon-bar {
	margin-top:3px;
}
.btn-collapse .icon-menu {
	font-size:11px;
	text-align:center;
	position:relative;
	bottom:2px;
	right:4px;	
}
.ie8 .btn-collapse, .ie7 .btn-collapse, .lt-ie7 .btn-collapse {
	visibility:hidden;
	display:none;
}
.leftNavContent {
	margin-top:10px;
}
/* Nav bar top level link */  
.mainNavRow .nav > li > a, .leftNavContent .nav-list > li > a  {
	color:#DDD;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
	padding:3px 6px;
	font-weight:400;
}

@media (max-width: 979px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row {
		margin-left:0px;
	}
	.leftNavContent {
		margin:0px;
		padding:0px;
	}
	.leftNavContent .well {
		padding:0px;
		min-height:0px;
		margin-bottom:0px;
		border-radius:0px;
	}
	.btn-collapse {
		visibility:visible;
		display:inherit;
	}
	.mainContent {
		margin:10px;
		padding:0px;
	}
	.relativeContent {
	margin:0px;
	padding:0px 10px;
	}
	.mainNavRow .nav > li > a, .leftNavContent .nav-list > li > a {
		padding:3px 10px;
	}
	.nav-collapse .nav {
		margin:5px;
	}
}

@media (min-width: 980px) {
	.btn-collapse {
		visibility:hidden;
		display:none;
	}
	/* mainContent area tweak */
	.mainContent {
		margin-left:0px;
		padding-left:0px;
	}
	.marginLeft {
		margin-left:0px !important;
	}
}


/* End Header and Mobile Navigation Styles
---------------------------------------------------- */
.outerContainer.headerRow {
	background-color:#FFF;
	border-bottom:2px solid #27054E;
}
/* Header text */
header h1 a {
	background-image:url('odcpBranding_01.jpg');
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:75%;
}
header h1 a, header h1 a:link, header h1 a:visited {
color:#fff;
}
/* Header background */
header {
	background-color:#FFF;
	background-image:none;
	filter:none;
}
/* Nav bar background */
.mainNavRow .navbar-inner, .leftNavContent .well {
	background-color: #333333;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}
/* Nav bar top level link hover */
.mainNavRow .nav li.dropdown.active > .dropdown-toggle:hover, .mainNavRow .nav > li > a:focus, .mainNavRow .nav > li > a:hover, .mainNavRow .nav li.dropdown.open > .dropdown-toggle, .mainNavRow .nav li.dropdown.open > .dropdown-toggle:hover, .leftNavContent .nav > li > a:hover,
/* Nav bar top level active link */
.mainNavRow .nav li.dropdown.open > .dropdown-toggle, .mainNavRow .nav li.dropdown.active > .dropdown-toggle, .mainNavRow .nav li.dropdown.open.active > .dropdown-toggle, .leftNavContent .nav-list > .active > a, .nav-list > .active > a:hover,
/* Nav bar dropdown link hover */
.mainNavRow .dropdown-menu .active > a:hover, .mainNavRow .dropdown-menu li > a:hover, .mainNavRow .dropdown-menu li > a:focus, .mainNavRow .dropdown-submenu:hover > a, 
.leftNavContent .dropdown-menu .active > a:hover, .leftNavContent .dropdown-menu li > a:hover, .leftNavContent .dropdown-menu li > a:focus, .leftNavContent .dropdown-submenu:hover > a,
.mainNavRow .dropdown-menu .active > a, .leftNavContent .dropdown-menu .active > a, .leftNavContent .nav > li > a:focus {
	color:#fff;
	background-color:transparent;
	background: rgb(152,56,53); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top,  rgba(152,56,53,1) 0%, rgba(122,6,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,56,53,1)), color-stop(100%,rgba(122,6,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#983835', endColorstr='#7a0609',GradientType=0 ); /* IE6-8 */
	
}
/* Nav bar top level active link 
.mainNavRow .nav li.dropdown.open > .dropdown-toggle, .mainNavRow .nav li.dropdown.active > .dropdown-toggle, .mainNavRow .nav li.dropdown.open.active > .dropdown-toggle, .leftNavContent .nav-list > .active > a, .nav-list > .active > a:hover {
	color:#fff;
	background:#000;	
}*/
/* Nav bar top level arrow color */
.mainNavRow .nav .dropdown-toggle .caret, .leftNavContent .nav .dropdown-toggle .caret, .mainNavRow .nav li.dropdown.open > .dropdown-toggle .caret, .mainNavRow .nav li.dropdown.active > .dropdown-toggle .caret, .mainNavRow .nav li.dropdown.open.active > .dropdown-toggle .caret, .leftNavContent .nav li.dropdown.open .caret, .leftNavContent .nav li.dropdown.open.active .caret, .leftNavContent .nav li.dropdown.open a:hover .caret {
	border-top-color:#999;
	border-bottom-color:#999;
}
/* Nav bar dropdown background */
.dropdown-menu {
	background-color:#fff;
}
/* Nav bar dropdown background arrow*/
.mainNavRow .nav > li > .dropdown-menu::after {
	border-bottom-color:#fff;
}
/* Nav bar dropdown link */
.mainNavRow .dropdown-menu a, .leftNavContent .dropdown-menu a {
	color:#666;
}
/* Nav bar dropdown link hover
.mainNavRow .dropdown-menu .active > a:hover, .mainNavRow .dropdown-menu li > a:hover, .mainNavRow .dropdown-menu li > a:focus, .mainNavRow .dropdown-submenu:hover > a, 
.leftNavContent .dropdown-menu .active > a:hover, .leftNavContent .dropdown-menu li > a:hover, .leftNavContent .dropdown-menu li > a:focus, .leftNavContent .dropdown-submenu:hover > a {
  	color: #fff;
 	background-color: #333333;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
} */
/* Nav bar dropdown link active
.mainNavRow .dropdown-menu .active > a, .leftNavContent .dropdown-menu .active > a {
	color: #fff;
 	background-color: #333333;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
} */
/* Social Styles */
.social-media a {
	background-image:none !important;
	padding:0px !important;
}
.social-media .social-media-fb {
	display:block;
	padding: 6px 0px;
	background-color:#3B5998;
	text-align:center;
	margin-bottom:5px;
}
.social-media .social-media-tw {
	display:block;
	padding: 6px 0px;
	background-color:#55ACEE;
	text-align:center;
}

.social-media .social-media-fb i, 
.social-media .social-media-tw i {
	color:#FFF;
	font-size:20px;
	margin-right:4px;
}
.social-media .social-media-fb span, 
.social-media .social-media-tw span {
	color:#FFF;
	font-size:18px;
	font-weight:300;
}
@media (max-width: 979px) { 
	.social-media .social-media-fb,
    .social-media .social-media-tw {
		margin:10px;;
	}
}

/* Table caption */
table caption {
	background-color:#efefef;
	background-image:-moz-linear-gradient(top, #ffffff, #efefef);
	background-image:-ms-linear-gradient(top, #ffffff, #efefef);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
	background-image:-webkit-linear-gradient(top, #ffffff, #efefef);
	background-image:-o-linear-gradient(top, #ffffff, #efefef);
	background-image:linear-gradient(top, #ffffff, #efefef);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
	border-color:#dfdfdf;
}
/* Agency footer border */
.enterpriseFooter {
	border-color:#ddd;
}


/* END COLORS */

/* UNBRIDLED SPIRIT */

.unbridledRow a {
/*
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-4c.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-reverse.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-blue.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-black.png");
*/
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-white.png");
}

/* Icons for older versions of IE7/8 */

.ie7 .unbridledRow a, .ie8 .unbridledRow a { /*
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-4C_sm.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-reverse.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-blue.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-black.png"); */
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-white.png");
}

/* END UNBRIDLED SPIRIT */

 
/* BEGIN Prefix Styles & Elements */
 
/* Headings */
.ms-WPBody h3 {
	font-size:24.5px;
}
H3.agencyElement-H3 {
-ms-name:"Heading 3";
}
H4.agencyElement-H4 {
-ms-name:"Heading 4";
}
H5.agencyElement-H5 {
-ms-name:"Heading 5";
}
H6.agencyElement-H6 {
-ms-name:"Heading 6";
}
/* Text Styles*/
.agencyStyle-blockquote {
-ms-name:"Block Quote";
padding:0 0 0 15px;
margin:0 0 20px;
border-left:5px solid #eee;
}
.agencyStyle-muted {
-ms-name:"Muted";
color:#999;
}
.agencyStyle-unstyled {
-ms-name:"Unstyled (Lists)";
margin-left:0;
list-style:none;
}
/* Text Markup Styles */
div.pull-left .agencyElement-divpullleft {
-ms-name:"Pull Left";
}
div.pull-right .agencyElement-divpullright {
-ms-name:"Pull Right";
}
div.clearfix .agencyElement-clearfix {
-ms-name:"Clear Fix";
}
div.well .agencyElement-well {
-ms-name:"Well (Default)";
}
div.well well-large .agencyElement-well-large {
-ms-name:"Well (Large)";
}
div.well well-small .agencyElement-well-small {
-ms-name:"Well (Small)";
}
/* Tables */
table.table-bordered .agencyElement-table-bordered {
-ms-name:"Table (Bordered)";
}
table.table-condensed .agencyElement-table-condensed {
-ms-name:"Table (Condensed)";
}
table.table-striped .agencyElement-table-striped {
-ms-name:"Table (Striped)";
}
table.table-hover .agencyElement-table-hover {
-ms-name:"Table (Hover)";
}
/* Alerts */
div.alert .agencyElement-alert {
-ms-name:"Alert (Default)";
}
div.alert alert-danger .agencyElement-alert-danger {
-ms-name:"Alert (Error/Danger)";
}
div.alert alert-info .agencyElement-alert-info {
-ms-name:"Alert (Info)";
}
div.alert alert-success .agencyElement-alert-success {
-ms-name:"Alert (Success)";
}
div.alert alert-warning .agencyElement-alert-warning {
-ms-name:"Alert (Warning)";
}
/* Image Position */
.agencyPosition-1 {
-ms-name:"Left";
float:left;
}
.agencyPosition-2 {
-ms-name:"Right";
float:right;
}
.agencyPosition-3 {
-ms-name:"Top";
vertical-align:text-top;
}
.agencyPosition-4 {
-ms-name:"Middle";
vertical-align:middle;
}
.agencyPosition-5 {
-ms-name:"Bottom";
vertical-align:text-bottom;
}
/* Image Styles */
.agencyImage-1 {
-ms-name:"Image Circle";
-webkit-border-radius: 500px;
  -moz-border-radius: 500px;
       border-radius: 500px;
}
.agencyImage-2 {
-ms-name:"Image Polaroid";
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
       box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.agencyImage-3 {
-ms-name:"Image Rounded";
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
 
/* END Prefix Styles & Elements */
.unstyled.pageList h4 a {
	font-weight:400;
}
.largerFont {
	font-size:24px;
	font-weight:300;
	line-height:30px;
	margin-bottom:20px;
}
.alert-info a {
	font-weight:700;
	text-shadow:none;
	color:#3a87ad !important;
	background-image:none !important;
	padding:0px !important;
}
.alert-info a.btn-inverse {
	padding:6px 12px !important;
	color:#EEE !important;
}
/* breadcrumb styles */
.breadcrumbRow {
	border-bottom:2px solid #A08640;
}
.breadcrumb, .breadcrumbRow {
	background: rgb(152,56,53); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top,  rgba(152,56,53,1) 0%, rgba(122,6,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,56,53,1)), color-stop(100%,rgba(122,6,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#983835', endColorstr='#7a0609',GradientType=0 ); /* IE6-8 */
}
.breadcrumb li {
	text-shadow:1px 1px 1px rgba(0,0,0,0.5) !important;
}
.breadcrumb li a {
	text-decoration:none;
	color:#FFF !important;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8) !important;
	transition:.1s color ease-in-out;
}
.breadcrumb li a:hover {
	color:#3498db !important;
}
.breadcrumb li.active {
	color:#DDD !important;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8) !important;
	display:inline;
}
/* Homepage Styles */
.carousel-caption h4 {
	font-size:24.5px;
	font-weight:300;
	margin:0px 0px 8px;
	line-height:26px;
}
.carousel-caption p {
	font-size:16.5px;
	font-weight:400;
}
.bodyRow .carousel .carousel-inner .more-link, .bodyRow .carousel .carousel-inner .more-link:hover {
	font-size:14.5px;
	font-weight:400;
	padding:3px 10px;
}




.well-homepage {
	display:block;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	-webkit-box-shadow:inset 0 0 4px 0 #27054E;
	box-shadow:inset 0 0 4px 0 #27054E;
	box-sizing:border-box;
	border:1px solid #27054E;
	background: rgb(152,56,53); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top,  rgba(152,56,53,1) 0%, rgba(122,6,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,56,53,1)), color-stop(100%,rgba(122,6,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#983835', endColorstr='#7a0609',GradientType=0 ); /* IE6-8 */

}
.well-homepage a {
	padding:10px;
	text-decoration:none !important;
	display:block;
}
.well-homepage:hover {
	background-color:#DEDEDE;
}
.well-homepage h3 {
	font-size:18px;
	line-height:18px;
	margin:0px 0px 8px 0px;
	color:#EDEDED !important;
	text-shadow:1px 1px 1px #333;
}
.well-homepage h3 i {
	margin-right:6px;
	color:#CF9A36;
}
.well-homepage p {
	margin-bottom:0px;
	color:#EFEFEF !important;
}
.p-drugs {
	overflow:hidden;
	height:250px;
	background-image:none !important;
	padding:0px !important;
}
.p-drugs img {
	width:100%;
	height:auto;
}

/* Staff Page */
.img-van {
	float:right;
	height:220px;
	margin:0px 0px 10px 10px;
}
@media (max-width: 480px) {
	.img-van {
		height:160px;
	}
}
/* Prescription Drug Disposal Location page */
.well-find {
	box-shadow:none;
	border-radius:0px;
	margin-bottom:0px;
}
.well-find h3 {
	font-weight:300;
	font-size:28px;
	margin:0px 0px 5px 0px;
	line-height:32px;
}
.well-find hr {
	margin:10px 0px;
	border-bottom:none;
	border-top:1px solid #ddd;
}
.well-find .control-group {
	margin-bottom:0px;
}
.well-find .control-label {
	text-align:center;
	font-weight:700;
	font-size:16px;
	margin-top:3px;
}
.well-find .control-label:first-of-type {
	margin-top:0px;
}
.well-find .btn-location {
	font-size:16px;
	padding:8px;
}
.well-find ul {
	border:1px solid #ccc;
	background-color:#FFF;
}
.well-find li {
	border-top:1px solid #ccc;
	padding:0px 0px 0px 10px;
}
.well-find li:first-of-type {
	border-top:none;
}
.well-find li .directions a {
	color:#3498db !important;
	text-decoration:none !important;
	padding:0px !important;
	background-image:none !important;
	text-align:center;
	padding:0px !important;
	display:block;
	position:relative;
	bottom:5px;
}
.well-find li .directions a i {
	display:block;
	text-align:center;
	font-size:30px;
}
.well-find li h4 {
	margin:10px 0px 5px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #DEDEDE;
}
.well-find .drugInfo {
	display:inline-block;
	width:75%;
	vertical-align:top;
	padding-right:10px;
	box-sizing:border-box;
}
.well-find .directions {
	display:inline-block;
	width:25%;
	height:100%;
	vertical-align:top;
	box-sizing:border-box;
	border-left:1px solid #DEDEDE;
	margin-top:5px;
}
#GeoMessage {
	margin-top:10px;
}
#GeoMessage i {
	margin-right:8px;
}
.countydd {
	width:100%;
	font-size:20px;
	margin-bottom:0px;
	height:35px;
}
.well-find ul li address {
	margin-bottom:0px;
}

@media (max-width: 767px) { 
.well-find {
	padding:10px;
}
.well-find .drugInfo {
	width:65%;
}
.well-find .directions {
	width:35%;
}
}

/* button outline */
.btn-outline {
	background-image:none !important;
	padding:6px 12px !important;
	background-color:#FFF;
	border:1px solid #333;
	border-radius:0px;
	color:#333 !important;
	text-decoration:none !important;
	transition:all 0.25s ease-in-out !important;
	text-shadow:none;
}
.btn-outline:hover {
	background-color:#2980b9 !important;
	color:#FFF !important;
	border-radius:4px;
}
.btn-outline i {
	margin-right:8px;
}
.img-drugfree {
	float:right;
	margin:0px 0px 10px 10px;
}
.alert-info {
	padding:13px;
}
.alert-info h4 {
	margin-bottom:10px; margin-top:5px;
	font-size:22px;
	line-height:24px;
}
.alert-info p {
	margin-bottom:10px;
}
/*.alert-info a {
	color:#FFF !important;
	padding:6px 12px 6px 28px !important;
	background-position:7px 7px !important;
	background-repeat:no-repeat;
}*/
/* Asset Forfiture Page */
.well-rightRel {
	float:right;
	max-width:290px;
	margin-bottom:20px;
	min-width:200px;
	margin-left:20px;
}
.well-rightRel img {
	margin-bottom:10px;
}
@media (max-width: 480px) { 
	.well-rightRel {
		margin-left:0px;
		display:block;
		float:none;
		min-width:initial; max-width:initial;
	}
}
/* Treatment Center Add Resources */
.agency {
	box-sizing:border-box;
	border:2px solid #EEE;
	margin-bottom:20px;
}
.agency  {
	background-color:#FFF;
	border-bottom:2px solid #EEE;
}
.agency  img {
	width:100%;
	height:auto;
	margin-bottom:0px;
	background-color:#FFF;
	border-bottom:2px solid #EEE;
}
.agency  {
	padding:0px;
}
.agency h4 {
	font-weight:700;
	margin:10px
}
.agency p {
	margin:0px 10px 10px 10px;
}
.agency p a {
	display:inline-block;
}
.agency a {
}

.well-HELP {
	background: rgb(152,56,53); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top,  rgba(152,56,53,1) 0%, rgba(122,6,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,56,53,1)), color-stop(100%,rgba(122,6,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(152,56,53,1) 0%,rgba(122,6,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#983835', endColorstr='#7a0609',GradientType=0 ); /* IE6-8 */
	border-radius:0px;
}
.well-HELP h4 {
	color:#FFF;
	font-weight:400;
	text-shadow:2px 2px 2px #333;
	font-size:22px;
	margin-bottom:15px;
}
.well-HELP p {
	color:#FFF;
	margin-bottom:0px;
}
.btn-help {
	margin-bottom:10px;
	border-radius:4px;
	border:1px solid #FFF;
	color:#FFF;
	box-shadow:none;
	font-size:15.5px;
	text-shadow:2px 2px 2px #333;
	background-color:rgba(100, 100, 100, 0.2);
	text-decoration:none;
	transition:.2s background-color ease-in-out;
	padding:4px 12px;
	margin-bottom:15px;
	display:block;
	text-align:center;
}
.btn-help:hover {
	background-color:rgba(100, 100, 100, 0.6);
	color:#FFF;
	text-decoration:none;
}
.btn-help a {
	text-decoration:none;
	color:#FFF !important;
}



/* MEDIA QUERIES */
/* Smartphone (landscape) ------------------------ */ 
@media (min-width: 480px) and (max-width: 767px) {
}

/* Tablet (portrait) and lower styles go here ------------------------ */ 
@media (max-width: 767px) {
	body {
		padding-right:0px;
		padding-left:0px;
	}
	header h1 a {
		background-size:contain;
		padding-left:15px;
}

}

/* Tablet (portrait) to desktop ------------------------ */
@media (min-width: 768px) and (max-width: 979px){
}
/* Tablet (landscape) and lower styles go here  ------------------------ */
/* This is also the breakpoint for the top nav */
@media (max-width: 979px) {
.btn-location {
	margin-bottom:20px;
}
}

/* Desktop and Tablet Landscape ------------------------ */
@media (min-width: 981px) {
}

/* Large desktop ------------------------ */
@media (min-width: 1200px) {
}

/*END MEDIA QUERIES */

/* Hide Iconize on a link */
.bodyRow a[href *=".com"].no-icon, .bodyRow a[href *=".net"].no-icon, .bodyRow a[href *=".org"].no-icon, .bodyRow a[href *=".edu"].no-icon, .bodyRow a[href$='.doc'].no-icon, .bodyRow a[href$='.docx'].no-icon, .bodyRow a[href$='.rtf'].no-icon, .bodyRow a[href$='.txt'].no-icon, .bodyRow a[href$='.xls'].no-icon, .bodyRow a[href$='.xlsx'].no-icon, .bodyRow a[href$='.rss'].no-icon, .bodyRow a[href$='.atom'].no-icon, .bodyRow a[href$='.pps'].no-icon, .bodyRow a[href$='.ppt'].no-icon, .bodyRow a[href$='.pdf'].no-icon, .bodyRow a[href$='.PDF'].no-icon, .bodyRow a[href$='.fla'].no-icon, .bodyRow a[href$='.swf'].no-icon, .bodyRow a[href$='.zip'].no-icon, .bodyRow a[href$='.rar'].no-icon, .bodyRow a[href$='.gzip'].no-icon, .bodyRow a[href$='.bzip'].no-icon, .bodyRow a [href$='.ace'].no-icon, .bodyRow a[href$='.ical'].no-icon, .bodyRow a[href$='.jpg'].no-icon, .bodyRow a[href$='.gif'].no-icon, .bodyRow a[href$='.png'].no-icon, .bodyRow a[href$='.bmp'].no-icon, .bodyRow a[href$='.jpeg'].no-icon, .bodyRow a[href$='.svg'].no-icon, .bodyRow a[href$='.eps'].no-icon, .bodyRow a[href$='.mp3'].no-icon, .bodyRow a[href$='.wav'].no-icon, .bodyRow a[href$='.ogg'].no-icon, .bodyRow a[href$='.wma'].no-icon, .bodyRow a[href$='.m4a'].no-icon, .bodyRow a[href ^="mailto:"].no-icon,

/* Hide Iconize on a list item link */
.bodyRow li a[href *=".com"].no-icon, .bodyRow li a[href *=".net"].no-icon, .bodyRow li a[href *=".org"].no-icon, .bodyRow li a[href *=".edu"].no-icon, .bodyRow li a[href$='.doc'].no-icon, .bodyRow li a[href$='.docx'].no-icon, .bodyRow li a[href$='.rtf'].no-icon, .bodyRow li a[href$='.txt'].no-icon, .bodyRow li a[href$='.xls'].no-icon, .bodyRow li a[href$='.xlsx'].no-icon, .bodyRow li a[href$='.rss'].no-icon, .bodyRow li a[href$='.atom'].no-icon, .bodyRow li a[href$='.pps'].no-icon, .bodyRow li a[href$='.ppt'].no-icon, .bodyRow li a[href$='.pdf'].no-icon, .bodyRow li a[href$='.PDF'].no-icon, .bodyRow li a[href$='.fla'].no-icon, .bodyRow li a[href$='.swf'].no-icon, .bodyRow li a[href$='.zip'].no-icon, .bodyRow li a[href$='.rar'].no-icon, .bodyRow li a[href$='.gzip'].no-icon, .bodyRow li a[href$='.bzip'].no-icon, .bodyRow li a [href$='.ace'].no-icon, .bodyRow li a[href$='.ical'].no-icon, .bodyRow li a[href$='.jpg'].no-icon, .bodyRow li a[href$='.gif'].no-icon, .bodyRow li a[href$='.png'].no-icon, .bodyRow li a[href$='.bmp'].no-icon, .bodyRow li a[href$='.jpeg'].no-icon, .bodyRow li a[href$='.svg'].no-icon, .bodyRow li a[href$='.eps'].no-icon, .bodyRow li a[href$='.mp3'].no-icon, .bodyRow li a[href$='.wav'].no-icon, .bodyRow li a[href$='.ogg'].no-icon, .bodyRow li a[href$='.wma'].no-icon, .bodyRow li a[href$='.m4a'].no-icon, .bodyRow li a[href ^="mailto:"].no-icon {
	background: none;
	padding: 0px 0px 0px 0px;
	background-position:inherit;
	background-repeat:no-repeat;
}

.hide-this {
	display:none;
	visibility:hidden;
}
.table-board caption {
	font-size:18px;
	font-weight:700;
	background-color:transparent;
	background-image:none;
	fitler:none;
	border:0px solid transparent;
}
.table-board thead {
	display:none;
	visibility:hidden;
}
.table-board tbody tr td, .ms-WPBody td {
	font-size:12px;
}



/* Stop Overdoses Styles */
.stop-overdoses {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:15.5px;
}
.stop-overdoses .headerRow {
	background:#DCDDD8;
	border:none;
}
.stop-overdoses .headerRow .container {
	background:transparent;
}
.stop-overdoses .headerRow .navbar {
	margin:0px;
}
.stop-overdoses .headerRow .navbar .navbar-inner {
	min-height: 46px;
    padding-right: 0px;
    padding-left: 0px;
    background: transparent;
    background-image:none;
    filter: none;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.stop-overdoses .headerRow .navbar .brand {
	text-shadow:none;
	color:#fff;
	display:none;
}
.stop-overdoses .headerRow .navbar .nav > li > a {
	text-shadow:none;
	color:#29303a;
	padding:13px 15px;
	font-weight: 400;
    font-size: 16px;
}
.stop-overdoses .headerRow .navbar .nav > li > a:hover,
.stop-overdoses .headerRow .navbar .nav > li > a:active,
.stop-overdoses .headerRow .navbar .nav > li > a:focus {
	border-bottom:3px solid #f22613;
	background:#f1f1f1 !important;	
}
.stop-overdoses .headerRow .navbar .nav > li.active > a,
.stop-overdoses .headerRow .navbar .nav > li.active > a:hover,
.stop-overdoses .headerRow .navbar .nav > li.active > a:focus,
.stop-overdoses .headerRow .navbar .nav > li.active > a:active {
	background:#f1f1f1 !important;	
	border-bottom:3px solid #f22613;
	color:#29303a;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.stop-overdoses .headerRow .navbar .btn-navbar {
	color:#FFF;
	background-image:none;
	filter:none;
	background-color:#29303a;
	margin-bottom: 6px;
}
.stop-overdoses .hero {
	background:#8f9299;
	color:#fff;
	padding:80px 0px;
	position:relative;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('Images/background-grayblue.jpg');
}
.stop-overdoses .hero .container {
	position:relative;
	z-index:3;
}
.stop-overdoses .hero img {
	display:inline-block;
	vertical-align:text-bottom;
	height:50px;
	width:50px;
}
.stop-overdoses .hero h4 {
	font-size:24px;
	font-weight:300;
}
.stop-overdoses .hero h2 {
	display:inline-block;
	font-size:70px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:900;
	color:#f22613;
	margin-bottom:20px;
}
.stop-overdoses .hero h2 span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#fff;
}
.stop-overdoses .hero p.lead {
	font-size:24px;
	font-weight:300;
	display:inline-block;
	border-bottom:1px solid #fff;
	padding-bottom: 10px;
    margin-bottom: 15px;
}
.stop-overdoses .hero p.call {
	font-size:24px;
	font-weight:300;
}
.stop-overdoses .hero p.call strong {
	background:#f22613;
	padding:0px 6px;
	border-radius:2px;
	font-weight:900;
}
.row-cta .stop-cta {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	display:block;
	-webkit-box-shadow:inset 0 0 120px 40px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 120px 40px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.row-cta .stop-cta:hover,
.row-cta .stop-cta:active,
.row-cta .stop-cta:focus {
	-webkit-box-shadow:inset 0 0 30px 10px rgba(0,0,0,0.3);
	box-shadow:inset 0 0 30px 10px rgba(0,0,0,0.3);
}
.row-cta span {
	background:#29303a;
	border-left:5px solid #f22613;
	font-weight:900;
	font-size:18px;
	color:#fff;
	padding:10px 15px;
	margin:150px 0px 20px 0px;
	text-align:left;
	display:inline-block;
}
.row-cta .cta1 {
	background-image:url('Images/map-background-state.jpg');
}
.row-cta .cta2 {
	background-image:url('Images/Guy1.jpg');
}
.row-cta .cta3 {
	background-image:url('Images/Help.jpg');
}
.stop-overdoses .stop-cta img {
	display:none;
}

.stop-overdoses .main-content {
	background:#FFFFFF;
	padding:25px 0px
}
.stop-overdoses .main-content h3,
.stop-overdoses .main-content h4 {
	color:#fff;
	padding:10px 15px;
	border-left:5px solid #f22613;
	background:#29303a;
	margin:0px 0px 15px 0px;
}
.other {
	color:#EAEAEA
}
.stop-overdoses footer {
	background:#29303a;
}
.stop-overdoses footer .container,
.stop-overdoses .footerRow > .container {
	background:transparent;
	border:none;
}
.stop-overdoses footer a {
	color:#eee !important;
}
.stop-overdoses .well {
	text-align:left;
}
.stop-overdoses .well p.lead {
	margin-bottom:10px;
	font-weight:300;
}
.stop-overdoses .well select {
	display:block;
	width:100%;
}
.stop-overdoses .well .btnSearch,
.stop-overdoses .well .btnSearch i {
	color:#333 !important;
}
.stop-overdoses .well .btnSearch {
	font-size: 16px;
    padding: 6px 10px;
}
.stop-overdoses .well .input-append input[type="text"] {
	font-size:16px;
	padding:6px 8px;
	height:auto;
}
.stop-overdoses .contact-well {
	padding:20px;
	background-color:#f7f8ff;	
}
.stop-overdoses .contact-well .control-group {
	margin-bottom:10px;
}
.stop-overdoses .contact-well .control-group .help-block {
	display:none;
}
.stop-overdoses .contact-well .control-label {
	float:none;
	width:100%;
	padding-top:0px;
	text-align:left;
	color:#333;
}
.stop-overdoses .contact-well .controls {
	margin-left:0px;
}
.stop-overdoses .contact-well .controls .form-control {
	width:97%;
	display:block;
}
.stop-overdoses .contact-well .form-actions {
	background:transparent;
	border:0px;
	padding:0px;
	margin:0px;
}
.stop-overdoses .contact-well .form-actions .btn-primary {
	
}
.stop-overdoses .accordion-group {
	border:none;
	margin-bottom:4px;
}
.stop-overdoses .accordion-inner {
	border:none;
	background-color:#f7f8ff;
}
.stop-overdoses .accordion-heading a {
	background-color:#29303a;
	color:#fff !important;
	font-size:16px;
	padding:12px 15px;
	border-radius:3px 3px 0px 0px;
	border:none;
	position:relative;
	text-decoration:none;
}
.stop-overdoses .accordion-heading a:after {
	font-family:'fontawesome';
	content:'\F068';
	right:10px;
	top:10px;
	position:absolute;
}
.stop-overdoses .accordion-heading a.collapsed:after {
	content:'\F067';
}
.stop-overdoses .accordion-heading a > i {
	float:right;
	position:relative;
	top:3px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-decoration:none;

}
.stop-overdoses .accordion-heading a.collapsed {
	border-radius:3px 3px 3px 3px;
}
.stop-overdoses .accordion-heading a.collapsed > i {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);

}

.stop-overdoses .accordion-body {
	background-color:#fff;
	border-radius:0px 0px 3px 3px;
}
.stop-overdoses .accordion-body hr {
	margin:5px 0px;
}
.row-flip .span6 {
	float:right;
}
.list-agencies {
	list-style:none;
	text-align:center;
	margin:0px 0px 15px 0px;
}
.list-agencies li {
	vertical-align:top;
	display:inline-block;
}
.list-agencies li a {
	display:block;
	width:140px;
	padding:5px;
	color:#333 !important;
}
.list-agencies li img {
	height:140px;
	width:140px;
	overflow:hidden;
	border-radius:8px;
	border:1px solid #ddd;
}
.list-agencies li span {
	display:block;
	margin-top:5px;
}
.bottom-section {
	background:#DCDDD8;
	margin-bottom:-25px;
	padding:20px 0px 10px 0px;
}
.bottom-section p.text-center a {
	color:#333;
	text-decoration:underline;
}
.well-naloxone {
    background-color: #c4232d;
    color: #fff;
    padding: 10px 19px;
    margin-bottom:20px;
}
.stop-overdoses .main-content .well-naloxone h3 {
	color:#fff;
	background:transparent;
	border-left:none;
	padding:0;
	margin-top:10px;
}
.btn-doc {
	background:#c4232d;
	color:#fff !important;
	font-size:18px;
	font-weight:400;
	padding:8px 12px;
	border-radius:4px;
	border:1px solid #d82732;
	display:inline-block;
	-webkit-transition: background 0.15s ease;
	-moz-transition: background 0.15s ease;
	-ms-transition: background 0.15s ease;
	-o-transition: background 0.15s ease;
	transition: background 0.15s ease;
}
.btn-doc:hover,
.btn-doc:active,
.btn-doc:focus {
	background:#d82732;
	text-decoration:none;
}
.btn-doc i {
	margin-right:8px;
}
/* Large desktop */
@media (min-width: 1200px) { }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.row-cta .span4 {
		width:33.33%;
		float:left;
	}
	.row-flip .span6 {
		float:none;
	}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.row-flip .span6 {
		float:none;
	}
	.stop-overdoses .main-content {
		padding:20px 10px 25px 10px;
	}
	.stop-overdoses .hero {
		background-image:url('Images/background-at-mobile-dark.jpg');
		background-position:center;
		padding:20px 10px;
	}
	.stop-overdoses .hero img {
		height:30px;
		width:30px;
	}
	.stop-overdoses .hero h2 {
		font-size:36px;
		margin-bottom:0px;
	}
	.stop-overdoses .hero h2 span {
		
	}
	.stop-overdoses .hero p.lead,
	.stop-overdoses .hero p.call {
		font-size:18px;
	}
	.stop-overdoses .stop-cta {
		background-image:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		padding:10px;
		margin-bottom:10px;
		background-color:#29303a;
		position:relative;
	}
	.stop-overdoses .stop-cta:hover,
	.stop-overdoses .stop-cta:active,
	.stop-overdoses .stop-cta:focus {
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.stop-overdoses .stop-cta:after {
		font-family: 'fontawesome';
	    content: '\F105';
	    position: absolute;
	    right: 10px;
	    color: #ddd;
	    font-size: 30px;
	    top: 27px;
   	}
	.stop-overdoses .stop-cta span {
		margin: 0px 0px 0px 8px;
	    border-left: none;
	    background: none;
	    padding: 10px 0px 0px 0px;
	    border-bottom: 3px solid #f22613;
	    font-weight:300;
   	}
	.stop-overdoses .stop-cta img {
		height:60px;
		display:inline-block;
	}

}
 
/* Landscape phones and down */
@media (max-width: 480px) { }
@media (max-width: 480px) {
	.enterpriseFooterLinks a, .agencyFooterLinks a{
	    background:transparent !important;	
	}
}

