html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* Hunter Brand Guide: https://hunterindustries365.sharepoint.com/sites/fin/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2Ffin%2FShared%20Documents%2FHunterBrandBook%5FInteractive%2Epdf&parent=%2Fsites%2Ffin%2FShared%20Documents */
/* for drawer under appbar */
body {
  --color-hunter-blue: #006488;
  --color-hunter-white: #FFFFFF;
}

/* From the brand guide: "All business unit colors may be used as accents within corporate materials." */
/* Irrigation */
/* what is this color? */
/* Other business units */
/* Jekyll Theme Colors */
/* Breakpoints */
/**
 * Syntax highlighting styles
 */
code.highlighter-rouge {
  background: #f7fafd;
  font-family: courier, monospace;
  font-size: 0.875em;
}

.highlight {
  background: #fff;
  font-family: courier, monospace;
  font-size: 0.875em;
  margin: 2rem auto;
}
.highlight > * {
  padding: 0 1.5rem;
}
.highlight > code {
  padding-left: 0;
}
.highlighter-rouge .highlight {
  background: #f7fafd;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

@font-face {
  font-family: "Sero Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Sera Pro"), url("/assets/fonts/SeroPro-LightItalic.otf") format("otf"), url("/assets/fonts/SeroPro-Light.woff") format("woff");
}
footer {
  background-color: #006488;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #FFFFFF;
}
footer a {
  color: inherit;
}
footer > * {
  padding: 32px 0;
}
footer .footer__menu {
  background-color: #0077a2;
}
footer .footer__credits {
  text-align: center;
}
footer .footer__search .search {
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
footer .footer__search .search__input {
  background-color: #FFFFFF;
  color: #3B3B3B;
  height: 24px;
  border-width: 0;
  border-radius: 12px;
  font: 1em "Sero Pro", sans-serif;
  padding: 0.5em;
  text-align: center;
}
footer .footer__search .search button[type=submit] {
  display: none;
}
footer .footer__search ::-webkit-input-placeholder {
  color: #656564;
}
footer .footer__search ::-moz-placeholder {
  color: #656564;
}
footer .footer__search :-ms-input-placeholder {
  color: #656564;
}
footer .footer__search :-moz-placeholder {
  color: #656564;
}

svg.svg-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

body {
  background: #FFFFFF;
  color: #3B3B3B;
  font-family: "Sero Pro", sans-serif;
  font-size: 1.3125em;
  line-height: 1.5;
}

h1, h2, h3 {
  color: #006488;
  font-weight: bold;
  text-transform: uppercase;
}

h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 3em;
  margin: 0.5em auto;
  margin-bottom: 0.25em;
}

h1 img {
  display: inline;
  width: 1em;
  margin: 0;
}

h2 {
  font-size: 2em;
  margin: 1em auto;
  margin-bottom: 0.5em;
  text-align: center;
}

h3 {
  font-size: 1.5em;
  margin: 1.3333em auto;
  margin-bottom: 0.66em;
  text-align: left;
}

h4 {
  font-size: 1.25em;
  margin: 1.875em auto;
  margin-bottom: 0;
  text-align: left;
}

h5 {
  font-size: 1em;
  margin: 2em auto;
  margin-bottom: 0;
  text-align: left;
}

h6 {
  font-size: 0.875em;
  margin: 2.25em auto;
  margin-bottom: 0;
  text-align: left;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: #3B3B3B;
}

a:focus {
  outline: 1px dashed #3B3B3B;
}

blockquote {
  margin: 1.5em 2em;
  padding: 0.5em 0;
  border-left: 2px solid #006488;
  opacity: 0.8;
}
blockquote > * {
  padding: 0 1em;
}

blockquote.epigraph {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

p > cite {
  display: block;
  text-align: right;
}

img {
  display: flex;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}

figure img {
  margin: 2em auto 1em;
}

figcaption {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
  margin-bottom: 2em;
  opacity: 0.7;
}

.home {
  max-width: 24em;
  margin: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
  padding-bottom: 4em;
}

.content-title {
  font-size: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.post-date {
  color: #656564;
  display: block;
  font-size: 0.825em;
  white-space: nowrap;
  text-transform: uppercase;
}
.post-link .post-date {
  padding: 0.5em 0;
}

table {
  border-collapse: collapse;
}
table th {
  background-color: #E4E1DD;
}
table td, table th {
  border: 1px solid black;
  padding: 6px;
}
p + table {
  margin-top: 1em;
}

.site-masthead {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-image: url("/assets/images/irrigation-pattern.jpg");
  padding-bottom: 6em;
  font-weight: bold;
}

.site-masthead .site-logo {
  height: 200px;
  width: auto;
}

.site-masthead h1 {
  color: #FFFFFF;
  font-size: 2em;
  margin-bottom: 0;
  padding: 0 2rem;
  padding-top: 1em;
  margin-top: 0;
}
@media (min-width: 768px) {
  .site-masthead h1 {
    font-size: 3em;
  }
}

.site-masthead h2 {
  color: #FFFFFF;
  text-transform: unset;
  font-weight: normal;
  font-size: 1.25em;
  margin: 0;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .site-masthead h2 {
    font-size: 1.5em;
  }
}

.site-navigation:hover a, .site-navigation:focus-within a {
  opacity: 0.7;
}
.site-navigation a {
  color: #FFFFFF;
}
.site-navigation.appbar {
  padding: 0 1rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #006488;
  padding: 1em;
  position: relative;
  margin-left: 30px;
  border-left: 4px solid #FFFFFF;
}
.site-navigation.appbar a.site-navigation__brand {
  display: flex;
  align-items: center;
}
.site-navigation.appbar a.site-navigation__brand span {
  margin-top: 1px;
  padding-left: 8px;
  line-height: 2em;
}
.site-navigation.appbar a.site-navigation__brand .logo {
  color: #FFFFFF;
  font-size: 2em;
}
.site-navigation.appbar:before {
  content: "";
  position: absolute;
  background-color: #56B9DA;
  left: 0;
  width: 30px;
  left: -34px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.site-navigation.appbar ul {
  justify-content: flex-start;
}

.site-navigation ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.site-navigation li {
  list-style: none;
  font-size: 0.875em;
  font-variant: small-caps;
  margin: 0;
}

.site-navigation a {
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  transition: opacity 0.125s ease-in-out;
}
.site-navigation a:hover, .site-navigation a:focus {
  opacity: 1;
}

.post-list {
  margin: 1em 0;
  list-style: none;
}
.post-list:hover,
.post-list h1, .post-list h2, .post-list h3 {
  color: #3B3B3B;
  text-transform: unset;
}

.post-list li {
  margin-bottom: 1em;
}

.post-link {
  color: #3B3B3B;
  display: grid;
  grid-template-areas: "post-date" "post-link__heading" "post-link__subheading" "post-link__excerpt";
  grid-template-columns: auto 1;
  grid-template-rows: auto;
  text-decoration: none;
  padding: 0.25em;
  transition: opacity 0.125s ease-in-out;
}
.post-link:hover h1, .post-link:hover h2, .post-link:hover h3, .post-link:hover .post-date, .post-link:focus h1, .post-link:focus h2, .post-link:focus h3, .post-link:focus .post-date {
  color: #006488;
}
@media (min-width: 768px) {
  .post-link {
    grid-template-areas: "post-link__heading post-date" "post-link__subheading post-link__subheading" "post-link__excerpt post-link__excerpt";
    grid-template-columns: auto 1fr;
    grid-column-gap: 4em;
  }
  .post-link .post-date {
    margin-left: auto;
  }
  .post-link .post-link__subheading {
    margin-left: 8px;
  }
}

.post-date {
  grid-area: post-date;
}

.post-link__subheading {
  grid-area: post-link__subheading;
}
.post-link__subheading h2 {
  font-size: 0.8em;
  margin-bottom: 0;
  margin-top: -4px;
  text-align: left;
}

.post-link__heading {
  grid-area: post-link__heading;
  display: block;
}
@media (min-width: 768px) {
  .post-link__heading {
    padding: 0.25em 0;
  }
}
.post-link__heading h1 {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.post-link__title + .post-link__excerpt {
  grid-area: post-link__excerpt;
  opacity: 0.6;
}

.post-pagination {
  margin-top: 4rem;
  font-size: 0.75em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.post-pagination > * {
  flex-grow: 1;
  flex-basis: 0;
  padding: 1em 0;
}
.post-pagination:hover a, .post-pagination:focus-within a {
  opacity: 0.6;
}
.post-pagination a {
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.125s ease-in-out;
}
.post-pagination a:hover, .post-pagination a:focus {
  opacity: 1;
}

.post {
  margin: 2em auto;
  max-width: 60rem;
  padding: 2em 0;
}

.post > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 0 1em;
}

.post > h1 {
  font-size: 2em;
  max-width: 48rem;
  padding: 2em 1em;
  padding-top: 0;
  text-align: center;
}
.post > h1.post-title--with-subtitle {
  padding-bottom: 0;
  margin-bottom: 0;
}

.post > h2.post-subtitle {
  margin-top: 0;
  font-size: 1.2em;
  font-style: italic;
  color: #656564;
}

.post p {
  text-align: justify;
  text-justify: inter-word;
  margin-top: 1em;
}
.post p:first-child {
  margin-top: 0;
}

.post h1 + p,
.post h2 + p,
.post h3 + p,
.post h4 + p,
.post h5 + p,
.post h6 + p,
.post h1 + h2,
.post h2 + h3,
.post h3 + h4,
.post h4 + h5,
.post h5 + h6,
.post h1 + .highlighter-rouge > .highlight,
.post h2 + .highlighter-rouge > .highlight,
.post h3 + .highlighter-rouge > .highlight,
.post h4 + .highlighter-rouge > .highlight,
.post h5 + .highlighter-rouge > .highlight,
.post h6 + .highlighter-rouge > .highlight,
.post h1 + .highlighter-rouge > .highlight > pre,
.post h2 + .highlighter-rouge > .highlight > pre,
.post h3 + .highlighter-rouge > .highlight > pre,
.post h4 + .highlighter-rouge > .highlight > pre,
.post h5 + .highlighter-rouge > .highlight > pre,
.post h6 + .highlighter-rouge > .highlight > pre {
  margin-top: 0.25em;
}

pre {
  overflow-x: auto;
}

.post p:first-of-type,
.post h2 + p {
  text-indent: 0;
}

.post a:hover {
  background: #f7fafd;
}

.post dl,
.post ul,
.post ol {
  margin: 1.5em;
}
.post dl ul, .post dl ol,
.post ul ul,
.post ul ol,
.post ol ul,
.post ol ol {
  margin: 0;
  margin-left: 1em;
}

.post li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.post-content:first-child {
  margin-top: 4em;
}

.post-meta {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: right;
}

.back-link {
  display: block;
  width: 100%;
  background-color: #194561;
  color: #FFFFFF;
  font-size: 0.75em;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

iframe {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 50%;
  transform: translateX(-50%);
}
iframe[src*="www.youtube.com"] {
  width: 560px;
  height: 315px;
}

.post-content-banner {
  background-color: rgba(248, 87, 9, 0.1);
  color: #656564;
  border-radius: 10px;
  padding: 1em;
  margin: 1em;
  max-width: unset;
}
.post-content-banner svg {
  margin-right: 0.5em;
}

.footnote {
  border: 1px solid #656564;
  border-radius: 1em;
  color: #3B3B3B;
  display: inline;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 0.75em;
  text-decoration: none;
  margin: 0 0.25em;
}
.footnote:hover, .footnote:focus {
  background: #56B9DA;
  border-color: #56B9DA;
}

.footnotes::before {
  content: "";
  margin: 4em auto;
}

.footnotes {
  margin-bottom: 4em;
}

.footnotes li {
  margin-bottom: 1em;
}

.reversefootnote {
  font-size: 0.75em;
  opacity: 0.75;
}

.two-image-comparison {
  max-height: 90vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.two-image-comparison img {
  height: auto;
  max-width: 48%;
  margin: auto auto 0 auto;
}
.two-image-comparison img:first-child {
  margin-left: 0;
}
.two-image-comparison img:last-child {
  margin-right: 0;
}

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