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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper {
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 580px) {
  .wrapper {
    max-width: 767px;
  }
  .wrapper::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 767px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1200px;
  }
}

.left-column {
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .left-column {
    width: 60%;
    right-margin: 5%;
    float: left;
  }
  .left-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  .left-column {
    width: 70%;
  }
}

.right-column {
  background-color: #e0ecc0;
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .right-column {
    width: 35%;
    float: right;
  }
  .right-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  .right-column {
    width: 25%;
  }
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
*[class*=fa-] {
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-] {
  opacity: 1;
}
.wf-inactive *[class*=fa-] {
  opacity: 1;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

body {
  color: rgb(0, 0, 0);
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.375;
}

.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.3s ease;
}
.link, a, .link:visited, .link:active, .link:visited:active {
  color: rgb(22, 46, 43);
}
.link:hover, a:hover, .link:visited:hover {
  color: #132725;
}

.italic, i, em {
  font-style: italic;
}

.bold, b, strong {
  font-weight: 700;
}

.h1, h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 2em;
  line-height: 1.25;
}
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h1, h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 3em;
    line-height: 1.05;
  }
}

.h2, h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.5em;
  line-height: 1.15384615;
}
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h2, h2 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h2, h2 {
    font-size: 2.25em;
    line-height: 1.35;
  }
}

.h3, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.25em;
  line-height: 1.13636364;
}
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h3, h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

.h4, h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.125em;
  line-height: 1.11111111;
}
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h4, h4 {
    line-height: 1.22222222;
  }
}

.h5, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.0625em;
  line-height: 1.11111111;
}
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1em;
  line-height: 1.11111111;
}
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h1, h1 {
  color: rgb(22, 46, 43);
  margin-top: 0.25em;
  margin-bottom: 0.15em;
}

.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  color: rgb(22, 46, 43);
  margin-top: 0.75em;
  margin-bottom: 0.15em;
}

.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

h2.feature-heading {
  background-image: url(images/site-images/half-leaf.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  line-height: 32px;
  padding: 0 0 12px 24px;
  font-size: 1em;
  text-transform: uppercase;
  color: #436f6a;
  border-bottom: 1px solid;
}

span.required {
  color: red;
}

p.intro-text {
  font-size: 1.4em;
}
p a {
  color: #90b337;
}
p a:hover {
  text-decoration: underline;
}

.headroom {
  margin-top: 2em;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: none !important;
}

.center,
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.underline {
  text-decoration: underline !important;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset li {
  margin: 0;
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 767px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

@media (min-width: 992px) {
  .mobile-tablet {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #132725;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #132725;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #132725;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #132725;
  }
}
form {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  overflow: auto;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(128, 128, 128);
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgb(0, 0, 0);
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
textarea:focus,
textarea:target {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(128, 128, 128);
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: #717100;
  background-color: #ffffa4;
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  outline-color: #0e1e1c;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-color: #a3a300;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: rgb(22, 46, 43);
  background-image: none;
  color: rgb(255, 255, 255);
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: #132725;
  background-image: none;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 0.5em;
  line-height: 1.15;
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.85em;
}

/* Group control */
.group {
  margin-bottom: 8px;
}
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 767px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.quarter {
    width: 25%;
  }
  *[class*=sized] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.three-quarter {
    width: 75%;
  }
  *[class*=sized] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
.group.sized + *:not(*[class*=sized]) {
  clear: both;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(0, 0, 0, 0.95);
  font-size: 0.75em;
  line-height: 1em;
}

form.search-box {
  margin: 1em auto;
  width: 240px;
  position: relative;
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 99999px;
}
form.search-box input {
  background-color: #305651;
  width: 100%;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 99999px;
  padding: 2px 12px;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
form.search-box button {
  background-color: rgb(255, 255, 255);
  width: 45px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 0 99999px 99999px 0;
  font-size: 15px;
}
@media (min-width: 767px) {
  form.search-box {
    margin: 0 auto;
    width: 180px;
  }
  form.search-box input {
    background-color: rgb(165, 200, 75);
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 992px) {
  form.search-box {
    width: 200px;
  }
}

.tab-desktop form.search-box {
  background-color: rgb(22, 46, 43);
}
.tab-desktop form.search-box input {
  border-color: rgb(22, 46, 43);
}
.tab-desktop form.search-box input::placeholder {
  color: white;
}
.tab-desktop form.search-box button {
  background-color: rgb(22, 46, 43);
  border-color: rgb(22, 46, 43);
  color: rgb(255, 255, 255);
}

form.subscribe input.sub-email {
  background-color: rgb(22, 46, 43);
  width: 55%;
  float: left;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 99999px;
  margin-top: 4px;
  padding: 2px 12px;
  font-size: 12px;
  color: #305651;
}
form.subscribe input[type=submit] {
  font-size: 0.6em;
  padding: 1.2em;
  float: right;
}
@media (min-width: 580px) {
  form.subscribe {
    width: 50%;
    float: right;
  }
}
@media (min-width: 767px) {
  form.subscribe {
    width: 65%;
  }
  form.subscribe input.sub-email {
    width: 65%;
    margin-top: 14px;
  }
  form.subscribe input[type=submit] {
    font-size: 0.85em;
    padding: 1.2em 1.5em;
  }
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #f8f8f8;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0px;
  color: rgb(255, 255, 255);
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(22, 46, 43, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

a.nav-toggle {
  display: block;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 3000;
}
@media (min-width: 767px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: rgb(165, 200, 75);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(5px, -2px) rotate(45deg);
  -moz-transform: translate(5px, -2px) rotate(45deg);
  -o-transform: translate(5px, -2px) rotate(45deg);
  transform: translate(5px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(5px, -1px) rotate(-45deg);
  -moz-transform: translate(5px, -1px) rotate(-45deg);
  -o-transform: translate(5px, -1px) rotate(-45deg);
  transform: translate(5px, -1px) rotate(-45deg);
}

nav.mobile {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-menu {
  width: 100%;
  height: 0px;
  overflow: hidden;
  font-size: 1.2em;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  -webkit-transition: height 200ms linear;
  -o-transition: height 200ms linear;
  -moz-transition: height 200ms linear;
  transition: height 200ms linear;
}
.nav-menu.active {
  height: 100vh;
  border-top: 2px solid lightgray;
  background-repeat: repeat-x;
  background-position-y: -3px;
  padding-bottom: 50px;
}
.nav-menu #ccpfreshmobile {
  padding-bottom: 150px;
}

.nav-menu,
.sub-menu {
  margin: 0px;
  position: relative;
  background-color: #305651;
}

.nav-menu ul {
  margin: 0;
  padding: 1em 10% 0 10%;
  box-sizing: border-box;
}

.nav-menu li {
  list-style-type: none;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  letter-spacing: 2px;
  font-size: 1em;
  padding: 0.5em 0;
  line-height: 1.2;
  border-bottom: 1px solid #f3f5f5;
  color: #f3f5f5;
}
.wf-active .nav-menu li {
  opacity: 1;
}
.wf-inactive .nav-menu li {
  opacity: 1;
}
.nav-menu li:last-of-type {
  border-bottom: none;
}
.nav-menu li i {
  color: rgb(250, 250, 0);
  font-size: 16px;
  padding: 0 8px;
}
.nav-menu li.bottom-border {
  border-bottom: 1px solid lightgray;
  padding: 0 0 12px 0;
}
.nav-menu li.close {
  font-size: 12px;
  color: lightgray;
  border-bottom: 1px solid lightgray;
  margin: 0 !important;
}
.nav-menu li.close i {
  color: lightgray;
  font-size: 12px;
}
.nav-menu li h4 {
  margin: 24px 0 12px 0;
  color: rgb(22, 46, 43);
  font-size: 20px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.nav-menu li a {
  display: block;
  color: #f3f5f5;
}

.nav-menu .sub-menu {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 100%;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: 5;
  -moz-transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -ms-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  transform: translate3d(0%, 0px, 0px);
}

.nav-menu .sub-menu.active {
  -moz-transform: translate3d(-100vw, 0px, 0px);
  -webkit-transform: translate3d(-100vw, 0px, 0px);
  -ms-transform: translate(-100vw, 0px);
  -o-transform: translate(-100vw, 0px);
  transform: translate3d(-100vw, 0px, 0px);
}

.nav-menu .sub-menu-toggle {
  cursor: pointer;
}

.nav-menu .sub-menu-toggle.flip:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-menu .sub-menu li:first-child {
  cursor: pointer;
  margin: 0 36px 0 72px;
  box-sizing: border-box;
}

.nav-menu .sub-menu li.level-label:first-child {
  color: rgb(22, 46, 43);
  margin-top: 24px;
  margin-left: 36px;
}
.nav-menu .mobile-subscribe-link{
  text-align: center;
}
.nav-menu .mobile-subscribe-link a{
  color:rgb(255,255,255);
  border:2px solid rgb(255,255,255);
  padding:6px 12px;
  border-radius: 1000px;
  font-size:.8em;
}
.subscribe-link a{
  position:absolute;
  top:10px;
  right:17px;
  color:rgb(255,255,255);
  border:2px solid rgb(255,255,255);
  padding:6px 12px;
  border-radius: 1000px;
  font-size:.8em;
}
.subscribe-link a:hover{
  border-color: rgb(165, 200, 75);
}


@media (min-width: 767px) {
  .nav-wrapper {
    text-align: center;
  }
}

@media (min-width: 767px) {
  nav.main {
    display: block;
    transition: top 0.3s ease-in;
    margin: 0;
    background-color: rgb(165, 200, 75);
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 55px;
    position: relative;
    text-align: center;
    padding-left: 1em;
    display: inline-block;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul li {
    float: left;
    min-height: 60px;
    height: 60px;
  }
  nav.main ul li:hover {
    background-color: #90b337;
  }
  nav.main ul li a {
    font-size: 0.9em;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    text-transform: uppercase;
    padding: 0 14px;
    color: rgb(22, 46, 43);
    display: block;
    line-height: 60px;
    min-height: 60px;
    height: 60px;
  }
  .wf-active nav.main ul li a {
    opacity: 1;
  }
  .wf-inactive nav.main ul li a {
    opacity: 1;
  }
  nav.main ul li.current {
    background-color: #90b337;
  }
  nav.main ul li.current a i {
    transform: rotate(-180deg);
  }
  nav.main ul li ul {
    display: none;
  }
  nav.main ul li:hover ul {
    display: block;
  }
  nav.main ul ul {
    position: absolute;
    background-color: #e0ecc0;
    top: 60px;
    height: auto;
    box-shadow: 0px 3px 6px color(k);
    padding: 0 16px 20px 0px;
  }
  nav.main ul ul li {
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    text-align: left;
    display: block;
    float: none;
    border-bottom: 1px solid #d8e4e2;
  }
  nav.main ul ul li i {
    display: none;
  }
  nav.main ul ul li:last-of-type {
    border-bottom: none;
  }
  nav.main ul ul li:hover {
    background-color: unset;
  }
  nav.main ul ul li > a {
    font-size: 0.8em;
    padding: 0 8px;
    text-shadow: none;
    display: block;
    box-shadow: none;
    background-color: transparent;
    min-height: 60px;
    height: 60px;
    font-weight: 400;
    width: 100%;
  }
  nav.main ul ul li > a:hover {
    background-color: #bcd678;
  }
  nav.main ul ul li.current a {
    background-color: #bcd678;
  }
  nav.main ul ul ul {
    background-color: #bcd678;
    position: relative;
    top: 0;
  }
  nav.main ul ul ul li {
    padding: 0 0 0 10px;
  }
  nav.main ul ul ul li a {
    padding: 0;
    font-weight: 300;
  }
  nav.main ul li:hover ul li a {
    text-shadow: none;
  }
  nav.main ul li.current ul li a {
    font-weight: 400;
  }
  nav.main ul li.current ul li.current {
    background-color: #d8e4e2;
  }
}
@media (min-width: 992px) {
  nav.main ul li a {
    padding: 0 16px;
  }
  nav.main ul ul {
    left: unset;
  }
  nav.main ul ul li a {
    font-size: 1em;
  }
}

html.js-nav,
html.js-nav body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body {
  background-color: rgb(255, 255, 255);
  margin-top: 80px;
}
body.ad-present {
  margin-top: 188px;
}
@media (min-width: 767px) {
  body {
    margin-top: 250px;
  }
  body.ad-present {
    margin-top: 305px;
  }
}

body > header > .wrapper {
  position: relative;
  height: 100%;
}
@media (min-width: 767px) {
  body > header > .wrapper {
    height: unset;
  }
  body > header > .wrapper.header-top {
    height: 190px;
    transition: all 0.3s ease;
  }
  body > header > .wrapper.header-bottom {
    height: 60px;
    background-color: rgb(165, 200, 75);
  }
}

body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  background-color: rgb(22, 46, 43);
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0px 0px 4px #000;
}
body > header a.logo {
  display: block;
  height: 60px;
  width: 200px;
  position: absolute;
  top: 8px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
body > header a.logo.can-site {
  background-image: url(/images/site-images/cpw-logo.svg);
}
body > header.smaller {
  height: 48px;
}
body > header.smaller a.logo {
  height: 35px;
}
body > header.smaller .header-top {
  height: 140px;
}
@media (min-width: 767px) {
  body > header {
    box-shadow: none;
    height: 250px;
  }
  body > header a.logo {
    margin: 4px auto;
    height: 170px;
    width: 285px;
    left: 0;
    right: 0;
  }
  body > header .search-form {
    float: right;
    margin: 14px 1em 0 0;
  }
  body > header .search-form.tab-desktop {
    margin-left: -120px;
  }
  body > header .header-search {
    position: absolute;
    bottom: 16px;
    right: 12px;
  }
  body > header .header-search ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 34px;
  }
  body > header .header-search ul li {
    float: left;
    padding: 0;
    margin: 0 0.25em;
    position: relative;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 100%;
  }
  body > header .header-search ul li:hover {
    color: rgb(255, 255, 255);
  }
  body > header .header-search ul li.facebook:before {
    position: absolute;
    z-index: -1;
    font-family: "FontAwesome";
    top: 0;
    left: 10px;
    content: "\f39e";
    font-size: 24px;
    line-height: 32px;
  }
  body > header .header-search ul li.pinterest:before {
    position: absolute;
    z-index: -1;
    font-family: "FontAwesome";
    top: 0;
    left: 10px;
    content: "\f231";
    font-size: 24px;
    line-height: 32px;
  }
  body > header .header-search ul li.instagram:before {
    position: absolute;
    z-index: -1;
    font-family: "FontAwesome";
    top: 0;
    left: 7px;
    content: "\f16d";
    font-size: 24px;
    line-height: 32px;
  }
  body > header .header-search ul li.linked-in:before {
    position: absolute;
    z-index: -1;
    font-family: "FontAwesome";
    top: 0;
    left: 8px;
    content: "\f0e1";
    font-size: 24px;
    line-height: 32px;
  }
  body > header .header-search ul li.twitter:before {
    position: absolute;
    z-index: -1;
    font-family: "FontAwesome";
    top: 0;
    left: 7px;
    content: "\f099";
    font-size: 24px;
    line-height: 32px;
  }
  body > header .header-search ul li a {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    display: block;
    width: 34px;
    height: 34px;
  }
  body > header.smaller {
    height: 200px;
  }
  body > header.smaller a.logo {
    height: 120px;
  }
}
@media (min-width: 992px) {
  body > header .search-form {
    width: 200px;
  }
  body > header .search-form.tab-desktop {
    margin-left: -200px;
  }
}

body.ad-present > header {
  height: 188px;
}
body.ad-present > header .above-header-ad-container {
  transition: all 0.3s ease;
}
body.ad-present > header a.logo {
  top: 128px;
}
body.ad-present > header a.nav-toggle {
  top: 128px;
}
body.ad-present > header.smaller {
  height: 48px;
}
body.ad-present > header.smaller .above-header-ad-container {
  margin-top: -120px;
}
@media (min-width: 767px) {
  body.ad-present > header {
    height: 305px;
  }
  body.ad-present > header .wrapper.header-top {
    height: 265px;
  }
  body.ad-present > header a.logo {
    top: 136px;
  }
  body.ad-present > header.smaller {
    height: 250px;
  }
  body.ad-present > header.smaller .above-header-ad-container {
    margin-top: -140px;
  }
}

.home-social-feed {
  overflow: hidden;
}
.home-social-feed .social-feed-container {
  margin: 1em;
  padding: 0 1em;
  max-height: 250px;
  overflow: hidden;
  border: 1px solid #6c9f99;
}
@media (min-width: 767px) {
  .home-social-feed .social-feed-container {
    float: left;
    width: 58%;
  }
}

main.interior-page {
  padding: 1em 0;
}

.above-header-ad-container {
  padding: 1em;
}
.above-header-ad-container a.above-header-ad {
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 767px) {
  .above-header-ad-container a.above-header-ad {
    height: 120px;
  }
}

.in-header-ad-container.mobile-only {
  padding-top: 1em;
}
.in-header-ad-container.mobile-only a.in-header-ad {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 320px;
  height: 50px;
}

.in-header-ad-container.no-mobile {
  position: absolute;
  right: 1em;
}
.in-header-ad-container.no-mobile a.in-header-ad {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 320px;
  height: 75px;
  margin-top: 1em;
  padding-top: 0;
}

.ad-present .in-header-ad-container.no-mobile a.in-header-ad {
  margin-top: 0;
}

.ad-container {
  padding: 0.5em 1em;
}
.ad-container a.large-page-ad {
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ad-container a.small-page-ad {
  display: block;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 767px) {
  .ad-container a.large-page-ad {
    height: 120px;
  }
  .ad-container a.small-page-ad {
    height: 80px;
  }
}

.interior-hero {
  padding: 0 1em;
  overflow: hidden;
}

.subscribe-blob {
  overflow: hidden;
  margin: 0.5em 1em;
  padding: 1em;
  background-color: rgb(22, 46, 43);
  border-radius: 24px;
  position: relative;
}
.subscribe-blob h4 {
  font-size: 0.85em;
  margin: 0;
  color: rgb(255, 255, 255);
}
.subscribe-blob p {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 0.65em;
}
@media (min-width: 580px) {
  .subscribe-blob {
    border-radius: 9999px;
  }
  .subscribe-blob .subscribe-blob-text {
    float: left;
    width: 45%;
    padding-left: 1em;
  }
}
@media (min-width: 767px) {
  .subscribe-blob .subscribe-blob-text {
    width: 30%;
    margin-top: 8px;
  }
}

.articles {
  padding: 0 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.articles .article-listing {
  margin: 0.5em 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px dotted rgb(165, 200, 75);
}
.articles .article-listing .article-image img {
  width: 33%;
  float: left;
}
.articles .article-listing .read-more-box {
  clear: both;
  padding-top: 0.5em;
  text-align: right;
}
.articles .article-listing .read-more-box a.ghost-button {
  padding: 0.5em 1.25em;
  text-shadow: 1px 1px 1px black;
}
.articles .article-listing h2 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.1;
  width: 63%;
  float: right;
}
.articles .article-listing h3 {
  font-size: 1.2em;
}
.articles .article-listing p.article-date {
  font-size: 0.85em;
}
@media (min-width: 767px) {
  .articles {
    border-bottom: 1px dotted rgb(165, 200, 75);
  }
  .articles .article-listing {
    border-bottom: none;
    display: flex;
    flex-flow: column nowrap;
    width: 28%;
    margin: 0.5em 2%;
  }
  .articles .article-listing .article-image img {
    width: 100%;
    float: unset;
  }
  .articles .article-listing h2 {
    margin-top: 0.5em;
    margin-bottom: 0;
    width: unset;
  }
  .articles .article-listing .article-listing-bottom {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .articles .article-listing {
    width: 30%;
    margin: 0.5em 1.5%;
  }
  .articles .article-listing h2 {
    font-size: 1.5em;
  }
}

.article-detail .interior-hero .article-main-image img {
  width: 100%;
}
.article-detail .interior-hero .article-header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active .article-detail .interior-hero .article-header h1 {
  opacity: 1;
}
.wf-inactive .article-detail .interior-hero .article-header h1 {
  opacity: 1;
}
.article-detail .interior-hero .article-header p.date-cats {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(165, 200, 75);
}
.wf-active .article-detail .interior-hero .article-header p.date-cats {
  opacity: 1;
}
.wf-inactive .article-detail .interior-hero .article-header p.date-cats {
  opacity: 1;
}
.article-detail .interior-hero .article-header p.comment-count-share {
  font-size: 0.7em;
}
.article-detail .interior-hero .article-header p.comment-count-share span {
  margin-left: 24px;
  background-color: lightgray;
}
@media (min-width: 767px) {
  .article-detail .interior-hero {
    padding: 2em 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
  }
  .article-detail .interior-hero .article-header h1 {
    margin-top: 0;
    font-size: 1.75em;
  }
}
@media (min-width: 992px) {
  .article-detail .interior-hero .article-header h1 {
    font-size: 2.25em;
  }
}

.article-content {
  padding: 0 1em;
}
@media (min-width: 767px) {
  .article-content {
    padding: 2em 5em;
  }
}
@media (min-width: 992px) {
  .article-content {
    padding: 2em 9em;
  }
}

section.prev-next-article {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
}
section.prev-next-article a {
  transition: all 0.3s ease;
  display: block;
  height: 100px;
  border-radius: 2px;
  border: 1px solid;
  margin-bottom: 8px;
  color: rgb(0, 0, 0);
}
section.prev-next-article a:hover {
  text-decoration: none;
}
section.prev-next-article a.prev-article {
  padding: 8px 8px 8px 35px;
}
section.prev-next-article a.prev-article p {
  padding-left: 12px;
}
section.prev-next-article a.prev-article p ::after {
  content: "\f0d9";
  left: -24px;
}
section.prev-next-article a.next-article {
  padding: 8px 35px 8px 8px;
}
section.prev-next-article a.next-article p {
  padding-right: 12px;
}
section.prev-next-article a.next-article p ::after {
  content: "\f0da";
  right: -24px;
}
section.prev-next-article a p {
  position: relative;
  font-size: 0.95em;
}
section.prev-next-article a p span {
  font-size: 1.25em;
}
section.prev-next-article a p ::after {
  position: absolute;
  top: 0%;
  font-family: "FontAwesome";
  font-size: 4em;
}
@media (min-width: 767px) {
  section.prev-next-article {
    display: flex;
  }
  section.prev-next-article a {
    margin: 0 0.5em;
  }
}

section.prev-next-article a {
  border-color: #305651;
}
section.prev-next-article a:hover {
  background-color: #305651;
  color: rgb(255, 255, 255);
}
section.prev-next-article a:hover p ::after {
  color: rgb(255, 255, 255);
}
section.prev-next-article a p ::after {
  color: rgb(165, 200, 75);
}

.related-articles {
  padding: 1em;
  margin-bottom: -1em;
  background-color: #ececec;
}
.related-articles h2 {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(165, 200, 75);
  font-size: 1em;
  text-transform: uppercase;
}
.wf-active .related-articles h2 {
  opacity: 1;
}
.wf-inactive .related-articles h2 {
  opacity: 1;
}
.related-articles .comment-list {
  max-width: 600px;
  margin: 1.5em 0;
}
.related-articles .comment-list .comments {
  padding: 0.5em;
  margin: 0 0 1em 0;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
}
.related-articles .comment-list .comments p:last-of-type {
  margin-bottom: 0;
}
.related-articles .comment-list .comments .comment-author {
  font-style: italic;
  font-size: 0.85em;
}
.related-articles .comment-form-container {
  max-width: 600px;
}
.related-articles .comment-form-container fieldset {
  margin-bottom: 1em;
}

footer {
  background-color: rgb(22, 46, 43);
  padding: 2em 0;
  text-align: center;
  font-size: 0.75em;
}
footer p, footer a {
  color: #6c9f99 !important;
}
footer a:hover {
  color: #d8e4e2 !important;
}
footer .social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social-media ul li {
  display: inline-block;
  margin: 0 0.25em;
  position: relative;
  z-index: 1;
  color: rgb(165, 200, 75);
  border: 2px solid rgb(165, 200, 75);
  border-radius: 100%;
}
footer .social-media ul li:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
footer .social-media ul li.facebook:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 11px;
  content: "\f39e";
  font-size: 28px;
  line-height: 40px;
}
footer .social-media ul li.pinterest:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 11px;
  content: "\f231";
  font-size: 28px;
  line-height: 40px;
}
footer .social-media ul li.instagram:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 8px;
  content: "\f16d";
  font-size: 28px;
  line-height: 40px;
}
footer .social-media ul li.linked-in:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 9px;
  content: "\f0e1";
  font-size: 28px;
  line-height: 40px;
}
footer .social-media ul li.twitter:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 7px;
  content: "\f099";
  font-size: 28px;
  line-height: 40px;
}
footer .social-media ul li a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 40px;
  height: 40px;
}
footer .credits {
  margin-top: 0.5em;
}
footer .credits a[title*=Imp] {
  display: block;
  width: 100%;
  height: 1em;
  margin: 0.25em auto;
  padding-top: 28px;
  background-color: transparent;
  background-image: url(/images/site-images/an-id-creation.svg);
  background-size: 100px 25px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
@media (min-width: 767px) {
  footer .wrapper :after {
    content: "";
    display: table;
    clear: both;
  }
  footer .indicia {
    text-align: left;
    float: left;
    width: 30%;
    padding-top: 70px;
    background-position: left top;
    background-size: 80%;
  }
  footer .disclaimer {
    text-align: left;
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  footer .social-media {
    text-align: right;
    float: right;
    width: 30%;
  }
  footer .credits {
    clear: both;
    float: right;
    margin-right: 1em;
    width: 100px;
  }
}
@media (min-width: 992px) {
  footer .indicia {
    max-width: 225px;
    background-size: 195px;
  }
}

.accordion-group {
  margin-bottom: 1em;
}

section.accordion-content :after {
  content: "";
  display: table;
  clear: both;
}
section.accordion-content article {
  width: 100% !important;
}
section.accordion-content h4 {
  padding-left: 1.6em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0;
}
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.5em;
}
section.accordion-content div {
  padding-left: 1.6em;
}

.trigger-plus {
  fill: color(swatch-one);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}

.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}

.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}

.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

#message {
  color: rgb(0, 0, 0);
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  font-size: 1rem;
  position: fixed;
  top: 80px;
  text-align: center;
  width: calc(100vw - (0.5rem * 2));
  max-height: calc(100vh - 250px - (0.5rem * 1.5));
  overflow: auto;
}
#message :after {
  content: "";
  display: table;
  clear: both;
}
#message + #message--open {
  position: fixed;
  top: 5px;
  left: 50px;
  z-index: 1200;
  cursor: pointer;
  display: inline-block;
  width: 1rem;
}
#message + #message--open, #message + #message--open:link, #message + #message--open:visited, #message + #message--open:visited:hover, #message + #message--open:hover, #message + #message--open:active {
  color: rgb(255, 255, 0);
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
  font-size: 1.7em;
}
#message .message--icon {
  width: 20px;
  height: 16px;
  font-size: 1.2em;
  margin: auto;
  display: block;
  float: left;
  margin-right: 0.5rem;
  padding-top: 6px;
}
#message h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.1em;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
}
.wf-active #message h2 {
  opacity: 1;
}
.wf-inactive #message h2 {
  opacity: 1;
}
#message .message--text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: color(k);
}
.wf-active #message .message--text {
  opacity: 1;
}
.wf-inactive #message .message--text {
  opacity: 1;
}
#message .message--text * {
  margin-top: 0;
  transition: font-size 0.3s ease-in-out;
}
#message .message--text h3 {
  font-size: 1.2em;
  color: color(k) !important;
}
#message .message--text a {
  text-decoration: underline !important;
}
#message .message--more {
  font-weight: 500;
}
#message a.message--read-more {
  display: block;
  color: rgb(0, 0, 0) !important;
  cursor: pointer;
  text-decoration: underline;
}
#message a.message--read-more:hover {
  color: color(k);
}
#message #message--close {
  display: block;
  float: right;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.874925rem;
  text-align: center;
  color: rgb(0, 0, 0) !important;
  cursor: pointer;
}
#message a:link, #message a:visited, #message a:visited:hover, #message a:hover, #message a:active {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
}
#message.Notice {
  background-color: rgb(255, 255, 0);
  overflow: auto;
}
#message.Notice .message--icon {
  color: rgb(0, 0, 0);
}
@media (min-width: 767px) {
  #message {
    top: 250px;
    font-size: 1rem;
    text-align: left;
    transition: top 0.15s ease-in;
    width: calc(100vw - (0.5rem * 2));
  }
  #message + #message--open {
    top: 45px;
    left: 10px;
  }
  #message + #message--open.Notice, #message + #message--open.Notice:link, #message + #message--open.Notice:visited, #message + #message--open.Notice:visited:hover, #message + #message--open.Notice:hover, #message + #message--open.Notice:active {
    color: rgb(0, 0, 0);
  }
  #message .message--icon {
    width: 20px;
    height: 16px;
    font-size: 1.3em;
    margin: auto;
    display: block;
    float: left;
    margin-right: 1rem;
    padding-top: 16px;
  }
  #message h2 {
    line-height: 3em;
  }
  #message h2 span {
    line-height: 36px;
  }
  #message h2.open {
    font-size: pixels-to-rem(24);
    margin-top: 3px;
    margin-bottom: 0;
  }
  #message h2.open span {
    line-height: 50px;
  }
  #message h2.open .message--icon {
    width: pixels-to-rem(45);
    height: pixels-to-rem(45);
    font-size: pixels-to-rem(45);
    line-height: pixels-to-rem(45);
    margin-right: 0.5rem;
    margin-left: auto;
  }
  #message a.message--read-more {
    display: inline;
    font-size: pixels-to-rem(14);
    padding-left: 10px;
    color: rgb(0, 0, 0) !important;
  }
  #message .message--text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #message .message--more {
    padding: 0 1rem 0.5rem 1rem;
  }
  #message .message-links {
    padding-left: 0.5em;
  }
  .has-subnav ~ #message {
    top: 310px;
  }
  .stuck ~ #message, #message.sp_open {
    top: pixels-to-rem(84);
  }
}
@media (min-width: 992px) {
  #message {
    width: 1024px;
    max-width: unset;
    padding-left: calc(50vw - 512px);
    padding-right: calc(50vw - 512px);
  }
  #message h2 {
    margin-left: 14%;
    margin-right: 2%;
  }
}

.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 1em 1.5em;
  color: rgb(255, 255, 255);
  background-color: rgb(165, 200, 75);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button {
  opacity: 1;
}
.wf-inactive .ghost-button {
  opacity: 1;
}
.ghost-button:link, .ghost-button:visited {
  color: rgb(255, 255, 255);
}
.ghost-button:hover, .ghost-button:active, .ghost-button:visited:hover {
  background-color: #6e892a;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button.small {
  font-size: 0.7em;
}

.ghost-button-header {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(255, 255, 255);
  background-color: rgb(22, 46, 43);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button-header {
  opacity: 1;
}
.wf-inactive .ghost-button-header {
  opacity: 1;
}
.ghost-button-header:link, .ghost-button-header:visited {
  color: rgb(255, 255, 255);
}
.ghost-button-header:hover, .ghost-button-header:active, .ghost-button-header:visited:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(165, 200, 75);
  color: rgb(22, 46, 43);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-header.small {
  font-size: 0.85em;
}

.pill-button {
  cursor: pointer;
  display: inline-block;
  padding: 1.5em 2em;
  color: rgb(255, 255, 255);
  background-color: rgb(165, 200, 75);
  border: 2px solid rgb(165, 200, 75);
  border-radius: 1000px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .pill-button {
  opacity: 1;
}
.wf-inactive .pill-button {
  opacity: 1;
}
.pill-button:link, .pill-button:visited {
  color: rgb(255, 255, 255);
}
.pill-button:hover, .pill-button:active, .pill-button:visited:hover {
  background-color: #6e892a;
  border-color: #6e892a;
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.pill-button.small {
  font-size: 0.7em;
}

.click-to-join-mobile {
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
}
.click-to-join-mobile img {
  width: 100%;
}

@media (min-width: 767px) {
  .click-to-join-tab-desk {
    margin: 1em auto 0 auto;
    text-indent: -9999em;
    background-image: url(/images/site-images/tablet-text-to-join.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .click-to-join-tab-desk {
    height: 150px;
  }
}

table.striped {
  border: 1px solid rgb(165, 200, 75);
  border-radius: 2px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped th {
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: #cee19c;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(165, 200, 75, 0.5);
  border-bottom: 1px solid rgba(165, 200, 75, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(165, 200, 75, 0.25);
}
table.striped tfoot td {
  background-color: rgba(22, 46, 43, 0.1);
  border-top: 1px solid rgba(165, 200, 75, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

.featured-article {
  margin: 0 auto;
  padding: 0 1em 2em 1em;
  max-width: 900px;
}
.featured-article h3 {
  margin: 12px 0;
  font-size: 1.35em;
}
.featured-article .featured-article-image img {
  width: calc(100% - 4px);
  border: 2px solid rgb(22, 46, 43);
}
.featured-article .read-more-box {
  overflow: auto;
}
.featured-article .read-more-box a {
  float: right;
}
@media (min-width: 767px) {
  .featured-article h3 {
    font-size: 1.6em;
  }
}

.video {
  margin-top: 1em;
  max-width: 580px;
}

.inline-image-full-column, .inline-image-align-left, .inline-image-align-right {
  margin-bottom: 1em;
}
.inline-image-full-column img, .inline-image-align-left img, .inline-image-align-right img {
  width: calc(100% - 2px);
  border: 1px solid color(swatch-one);
}

@media (min-width: 767px) {
  .inline-image-align-left {
    width: 45%;
    margin: 0.5em 1em 0.5em 0;
    float: left;
  }
  .inline-image-align-right {
    width: 45%;
    margin: 0.5em 0 0.5em 1em;
    float: right;
  }
}
@media (min-width: 992px) {
  .inline-image-align-left {
    width: 40%;
  }
  .inline-image-align-right {
    width: 40%;
  }
}
.image-caption {
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-style: italic;
  padding: 0.2em 0.5em;
}
.wf-active .image-caption {
  opacity: 1;
}
.wf-inactive .image-caption {
  opacity: 1;
}

.image-gallery {
  padding: 1em;
  background-color: #e0ecc0;
  text-align: center;
}
.image-gallery h3 {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
}
.image-gallery a.fancybox-thumb img {
  width: 44%;
  margin: 1%;
  border: 3px solid #e0ecc0;
}
.image-gallery a.fancybox-thumb img:hover {
  border-color: rgb(250, 250, 0);
}
@media (min-width: 580px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}
@media (min-width: 767px) {
  .image-gallery a.fancybox-thumb img {
    width: 44%;
  }
}
@media (min-width: 992px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}

ul.pagination {
  list-style: none;
  padding: 1em 0 0 0;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
ul.pagination li a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 18px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(165, 200, 75);
  background-color: rgb(165, 200, 75);
  padding: 2px 8px;
}
.wf-active ul.pagination li a {
  opacity: 1;
}
.wf-inactive ul.pagination li a {
  opacity: 1;
}
ul.pagination li a:hover {
  color: rgb(165, 200, 75);
  background-color: rgb(255, 255, 255);
}
ul.pagination li a.active {
  color: rgb(22, 46, 43);
  background-color: rgb(255, 255, 255);
  border-color: rgb(22, 46, 43);
}

.consent-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  z-index: 900;
  background-color: #132725;
}
.consent-container .wrapper {
  padding: 0 0.5em;
}
.consent-container p {
  margin-bottom: 0;
  width: 75%;
  float: left;
}
.consent-container input.consent-button {
  float: right;
}
@media (min-width: 767px) {
  .consent-container .wrapper {
    padding: 1em;
  }
}

.swatch {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid lightgray;
}
.swatch.white {
  background-color: rgb(255, 255, 255);
}
.swatch.black {
  background-color: rgb(0, 0, 0);
}
.swatch.gray {
  background-color: rgb(128, 128, 128);
}
.swatch.gray-light {
  background-color: #a0a0a0;
}
.swatch.gray-medlight {
  background-color: #b9b9b9;
}
.swatch.gray-xlight {
  background-color: lightgray;
}
.swatch.gray-xxlight {
  background-color: #ececec;
}
.swatch.gray-dark {
  background-color: #606060;
}
.swatch.gray-meddark {
  background-color: #464646;
}
.swatch.gray-xdark {
  background-color: #2d2d2d;
}
.swatch.gray-xxdark {
  background-color: #202020;
}
.swatch.swatchone {
  background-color: rgb(22, 46, 43);
}
.swatch.swatchone-light {
  background-color: #305651;
}
.swatch.swatchone-medlight {
  background-color: #436f6a;
}
.swatch.swatchone-xlight {
  background-color: #6c9f99;
}
.swatch.swatchone-xxlight {
  background-color: #d8e4e2;
}
.swatch.swatchone-dark {
  background-color: #132725;
}
.swatch.swatchone-meddark {
  background-color: #0e1e1c;
}
.swatch.swatchone-xdark {
  background-color: #0a1513;
}
.swatch.swatchone-xxdark {
  background-color: #060c0b;
}
.swatch.swatchtwo {
  background-color: rgb(165, 200, 75);
}
.swatch.swatchtwo-light {
  background-color: #bcd678;
}
.swatch.swatchtwo-medlight {
  background-color: #cee19c;
}
.swatch.swatchtwo-xlight {
  background-color: #e0ecc0;
}
.swatch.swatchtwo-xxlight {
  background-color: #f2f7e4;
}
.swatch.swatchtwo-dark {
  background-color: #90b337;
}
.swatch.swatchtwo-meddark {
  background-color: #6e892a;
}
.swatch.swatchtwo-xdark {
  background-color: #4c5f1d;
}
.swatch.swatchtwo-xxdark {
  background-color: #2a3510;
}
.swatch.swatchthree {
  background-color: rgb(250, 250, 0);
}
.swatch.swatchthree-light {
  background-color: #ffff3c;
}
.swatch.swatchthree-medlight {
  background-color: #ffff70;
}
.swatch.swatchthree-xlight {
  background-color: #ffffa4;
}
.swatch.swatchthree-xxlight {
  background-color: #ffffd8;
}
.swatch.swatchthree-dark {
  background-color: #d5d500;
}
.swatch.swatchthree-meddark {
  background-color: #a3a300;
}
.swatch.swatchthree-xdark {
  background-color: #717100;
}
.swatch.swatchthree-xxdark {
  background-color: #3f3f00;
}
