@charset "UTF-8";
/* CSS Document */ 
/* Start of Custom CSS imported files */ 
/* Add your own custom CSS imported files below or adjust the CSS file titled custom.css */
@import url(custom.css);
@import url(color.css); 
 /* End of Custom CSS imported files */ 
 /* Do not add imports below this line */ 
 /* Adjust the import below only as directed by the Agency Website Template Guide */ 
@import url(styles.css); 
@import url(https://www.maine.gov/awt/css2/styles.css);

/* Temporary location for header code TODO */

.logo-replace{ width: 500px; float: left; position: relative; padding-bottom: 5px; } 
.header h1{ font: 400 24px arial, helvetica, sans-serif; color: #fff; float: left; margin: 5px 0 4px 5px; width: auto; border-bottom: 1px solid #fff; padding-bottom: 3px;}
.officeoftagline{ font: normal 12px arial, helvetica, sans-serif; color: #fff; margin: 0 0 0 5px; clear: both;}
.mcedtagline{ font: normal 12px arial, helvetica, sans-serif; color: #fff; margin: 3px 0 0 5px;}

.header_nav_search{ width: 400px; }
#top_nav{ clear: both;}
.header{ height: 75px; min-height: 75px; overflow: hidden; }



#tabs { background-color:#126E85; }
#tabs a { background: #515151; color:#FFFFFF; }
#tabs a:hover, #tabs a.active { background:#ffffff; color:#515151; }

/* STYLE FOR COVID-19. ADDED TO HEADER 031620 */
#covid-19 {display: block; margin: 2px auto; background: rgba(141, 29, 28,.9); padding: .4em; font-family: "Open Sans","Helvetica Neue", Arial, sans-serif !important; color: #ffffff; text-align: center; font-weight: 700; font-size: 1.5em; border: 2px solid rgba(141, 29, 28,.9);}
#covid-19:hover {color: rgba(141, 29, 28,.9); background: #ffffff; border: 2px solid rgba(141, 29, 28,.9);}
