
/* ------------------ Color Variables ------------------ */
:root {
	--primary: #536544; /* Green */
	--dark-primary: #404e34;
	--light-primary: #abbd9d;
	--subtle-accent: #D3D7D8; /* Greenish grey */
	--bright-accent: #5D87D0; /* Orange */
	--dark-grey: #676767;
	--med-grey: #999999;
	--light-grey: #eeeeee;
	--accent-grey: #dddddd;
	--dark-text: #000000;
	--light-text: #ffffff;
	--alert-danger: #900000; /* Red */
	--alert-success: #abbd9d; /* Green */
	--alert-warning: #EBc667; /* Yellow */
	--alert-info: #CAEBF2; /* Light blue */
}

body {
    background: #112;
    background: #334;
    background: #eef;
    background: #f5f5f9;
    color: #000;
}

#content {
}

/* ------------------ Header Styles ------------------ */
.top-navigation {
	background: #334;
	background: #112;
	color: #000000;
	height: 31px;
	line-height: 30px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}
.fontsizer {
	cursor: pointer;
}
.idaho-logo {
	margin-top: -3px;
}
ul#menu-top.top-menu.nav > li > a.nav-link {
	padding: 0rem .5rem;
}
.top-menu > li > a {
	color: #000000;
}
.top-menu > li > a:hover {
	background-color: #334;
	background-color: #334;
	color: #000000;
}
.site-branding {
	border: none;
	border: none;
	min-height: 200px;
	/*font-family: "Montserrat",sans-serif;*/
}
.header-background {
	background-size: cover;
	background-position-y: 43%;
	background-image: url('/assets/img/header.jpg');  /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-brand {
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 250px;
}
.header-text {
	margin-top: 0px;
}
.header-agency, .header-logo, .header-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-logo a {
	color: #fff;
}

img.logo {
	padding-top: 0px;
	width: 100%;
	max-width: 200px;
}
/*.agency {*/
	/*color: #ffffff;*/
	/*font-weight: 600;*/
	/*font-size: 1rem;*/
	/*line-height: 1.5rem;*/
	/*text-transform: uppercase;*/
	/*display: block;*/
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
/*}*/
.header-agency > img {
	width: auto; 
	max-height: 150px;
	float: right;
}
.tag-title {
    color: #fff !important;
    font-size: 1em;
    margin-bottom: 0;
    font-style: italic;
    display: block;
    padding-top: 10px;
}

.tagline {
    font-weight: 500;
}


/* ------------------ Navigation Styles ------------------ */
.navigation {
	background-color: #334;
	background-color: #112;
	letter-spacing: .06rem;
	padding: 0;
	position: relative;
	z-index: 2;
	font-weight: 600;
}
.navbar {
    background-color: #334;
    background-color: #112;
    color: #fff;
	padding: 2px;
    letter-spacing: 0.5px;

}
.navbar-nav .nav-link {
    background-color: #334;
    background-color: #112;
	color: #fff;
}
.navbar-nav > li.nav-item > a.nav-link:hover {
	background-color: #223;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #fff;
}
.dropdown-menu {
	padding: .3rem 0;
	margin: 2px 0;
	background-color: #556;
	background-color: #334;
    color: #fff;
	border-radius: 0;
}
.collapse.show {
	width: 100%;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:not(:disabled):not(.disabled) {
	color: #000000;
	background: #dddddd;
	border: solid 2px;
}
.navbar-search {
	padding: 7px 15px;
	border: solid 2px;
	background: #dddddd;
	border-radius: 5px;
	top: 2px;
}
.top-navigation {
    letter-spacing: 0.5px;
}

#top-navigation {
    float: right;
}

.nav-item {
	padding: 0 10px;
}


/* ------------------ Body Styles ------------------ */

/*p, a, h1, h2, h3, h4, h5, h6 {*/
	/*font-family: "Comic Sans MS";*/
/*} */


.shadow {
	-webkit-filter: drop-shadow(0px 0px 5px #111);
	filter: drop-shadow(0px 0px 5px #111);
	box-shadow: none !important;
}
body, p {
	font-size: 16px;
}
h1 {
	color: #5D87D0;
	padding-bottom: 25px;
}
a {
	transition: all 0.3s ease 0s;
	color: #5D87D0;
}
a:hover {
	text-decoration: none;
	color: #5D87D0;
}
#main a:not(.btn, .paginate_button) {
	font-weight: bold;
}
a > img {
	transition: all 0.3s ease 0s;
}
a > img:hover {
	opacity: .75;
}
a > svg {
	min-width: 20px;
	min-height: 20px;
	color: #536544;
}
a > svg:hover {
	cursor: pointer;
}
.table th, .table td {
	padding: .5rem;
}
.text-right {
	float: right;
}
.text-left {
	float: left;
}
/*html {
	overflow-x: hidden;
}*/
#content {
	padding-top: 30px;
	margin-bottom: 30px;
	min-height: 300px;
}
.accent-color { /* applies accent color to anything with this class */
	color: #5D87D0;
	color: darkorange;
	color: chocolate;
	color: grey;
	color: #5D87D0 !important;
}


/*
a:not(.nav-link) {
	font-weight: bold;
}
*/

/*
ul.color {
	list-style: none;
}
ul.color li::before {
	content: "\2022";
	color: #5D87D0;
	font-weight: bold;
	display: inline-block;
	width: .75em;
	margin-left: -1.5em;
	font-size: 1.25em;
	line-height: 1em;
}
*/
ul.no-bullets {
    list-style: none;
    margin-left: 0;
}

ul.no-pad {
    padding-left: 1em;
    text-indent: -1em;
}

.footer-area a:not([href*=".gov"])[href*="localhost"]:not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not(.no-icon-link):after {
	position: relative !important;
	top: 0px;
	display: inline;
	font-family: Glyphicons !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E390";
	margin-left: 3px;
	font-size: .9em;
}

.hometile {
    text-align: center;
    height: 150px;
}

.hometile a {
    vertical-align: middle;
}

.strong {
    font-weight: 600;
}

.tall {
    font-size: large;
}

.smaller {
	font-size: 60%;
} 

.nostrong { /* Removes automatic bolding of links */
    font-weight: 400 !important;
}

hr {
	width: 50%;
	border: 0;
	border-top: 1px solid #5D87D050 ;
	margin: 2rem auto;
	padding: 0;
}

.right {
	text-align: right;
} 
 
.platinum {
	padding: 10px 20px;
}
.silver {
	padding: 0px 20px;
}
.bronze {
	padding: 20px 20px;
}

.platinum img {
	/*-webkit-filter: drop-shadow(3px 3px 5px #445);
	filter: drop-shadow(3px 3px 5px #445);*/
}
	
.twitter-timeline {
	background-color: #f4f4ff;
	background-color: #efefff;
	background-color: #ebebff;
	background-color: #fafaff;
}

#google {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bio-pic {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

/* ------------------ Card Styles ------------------ */
.card {
	background-color: #eeeeee;
	border: none;
}


/* ------------------ Alerts Styles ------------------ */
.alert-danger {
	color: #ffffff;
	background-color: #900000;
	border: 0px;
	border-color: transparent;
}
.alert-success {
	color: #333;
	background-color: #abbd9d;
	border: 0px;
	border-color: transparent;
}
.alert-warning {
	color: #333;
	background-color: #EBc667;
	border: 0px;
	border-color: transparent;
}
.alert-info {
	color: #333;
	background-color: #CAEBF2;
	border: 0px;
	border-color: transparent;
}


/* ------------------ Button Styles ------------------ */
.btn {
	/*padding: .5rem 1rem;*/
	/*font-size: 1.2rem;*/
}
.btn-primary {
	background-color: #536544;
	border-color: #536544;
}
.btn-primary:hover {
	background-color: #5D87D0;
	border-color: #5D87D0;
}
.btn-secondary {
	background-color: #999999;
	border-color: #999999;
}
.btn-secondary:hover {
	background-color: #abbd9d;
	border-color: #abbd9d;
	color: #000000;
}
.btn-dark {
	background-color: #676767;
	border-color: #676767;
}
.btn-dark:hover {
	background-color: #404e34;
	border-color: #404e34;
}
a.btn-primary, a.btn-secondary > svg {
	min-width: 20px;
	min-height: 20px;
	color: #ffffff;
}
a.btn-secondary > svg:hover{
	color: #000000;
}
button.btn.dropdown-toggle.btn-light {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: inherit;
}
.btn-well {
	color: #ffffff;
	font-weight: bold;
	border: 2px solid white;
	margin-left: 10px;
}
.btn-well:hover {
	background: #536544;
}
.btn-well-dark {
	color: #000000;
	font-weight: bold;
	border: 2px solid black;
	margin-left: 10px;
}
.btn-well-dark:hover {
	background: #536544;
}



/* ------------------ Link Type Styles ------------------ */
.externallink:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f35d";
}

.pdf-before:before {
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    Font-size: 1em;
    line-height: 1em;
    content: " \f1c1";
    margin-right: .5em;
}

.pdf:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c1";
}

.word:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c2";
}

.excel:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c3";
}

.video:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f03d";
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    color: white;
    padding: 8px;
    z-index: 100;
}


/* ------------------ Footer Styles ------------------ */
/*
.footer-bkg {
    width: 100%;
    min-height: 100px;
    background-image: url("/assets/img/footer-bkg.svg");
    background-position-x: center;
    margin-top: 60px;
} */

/*
.footer-area {
    font-size: 1rem;
    font-weight: lighter;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .05em;
    width: 100%;
    background-blend-mode: luminosity;
    background-size: 300px 182px;
    background: #536544 url('/assets/img/seal.png') no-repeat 75% 100%;
} */
.site-footer {
	background: #223;
	background: #112;
	color: #ffffff;
	padding-top: 30px;
}
footer {
	margin-top: 30px;
}
.footer-navigation a {
	color: #ffffff;
}
.footer-navigation a:hover {
	color: #5D87D0;
}
.footer-menu > .menu-item {
	line-height: 2;
}
.footer-menu > .menu-item > a {
	color: #ffffff;
}
.footer-links {
	/* padding-top: 30px; */
	padding-bottom: 0px;
	font-size: smaller;
}
.footer-links > a {
	color: #ffffff;
}
.footer-links > a:hover {
	color: #5D87D0;
}
.footer-agency {
	color: #5D87D0;
	font-weight: 700;
	transition: all 0.3s ease 0s;
}
.footer-agency:hover {
	color: #ffffff;
}
.footer-links-list {
	padding-inline-start: 0px;
}
.footer-links-list > ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.footer-links-list > li {
	display: inline;
	padding: 5px;
}
.footer-links-list > li > a {
	color: #ffffff;
}
.footer-links-list > li > a:hover {
	color: #5D87D0;
	text-decoration: none;
}
.footer-links-list > li:not(:first-of-type):before {
	content: " | ";
	padding-right: 10px;
	color: #ffffff;
}
.photo-credit {
	padding-top: 30px;
	padding-bottom: 10px;
	font-style: italic;
}
.photo-credit > p {
	float: right;
	text-align: right;
}
.photo-credit > p > a {
	color: #ffffff;
}
.photo-credit > p > a:hover {
	color: #5D87D0;
}
/*#colophon {
	background-image: url('/assets/img/seal.png');
	background-repeat: no-repeat;
	background-blend-mode: luminosity; 
	background-size: 300px 182px;
	background-position: 75% 100%;
}*/
.versioning {
	font-size: small;
	text-align: right;
	padding-right: 5px;
	color: #ffffff;
	background: #112;
	width: 100%;
}
/* Sticky footer to bottom of page */
html, body {
    height: 100%
}

.site-footer {
    background: #223;
    background: #112;
}
#content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 50%
}

.site-footer {
    flex-shrink: 0;
}


