<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************             Opioids        **********************************/

h1 {
	font-family: 'Roboto Condensed', sans-serif;  /*	font-family: Helvetica, Arial; */
	color: #000000;
	font-size: 1.75em;
		
}

.tagline a:hover {
	text-decoration:underline;
}

.column {
	float:left;
	width: 25%;
	padding: 4px;
	box-sizing: border-box;
	height: 15%;
}

.row {
	height: 150px;
	padding : 4px;
	vertical-align:middle;
}

.button {
	background-color: orange;
	color: black !important;
	border: 2px solid black;
	padding: 10px 15px !important;
	text-align: center;
	font-size:24px; 
	font-family:'Roboto Condensed', sans-serif;
	height:125px;
	width:200px;
	border-radius: 4px;
}

.button:hover {
	background-color: black;
	color:orange;
	border: 2px solid orange;
	padding: 10px 15px;
	text-align: center;
	font-size:24px;
	font-family: 'Roboto Condensed', sans-serif;
	height:125px;
	width:200px;
	border-radius: 4px;

}

.row::after {
    content: "";
    clear: both;
    display: table;
    box-sizing: border-box; 
}


.img-left {
			float:left;	
			padding-right: 20px;
			padding-bottom: 10px;
}

.img-right {
			float:right;
			padding-left: 20px;	
			padding-bottom: 10px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
    padding-bottom: 20px;
}

.bodyContent {
	font-family:'Roboto Condensed', sans-serif;  /*	font-family: Helvetica, Arial; */
	color: black;
	font-size: 25px ;
	line-height:.75;

	}

.alignCenter{
	text-align:center;		
}

.alignLeft{
	text-align:left;		
}
.bodyContent a {
	font-family:'Roboto Condensed', sans-serif; /*	font-family: Helvetica, Arial; */
	color: black;
	line-height:1.25;
	text-decoration:none;
	}
.bodyContent p {
	text-align:left;
	}


.navbar {
	margin: 0;
	font-size: 0.75em; 
	font-family: Helvetica, Arial, sans-serif;
}
.navbar ul {
    list-style-type: none;
    overflow: hidden;
   	margin: 0;
    padding: 0;
    
}

.navbar li {
    float: left;
    padding-left:5px;
}

.navbar li a {
    display: block;
    color: #666;
    text-align: center;
   	padding: 14px 16px;
    text-decoration: none;
    margin: 0;
}

.navbar li a:hover:not(.active) {
	border-bottom: 5px solid #999;
	
}

.navbar li a.active {
    font-weight: bold;
    border-bottom: 5px solid #4CAF50;
}

.bigLink a {
	line-height:1.6;
	font-size:1.17em;		
	font-weight:bold;
	color: #48525B;
	text-decoration:underline;
}

.bigLink a:hover {
	color: #339933;
}


</pre></body></html>