/*
	Theme Name: Midwest Hardwood Redesign V2
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.3.1

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: midwest-hardwood-redesign-v2
*/
/*
/*
/*
/*
/*
/* DO NOT EDIT STYLE.CSS DIRECTLY
/*
/*
/*
/*
/*
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
/* line 89, sass/style.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 95, sass/style.scss */
body {
  margin: 0;
}

/* line 99, sass/style.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

/* line 103, sass/style.scss */
audio, canvas, progress, video {
  display: inline-block;
}

/* line 107, sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 112, sass/style.scss */
progress {
  vertical-align: baseline;
}

/* line 116, sass/style.scss */
template, [hidden] {
  display: none;
}

/* line 120, sass/style.scss */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 123, sass/style.scss */
a:active, a:hover {
  outline-width: 0;
}

/* line 128, sass/style.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 134, sass/style.scss */
b, strong {
  font-weight: inherit;
}

/* line 138, sass/style.scss */
b, strong {
  font-weight: bolder;
}

/* line 142, sass/style.scss */
dfn {
  font-style: italic;
}

/* line 146, sass/style.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 151, sass/style.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 156, sass/style.scss */
small {
  font-size: 80%;
}

/* line 160, sass/style.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, sass/style.scss */
sub {
  bottom: -0.25em;
}

/* line 171, sass/style.scss */
sup {
  top: -0.5em;
}

/* line 175, sass/style.scss */
img {
  border-style: none;
}

/* line 179, sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 183, sass/style.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 188, sass/style.scss */
figure {
  margin: 1em 40px;
}

/* line 192, sass/style.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 198, sass/style.scss */
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

/* line 203, sass/style.scss */
optgroup {
  font-weight: bold;
}

/* line 207, sass/style.scss */
button, input {
  overflow: visible;
}

/* line 211, sass/style.scss */
button, select {
  text-transform: none;
}

/* line 215, sass/style.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/* line 219, sass/style.scss */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 224, sass/style.scss */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 228, sass/style.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 234, sass/style.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 243, sass/style.scss */
textarea {
  overflow: auto;
}

/* line 247, sass/style.scss */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 253, sass/style.scss */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 258, sass/style.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* line 261, sass/style.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 266, sass/style.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/* line 271, sass/style.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */
/* line 279, sass/style.scss */
html, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 285, sass/style.scss */
* {
  box-sizing: inherit;
}
/* line 287, sass/style.scss */
*::before, *::after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
/* line 295, sass/style.scss */
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
  content: " ";
  display: table;
}

/* line 300, sass/style.scss */
.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Variables
---------------------------------------------------------------------------------------------------- */
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
/* line 313, sass/style.scss */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

/* Chrome fix */
/* line 320, sass/style.scss */
body {
  background-color: #eee;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}
/* line 330, sass/style.scss */
body > div {
  font-size: 20px;
  font-size: 2rem;
}

/* line 336, sass/style.scss */
a, button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 345, sass/style.scss */
input:focus, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 354, sass/style.scss */
textarea:focus, .button, .gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 362, sass/style.scss */
a {
  color: #0260a6;
  text-decoration: underline;
}
/* line 365, sass/style.scss */
a:focus, a:hover {
  color: #333;
  text-decoration: none;
}

/* line 371, sass/style.scss */
p {
  margin: 0 0 28px;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 378, sass/style.scss */
ol, ul {
  margin: 0;
  padding: 0;
}

/* line 383, sass/style.scss */
li {
  list-style-type: none;
}

/* line 387, sass/style.scss */
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0;
}

/* line 395, sass/style.scss */
b, strong {
  font-weight: 700;
}

/* line 399, sass/style.scss */
blockquote, cite, em, i {
  font-style: italic;
}

/* line 403, sass/style.scss */
mark {
  background: #ddd;
  color: #000;
}

/* line 408, sass/style.scss */
blockquote {
  margin: 40px;
}
/* line 410, sass/style.scss */
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
/* line 425, sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}

/* line 432, sass/style.scss */
h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

/* line 437, sass/style.scss */
h2 {
  font-size: 30px;
  font-size: 3rem;
}

/* line 442, sass/style.scss */
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

/* line 447, sass/style.scss */
h4 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 452, sass/style.scss */
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 457, sass/style.scss */
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */
/* line 465, sass/style.scss */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}

/* line 469, sass/style.scss */
img {
  height: auto;
}

/* line 473, sass/style.scss */
figure {
  margin: 0;
}

/* ## Gallery
--------------------------------------------- */
/* line 480, sass/style.scss */
.gallery {
  overflow: hidden;
}

/* line 484, sass/style.scss */
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

/* line 490, sass/style.scss */
.gallery-columns-1 .gallery-item {
  width: 100%;
}

/* line 494, sass/style.scss */
.gallery-columns-2 .gallery-item {
  width: 50%;
}

/* line 498, sass/style.scss */
.gallery-columns-3 .gallery-item {
  width: 33%;
}

/* line 502, sass/style.scss */
.gallery-columns-4 .gallery-item {
  width: 25%;
}

/* line 506, sass/style.scss */
.gallery-columns-5 .gallery-item {
  width: 20%;
}

/* line 510, sass/style.scss */
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

/* line 514, sass/style.scss */
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

/* line 518, sass/style.scss */
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

/* line 522, sass/style.scss */
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

/* line 526, sass/style.scss */
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/* line 530, sass/style.scss */
.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}
/* line 534, sass/style.scss */
.gallery img:focus, .gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
/* line 542, sass/style.scss */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}

/* line 553, sass/style.scss */
input:focus, textarea:focus {
  border: 1px solid #999;
  outline: none;
}

/* line 559, sass/style.scss */
input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}

/* line 564, sass/style.scss */
::-moz-placeholder {
  color: #333;
  opacity: 1;
}

/* line 569, sass/style.scss */
::-webkit-input-placeholder {
  color: #333;
}

/* line 573, sass/style.scss */
button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

/* line 588, sass/style.scss */
input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 5px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

/* line 604, sass/style.scss */
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

/* line 619, sass/style.scss */
button:focus, button:hover {
  background-color: #0260a6;
  color: #fff;
}

/* line 627, sass/style.scss */
input[type="button"]:focus, input[type="button"]:hover {
  background-color: #0260a6;
  color: #fff;
}
/* line 633, sass/style.scss */
input[type="reset"]:focus, input[type="reset"]:hover {
  background-color: #0260a6;
  color: #fff;
}
/* line 639, sass/style.scss */
input[type="submit"]:focus, input[type="submit"]:hover {
  background-color: #0260a6;
  color: #fff;
}

/* line 647, sass/style.scss */
.button:focus, .button:hover {
  background-color: #0260a6;
  color: #fff;
}

/* line 654, sass/style.scss */
.entry-content .button:focus, .entry-content .button:hover {
  color: #fff;
}

/* line 659, sass/style.scss */
.button {
  display: inline-block;
}

/* line 663, sass/style.scss */
a.button.small, button.small {
  padding: 8px 16px;
}

/* line 668, sass/style.scss */
input[type="button"].small, input[type="reset"].small, input[type="submit"].small {
  padding: 8px 16px;
}

/* line 674, sass/style.scss */
.site-container button:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
/* line 679, sass/style.scss */
.site-container button:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
/* line 687, sass/style.scss */
.site-container input:disabled, .site-container input[type="button"]:disabled, .site-container input[type="reset"]:disabled, .site-container input[type="submit"]:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

/* line 697, sass/style.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */
/* line 705, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

/* line 714, sass/style.scss */
tbody {
  border-bottom: 1px solid #eee;
}

/* line 718, sass/style.scss */
td, th {
  text-align: left;
}

/* line 722, sass/style.scss */
td {
  border-top: 1px solid #eee;
  padding: 6px;
}

/* line 727, sass/style.scss */
th {
  font-weight: 400;
  padding: 0 6px;
}

/* line 732, sass/style.scss */
td:first-child, th:first-child {
  padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */
/* line 739, sass/style.scss */
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* line 749, sass/style.scss */
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* line 757, sass/style.scss */
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* line 766, sass/style.scss */
.screen-reader-text:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* line 783, sass/style.scss */
.screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* line 799, sass/style.scss */
.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
/* line 808, sass/style.scss */
.site-inner, .wrap {
  margin: 0 auto;
  max-width: 1280px;
}

/* line 813, sass/style.scss */
.site-inner {
  clear: both;
  padding-top: 40px;
  word-wrap: break-word;
}

/* line 819, sass/style.scss */
.landing-page .site-inner {
  max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
/* line 827, sass/style.scss */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px;
}

/* line 831, sass/style.scss */
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

/* line 835, sass/style.scss */
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
/* line 841, sass/style.scss */
.content {
  float: right;
  width: 880px;
}

/* line 846, sass/style.scss */
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  float: left;
}

/* line 850, sass/style.scss */
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
  width: 660px;
}

/* line 854, sass/style.scss */
.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
/* line 860, sass/style.scss */
.sidebar-primary {
  float: right;
  width: 360px;
}

/* line 865, sass/style.scss */
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
/* line 871, sass/style.scss */
.sidebar-secondary {
  float: left;
  width: 180px;
}

/* line 876, sass/style.scss */
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
/* line 884, sass/style.scss */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
}

/* line 888, sass/style.scss */
.one-half, .three-sixths, .two-fourths {
  width: 48.717948717948715%;
}

/* line 892, sass/style.scss */
.one-third, .two-sixths {
  width: 31.623931623931625%;
}

/* line 896, sass/style.scss */
.four-sixths, .two-thirds {
  width: 65.81196581196582%;
}

/* line 900, sass/style.scss */
.one-fourth {
  width: 23.076923076923077%;
}

/* line 904, sass/style.scss */
.three-fourths {
  width: 74.35897435897436%;
}

/* line 908, sass/style.scss */
.one-sixth {
  width: 14.52991452991453%;
}

/* line 912, sass/style.scss */
.five-sixths {
  width: 82.90598290598291%;
}

/* line 916, sass/style.scss */
.first {
  clear: both;
  margin-left: 0;
}

/*
Clear fix for column classes
---------------------------------------------------------------------------------------------------- */
/* line 925, sass/style.scss */
.clear-line {
  display: inline-block;
  width: 100%;
}
/* line 926, sass/style.scss */
.clear-line:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 938, sass/style.scss */
html[xmlns] .clear-line {
  display: block;
}

/* line 942, sass/style.scss */
* html .clear-line {
  height: 1%;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
/* line 951, sass/style.scss */
.avatar {
  border-radius: 50%;
  float: left;
}

/* line 956, sass/style.scss */
.author-box .avatar, .alignleft .avatar {
  margin-right: 24px;
}

/* line 960, sass/style.scss */
.alignright .avatar {
  margin-left: 24px;
}

/* line 964, sass/style.scss */
.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
/* line 971, sass/style.scss */
.breadcrumb {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 12px 30px;
}

/* line 979, sass/style.scss */
.after-entry, .archive-description, .author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 60px;
}

/* line 987, sass/style.scss */
.archive-description p:last-child, .author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
/* line 994, sass/style.scss */
.search-form {
  overflow: hidden;
}

/* line 998, sass/style.scss */
.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

/* line 1003, sass/style.scss */
.site-header .search-form {
  margin-bottom: 40px;
  width: 50%;
  float: right;
  margin: 12px auto 0;
}

/* line 1010, sass/style.scss */
.post-password-form input[type="submit"], .search-form input[type="submit"] {
  margin-top: 10px;
}

/* line 1014, sass/style.scss */
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
/* line 1027, sass/style.scss */
.archive-description .entry-title, .archive-title, .author-box-title {
  font-size: 20px;
  font-size: 2rem;
}

/* line 1032, sass/style.scss */
.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}
/* line 1035, sass/style.scss */
.entry-title a {
  color: #333;
  text-decoration: none;
}

/* line 1041, sass/style.scss */
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

/* line 1047, sass/style.scss */
.entry-title a:focus, .entry-title a:hover {
  color: #0260a6;
}

/* line 1052, sass/style.scss */
.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */
/* line 1062, sass/style.scss */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
/* line 1066, sass/style.scss */
a.alignnone {
  display: inline-block;
}

/* line 1071, sass/style.scss */
.alignleft {
  float: left;
  text-align: left;
}

/* line 1076, sass/style.scss */
.alignright {
  float: right;
  text-align: right;
}

/* line 1082, sass/style.scss */
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}

/* line 1087, sass/style.scss */
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
}

/* line 1092, sass/style.scss */
img.alignnone, .alignnone {
  margin-bottom: 12px;
}

/* line 1096, sass/style.scss */
a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

/* line 1100, sass/style.scss */
a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
}

/* line 1104, sass/style.scss */
.gallery-caption, .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

/* line 1113, sass/style.scss */
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
/* line 1116, sass/style.scss */
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
/* line 1124, sass/style.scss */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}
/* line 1127, sass/style.scss */
.widget p:last-child, .widget ul > li:last-of-type {
  margin-bottom: 0;
}

/* line 1132, sass/style.scss */
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

/* line 1137, sass/style.scss */
.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 1140, sass/style.scss */
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
/* line 1144, sass/style.scss */
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
/* line 1150, sass/style.scss */
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

/* line 1158, sass/style.scss */
.widget_calendar table {
  width: 100%;
}
/* line 1161, sass/style.scss */
.widget_calendar td, .widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
/* line 1170, sass/style.scss */
.featured-content .entry {
  background: none;
  padding: 0;
}
/* line 1173, sass/style.scss */
.featured-content .entry:last-of-type {
  margin-bottom: 0;
}
/* line 1177, sass/style.scss */
.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
/* line 1189, sass/style.scss */
.sidebar .enews-widget {
  color: #fff;
}
/* line 1191, sass/style.scss */
.sidebar .enews-widget .widget-title {
  color: #fff;
}
/* line 1195, sass/style.scss */
.sidebar .widget.enews-widget {
  background-color: #333;
}
/* line 1198, sass/style.scss */
.sidebar .enews-widget input {
  border: 1px solid #333;
}
/* line 1200, sass/style.scss */
.sidebar .enews-widget input:focus {
  border: 1px solid #333;
}
/* line 1203, sass/style.scss */
.sidebar .enews-widget input[type="submit"] {
  background-color: #0260a6;
  color: #fff;
}
/* line 1206, sass/style.scss */
.sidebar .enews-widget input[type="submit"]:focus, .sidebar .enews-widget input[type="submit"]:hover {
  background-color: #fff;
  color: #333;
}

/* line 1214, sass/style.scss */
.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
/* line 1218, sass/style.scss */
.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

/* line 1224, sass/style.scss */
.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
/* line 1231, sass/style.scss */
#wpstats {
  display: none;
}

/* ## Simple Social Icons
--------------------------------------------- */
/* line 1238, sass/style.scss */
body .simple-social-icons ul li a {
  border-radius: 50%;
}
/* line 1240, sass/style.scss */
body .simple-social-icons ul li a:hover, body .simple-social-icons ul li a:focus, body .simple-social-icons ul li a:active {
  border-radius: 50%;
}

/* ## Soliloquy
--------------------------------------------- */
/* line 1248, sass/style.scss */
.soliloquy-container {
  margin-bottom: 0 !important;
}

/* line 1252, sass/style.scss */
body .soliloquy-container .soliloquy-pager-link {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
}

/* ## Envira
--------------------------------------------- */
/* line 1261, sass/style.scss */
.overlay-base_dark .envirabox-wrap .envirabox-title {
  display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
/* line 1268, sass/style.scss */
.genesis-skip-link {
  margin: 0;
}
/* line 1270, sass/style.scss */
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
/* line 1279, sass/style.scss */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* # Site Header
--------------------------------------------------------------------------------------------------- */
/* line 1287, sass/style.scss */
.site-header {
  background-color: #fff;
  position: absolute;
  z-index: 30;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
}
/* line 1296, sass/style.scss */
.site-header > .wrap {
  position: relative;
  padding: 20px 0;
}
/* line 1300, sass/style.scss */
.site-header.fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 2000;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
  border: none;
}

/* ## Title Area
--------------------------------------------- */
/* line 1313, sass/style.scss */
.title-area {
  padding: 10px 0;
  width: 600px;
}

/* line 1318, sass/style.scss */
.header-image .title-area {
  padding: 10px 0;
}

/* line 1322, sass/style.scss */
.header-full-width .title-area {
  float: none;
  width: 100%;
}

/* line 1327, sass/style.scss */
.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
/* line 1332, sass/style.scss */
.site-title a {
  color: #fff;
  text-decoration: none;
}
/* line 1335, sass/style.scss */
.site-title a:focus, .site-title a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 1342, sass/style.scss */
.header-image .site-title > a {
  background-position: center !important;
  background-size: contain !important;
  float: left;
  min-height: 120px;
  width: 100%;
}

/* line 1350, sass/style.scss */
.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 1358, sass/style.scss */
.site-title {
  margin-bottom: 0;
}

/* line 1363, sass/style.scss */
.header-image .site-description, .header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
/* line 1372, sass/style.scss */
.site-header .widget-area {
  padding-left: 20px;
  margin-top: 20px;
  display: flex;
}
/* line 1376, sass/style.scss */
.site-header .widget-area .widget_nav_menu {
  align-self: flex-end;
  margin: 0 auto;
}

/* ## Slider
--------------------------------------------- */
/* line 1385, sass/style.scss */
.slider-container {
  margin-top: 141px;
}

/* ## Header Image
--------------------------------------------- */
/* line 1392, sass/style.scss */
div.header-image {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 1400, sass/style.scss */
.home .header-image {
  display: none;
}

/* line 1404, sass/style.scss */
.header-image-border {
  background-color: #0260a6;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
/* line 1413, sass/style.scss */
.header-image-border a {
  color: #fff;
  text-decoration: none;
}
/* line 1416, sass/style.scss */
.header-image-border a:hover {
  text-decoration: underline;
}

/* line 1422, sass/style.scss */
.no-header-image {
  height: 140px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* line 1429, sass/style.scss */
#menu-main-midwest-menu {
  text-align: center;
  display: flex;
  align-items: flex-end;
}

/* line 1435, sass/style.scss */
.custom-mobile-menu-button {
  display: none;
  background-color: transparent;
  color: #565656;
  padding: 0;
  margin-top: 22px;
}
/* line 1441, sass/style.scss */
.custom-mobile-menu-button:focus, .custom-mobile-menu-button:active, .custom-mobile-menu-button:hover {
  background-color: transparent;
  color: #565656;
}
/* line 1445, sass/style.scss */
.custom-mobile-menu-button.dashicons-before:before {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

/* line 1452, sass/style.scss */
.genesis-nav-menu {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
/* line 1459, sass/style.scss */
.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  margin-left: 20px;
  margin-right: 15px;
}
/* line 1466, sass/style.scss */
.genesis-nav-menu .menu-item > a {
  padding-bottom: 18px;
}
/* line 1470, sass/style.scss */
.genesis-nav-menu .menu-item-has-children {
  margin-right: 25px;
}
/* line 1472, sass/style.scss */
.genesis-nav-menu .menu-item-has-children > a {
  position: relative;
}
/* line 1474, sass/style.scss */
.genesis-nav-menu .menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  right: -16px;
  top: 35px;
  font-size: 10px;
}
/* line 1484, sass/style.scss */
.genesis-nav-menu a {
  color: #565656;
  display: block;
  padding: 32px 0;
  text-decoration: none;
  padding-bottom: 10px;
}
/* line 1490, sass/style.scss */
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
  border-bottom: 3px solid #0260a6;
}
/* line 1494, sass/style.scss */
.genesis-nav-menu > .menu-item {
  text-align: center;
}
/* line 1497, sass/style.scss */
.genesis-nav-menu > .menu-item > a:focus, .genesis-nav-menu > .menu-item > a:hover {
  text-decoration: underline;
  border-bottom: none;
}
/* line 1504, sass/style.scss */
.genesis-nav-menu .menu-item-has-children > a:focus, .genesis-nav-menu .menu-item-has-children > a:hover {
  border-bottom: none;
  text-decoration: none;
}
/* line 1509, sass/style.scss */
.genesis-nav-menu .current-menu-item > a {
  color: #565656;
  border-bottom: 3px solid #0260a6;
  padding-bottom: 10px;
}
/* line 1514, sass/style.scss */
.genesis-nav-menu .sub-menu {
  font-size: 16px;
  font-size: 1.6rem;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}
/* line 1527, sass/style.scss */
.genesis-nav-menu .sub-menu .current-menu-item a {
  border-bottom: none;
}
/* line 1529, sass/style.scss */
.genesis-nav-menu .sub-menu .current-menu-item a span {
  border-bottom: 3px solid #0260a6;
}
/* line 1533, sass/style.scss */
.genesis-nav-menu .sub-menu a {
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  line-height: 2;
  position: relative;
  word-wrap: break-word;
}
/* line 1542, sass/style.scss */
.genesis-nav-menu .sub-menu a:hover {
  border-bottom: none;
}
/* line 1544, sass/style.scss */
.genesis-nav-menu .sub-menu a:hover span {
  border-bottom: 3px solid #0260a6;
}
/* line 1549, sass/style.scss */
.genesis-nav-menu .sub-menu li {
  background-color: #fff;
  padding: 10px;
  width: 250px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
/* line 1556, sass/style.scss */
.genesis-nav-menu .sub-menu li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
/* line 1559, sass/style.scss */
.genesis-nav-menu .sub-menu li.main-nav-ghost-link {
  display: none;
  border: none;
}
/* line 1565, sass/style.scss */
.genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover {
  text-decoration: none;
}
/* line 1569, sass/style.scss */
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}
/* line 1573, sass/style.scss */
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
/* line 1578, sass/style.scss */
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
/* line 1581, sass/style.scss */
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
/* line 1584, sass/style.scss */
.genesis-nav-menu > .right {
  float: right;
}
/* line 1588, sass/style.scss */
.genesis-nav-menu .main-nav-ghost-link {
  padding: 0 !important;
  margin: 0;
  margin-bottom: -2px;
  height: 17px !important;
  background-color: transparent !important;
}
/* line 1594, sass/style.scss */
.genesis-nav-menu .main-nav-ghost-link a {
  display: none;
}
/* line 1596, sass/style.scss */
.genesis-nav-menu .main-nav-ghost-link a span {
  display: none;
}

/* ## Upper Menu
--------------------------------------------- */
/* line 1606, sass/style.scss */
.upper-menu-container {
  background-color: #0260a6;
  color: #fff;
  text-align: right;
  padding-right: 10%;
}

/* line 1613, sass/style.scss */
.upper-menu {
  display: inline-block;
}
/* line 1615, sass/style.scss */
.upper-menu .search-form {
  margin-right: 20px;
  margin-bottom: -10px;
}
/* line 1619, sass/style.scss */
.upper-menu .search-form input[type="search"] {
  width: 300px;
  height: 36px;
  padding: 0 10px;
  font-size: 16px;
  background-color: #e6e6e6;
  color: #565656;
  border: none;
}
/* line 1627, sass/style.scss */
.upper-menu .search-form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #565656;
  border-bottom: 1px solid #565656;
  opacity: 1;
  line-height: 1.5;
}
/* line 1634, sass/style.scss */
.upper-menu .search-form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #565656;
  border-bottom: 1px solid #565656;
  opacity: 1;
  line-height: 1.5;
}
/* line 1641, sass/style.scss */
.upper-menu .search-form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #565656;
  border-bottom: 1px solid #565656;
  opacity: 1;
  line-height: 1.5;
}
/* line 1648, sass/style.scss */
.upper-menu .search-form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #565656;
  border-bottom: 1px solid #565656;
  opacity: 1;
  line-height: 1.5;
}
/* line 1656, sass/style.scss */
.upper-menu .search-form input[type="submit"] {
  display: none;
}
/* line 1660, sass/style.scss */
.upper-menu .search-form.hide-search {
  display: none;
}
/* line 1664, sass/style.scss */
.upper-menu:nth-child(2) {
  position: absolute;
  z-index: 99;
  right: 10%;
  top: 36px;
}

/* line 1672, sass/style.scss */
.admin-bar .upper-menu:nth-child(2) {
  top: 68px;
}

/* line 1676, sass/style.scss */
.menu-upper-midwest-menu-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 5px 0;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 1683, sass/style.scss */
.menu-upper-midwest-menu-container li {
  display: inline-block;
  padding-right: 20px;
}
/* line 1687, sass/style.scss */
.menu-upper-midwest-menu-container a {
  color: #fff;
  text-decoration: none;
}
/* line 1690, sass/style.scss */
.menu-upper-midwest-menu-container a:focus, .menu-upper-midwest-menu-container a:hover {
  text-decoration: underline;
}

/* line 1696, sass/style.scss */
ul#menu-upper-midwest-menu li:last-child a .fontawesome-text {
  display: none;
}

/* ## Accessible Menu
--------------------------------------------- */
/* line 1704, sass/style.scss */
.menu .menu-item:focus {
  position: static;
}
/* line 1707, sass/style.scss */
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* line 1713, sass/style.scss */
.menu-toggle, .sub-menu-toggle {
  display: none;
  visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
/* line 1721, sass/style.scss */
.site-header .genesis-nav-menu {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
/* line 1726, sass/style.scss */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */
/* line 1734, sass/style.scss */
.nav-primary {
  background-color: #fff;
  border-top: 1px solid #eee;
}

/* ## Breadcrumbs
--------------------------------------------- */
/* line 1742, sass/style.scss */
.breadcrumb {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 40px;
  color: #565656;
  font-size: 1.4rem;
}
/* line 1748, sass/style.scss */
.breadcrumb .breadcrumb-link-wrap {
  padding: 2px 10px;
}
/* line 1750, sass/style.scss */
.breadcrumb .breadcrumb-link-wrap:first-child {
  padding-left: 0;
}
/* line 1753, sass/style.scss */
.breadcrumb .breadcrumb-link-wrap:hover, .breadcrumb .breadcrumb-link-wrap:active, .breadcrumb .breadcrumb-link-wrap:focus {
  text-decoration: underline;
}
/* line 1756, sass/style.scss */
.breadcrumb .breadcrumb-link-wrap a {
  color: #565656;
  text-decoration: none;
}
/* line 1761, sass/style.scss */
.breadcrumb .last-breadcrumb {
  color: #565656;
  padding: 2px 10px;
}

/* ## Footer Widgets Navigation
--------------------------------------------- */
/* line 1771, sass/style.scss */
.footer-widgets .widget_nav_menu li {
  padding-bottom: 0;
  margin-bottom: 3px;
}
/* line 1775, sass/style.scss */
.footer-widgets .widget_nav_menu a {
  color: #fff;
  text-decoration: none;
}
/* line 1778, sass/style.scss */
.footer-widgets .widget_nav_menu a:focus, .footer-widgets .widget_nav_menu a:hover {
  text-decoration: underline;
}

/* ## Footer Navigation
--------------------------------------------- */
/* line 1787, sass/style.scss */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}
/* line 1789, sass/style.scss */
.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* line 1797, sass/style.scss */
.content {
  min-height: 500px;
}

/* ## Entries
--------------------------------------------- */
/* line 1804, sass/style.scss */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 70px 80px;
}

/* line 1811, sass/style.scss */
.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
/* line 1815, sass/style.scss */
.entry-content ol > li {
  list-style-type: decimal;
}
/* line 1818, sass/style.scss */
.entry-content ul > li {
  list-style-type: disc;
}
/* line 1821, sass/style.scss */
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}
/* line 1824, sass/style.scss */
.entry-content code {
  background-color: #333;
  color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */
/* line 1833, sass/style.scss */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

/* line 1839, sass/style.scss */
.entry-header .entry-meta {
  margin-bottom: 24px;
}

/* line 1843, sass/style.scss */
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px;
}

/* line 1848, sass/style.scss */
.entry-categories, .entry-tags {
  display: block;
}

/* line 1852, sass/style.scss */
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
/* line 1860, sass/style.scss */
.pagination {
  clear: both;
  margin: 40px 0;
}

/* line 1865, sass/style.scss */
.adjacent-entry-pagination {
  margin-bottom: 0;
}

/* line 1870, sass/style.scss */
.archive-pagination li {
  display: inline;
}
/* line 1873, sass/style.scss */
.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}
/* line 1883, sass/style.scss */
.archive-pagination a:focus, .archive-pagination a:hover {
  background-color: #0260a6;
  color: #fff;
}
/* line 1888, sass/style.scss */
.archive-pagination .active a {
  background-color: #0260a6;
  color: #fff;
}

/* ## Comments
--------------------------------------------- */
/* line 1897, sass/style.scss */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

/* line 1904, sass/style.scss */
.comment-respond, .entry-pings {
  padding: 60px 60px 32px;
}

/* line 1908, sass/style.scss */
.entry-comments {
  padding: 60px;
}

/* line 1913, sass/style.scss */
.comment-list li {
  padding: 40px 0 0 30px;
}
/* line 1916, sass/style.scss */
.comment-list .depth-1 {
  padding-left: 0;
}

/* line 1921, sass/style.scss */
.comment-header {
  margin-bottom: 30px;
}

/* line 1925, sass/style.scss */
.comment-content {
  clear: both;
}
/* line 1927, sass/style.scss */
.comment-content ul > li {
  list-style-type: disc;
}

/* line 1934, sass/style.scss */
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%;
}
/* line 1938, sass/style.scss */
.comment-respond label {
  display: block;
  margin-right: 12px;
}

/* line 1944, sass/style.scss */
.comment-header p {
  margin-bottom: 0;
}

/* line 1948, sass/style.scss */
.entry-pings .reply {
  display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
/* line 1955, sass/style.scss */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
/* line 1959, sass/style.scss */
.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
/* line 1968, sass/style.scss */
.footer-widgets {
  background-size: cover;
  color: #fff;
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 1974, sass/style.scss */
.footer-widgets .wrap {
  padding: 60px 10%;
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 100%;
  width: 100%;
}

/* line 1982, sass/style.scss */
.footer-widgets-1 {
  float: left;
  width: 33%;
}

/* line 1987, sass/style.scss */
.footer-widgets-2, .footer-widgets-3 {
  float: left;
}

/* line 1991, sass/style.scss */
.footer-widgets-2 {
  padding-left: 80px;
}

/* line 1995, sass/style.scss */
.footer-widgets-3 {
  padding-left: 120px;
}

/* line 1999, sass/style.scss */
.footer-widgets-4 {
  float: left;
  margin-left: 80px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
/* line 2007, sass/style.scss */
.site-footer {
  background-color: #0260a6;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
/* line 2015, sass/style.scss */
.site-footer p {
  margin-bottom: 0;
}

/* # Flexible Content
---------------------------------------------------------------------------------------------------- */
/* line 2023, sass/style.scss */
.flexible-content-section {
  padding: 50px 0;
}
/* line 2025, sass/style.scss */
.flexible-content-section li {
  list-style-type: disc;
  margin-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 2033, sass/style.scss */
.flexible-content-small-margins {
  padding: 20px 0;
}

/* line 2037, sass/style.scss */
.flexible-content-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
}

/* line 2043, sass/style.scss */
.flexible-content-heading {
  padding-bottom: 20px;
}

/* line 2047, sass/style.scss */
.flexible-content-link {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
/* line 2053, sass/style.scss */
.flexible-content-link:hover {
  color: #0260a6;
  text-decoration: underline;
}

/* line 2059, sass/style.scss */
.horizontal-rule {
  width: 100%;
  border-bottom: 1px solid #eee;
}

/* ## Content with Image
--------------------------------------------- */
/* line 2067, sass/style.scss */
.content-with-image__image {
  padding: 0;
  margin-left: 60px;
}

/* ## Block Content
--------------------------------------------- */
/* line 2075, sass/style.scss */
.flexible-content-block-heading a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}

/* line 2080, sass/style.scss */
.flexible-content__content-block {
  padding-right: 20px;
}

/* ## Product Gallery
--------------------------------------------- */
/* line 2087, sass/style.scss */
.product-gallery-container {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 2092, sass/style.scss */
.product-gallery__image-link {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
/* line 2095, sass/style.scss */
.product-gallery__image-link:hover {
  color: #0260a6;
  text-decoration: underline;
}
/* line 2098, sass/style.scss */
.product-gallery__image-link:hover p {
  text-decoration: underline;
}

/* line 2104, sass/style.scss */
.home .product-gallery__image-link:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
/* line 2107, sass/style.scss */
.home .product-gallery__image-link:hover p {
  text-decoration: none;
}

/* line 2112, sass/style.scss */
.product-gallery__image {
  padding: 0 10px 20px 10px;
  text-align: center;
  width: 25%;
}
/* line 2116, sass/style.scss */
.product-gallery__image .product-gallery__image-background {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
}
/* line 2121, sass/style.scss */
.product-gallery__image .gray-background {
  background-color: #f3f3f3;
}
/* line 2124, sass/style.scss */
.product-gallery__image p {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* ## Contact Form
--------------------------------------------- */
/* line 2133, sass/style.scss */
.contact-form .gform_wrapper {
  margin: 0;
  padding-left: 60px;
}

/* line 2138, sass/style.scss */
body .contact-form .gform_wrapper ul > li.gfield:first-child {
  margin-top: 0;
}

/* ## FSC Page
--------------------------------------------- */
/* line 2145, sass/style.scss */
.fsc-page .content-with-image__image {
  margin-left: 100px;
}

/* ## Contact Page
--------------------------------------------- */
/* line 2152, sass/style.scss */
.contact-page .content-with-image__image {
  border: none;
  border-radius: 0;
}

/* ## Two Column Content
--------------------------------------------- */
/* line 2160, sass/style.scss */
.two-column-layout {
  padding-bottom: 40px;
}
/* line 2162, sass/style.scss */
.two-column-layout:nth-child(odd) {
  clear: both;
}

/* ## Four Column Content
--------------------------------------------- */
/* line 2170, sass/style.scss */
.four-column-content_column {
  margin-right: 1.9%;
}

/* ## Documents Accordion
--------------------------------------------- */
/* line 2177, sass/style.scss */
.document-heading {
  color: #555555;
}

/* line 2181, sass/style.scss */
.accordion {
  width: 100%;
  background-color: #f3f3f3;
  text-align: left;
  margin-bottom: 10px;
  padding: 10px 20px;
}
/* line 2187, sass/style.scss */
.accordion:hover, .accordion:active, .accordion:focus {
  background-color: #e6e6e6;
}
/* line 2190, sass/style.scss */
.accordion .flexible-content-heading {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2197, sass/style.scss */
div.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 20px;
}
/* line 2202, sass/style.scss */
div.panel p {
  margin-bottom: 10px;
}
/* line 2206, sass/style.scss */
div.content-panel {
  margin-top: 30px;
}

/* line 2212, sass/style.scss */
button.accordion .flexible-content-heading {
  font-family: 'FontAwesome';
}
/* line 2214, sass/style.scss */
button.accordion .flexible-content-heading:after {
  display: inline-block;
  float: right;
  content: "";
  width: 30px;
  height: 30px;
  background: transparent url("/wp-content/themes/midwest-hardwood/images/chevron.svg") no-repeat;
  background-size: 30px 30px;
  transition: all .25s linear;
}
/* line 2225, sass/style.scss */
button.accordion.active .flexible-content-heading:after {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers */
}

/* # Blog
---------------------------------------------------------------------------------------------------- */
/* line 2242, sass/style.scss */
.archive-featured-img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

/* line 2251, sass/style.scss */
.blog .breadcrumb {
  padding-left: 80px;
}
/* line 2254, sass/style.scss */
.blog .archive-description {
  padding-bottom: 0;
  padding-top: 40px;
  margin-bottom: 0;
}
/* line 2258, sass/style.scss */
.blog .archive-description .entry-title {
  font-size: 30px;
  font-size: 3rem;
  color: #0260a6;
  margin-left: 20px;
}
/* line 2265, sass/style.scss */
.blog .entry-title {
  font-size: 30px;
  font-size: 2.4rem;
}
/* line 2268, sass/style.scss */
.blog .entry-title a {
  color: #0260a6;
}
/* line 2270, sass/style.scss */
.blog .entry-title a:hover {
  color: #333;
}
/* line 2275, sass/style.scss */
.blog .entry {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 50px;
}
/* line 2280, sass/style.scss */
.blog .entry-time {
  font-style: italic;
}
/* line 2283, sass/style.scss */
.blog .read-more-link {
  text-decoration: none;
  color: #565656;
}
/* line 2286, sass/style.scss */
.blog .read-more-link span {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
  text-decoration: none;
}
/* line 2294, sass/style.scss */
.blog .read-more-link span:hover {
  color: #0260a6;
  text-decoration: underline;
}
/* line 2300, sass/style.scss */
.blog .sidebar-primary {
  padding-top: 150px;
}
/* line 2303, sass/style.scss */
.blog .widget-title {
  color: #0260a6;
  font-size: 20px;
  font-size: 2rem;
}
/* line 2308, sass/style.scss */
.blog .baw_widgetarchives_widget_class {
  margin-bottom: 0;
}
/* line 2311, sass/style.scss */
.blog .baw_widgetarchives_widget_class .widget-wrap ul {
  padding-left: 20px;
}
/* line 2314, sass/style.scss */
.blog .baw_widgetarchives_widget_class .widget-wrap li a {
  color: #565656;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}
/* line 2319, sass/style.scss */
.blog .baw_widgetarchives_widget_class .widget-wrap li a:hover, .blog .baw_widgetarchives_widget_class .widget-wrap li a:active, .blog .baw_widgetarchives_widget_class .widget-wrap li a:focus {
  text-decoration: underline;
}
/* line 2323, sass/style.scss */
.blog .baw_widgetarchives_widget_class .widget-wrap .baw-year, .blog .baw_widgetarchives_widget_class .widget-wrap .baw-month {
  margin: 0;
}
/* line 2328, sass/style.scss */
.blog .tagcloud a {
  display: block;
  padding-left: 20px;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  color: #565656;
  text-decoration: none;
  padding-bottom: 3px;
}
/* line 2336, sass/style.scss */
.blog .tagcloud a:hover, .blog .tagcloud a:active, .blog .tagcloud a:focus {
  text-decoration: underline;
}

/* line 2343, sass/style.scss */
.single .entry-time {
  font-style: italic;
}
/* line 2346, sass/style.scss */
.single .content {
  max-width: 960px;
  float: none;
}
/* line 2351, sass/style.scss */
.single .mh_products .entry-title {
  color: #0260a6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
/* line 2357, sass/style.scss */
.single .mh_products .entry-time {
  display: none;
}

/* # Products
---------------------------------------------------------------------------------------------------- */
/* ## Single Post Page
--------------------------------------------- */
/* line 2368, sass/style.scss */
.product-details__label {
  text-align: right;
  font-weight: bold;
  width: 25%;
}

/* line 2374, sass/style.scss */
.product-details-table {
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: keep-all;
}
/* line 2380, sass/style.scss */
.product-details-table tbody {
  border: none;
}
/* line 2383, sass/style.scss */
.product-details-table td {
  border: none;
  vertical-align: top;
}

/* ## Lightbox for Posts
--------------------------------------------- */
/* line 2392, sass/style.scss */
.product-details-lightbox__label {
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 2395, sass/style.scss */
.product-details-lightbox__label span {
  max-width: 800px;
  font-weight: normal;
  display: block;
  padding-left: 30px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
  /* line 2406, sass/style.scss */
  .site-inner, .wrap, .flexible-content-container, .breadcrumb {
    max-width: 1140px;
  }

  /* line 2409, sass/style.scss */
  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
  }

  /* line 2412, sass/style.scss */
  .content {
    width: 800px;
  }

  /* line 2415, sass/style.scss */
  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
    width: 580px;
  }

  /* line 2418, sass/style.scss */
  .sidebar-primary {
    width: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 2424, sass/style.scss */
  .site-inner, .wrap, .flexible-content-container, .breadcrumb {
    max-width: 960px;
    padding: 20px;
  }

  /* line 2428, sass/style.scss */
  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  /* line 2431, sass/style.scss */
  .content {
    width: 620px;
  }

  /* line 2434, sass/style.scss */
  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
    width: 400px;
  }

  /* line 2437, sass/style.scss */
  .footer-widgets-2, .footer-widgets-3 {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 2443, sass/style.scss */
  .site-inner, .wrap, .flexible-content-container, .breadcrumb {
    max-width: 800px;
  }

  /* line 2446, sass/style.scss */
  .site-header {
    display: block;
    padding: 0;
  }
  /* line 2449, sass/style.scss */
  .site-header .widget-area {
    position: static;
    padding: 0;
  }
  /* line 2452, sass/style.scss */
  .site-header .widget-area .widget_nav_menu {
    width: 100%;
  }
  /* line 2456, sass/style.scss */
  .site-header .title-area {
    padding: 0;
  }
  /* line 2459, sass/style.scss */
  .site-header .menu-toggle {
    padding-top: 0;
  }
  /* line 2462, sass/style.scss */
  .site-header.fixed {
    max-height: 100vh;
    overflow-y: scroll;
  }
  /* line 2465, sass/style.scss */
  .site-header.fixed .title-area {
    display: none;
  }
  /* line 2468, sass/style.scss */
  .site-header.fixed .widget-area {
    margin: 0;
  }
  /* line 2470, sass/style.scss */
  .site-header.fixed .widget-area:before {
    content: '';
    background-image: url(/wp-content/themes/midwest-hardwood-redesign-v2/images/midwest-circle-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 3px;
    position: absolute;
    left: 20px;
    z-index: 1100;
  }
  /* line 2483, sass/style.scss */
  .site-header.fixed .menu-toggle {
    border: 0;
    padding-top: 16px;
    text-align: right;
  }

  /* line 2490, sass/style.scss */
  .upper-menu-container {
    position: relative;
    z-index: 50;
  }

  /* line 2494, sass/style.scss */
  .header-image .site-title > a {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
    background-size: 400px !important;
  }

  /* line 2498, sass/style.scss */
  div.header-image {
    margin-top: 175px;
    height: 300px;
  }
  /* line 2501, sass/style.scss */
  div.header-image.fixed {
    margin-top: 40px;
  }

  /* line 2505, sass/style.scss */
  #menu-main-midwest-menu {
    display: block;
  }

  /* line 2508, sass/style.scss */
  .genesis-nav-menu .menu-item-has-children > a:after {
    top: 10px;
  }

  /* line 2512, sass/style.scss */
  .home aside.slider-container {
    display: none;
  }
  /* line 2515, sass/style.scss */
  .home div.header-image {
    display: block;
  }

  /* line 2519, sass/style.scss */
  .content {
    width: 100%;
  }

  /* line 2523, sass/style.scss */
  .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap {
    width: 100%;
  }

  /* line 2527, sass/style.scss */
  .no-header-image {
    height: 170px;
  }

  /* line 2530, sass/style.scss */
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    float: none;
    width: 100%;
  }

  /* line 2534, sass/style.scss */
  .footer-widgets-4 {
    float: none;
    width: 100%;
    padding-top: 50px;
  }

  /* line 2539, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    width: 100%;
  }
  /* line 2541, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    width: 100%;
  }

  /* line 2546, sass/style.scss */
  .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap {
    width: 100%;
  }

  /* line 2550, sass/style.scss */
  .sidebar-primary, .sidebar-secondary {
    width: 100%;
  }

  /* line 2554, sass/style.scss */
  .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 100%;
  }

  /* line 2558, sass/style.scss */
  .site-header .widget-area, .title-area {
    width: 100%;
  }

  /* line 2561, sass/style.scss */
  .site-header .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 2566, sass/style.scss */
  .genesis-nav-menu .menu-item {
    margin: 0;
  }
  /* line 2569, sass/style.scss */
  .genesis-nav-menu a {
    padding: 10px 0;
  }
  /* line 2572, sass/style.scss */
  .genesis-nav-menu .sub-menu .menu-item {
    width: 100%;
    border-left: none;
    border-right: none;
    padding: 5px 0;
  }
  /* line 2578, sass/style.scss */
  .genesis-nav-menu .menu-item-has-children:after {
    top: 15px;
  }
  /* line 2581, sass/style.scss */
  .genesis-nav-menu li {
    float: none;
  }

  /* line 2585, sass/style.scss */
  .header-image .title-area {
    float: none;
  }

  /* line 2589, sass/style.scss */
  .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none;
  }

  /* line 2593, sass/style.scss */
  .genesis-nav-menu, .site-description {
    text-align: center;
  }

  /* line 2597, sass/style.scss */
  .site-header .title-area, .site-header .widget-area {
    text-align: center;
  }

  /* line 2601, sass/style.scss */
  .site-title {
    text-align: center;
  }
  /* line 2603, sass/style.scss */
  .site-title a {
    margin-bottom: 20px;
  }

  /* line 2607, sass/style.scss */
  .site-header .search-form {
    margin: 16px auto;
  }

  /* ### Genesis Responsive Menus */
  /* line 2611, sass/style.scss */
  .genesis-responsive-menu {
    display: none;
    position: relative;
  }
  /* line 2614, sass/style.scss */
  .genesis-responsive-menu .wrap {
    padding: 0;
  }

  /* line 2618, sass/style.scss */
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }

  /* line 2622, sass/style.scss */
  .menu-toggle, .sub-menu-toggle {
    background-color: #fff;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }

  /* line 2633, sass/style.scss */
  .menu-toggle:focus, .menu-toggle:hover {
    background-color: #fff;
    border-width: 0;
    color: #0260a6;
  }

  /* line 2639, sass/style.scss */
  .sub-menu-toggle {
    background-color: #0260a6;
    color: #fff;
    border: 1px solid #fff;
  }
  /* line 2643, sass/style.scss */
  .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: #fff;
    border: 1px solid #0260a6;
    color: #0260a6;
  }

  /* line 2649, sass/style.scss */
  .menu-toggle {
    line-height: 22px;
    position: relative;
    width: 100%;
    z-index: 1000;
    text-transform: uppercase;
    font-weight: 300;
  }
  /* line 2656, sass/style.scss */
  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
    font-size: 30px !important;
    margin-top: -3px;
    margin-right: 15px;
  }

  /* line 2665, sass/style.scss */
  .sub-menu-toggle {
    float: right;
    padding: 13px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  /* line 2673, sass/style.scss */
  .sub-menu .sub-menu-toggle {
    padding: 12px 10px;
  }

  /* line 2677, sass/style.scss */
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
  }
  /* line 2687, sass/style.scss */
  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* line 2694, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  /* line 2699, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  /* line 2702, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%;
  }
  /* line 2709, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }
  /* line 2711, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    padding: 5px 20px;
  }
  /* line 2715, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu {
    left: 0;
    margin-left: 0;
  }
  /* line 2718, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  /* line 2723, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  /* line 2726, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 0;
    position: static;
    width: 100%;
  }
  /* line 2734, sass/style.scss */
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  /* line 2739, sass/style.scss */
  .footer-widgets-1, .footer-widgets-2 {
    margin: 0 auto 40px;
  }

  /* line 2742, sass/style.scss */
  .blog .sidebar-primary {
    padding-top: 0;
  }
}
@media only screen and (max-width: 860px) {
  /* line 2748, sass/style.scss */
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 2751, sass/style.scss */
  body > div {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* line 2756, sass/style.scss */
  .site-inner, .flexible-content-container, .breadcrumb {
    padding: 5% 5% 0;
  }

  /* line 2759, sass/style.scss */
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 2763, sass/style.scss */
  .flexible-content-section {
    padding: 30px 0;
  }

  /* line 2766, sass/style.scss */
  .header-image-border {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 2772, sass/style.scss */
  .header-image .site-title > a {
    background-size: 300px !important;
  }

  /* line 2775, sass/style.scss */
  .no-header-image {
    height: 150px;
  }

  /* line 2778, sass/style.scss */
  .product-gallery-container {
    margin: 0 auto;
  }

  /* line 2781, sass/style.scss */
  .content-with-image__image {
    margin-left: 0;
    margin-top: 30px;
  }

  /* line 2785, sass/style.scss */
  .fsc-page .content-with-image__image {
    margin-left: 0;
  }

  /* line 2788, sass/style.scss */
  .four-column-content_column {
    padding-bottom: 40px;
  }

  /* line 2791, sass/style.scss */
  .contact-form .gform_wrapper {
    padding-left: 0;
  }

  /* line 2794, sass/style.scss */
  .blog .archive-description .entry-title {
    margin-left: 0;
  }

  /* line 2797, sass/style.scss */
  .footer-widgets-2, .footer-widgets-3 {
    padding: 0;
  }

  /* line 2800, sass/style.scss */
  .footer-widgets-4 {
    padding-left: 0;
    margin-left: 0;
  }

  /* line 2804, sass/style.scss */
  .after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
    padding: 30px;
    margin-bottom: 5%;
  }

  /* line 2808, sass/style.scss */
  .sidebar {
    margin-bottom: 5%;
  }
  /* line 2810, sass/style.scss */
  .sidebar .widget {
    padding: 30px;
    margin-bottom: 5%;
  }

  /* line 2815, sass/style.scss */
  .pagination {
    margin: 5% auto;
  }

  /* line 2818, sass/style.scss */
  .archive-pagination li a {
    margin-bottom: 4px;
  }

  /* line 2821, sass/style.scss */
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%;
  }

  /* line 2825, sass/style.scss */
  .upper-menu-container {
    padding-right: 5%;
  }

  /* line 2828, sass/style.scss */
  .breadcrumb {
    margin-top: 20px;
  }

  /* line 2831, sass/style.scss */
  .blog .breadcrumb {
    padding-left: 30px;
  }

  /* line 2834, sass/style.scss */
  .upper-menu:nth-child(2) {
    top: 36px;
  }

  /* line 2837, sass/style.scss */
  .product-details-lightbox__label span {
    padding-left: 15px;
  }

  /* line 2840, sass/style.scss */
  div.panel {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 780px) {
  /* line 2846, sass/style.scss */
  .site-header {
    padding: 0;
  }

  /* line 2849, sass/style.scss */
  .admin-bar .upper-menu:nth-child(2) {
    top: 82px;
  }
}
@media only screen and (max-width: 585px) {
  /* line 2855, sass/style.scss */
  .site-header {
    padding: 0;
  }
  /* line 2857, sass/style.scss */
  .site-header .widget-area {
    display: block;
  }
  /* line 2860, sass/style.scss */
  .site-header .title-area {
    padding-top: 0;
  }

  /* line 2864, sass/style.scss */
  .header-image .site-title > a {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
    background-size: 80% !important;
  }

  /* line 2868, sass/style.scss */
  div.header-image {
    height: 250px;
    margin-top: 160px;
  }
  /* line 2871, sass/style.scss */
  div.header-image .site-title > a {
    margin: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
    min-height: 100px;
  }

  /* line 2877, sass/style.scss */
  .no-header-image {
    height: 50px;
  }

  /* line 2880, sass/style.scss */
  .upper-menu-container {
    position: relative;
    z-index: 50;
  }

  /* line 2884, sass/style.scss */
  #menu-main-midwest-menu {
    height: auto;
    padding: 0;
    background-color: #fff;
  }
  /* line 2888, sass/style.scss */
  #menu-main-midwest-menu.active {
    display: block;
  }

  /* line 2893, sass/style.scss */
  .genesis-nav-menu .menu-item-has-children > a:after {
    right: auto;
    padding-left: 7px;
    padding-right: 7px;
  }
  /* line 2898, sass/style.scss */
  .genesis-nav-menu .menu-item > a {
    padding: 10px 0;
  }
  /* line 2901, sass/style.scss */
  .genesis-nav-menu .current-menu-item > a {
    padding-top: 10px;
  }
  /* line 2904, sass/style.scss */
  .genesis-nav-menu .menu-item {
    margin: 0;
  }

  /* line 2908, sass/style.scss */
  .custom-mobile-menu-button {
    margin: 0 auto;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 2915, sass/style.scss */
  .custom-mobile-menu-button span {
    display: inline-block;
    margin-top: 4px;
  }

  /* line 2921, sass/style.scss */
  .genesis-nav-menu .menu-item {
    display: block;
    text-align: center;
    border-top: 1px solid #e6e6e6;
  }
  /* line 2925, sass/style.scss */
  .genesis-nav-menu .menu-item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2929, sass/style.scss */
  .genesis-nav-menu .current-menu-item > a {
    border-bottom: none;
  }
  /* line 2932, sass/style.scss */
  .genesis-nav-menu .menu-item-has-children.sfHover > a {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }
  /* line 2937, sass/style.scss */
  .genesis-nav-menu .menu-item-has-children.sfHover > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 2945, sass/style.scss */
  .genesis-nav-menu .sub-menu {
    position: static;
    opacity: 1;
    width: 100%;
  }
  /* line 2949, sass/style.scss */
  .genesis-nav-menu .sub-menu .menu-item {
    width: 100%;
    padding: 0;
  }
  /* line 2952, sass/style.scss */
  .genesis-nav-menu .sub-menu .menu-item a {
    padding: 5px 20px;
  }
  /* line 2956, sass/style.scss */
  .genesis-nav-menu .sub-menu .current-menu-item a span {
    border-bottom: none;
  }
  /* line 2961, sass/style.scss */
  .genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
    border-bottom: none;
  }
  /* line 2965, sass/style.scss */
  .genesis-nav-menu .menu-item.sfHover > a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 380px) {
  /* line 2972, sass/style.scss */
  .menu-upper-midwest-menu-container li {
    padding-right: 10px;
  }

  /* line 2975, sass/style.scss */
  .last-breadcrumb {
    display: inline-block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 2982, sass/style.scss */
  .upper-menu .search-form {
    margin-top: 20px;
    margin-right: 0;
  }
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  /* line 2991, sass/style.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  /* line 2996, sass/style.scss */
  *::before, *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  /* line 3003, sass/style.scss */
  a {
    text-decoration: underline;
  }
  /* line 3005, sass/style.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 3008, sass/style.scss */
  a[href]::after {
    content: " (" attr(href) ")";
  }

  /* line 3012, sass/style.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 3016, sass/style.scss */
  a[href^="javascript:"]::after, a[href^="#"]::after {
    content: "";
  }

  /* line 3020, sass/style.scss */
  .site-title > a::after {
    content: "";
  }

  /* line 3023, sass/style.scss */
  thead {
    display: table-header-group;
  }

  /* line 3026, sass/style.scss */
  img, tr {
    page-break-inside: avoid;
  }

  /* line 3029, sass/style.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  /* line 3036, sass/style.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 3040, sass/style.scss */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 3044, sass/style.scss */
  .content, .content-sidebar {
    width: 100%;
  }

  /* line 3047, sass/style.scss */
  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
    display: none !important;
  }

  /* line 3050, sass/style.scss */
  .title-area {
    text-align: center;
    width: 100%;
  }

  /* line 3054, sass/style.scss */
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  /* line 3059, sass/style.scss */
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  /* line 3064, sass/style.scss */
  .author-box {
    margin-bottom: 0;
  }

  /* line 3067, sass/style.scss */
  h1, h2, h3, h4, h5, h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  /* line 3073, sass/style.scss */
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  /* line 3077, sass/style.scss */
  blockquote, pre, table {
    page-break-inside: avoid;
  }

  /* line 3080, sass/style.scss */
  dl, ol, ul {
    page-break-before: avoid;
  }
}
/* # Helper Classes
---------------------------------------------------------------------------------------------------- */
/* line 3088, sass/style.scss */
.blue {
  color: #0260a6;
}

/* line 3092, sass/style.scss */
.document-link {
  width: 100%;
  max-width: 800px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #f3f3f3;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
/* line 3104, sass/style.scss */
.document-link span {
  max-width: 80%;
  display: inline-block;
}
/* line 3108, sass/style.scss */
.document-link:after {
  display: inline-block;
  float: right;
  content: "";
  width: 30px;
  height: 30px;
  background: transparent url("/wp-content/themes/midwest-hardwood/images/line-chevron.svg") no-repeat;
  background-size: 30px 30px;
}
/* line 3117, sass/style.scss */
.document-link:hover, .document-link:focus, .document-link:active {
  background-color: #e6e6e6;
}

/* line 3122, sass/style.scss */
.gray-background {
  background-color: #e6e6e6;
}

/* line 3126, sass/style.scss */
.image-border {
  border: 15px solid #e6e6e6;
  border-radius: 10px;
}

/* line 3131, sass/style.scss */
.collapse-margins {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

/* line 3136, sass/style.scss */
.documents-collapse-margins {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 3141, sass/style.scss */
.menu-item.fa-search {
  cursor: pointer;
}
/* line 3143, sass/style.scss */
.menu-item.fa-search a {
  display: none;
}

.flexible-content-section .job_types li{
  list-style-type: none !important;
}

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