a.ad-link {
    font-size: 0.75rem;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

a.button {
	display: inline-block;
    box-sizing: border-box;
    width: auto;
    margin: 0.75rem 1.75rem 0.75rem 0;
    padding: 0.71875rem 1.875rem;
	font: 700 1rem "Lato",sans-serif;
    text-align: left;
    text-decoration: none;
    line-height: 1.66;
    color: #fff;
    cursor: pointer;
    border-radius: 0.33rem;
    background-color: #00795f;
	transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}

a#skip-nav {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
}

.ad-container > div:first-child {
	width: 100%;
	max-width: 320px;
	margin: 2rem auto 0.5rem;
	overflow-x: auto;
}

.ad-container > div:first-child > div {
	outline: 1px solid #ddd;
    outline-offset: -1px;
}

.ad-container > div:nth-child(2) {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	text-align: right;
}

.ad-container + .content-container > :first-child {
	margin-top: 1.75rem;
}

body {
	margin: 0;
	font-family: "Lato",sans-serif;
	color: #222;
}

#breadcrumbs {
	display: none;
}

button.more {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    letter-spacing: normal;
	text-transform: none;
    color: #00795f;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

button.more:focus,button.more:hover {
    color: #00795f;
	text-decoration: underline;
	background: none;
}

button.more:focus-visible {
	outline: auto;
}

button#left-nav {
	display: block;
    box-sizing: border-box;
    width: calc(100% + 52px);
    max-width: none;
    margin: 0 0 0 -26px;
    padding: 1rem;
    font: 400 1rem "Lato",sans-serif;
	text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.66;
    color: #444;
    background-color: #f2f2f2;
	background-size: 1rem;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	outline: none;
}

button#left-nav:focus-visible {
	outline: auto;
}

button.more-heading {
    display: block;
    box-sizing: border-box;
    margin: 2rem 0 0;
    padding: 0.71875rem 3rem 0.625rem 1.875rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    font: 400 0.875rem "Lato",sans-serif;
	line-height: 1.66;
    letter-spacing: 0.1rem;
    border-radius: 0.25rem;
    border: 1px solid #00795f;
	background: #00795f url(../img/svg/bracket-arrow-down.svg) no-repeat right 1rem center;
    -ms-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    cursor: pointer;
}

button.more-heading:hover,button.more-heading:focus,button.more-heading.expanded:hover,button.more-heading.expanded:focus {
	color: #fff;
    border-color: #00795f;
	background-color: #00795f;
	outline: none;
}

button.more-heading:focus-visible,button.more-heading.expanded:focus-visible {
	outline: auto;
}

button.more-heading.expanded {
	border: 1px solid #00795f;
	background: #00795f url(../img/svg/bracket-arrow-up.svg) no-repeat right 1rem center;
}

div.content-container {
	position: relative;
	box-sizing: border-box;
    width: 100%;
    padding: 0 26px;
}

div.content-container > p,div.content-container > ol,div.content-container > ul:not(.left-nav) {
	max-width: 50rem;
    overflow-x: hidden;
}

div.content-container > :last-child:not(div):not(form) {
	margin-bottom: 1rem;	
}

div.expansive + br + * {
	margin-top: 0.25rem;
}

div.expansive p,div.expansive ul {
	max-width: 50rem;
}

div.expansive > :last-child,div.expansive > :only-child {
	margin-bottom: 0;
}

.expansive {
	display: none;
}

footer {
	width: 100%;
	padding: 1.75rem 0 3rem 0;
	text-align: center;
	color: #222;
	background-color: #fff;
}

footer p {
	margin-bottom: 0;
	padding-top: 0.75rem;
	font: 400 0.75rem "Lato",sans-serif;
}

footer ul li {
	display: inline-block;
	padding: 0.25rem 0.625rem;
	list-style: none;
	line-height: 1.5;
	background: url(../img/svg/footer_pipe.svg) no-repeat right center;
	background-size: auto 15px;
}

footer ul li:last-child {
	background: none;
}

footer ul li a {
	font: 400 1rem "Lato",sans-serif;
	text-decoration: none;
	color: #222;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer ul {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 1.5625rem 0;
	font: 900 1.9525rem "Lato",sans-serif;
	line-height: 1.66;
}

h1.green-bar {
	box-sizing: border-box;
    margin: 0;
    padding: 1.125em;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
	line-height: 1.66;
    color: #fff;
	background-color: #00795f;
}

h1.dark.green-bar {
	background-color: #004f50;
}

h1.green-bar span a,h1.dark.green-bar span a {
	text-decoration: none;
	color: #fff;
}

h1+h2,h2+h3,h3+h4 {
	margin-top: 1rem;
}

h2 {
	margin: 2rem 0 1.4rem;
	font: 400 1.66rem "Lato",sans-serif;
	line-height: 1.66;
}

h2.green,h3.green {
	color: #00795f;
}

h3 {
    max-width: 52rem;
	margin: 2rem 0 1.125rem;
	font-size: 1.25rem;
	font-weight: 700;
}

h4,h5 {
    max-width: 52rem;
	margin: 2rem 0 1rem;
	font-size: 1rem;
}

#hamburger {
	display: block;
	position: absolute;
	top: 27px;
	right: 15px;
	width: 33px;
	height: 26px;
	font-size: 0;
	background: url(../img/svg/hamburger-button.svg) no-repeat;
	background-size: auto 100%;
	border: 0;
	outline: none;
	z-index: 1005;
	cursor: pointer;
}

#hamburger:focus-visible {
	outline: auto;
}

#hamburger.close {
	background: url(../img/svg/close-nav.svg) no-repeat;
	background-size: contain;
}

header {
	position: relative;
	height: 80px;
	transition-property: height;
	transition-duration: 0.25s;
	transition-timing-function: ease;
}

#header-background {
	display: block;
	position: absolute;
	top: 0;
	box-sizing: border-box;
    width: 100%;
	height: 76px;
	background-color: #fff;
	z-index: 1004;
}

.hidden {
	display: none;	
}

.hidden-text {
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
    height: 0.25rem;
	margin: 2.5rem 0;
    color: #eee;
    background-color: #eee;
	border: none;
}

#logo-link {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 173px;
	height:	38px;
	margin: 0;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/svg/logo.svg) no-repeat;
	background-size: cover;
	z-index: 1007;
}

main {
	box-sizing: border-box;
	width: 100%;
	padding-top: 80px;
    font: 400 1rem "Lato",sans-serif;
	line-height: 1.66;
}

main:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

main a {
	color: #00795f;
}

main h1 {
    width: 100%;
}

main h1 + a > img,main h2 + a > img,main h3 + a > img,main h4 + a > img,main h5 + a > img,
main img + p,main a + p,
main h1 + img,main h2 + img,main h3 + img,main h4 + img,main h5 + img {
	margin-top: 0.5rem;
}

main > h1.green-bar + .content-container > :first-child:not(.left-nav),ul.left-nav + *,ul.left-nav:empty {
	margin-top: 1.66rem;
}

main img {
	max-width: 100%;
	margin: 1rem 0;
}

main > img:first-child {
	margin-top: 1rem;
}

main ol,main ul {
	margin-bottom: 1.5rem;
	padding: 0 0 0 1.25rem;
	line-height: 1.66;
}

main ol li {
	padding-left: 0.5rem;
}

main ol li,main ul li {
	padding-bottom: 0.33rem;
}

main ol li ul,main ul li ul {
	margin: 0.75rem 0 0 0;
}

main ol li:last-child ol li:last-child,main ul li:last-child ul li:last-child {
	padding-bottom: 0;
}

main section > div {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	vertical-align: top;
}

main.tight {
	padding: 0;
}

menu {
    padding: 0 0 0 1.25rem;
}

nav#off-canvas-nav {
    position: fixed;
    top: 0;
    right: calc(-100% - 48px);
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 72px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-left: none;
    z-index: 1002;
}

nav#off-canvas-nav.display {
	right: 0;
}

nav#off-canvas-nav ul {
	width: calc(100% - 30px);
	-webkit-transition: margin-top 0.25s ease;
	-moz-transition: margin-top 0.25s ease;
	-o-transition: margin-top 0.25s ease;
	-ms-transition: margin-top 0.25s ease;
	transition: margin-top 0.25s ease;
    margin: 0 auto;
	padding: 0;
	list-style: none;
}

nav#off-canvas-nav ul li {
	border-bottom: 1px solid #d0d0d0;
}

nav#off-canvas-nav ul li:first-child {
	padding-top: 0.5rem;
	border: none;
}

nav#off-canvas-nav ul li:first-child a {
    font-size: 1rem;
    font-weight: 700;
}

nav#off-canvas-nav ul li:last-child {
    border: none;
}

nav#off-canvas-nav ul li a {
	display: block;
	padding: 0.75rem;
	text-align: left;
	text-decoration: none;
	line-height: 1.66;
	color: #4d4d4d;
	cursor: pointer;
}

nav#off-canvas-nav ul li:first-child strong {
	display: inline-block;
    padding-top: 0.75rem 1rem;
	line-height: 1.66;
	color: #4d4d4d
}

nav#off-canvas-nav ul.social-links {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    margin: 0 auto;
	padding: 16px 0 32px;
}

nav#off-canvas-nav ul.social-links li,nav#off-canvas-nav ul.social-links li:first-child {
	display: inline-block;
    justify-self: center;
	padding: 0;
    border: none;
}

nav#off-canvas-nav ul.social-links li a {
	display: inline-block;
	padding: 0.5rem 0;
	background: none;
}

nav#off-canvas-nav ul.social-links li a:hover,nav#off-canvas-nav ul.social-links li a:focus {
	background: none;
}

nav#off-canvas-nav ul.social-links li a img {
	width: auto;
	height: 18px;
	max-width: none;
	vertical-align: middle;
}

nav#off-canvas-nav ul.social-links li a img#fb {
	height: 20px;
    vertical-align: text-bottom;
}

nav#off-canvas-nav ul.top-level:not(:first-child) li:first-child {
    padding-top: 1rem;
}

p {
	line-height: 1.66;
}

.photo-caption {
	margin-top: 0;
	font-size: 0.85rem;
    color: #555;
}

#search-and-nav {
	position: absolute;
    top: 0;
	box-sizing: border-box;
    width: 100%;
}

#search-and-nav > div {
	position: relative;
	height: 100%;
	overflow-x: hidden;
}

#search-box {
	position: absolute;
    top: -76px;
	right: 0;
	box-sizing: border-box;
    width: 100%;
	padding: 5px 15px 24px 15px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
	background-color: #fff;
	z-index: 1003;
}

#search-box.dropped {
	top: 12px;
    z-index: 1007;
}

#search-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: absolute;
	vertical-align: top;
	top: 27px;
	right: 63px;
	width: 33px;
	height: 26px;
	margin: 0;
	padding: 0;
	font-size: 0 !important;
	font-weight: 700;
	color: #fff;
	border: none;
	border-radius: 4px;
	background: url(../img/svg/search-glass.svg) no-repeat;
	background-size: 33px 26px;
	outline: none;
	cursor: pointer;
	z-index: 1006;
}

#search-form {
	display: inline;
	vertical-align: top;
}

#search-input {
	position: relative;
	box-sizing: border-box; 
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	font-size: 16px;
	color: #222;
	box-shadow: none;
	border: 1px solid #bbb;
	border-radius: 0.25rem;
	background-color: #fff;
	outline: none;
    outline-offset: 0;
}

select {
	font-size: 16px;
}

#sticky-header {
	position: fixed;
    width: 100%;
	z-index: 1001;
}

ul.left-nav {
	display: none;
	width: calc(100% + 52px);
	max-width: none;
	margin: 0 0 0 -26px;
	padding: 0;
	list-style: none;
}

ul.left-nav li {
	display: block;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
}

ul.left-nav li a {
	display: block;
    box-sizing: border-box;
    width: 100%;
	height: auto;
    padding: 1rem 26px;
    font: 400 0.9rem "Lato",sans-serif;
    text-decoration: none;
    line-height: 1.66;
    color: #444;
}

ul.left-nav li a:focus,ul.left-nav li a:hover {
	color: #444;
}

#veil {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75) url(../img/svg/close-lightbox.svg) no-repeat;
    background-position: right 2.75vmin top 2.75vmin;
	background-size: 3vmin;
	z-index: 2000;
}

#veil.search {
    background: rgba(0,0,0,0.55);
    z-index: 1000;
}

@media (min-height: 200px) {
	nav#off-canvas-nav ul.dropped {
		margin-top: 56px;
	}
	
	#search-box.dropped {
		top: 76px;
		z-index: 1003;
	}
}

@media (min-width: 380px) {
	footer ul li {
		padding: 0.25rem 1rem;
	}
}

@media (min-width: 450px) {
	.ad-container > div:first-child > div {
		text-align: center;
	}
	
	div.content-container {
		width: 87.5%;
		margin: 0 auto;
		padding: 0;
	}
	
	button#left-nav,ul.left-nav {
		width: calc(100% + 14.25%);
		margin: 0 0 0 -7.125%;
	}
    
    #header-background {
        height: 80px;
    }
	
	nav#off-canvas-nav {
		width: 436px;
		right: -436px;
		border-left: 48px solid #fff;
	}
    
    nav#off-canvas-nav.display {
        right: -20px;
    }
	
	nav#off-canvas-nav ul,nav#off-canvas-nav ul.social-links {
		width: 346px;
        margin: 0;
	}
    
    nav#off-canvas-nav ul {
        margin: 0;
    }
	
	#search-and-nav {
		height: auto;
	}
	
	#search-box {
		width: 380px;
		padding-bottom: 16px;
		padding-right: 20px;
		border-radius: 0 0.375rem 0;
	}
	
	#search-button {
		right: 68px;
	}
}

@media (min-width: 650px) {
	nav#nav-bar {
		text-align: center;
	}
}

@media (min-width: 731px) {
	.ad-container > div:first-child,.ad-container > div:nth-child(2) {
		max-width: 728px;
	}
	
	footer ul {
		display: inline;
	}
}

@media (min-width: 750px) {
    button#left-nav {
		display: none;
	}
	
	ul.left-nav {
		display: block;
		width: auto;
        max-width: none;
		margin: 2rem 0 0;
        padding: 0;
	}
	
	ul.left-nav li {
		display: inline-block;
		width: auto;
		border: none;
	}
	
	ul.left-nav li:first-child {
		margin-right: 3px;
	}

	ul.left-nav li a {
		display: inline-block;
		width: auto;
		margin: 0 0.66rem 0.75rem 0;
		padding: 0.33rem 0.66rem;
		text-decoration: none;
		color: #444;
		border-radius: 0.25rem;
		border: 1px solid #ddd;
		-ms-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
		transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
		cursor: pointer;
	}
    
    ul.left-nav li a.active,ul.left-nav li.current_page_item a,ul.left-nav li a:focus,ul.left-nav li a:hover {
        color: #444;
        border: 1px solid #ddd;
        background-color: #efefef;
    }

	ul.left-nav li:last-child a {
		margin-bottom: 0.9rem;
	}
}

@media (min-width: 800px) {
	a.anchor {
		top: -1.75rem;
	}
	
	a.button:hover {
		background-color: #005859;
	}
	
	#breadcrumbs {
		display: block;
		width: 87.5%;
		max-width: 1500px;
		margin: 0 auto 1.625rem;
		font: 700 0.75rem "Lato",sans-serif;
		text-transform: uppercase;
		line-height: 1.66;
	}
	
	#breadcrumbs a {
		padding-right: 0.875rem;
		text-decoration: none; 
		color: #00795f;
		background: url(../img/svg/breadcrumb_arrow.svg) no-repeat center right;
		background-size: auto 0.5rem;
		cursor: pointer;
	}
	
	#breadcrumbs a:hover:not(.active) {
		text-decoration: underline;
	}
	
	#breadcrumbs a:last-child {
		padding-right: 0;
		background: none;
	}
	
	#breadcrumbs a.active {
		color: #222;
		cursor: default;
	}
	
	div.content-container {
		width: 87.5%;
		max-width: 1225px;
	}
	
	div.content-container > :first-child {
		margin-top: 2.5rem;
	}
	
	div.expansive + br + * {
		margin-top: 0.375rem;
	}
	
	h1.green-bar {
		padding: 2rem 0;
		text-align: left;
	}
	
	h1.green-bar span {
		display: block;
		width: 87.5%;
		max-width: 1244px;
		margin: 0 auto;
	}
	
	h2 {
        font-size: 1.5625rem;
		margin-bottom: 1.5625rem;
	}
	
	h3 {
		margin-bottom: 1.25rem;
	}

	#hamburger {
		display: block;
		position: absolute;
		top: 32px;
		right: 30px;
		box-sizing: border-box;
		width: 45px;
		height: 35px;
		font-size: 0;
		color: transparent;
		background-position: right top;
	}
    
    #hamburger.close {
        background: url(../img/svg/hamburger-button.svg) no-repeat;
    }
	
	#header-background {
		width: 100%;
		height: 96px;
	}
	
	#logo-link {
		top: 16px;
    	left: 32px;
		width: 335px;
		height:	52px;
		background: url(../img/svg/washington-state-department-of-transportation.svg) no-repeat;
	}
	
	main {
		min-height: 300px;
		padding-top: 108px;
	}
	
	main > div.content-container {
		padding: 0;
	}
	
	main h1 {
		width: 100%;
	}
	
	main > h1.green-bar + .content-container > :first-child:not(.left-nav),ul.left-nav:empty {
		margin-top: 2.5rem;
	}
	
	menu, ol, ul {
		padding: 0 0 0 2.5rem;
	}
	
	nav#off-canvas-nav {
		width: 464px;
		right: -464px;
		padding: 100px 0 48px;
		border-left: 68px solid #fff;
	}
	
	nav#off-canvas-nav ul li:first-child {
		padding-top: 0;
	}
    
    nav#off-canvas-nav ul li a {
	    padding: 0.75rem 0.8125rem;
    }
	
	#search-box {
		top: 32px;
		right: 66px;
		width: 310px;
		max-width: 366px;
		height: 16px;
		margin: 0;
		padding: 0;
		z-index: 1004;
	}
	
	#search-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: inline-block;
		top: 32px;
		right: 99px;
		vertical-align: top;
		width: 45px;
		height: 35px;
		border-top-left-radius: 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 0;
		background-size: 2.33rem auto;
		background-position: center;
		box-shadow: inset 0px 0px 0px 5px #333;
		cursor: pointer;
	}
	
	#search-button:focus {
		color: #eee;
	}
	
	#search-form {
		display: inline;
		vertical-align: top;
	}
	
	#search-input {
		width: 233px;
		height: 35px;
		padding: 0 8px 0 12px;
        font-size: 1rem;
		color: #333;
		border: 1px solid #aaa;
		border-top-left-radius: 4px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 4px;
		background-color: transparent;
	}
	
	#sticky-header {
		position: relative;
	}
}

@media (min-width: 900px) {
	.ad-container {
		width: 87.5%;
		max-width: 1225px;
		margin: 0 auto;
	}
	
	.ad-container > div:first-child,.ad-container > div:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	
	#hamburger {
		width: auto;
		height: 35px;
		padding: 0 0 2px 60px;
		font: 700 16px "Lato",sans-serif;
		color: #222;
		text-transform: uppercase;
		background-position: left top;
	}
	
	main section > div {
		display: inline-block;
		width: auto;
		box-sizing: border-box;
		vertical-align: top;
	}
	
	nav#off-canvas-nav {
		width: 527px;
		right: -527px;
	}
    
    nav#off-canvas-nav ul,nav#off-canvas-nav ul.social-links {
		width: 370px;
	}
	
	#search-box {
		right: 129px;
	}
	
	#search-button {
		top: 32px;
		right: 162px;
	}
    
    #search-input:focus-visible {
        outline: auto;
    }
}

@media (min-width: 1000px) {
	main h1 + img,main h2 + img,main h3 + img,main h4 + img,main h5 + img,
	main h1 + a > img,main h2 + a > img,main h3 + a > img,main h4 + a > img,main h5 + a > img,
	main img + p,main a + p {
		margin-top: 1rem;
	}
}

@media (min-width: 1150px) {
	#hamburger {
		right: 50px;
	}
	
	nav#off-canvas-nav {
		width: 547px;
		right: -547px;
	}
	
	nav#off-canvas-nav ul li a:focus,nav#off-canvas-nav ul li a:hover {
		background-color: #efefef;
	}
	
	#search-box {
		right: 149px;
	}
	
	#search-button {
		right: 182px;
	}
}

@media (min-width: 1350px) {
	h1.green-bar {
		padding: 1.875rem 0;
		font-size: 1.66rem;
	}
    
	#logo-link {
    	left: 48px;
	}
	
	main > h1.green-bar + .content-container > :first-child:not(.left-nav), ul.left-nav + *, ul.left-nav:empty {
		margin-top: 1.33rem;
	}
	
	main > h1.green-bar + .content-container.center > :first-child {
		margin-top: 2.5rem;	
	}
	
	nav#nav-bar ul li {
		padding: 0 2.5rem;
	}
}

@media (min-width: 1650px) {
    .ad-container {
		margin: 0 0 0 calc(50% - 455px);
	}
	
	.ad-container > div:first-child {
		margin-top: 0;
	}
	
	.ad-container + .content-container > :first-child:not(.left-nav),ul.left-nav:empty {
		margin-top: 0;
	}
		
	.content-container:not(.center) {
		position: relative;
		margin: 0 0 0 calc(50% - 455px);
	}
    
    .content-container ul.left-nav li a {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 1rem 0 1rem 1.5rem;
        font-size: 1rem;
		text-decoration: none;
		color: #444;
		border-radius: 0;
		border: none;
        border-bottom: 1px solid #ddd;
		background: none;
		-ms-transition: none;
		transition: border-color 0.2s;
	}

	.content-container ul.left-nav li a:focus,.content-container ul.left-nav li a.active,.content-container ul.left-nav li:last-child a:focus,.content-container ul.left-nav li.current_page_item a,.content-container ul.left-nav li.current_page_item:last-child a {
		width: calc(100% + 3px);
        margin-left: -3px;
        background: none;
		border-left: 3px solid #00795f;
	}
    
    .content-container ul.left-nav li:last-child a:hover,.content-container ul.left-nav li a:hover {
        background-color: #efefef;
    }

	.content-container ul.left-nav li:last-child a {
		margin-bottom: 0;
		border-bottom: none;
	}
    
    .content-container ul.left-nav li:first-child {
        margin: 0;
    }
    
    h1.green-bar {
		font-size: 2rem;
	}
	
	h1.green-bar:not(.center) span {
		margin: 0 0 0 calc(50% - 455px);
		opacity: 0;
		white-space: nowrap; 
		overflow: hidden;
	}
	
	h1.green-bar:not(.center) span.long {
		margin: 0 0 0 calc(50% - 750px);
		max-width: 1500px;
	}
	
	main > h1.green-bar + .content-container:not(.center),main > .ad-container + .content-container:not(.center) {
		padding-top: 2.5rem;
	}
	
	main > h1.green-bar + .content-container:not(.center) > :first-child:not(.left-nav),ul.left-nav + *,ul.left-nav:empty {
		margin-top: 6px;
	}
	
	ul.left-nav {
        display: block;
		position: absolute;
		top: 29px;
		left: -320px;
		width: 250px;
		margin: 0;
	}
	
	ul.left-nav li {
		width: 100%;
        border: none;
	}
    
    #veil {
		background-size: 32px;
	}
}

@media (min-width: 2100px) {
	#hamburger {
		right: 0;
	}
	
	nav#off-canvas-nav {
		width: calc(50vw - 503px);
		right: calc(-50vw + 510px);
	}
	
	#search-box {
		right: 99px;
	}
	
	#search-button {
		right: 132px;
	}
	
	#sticky-header {
		max-width: 2000px;
		margin: 0 auto;
	}
}