body {
	/*box-shadow: 0px 0px 0px 0 !important;*/
	color: #3D3C3A;
	line-height: 1.5;
	margin:0px;
}

html,body{
	font-family:"Open Sans", Verdana, Arial, sans-serif;
	font-size:15px;
}


/*
html,body{
   min-height:101%;
}
*/
* {
  box-sizing: border-box;
}
/*--------------------- COLORS ---------------------
nav, grayAlert: background #f1f1f1
border #d6d6d6
text --- body color: #3D3C3A; visited & active link color:#405caf;headings #192858
h2 #192858
title bar, button text, roundAlert #fff background #192858;
red: #e11d39

*/
/*--------------------- Built in defaults ---------------------*/

a#HPAI2022 {color: #e11d39 !important;
	font-weight: bold;}

a:visited, a:link, a:active {
    text-decoration: none;
}
a:visited, a:link {
    color:#405caf;
}
a:hover {
    text-decoration: underline;
}
/*
.title1 {
    color: #192858 !important;
    font-size: 2em;
    display:inline-block;
}

.title2 {
    color: #192858 !important;
    font-size: 1.5em;
}
*/
.noBorder {border:none;}
img {border-style:none;}
li img:hover {opacity:1.0;}
li {
	margin-bottom:5px;
}


h1 {
	padding:10px 0 18px 0;
	border-bottom: 1px solid #d6d6d6;
}
h2 {
	color: #192858 !important;
	border-top:1px solid #d6d6d6;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {color: #192858 !important;}

div.w3-threequarter:first-child h2, div.rightOfLeftNav:first-child h2  {
  border:none;
 }
h1+h2 {border:none;}

h1,h2,h3 {font-weight:400;margin:10px 0}

h3 {margin-bottom:0 !important;color: #3D3C3A;}
h3 + p {margin-top:0;}
h4 {font-size:1em;font-weight:bold;margin:2px 0;}

#officeClosing {
	background-color:#DAA520; 
	text-align: center; 
	color: white; 
	font-size: 18px; 
	margin-bottom: 4px;
}
/*--------------------- SEARCH ---------------------*/
#google-cse-results iframe {
    height:1860px; width:100%;
}
#searchButton {
  background-color: white;
  color: black;
  border: solid;
  display:inline-block;
  outline:0;
  padding:6px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none !important;
  text-align:center;
  cursor:pointer;
  white-space:nowrap;
  border:1px solid #ccc!important;
  margin-left:0px; 
  max-width:100%;
  height:35px;
  margin-top: 9px;
  margin-bottom: 9px;
}
#searchButton:hover {
  background-color: #ccc;
}
#searchButton:focus {
  background-color: #ccc;
}
.form-search {
  display: inline-block !important;
  float: right;
}
#q {
  font-size:12px !important;
  padding:8px; 
  overflow:visible;
  display:inline-block;
  border:1px solid #ccc !important;
  max-width:100%;
  height: 35px;
  margin-top:9px;
  margin-bottom:9px;
}
#googleform {
	font-weight:bold;
	text-align:center;
	margin:2px auto !important;
}
#googleform label {
	display: inline-block;
	width:100%;
}







/*--------------------- Misc ---------------------*/
#buttonDiv {
width:100%;
height:155px;
}

#buttonDiv a:hover img, a:hover .footerButton {
box-shadow: 5px 10px 8px #888888;
}



.small {
    font-size: .9em;
}

.title {
    text-align: center;
    color: #FFF !important;
    background-color: #192858;
    font-weight: bold;
	/*background-color: #282971;*/
}


.divclear {
	clear:left;
	line-height:0;
	height:0;
}

/*.cinfo {
    padding-left: 20px;
}*/

.formTxtBox {
    color: #000!important;
    background-color: #f1f1f1!important;
}

.blueButton, .lightButton {
    border:1px solid #ccc!important;
}
.blueButton, .blueButton:hover, .lightButton:hover {
    background-color:#192858!important;
    color:#fff!important;
}
.blueButton:hover, .lightButton:hover {
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19)!important;
    cursor: pointer;
}
#main {
	position: relative;
	min-height:100%;
	padding-top: 18px;
	padding-bottom: 24px;
}
.ranker, .w3-dropdown-content a {
	color: black !important;
}
#content {

	width: 90%;
	background-color:#fff;
	max-width:1000px;
	margin-right: auto;
	margin-left: auto;
	/* background-repeat:repeat-y;*/
}
.fa-home {color: black !important;}

/* use secondlevel for all secondary, indented items --- only used on web_policy*/
.secondlevel {
	margin-top: 10px;
	margin-left: 40px;
}
/*p.insetbox, div.insetbox {
	margin-top: 20px;
	padding: 12px;
}*/

/*--------------------- ALERTS ---------------------*/

.grayAlert {
	background-color:#f1f1f1;
	border: 1px solid #d6d6d6;
	padding:16px;
	border-radius:8px;
}

.round-alert {
    border-radius:16px;
    padding:8px 16px;
    font-weight: bold; 
    background-color: #192858;
    color: #fff;
    margin:16px;
}
.round-alert a {color: white;}

/*--------------------- Data border table (Left, Center, Right) ---------------------*/


table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
table td {
	vertical-align:top;
	padding: 6px 4px;
}
caption {
	text-align:left;
	font-size: 110%;
	font-weight: bold;
	color: #192858;
	margin:8px 0; 
}
table.databorder th, table.databorderleft th, table.databordercenter th, table.border th {
	background-color: #f1f1f1;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #3D3C3A;
}
.icon {width:3em;}

table.databorder td, table.databorderleft td, table.databordercenter td, table.border td {
	border: 1px solid #3D3C3A;
}
td.center {text-align:center;}
table.databorderleft td {text-align:left;}
table.databordercenter td {text-align:center;}
table.databorderleft td.datecolumn, table.databordercenter td.datecolumn {
    /* On left and center aligned tables align datecolumns to the right */
	text-align: right;
	white-space:nowrap;
}
.meetings .datecolumn {
	width:35%;
}

#ruleProposals td {
	font-size:.9em;
	line-height:1.25em;
}
/*--------------------- BORDERLESS TABLE ---------------------*/


table.data, table.noBorder, .noBorder td, .noBorder th {
	border-style:none;
} 

table.data th {
	display:none;
}
td.datecolumn {
	text-align: right;
	white-space:nowrap;
}

.brochureTable {
	border-bottom:1px solid #d6d6d6;
	width:80%;
	margin-bottom:20px;
}
.brochureTable th:first-child {
visibility:hidden;
}
.brochureTable th {font-size: 0.625em;
	background:none;
	}
.brochureTable tr:last-child td {padding-bottom:20px;}

/*--------------------- Homepage stuff ---------------------*/
.slide-box {width:100%; height:0px; padding-bottom: 50%; overflow:hidden; position:relative; }
.slide img {position:absolute;width: 100%;height: auto; }
.slide {opacity: 0;position: absolute;height: 100%;width: 100%;}
.pause {
    -webkit-animation-play-state:paused !important;
    -moz-animation-play-state:paused !important;
    -o-animation-play-state:paused !important; 
    animation-play-state:paused !important;
}
#moons {color: white;z-index: 3;}
#moons:hover {cursor: default;}
/*.moonSelected {color: #192858;}*/
.moonSelected {color: #c59329;}
.main_spot {
	border-width: 0px 1px 0px 0px; 
	border-style: solid; 
	border-color:#D6D6D6;
	padding-left: 10px;
	padding-right: 5px;
}
.news_spot {
	padding-left: 10px;
	margin-bottom: 50px;
}

/*--------------------- Navigation ---------------------*/
#topNav {
    background-color: #f1f1f1;
}
#genericTopNav {
	background-color:#f1f1f1 !important;
	border-color:#d6d6d6;
	border-style: solid; 
	border-width: 1px 0px 1px 0px; 
	text-align: center; 
}
.leftNav_Container {
	padding-top: 10px;
	top: 0;
	width: 100%;
	z-index: 1;
}

.leftNav a {
	padding-right: 16px;
	padding-left: 16px;
}

.leftNav a.newSection {
	padding-right: 16px;
	padding-left: 16px;
	border-top: 1px solid #d6d6d6;
}

.leftNav a:link, .leftNav a:visited, .leftNav a:hover, .leftNav a:active  {
	text-decoration:none;
    color:#000 !important;
}
.leftNav {
	position: absolute;
    	border: 1px solid #d6d6d6;
	width:230px;
	float: left !important;
	background-color: #f1f1f1 !important;
	line-height:1.2em;
	font-size:0.9em;
}
.rightOfLeftNav {
	margin-left: 230px;
}
.ranker {
    padding-left: 8px !important;
    padding-right: 8px !important;
}


/*--------------------- Navigation with subgroups on the left ex: elk-deer page; removed delete 8/31/2021 ---------------------*/
/* .the_mark {
    width:100%;
    white-space: inherit;
    text-align: left;
}
.is_small {
    display: block;
    font-size: 14px;
    margin-left: 15px;
}
.is_big {
    font-weight: bold;
}
*/
/*--------------------- hr ---------------------*/
.the_whole {
    width: 100%;
}
.the_whole .spanner {
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    border-top: 1px solid #f1f1f1;
}
/*margin:20px 0} */

/*--------------------- Footer ---------------------*/
#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background: #f1f1f1;
	color: #666;
	font-size: 0.6em;
	clear: both;
	text-align: left;
}

.footerlist {
	float:left;
	display:block;
	list-style-type:none;
}

.footerlist a {
	color:#333;
}

.footerlist .listheader {
	font-weight:bold;
}

.socmediaimg, .socmediaimg:link, .socmediaimg:visited {text-decoration:none;}

.socmediaimg img {
	margin: .2em;
	width:32px;
	height:32px;
	border-radius: 6px;
}

.footerButton {
	width:197px;
	height:50px; 
	/*box-shadow: 4px 4px 2px grey; moved to hover state*/
	margin: 6px 0;
}
/*--------------------- Used in brochures ---------------------*/
.brochures {
    line-height: 1em;
}

.brochures ul li {
    list-style-type: none;
}
/*--------------------- Used in CONTACT ---------------------*/
.contact {
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .1em;
}

.contacts {
    line-height: 1.2;
}

.contacts ul {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 8px;
    min-height: 83px;
}

.contacts h4 {
    margin-left: 0px!important;
    margin-bottom: 0px;
    color: #282971;
}

.contacts p {
    margin-top: 2px;
    margin-bottom: 8px;
}

.morelink {
    color: #405caf;
}
.morelink:hover {

    cursor: pointer;
    text-decoration: underline;
}

.co {
    display: none;
}
/*--------------------- Used in genericBanner.html ---------------------*/
/*.banner {
    width: 100%;
}
*/
html>body #banner {
	height: auto;
}

#banner {
	position: relative;
	clear: both;
}
.anchor_hook {
	display:block;
	height:90px;
	margin-top:-90px;
	visibility:hidden;
}


/*--------------------- The right list on many pages ex: /animal_health/cattle/ ---------------------*/
.rightlist {
    list-style: none;
    font-size: 13px;
    padding-left: 20px;
}

.rightlist li {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 6px 0px;
}
.rightlist li h2 {
    padding-left:8px;
}
.rightlist, .one_list, .two_list
{
    list-style: none;
    font-size: 13px;
    padding-left: 20px;
}

/*--------------------- Rule Proposals: /regs/proposals. ---------------------*/
#proposals dt {
	margin-top:12px;
}

/*--------------------- Embedded Youtube Video ---------------------*/
/* avianinfluenza, elk-deer, fevertick, naturaldisaster, poultry */
.video-container {
	position:relative;
	padding-bottom: 56.25%;
    overflow: hidden;
	margin-bottom:32px;
}


.video-container iframe, 
.video-container object, 
.video-container embed {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

		/*--------------------- elk-deer & fevertick ---------------------*/
		.vid-bind {
			margin: 10px 10px 10px 0px;
			width:65%;
		}
		@media(max-width: 600px) {
			.vid-bind {
				width: 100% !important;
			}
		}


/*--------------------- Audio ---------------------*/
.audio, .audio ul {
	margin:0;
	padding:0;
	list-style:none;
}
.audio li {
	display:block;
	margin:0;
	padding:0;
	margin-bottom:1px;
}
.audio ul li {
	text-indent:4px;
}



/* ---------------------------- LISTS ------------------------------ */

ul.twoColumn {
	-webkit-column-count: 2;
    -moz-column-count: 2;	
	column-count: 2;
	column-rule: none;
	list-style-type: none;
	margin-bottom:3em;
} 
ul.twoColumn:after {
	content: '';
	width: 100%;
	display: inline-block;
}
.noBullet {
	list-style-type: none;
}
.noMarginTight, .noMarginTight li {
	margin: 0;
	padding:0;
}

/*
.grid_list {
	clear:both;
	width:100%;
}
.grid_list ul {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    list-style: none outside none;
}
.grid_list li {
    border: 1px solid #bbb;
    display:table;    
    float: left;
    height: 114px;
    line-height: 1.25em;
    margin: 16px 8px 0 0;
    padding: 4px;
    text-align: center;
    width: 110px;
}
.grid_list li a {
	display: table-cell;
	height: 114px;
	vertical-align:middle;
}
.grid_list a:active,
.grid_list a:hover,
.grid_list a:link,
.grid_list a:visited,
.grid_list div a:active,
.grid_list div a:hover,
.grid_list div a:link,
.grid_list div a:visited {
    color:#666;
    font-weight:bold;
    text-decoration: none;
 }
.gridlist li img {
	opacity:0.6;
}
*/

/* ---------------------------- FORMS ------------------------------ */
#requestresponse {
	margin: 0 18px;
	color: #C00;
	text-align: center;
	font-size:1.1em;
}


.grecaptcha-badge{
	 visibility: collapse !important;  
 }


/* ---------------------------- ENTRY PAGE ------------------------------ */
.tbl {
    display: table;
    width: 100%;
}
.hed {
    display: table-cell;
    vertical-align: middle;
}
.nonblue:hover, .w3-hover-opacity {
    text-decoration: none;
    color:#3D3C3A;
}
.title
{
    font-size: 18px;
    text-align: center;
    color: #FFF !important;
    background-color: #282971;
    font-weight: bold;
    margin-top:14px;
}
 .box1, .box2 {
     width: 20%;
     display: inline-block;
     float: left;
 }

 .rightbox {
     padding: 5px; 
     width: 80%;
     float: left;
 }
 @media only screen and (max-width:900px){
     .box1, .box2 {
         width: 50%;
         display: inline-block;
         float: left;
     }

     .rightbox {
         padding: 5px;
         width: 50%;
         float: left;
     }
 }
 .box1 img {
     width: 100%;
 }
 .boxsss {
     width: 100%;
     float: left;
 }
 .hed h5 {
     line-height: 1.2;
 }
 .box1 a, .box2 a {
     color: #282971 !important;
 }
 .card {
     margin: 0px 8px 12px 0px;
     padding-bottom:10px;
     box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
 }
 .card h5 {
     text-align: center;
     margin: 0px;
 }
 .card:hover {
     box-shadow: none;
 }
 .box1 a:hover {
     text-decoration: none;
     color:#3D3C3A;
 }
 .box1 a {
     color:#3D3C3A;
 }
 

/* ---------------------------- /agency/commission.html ------------------------------ */
div.commissioner {
	clear:both;
	margin-bottom:1.75em;
	width:54em;
}
	
.commissioner img {
float:left;
width:152px;
height:200px;
margin:8px 16px 8px 0;
}
.commissioner span:nth-of-type(1){
	font-weight:bold;
	font-size: 1.1em;
}
.commissioner span:nth-of-type(2) {
	font-style:italic;
	font-size:1.1em;
}

/* .commissioner p {
	margin-left:168px;
	}
*/
 
 
 
 
 
/* ---------------------------- TAPP STATUS FORM ON /vets/authorized/ ------------------------------ */
 .cwd-id-form label {
	 font-weight: bold;
	 color: rgb(40, 41, 113);
 }
 .cwd-id-form .w3-btn {
	 background-color: rgb(40, 41, 113);
	 margin-top: 1em;
 }
#X_mdl, #X_web_mdl {
	 background-color: inherit;
	 font-size: 2em;
 }

 #mdl_container {
	 background-color: #f1f1f1;
 }
 ul.ltag li div {
	 min-width: 100%;
	 font-weight: bold;
 }

 ul.w3-ul li {
	 border:none;
 }

 
 #mdl_title, #mdl_web_title
 {
	 font-size: 1.2em;
	 font-weight: bold;
	 background-color: #f1f1f1;
	 padding-left: 1.5em;
	 padding-right: 0px;
	 cursor: pointer;
 }
 

label {
	color: #282971;
    font-weight: bold;
}

/*--------------------- Modal styles ---------------------*/
/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*--------------------- Screenreader styles (Accessibility) ---------------------*/

/* Only show for screenreaders */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/*--------------------- End Screenreader styles ---------------------*/
/*--------------------- NOT USED? ---------------------
.mySlides a
{
    display: block;
}

.mySlides img
{
    display: block;
}
.remark
{
    background-color: #000 !important;
    color: #fff !important;
    filter: alpha(opacity=60);
    left: 0;
    opacity: 0.60;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.frame
{
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
    padding-right: 5px;
}
.pack
{
    display:none;
}

.open
{
    color: #405caf;
    cursor: pointer;
}
.update h3
{
    font-size:inherit;
    font-weight:bold;
}
h6
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;;
}
.leftNav .w3-sidenav
{
    position: static !important;
    width: 230px;
}
#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 8px 12px 8px 20px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
*/