html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a img {
	border: 0;
}
a {
	color: #0B5C1B;
}
img {
	max-width: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #111;
	font-family: 'Montserrat', sans-serif;
}

		.header-block {
			position:  relative;
			z-index: 100;
		}
		.primary {
			background: #186c29;
			overflow: visible;
			display: flex;
			flex-direction: column;
		}
		header {
			background: #0B5C1B url(https://next.tuckahoerescue.org/wp-content/themes/tvrs-next/images/chevrons.png) 50% 0 no-repeat;
 			background-size: cover;
			padding: 10px 0;
			position: relative;
			z-index: 99;
			box-shadow: 0 0 20px rgb(0 0 0 / 70%);
		}
		header img.logo {
			display: block;
			margin: 0 auto;
			max-width: 150px;
			transform: translateY(50px);
		}
header .logo {
    margin: 0 auto;
    display: block;
    width: 40%;
    max-width: 150px;
    position: relative;
    z-index: 9999;
   }


h1.agency-name a {
	color: #fff;
	text-decoration: none;
}
.slideshow {
	height: 40vh;
	background: #ccc;
}
main {
	padding: 0 10px;
	margin: 20px auto;
}
footer {
	padding: 0 10px;
}
nav {
	background: #044010;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav ul li a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .7);
	text-decoration: none;
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
nav ul li ul {
	background: #072b0e;
}

.primary .menu-link {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .7);
	color: #fff;
	padding: .5em;
}
.primary .agency-name {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.4em;
	display: none;
} 
.primary .menu-link:before {
	content: "\2630";
	padding: 0 .25em 0 0;
}
main {
	padding-top: 50px;
}
.hero + main {
	padding-top: 0;
}
.home main {
	padding-top: 0;
}
main h1.tagline {
	font-size: 1.4em;
	text-align: center;
	color: #A8181B;
	position: relative;
}
main h1.tagline {
 overflow: hidden;
 text-align: center;
 text-shadow: 1px 1px 0 rgba(255, 255, 255, .9);
}
main h1.tagline:before,
main h1.tagline:after {
 background-color: #A8181B;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
main h1.tagline:before {
 right: 0.5em;
 margin-left: -50%;
}
main h1.tagline:after {
 left: 0.5em;
 margin-right: -50%;
}
main h1.tagline span.tagline-tvrs {
	font-size: 70%;
	display: block;
	padding-bottom: .5em;
	color: #111;
}
main.page h1 {
	text-align: center;
	font-size: 2em;
	color: #A8181B;
	position: relative;
}
main.page h1 span {
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
main.page h1:before {
	background: #A8181B;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
}
main p, main li {
	font-family: 'Droid Serif', serif;
	line-height: 150%;
}
main section h1 {
	text-align: center;
}
main p.emphasis {
	text-align: center;
	border-bottom: 1px solid #A8181B;
	padding-bottom: 20px;
}
.featured-content {
	margin-bottom: 40px;
}
.featured {
	text-align: center;
}
.social-icons {
	text-align: center;
	margin: 20px auto;
}
.social-icons img {
	padding: 0 12px;
}
.hero {
	width: 100%;
	min-height: 300px;
	min-height: 40vh;
	background-size: cover;
	background-position: 50% 50%;
}
footer {
	margin: 40px auto 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #186c29 url("../images/chevrons.png") 50% 0 no-repeat;
	background-size: cover;
}
footer p, footer li, footer address, footer abbr {
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	border: 0;
}
footer .vcard a {
	color: #fff;
	text-decoration: none;
}
footer .vcard ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.button {
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .7);
	text-align: center;
	color: #fff;
	background: #A81818;
	border-radius: 4px;
	max-width: 20em;
	padding: 20px;
	margin: 20px auto;
}
.su-box-title {
	text-align: center;
}
.su-box.highlight-box {
	background: #0B5C1B;
	color: #fff;
}
.homepage-belt {
	max-width: 1140px;
	margin: 0 auto;
}
.belt {
	max-width: 1140px;
	margin: 0 auto;
}
.hidden {
	display: none;
}

main .belt {
	background: #fff;
	background: rgba(255, 255, 255, .85);
	padding: 20px;
	border-radius: 4px;
}
body.home {
	background: #f4f4f4;
}
body.home main {
	margin: 0;
	padding: 0;
}
body.home main .homepage-belt {
	transform: translateY(-58px);
}