/*!
Theme Name: Southeast Culvert
Theme URI: http://underscores.me/
Author: Certainly Software
Author URI: https://certainly.software
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: southeast-culvert
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Southeast Culvert is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: FiraSans;
	src: url(./fonts/fira-sans/FiraSans-Regular.ttf);
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: FiraSans;
	src: url(./fonts/fira-sans/FiraSans-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: FiraSans;
	src: url(./fonts/fira-sans/FiraSans-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: FiraSans;
	src: url(./fonts/fira-sans/FiraSans-Light.ttf);
	font-weight: 300;
	font-style: normal;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: FiraSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.align-end {
	align-items: flex-end;
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}

.modal-spinner > div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.5);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

#masthead {
	background: #343221;
	padding-top: 8px;
	padding-bottom: 8px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
}

#masthead .logo {
	max-height: 42px;
	width: auto;
	display: block;
	float: left;
}

.breadcrumbs-wrapper {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	font-weight: 400;
	margin-left: 20px;
	float: left;
}

.breadcrumbs-wrapper .breadcrumb-item {
	color: #fff;
	display: inline-block;
}

.breadcrumbs-wrapper .breadcrumb-item:after {
	display: inline-block;
	content: "\203A";
	margin-left: 15px;
	margin-right: 5px;
}

.breadcrumbs-wrapper .breadcrumb-item:last-child {
	font-weight: 500;
}

.breadcrumbs-wrapper .breadcrumb-item:last-child:after {
	display: none;
}

.progress-steps {
	float: left;
	height: 42px;
	line-height: 42px;
	margin-left: 32px;
	font-size: 18px;
	font-weight: 400;
	background: #fff;
	color: #343221;
	padding: 0px 12px;
	border-radius: 24px;
}

.login-logout-link {
	float: right;
	display: flex;
	align-items: center;
	height: 40px;
}

.login-logout-link a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

.site-main .gform_wrapper .gform_heading,
.site-main .gform_wrapper .gf_progressbar_wrapper {
	width: 48%;
	clear: none;
	float: left;
}

.site-main .gform_wrapper .gform_heading {
	margin-right: 4%;
	display: none;
}

.site-main .gform_wrapper .gform_body {
	clear: both;
}

.site-main .gform_wrapper h3.gform_title {
	font-size: 26px;
}

.site-main .gform_wrapper .gsection .gfield_label,
.site-main .gform_wrapper h2.gsection_title,
.site-main .gform_wrapper h3.gform_title,
.site-main .gform_wrapper label.gfield_label,
.site-main .gform_wrapper legend.gfield_label {
	font-weight: 400;
}

.site-main .gform_wrapper input[readonly="readonly"] {
	pointer-events: none;
	background: #eeeeee;
}

.site-main .gform_wrapper .gform_page_fields {
	padding-bottom: 32px;
}

.site-main .gform_wrapper .gform_page_footer, .site-main .gform_wrapper .gform_footer {
	padding-top: 32px;
	border-top: none;
}

.site-main .gform_wrapper .gform_page_footer .gform_next_button, .site-main .gform_wrapper .gform_page_footer input[type="submit"], .site-main .gform_wrapper .gform_footer .gform_next_button, .site-main .gform_wrapper .gform_footer input[type="submit"] {
	float: right;
}

.site-main .gform_wrapper .gfield_label {
	font-size: 22px;
}

.site-main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-main .gform_wrapper select {
	font-size: 20px;
}

.site-main .gform_wrapper ul.gfield_radio li input[type="radio"] {
	width: 24px !important;
	height: 24px !important;
}

.site-main .gform_wrapper ul.gfield_radio li label {
	font-size: 20px;
	line-height: 36px;
	padding-left: 12px;
	margin-left: 0;
	white-space: nowrap;
}

.site-main .gform_wrapper .gfield_checkbox label {
	font-size: 20px;
}

.site-main .gform_wrapper .gfield.gsection {
	padding: 0;
	margin-bottom: 0px;
	margin-top: 32px;
}

.site-main .gform_wrapper li.row:first-of-type .gfield.gsection {
	margin-top: 0;
}

.site-main .gform_wrapper .gsection_title {
	font-size: 24px;
	font-weight: 700 !important;
}

.site-main .gform_wrapper .ginput_container_number .instruction {
	display: none;
}

.site-main .gform_wrapper .gfield.half-width {
	width: 48%;
	float: left;
	clear: none;
	margin-right: 4%;
	padding-right: 0;
}

.site-main .gform_wrapper .gfield.half-width:nth-child(even) {
	margin-right: 0%;
	float: right;
}

.site-main .gform_wrapper .gfield.half-width.force-left {
	float: left !important;
}

.site-main .gform_wrapper .gfield.half-width .ginput_container, .site-main .gform_wrapper .gfield.half-width input {
	margin-top: 0;
}

.site-main .gform_wrapper .gfield.include-in-dlpr {
	width: 48%;
	margin-top: 4px;
	float: left;
}

.site-main .gform_wrapper .gfield.include-in-dlpr label {
	font-size: 12px;
}

.site-main .gform_wrapper .gfield.include-in-dlpr input[type="checkbox"] {
	margin-top: 0;
}

.site-main .gform_wrapper .gfield.include-in-dlpr.pull-right {
	float: right;
}

.site-main .gform_wrapper .gfield.include-in-dlpr .ginput_container, .site-main .gform_wrapper .gfield.include-in-dlpr .gfield_checkbox {
	margin-top: 0;
}

.site-main .gform_wrapper .gform_page.contains-7-column-table .col-md-3 {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width: 28%;
}

.site-main .gform_wrapper .gform_page.contains-7-column-table .col-md-3:first-child {
	-ms-flex: 0 0 16%;
	flex: 0 0 13%;
	max-width: 13%;
}

.site-main .gform_wrapper .gform_page.contains-7-column-table .col-md-3:first-child .gfield_html {
	font-weight: 500;
	margin-top: 24px;
}

.site-main .gform_wrapper .gform_page.contains-7-column-table .gfield_html {
	font-weight: 500;
}

.site-main .gform_wrapper .gfield_list_container th {
	font-weight: 500;
}

.site-main .gform_wrapper .gfield_radio {
	display: flex;
	flex-wrap: wrap;
}

.site-main .gform_wrapper .gfield_radio > li {
	margin-right: 16px;
}

.site-main .gform_wrapper .gform_page_footer {
	padding: 0 !important;
}

.site-main .gform_wrapper .ginput_container_radio {
	margin-top: 0 !important;
}

.site-main .gform_wrapper .ginput_container_radio .gfield_radio {
	margin: 0 !important;
}

.site-main .gform_wrapper *[class*="check-dimension-"] input {
	background-color: #95c7a2;
}

.site-main .gform_wrapper *[class*="check-dimension-"].below-min input {
	background-color: #b03c25;
	color: #fff;
}

.site-main .gform_wrapper *[class*="check-dimension-"].above-max input {
	background-color: #2e6e45;
	color: #fff;
}

.site-main .gform_wrapper *[class*="check-dimension-"].check-dimension-weight-per-foot.below-min input {
	background-color: #ba7609;
	color: #fff;
}

.site-main .gform_wrapper *[class*="check-dimension-"].check-dimension-weight-per-foot.above-max input {
	background-color: #b03c25;
	color: #fff;
}

.site-main .gform_wrapper input.bg-danger {
	background-color: #b03c25;
	color: #fff;
}

.site-main .gform_wrapper .form_saved_message {
	padding: 32px 0;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.site-main .gform_wrapper .gform_page_footer .gform_save_link {
	font-size: 14px;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	clear: both;
	float: right;
}

body.page-template-page-single-form {
	margin-bottom: 0;
}

body.doing-prepopulated-render #masthead {
	display: none !important;
}

body.doing-prepopulated-render form.prepopulated-render .gform_page {
	margin-bottom: 32px;
	display: block !important;
}

body.doing-prepopulated-render form.prepopulated-render .gform_page .page-heading {
	border-bottom: 1px solid #555;
}

body.doing-prepopulated-render form.prepopulated-render .gform_page .gform_page_footer {
	display: none !important;
}

body.doing-prepopulated-render form.prepopulated-render input[type="radio"][disabled] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 3px;
	background-clip: content-box;
	border: 1px solid #bbbbbb;
	border-radius: 50%;
}

body.doing-prepopulated-render form.prepopulated-render input[type="radio"][disabled][checked="checked"] {
	background-color: #222;
}

body.doing-prepopulated-render form.prepopulated-render .gform_footer {
	display: none !important;
}

body.doing-prepopulated-render form.prepopulated-render .gfield ul {
	margin: 0;
	padding: 0;
}

body.doing-prepopulated-render form.prepopulated-render .gfield_list .gfield_list_icons {
	display: none;
}

body.doing-prepopulated-render.prepopulated-render-print {
	background: #AAA;
}

body.doing-prepopulated-render.prepopulated-render-print .form-name {
	margin-top: 0;
}

body.doing-prepopulated-render.prepopulated-render-print .gform_page {
	background: #fff;
	width: 8.5in;
	min-height: 11in;
	padding: 0.5in;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

body.doing-prepopulated-render.prepopulated-render-print .gform_page .page-heading {
	display: none;
}

body.doing-prepopulated-render.prepopulated-render-print .gform_wrapper .gfield_date_day,
body.doing-prepopulated-render.prepopulated-render-print .gform_wrapper .gfield_date_month,
body.doing-prepopulated-render.prepopulated-render-print .gform_wrapper .gfield_time_minute {
	max-width: 4rem;
}

body.doing-prepopulated-render.prepopulated-render-print .gform_wrapper .gfield_time_hour,
body.doing-prepopulated-render.prepopulated-render-print .gform_wrapper .gfield_date_year,
body.doing-prepopulated-render.prepopulated-render-print .gform_wrapper .gfield_time_ampm {
	max-width: calc(4rem + .5rem);
}

body.doing-prepopulated-render.prepopulated-render-print ul[class^='col-md'] {
	padding-left: 0;
	padding-right: 0;
}

body.doing-prepopulated-render.prepopulated-render-print .gfield {
	margin-top: 8px;
}

body.doing-prepopulated-render.prepopulated-render-print .gfield_label {
	color: #000;
	font-weight: 400 !important;
	padding-left: 0 !important;
	font-size: 15px !important;
}

body.doing-prepopulated-render.prepopulated-render-print .gfield_description, body.doing-prepopulated-render.prepopulated-render-print .dimensions-table, body.doing-prepopulated-render.prepopulated-render-print .gfield_required, body.doing-prepopulated-render.prepopulated-render-print input[type="file"], body.doing-prepopulated-render.prepopulated-render-print .ginput_container_time i {
	display: none !important;
}

body.doing-prepopulated-render.prepopulated-render-print input[type="radio"] {
	display: none !important;
}

body.doing-prepopulated-render.prepopulated-render-print input[type="radio"] + label {
	padding-left: 0 !important;
	color: #000;
	font-size: 15px !important;
}

body.doing-prepopulated-render.prepopulated-render-print select, body.doing-prepopulated-render.prepopulated-render-print input[type="text"], body.doing-prepopulated-render.prepopulated-render-print input[type="number"] {
	border: none;
	opacity: 1;
	-webkit-appearance: none;
	font-weight: 700;
	font-size: 15px !important;
}

body.doing-prepopulated-render.prepopulated-render-print .gfield:not([class*="check-dimension-"]) select, body.doing-prepopulated-render.prepopulated-render-print .gfield:not([class*="check-dimension-"]) input[type="text"], body.doing-prepopulated-render.prepopulated-render-print .gfield:not([class*="check-dimension-"]) input[type="number"] {
	background: transparent !important;
	padding-left: 0 !important;
	color: #000 !important;
}

body.doing-prepopulated-render.prepopulated-render-print select.gfield_select, body.doing-prepopulated-render.prepopulated-render-print .gfield_radio > li {
	height: 38px !important;
	margin-bottom: 6px !important;
}

body.doing-prepopulated-render.prepopulated-render-print .ginput_container_select {
	margin-top: 0 !important;
}

body.doing-prepopulated-render.prepopulated-render-print input[type="number"] ~ label {
	display: none !important;
}

body.doing-prepopulated-render.prepopulated-render-print .entry-details-wrapper .form-name {
	margin-bottom: 0px;
}

body.doing-prepopulated-render.prepopulated-render-print .entry-details-wrapper .entry-details {
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}

@media print {
	@page {
		size: letter;
		margin: 0.5in;
	}
	body.doing-prepopulated-render {
		/* When a browser goes to print, it won't render md-* columns because (for some reason) the screen size is set to xs.
    So we copy the bootstrap column code here to force it */
	}
	body.doing-prepopulated-render.prepopulated-render-print .gform_page {
		padding: 0;
		page-break-after: always;
	}
	body.doing-prepopulated-render .gfield .ginput_container_date {
		margin-top: 0px !important;
	}
	body.doing-prepopulated-render .col-md-1, body.doing-prepopulated-render .col-md-2, body.doing-prepopulated-render .col-md-3, body.doing-prepopulated-render .col-md-4, body.doing-prepopulated-render .col-md-5, body.doing-prepopulated-render .col-md-6, body.doing-prepopulated-render .col-md-7, body.doing-prepopulated-render .col-md-8, body.doing-prepopulated-render .col-md-9, body.doing-prepopulated-render .col-md-10, body.doing-prepopulated-render .col-md-11, body.doing-prepopulated-render .col-md-12 {
		float: left;
	}
	body.doing-prepopulated-render .col-md-12 {
		width: 100%;
	}
	body.doing-prepopulated-render .col-md-11 {
		width: 91.66666667%;
	}
	body.doing-prepopulated-render .col-md-10 {
		width: 83.33333333%;
	}
	body.doing-prepopulated-render .col-md-9 {
		width: 75%;
	}
	body.doing-prepopulated-render .col-md-8 {
		width: 66.66666667%;
	}
	body.doing-prepopulated-render .col-md-7 {
		width: 58.33333333%;
	}
	body.doing-prepopulated-render .col-md-6 {
		width: 50%;
	}
	body.doing-prepopulated-render .col-md-5 {
		width: 41.66666667%;
	}
	body.doing-prepopulated-render .col-md-4 {
		width: 33.33333333%;
	}
	body.doing-prepopulated-render .col-md-3 {
		width: 25%;
	}
	body.doing-prepopulated-render .col-md-2 {
		width: 16.66666667%;
	}
	body.doing-prepopulated-render .col-md-1 {
		width: 8.33333333%;
	}
}

.gv-table-view .gv-table-view-content {
	border-spacing: 0;
}

.gv-table-view .gv-table-view-content tr th .gv-field-label {
	font-weight: 400;
}

.gv-table-view .gv-table-view-content tr th, .gv-table-view .gv-table-view-content tr td {
	padding: 6px;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0;
}

.gv-table-view .gv-table-view-content tr:last-of-type th, .gv-table-view .gv-table-view-content tr:last-of-type td {
	border-bottom: 1px solid #ccc;
}

.dimensions-table {
	max-width: 360px;
	border-spacing: 0;
	font-size: 14px;
	margin-bottom: 0;
}

.dimensions-table td, .dimensions-table th {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 2px 6px;
}

.dimensions-table td:last-child, .dimensions-table th:last-child {
	border-left: none;
}

.dimensions-table td:first-child, .dimensions-table th:first-child {
	border-left: 1px solid #333;
}

.dimensions-table tr:first-child {
	background: #f3f3f3;
}

.dimensions-table tr:last-child td, .dimensions-table tr:last-child th {
	border-bottom: 1px solid #333;
}

.in-progress-entries-table {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.in-progress-entries-table th {
	font-weight: bold;
	text-align: left;
	padding: 6px;
}

.in-progress-entries-table td {
	text-align: left;
	padding: 6px;
}

.text-center {
	text-align: center;
}

.container {
	padding: 0px 16px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.container:after {
	content: "";
	display: table;
	clear: both;
}

.btn, .site-main .gform_wrapper .gform_page_footer .button, .site-main .gform_wrapper .gform_footer .button, .single-documentation_item #primary .container .pagelink .post-page-numbers {
	display: inline-block;
	padding: 18px 32px;
	font-size: 17px;
	text-decoration: none;
	width: 320px;
	text-align: center;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}

.btn-primary, .site-main .gform_wrapper .gform_page_footer .button, .site-main .gform_wrapper .gform_footer .button, .single-documentation_item #primary .container .pagelink .post-page-numbers {
	background: #1446a0;
	color: #fff;
}

.btn-primary:visited, .site-main .gform_wrapper .gform_page_footer .button:visited, .site-main .gform_wrapper .gform_footer .button:visited, .single-documentation_item #primary .container .pagelink .post-page-numbers:visited, .btn-primary:active, .site-main .gform_wrapper .gform_page_footer .button:active, .site-main .gform_wrapper .gform_footer .button:active, .single-documentation_item #primary .container .pagelink .post-page-numbers:active, .btn-primary:focus, .site-main .gform_wrapper .gform_page_footer .button:focus, .site-main .gform_wrapper .gform_footer .button:focus, .single-documentation_item #primary .container .pagelink .post-page-numbers:focus {
	color: #fff;
}

.btn-primary:hover, .site-main .gform_wrapper .gform_page_footer .button:hover, .site-main .gform_wrapper .gform_footer .button:hover, .single-documentation_item #primary .container .pagelink .post-page-numbers:hover {
	opacity: 0.6;
	color: #fff;
}

.btn-info, .single-documentation_item #primary .container .pagelink .post-page-numbers.btn-info {
	background: #9aadc0;
	color: #fff;
}

.btn-info:visited, .single-documentation_item #primary .container .pagelink .post-page-numbers.btn-info:visited, .btn-info:active, .single-documentation_item #primary .container .pagelink .post-page-numbers.btn-info:active, .btn-info:focus, .single-documentation_item #primary .container .pagelink .post-page-numbers.btn-info:focus {
	color: #fff;
}

.btn-info:hover, .single-documentation_item #primary .container .pagelink .post-page-numbers.btn-info:hover {
	opacity: 0.6;
	color: #fff;
}

.btn-sm {
	padding: 9px 16px;
}

body, * {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

h1 {
	font-size: 40px;
	margin: 0.5em 0;
}

.hidden {
	display: none;
}

.page-template-page-documentation-list {
	font-size: 18px;
}

.page-template-page-documentation-list .category-post-list {
	margin: 0;
	padding-left: 32px;
}

.page-template-page-documentation-list .category-post-list li {
	margin-bottom: 8px;
}

.single-documentation_item #primary .container:after {
	content: "";
	display: table;
	clear: both;
}

.single-documentation_item #primary .container p, .single-documentation_item #primary .container ul, .single-documentation_item #primary .container ol {
	font-size: 18px;
}

.single-documentation_item #primary .container ul, .single-documentation_item #primary .container ol {
	margin-left: 0;
}

.single-documentation_item #primary .container ul li, .single-documentation_item #primary .container ol li {
	margin-bottom: 8px;
	clear: both;
}

.single-documentation_item #primary .container ul li > ul, .single-documentation_item #primary .container ul li > ol, .single-documentation_item #primary .container ol li > ul, .single-documentation_item #primary .container ol li > ol {
	margin-top: 8px;
}

.single-documentation_item #primary .container hr {
	clear: both;
}

.single-documentation_item #primary .container table {
	border-spacing: 0px;
}

.single-documentation_item #primary .container table tr td {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	padding: 8px;
	vertical-align: top;
}

.single-documentation_item #primary .container table tr td:last-of-type {
	border-right: 1px solid #333;
}

.single-documentation_item #primary .container table tr td ul:last-child, .single-documentation_item #primary .container table tr td ol:last-child {
	margin-bottom: 0;
}

.single-documentation_item #primary .container table tr:first-of-type td {
	border-top: 1px solid #333;
}

.single-documentation_item #primary .container .pagelink {
	width: 100%;
	clear: both;
	display: flex;
	justify-content: space-between;
}

.jquery-modal.blocker {
	z-index: 10;
}

.jquery-modal.blocker .modal {
	z-index: 20;
}

.lot_number_input .ginput_container {
	position: relative;
}

.lot-number-select-wrapper .lot-number-list {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	width: 240px;
	background: #fff;
	padding: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
	z-index: 10;
}

.lot-number-select-wrapper .lot-number-list .silo-value {
	display: block;
	margin-bottom: 6px;
	color: #333;
	text-decoration: none;
}

.lot-number-select-wrapper .lot-number-list .silo-value span {
	text-decoration: underline;
}

.sec-radio-input-display {
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
}

.sec-radio-input-display:before {
	position: relative;
	top: -1px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: #333;
	border: 3px solid #fff;
	outline: 1px solid #d8d8d8;
	border-radius: 50%;
	vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */