a {
	color: #1eaffa !important;
}

ul.nav-menu {
	border: none !important;
}

.menu-idaholabor-container {
	padding-left: 20px;
	background-color: #174a7c;
}

.main-navigation {
	margin-top: 44px;
}

.main-navigation li a {
	color: #fff !important;
	padding: 0 10px;
}

.main-navigation li {
	margin: 0 2rem 0 0;
}

.main-navigation li:last-child {
	margin: 0;
}

.main-navigation li#menu-item-28 a:hover,
.main-navigation li#menu-item-28.current-menu-item a {
	background-color: #0099ff !important;
}

.main-navigation li#menu-item-70 a:hover,
.main-navigation li#menu-item-70.current-menu-item a {
	background-color: #ffcf01 !important;
}

.main-navigation li#menu-item-27 a:hover,
.main-navigation li#menu-item-27.current-menu-item a {
	background-color: #c1cd23 !important;
}

.main-navigation li#menu-item-1018 a:hover,
.main-navigation li#menu-item-1018.current-menu-item a {
	background-color: #ea3f08 !important;
}

.main-navigation li#menu-item-25 a:hover,
.main-navigation li#menu-item-25.current-menu-item a {
	background-color: #0099ff !important;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
	background-color: #0099ff !important;
	color: #fff !important;
}

img.header-image {
	position: absolute;
	top: 0;
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
}

#masthead hgroup {
	margin-left: 140px;
}

.site-header h1 a {
	color: #fff !important;
}

body .site {
	position: relative;
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6, .site-header h2 {
	color: #174a7c !important;
}

.site-content article {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2rem;
}

.widget-area .textwidget ul {
	margin: 0;
}

.widget #subscribe-blog p:nth-child(2) {
	margin-bottom: 0;
}

.widget_blog_subscription p {
	margin-bottom: 0;
}

.widget h3 {
	font-size: 1.4rem;
	text-transform: none;
	margin-bottom: 1rem;
}

aside#text-9.widget h3.widget-title {
	font-size: 1.75rem;
	line-height: 1.35;
}

.entry-header .entry-title {
	font-weight: bold;
}

.index-box {
	display:block;
	padding:15px 20px;
	margin: 15px 0;
	font-size: 1.2em;
	background: #f5f5f5;
	border: 1px solid #222;
	border-radius: 4px;
}
.index-box h2 {
	margin-top: 0;
}
body.home .home-hidden {
	display: none;
}

@media only screen and (min-width : 641px) {
	#masthead hgroup {
		margin-left: 160px;
	}
	
	img.header-image {
		left: 20px;
	}
	
	#masthead {
		background: url('https://idahoatwork.com/wp-content/uploads/2021/04/IdahoAtWorkHeader-042121.jpg') no-repeat center 60%;
		height: 255px;
		position: relative;
	}
	
	#site-navigation {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	
	#masthead h2 {
		color: #fff !important;
		text-shadow: 0 3px 5px #333, 0 -3px 5px #333, -3px 0 5px #333, 3px 0 5px #333;
	}
	
	#masthead h1 {
		text-shadow: 0 3px 10px #333, 0 -3px 10px #333;
	}
}

@media only screen and (max-device-width:480px) {

.site-header h1, .site-header h1 a {
    color: #174a7c !important;
}
	
.main-navigation {
	margin-top: 22px !important;
}

	.main-navigation li a {
		/*color: #174a7c !important;*/
	}
	
	.main-navigation ul.nav-menu.toggled-on { margin: 10px 0; }
	
	h3.menu-toggle {
		position: relative;
		top: -40px;
		color: #fff !important;
	}
	
	.menu-idaholabor-container {
		background: #174A7C;
	}
	.site-content {
    margin-top: 0;
}
}